@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
html {
  width: 100%;
  height: 100%;
  min-height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #777777;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

#bodyWrapper {
  padding-bottom: 0px;
  width: 100%;
  float: left; }
  #bodyWrapper .wrapper {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
    margin: 55px auto 0px auto;
    padding: 0px 0px 0px 0;
    position: relative;
    width: 1230px;
    height: 100%; }

.bg_body {
  height: 100%;
  height: auto !important;
  min-height: 100%; }

.extra_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url("../images/bodyWrapper.png") repeat-x 0 0;
  display: none; }

.baner_top {
  position: absolute;
  top: 29px; }

.box_header_user_menu {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  float: left; }

ul.user_menu {
  top: 156px;
  right: 397px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  position: absolute;
  z-index: 100; }
  ul.user_menu li:first-child {
    background: none; }
  ul.user_menu li.last a {
    margin: 0; }
  ul.user_menu li {
    float: left;
    display: inline-block;
    white-space: nowrap; }
    ul.user_menu li a {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      color: #777777;
      display: inline-block;
      text-decoration: none;
      padding: 0px 0px 0px 0px;
      margin: 0px 14px 0px 0px; }
      ul.user_menu li a:hover, ul.user_menu li a .act {
        color: #333333; }
    ul.user_menu li b {
      color: #777777;
      display: inline-block;
      padding: 0px; }

.row_1 {
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #efefef 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */
  margin-top: 48px !important; }

.row_2 {
  background-color: #3f3f3f;
  margin-bottom: 30px; }

.row_3 {
  padding-bottom: 0px;
  width: 100%;
  float: left;
  border: 0px solid #333333;
  
  background-color: #fff; }

.row_12 {
  padding-bottom: 30px; }

.row_1,
.row_12,
.row_6,
.row_5 {
  margin: 0px auto;
  width: 100%;
  float: left;
  background-color: white; }

#header {
  position: relative;
  padding: 0px 0px 0px 0px;
  min-height: 132px; }

.box_languages {
  top: 0px;
  right: -1px;
  width: auto;
  position: absolute;
  z-index: 101;
  margin-top: -32px; }

.languages {
   }
  .languages label {
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #777777;
    padding: 3px 0px 0px 2px;
    text-transform: uppercase;
    cursor: default;
    display: none; }
  .languages a {
    display: block;
    padding: 0px;
    float: left;
    margin: 0 0 0 5px; }

.box_currencies {
  position: absolute;
  top: 0px;
  right: 122px;
  z-index: 200;
  margin-top: -35px; }

.currencies label, .currencies select {
  font-size: 12px;
  color: #8d8d8d;
  font-weight: 500;
  width: auto;
  padding: 1px 0px 0 0;
  background: transparent; }

.custom_select .jqTransformSelectWrapper {
  background: url("../images/cur-arrow.gif") no-repeat right 9px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  padding: 0px 6px 0px 0px;
  background-color: transparent;
  width: 74px !important;
  line-height: 23px; }
  .custom_select .jqTransformSelectWrapper div span {
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 0 0px 0 6px;
    width: 81px !important;
    text-transform: capitalize;
    float: left; }
    .custom_select .jqTransformSelectWrapper div span:hover {
      color: #7cb118; }
.custom_select ul {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #8d8d8d;
  background: white;
  margin: 18px 10px 0 0px;
  padding: 0px 0 0px 0;
  height: auto !important;
  width: 78px !important;
  overflow: hidden; }
  .custom_select ul li a {
    color: #8d8d8d;
    font-weight: 500;
    text-decoration: none;
    padding: 1px 5px 0px 8px;
    display: block;
    position: relative; }
    .custom_select ul li a:hover {
      color: #7cb118; }

.search {
  top: 68px;
  right: -1px;
  position: absolute;
  z-index: 1; }
  .search .input-width {
    float: left;
    display: block;
    margin-right: 4px;
      height: 32px;	
    border: 1px solid #d8d8d8; }
    .search .input-width .go {
      color: #777777;
	  height: auto !important;
      padding: 7px 7px 0px 7px;
      border: none;

      width: 182px;
      background-color: #fff; }
  .search label {
    display: none; }

#box_search button {
  float: left; }
  #box_search button  {

    background: #ff4848;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff4848 0%, red 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, top_color), color-stop(100%, red));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff4848 0%, red 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff4848 0%, red 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff4848 0%, red 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff4848 0%, red 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2929', endColorstr='#363738',GradientType=0 );
    /* IE6-9 */
    display: block;
    float: left;
    padding: 0px 0;
    width: 82px;
    height: 34px;
color:#fff;
    border-bottom-color: red;
    border-right-color: red;
    margin-left: 0px;

text-decoration: none;
font-weight: 400;
text-transform: capitalize;
font-size: 14px;
line-height: 15px;
padding: 7px 10px 8px 10px;
border-top: 0px solid #597e11;
border-left: 0px solid #597e11;
border-bottom: 1px solid #597e11;
border-right: 1px solid #597e11;

 }
    #box_search button:hover {
      background: red;
      /* Old browsers */
      background: -moz-linear-gradient(top, red 0%, #ff4848 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(100%, #ff4848));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, red 0%, #ff4848 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, red 0%, #ff4848 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, red 0%, #ff4848 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, red 0%, #ff4848 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363738', endColorstr='#3a3a3a',GradientType=0 );
      /* IE6-9 */ 
border-top: 1px solid #597e11;
border-left: 1px solid #597e11;
border-bottom: 0px solid #597e11;
border-right: 0px solid #597e11;
padding: 6px 11px 9px 9px;
}

.box_header_cart {
  top: 12px;
  right: 0px;
  z-index: 9;
  position: absolute;
  background-color: transparent;
  padding: 7px 0px 0px 52px;
  font-family: "Roboto", sans-serif;
  line-height: 14px;
  background: url("../images/header_cart.png") no-repeat 0px 2px; }
  .box_header_cart a.cart_l {
    font-size: 13px;
    border-radius: 0px;
    min-width: 165px; }
    .box_header_cart a.cart_l span span {
      font-size: 13px;
      font-weight: 400;
      padding: 0 5px 0 0;
      color: #777777;
      float: left; }
    .box_header_cart a.cart_l span {
      font-weight: 700;
      color: #777777;
      font-size: 13px;
      float: right;
      padding: 0px 3px 4px 0px; }
      .box_header_cart a.cart_l span:hover span, .box_header_cart a.cart_l span:hover label {
        cursor: pointer; }
      .box_header_cart a.cart_l span strong {
        padding: 0;
        color: #777777; }
      .box_header_cart a.cart_l span:hover {
        color: #ff4848; }
    .box_header_cart a.cart_l label {
      color: red;
      font-weight: 700;
      font-size: 16px;
      padding: 0px 0 0px 0px;
      margin: 0px 0px 0px 0px; }
    .box_header_cart a.cart_l i {
      font-size: 18px;
      color: #777777;
      float: left;
      vertical-align: -4px;
      margin-right: 9px;
      display: none; }
      .box_header_cart a.cart_l i:hover {
        color: #7cb118; }

a.logo {
  left: 0px;
  top: 37px;
  z-index: 9;
  width: 401px;
  height: 55px;
  position: absolute;
  display: inline-block; }
  a.logo img {
    margin: 0px 0px 0px 0px; }

.boxes_menu {
  top: 0px;
  left: 0;
  width: 100%;
  position: absolute;
  margin-top: -38px;
  z-index: 100; }
  .boxes_menu .menu {
    padding: 0px 0px 0px 0px;
    margin: 0 0px;
    overflow: hidden;
    background: none; }
    .boxes_menu .menu ul {
      padding: 0px 0px 0px 0px;
      list-style: none;
      margin: 0px 0px 0 0px;
      width: auto;
      display: inline-block; }
      .boxes_menu .menu ul li.first {
        padding: 0 8px 0 0px; }
        .boxes_menu .menu ul li.first a {
          font-size: 12px; }
        .boxes_menu .menu ul li.first a [class^="icon-"] {
          font-size: 0px;
          display: none; }
      .boxes_menu .menu ul li {
        float: left;
        padding: 0 8px;
        margin: 0 0px 0 0px; }
        .boxes_menu .menu ul li a {
          font-size: 12px;
          font-family: "Roboto", sans-serif;
          color: #777777;
          font-weight: 500;
          display: inline-block;
          padding: 4px 1px 4px 1px;
          text-transform: capitalize; }
          .boxes_menu .menu ul li a:hover {
            color: #7cb118; }
          .boxes_menu .menu ul li a i {
            font-size: 0px; }

.ru .menu ul li {
  padding: 0 12px 0 12px; }

.de .menu ul li {
  padding: 0 20px 0 20px; }

.es .menu ul li {
  padding: 0 20px 0 20px; }

.cat_navbar {
  height: 48px;
  margin-bottom: 0px; }
  .cat_navbar > .sf-menu {
    line-height: 1.0; }
    .cat_navbar > .sf-menu > li {
      background: url("../images/sf-menu_border.png") no-repeat 100% 0;
      float: left;
      position: relative; }
      .cat_navbar > .sf-menu > li > a {
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 500;
        padding: 14px 35px 6px 30px;
        display: block;
        min-height: 28px;
        line-height: 17px;
        position: relative; }
      .cat_navbar > .sf-menu > li > a.sf-with-ul {
        padding-right: 2.25em;
        min-width: 1px; }
        .cat_navbar > .sf-menu > li > a.sf-with-ul > span.sf-sub-indicator {
          top: 48px;
          left: 60px;
          width: 16px;
          height: 8px;
          background-position: 0 -100px;
          position: absolute;
          display: block;
          text-indent: -999em;
          overflow: hidden;
          background: url("../images/superfish-arrows-1.png") no-repeat 0px 0px; }
      .cat_navbar > .sf-menu > li:hover,
       .cat_navbar > .sf-menu > li:focus,
       .cat_navbar > .sf-menu > li:active {
        background-color: #7cb118; }
      .cat_navbar > .sf-menu > li li a {
        background-color: #505050;
        color: white;
        font-size: 12px;
        padding: 6px 20px 7px 20px; }
    .cat_navbar > .sf-menu > li.sfHover > a.sf-with-ul {
      padding-right: 2.25em;
      min-width: 1px; }
    .cat_navbar > .sf-menu > li.sfHover > ul {
      top: 48px; }
      .cat_navbar > .sf-menu > li.sfHover > ul > li.current_1 > a {
        padding: 5px 3px 5px 30px; }
        .cat_navbar > .sf-menu > li.sfHover > ul > li.current_1 > a:hover,
         .cat_navbar > .sf-menu > li.sfHover > ul > li.current_1 > a:active {
          background-color: #7cb118; }
      .cat_navbar > .sf-menu > li.sfHover > ul > li.current_1 > ul > li.current_2 > a {
        padding: 5px 3px 5px 30px; }
        .cat_navbar > .sf-menu > li.sfHover > ul > li.current_1 > ul > li.current_2 > a:hover,
         .cat_navbar > .sf-menu > li.sfHover > ul > li.current_1 > ul > li.current_2 > a:active {
          background-color: #7cb118; }
      .cat_navbar > .sf-menu > li.sfHover > ul > li.current_1 > ul > li.current_2 > ul > li.current_3 > a {
        padding: 5px 3px 5px 30px; }
        .cat_navbar > .sf-menu > li.sfHover > ul > li.current_1 > ul > li.current_2 > ul > li.current_3 > a:hover,
         .cat_navbar > .sf-menu > li.sfHover > ul > li.current_1 > ul > li.current_2 > ul > li.current_3 > a:active {
          background-color: #7cb118; }

.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sf-menu ul {
    padding-top: 22px;
    padding-bottom: 22px;
    z-index: 999;    
    position: absolute;
    top: -999em;
    width: 20em;background: #505050;}
.sf-menu > li > ul {
    background: url("../images/superfish-arrows-1.png") no-repeat 60px -8px #505050; }

    .sf-menu ul li {
      width: 100%; }
  .sf-menu li {
    float: left;
    position: relative; }
    .sf-menu li:hover {
      visibility: inherit;
      outline: 0; }
    .sf-menu li:hover ul,
    .sf-menu li .sfHover ul {
      left: 0;
      z-index: 99; }
  .sf-menu a {
    display: block;
    position: relative; }

span.sf-sub-indicator {
  top: 1.4em;
  background-position: 0 -100px;
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url("../images/superfish-arrows.png") no-repeat -10px 0px; }

.nivoSlider_wrapper {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
  background: white; }

.nivoSlider {
  position: relative; }
  .nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60; }
  .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px; }

ul.banner_set {
  list-style: none;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px -30px;
  display: block; }
  ul.banner_set li.first a {
    margin-bottom: 0px; }
  ul.banner_set li {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    ul.banner_set li a {
      display: block;
      overflow: hidden;
      float: left;
      margin: 0 0px 30px 30px; }
    ul.banner_set li:hover {
      opacity: 0.8;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }

.breadcrumb {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px; }
  .breadcrumb a {
    font-size: 11px;
    color: #777777;
    text-decoration: none;
    display: inline-block; }
    .breadcrumb a:hover {
      color: #777777;
      text-decoration: none; }
    .breadcrumb a .last {
      color: #333333; }
      .breadcrumb a .last:hover {
        color: #777777; }
    .breadcrumb a:hover {
      color: #333333; }
  .breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: 0px; }

.result {
  color: #a7a7a7;
  padding-top: 10px;
  padding-bottom: 20px; }

.result1_top {
  margin: 0px 0px 0px 0px;
  overflow: hidden; }

.result1_bottom {
  padding: 0px 0; }
.result2_top {
  margin: 20px 0px 20px 0px;
  overflow: hidden; }
.result_top_padd, .result_bottom_padd {
  margin: 0px 0 0px 0;
  background: white;
  font-size: 11px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }
  .result_top_padd div, .result_bottom_padd div {
    padding: 9px 8px 8px 10px; }
    .result_top_padd div span, .result_bottom_padd div span {
      color: #a7a7a7; }
      .result_top_padd div span strong, .result_bottom_padd div span strong {
        font-weight: 500;
        color: #777777; }

.result_right {
  text-align: left; }
  .result_right b {
    color: #a7a7a7; }
  .result_right a.pageResults {
    color: #a7a7a7; }
    .result_right a.pageResults:hover {
      color: #333333;
      text-decoration: none; }
      .result_right a.pageResults:hover .next {
        color: #191919;
        text-decoration: none; }
        .result_right a.pageResults:hover .next:hover {
          color: #777777; }

#columnLeft {
  padding: 0px 0px 10px 0px; }

.infoBoxWrapper.box2 .infoBoxContents {
  padding: 10px 10px 10px 10px; }

.infoBoxWrapper.cart_box .infoBoxContents {
  padding: 10px 10px 10px 10px; }

.infoBoxWrapper.specials .box_wrapper_title {
  padding: 7px 0 12px 0;
 }
.infoBoxWrapper.specials .price span.productSpecialPrice {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  padding-right: 10px; }
.infoBoxWrapper.specials .name_padd {
  padding: 10px 10px 0 10px;
  text-align: center; }

.infoBoxContents.hover .box-padd {
  padding: 30px 30px 16px 30px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }
.infoBoxContents.hover .border_prods {
  border-top: 0px;
  border: 1px solid #d8d8d8;
  padding: 12px 12px 12px 0px; }
.infoBoxContents.hover ul .wrapper_pic_div {
  margin-bottom: 50px; }

.infoBoxWrapper.border_none .infoBoxContents {
  padding: 10px 11px 10px 11px;
  margin: 0; }

.infoBoxWrapper {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #efefef 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */ }

.infoHeading, .infoBoxHeading {
  margin-bottom: 0;
  margin: 0px 0px 0px 0px;
  position: relative; }

.infoBoxContents {
  margin-bottom: 10px;
  background: transparent;
  margin-top: 0px;
  padding: 0px 0px 10px 0;
  font-size: 13px; }

.list ul.categories {
  padding: 0;
  margin-top: -1px;
  font-weight: normal; }
  .list ul.categories li.last a {
    border-bottom: 0px; }
  .list ul.categories li .div a {
    font-size: 13px;
    color: #333333;
    background-color: transparent;
    padding: 5px 0px 5px 25px; }
    .list ul.categories li .div a:hover {
      color: #18c4d8; }
  .list ul.categories li .div span.category_arrow {
    top: 8px; }
  .list ul.categories li a {
    border-bottom: 1px solid #d8d8d8;
    background-color: transparent;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    vertical-align: top;
    position: relative;
    padding: 9px 0px 9px 0px;
    line-height: 20px;
    display: block;
    overflow: hidden; }
    .list ul.categories li a:hover {
      color: #18c4d8; }
  .list ul.categories li span.category_arrow {
    position: absolute;
    width: 17px;
    height: 16px;
    top: 9px;
    right: 8px;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    background-position: 0 0px;
    background: url("../images/cats_arrows.png") no-repeat 0 0;
    display: inline-block; }
    .list ul.categories li span.category_arrow .act {
      background-position: 0 -16px; }
  .list ul.categories li:hover .category_arrow, .list ul.categories li:hover .act {
    background-position: 0 -16px; }
  .list ul.categories li.htooltip a b {
    color: #18c4d8;
    font-weight: 500; }
  .list ul.categories li.htooltip:hover .category_arrow, .list ul.categories li.htooltip:hover .category_arrow.act {
    background-position: 0 -16px; }
.list .information {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  padding: 0 10px;
  margin: 0 10px; }
  .list .information .div_2 a {
    font-weight: 500;
    font-size: 13px;
    padding: 10px 0px 10px 0px; }

.box_wrapper_title22 {
  overflow: hidden;
  position: relative;
  text-transform: capitalize; }
  .box_wrapper_title22 .box_wrapper_title {
    padding: 0px 18px 5px 0px;
    margin-left: 0px; }
    .box_wrapper_title22 .box_wrapper_title h1, .box_wrapper_title22 .box_wrapper_title h1 span, .box_wrapper_title22 .box_wrapper_title h1 a {
      color: #333333;
      font-family: "Roboto Slab", serif;
      font-size: 21px;
      font-weight: 500;
      line-height: 17px;
      text-transform: capitalize; }
    .box_wrapper_title22 .box_wrapper_title h1 i {
      font-size: 20px;
      margin-right: 5px;
      display: inline-block;
      margin-left: -10px;
      display: none; }
    .box_wrapper_title22 .box_wrapper_title span.title-icon {
      background: url("../images/title-icon.gif") 0 0 no-repeat transparent;
      display: inline-block;
      width: 8px;
      height: 5px;
      position: absolute;
      top: 15px;
      left: 20px;
      display: none; }

.contentContainer.page_specials ul {
  margin: 0 0 0 0px; }
.contentContainer.page_specials .prods_vseparator {
  border: none; }

.contentContainer.page_un {
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px; }
  .contentContainer.page_un .contentPadd {
    padding: 0px 0 0px 0px; }
  .contentContainer.page_un .prods_content.prods_table {
    background: #fff;
    padding-bottom: 21px; }
  .contentContainer.page_un .last {
    margin-bottom: 0px;
    padding-bottom: 0px; }

.show {
  padding: 0px;
  margin: 10px 5px 0px 5px;
  overflow: hidden; }
  .show > div {
    display: block;
    float: left; }
    .show > div strong, .show > div b {
      color: #333333;
      font-weight: 500;
      padding-right: 12px;
      padding-top: 4px;
      font-size: 12px;
      float: left; }
    .show > div select {
      float: left;
      width: 200px; }

.row_table {
  list-style: none;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  float: right; }
  .row_table li {
    float: right;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    width: 24px;
    height: 21px; }
    .row_table li > .first {
      background: url("../images/icons/row.png") no-repeat scroll 0 0 transparent; }
    .row_table li > .last {
      background: url("../images/icons/table.png") no-repeat scroll 0 0 transparent; }

.row_table li.act, .row_table li:hover {
  background-position: 0 -21px; }

.form {
  margin: 0;
  padding: 0; }

.contentPadd h3 {
  margin: 0px 0px 0px 0px;
  padding: 12px 20px 7px 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px; }
  .contentPadd h3 .first_h3 {
    margin-top: 0px; }

.t_view ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden; }

.contentInfoText.extra {
  padding: 10px 10px 20px 10px; overflow:hidden;}

.contentInfoText {
  padding: 5px 20px 20px 20px;
  margin: 10px 0px 10px 0px;
  background: white;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }
  .contentInfoText .prods_info {
    margin: 0 4px 0 4px;
    padding-top: 10px; }
    .contentInfoText .prods_info .stars_padd {
      color: #333333;
      padding: 14px 0px 12px 0px;
      display: block;
      line-height: 26px; }
      .contentInfoText .prods_info .stars_padd img {
        margin: 0px 10px 0px 10px; }
      .contentInfoText .prods_info .stars_padd span {
        color: #777777;
        font-weight: 500;
        font-size: 13px; }

table {
  border: 0px solid #d8d8d8;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  vertical-align: middle;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  margin-top: 10px; }
  table tbody {
    border: none; }
  table td {
    padding: 10px 10px;
    padding-bottom: 10px; }
    table td a {
      font-weight: 400;
      font-size: 13px; }

.fieldValue select.input {
  width: 305px; }

.listing_padd {
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin: 10px 0px 10px 0px; }

.index_page .prods_content {
  padding: 0px 0px 0px 0px; }

.prods_vseparator {
  display: inline-block;
  width: 30px;
  border-left: 0px solid lightgray;
  float: left;
  position: relative;
  margin-left: 0px; }

.un_title {
  display: inline-block;
  width: 100%; }

.contentInfoBlock {
  padding: 20px 10px 20px 10px;
  background: white;
  margin-bottom: 0px; }

.contentInfoBlock.last {
  padding: 20px 10px 20px 10px; }

.border_prods {
  padding: 30px 0px 22px 0px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #d8d8d8; }

#sub_categories li.wrapper_prods {
  margin: 5px 5px 5px 0px;
  width: auto;
  background: #fff; }
#sub_categories .wrapper_pic_div {
  padding-left: 0px;
  padding-right: 0px; }
#sub_categories .prods_padd {
  text-align: center; }

.pic_padd {
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin: 0 auto; }

.prods_padd {
  padding: 10px 20px 12px 20px;
  border-top: 0px solid #e5e5e5;
  margin-top: 0px;
  text-align: center; }

.txtPage ul {
  padding: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.page_reviews .prods_info .data_padd {
  padding: 0 0 10px 0; }
.page_reviews .contentPadd {
  padding: 0; }

.contentPadd.prods_info_page {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.page_new_product .contentInfoBlock {
  padding: 10px 10px 10px 10px;
  background: white;
  margin-bottom: 0px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.page_listing .prods_padd {
  padding: 10px 10px 0px 10px;
  width: auto; }
.page_listing .r_view .prods_padd {
  width: 610px;
  float: left;
  padding-bottom: 0; }
.page_listing .r_view .price_padd {
  padding-top: 10px; }

.page_listing .price span.productSpecialPrice {
  display: inline-block; }

.row.last li.wrapper_prods.last {
  margin-bottom: 10px; }

.cont7 {
  padding-top: 0px;
  padding-right: 0px;
  width: 100%; }
  .cont7 .name_padd {
    padding: 0px 0px 0px 0px; }
  .cont7 .price_padd.extra {
    padding: 0px 0px 0px 0px;
    border-top: 0; }
    .cont7 .price_padd.extra b {
      display: none; }

.button_header, .button_content {
  display: inline-block;
  line-height: 0em; }
  .button_header .button, .button_header .button.act, .button_header .button div, .button_content .button, .button_content .button.act, .button_content .button div {
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer; }
  .button_header .bg_button .button-t:hover, .button_header .bg_button .act:hover, .button_content .bg_button .button-t:hover, .button_content .bg_button .act:hover {
    position: relative;
    display: block; }

.button_content2 {
  display: inline-block;
  line-height: 0em;
  margin-bottom: 5px; }
  .button_content2 .button, .button_content2 .button.act, .button_content2 .button div {
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer; }
  .button_content2 .bg_button a {
    background: #4d4f50;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4d4f50 0%, #343738 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, top_color), color-stop(100%, #343738));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4d4f50 0%, #343738 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4d4f50 0%, #343738 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4d4f50 0%, #343738 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4d4f50 0%, #343738 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2929', endColorstr='#363738',GradientType=0 );
    /* IE6-9 */
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    padding: 5px 5px; }
    .button_content2 .bg_button a span.ui-button-text {
      color: white;
      text-decoration: none;
      text-transform: none;
      font-weight: 400; }
    .button_content2 .bg_button a:hover {
      background: #363738;
      /* Old browsers */
      background: -moz-linear-gradient(top, #363738 0%, #242627 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363738), color-stop(100%, #242627));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #363738 0%, #242627 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #363738 0%, #242627 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #363738 0%, #242627 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #363738 0%, #242627 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363738', endColorstr='#3a3a3a',GradientType=0 );
      /* IE6-9 */ }

.button_content22 .bg_button .button-t a {
  background: #4d4f50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4d4f50 0%, #343738 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, top_color), color-stop(100%, #343738));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4d4f50 0%, #343738 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4d4f50 0%, #343738 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4d4f50 0%, #343738 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4d4f50 0%, #343738 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2929', endColorstr='#363738',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }
  .button_content22 .bg_button .button-t a span.ui-button-text {
    color: white;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    padding: 7px 10px 8px 10px; }
  .button_content22 .bg_button .button-t a:hover {
    background: #363738;
    /* Old browsers */
    background: -moz-linear-gradient(top, #363738 0%, #242627 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363738), color-stop(100%, #242627));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #363738 0%, #242627 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #363738 0%, #242627 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #363738 0%, #242627 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #363738 0%, #242627 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363738', endColorstr='#3a3a3a',GradientType=0 );
    /* IE6-9 */ }
.button__padd {
  padding: 10px 0px 2px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 0em;

  display: inline-block; }
  .button__padd .button_cart {
    display: inline-block;
    border-bottom: 0px solid #2d2d2d;
    border-right: 1px solid #343434;
    background: #4f4f4f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4f4f4f 0%, #404040 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4f4f), color-stop(100%, #404040));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f4f4f 0%, #404040 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4f4f4f 0%, #404040 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4f4f4f 0%, #404040 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4f4f4f 0%, #404040 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363738', endColorstr='#3a3a3a',GradientType=0 );
    /* IE6-9 */
     }
    .button__padd .button_cart a {
      background: url("../images/button_cart_1.png") no-repeat 0px 0px;
      padding: 0px 16px; display:inline-block; height:32px;
      -webkit-border-radius: 0px 0px 0px 0px;
      border-radius: 0px 0px 0px 0px; 
	  line-height: 0;
font-size: 0;}
      .button__padd .button_cart a span.ui-button-text {
        color: white;
        text-decoration: none;
        font-weight: 400;
        text-transform: capitalize;

        display: none;
line-height: 0;
font-size: 0; }
    .button__padd .button_cart:hover {
      background: #404040;
      /* Old browsers */
      background: -moz-linear-gradient(top, #404040 0%, #4f4f4f 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #4f4f4f));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #404040 0%, #4f4f4f 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #404040 0%, #4f4f4f 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #404040 0%, #4f4f4f 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #404040 0%, #4f4f4f 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363738', endColorstr='#3a3a3a',GradientType=0 );
      /* IE6-9 */
      border-bottom: 0px solid #2d2d2d;
      border-right: 1px solid #343434; }
  .button__padd .button_details {
    display: inline-block; float:left;
    line-height: 0em;
font-size: 0;}
    .button__padd .button_details a {
      color: white;
display:block;
      text-decoration: none;
      font-weight: 400;
      text-transform: capitalize;
      font-size: 14px;
      line-height: 15px;
      padding: 7px 10px 8px 10px;
      border-bottom: 1px solid #597e11;
      background-color: #7cb118; }
      .button__padd .button_details a span.ui-button-text {
        color: white;
        text-decoration: none;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 15px; }
    .button__padd .button_details:hover {
      border-bottom: 0px solid #282828;
      background-color: #383838; }

.buttonSet {
  padding: 10px 0 0 0;
  display: block;}
  
.info3 .buttonSet { margin-left:10px; padding-top:30px;}  
  .buttonSet .button_cart button, .buttonSet .button_details button {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 15px;
    padding: 7px 10px 8px 10px;
    background: #7cb118;
    border-bottom: 0px solid #7cb118;
    border-right: 1px solid #7cb118; }
    .buttonSet .button_cart button:hover, .buttonSet .button_details button:hover {
      background: #383838; }
  .buttonSet .button_cart a, .buttonSet .button_details a {
    color: #fff;
display:inline-block;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 15px;
    padding: 7px 10px 8px 10px;

    background: #7cb118; border-right:1px solid #597e11;border-bottom:1px solid #597e11;}
    .buttonSet .button_cart a:hover, .buttonSet .button_details a:hover {
      background: #383838; }
  .buttonSet .buttonAction {
    display: inline-block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0px; }

.buttonset1, .button_details {
  display: inline-block; }
  .buttonset1 button, .button_details button {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 15px;
    padding: 7px 10px 8px 10px;
    background: #7cb118;
    border: 1px solid #7cb118; }
    .buttonset1 button:hover, .button_details button:hover {
      background-color: #383838;
      border: 1px solid #383838; }
  .buttonset1 a, .button_details a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 15px;
    padding: 7px 10px 8px 10px;
    background: #7cb118;
    border: 1px solid #7cb118; }
    .buttonset1 a:hover, .button_details a:hover {
      border: 1px solid #383838;
      background: #383838; }

.button_cart button {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 15px;
  padding: 7px 10px 8px 10px;
  border-left: none;
  border-top: none;
  border-bottom: 0px solid #2d2d2d;
  border-right: 1px solid #343434;
  margin-top: -5px;
  background: #4f4f4f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4f4f4f 0%, #404040 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4f4f), color-stop(100%, #404040));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #404040 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4f4f4f 0%, #404040 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4f4f4f 0%, #404040 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4f4f4f 0%, #404040 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363738', endColorstr='#3a3a3a',GradientType=0 );
  /* IE6-9 */ }
  .button_cart button:hover {
    background: #404040;
    /* Old browsers */
    background: -moz-linear-gradient(top, #404040 0%, #4f4f4f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #4f4f4f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #404040 0%, #4f4f4f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #404040 0%, #4f4f4f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #404040 0%, #4f4f4f 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #404040 0%, #4f4f4f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363738', endColorstr='#3a3a3a',GradientType=0 );
    /* IE6-9 */
    border-bottom: 0px solid #2d2d2d;
    border-right: 1px solid #343434; }

.prods_info del, .infoBoxContents del, .border_prods del,
.info .productSpecialPrice, .prods_info .productSpecialPrice,
.infoBoxContents .productSpecialPrice, .border_prods .productSpecialPrice {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  font-family: "Roboto", sans-serif;}

.prods_content {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }
  .prods_content .decks {
    margin: 0 auto;
    list-style-type: none; }
  .prods_content li.wrapper_prods {
    float: left;
    margin: 0px 0px 0px 0px;
    width: auto;
    width: 100%; }
    .prods_content li.wrapper_prods > div {
      overflow: hidden;
      padding: 12px 0px 10px 0px; }
  .prods_content li.port_side, .prods_content li.starboard_side {
    display: table-cell;
    vertical-align: top; }
  .prods_content .left_side4 {
    width: 34.5%;
    text-align: center; }
  .prods_content li.bak4 {
    width: 65%; }
  .prods_content .data {
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    border-bottom: 1px solid #e3e2e2;
    padding: 5px; }
    .prods_content .data span {
      color: #a7a7a7; }
  .prods_content .data_padd {
    padding: 0px 0px 11px 0px;
    text-align: left; }
  .prods_content .name2_padd {
    padding: 5px 0px 5px 0px;
    text-align: left; }
  .prods_content .manuf_padd {
    padding: 6px 0px 6px 0px;
    text-align: left;
    font-size: 13px; }
  .prods_content .price2_padd {
    padding: 5px 0px 10px 0px;
    text-align: left;
    border-bottom: 1px solid #e3e2e2; }
    .prods_content .price2_padd span.productSpecialPrice {
      font-size: 18px;
      padding: 4px 10px 0 0;
      color: #333333; }
    .prods_content .price2_padd del {
      font-size: 18px;
      color: #777777; }
  .prods_content .desc2_padd {
    padding: 10px 0px 10px 0px;
    text-align: left;
    border-bottom: 1px solid #e3e2e2;
    font-size: 13px; }
  .prods_content .button2__padd {
    padding: 5px 0px 2px 0px;
    text-align: left;
    margin: 11px 0px 0px 0px; }
  .prods_content .ui-state-default {
    border: 0px solid #303030; }

.masthead {
  display: table-row; }

.forecastle {
  display: table;
  width: 100%; }

.page_new_product .wrapper_pic_div {
  position: relative;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto; }
  .page_new_product .wrapper_pic_div a {
    padding: 0;
    cursor: pointer;
    text-decoration: none; }
  .page_new_product .wrapper_pic_div img {
    position: absolute; }

.info {
  padding: 0 10px 0 10px; }
  .info .big h2 {
    padding: 0px 0px 0px 0px; }
  .info h2 {
    font-size: 15px;
    font-weight: 500;
    color: #777777;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%; }
    .info h2 .smallText {
      font-size: 13px;
      color: #333333;
      display: block;
      padding-top: 7px; }

.prods_info {
  margin: 10px 10px 3px 10px; }
  .prods_info .options {
    padding: 10px 10px 0px 10px;
    background: white;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 20px;
    margin-top: 20px; }
    .prods_info .options p.options-title {
      color: #777777;
      font-size: 15px;
      font-weight: 500;
      padding: 0px 0px 10px 0px; }
    .prods_info .options ul li {
      margin-bottom: 12px; }
      .prods_info .options ul li label {
        display: block;
        padding-bottom: 2px; }
    .prods_info .options select {
      width: 100%; }
  .prods_info .data_padd {
    padding: 20px 10px 10px 10px;
    color: #333333; }
  .prods_info .desc_padd {
    padding: 11px 0px 11px 0px;
    text-align: left;
    font-size: 13px;
    line-height: 1.3em;
    margin-left: 10px;
    margin-right: 10px; }
  .prods_info h2 span.productSpecialPrice {
    margin-right: 10px;
    font-size: 18px;
    float: left; }

	.info2 .prods_info { margin:0;}
	
.name_padd {
  padding: 28px 0px 0px 0px;
  margin-top: 0px;
  display: block;
  line-height: 18px;
  }

.name span a {
  color: #7cb118;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 16px; }
  .name span a:hover {
    color: #777777; }

.desc_padd {
  font-size: 12px;
  color: #777777;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 0px 8px 0px;
  text-align: center; }

.price_padd {
  padding: 6px 0px 0px 0px;
  color: #333333;
  position: relative;
  text-align: center; }

.price span.productSpecialPrice {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  font-weight: 700; }
.price b {
  font-size: 11px;
  font-weight: 400;
  display: none;
  float: left;
  margin-top: 0px; }
.price del {
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding-bottom: 3px;
  display: inline-block; }

.manuf span {
  font-weight: bold; }

.row_5 {
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  text-align: left;
  background-color: #3f3f3f; }
  .row_5 .foot_inner {
    margin: 0 auto;
    position: relative; }
  .row_5 .boxes_footer {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%; }

.Footer_BoxWrapper.first {
  padding: 0px; }
  .Footer_BoxWrapper.first ul {
    padding: 0px; }

.Footer_BoxWrapper.soc {
  padding: 0px 0px 0px 60px; }

.Footer_BoxWrapper {
  margin: 51px 0 43px 0;
  padding: 0px 0px 0px 30px;
  overflow: hidden;
  width: 241px; }
  .Footer_BoxWrapper .first {
    width: 243px; }
    .Footer_BoxWrapper .first ul {
      border-width: 0px;
      padding: 0px 0px 0px 0px; }
  .Footer_BoxWrapper h4 {
    padding: 15px 0px 17px 19px;
    margin: -3px 0px 0px 0px;
    color: white;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    display: none; }
  .Footer_BoxWrapper ul {
    padding: 0px 0px 0px 29px;
    margin: 0px;
    list-style: none;
    display: inline-block; }
    .Footer_BoxWrapper ul li {
      padding: 5px 0px;
      text-transform: none;
      font-weight: 500;
      font-size: 12px; }
      .Footer_BoxWrapper ul li a {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        padding: 0px 0px 0px 0px;
        display: inline-block;
        color: white;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 22px; }
        .Footer_BoxWrapper ul li a:hover i,
        .Footer_BoxWrapper ul li a:hover {
          color: #89b13b; }
        .Footer_BoxWrapper ul li a i {
          display: inline-block;
          margin-right: 10px;
          color: #848383; font-size: 15px; width:15px;}

.footer {
  padding: 0px 0px 0px 0px;
  left: 0px; }
  .footer p {
    font-size: 12px;
    color: #8a8989;
    margin: 0px;
    overflow: hidden;
    display: block;
    padding: 20px 0px 29px 10px;
    clear: both;
    width: 100%;
    text-indent: 20px;
    text-transform: none; }
    .footer p a {
      color: #8a8989;
      font-weight: 500; }
      .footer p a:hover {
        color: #333333; }
    .footer p b {
      color: #8a8989;
      font-weight: 500; }
      .footer p b a {
        color: #8a8989;
        font-weight: 500; }
        .footer p b a:hover {
          color: #333333; }

.banner_side {
  line-height: 0em;
  margin-left: 0px;
  display: inline-block;
  float: right; }
  .banner_side a {
    display: block;
    overflow: hidden;
    float: left; }
    .banner_side a img {
      margin: 0px 0px 30px 0px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }

#back-top {
  bottom: 30px;
  right: 30px;
  position: fixed;
  z-index: 9999;
  visibility: hidden; }
  #back-top a { 
    color: #eee;
    font-size: 52px;
    font-weight: bold;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
    #back-top a:hover {
      color: #7cb118; }

select {
  background: white;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  height: auto;
  padding: 6px 6px 6px 2px;
  width: auto; }

.box_cms {
  background: white;
  padding: 10px; }

input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: white;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  margin: 0 0 0px 0;
  padding: 6px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  outline: none; }
textarea {height: auto;}
.sale {
  position: absolute;
  top: 24px;
  right: 0px;
  z-index: 1000;
  font-family: 'Roboto',sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  padding: 1px 8px 1px 7px;
  background: #fd3232;
  -webkit-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
  display: none; }
.fieldValue input{
  margin-bottom: 10px;
}
.fieldValue .buttonset1 a{
line-height: 30px;
padding: 6px 10px;
}

a[href="privacy.php"] {
  text-decoration: underline;
}

.buttonset2, .buttonset2 a {
  border: none !important;
  background-color: #fff !important;
}
