@font-face {
  font-family: 'swiss721';
  src: url(webfonts/swisscb-webfont.eot);
  src: url('webfonts/swisscb-webfont.eot?#iefix') format('embedded-opentype'), url(webfonts/swisscb-webfont.woff) format('woff'), url(webfonts/swisscb-webfont.ttf) format('truetype'), url('webfonts/swisscb-webfont.svg#swis721_cn_btbold') format('svg');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'honeyscript';
  src: url(webfonts/honeyscript-light-webfont.eot);
  src: url('webfonts/honeyscript-light-webfont.eot?#iefix') format('embedded-opentype'), url(webfonts/honeyscript-light-webfont.woff) format('woff'), url(webfonts/honeyscript-light-webfont.ttf) format('truetype'), url('webfonts/honeyscript-light-webfont.svg#honey_scriptlight') format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'futura';
  src: url(webfonts/futural-webfont.eot);
  src: url('webfonts/futural-webfont.eot?#iefix') format('embedded-opentype'), url(webfonts/futural-webfont.woff) format('woff'), url(webfonts/futural-webfont.ttf) format('truetype'), url('webfonts/futural-webfont.svg#futura_lt_btlight') format('svg');
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url(oswaldfont/Oswald-Regular.eot);
  src: url('oswaldfont/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url(oswaldfont/Oswald-Regular.ttf) format('ttf'), url(oswaldfont/Oswald-Regular.ttf) format('ttf'), url(oswaldfont/Oswald-Regular.ttf) format('truetype'), url('oswaldfont/Oswald-Regular.svg#svgFontName') format('svg')
}

html{
  overflow-x: hidden;
  width: 100vw;
}

body {
  font-family: "Arial, Helvetica, sans-serif ", sans-serif;
}

h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.5
}

h3 {
  font-size: 18px;
  color: #5F5F5F
}

.header-top {
    background: #FFF;
    padding: 13px 0;
}

.header-aside {
  text-align: right
}

.user-menu {
  display: inline-block
}

.user-menu ul {
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0
}

.user-menu li {
  display: inline;
  color: #a02000;
  float: left;
  padding: 2px
}

.succsess-message{
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
  min-height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  z-index: 10000;
  color: #000;
  border-bottom: 2px solid #000;
}

/* info block with logos */
.info-desc table img {
  max-height: 86px;
  max-width: 100%;
  width: auto!important;
} 

.info-desc a {
  display: block;
  text-align: center;
  border: 5px solid #ddd;
  margin: 10px;
  padding: 20px;
  width: 100%;
}

.info-desc p img {
  width: 100%!important;
  height: auto!important;
  max-width: 622px;
}

.info-desc p{
  margin-left: 10px;
}

.info-desc table tr {
  display: flex;
  flex-wrap: wrap;
}

.info-desc table td {
  flex: 0 1 33.3%;
  display: flex;
  max-width: 33.3%;
}
@media(max-width: 480px){
    .info-desc table td {
        flex: 0 1 100%;
        display: flex;
        max-width: 100%;
    }
  }
/* info block with logos */

.success-product{
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    padding-right: 5px;
}

.success-row {
    display: flex;
}

.success-row:first-child{
  padding-bottom: 10px;
}

.success-close{
  min-width: 120px;
  background-color: transparent;
  border: 3px solid #000;
  outline: none;
  height: 30px;
  line-height: normal;
  margin-left: auto;
}

.succsess-message p{
  margin-bottom: 0px;
}

.succsess-message.show{
  opacity: 1;
  visibility: visible;
}

div.logo img {
    /* height: 65px; */
    margin-top: 10px;
    width: 270px;
}

.user-menu li a {
  color: #a02000
}

.social-navigation {
  display: inline-block
}

.social-navigation ul {
  list-style: none
}

.social-navigation ul li {
  display: inline
}

.social-navigation a {
  display: inline-block;
  margin: 0 5px
}

.social-navigation a span {
  display: none
}

/*My styles begin*/

div#afterpay_text {
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

.images .right.text-center img{
  max-width: 100%!important;
}

.offers__title{
  text-align: center;
  text-transform: uppercase;
  color: #9c9c9c;
  font-family: "Helvetica", sans-serif;
  letter-spacing: 3px;
  font-size: 23px;
}
.offers__list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  margin-bottom: 70px;
}

.offers-image__right{
  margin-bottom: 30px;
}

.offers-list-item{
    max-width: 600px;
   /* max-height: 300px;*/
    margin: 0 auto;
	min-height: 350px;
}

.offers-list-item-description {
	float: left;
    width: 50%;
    background: #fbeadd;
    padding: 45px 20px;
    min-height: 300px;
	position:relative;
}

.offers-list-item-description:after{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: 50%;
    border: 20px solid transparent;
    border-left: 20px solid #fbeadd;
    z-index: 5;
    transform: translate(0, -50%);
}
.offers-list-item-description span {
    min-height: 200px;
    display: block;
    font-size: 16px;
}

.offers-list-item-description a {
	text-align: center;
    font-size: 20px;
    background: #fff;
    max-width: 200px;
    padding: 10px;
    border: 1px solid;
    margin: 5px auto;
}

.offers-list-item-image {
	float: left;
    width: 50%;
}

.offers-image__right img,
.offers__banner img{
  object-fit: cover;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.offers-head{
    font-family: Oswald-Regular;
    font-size: 40px !important;
    text-transform: uppercase;
    margin-bottom: 80px;
}


.offers-image__right .offers-list-item-description {
	background: #fbeadd !important;
}

.offers-image__right .offers-list-item-description:after{
    border-left: 20px solid #fbeadd !important;
}
ul li{
  list-style-type: none;
}

.offers__list li{
    max-width: 175px;
    margin: 10px;
    line-height: 1;
    width: 100%;
    background: #f9e7db;
    min-height: 50px;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}

.offers-images li{
  margin-bottom: 50px;
}

.offers-images li a{
  display: block;
}

.offers-images__title{
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}

.offers-images li a img{
  display: block;
  margin: 0 auto;
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}
.offers-images {
	margin-bottom: 20px;
	width: 47%;
    display: block;
    float: left;
	/*min-height: 550px;*/
}

/*.offers-images + .offers-images:before {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	margin-bottom: 20px
	
}*/

.offers__list li:hover{
  cursor: pointer;
  background: #efc8a7;
}
/*My styles end*/

header .pininterest {
  background: url(../img/sprite.png) no-repeat 0 -1005px;
  width: 12px;
  height: 16px
}

header .pininterest:hover {
  background-position: -20px -1005px
}

header .facebook {
  background: url(../img/sprite.png) no-repeat 0 -807px;
  width: 8px;
  height: 16px
}

header .facebook:hover {
  background-position: -14px -807px
}

header .twitter {
  background: url(../img/sprite.png) no-repeat 0 -1071px;
  width: 16px;
  height: 14px
}

header .twitter:hover {
  background-position: -20px -1071px
}

header .instagram {
  background: url(../img/sprite.png) no-repeat 0 -939px;
  width: 16px;
  height: 16px
}

header .instagram:hover {
  background-position: -20px -939px
}

header .googleplus {
  background: url(../img/sprite.png) no-repeat 0 -873px;
  width: 18px;
  height: 16px
}

header .googleplus:hover {
  background-position: -21px -873px
}

header .blog {
  background: url(../img/sprite.png) no-repeat 0 -735px;
  width: 27px;
  height: 22px
}

header .blog:hover {
  background-position: -30px -735px
}

.btn-group > .btn.brand-select:first-child {
  border-radius: 0
}
input.filtr-input {
    margin: 0;
    padding: 16px;
    border-radius: 2px;
}
.filtr-input {
    width: 100%;
}
.filtr-input span {
    width: 100%;
}
.btn-group a.brand-select {
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #4c4c4c 51%, #131313 52%, #131313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(51%, #4c4c4c), color-stop(52%, #131313), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #4c4c4c 51%, #131313 52%, #131313 100%);
  background: -o-linear-gradient(top, #4c4c4c 0%, #4c4c4c 51%, #131313 52%, #131313 100%);
  background: -ms-linear-gradient(top, #4c4c4c 0%, #4c4c4c 51%, #131313 52%, #131313 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%, #4c4c4c 51%, #131313 52%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  display: inline-block;
  color: #fff;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700
}

a.brand-select:hover, a.brand-select:active, a.brand-select:focus {
  background: #131313;
  background: -moz-linear-gradient(top, #131313 0%, #131313 48%, #4c4c4c 49%, #4c4c4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #131313), color-stop(48%, #131313), color-stop(49%, #4c4c4c), color-stop(100%, #4c4c4c));
  background: -webkit-linear-gradient(top, #131313 0%, #131313 48%, #4c4c4c 49%, #4c4c4c 100%);
  background: -o-linear-gradient(top, #131313 0%, #131313 48%, #4c4c4c 49%, #4c4c4c 100%);
  background: -ms-linear-gradient(top, #131313 0%, #131313 48%, #4c4c4c 49%, #4c4c4c 100%);
  background: linear-gradient(to bottom, #131313 0%, #131313 48%, #4c4c4c 49%, #4c4c4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#4c4c4c', GradientType=0);
  color: #fff
}

a.brand-select .caret {
  border-top-color: #fff
}

header .btn-group.open .btn.dropdown-toggle {
  background-color: #000
}

.search-product {
  position: relative
}

.search-product .searchform {
  margin-bottom: 0;
  display: inline
}

.search-wrapper {
  display: inline;
  position: relative
}

.search-product .searchform input {
  margin-bottom: 0
}

.search-product input[type='search'] {
  border-radius: 0;
  border: 1px solid #fff;
  width: 250px;
  height: 18px
}

.search-product input[type='submit'] {
  border: none;
  display: block;
  background: url(../img/sprite.png) no-repeat -345px -4px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 0
}

.lt-ie8 .search-product input[type='submit'] {
  top: 5px
}

.search-product input[type='submit']:active {
  top: 2px
}

.brand-select select {
  border-radius: 0;
  border: 1px solid #dd5330;
  background: #F67B4F;
  color: #fff;
  width: 90%
}

.cart {
  padding: 0 10px;
  text-shadow: none;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #000;
  background: #343434;
  background: -moz-linear-gradient(top, #343434 0%, #030303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343434), color-stop(100%, #030303));
  background: -webkit-linear-gradient(top, #343434 0%, #030303 100%);
  background: -o-linear-gradient(top, #343434 0%, #030303 100%);
  background: -ms-linear-gradient(top, #343434 0%, #030303 100%);
  background: linear-gradient(to bottom, #343434 0%, #030303 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#030303', GradientType=0);
  line-height: 28px;
  font-weight: 700;
  font-size: 12px
}

.cart:hover, .cart:active {
  text-shadow: none;
  color: #fff;
  background: #030303;
  background: -moz-linear-gradient(top, #030303 0%, #343434 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #030303), color-stop(100%, #343434));
  background: -webkit-linear-gradient(top, #030303 0%, #343434 100%);
  background: -o-linear-gradient(top, #030303 0%, #343434 100%);
  background: -ms-linear-gradient(top, #030303 0%, #343434 100%);
  background: linear-gradient(to bottom, #030303 0%, #343434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030303', endColorstr='#343434', GradientType=0);
  cursor: pointer
}

.icon-cart {
  background: url(../img/sprite.png) no-repeat 0 -271px;
  width: 19px;
  height: 17px;
  margin: 0;
  vertical-align: middle;
  padding: 0 3px
}

.cart-details {
  margin-top: 0 !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  display: none;
  position: absolute;
  margin-top: 75px;
  right: 0;
  line-height: 1;
  width: 340px;
  background: #fff;
  border-radius: 3px;
  border-top: 3px solid #000;
  text-align: left;
  padding: 10px 20px;
  font-size: 12px;
  z-index: 888;
  border-top: 3px solid black
}

.user-menu .top-icon img{
  height: 28px;
}

.cart-details:before {
  content: "";
  border-bottom: 5px solid black;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: -8px;
  right: 15px
}

.cart-details p {
  margin: 5px auto;
  line-height: 1
}

.cart-details .product-image {
  margin-right: 10px;
  text-align: left;
  float: left;
  padding: 10px;
  border: 1px solid #f0f0f0
}

.cart-details .product-details {
  float: left;
  width: 150px;
  position: relative
}

.cart-details .btn.view-cart, .cart-details .btn.checkout {
  padding: 0 11px;
  border-radius: 0;
  line-height: 30px;
  font-family: "swiss721", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: none;
  color: #fff
}

.cart-details .btn.view-cart {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid #000;
  color: black;
  float: left;
  font-size: 16px;
  padding: 2px 30px
}

.cart-details .btn.checkout {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid #000;
  color: black;
  float: right;
  font-size: 16px;
  padding: 2px 30px
}

.cart-details .control-buttons {
  position: absolute;
  top: 10px;
  right: -20px
}

.cart-details .quantity {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 700
}

.cart-details .price {
  color: #000;
  float: right;
  font-size: 14px;
  font-weight: 700
}

.cart-details .control-buttons a.delete-product {
  background: url(../img/sprite.png) no-repeat -344px -905px;
  width: 13px;
  height: 13px;
  display: inline-block
}

.cart-details .control-buttons a.delete-product:hover {
  background: url(../img/sprite.png) no-repeat -344px -918px
}

.cart-details .control-buttons a#edit-product {
  background: url(../img/sprite.png) no-repeat -361px -905px;
  width: 13px;
  height: 13px;
  display: inline-block
}

.cart-details .control-buttons a#edit-product:hover {
  background: url(../img/sprite.png) no-repeat -361px -918px
}

.cart-details .control-buttons a span {
  display: none
}

.cart-details .total-amount {
  border-top: 1px solid #f0f0f0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 37px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase
}

#cart-details img {
  max-width: 100%
}

.primary.navbar .btn {
  background: none;
  border: 0
}

.primary.navbar .btn-navbar {
  background: none;
  border: 0
}

.nav-label {
  text-transform: uppercase;
  padding: 0 10px
}
/*.main_menu a div:after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 5px;
    vertical-align: top;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}*/
.primary.navbar {
  margin-bottom: 0;
      width: 100%;
      height: 50px;
}
.nav-collapse.collapse{
  height: 50px!important;
}

.nav-collapse.collapse li a{
  display: block;
}

.category_name {
    position: relative;
    padding: 0 15px;
    text-shadow: none;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #0b151f;
    /* font-weight: 800; */
}
.primary.navbar .nav {
  margin-bottom: 0;
}

.primary.navbar .nav > li {
  position: relative;
  line-height: 45px;
}

li.hover_img_li > .second_menu_absolute, li.hover_img_li_last > .second_menu_absolute {
  margin-top: 15px
}

li.hover_img_li > div.main_menu :hover {
  background: none;
}

.primary.navbar .nav > li.active > a {
  background: #222;
}

li.hover_img_li_last > div.main_menu :hover {
  background: none;
}

.primary.navbar .nav > li > a {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 15px;
  text-shadow: none;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #0b151f;
  font-weight: 800
}

.nav li ul {
  list-style: none;
  background-color: #0E0E0E;
  display: none;
  position: absolute;
  top: 100%;
  margin-left: 0;
  z-index: 5000
}

.nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
  min-width: 470px
}

.nav li:not(:first-child):hover ul {
  left: -1px
}

.nav li ul a {
  padding: 5px 10px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  display: block;
  font-weight: 700
}

.nav li ul a:hover {
  background: #F26440
}

.slider {
  background: #FFF;
  text-align: center;
  margin-top: 30px
}

.slider ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#slider-main .carousel-control {
  opacity: .1;
  top: 50%;
  transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in
}

#slider-main:hover .carousel-control {
  display: block;
  opacity: .7;
  transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in
}

.carousel {
  margin-bottom: 0
}

.announcement {
  font-family: "Georgia", serif;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  line-height: 44px;
  margin-top: 20px;
  margin-bottom: 20px
}

.announcement .title {
  background: #f36b44;
  font-size: 19px;
  text-align: center;
  margin: 0;
  position: relative;
  line-height: 44px;
  float: left;
  width: 20%
}

.announcement .title:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 21px solid #fff;
  border-right: 21px solid transparent;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0
}

.announcement p {
  float: left;
  position: relative;
  margin: 0
}

.announcement .tagline1 {
  background: #2589b8;
  text-align: center;
  width: 40%
}

.announcement .tagline1:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 21px solid #f36b44;
  border-right: 21px solid transparent;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0
}

.announcement .tagline2 {
  background: #359ed0;
  text-align: center;
  width: 40%
}

.announcement .tagline2:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 21px solid #2589b8;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0
}

.announcement .tagline2:after {
  background: #fff;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 22px solid #359ed0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0
}

i.icon-truck {
  background: url(../img/sprite.png) no-repeat -338px -529px;
  width: 31px;
  height: 31px;
  margin: 0 0 5px;
  vertical-align: middle;
  position: relative;
  left: -10px
}

.scroll-wrapper {
  border: 1px solid #c0bfbf;
  position: relative;
  z-index: 8;
  height: auto;
  padding-top: 35px
}

.carousel-controls a span {
  display: none
}

.carousel-controls a {
  height: 52px;
  width: 32px;
  position: absolute;
  z-index: 100;
  top: 35px
}

.scroll-wrapper .carousel-controls a.prev {
  display: block;
  background: url(../img/sprite.png) no-repeat 0 -1892px;
  left: 0
}

.scroll-wrapper .carousel-controls a.prev:hover, .scroll-wrapper .carousel-controls a.prev:active {
  background: url(../img/sprite.png) no-repeat 0 -1790px
}

.scroll-wrapper .carousel-controls a.next {
  display: block;
  background: url(../img/sprite.png) no-repeat 0 -1522px;
  right: 0
}

.scroll-wrapper .carousel-controls a.next:hover, .scroll-wrapper .carousel-controls a.next:active {
  background: url(../img/sprite.png) no-repeat 0 -1420px
}

.brands-title {
  font-family: "futura", sans-serif;
  font-weight: 300;
  position: relative;
  font-size: 24px;
  margin: 0 auto;
  color: #565656;
  text-align: center;
  z-index: 12;
  top: 11px;
  line-height: 1;
  text-transform: uppercase
}

.brands-title {
  background: rgba(0, 0, 0, 0) url(../img/featured_bg.png) repeat-x scroll 0 0;
  color: #565656;
  font-family: "futura", sans-serif;
  font-size: 24px;
  font-weight: 300;
  height: 17px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 11px;
  z-index: 12
}

.brands-title span {
  background: #fff;
  padding: 0 15px
}

.brand-logos-wrap {
 
  padding: 0 2%;
  overflow: hidden
}

.brands li {
  display: block;
  float: left;
  margin: 0 22px;
  min-height: 79px;
  line-height: 50px
}

.products {
  margin-bottom: 0;
  margin-top: 20px;
  padding-bottom: 5px
}

.featured__block-bottom{
  max-width: 100%;
  float: left;
  margin: 0 5%;
}

.product-box {
  text-align: center;
  max-height: 425px;
}

.product-title {
  font-size: 12px;
  color: #5f5f5f;
  text-transform: uppercase;
  line-height: 17px
}

.product-box {
  padding-bottom: 8px;
  min-height: 50px
}

.product-title a {
  color: #000
}

.product-image {
  vertical-align: baseline
}

.product-box p {
  margin: 0
}

.star {
  background: rgba(0, 0, 0, 0) url(../img/black_star.jpg) no-repeat scroll 0 0 !important;
  display: inline-block;
  height: 18px;
  width: 18px;
  float: left
}

.star-inactive {
  background: url(../img/black_star_empty.jpg) !important;
  float: left;
  height: 12px;
  width: 13px;
  margin-right: 4px;
  background-repeat: no-repeat
}

.price .old {
    color: #a9a7a7;
    font-size: 14px;
    /* margin-right: 10px; */
    text-decoration: line-through;
}
.cust-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.price.feutured-p {
    padding-bottom: 10px;
}
.price .new {
  color: #000;
  font-size: 20px;
  font-weight: 700
}
.modal-img
{margin-bottom: 10px; 
width: 70px; 
}
.review_title {
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
}
.addto-cart {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 8px 18px;
  text-shadow: none;
  text-transform: uppercase
}

hr.divider {
  margin: 35px auto
}

.divider {
  width: 100%;
  height: 1px;
  clear: both
}

.banner {

  padding-bottom: 25px;
  text-align: center
}

.banner h2 {
  margin-bottom: 20px;
  font-family: "swiss721", sans-serif;
  font-size: 70px;
  color: #fe3b64;
  text-transform: uppercase;
  line-height: 1
}

.banner h3 {
  margin-bottom: 20px;
  background: url(../img/double-border.jpg) repeat-x center center;
  font-family: "honeyscript", cursive;
  font-size: 43px;
  font-weight: 400;
  line-height: 1
}

.banner h3 span {
  background: #fff;
  padding: 0 20px
}

.banner .images {
  width: 100%
}

.images .right {
  width: 67%;
  float: right;
  height: 400px;
  padding-right: 1%
}

.images .left {
  width: 31%;
  padding-left: 1%;
  height: 400px;
  float: left
}

.lt-ie8 .images .left {
  padding-left: 0;
  width: 42%
}

.images .left .vertical-half {
  height: 190px;
  line-height: 1.5em
}

.images .left .vertical-half b {
  line-height: 2em;
  margin-top: 15px
}

.images .vertical-half:first-child {
  margin-bottom: 20px
}

.banner .images img {
  width: 100%
}

.banner-text1 {
  font-size: 20px;
  color: #fff;
  font-family: initial;
  text-align: center;
  margin: 10px 40px;
  display: inherit;
  font-style: italic
}

.banner1, .banner2, .banner3 {
  height: 43px
}

.separator1, .separator2, .separator3, .separator4 {
  width: 11px;
  height: 43px
}

.floatLeft {
  float: left
}

.banner1 {
  background-color: #f36b44;
  width: 250px
}

.banner2 {
  background-color: #2589b8
}

.banner3 {
  background-color: #359ed0;
  width: 440px
}

.separator1 {
  background-image: url(../img/separator1.png)
}

.separator2 {
  background-image: url(../img/separator2.png)
}

.separator3 {
  background-image: url(../img/separator3.png)
}

.separator4 {
  background-image: url(../img/separator4.png)
}

.img-car {
  width: 57px;
  height: 30px;
  background-image: url(../img/car.png);
  float: left
}

.img-pee {
  width: 31px;
  height: 31px;
  background-image: url(../img/pee.png);
  float: left
}

.img-zippay {
  width: 76px;
  height: 28px;
  background-image: url(../img/zipPay.png);
  float: left
}

.img-percent {
  width: 37px;
  height: 34px;
  background-image: url(../img/percent.png);
  float: left
}

.img-return {
  width: 31px;
  height: 31px;
  background-image: url(../img/icon_returns2.jpg);
  float: left;
  margin: -6px 5px
}

.featured {
  position: relative;
  margin-bottom: 15px
}

.featured__block{
  max-width:350px;
  float:left;
  text-align:center;
  margin:10px;
  padding:20px;
}

.filters__block .dropdown-toggle{
  overflow: hidden;
}

#mobcart_container{
  overflow: hidden;
}

.filters-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.filters__block{
  width: 165px;
  margin-right: 10px;
}

.filters__block button,
.filters__block .btn-group{
  width: 100%;
  border-radius: 0px!important;
}

.filters__block .caret{
  display: none;
}

 .filters__block .filtr-input{
  background-color: transparent!important;
 }

.filters__block .dropdown-menu{
  width: 100%!important;
}

.featured-title {
  color: #fff;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 40px;
  background: #000;
  text-align: center;
  margin: 35px 50px 25px;
  font-weight: 700;
  position: relative;
  top: -20px;
  letter-spacing: 3px
}

.featured-title:before {
  display: inline-block;
  height: 40px;
  width: 20px;
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  background: #000;
  -moz-transform: rotate(0deg) scale(1, 1) skewX(-21deg) skewY(0deg) translate(0, 0);
  -webkit-transform: rotate(0deg) scale(1, 1) skew(-21deg, 0deg) translate(0, 0);
  -o-transform: rotate(0deg) scale(1, 1) skew(-21deg, 0deg) translate(0, 0);
  -ms-transform: rotate(0deg) scale(1, 1) skew(-21deg, 0deg) translate(0, 0);
  transform: rotate(0deg) scale(1, 1) skew(-21deg, 0deg) translate(0, 0)
}

.featured-title:after {
  display: inline-block;
  height: 40px;
  width: 20px;
  content: "";
  position: absolute;
  right: -9px;
  top: 0;
  background: #000;
  -moz-transform: rotate(0deg) scale(1, 1) skewX(-21deg) skewY(0deg) translate(0, 0);
  -webkit-transform: rotate(0deg) scale(1, 1) skew(-21deg, 0deg) translate(0, 0);
  -o-transform: rotate(0deg) scale(1, 1) skew(-21deg, 0deg) translate(0, 0);
  -ms-transform: rotate(0deg) scale(1, 1) skew(-21deg, 0deg) translate(0, 0);
  transform: rotate(0deg) scale(1, 1) skew(-21deg, 0deg) translate(0, 0)
}

.featured .product {
  text-align: center;
  padding-top: 60px;
  border: 1px solid #ccc
}

.featured .product-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 15px auto;
  color: #686868;
  min-height: 50px;
}

.featured .product .span3 {
  width: 214px
}

.breadcrumb {
  background: none;
  border: none;
  text-shadow: none;
  color: #5f5f5f;
  padding: 0;
  margin: 9px 0
}

.breadcrumb a {
  color: #5f5f5f
}

.breadcrumb .divider {
  color: #5f5f5f
}

.product-options {
  background: #fafafa;
  font-size: 12px;
  color: #5f5f5f;
  margin-bottom: 40px;
  border: 1px solid #dfdede;
  border-top: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.product-options > div {
  padding: 15px 0;
  border-top: 1px solid #dfdede
}

.product-options > div:first-child {
  border-radius: 3px;
  border-top-width: 6px;
  border-top-color: #e45329
}

.product-options ul {
  list-style: none;
  margin-left: 0;
  padding: 0 15px
}

.product-options li {
  line-height: 25px
}

.product-options .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  border: none;
  padding: 0 15px;
  text-transform: uppercase
}

.product-options input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px
}

.product-options label {
  display: inline
}

.price-range {
  margin: 0 15px
}

.price-range input[type='text'] {
  border: 0;
  padding: 0;
  padding: 0;
  font-size: 12px;
  background: none;
  border-radius: 0;
  box-shadow: none
}

.ui-widget-content {
  background: #e8e8e8;
  border: 1px solid #ddd;
  margin: 0 15px
}

.ui-widget-header {
  background: #F59D84
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.2em
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #363636;
  border: none;
  border-radius: 100%;
  height: 15px;
  width: 15px
}

.sidebar-main .banner {
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
  padding: 0
}

.sidebar-main .banner-text {
  margin: 10px auto 15px auto;
  text-align: justify;
  height: auto;
  width: 99%;
  padding-right: 5px
}

.sidebar-main h2 {
    font-size: 20px;
    margin: 2px 0 14px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px;
}

.head_2 {
  margin-top: 15px !important
}

.product-filter {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0
}

.product-filter div {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1
}

.product-filter .display {
  background: #e8e8e8;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #f1f1f1;
  width: 69px
}

.product-filter .display a {
  display: block;
  width: 35px;
  text-align: center;
  float: left;
  height: 30px
}

.product-filter .display a:hover {
  cursor: pointer
}

.product-filter .display a.active {
  cursor: default
}

.product-filter .display a span {
  display: none
}

.product-filter .display a:first-child {
  width: 34px
}

.product-filter a.display-grid {
  background: url(../img/sprite.png) no-repeat -336px -759px
}

.product-filter a.display-grid:hover, .product-filter a.display-grid.active {
  background: #32a9ed url(../img/sprite.png) no-repeat -335px -732px
}

.product-filter a.display-list {
  background: url(../img/sprite.png) no-repeat -335px -793px
}

a.display-list:hover, a.display-list.active {
  background: #32a9ed url(../img/sprite.png) no-repeat -335px -823px
}

.product-filter .pagination {
  margin: 0;
  width: 60%
}

.product-filter .btn, .product-filter .btn.dropdown-toggle {
  line-height: 22px;
  box-shadow: none;
  border-radius: 0
}

.product-filter .btn-group > .btn:first-child {
  border-radius: 0
}

.product-filter .dropdown-menu {
  border-radius: 0
}

.sidebar-main .products {
  margin-top: 20px
}

.sidebar-main .products-grid > div {
 
  float: left;
  margin-bottom: 25px;
  margin-top: 25px;
  min-height: 185px;
  text-align: center
}

.sidebar-main .products > div .image {
  max-width: 100%;
  position: relative;
  text-align: center
}

.sidebar-main .products-grid > div .product-details {
  float: left;
  width: 60%
}

.products-grid > div .product-details {
  float: inherit !important;
  width: 100% !important
}

.sidebar-main .product > div .image img {
  max-height: 120px
}

.image {
  position: relative
}

.image .sale {
  position: absolute;
  top: 0
}

.sidebar-main .products > div .image .sale {
  position: absolute;
  top: 0;
  right: 0
}

.products-grid > div .rating, .product-box .rating {
    width: auto;
    margin: 0 auto;
    /* text-align: center !important; */
    height: 20px;
    display: flex;
    justify-content: center;
}

.products-grid > div .description {
  display: none
}

.products-grid > div h2 {
  margin-top: 5px !important;
  overflow: hidden
}

.products-grid > div .price {
  padding-bottom: 10px;

  overflow: hidden
}

.product-details .name {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px
}

.product-details .name a {
  color: #000
}

.product-details .description {
  font-size: 12px;
  margin-bottom: 5px;
  min-height: 60px
}

.sidebar-main .products .cart {
  background: none;
  border: none;
  padding: 0;
  height: 30px
}

.sidebar-main .pagination ul {
  box-shadow: none;
  border: none;
  vertical-align: bottom;
  margin: 0 10%;
  padding: 0
}

.sidebar-main .pagination ul li a {
  padding: 0 5px;
  margin: 0;
  border: none
}

.sidebar-main .pagination.bottom {
  border-top: 1px solid #d1d1d1;
  padding-top: 15px
}

.product-filter .filter-controls {
  width: 40%;
  margin-right: -13px
}

.cats_pag .results {
  display: none
}

.cats_pag .links {
  text-align: center;
  float: none !important
}

.product-filter .dropdown-menu {
  text-align: left;
  right: 0;
  left: auto
}

.sidebar-main .products-list > div:first-child {
  border-top: none
}

.sidebar-main .products-list > div {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 10px 0
}

.sidebar-main .products.products-list .image {
  width: 23%
}

.sidebar-main .products-list .product-details {
  float: left;
  width: 75%;
  position: relative;
  padding: 3% 0 0
}

.sidebar-main .products-list .product-details .cart {
  float: right;
  position: relative
}

.product-image-main-wrapper {
  width: 100%
}

.product-image-main {
  position: relative
}

.zoom-btn a {
  position: absolute;
  background: url(../img/sprite.png) no-repeat -339px -856px;
  display: block;
  height: 32px;
  width: 32px;
  bottom: 10px;
  right: 10px
}

.zoom-btn a span {
  display: none
}

.additional-images ul {
  list-style: none;
  margin: 10px 0 0 0
}

.additional-images li {
  display: inline-block;
  border: 1px solid #c0bfbf;
  margin-right: 5px;
  margin-bottom: 5px;
  *display: inline;
  zoom: 1
}

#onj_accordion li a {
  display: block
}

.additional-images li:first-child, .additional-images li:nth-child(4n) {
  margin-left: 0
}

#additional-images img {
  max-width: 100%
}

.product-info h2 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 0
}

.product-info .rating {
  margin: 10px auto
}

.product-info i {
  vertical-align: middle;
  margin-top: -6px
}

.rating .reviews {
  padding-left: 5px
}

.price-main {
  margin: 15px auto;
  line-height: 1
}

.price-main .new {
  font-size: 45px;
  color: #2391C5
}


.price-main .float-value {
  font-size: 25px;
  font-weight: 400
}

.price-main .point {
  font-size: 30px
}

.price-main .float-value, .price-main .point {
  position: relative;
  top: -9px
}

.price-main .old {
  font-size: 16px;
  padding: 0 10px;
  color: #a3a3a3
}

.stock-info {
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  color: #47940f;
  font-weight: 700
}

.product-info .btn-group {
  margin-bottom: 20px
}

.product-info .btn-group a {
  font-size: 12px
}

.product-info .btn-group > .btn:first-child {
  border-radius: 0
}

.product-info .btn-group > .btn:last-child, .product-info .btn-group > .dropdown-toggle {
  border-radius: 0
}

.product-info .dropdown-menu {
  border-radius: 0
}

.qty {
  font-size: 12px
}

.qty .btn-group {
  margin: 0
}

.qty .addto-cart {
  background: #F0522B;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  float: left
}

.qty .addto-cart:hover {
  background: #ccc
}

.qty b {
  font-family: "swiss721", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  color: #eb3a64
}

.features {
  color: #5f5f5f;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  padding: 20px 20px;
  margin-bottom: 5px;
  font-size: 12px
}

.features h3 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 15px
}

.features li {
  margin-bottom: 10px
}

.product-description {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #5f5f5f
}

.product-description .nav {
  margin-bottom: 0;
  border-bottom: none
}

.product-description .nav-tabs > li > a {
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  color: #5f5f5f;
  background: #f5f5f5;
  border: 1px solid #c0bfbf;
  text-transform: uppercase
}

.product-description .nav-tabs > li > a:hover {
  background: #eee
}

.product-description .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  background: #fff;
  border-color: #c0bfbf;
  border-bottom-color: transparent
}

.product-description .tab-content {
  border: 1px solid #c0bfbf;
  padding: 25px 25px 0 25px
}

.product-description .banner {
  margin: 0;
  border: 0
}

.product-description p {
  margin-bottom: 20px
}

.product-description h4 {
  border: medium none;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 30px;
  color: #000
}

.section-line strong {
  color: #5f5f5f;
  font-size: 20px;
  text-shadow: 1px 1px 1px #ddd
}

.review-threads dt {
  margin: 20px 0
}

.review-threads dd {
  margin-left: 0;
  margin-bottom: 30px
}

.review-threads .rating {
  float: left;
  display: inline-block;
  margin-right: 10px;
  *display: inline;
  zoom: 1
}

.review-threads .date {
  font-weight: 400
}

.product-scroll {
  margin-top: 30px
}

.product-scroll .scroll-wrapper {
  border: none
}

.product-scroll .brands-title {
  text-align: left;
  font-weight: 700;
  top: 0
}

.product-scroll .scroll-wrapper {
  height: 320px
}

.product-scroll .products {
  margin: 0
}

.product-scroll .product-box {
  width: 210px;
  float: left
}

.product-scroll .carousel-controls a {
  top: 50%
}

.faq-title {
  font-size: 25px
}

.faq dt {
  background: url(../img/right-facing-triangle.png) no-repeat 0 22px;
  border-top: 1px solid #dfdede;
  font-size: 16px;
  color: #5f5f5f;
  padding: 15px;
  line-height: 1.5;
  cursor: pointer
}

.faq dt:first-child {
  border-top: none
}

.faq dd {
  margin-left: 15px;
  margin-bottom: 20px;
  display: none
}

.faq dt.active {
  background: url(../img/bottom-facing-triangle.png) no-repeat 0 24px
}

.product-options h3.title {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 10px 15px
}

.best-sellers .product-box {
  text-align: left
}

.best-sellers .product-box .product-image-wrapper {
  width: 35%;
  float: left;
  margin-right: 5%
}

.best-sellers .product-box .product-info {
  float: left;
  width: 60%
}

.best-sellers .product-box .product-title {
  font-size: 12px;
  margin: 0
}

h2.login-title {
  font-size: 25px
}

.customer-form h3 {
  border-bottom: 1px solid #dfdede;
  font-size: 16px
}

.customer-form h4 {
  font-size: 12px
}

.customer-form {
  font-size: 12px;
  min-height: 245px;
  position: relative
}

.customer-form .error {
  margin-top: 0
}

.customer-form input, .customer-form button {
  border-radius: 0
}

.customer-form input {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 0;
  background: rgb(247, 247, 247);
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(21%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0)
}

.customer-form label {
  font-weight: 700;
  font-size: 12px
}

.btn-continue, .customer-form button[type="submit"] {
  font-family: "swiss721", sans-serif;
  color: #fff;
  text-shadow: none;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 15px;
  position: absolute;
  bottom: 0
}

.btn-continue {
  background: #f04b30
}

.customer-form button[type="submit"] {
  background: #363636;
  position: relative;
  margin-top: 10px
}

.forgot-pwd {
  color: #e45329;
  float: right
}

.registration-form {
  font-size: 12px
}

.registration-form legend {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px
}

.registration-form fieldset {
  margin-bottom: 30px
}

.registration-form input, .registration-form select {
  border-radius: 0;
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  background: rgb(247, 247, 247);
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(21%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 21%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0)
}

.registration-form select {
  width: 54.3%
}

.registration-form a {
  color: #e45329
}

.registration-form ::-webkit-input-placeholder {
  font-style: italic
}

.registraion-form :-moz-placeholder {
  font-style: italic
}

.registration-form ::-moz-placeholder {
  font-style: italic
}

.retistration-form :-ms-input-placeholder {
  font-style: italic
}

.registration-form .control-label {
  font-size: 12px;
  font-weight: 700;
  text-align: left
}

.subscribe input {
  width: auto;
  margin: 0 5px 0 0
}

.privacy-policy {
  background: #fafafa;
  height: 85px;
  padding-top: 20px;
  padding-bottom: 20px
}

.privacy-policy input {
  width: auto;
  margin: 0 5px 0 0
}

.privacy-policy .continue {
  font-family: "swiss721", sans-serif;
  color: #fff;
  text-shadow: none;
  height: 30px;
  text-transform: uppercase;
  padding: 0 10px;
  background: #f04b30;
  margin-top: 20px
}

.contactus-title {
  font-size: 25px;
  color: #000
}

ul.info-box {
  list-style: none;
  margin-left: 0;
  font-size: 12px;
  margin-top: 40px
}

ul.info-box h3 a {
  color: #e75023
}

ul.info-box li {
  float: left;
  width: 50%;
  height: 115px;
  margin-bottom: 20px
}

@-webkit-keyframes pulse {
  0% {
    width: 60%;
    opacity: .5
  }
  10% {
    width: 61%;
    opacity: .55
  }
  20% {
    width: 62%;
    opacity: .6
  }
  30% {
    width: 63%;
    opacity: .65
  }
  40% {
    width: 64%;
    opacity: .7
  }
  50% {
    width: 65%;
    opacity: .75
  }
  60% {
    width: 66%;
    opacity: .8
  }
  70% {
    width: 67%;
    opacity: .85
  }
  80% {
    width: 68%;
    opacity: .9
  }
  90% {
    width: 69%;
    opacity: .95
  }
  100% {
    width: 70%;
    opacity: 1
  }
}

@keyframes pulse {
  0% {
    width: 60%;
    opacity: .5
  }
  10% {
    width: 61%;
    opacity: .55
  }
  20% {
    width: 62%;
    opacity: .6
  }
  30% {
    width: 63%;
    opacity: .65
  }
  40% {
    width: 64%;
    opacity: .7
  }
  50% {
    width: 65%;
    opacity: .75
  }
  60% {
    width: 66%;
    opacity: .8
  }
  70% {
    width: 67%;
    opacity: .85
  }
  80% {
    width: 68%;
    opacity: .9
  }
  90% {
    width: 69%;
    opacity: .95
  }
  100% {
    width: 70%;
    opacity: 1
  }
}

@-moz-keyframes pulse {
  0% {
    width: 60%;
    opacity: .5
  }
  10% {
    width: 61%;
    opacity: .55
  }
  20% {
    width: 62%;
    opacity: .6
  }
  30% {
    width: 63%;
    opacity: .65
  }
  40% {
    width: 64%;
    opacity: .7
  }
  50% {
    width: 65%;
    opacity: .75
  }
  60% {
    width: 66%;
    opacity: .8
  }
  70% {
    width: 67%;
    opacity: .85
  }
  80% {
    width: 68%;
    opacity: .9
  }
  90% {
    width: 69%;
    opacity: .95
  }
  100% {
    width: 70%;
    opacity: 1
  }
}

ul.info-box li:hover .icon img {
  animation: pulse 0.5s infinite alternate;
  -webkit-animation: pulse 0.5s infinite alternate;
  -moz-animation: pulse 0.7s infinite alternate
}

ul.info-box li .icon {
  float: left;
  width: 20%;
  text-align: center
}

ul.info-box li .text {
  float: left;
  width: 70%;
  padding: 0 5%;
  margin-top: 4%
}

ul.info-box h3 {
  line-height: 1;
  font-size: 14px;
  margin: 0 0 10px 0;
  border-bottom: none
}

.contactus {
  color: #5f5f5f;
  font-size: 12px
}

.contactus h3 {
  border-bottom: 1px solid #ccc;
  font-size: 16px
}

.contactus h4 {
  font-size: 14px
}

.email-us input, .email-us textarea {
  border-radius: 0
}

.email-us textarea {
  width: 95%;
  min-height: 300px;
  box-shadow: inset 0 10px 13px -8px rgba(0, 0, 0, .1);
  text-align: left
}

.email-us .control-group {
  width: 50%;
  float: left
}

.email-us .control-group input[type="text"], .email-us .control-group input[type="email"] {
  width: 90%
}

.email-us input {
  width: 95%;
  box-shadow: inset 0 10px 13px -8px rgba(0, 0, 0, .1);
  text-align: left
}

.email-us .btn {
  display: block;
  font-family: "swiss721", sans-serif;
  border-radius: 0;
  background: #363636;
  box-shadow: none;
  text-shadow: none;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  width: auto
}

.cart-title {
  font-size: 25px;
  margin: 0 0 10px 0;
  line-height: 1.5
}

.cart-table {
  width: 100%;
  font-size: 12px;
  border: 1px solid #dfdede
}

.cart-table thead {
  background: #fafafa;
  text-transform: uppercase;
  line-height: 47px;
  border-bottom: 1px solid #dfdede
}

.cart-table tfoot {
  background: #fafafa;
  border-top: 1px solid #dfdede;
  line-height: 80px
}

.cart-table tbody td {
  border: 1px solid #dfdede;
  text-align: center;
  padding: 20px 1.030927835051546%;
  vertical-align: top;
  width: 6.701030927835052%
}

.cart-table .product-main {
  width: 40%;
  text-align: left
}

.cart-table .product-main .image {
  float: left;
  margin-right: 20px
}

.cart-table .item-qty {
  width: 65px
}

.cart-table select {
  border-radius: 0
}

.cart-table .product-title {
  font-size: 20px;
  color: #e45329;
  font-weight: 700
}

.cart-table .unit-price, .cart-table .sub-total {
  font-weight: 700;
  font-size: 16px
}

.cart-table .edit-item {
  color: #5f5f5f
}

.cart-table .delete-item {
  display: inline-block;
  background: url(../img/sprite.png) no-repeat -344px -954px;
  width: 30px;
  height: 30px
}

.cart-table .delete-item:hover {
  background: url(../img/sprite.png) no-repeat -344px -995px
}

.cart-table tfoot .continue-shopping {
  float: left;
  margin: 10px 0 10px 20px
}

.cart-table tfoot .update-cart {
  float: right;
  margin: 10px 20px 10px 0
}

a.delete-item span {
  display: none
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 1px
}

.cart-block {
  margin-bottom: 20px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  border-top: 4px solid #000;
  padding: 20px
}

.cart-block input, .cart-block select, .cart-block button {
  border-radius: 0;
  margin-bottom: 15px
}

.cart-block input[type="text"] {
  width: 95%;
  margin-bottom: 0
}

.cart-block select {
  width: 100%
}

.cart-block .btn, .cart-table .btn {
  font-family: "swiss721", sans-serif;
  border-radius: 0;
  background: #363636;
  box-shadow: none;
  text-shadow: none;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase
}

.cart-block .proceed-checkout {
  background: #359ed0
}

.cart-block .btn {
  display: block;
  margin-top: 15px
}

.btn.btn-orange {
  background: #f04b30
}

.cart-block.checkout {
  text-align: center;
  margin-bottom: 20px;
  text-align: center
}

.cart-block .checkout-paypal {
  margin-bottom: 5px
}

.cart-block table.price-summary {
  margin: 0 auto 20px
}

.cart-block table.price-summary td {
  line-height: 2
}

.cart-block table.price-summary .price {
  text-align: left;
  padding-left: 10%
}

.cart-block table.price-summary .total, .cart-block table.price-summary .total-amount {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

.cart-block .total-amount {
  color: #e52424
}

.cart-block .checkout {
  background: #f2f2f2;
  text-align: center;
  margin: 0 -20px -20px;
  padding: 20px 0
}

.cart-block .continue-checkout {
  width: 160px;
  margin: 5px auto 0
}

.cart-block label.error {
  margin-top: 0;
  font-size: 12px
}

.notif-free-shipping {
  background-color: #FDF9F8;
  border: 5px solid #FAD2CB;
  padding: 30px 10px;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  color: #F2705A;
  font-weight: 700
}
 
footer {
  color: #8f8f8f;
  background: rgba(0, 0, 0, 0) url(../img/footer_bg.jpg) repeat scroll 0 0;
}

.facebook-widget {
  width: 100%
}

.btn-group.open .btn.dropdown-toggle{
  width: 100%;
}

.subscription {
  background: #fba577;
  margin-top: 30px;
  padding: 20px 20px 40px;
}

.subscription form {
  padding: 15px 20px 5px
}

.subscription label {
  float: left;
  font-family: sans-serif;
  height: 29px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 44%;
  text-transform: uppercase;
  margin: 0 0
}

.subscription label:after {
  content: "";
  display: block;
  width: 8px;
  height: 29px;
  position: absolute;
  right: -8px;
  top: 0
}

.subscription input {
  margin: 0
}

.subscription input[type="email"] {
  border: 3px solid #000;
  border-radius: 0;
  color: #bfbfbf;
  font-weight: 700;
  height: 40px !important;
  padding: 0 26px;
  text-transform: uppercase;
  width: 38%
}

.subscription input[type="button"], .subscription input[type="submit"] {
  background: white none repeat scroll 0 0;
  border: 3px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin-left: 10px;
  overflow: hidden;
  padding: 0 20px;
  text-transform: uppercase
}

.blog-posts {
  border-right: 1px dotted #706d6d;
  padding-right: 20px
}

.blog-posts h2, .tweets h2 {
  font-family: "Georgia", serif;
  font-weight: 400;
  font-size: 21px;
  text-align: center
}

.blog-posts h2, .tweets h2 {
  color: #b2b2b2
}

.blog-posts h2 {
  background: url(../img/blog-pencil.png) center top no-repeat;
  padding-top: 40px
}

.blog-posts a {
  color: #b2b2b2
}

.blog-posts a:hover {
  color: #fff
}

.tweets {
  padding-right: 20px
}

.tweets h2 {
  background: url(../img/twitter-img.png) center top no-repeat;
  padding-top: 40px
}

.footer-top {
  padding-top: 20px
}

.footer-top ul {
  list-style: none;
  margin: 0
}

.footer-top .facebook-widget {
  background: #fff;
  min-height: 290px;
  margin-top: 20px;
  border: none
}

a.more {
  display: block;
  color: #d99322;
  text-align: right
}

.icon-arrow {
  background: url(../img/footer-arrow.png) center center no-repeat;
  width: 6px;
  height: 7px;
  vertical-align: middle
}

.footer-links {
  border-top: 1px solid #403c3c;
  border-bottom: 1px solid #403c3c;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 0
}

.footer-links li a {
  line-height: 20px
}

.copyright {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
  padding-left: 20px;
  text-align: left
}

footer .time {
  color: #d99322;
  font-style: italic
}

ul.footer-social-links {
  list-style: none
}

ul.footer-social-links li {
  display: inline
}

.footer-social-links a span {
  display: none
}

.footer-social-links a {
  display: inline-block;
  height: 30px;
  width: 30px;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear
}

.footer-social-links a:hover {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear
}

.footer-social-links a.facebook {
  background: url(../img/sprite.png) no-repeat 0 -308px
}

.footer-social-links a.facebook:hover {
  background-position: 0 -338px
}

.footer-social-links a.twitter {
  background: url(../img/sprite.png) no-repeat -338px -664px
}

.footer-social-links a.twitter:hover {
  background-position: -338px -694px
}

.footer-social-links a.pinterest {
  background: url(../img/sprite.png) no-repeat 0 -1680px
}

.footer-social-links a.pinterest:hover {
  background-position: 0 -1710px
}

.footer-social-links a.googleplus {
  background: url(../img/sprite.png) no-repeat 0 -625px
}

.footer-social-links a.googleplus:hover {
  background-position: 0 -655px
}

.footer-social-links a.instagram {
  background: url(../img/sprite.png) no-repeat 0 -1105px
}

.footer-social-links a.instagram:hover {
  background-position: 0 -1135px
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-links ul a {
  color: #8f8f8f
}

.payment-options img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear
}

.payment-options img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear
}

ul.list {
  list-style: disc;
  margin-left: 16px
}

ul.list a {
  color: #5f5f5f
}

.dropdown-menu li {
  text-align: left
}

.success {
  background: #EAF7D9 url(../image/success.png) 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px
}

.success, .warning, .attention, .information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px
}

.success, .warning, .attention {
  padding: 15px 40px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #555;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
  position: fixed;
  top: 60px;
  right: 20px;
  max-width: 300px;
  z-index: 999999
}

.success, .warning, .attention {
  background: #BBDF8D url(../image/success.png) 10px center no-repeat;
  color: #fff
}

.warning {
  background: red url(../image/success.png) 10px center no-repeat
}

.product .row {
  padding-bottom: 5px
}

#subscribe_result {
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  color: white;
  font-size: 16px
}

.checkout-heading {
  background: #F8F8F8;
  border: 1px solid #DBDEE1;
  padding: 8px;
  font-weight: 700;
  font-size: 13px;
  color: #555;
  margin-bottom: 15px
}

.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: 400;
  text-decoration: none
}

.checkout-content {
  padding: 0 0 15px 0;
  display: none;
  overflow: auto
}

.checkout-content .left {
  float: left;
  width: 48%
}

.checkout-content .right {
  float: right;
  width: 48%
}

.checkout-content .buttons {
  clear: both
}

.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  margin-bottom: 20px
}

.checkout-product td {
  padding: 7px
}

.checkout-product thead td {
  color: #4D4D4D;
  font-weight: 700;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDD
}

.checkout-product thead .name, .checkout-product thead .model {
  text-align: left
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
  text-align: right
}

.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #DDD
}

.checkout-product tbody .name, .checkout-product tbody .model {
  text-align: left
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
  text-align: right
}

.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #DDD
}

.pagination {
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px
}

.pagination .links {
  text-align: center
}

.pagination .links a {
  display: inline-block;
  border: 1px solid #EEE;
  padding: 4px 10px;
  text-decoration: none;
  color: #A3A3A3
}

.pagination .links b {
  display: inline-block;
  border: 1px solid #269BC6;
  padding: 4px 10px;
  font-weight: 400;
  text-decoration: none;
  color: #269BC6;
  background: #FFF
}

.pagination .results {
  float: right;
  padding-top: 3px
}

.refinesearch {
  text-align: left;
  padding-top: 10px
}

.refinesearch ul {
  list-style: none;
  float: left;
  margin: 15px
}

.error {
  color: #C00
}

input[type="radio"], input[type="checkbox"] {
  float: left;
  margin-right: 5px
}

table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  margin-bottom: 20px
}

table.list td {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD
}

table.list thead td {
  background-color: #EFEFEF;
  padding: 0 5px
}

table.list thead td a, .list thead td {
  text-decoration: none;
  color: #222;
  font-weight: 700
}

table.list tbody td {
  padding: 0 5px
}

table.list .left {
  text-align: left;
  padding: 7px
}

table.list .right {
  text-align: right;
  padding: 7px
}

table.list .center {
  text-align: center;
  padding: 7px
}

table.radio {
  width: 100%;
  border-collapse: collapse
}

table.radio td {
  padding: 5px
}

table.radio td label {
  display: block
}

table.radio tr td:first-child {
  width: 1px
}

table.radio tr td:first-child input {
  margin-top: 1px
}

table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer
}

.review .star2 {
  width: 19px;
  height: 18px;
  background-image: url(../img/star.jpg);
  background-position: right;
  float: left;
  margin-right: 10px;
  cursor: pointer
}

.rate_msg {
  float: left;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  color: #f63
}

.span4.Sortby {
  text-align: right
}

.grid5 a {
  color: #e75023;
  font-weight: 700
}

.sortby a {
  font-weight: normal !important
}

.Sortby a {
  font-weight: 400
}

.grid5 label {
  font-weight: 400
}

.star1 {
  background-image: url(../img/startt.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 35px
}

.star1.star-inactive {
  background-position: -34px 0
}

.star2 {
  background-image: url(../img/black_star.jpg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px
}

.star2.star-inactive {
  background-position: -22px 0
}

.span8.rowhelpful {
  border-left: 1px solid #ccc;
  margin-left: 0;
  padding-left: 24px;
  position: relative
}

.dloo {
  background-image: url(../img/7_07.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  left: -17px;
  padding: 20px;
  position: absolute;
  top: 25px
}

.helpful_yes {
  background: none repeat scroll 0 0 #fafafa;
  margin-top: 30px;
  padding: 20px 0 20px 22px;
  width: 97%
}

.author > b {
  font-size: 17px;
  margin-right: 10px;
  text-transform: uppercase
}

.author {
  margin-bottom: 10px
}

.author em {
  font-size: 12px
}

.yousave {
  color: #f60
}

.brand-select .dropdown-menu .span6 {
  display: none
}

.helpful_yes > a {
  color: #e75023
}

.grid3 > strong {
  font-size: 12px;
  font-style: italic
}

.grid3 {
  margin-top: 10px !important
}

.price-main {
  margin: 0 auto;
  line-height: 1
}

.price-main .new {
  font-size: 45px;
  color: #359ed0
}



.price-main .float-value {
  font-size: 25px;
  font-weight: 400
}

.price-main .point {
  font-size: 30px
}

.price-main .float-value, .price-main .point {
  position: relative;
  top: -9px
}

.price-main .old {
  position: relative;
  font-size: 16px;
  top: -21px;
  padding: 0 10px
}

.buttons {
  text-decoration: none
}

.buttons .right {
  float: right;
  margin-bottom: 10px
}

.payment .buttons .right {
  float: right;
  margin-bottom: 10px
}

.payment .buttons .right .button {
  background: #f04b30;
  padding: 10px 20px;
  color: white
}

a:hover {
  text-decoration: none
}

.float0 {
  float: left;
  width: auto
}

.clearFloat {
  clear: both;
  height: 1px
}

.rating {
  height: 20px
}

.suggest {
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  margin-left: 756px;
  padding: 10px;
  border: 1px solid #000;
  margin-top: 32px;
  width: 389px
}

.suggest ul {
  margin: 0
}

.suggest img {
  float: left;
  margin-right: 10px
}

.suggest ul li {
  color: #5f5f5f;
  font-weight: 700;
  list-style-type: none;
  text-align: left;
  margin-bottom: 20px
}

.suggest .clearFix {
  clear: both
}

#help-menu-option {
  margin-bottom: 50px
}

#help-menu-option a {
  color: #e45329
}

#help-menu-option .menu-option {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  width: 400px
}

#help-menu-option .menu-option img {
  float: left;
  margin: 5px;
  font-size: 20px;
  line-height: normal
}

#help-menu-option .menu-option h1 {
  font-size: 14px;
  line-height: normal
}

.opening-hours {
  float: left;
  width: 290px
}

.opening-hours table {
  width: 100%
}

.opening-hours p, .opening-hours td {
  font-size: 12px
}

.opening-hours strong, label {
  color: #5F5F5F
}

table.opening-hours {
  border: 1px solid #000;
  margin-bottom: 20px;
  width: 100%
}

table.opening-hours thead tr th {
  text-align: left
}

table.opening-hours tbody tr td {
  vertical-align: top
}

table.opening-hours tbody tr.heading td {
  padding-top: 10px
}

form.contact-us {
  width: 100%
}

form.contact-us input[type="text"], label.text1 {
  width: 350px;
  float: left;
  margin-right: 10px
}

label {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700
}

form.contact-us input[type="text"], form.contact-us select, form.contact-us textarea {
  border: 1px solid #cfcfcf;
  border-radius: 0;
  margin: 0 10px 0 0;
  padding: 5px 5px
}

form.contact-us textarea {
  width: 710px;
  height: 200px
}

form.contact-us input[type="text"] {
  width: 339px
}

form.contact-us input[type="text"].last {
  width: 350px
}

form.contact-us input[type="submit"], form.contact-us input[type="button"] {
  background-color: #363636;
  font-weight: 700;
  color: #fff;
  padding: 5px 20px;
  border: none;
  margin-top: 20px
}

form.contact-us input[type="button"].file-button {
  width: 220px
}

form.contact-us .error {
  font-size: 12px;
  margin-top: 0
}

form.contact-us .textarea {
  width: 710px
}

form.contact-us img {
  display: inherit;
  margin-bottom: 5px
}

table.write-review {
  width: 95%
}

table.write-review col.col1 {
  width: 300px
}

table.write-review col.col2 {
  width: 400px
}

.section-line div {
  border-bottom: 1px solid #cfcfcf;
  line-height: 30px;
  margin-bottom: 17px;
  width: 98%
}

.thii {
  color: #807f7f
}

.write-review a {
  color: #cd6d33
}

.add_photo {
  background: none repeat scroll 0 0 #fafafa;
  border: medium none !important;
  font-size: 83%;
  margin-top: 25px;
  padding-bottom: 36px;
  padding-top: 14px
}

.add_photo > h2 {
  font-size: 30px
}

table.write-review tr td {
  padding: 5px 0;
  vertical-align: top
}

div.write-review-left-widget {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #ccc;
  float: left;
  margin-left: 10px;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 20px
}

.great {
  margin: 0 auto;
  width: 88%
}

.great > h2 {
  color: #5f5f5f;
  text-align: center
}

.rewimg1 {
  margin: 0 auto;
  width: 80%
}

.rewimg2 {
  margin: 0 auto;
  width: 80%
}

.title {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 20px
}

label.text2, label.radio2 {
  margin-top: 0
}

label.radio2 {
  font-weight: 400
}

form.write-review {
  width: auto;
  float: left
}

form.write-review input[type="text"], form.write-review textarea, form.write-review select {
  float: none;
  margin-bottom: 10px;
  width: 95%
}

form.write-review input.with-desc {
  margin-bottom: 0
}

form.write-review input.with-desc + h6, form.write-review textarea.with-desc + h6 {
  margin-top: 0
}

.hair-type {
  float: left;
  width: 200px
}

.bestseller a {
  color: #5F5F5F
}

.bestseller a:hover {
  color: #000
}

ul.bestseller li img {
  float: left;
  margin: 0 10px 0 0
}

ul.bestseller li {
  clear: both;
  padding-bottom: 10px
}

ul.bestseller li h4 {
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase
}

ul.bestseller .strike {
  text-decoration: line-through
}

ul.bestseller .old-price {
  color: #5F5F5F
}

ul.bestseller .new-price {
  color: #e52424;
  font-weight: 700;
  font-size: 20px;
  padding: 0 10px
}

.info-desc ul {
  margin: 15px 0 15px 0;
  list-style-type: none
}

.info-desc li {
  border-bottom: 1px solid #dfdede;
  background: url(../img/list.png) 0 15px;
  background-repeat: no-repeat;
  padding: 10px 0 10px 10px
}

.info-desc li.last {
  border-bottom: none
}

.info-desc li div {
  margin: 10px 0 0 0;
  display: none
}

.info-desc li > a {
  color: #5F5F5F;
  font-weight: 700;
  font-size: 16px
}

#info-more-less-button {
  list-style: none;
  text-align: right
}

table.theme1, table.theme1 thead tr th {
  border: 1px solid #639e99
}

table.theme1 thead tr th {
  background-color: #639e99;
  color: #fff;
  padding: 3px 0 3px 5px
}

table.theme1 tbody tr:nth-child(even) {
  background-color: #e6f2f1
}

table.theme1 tbody tr td {
  padding: 5px;
  vertical-align: top
}

.review-header {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.review-header .grid1, .review-header .grid2, .review-header .grid3, .review-header .grid4, .review-header .grid5, .review-header .grid6, .review-header .grid7, .review-header .grid8 {
  margin-top: 5px;
  margin-bottom: 5px
}

.review-header .grid1, .review-header .grid2, .review-header .grid3, .review-header .grid4 {
  float: left;
  width: 205px;
  height: 25px
}

.grid1 {
  font-size: 23px;
  line-height: 27px;
  width: 101px !important
}

.author > div {
  float: right;
  width: 59%
}

.author > img {
  width: 36%
}

.review-header .grid4 {
  float: right;
  text-align: right;
  width: auto
}

.review-header .grid5 label {
  width: 230px
}

.review-header .grid6 label {
  width: 260px;
  float: left
}

.review-header .grid5 label, .review-header .grid6 label {
  margin-top: 0;
  margin-bottom: 0
}

.review-header .grid7, .review-header .grid8 {
  float: right
}

.review-header .grid8 {
  width: 200px
}

.logo {
  text-align: left
}

.header-right {
  float: right;
  text-align: right
}

.user-menu {
  float: right;
  margin-bottom: 8px;
  margin-bottom: 6px
}

.user-menu, .user-menu li, .user-menu li a {
  color: #414141;
  font-size: 13px;
  font-weight: 400
}

.arrow-down, .arrow-right {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 3px
}

.arrow-right {
  height: 13px
}

.arrow-down {
  background-image: url(../img/arrow-down-white.png);
  height: 10px;
  width: 7px
}

li#main_ac .arrow-down {
  display: none
}

.arrow-right {
  background-image: url(../img/arrow-right-white.png)
}

li:hover .arrow-right {
  background-image: url(../img/arrow-right-black.png)
}

.nav li ul {
  background-color: #e5e5e5
}

.nav li ul li a {
  color: #000
}

.nav li ul a:hover {
  background: #dadada
}

.nav li ul.with-arrow li a:after {
  content: url(../img/arrow-right-black.png);
  position: absolute;
  right: 5px
}

.new-search-wrapper {
    width: 100%;
    float: left;
    margin-top: 11%;
    background-color: #ffffff;
    padding: 0 5px;
	border: 1px solid black;
}

.new-search-wrapper input[type="search"], .new-search-wrapper input[type="text"] {
  border: none;
  box-shadow: none;
  margin: 0;
  height: 35px;
  float: left;
  background:none;
      width: 90%;
}

.new-search-wrapper input[type="submit"] {
    background: url(../img/search-m.png) center no-repeat;
    border: medium none;
    height: 12px;
    width: 12px;
    float: right;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 12px;
}

.free-shipping {
  float: right;
  display: inline-block
}

.controls {
  position: relative
}

.no_radio {
  left: 44px;
  position: absolute;
  top: 0
}

.products-grid .image {
  width: 100%
}

.product-box .image {
  width: auto
}

.image > div {
  text-align: left
}

.product-details .name {
  width: auto !important;
  min-height: 75px
}

.price > b, .total > b {
  font-size: 129%
}

select {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s
}

.selete_c {
  margin-left: 6%;
  margin-right: 6%;
  overflow: hidden;
  width: 92%;
  border-right: 1px solid #ccc !important;
  height: 30px;
  position: relative
}

.selete_c > select {
  width: 128% !important
}

.quantity {
  padding-bottom: 0px !important;
  padding-top: 0;
  width: 6% !important
}

.icon_sub {
  background-image: url(../img/1_06.png);
  background-repeat: no-repeat;
  padding: 8px;
  position: absolute;
  right: 1px;
  top: 12px
}

.class_select > select {
  width: 106%
}

.class_select > select option {
  height: 23px
}

.class_select {
  border-right: 1px solid #ccc;
  height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  position: relative
}

.icon_sl {
  background-image: url(../img/1_06.png);
  background-repeat: no-repeat;
  padding: 8px;
  position: absolute;
  right: 1px;
  top: 12px
}

.shopcart {
  float: right;
  margin-right: 20px;
  border: none
}

.checkout div a {
  margin: 0 auto;
  width: 61%
}

.name > input {
  background: none repeat scroll 0 0 #fff;
  border: medium none
}

.menu_sub > div {
  float: left
}

.menu_sub {
  width: 100%;
  position: absolute;
  z-index: 999
}

.menu_sub a {
  color: #000
}

.menu_sub ul {
  background: none repeat scroll 0 0 #e5e5e5;
  margin: 0;
  padding: 0 13px
}

.menu_sub li {
  line-height: 32px;
  list-style: none outside none;
  padding-left: 10px;
  padding-right: 10px
}

.menu_sub > div {
  border-right: 2px dotted #000;
  overflow: hidden;
  width: 15%
}

.menu_sub > div:last-child {
  border: medium none
}

.sub_1 {
  float: left;
  width: 246px;
  border-right: 1px dotted #000
}

.sub_1:after {
  content: none !important
}

.clr {
  clear: both
}

.right_checkout {
  float: right;
  margin: 0
}

.left_checkout {
  margin: 0
}

.lcpayment, .clshipping {
  float: left;
  margin: 0
}

.clshipping {
  margin-right: 10px
}

.quickcheckout-content li {
  line-height: 26px;
  list-style: none outside none;
  width: 100%
}

.quickcheckout-content > ul {
  margin: 0;
  padding: 0;
  width: 100%
}

.left.clname {
  width: 44% !important
}

.price > b, .total > b {
  font-size: 100%
}

#login input {
  width: 93%
}

#login {
  width: 85%
}

.check_login {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #ccc;
  padding-bottom: 35px;
  padding-top: 30px;
  padding-left: 15%;
  width: 80%
}

.check_login > a {
  background: none repeat scroll 0 0 #f04a30;
  color: #fff;
  padding: 7px 14px
}

.quickcheckout-heading.pay {
  border-bottom: 1px solid #ccc;
  line-height: 34px;
  margin-bottom: 11px;
  margin-top: 18px;
  width: 96%
}

#cart-details .product {
  margin-bottom: 15px;
  padding: 5px 0
}

.iSearchBoxMod {
  width: 421px !important;
  margin-left: -5px
}

.cart .soldout, .cart .outofstock, .cart > div {
  color: #eb3a64;
  font-family: "swiss721", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700
}

.menu_tbl td {
  padding: 0 !important
}

.by_brand_ul, .by_cat_ul {
  margin-left: 0
}

.tbl_34 td {
  vertical-align: middle;
  text-align: center
}

div#compny_inf {
  float: left;
  position: relative;
  text-align: center;
  width: 105px
}

div#compny_inf a {
  background: #f57c4f none repeat scroll 0 0;
  color: white;
  font-size: 10px;
  font-weight: 700;
  left: 3px;
  padding: 2px;
  position: absolute;
  top: 3px
}

#checkout-modal h3 {
  margin-bottom: 28px;
  color: #333;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 1rem;
  text-rendering: optimizelegibility
}

#checkout-modal .checkout-step__title-number {
  border: 1px solid #333;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  height: 24px;
  line-height: 1.5;
  margin-right: 16px;
  text-align: center;
  width: 24px
}

#checkout-modal fieldset > div {
  margin-bottom: 2em;
  font-size: 15px;
}

#checkout-modal fieldset label {
  color: #333;
  cursor: pointer;
  display: block;
  
  font-weight: 700;
  line-height: 1em;
  margin-bottom: .25em
}

#checkout-modal input[type="email"], #checkout-modal input[type="password"], #checkout-modal input[type="tel"], #checkout-modal input[type="text"], #checkout-modal select {
  height: 3em;
  margin-bottom: 0;
  padding: 0 1em;
  transition-property: background-color, border-color, box-shadow
}

#checkout-modal input {
  border-radius: 2px;
  font-weight: 400;
  width: 100%
}

#checkout-modal .input-helper-text {
  display: block;

  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  margin-top: .25em
}

#checkout-modal button {
  background: #f04b30 none repeat scroll 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 3px rgba(0, 0, 0, .12);
  color: #fff;
  font-weight: 700;
  height: 48px;
  min-width: 33%;
  text-shadow: 0 1px rgba(0, 0, 0, .25);
  transition: background-color 0.1s ease-out 0s
}

#checkout-modal fieldset {
  margin-left: 40px
}

#checkout-modal .contact-card {
  border: 1px solid #dfdfdf;
  border-radius: .25rem;
  box-shadow: 0 1px #dfdfdf;
  cursor: pointer;
  float: left;
  font-weight: 400;
  margin: 0 0 0rem;
  padding: 1rem;
  position: relative;
  transition: border-color 0.2s ease 0s, box-shadow 0.2s ease 0s, background-color 0.2s ease 0s;
  width: 90%;
  margin-left: 40px
}

#checkout-modal dl dt:first-child {
  margin-top: 0
}

#checkout-modal .contact-card dt {
  display: none
}

#checkout-modal dl dt {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  margin: 0
}

#checkout-modal .contact-card dd:nth-of-type(1) {
  font-size: 24px
}

#checkout-modal .contact-card dd {
  display: block;
  margin-bottom: 0
}

#checkout-modal dl dd {
  margin: 0 0 1rem;
  padding: 0
}

div.ii-form a {
  color: #64759c;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer
}

div.double-input-top {
  margin-bottom: 0.25em !important
}

#checkout-modal .twitter-typeahead {
  height: 3rem;
  padding: 0 !important;
  width: 100%
}

#checkout-modal input[readonly] {
  background-color: #f4f4f4;
  text-overflow: ellipsis;
  white-space: nowrap
}

.customer-address-suburb .combo-wrapper {
  position: relative;
  width: 100%
}

#checkout-modal hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd;
  border-image: none;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 0px !important
}

#checkout-modal .address-card {
  padding-bottom: 16px;
  position: relative
}

#checkout-modal .address-card {
  backface-visibility: hidden;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: .25rem;
  box-shadow: 0 1px #dfdfdf;
  color: #333;
  cursor: pointer;
  float: left;
  /*font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-height: 116px;
  padding: 1rem 1rem 0rem;
  position: relative;
  transform-style: preserve-3d;
  transition: border-color 0.2s ease 0s, box-shadow 0.2s ease 0s, background-color 0.2s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  width: 90%;
  margin-left: 40px
}

#checkout-modal .address-card .image-placeholder {
  background: rgba(0, 0, 0, 0) url(../img/delivery_address_map.png) no-repeat scroll -112px center / 208px 96px;
  height: 96px;
  position: absolute;
  width: 96px
}

#checkout-modal .address-card .address {
  margin-top: 0;
  min-height: 96px;
  padding-left: 116px
}

#checkout-modal .address-card .address span:first-child {
  font-size: 24px
}

#checkout-modal .address-card .address span {
  display: block
}

#checkout-modal select {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

#checkout-modal select {
  border-radius: 2px;
  box-shadow: 0 1px #dfdfdf
}

#checkout-modal input[type="email"], #checkout-modal input[type="password"], #checkout-modal input[type="tel"], #checkout-modal input[type="text"], #checkout-modal select {
  height: 3rem;
  margin-bottom: 0;
  padding: 0 1rem;
  transition-property: background-color, border-color, box-shadow
}

select.select-address_country {
  -moz-appearance: none !important;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  color: #333;
  font-family: inherit;
  /*font-size: 1rem; */
  height: 2.4375rem;
  line-height: normal;
  padding: .5rem;
  width: 100%
}

/*Styles for highlight__head begin*/

.ship_methods .highlight__head{
  background: #fdfbda;
  padding: 15px 40px 15px 50px;
  margin-bottom: 30px!important;
  margin-left: -18px;
}

.ship_methods .highlight__head .light_font{
  padding-right: 12px;
}

.ship_methods .highlight__head .ship_help{
  margin-right: 20px!important;
}

.ship_methods .highlight .ship_help{
  margin-right: 18px!important;
}

.ship_methods .highlight__head .light_font{
  margin-top: 4px;
  margin-left: 0px;
  margin-bottom: 7px;
}

.ship_methods .highlight__head .ship_cost{
  float: right!important;
  margin-top: -14px!important;
}

.ship_methods .highlight__head .ship_radio #add_to_existing_order{
  margin-left: -30px;
}
/*Styles for highlight__head end*/

textarea#confirm_comment {
  width: 100%;
  height: 150px
}

div#shipping-method div.ship_methods {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  /*padding: 35px 40px 35px 60px;*/
  width: 91%;
  float: left
}

div#shipping-method div.highlight {
  float: left;
  width: 100%;
  margin-top: 3px;
  padding: 10px 20px;
  border-top: 1px solid #dfdfdf;
}
div#shipping-method div.highlight:first-of-type {
	border-top-width: 0px!important;
}

.ship_radio>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.ship_radio>input + label {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
.ship_radio>input + label:before {
	content: '';
    position: absolute;
    top: -7px;
    left: -4px;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
	background: #FFF;
}
.ship_radio>input + label:after {
	content: '';
	position: absolute;
	top: 1px;
    left: 4px;
    width: 5px;
    height: 5px;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	transition: .2s;
}
.ship_radio>input:checked + label:after {
	opacity: 1;
}
.ship_radio>input:checked + label:before {
	opacity: 1;
	background: #2196F3;
}

div#shipping-method div.ship_radio {
  float: left;
  margin-right: 5px;
  margin-top: 5px
}

div#shipping-method div.ship_radio img {
	margin-top: -8px;
}

div#shipping-method div.ship_label {
  float: left;
  width: 47%
}

div#shipping-method div.ship_label label.bold_font {
  font-size: 13px;
  margin-top: 0;
}

div#shipping-method div.ship_label label.light_font {
  font-weight: lighter !important;
  font-size: 12px !important
}

div#shipping-method div.ship_cost {
  float: left;
  margin-top: -2px;
  margin-left: 128px;
}

div#insurance_box {
  float: left;
  width: 99%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px
}

div#insurance_head {
  background: rgb(245, 245, 245) none repeat scroll 0% 0%;
  padding: 12px;
  border-bottom: 1px solid rgb(221, 221, 221)
}

div#insurance_content {
  float: left;
  width: 96%;
  padding: 13px
}

input#insurance {
  float: left;
  width: 20px
}

label#insurance_title {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  width: 44%
}

label#insurance_price {
  margin-top: 5px
}

#checkout-modal .giftcard__shortcut-link, #checkout-modal .savedcards__shortcut-link {
  float: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: -48px;
  width: 50%;
  text-align: right
}

#checkout-modal .dropdown-accordion.show-all > div:first-child > header {
  border-radius: 4px 4px 0 0
}

#checkout-modal .dropdown-accordion.show-all > div > header {
  border-bottom: medium none;
  border-radius: 0
}

#checkout-modal .dropdown-accordion > div > header {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 1rem;
  position: relative
}

#checkout-modal .dropdown-accordion.selection > div.active > header h4::after, #checkout-modal .dropdown-accordion.show-all .default-title > header h4::after {
  font-family: icomoon;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  right: 1rem;
  text-transform: none;
  top: 1rem
}

#checkout-modal .dropdown-accordion > div > header h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding-right: 1rem
}

#checkout-modal .dropdown-accordion.show-all div.payment-gateway header {
  cursor: pointer;
  transition: background 0.15s ease-in-out 0s
}

#checkout-modal .dropdown-accordion.show-all div.payment-gateway header:hover {
  background: #f04b30 none repeat scroll 0 0
}

#checkout-modal .dropdown-accordion.show-all div.payment-gateway header h4, #checkout-modal .dropdown-accordion.show-all div.payment-gateway header p {
  transition: color 0.15s ease-in-out 0s
}

#checkout-modal .gateway-selector h4 .payment-icons {
  float: right
}

#checkout-modal .payment-icons i.icon-amex {
  background-position: -16px -78px;
  width: 48px
}

#checkout-modal .payment-icons i {
  background-image: url(../img/payment-sprites.b14b42abd6d3.png);
  display: inline-block;
  height: 25px;
  margin-top: -2px;
  width: 50px
}

#checkout-modal .payment-icons i.icon-visa {
  background-position: -16px -106px;
  width: 32px
}

#checkout-modal .payment-icons i + i {
  margin-left: 8px
}

#checkout-modal .payment-icons i.icon-mastercard {
  background-position: -16px -16px;
  width: 38px
}

#checkout-modal .dropdown-accordion > div > header p {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 400;
  margin: .5rem 0 0
}

#checkout-modal .dropdown-accordion.selection > div.active {
  display: block
}

#checkout-modal .dropdown-accordion.selection > div {
  display: none
}

#checkout-modal .dropdown-accordion.selection > div.active > header {
  display: block;
  margin-bottom: 2rem
}

#checkout-modal .dropdown-accordion.selection .active > header {
  box-shadow: 0 1px #dfdfdf;
  cursor: pointer;
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, box-shadow 0.2s ease 0s
}

#checkout-modal .payment-icons i.icon-paypal {
  background-position: -16px -44px;
  width: 60px
}

#checkout-modal .payment-icons i.icon-giftcard {
  background-position: -16px -256px;
  width: 43px
}

#checkout-modal .giftcard__buttons {
  display: flex;
  justify-content: space-between
}

#checkout-modal .dropdown-accordion.show-all div.payment-gateway header:hover .hover-text, #checkout-modal .dropdown-accordion.show-all div.payment-gateway header:hover h4, #checkout-modal .dropdown-accordion.show-all div.payment-gateway header:hover p {
  color: #fff
}

#checkout-modal .dropdown-accordion.show-all div.payment-gateway header:hover .payment-icons i.icon-amex {
  background-position: -80px -78px
}

#checkout-modal .dropdown-accordion.show-all div.payment-gateway header:hover .payment-icons i.icon-visa {
  background-position: -80px -106px
}

#checkout-modal .dropdown-accordion.show-all div.payment-gateway header:hover .payment-icons i.icon-mastercard {
  background-position: -80px -16px
}

#checkout-modal .dropdown-accordion.show-all div.payment-gateway header:hover .payment-icons i.icon-paypal {
  background-position: -80px -44px
}

#checkout-modal .dropdown-accordion.show-all div.payment-gateway header:hover .payment-icons i.icon-giftcard {
  background-position: -80px -256px
}

section.show-all {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px
}

div.bank_transfer_icon {
  background: url(../img/banktransfer.png);
  width: 80px;
  height: 40px
}

div.bank_transfer_icon:hover {
  background: url(../img/banktransfer_hover.png);
  width: 80px;
  height: 40px
}

div.points_icon {
  background: url(../img/points.jpg);
  width: 70px;
  height: 30px
}

div.points_icon:hover {
  background: url(../img/points_hover.jpg);
  width: 70px;
  height: 30px
}

#checkout-modal .credit-card__small-input {
  float: left;
  padding: 0 0 12px;
  width: 33.3%
}

#checkout-modal select {
  border-radius: 2px;
  box-shadow: 0 1px #dfdfdf
}

#order-summary .order-summary {
  border-left: 1px solid #ddd;
  font-size: 13px;
  margin-bottom: 40px
}

#order-summary h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 16px;
  margin-top: 0
}

#order-summary .order-summary .grouped-line-item, #order-summary .order-summary .line-item, #order-summary .order-summary .product-line-item {
  overflow: hidden;
  padding: 1rem
}

#order-summary .order-summary .product-image {
  display: block;
  padding-right: 1rem
}

#order-summary .order-summary .line-description, #order-summary .order-summary .line-price, #order-summary .order-summary .product-details, #order-summary .order-summary .product-image {
  float: left
}

#order-summary .order-summary .line-description, #order-summary .order-summary .product-details {
  width: 74%
}

.product-details .line-price, .product-details .line-description, .product-details .product-title {
  text-align: right !important;
  padding: 0 25px;
  min-height: 65px;
}

#order-summary .order-summary .grouped-line-item, #order-summary .order-summary .line-item {
  border-top: 1px solid #ddd
}

#order-summary .order-summary .grouped-line-item, #order-summary .order-summary .line-item, #order-summary .order-summary .product-line-item {
  overflow: hidden;
  padding: 1rem
}

#order-summary .order-summary .line-price {
  text-align: left;
  float: left;
  width: 100%
}

#order-summary .order-summary .grouped-line-item, #order-summary .order-summary .line-description, #order-summary .order-summary .product-title {
  font-weight: 700
}

#order-summary .order-summary .grouped-line-item > .line-item {
  font-weight: 400;
  margin-top: .5rem;
  padding: 0
}

#order-summary .order-summary .grouped-line-item > .line-item {
  border-top: medium none
}

#order-summary .order-summary .grouped-line-item > .line-item .line-description {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#order-summary .order-summary .line-item-totals {
  background-color: #f4f4f4;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0 0 4px;
  border-right: 1px solid #dfdfdf
}

section#payment_methods {
  margin-left: 40px
}

.line-item .line-description {
  float: left;
  width: 50% !important;
  text-align: left
}

.line-item .line-price {
  float: right;
  width: 50% !important;
  text-align: right !important
}

a#giftcard__shortcut-link {
  cursor: pointer
}

a#giftcard__shortcut-link:hover {
  color: #f04b30 !important
}

#coupon_voucher_sec {
  width: 100%
}

.inner-coupon-voucher {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px
}

.inner-coupon-voucher .text {
  float: left;
  width: 25%;
  font-size: 15px;
  padding: 10px 10px 10px 0
}

.inner-coupon-voucher .fields {
  width: 50%;
  float: left
}

.inner-coupon-voucher .button_s {
  width: 20%;
  float: right ! important
}

.inner-coupon-voucher input#confirm_coupon, .inner-coupon-voucher input#confirm_voucher {
  background: #f04b30 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: white;
  padding: 10px
}

.inner-coupon-voucher .fields input#coupon, .inner-coupon-voucher .fields input#voucher {
  height: 40px
}

.cancel_section {
  float: left;
  width: 100%;
  margin-bottom: 40px
}

input#cancel_g_c_sec {
  background: white none repeat scroll 0 0;
  border: medium none;
  box-shadow: 0 1px 3px 0 #ccc;
  float: right;
  font-weight: 700;
  height: 45px;
  margin-right: 1px;
  padding: 0 !important;
  width: 30%
}

div.ship_radio input {
  width: 12px !important;
  height: 15px !important
}

em.return_me {
  color: #6c6c6c !important;
  font-size: 12px !important;
  font-style: italic;
  margin-left: 150px !important
}

.first_semi {
  margin-left: 12px
}

#related_products .span3 .product-box {
  max-height: 275px
}

div.onj-header-top {
    /* background: url(https://beta.myhaircare.com.au/catalog/view/theme/myhaircare/img/top_header_bg.jpg); */
    background-repeat: repeat-x;
    height: 31px;
    padding: 3px 0;
    text-align: center;
  /*  background: black;*/
	background: #fba577;
}

p.av_offer {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

#cart-show {
  background: rgba(0, 0, 0, 0) url(../img/cart-background.png) repeat scroll 0 0;
  color: white;
  float: right;
  font-size: 13px;
  font-weight: bolder;
  padding: 6px 25px 0;
  width: 192px;
  height: 30px;
  text-align: right
}

#cart-show2 {
  background: rgba(0, 0, 0, 0) url(../img/cart-background.png) repeat scroll 0 0;
  color: white;
  float: right;
  font-size: 13px;
  font-weight: bolder;
  width: 170px;
  border: none;
  text-align: right
}

span.cart_text {
    /* float: right; */
    margin-left: 6px;
    margin-top: 4px;
    font-size: 13px;
}

div#cart-show > div.items {
  background: #f1603e none repeat scroll 0 0;
  color: white;
  float: left;
  font-size: 17px;
  font-weight: 700;
  padding: 26px 0;
  text-align: center;
  text-transform: uppercase;
  width: 72%
}

div#cart_img {
  float: left
}

div#cart_pointer {
  font-size: 10px;
  font-weight: 700;
  padding-top: 2px;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0) url(https://beta.myhaircare.com.au/catalog/view/theme/myhaircare/img/ellipse_03.png) no-repeat scroll 0 0;
  float: right;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -15px;
  width: 26px
}

div.free_express {

  margin-left: 10px;
  text-align: center;
}

div#av_free_upd_last {
  border: none
}

span.stg {
  color: white;
  font-size: 12px;
  font-weight: bolder
}

span.reg {
  font-size: 12px
}

div#first_sec, div#second_sec, div#third_sec {
  padding-right: 45px
}

h2.featuredbg {
  background: rgba(0, 0, 0, 0) url(../img/featured_bg.png) repeat-x scroll 0 0;
  height: 17px;
  margin: 35px 40px 25px
}

h2.featuredbg > span {
  background: #fdfdfd none repeat scroll 0 0;
  color: black;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 5px
}

div#featured_content {
  background: #fdfdfd
}

h2.departmentbg {
  background: rgba(0, 0, 0, 0) url(../img/dept_hr_bg.png) repeat-x scroll 0 0;
  height: 17px;
  margin: 35px 40px 25px
}

h2.departmentbg > span {
  background: rgba(0, 0, 0, 0) url(../img/dept_title_bg.jpg) repeat-x scroll 0 0;
  color: black;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 15px
}

div#department_content {
  background: rgba(0, 0, 0, 0) url(../img/dept_bg.jpg) repeat-x scroll 0 0;
  height: 294px
}

#depts_links {
  padding: 20px 40px 0
}

div.deptLinks {
  border: 3px solid #000;
  float: left;
  margin-bottom: 0px !important;
  margin-right: 35px;
  margin-top: 25px;
  min-height: 35px !important;
  padding: 7px 0 4px;
  text-align: center;
  width: 22% !important
}

.deptLinks > a {
  color: black;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase
}

.whats_new {
  margin-bottom: 35px;
  width: 100%
}

div.peopleBuying_product .image {
  margin-bottom: 20px
}

div.peopleBuying_product .image img {
  padding: 20px 0px !important;
  max-width: 200px !important
}

div.peopleBuying_product {
  margin-top: 0px !important
}

div.subscribe_bg {
  width: ` 100%;
  background: url(../img/hr_bg_orange.png) repeat-x;
  padding: 7px 0
}

div#footer_sec1 {
  background: rgba(0, 0, 0, 0) url(../img/footer_bg.jpg) repeat-x scroll 0 0;
  padding: 35px 0 23px
}

div#footer_first {
  float: left;
  padding: 0px 0
}

div#footer_logo {
  float: left;
  margin: 10px 0
}

div#connect {
  color: white;
  float: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 10px 0;
  text-transform: uppercase
}

div#social_icons {
  float: left;
  margin: 15px 0
}

div#social_icons ul {
  float: left;
  margin: 0;
  padding: 0
}

#social_icons li {
  float: left;
  list-style-type: none;
  margin-right: 5px
}

#footer_second_menu {
  float: left
}

.footer_ul {
  float: left;
  padding: 0;
  margin: 0
}

.footer_ul > h3 {
  border-bottom: 2px solid white;
  color: #d35538;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center
}

.footer_ul ul {
  margin: 0;
  padding: 0;
  
  text-align: center
}
.price.feutured-p .old {
    display: none;
}
.footer_ul li {
  list-style-type: none
}

.footer_ul li a {
  color: white;
  font-size: 13px;
  font-weight: 700
}

#footer_second {
 
}
div#footer_sec1 {
    background: rgba(0, 0, 0, 0) url(../img/footer_bg.jpg) repeat-x scroll 0 0;
    padding: 25px 0 23px;
}
#quicklinks {
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px
}

#footer_third {
  float: right
}

#footer_third #upper {
  width: 100%;
  height: 120px;
  border: 3px solid rgb(255, 255, 255);
  float: right
}

#hr_2017 {
    padding: 0 10px;
    width: 100%;
    text-align: center;
    float: left;
    height: 33px;
}

#hr_2017 hr {
  width: 29%;
  display: inline-block;
}

#hr_2017 span {
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  margin: 0 10px;
  color: white;
  font-size: 16px;
  color: #edeef2
}

#member {
  border-bottom: 2px solid white;
  color: white;
  float: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 10px 5px;
  padding-bottom: 6px;
  text-align: center;
  text-transform: uppercase
}

div#shops {
  color: #f1603e;
  float: left;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

#lower {
  float: right;
  margin-top: 20px;
  width: 155px;
  text-align: center
}

p#cust_reviews {
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px
}

p#review_line {
  color: white;
  font-weight: 700;
  font-size: 13px;
  margin-top: 5px
}

p#prod_reviews {
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 14px
}

div#footer_sec2 {
  background: #000;
  padding: 10px 0
}

div#footer_sec2 > .payment-options > a {
  margin: 0 3px
}

.cart-details .product-details {
  margin-left: 15px
}

.cart-details b.product-title {
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 0px !important
}

li.hover_img_li, li.hover_img_li_last {
  line-height: 54px !important;
  padding: 0px !important
}

.second_menu_absolute {
  margin-top: 0px !important;
  line-height: 20px
}

.user-menu, .user-menu li, .user-menu li a {
  color: black !important;
  font-family: Tahoma
}

span.stg a, span.stg a :hover {
  outline: none;
  font-weight: 700;
  font-size: 17px;
  color: black;
  cursor: pointer;
  text-decoration: none
}

ul.inner_acct {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  display: none;
  float: left;
  position: absolute;
  text-align: left;
  width: inherit;
  z-index: 4234
}

ul.inner_acct li {
  float: none;
  height: 35px;
  width: 120px;
  padding: 0
}

ul.inner_acct li a {
  padding: 5px;
  height: 25px;
  width: 120px;
  float: left
}

ul.inner_acct li:hover {
  background: black;
  color: white !important
}

ul.inner_acct li a:hover {
  color: white !important
}

li#main_ac:hover ul.inner_acct {
  display: block
}

.grad {
    background: #ececec;
    padding: 7px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {

  .primary.navbar .nav > li > a {
    padding: 0 !important
  }

  .primary.navbar .nav > li > a {
    font-size: 12px !important
  }

  #borderDown .menuDov {
    width: 89% !important
  }

  div#first_sec, div#second_sec, div#third_sec {
    padding-right: 0
  }

  div.av_free_upd {
    border-right: 0
  }

  #section3 {
    width: 265px
  }

  #section4 {
    width: 150px
  }
}
@media(max-width: 992px) {

.offers-images {
	margin-bottom: 20px;
	width: 100%;
    display: block;
    float: left;
	min-height: 450px;
}
}