/****************************************************************************************************
								 Main elments 
*****************************************************************************************************/
body {
  font: normal 15px/19px 'Roboto Condensed', Arial, sans-serif;
  min-width: 1200px;
  background: #f2f2f2;
  color: #333;                    
}

a {
  font: normal 15px/19px 'Roboto Condensed', Arial, sans-serif;  
/*  color: #5ea61e; */
  color: #006699;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

a:hover, a:active, a:focus {
  color: #333;      
  text-decoration: none;
  outline: none; 
}

.container {
  width: 1200px !important; }

table {
  margin-bottom: 20px; }

.ui-widget-header {
  color: #777777; }

.red, sup, .require {
  color: #f00; }

.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  resize: none; }

select {
  cursor: pointer; }

.form-inline {
  margin-bottom: 15px; }

.checkbox input {
  margin-top: 0; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle !important; }

.table-custom {
  border: none;
  width: 100%; }
  .table-custom tr, .table-custom td, .table-custom th {
    border: none !important;
    padding: 0 !important; }

.no-indent {
  padding: 0;
  margin: 0; }

.clear {
  clear: both; }





/*********************************************************************************************
                 Style Language
**********************************************************************************************/

body.de #header #headerShortcuts a{
  font-size: 23px;
  margin: 0 13px;
}
body.it #header #headerShortcuts a{
  font-size: 23px;
  margin: 0 10px;
}
body.en #header #headerShortcuts a{
  font-size: 23px;
  margin: 0 10px;
}
body.fr #header #headerShortcuts a{
  font-size: 23px;
  margin: 0 10px;
}

/*********************************************************************************************
								 Header 
**********************************************************************************************/
.header-wrapper,
.head-wrap {
  position: relative;
}
.header-wrapper {
  height: 295px;
  /* background: #2d2d2d;  */  
  background: #f2f2f2;
}
.header-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  /* background: #262626;     */
   background: #d0d0d0;
  left: 0;
}
.header-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  left: 0;
  background: #f2f2f2;
}

#header {
  position: relative;
  z-index: 2;
  height: 265px;
}
#header:before,
#header:after {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:22px;
  left:55px;
  width:50%;
  height:20%;
  max-width:544px;
  -webkit-box-shadow:0 28px 18px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 28px 18px rgba(0, 0, 0, 0.5);
      box-shadow:0 28px 18px rgba(0, 0, 0, 0.5);
  -webkit-transform:rotate(-1deg);
     -moz-transform:rotate(-1deg);
      -ms-transform:rotate(-1deg);
       -o-transform:rotate(-1deg);
          transform:rotate(-1deg);
}
 
#header:after {
  right:55px;
  left:auto;
  -webkit-transform:rotate(1deg);
     -moz-transform:rotate(1deg);
      -ms-transform:rotate(1deg);
       -o-transform:rotate(1deg);
          transform:rotate(1deg);
}

#header .head_info {
  font: 400 19px/50px 'Roboto Condensed', sans-serif;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: -.4px;
  top: 0;
  left: 0;
}
#header .head_info b,
#header .head_info i,
#header .head_info strong {
  font-style: normal;
  font-weight: 400;
}
#header .head_info i {
  /* color: #888;    */
  color: #888;
}
#header .head_info strong {
/*  color: #5ea61e; */
  color: #006699;
}

  /********************** start shoppin cart ************************/
  /********************** end shoppin cart ************************/ 

#header #storeLogo {
    float: left;
    position: relative;
    top: 15px;
}

  #header #headerShortcutsTop {
    float: right;
    position: absolute;
    right: -5px;
    top: 29px;
  }

  #headerShortcutsTop .my-account,
  #headerShortcutsTop .btn-login,
  #headerShortcutsTop .btn-logoff {
    position: relative;
    padding: 0!important;
    font: normal 16px/21px 'Roboto Condensed', Arial;
    margin-left: 20px;
    margin-right: 20px;
    background: none!important;
    /* color: #777;      */
    color: #006699;
      -moz-transition: all 0.4s ease 0s;
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  #headerShortcutsTop .my-account:hover,
  #headerShortcutsTop .btn-login:hover,
  #headerShortcutsTop .btn-logoff:hover{
    background: none!important;
    color: #fff!important; 
  }

  #headerShortcutsTop .my-account:before,
  #headerShortcutsTop .btn-login:before,
  #headerShortcutsTop .btn-logoff:before {
    content: "\f007";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*    color: #5ea61e; */
    color: #006699;
    font-size: 15px;
    position: absolute;
    top: 1px;
    left: -18px;
}
  #headerShortcutsTop .btn-login:before{content: "\f023";}
  #headerShortcutsTop .btn-logoff:before{content: "\f09c";}

    #header #headerShortcuts {
      position: absolute;
      background: #fff;
      float: right;
      padding: 0 170px 0 20px;
      text-align: left;
      width: 900px;
      clear: right;
      margin: 0;
      right: 15px;
      top: 145px;
    }
    #header #headerShortcuts a {
      font-size: 22px;
      line-height: 70px;
      font-weight: 400;
      font-family: 'Roboto Condensed';
      padding: 0;
      margin:0 14px;
*/      color: #2d2d2d;     */
      color: #0000ff;
      float: none;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
  }
   #header #headerShortcuts a:hover {
/*    color: #5ea61e;       */
    color: #006699;
    background: none;
  }

.headerBoxContainer.search {
    position: absolute;
    right: 26px;
    top: 155px;
    z-index: 2;
}
.headerBoxContainer.search > .form-inline {
  margin-bottom: 0;
}
/* suchen-box im startbildschirm luigi */
.headerBoxContainer.search .form-control {
  background: #f6f6f6;
  border:1px solid #e0e0e0;
  box-shadow: none;
  width: 156px!important;
  height: 50px;
  line-height: 50px;
  padding: 0 37px 0 12px;
}

.headerBoxContainer.search .btn.btn-default {
  background: none;
  border: none;
  /* color: #5ea61e;       */
  color: #006699;
  font: bold 21px/21px 'FontAwesome';
  position: absolute;
  right: 13px;
  top: 12px;
  outline: medium none;
  padding: 0;
  text-shadow: none;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.headerBoxContainer.search .btn.btn-default:hover {
  color: #333!important;
}

#header .topRow {
  height: 50px;
  position: relative;
}

/********************** start search ************************/
/********************** end search ************************/
    #header .topRow .currencies,
    #header .topRow .languages {
      overflow: hidden;
      float: right; 
      position: relative;
      top: 12px;
    }
    #header .topRow .currencies {
      float: right;
      margin-left: 10px;
    }
      #header .topRow .currencies .headerTitle,
      #header .topRow .languages .headerTitle {
        float: left;
        padding: 0 10px 0 0;
        font-family: 'Roboto Condensed';
        font-size: 13px;
        line-height: 24px;
        color: #777;   
        
      }
      #header .topRow .currencies .headerBoxContents,
      #header .topRow .languages .headerBoxContents {
        float: right; }
      #header .topRow .currencies select.form-control,
      #header .topRow .languages select.form-control {
        opacity: 0;
        border: none;
        /*color: #fff;    */
        color: #006699;
        background: none; 
      }
  #header .topRow .currencies select.form-control option,
  #header .topRow .languages select.form-control option{
    background:  #f2f2f2; 
  }
.bx-wrapper .bx-loading{
  background:  none;
}
.topRow .form-control {
  margin-bottom: 0;
}

    #header .topRow .headerBoxContainer.search {
      float: right; }
      #header .topRow .headerBoxContainer.search .form-control {
        width: 200px;
        margin-right: 2px;
        float: left; }
      #header .topRow .headerBoxContainer.search .btn-default {
        padding: 4px 10px 5px; }
  #header .header-shopping-cart {
    right: 14px;
    top: 44px;
    position: absolute;
  }
.popup-container {
    padding: 15px 15px 0;
}

#header .header-shopping-cart h3 .productCount {
  padding-left: 0;
  position: relative;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#header .header-shopping-cart h3 {
  padding: 0;
  font-size: 20px;
  line-height: 22px;
  display: block;
  color: #fff;
  position: relative;
  width: 153px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#header .header-shopping-cart h3 b {
  display: block;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}
#header .header-shopping-cart h3 a {
  */ color: #5ea61e;    */
  color: #006699;
  position: relative;
  font-size: 16px;
  line-height: 24px; 
}
#header .header-shopping-cart h3 a:hover {
  color: #fff;
}
#header .header-shopping-cart h3 a:after {
    content: "\f07a";
    position: absolute;
    /* color: #5ea61e;        */
    color: #006699;
    top: -30px;
    left: -67px;
    font: 400 53px/53px 'FontAwesome';
    display: inline-block;
    z-index: 0;
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
#header .header-shopping-cart h3 a:hover:after {
  color: #fff;
}

    #header .header-shopping-cart .cart-content {
      display: none;
      position: absolute;
      right: 232px;
      top: 21px;
      width: 270px;
      color: #777;      
      border: 1px solid #262626;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background: #f6f6f6;
      padding: 11px;
      font-size: 15px;
      z-index: 3;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
      #header .header-shopping-cart .cart-content ul {
        list-style: none;
        padding: 0;
        margin: 0; }
      #header .header-shopping-cart .cart-content li {
        overflow: hidden;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        #header .header-shopping-cart .cart-content li .product-image {
          float: left;
          margin-right: 10px; }
          #header .header-shopping-cart .cart-content li .product-image a {
            display: block;
            border: 1px solid #e3e3e3;
            padding: 9px;
            background: #fff;
            padding: 4px; }
            #header .header-shopping-cart .cart-content li .product-image a img {
              background: whitesmoke; }
        #header .header-shopping-cart .cart-content li .product-info {
          position: relative;
          padding-right: 15px;
          overflow: hidden; }
        #header .header-shopping-cart .cart-content li .remove {
          position: absolute;
          right: 0;
          top: 0;
          font-size: 18px; 
        }
        #header .header-shopping-cart .cart-content li .price {
          display: block;
          padding: 10px 0 0 0; }
      #header .header-shopping-cart .cart-content .total {
        overflow: hidden; }
        #header .header-shopping-cart .cart-content .total .total-price {
          float: right;
          font-weight: 400; }
      #header .header-shopping-cart .cart-content .cart-button {
        padding: 10px 0 0 0; }
    #header .header-shopping-cart.dropdown h3 a {
      overflow: hidden; 
    }

/*      #header .header-shopping-cart.dropdown h3 a.active:after {
        content: '\f106'; }*/
}

.popup-container {
  width: 300px;
  padding: 10px;
  overflow: hidden; }
  .popup-container .product-image {
    border: 1px solid #e3e3e3;
    padding: 9px;
    background: #fff;
    padding: 4px;
    float: left;
    margin-right: 15px; }
    .popup-container .product-image img {
      background: whitesmoke; }
  .popup-container .product-info {
    position: relative;
    overflow: hidden;
    min-height: 153px;
    padding-bottom: 45px; }
  .popup-container .popup-button {
    position: absolute;
    left: 0px;
    bottom: 43px;
    z-index: 1; }
    .popup-container .popup-button .btn {
      padding: 5px 10px;
      font-size: 12px; }
  .popup-container .popup-heading {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0; }
    .popup-container .popup-heading:before {
      padding-right: 5px;
      font-size: 14px;
      content: '\f00c';
      font-family: "FontAwesome";
      color: #0C3; }

.cat_btn {
  position: absolute;
  /* background: #5ea61e;     */
  background: #006699;
  top: 145px;
  overflow: hidden;
  font:400 28px/70px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-align: left;
  left: 15px;
  text-transform: capitalize;
  color: #fff;
  padding: 0 30px;
  display: block;
  cursor: pointer;
  width: 270px;
  z-index: 5;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.cat_btn:after {
  position: absolute;
  content: "\f0c9";
  font-size: 21px;
  color: #fff;
  right: 32px;
  top: 4px;
  font-family: 'FontAwesome';
  display: inline-block;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.cat_btn:hover,
.cat_btn.curr {
  /* background: #458b06;   */
    background: #006699;

}
.cat_btn:hover:after{}


/*********************************************************************************************
					 	  		Content styles 
**********************************************************************************************/
.content-wrapper {
  padding-bottom: 0px;
  background: #f2f2f2;
}

.price {
  font: 400 28px/30px 'Roboto Condensed';
  /* color: #5ea61e;        */
  color: #006699;
  padding: 0; 
}

.new-price {
  font: 400 28px/30px 'Roboto Condensed';
  /* color: #5ea61e;    */
  color: #006699;
  padding: 0; 
}

.old-price {
  color: #ff3333;
  font-size: 18px;
  line-height: 21px;
}

.box {
  padding: 15px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
  min-height: 380px;
}

ul.rating {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block; }
  ul.rating li {
    padding: 0;
    display: inline-block;
    color: #ef8743; }
    ul.rating li i {
      padding: 0 1px; }

.product-name {
  font-size: 15px;
  overflow: hidden;
  line-height: 19px;
  font-family: 'Roboto Condensed';
  margin: 5px 0 0;
  display: inline-block;
  max-height: 120px;
  overflow: hidden;
}
  .product-name:hover {
    color: #333; 
  }

.module .product-name {
  font-size: 15px;
  padding: 0 15px;
}
.module .manufacturer-name {
  color: #333;
  font-size: 15px;
  line-height: 19px;
}
.info-manufacturer .manufacturer-name {
  display: none;
}
.module .manufacturer-name:hover {
  /* color: #5ea61e;        */
  color: #006699;
}

.btn {
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font: 400 15px/19px 'Roboto Condensed', sans-serif;
  /* color: #5ea61e;      */
  color: #006699;
  background: #f6f6f6;
  border-color: #e3e3e3;
  padding: 17px 25px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  /* background: #2d2d2d; */
  background: #006699;
  /* border-color: #333;   */
  border-color: #006699;
  /* color: #5ea61e;       */
  color: #f2f2f2;
}

.btn.btn-primary {
  background: #f6f6f6;
  border-color: #e3e3e3;
  color: #292d30;
}
  .btn.btn-primary:hover {
    /* background: #5ea61e;        */
    background: #006699;
    border-color: #3cb278;
    color: #fff; 
  }

/***************************************************************************
							Boxes
****************************************************************************/
.module {
  margin-bottom: 20px; 
}

.module .module-heading{
  font: normal 28px/28px "Roboto Condensed", sans-serif;
/*  text-transform: capitalize;     */
  position: relative;
  margin: 0;
  color: #333;
  margin-bottom: 30px;
  z-index: 0;
}
.module .module-heading span {
  position: relative;
  background: #fff;
  z-index: 0;
  padding: 19px 27px 23px;
  display: block;
}
.module .module-heading:before,
.module .module-heading:after {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:14px;
  left:20px;
  width:42%;
  height:20%;
  -webkit-box-shadow:0 18px 20px rgba(0, 0, 0, 0.5);
     -moz-box-shadow:0 18px 20px rgba(0, 0, 0, 0.5);
          box-shadow:0 18px 20px rgba(0, 0, 0, 0.5);
  -webkit-transform:rotate(-1deg);
     -moz-transform:rotate(-1deg);
      -ms-transform:rotate(-1deg);
       -o-transform:rotate(-1deg);
          transform:rotate(-1deg);
}

 
.module .module-heading:after {
    right:20px;
    left:auto;
  -webkit-transform:rotate(1deg);
     -moz-transform:rotate(1deg);
      -ms-transform:rotate(1deg);
       -o-transform:rotate(1deg);
          transform:rotate(1deg);
}
.module .module-heading a {
  font: normal 28px/28px "Roboto Condensed", sans-serif;
  text-transform: capitalize;
  color: #000;
}
.module .module-heading a:hover {
  /* color: #5ea61e;      */
  color: #006699;
}

#centerColumn .module .module-heading:before,
#centerColumn .module .module-heading:after {
  width: 48%;
}


.module .module-heading strong {
      font-weight: normal; }
  .module ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .module .boxproduct li {
    padding: 15px 0;
    border-top: 1px solid #e3e3e3; }
    .module .boxproduct li:first-child {
      border-top: none; }
    .module .boxproduct li .boxproduct-img {
      float: left;
      margin-right: 10px;
      border: 1px solid #e3e3e3;
      padding: 9px;
      background: #fff;
      padding: 4px; 
    }
      .module .boxproduct li .boxproduct-img img {
        background: whitesmoke; }
    .module .boxproduct li .boxproduct-info {
      overflow: hidden; }
  .module .box-list li {
    padding: 5px 0;
    border-top: 1px solid #e3e3e3; }
    .module .box-list li:first-child {
      border-top: none; }

/* Categories box styles */
/* Manufacturers box styles */
/* Search box styles*/
.module.search-box .form-inline {
  position: relative;
  width: 100%; }
.module.search-box .form-group {
  width: 100%;
  padding-right: 35px; 
}
  .module.search-box .form-group .form-control {
    width: 100%; }
.module.search-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 10px 7px;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/* Shopping Cart box */
.module.shopping-cart ul {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0; 
}
  .module.shopping-cart ul li {
    padding: 5px 0;
    border-top: 1px solid #e3e3e3; }
    .module.shopping-cart ul li:first-child {
      border-top: none; }
.module .total {
  text-align: left;
  font-weight: normal; 
}

/* Manufacturers Info box */
.manufacturers-info .manufacturer-logo {
  text-align: center;
  margin-bottom: 15px; }
  .manufacturers-info .manufacturer-logo img {
    margin: 0 auto; }

/* Order History box */
.order-history ul li {
  position: relative;
  padding-right: 15px; }
  .order-history ul li a.remove {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 0; }

/* Notify  box */
.notify-box ul li i {
  font-size: 18px;
  line-height: normal;
  padding-right: 10px; }

/* Reviews box */
.reviews-box i {
  padding-right: 10px; }

/* Socials box */
.socials-box a {
  display: inline-block;
  vertical-align: top; }
  .socials-box a i {
    width: 20px;
    line-height: 20px;
    vertical-align: top;
    font-size: 16px;
    text-align: center; }

/* Tags box */
.tags-box .module-content a {
  display: inline-block;
  margin: 4px 8px 4px 0;
  font-size: 12px; }
  .tags-box .module-content a.weight_1, .tags-box .module-content a.weight_2, .tags-box .module-content a.weight_3 {
    font-size: 100%; }
  .tags-box .module-content a.weight_4, .tags-box .module-content a.weight_5, .tags-box .module-content a.weight_6 {
    font-size: 150%; }
  .tags-box .module-content a.weight_7, .tags-box .module-content a.weight_8, .tags-box .module-content a.weight_9, .tags-box .module-content a.weight_10, .tags-box .module-content a.weight_11 {
    font-size: 200%; }

/* Columns categories block */
.colmn-categories ul {
  margin: 0;
  padding: 0; }
  .colmn-categories ul ul {
    display: none; }
  .colmn-categories ul li {
    padding: 0 0 0 0;
    position: relative;
    border-top: 1px solid #e3e3e3; }
    .colmn-categories ul li a {
      padding: 5px 25px 5px 5px;
      display: block;
      font-size: 14px;
      position: relative; 
    }
      .colmn-categories ul li a:hover, 
      .colmn-categories ul li a.hovered {
        color: #fff;                 
/* luigi        background: #2d2d2d;       */
        background: #006699;
         }
    .colmn-categories ul li li a {
      padding-left: 15px; 
    }
      .colmn-categories ul li li a:before {
        content: '\f105';
        font-family: "FontAwesome";
        padding-right: 5px; }
    .colmn-categories ul li li li a {
      padding-left: 25px; }
  .colmn-categories ul li.hasChild i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    display: block;
    background: none;
    cursor: pointer;
    font-style: normal;
    text-align: center;
    line-height: 27px; 
  }
    .colmn-categories ul li.hasChild i:before {
      content: '\f105';
      font-family: "FontAwesome";
      width: 100%;
      height: 100%;
      font-size: 15px;
      text-align: center;
      vertical-align: middle; 
      /* color: #5ea61e;            */
      color: #006699;
    }
/*    .colmn-categories ul li.hasChild:hover i:before {
      color: #fff;
    }*/
    .colmn-categories ul li.hasChild i.opened:before {
      content: '\f105'; 
    }
  .colmn-categories ul li.active > a {
/*    background: #2d2d2d;              luigi */
    background: #006699;
    color: #fff; 
  }
.colmn-categories > ul > li:first-child {
  border-top: none; 
}

/***************************************************************************
							End Boxes
****************************************************************************/
/********************************************************************************
						Content styles
********************************************************************************/

#centerColumn {
    margin-top: 0px;
}

.welcome-block {
  padding-bottom: 20px; }

.page-heading {
  font: normal 28px/28px "Roboto Condensed", sans-serif;
/*  text-transform: capitalize;                                   luigi */
  position: relative;
  margin: 0;
  color: #333;
  margin-bottom: 30px;
  z-index: 0;
}
.page-heading span{
  display: block;
  padding:  20px;
  position:  relative;
  z-index: 5;
  background: #fff;

}
.page-heading:before,
.page-heading:after {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:15px;
  left:28px;
  width:47%;
  height:20%;
  -webkit-box-shadow:0 18px 20px rgba(0, 0, 0, 0.5);
     -moz-box-shadow:0 18px 20px rgba(0, 0, 0, 0.5);
          box-shadow:0 18px 20px rgba(0, 0, 0, 0.5);
  -webkit-transform:rotate(-1deg);
     -moz-transform:rotate(-1deg);
      -ms-transform:rotate(-1deg);
       -o-transform:rotate(-1deg);
          transform:rotate(-1deg);
}
 
.page-heading:after {
    right:28px;
    left:auto;
  -webkit-transform:rotate(1deg);
     -moz-transform:rotate(1deg);
      -ms-transform:rotate(1deg);
       -o-transform:rotate(1deg);
          transform:rotate(1deg);
}
  .page-heading strong {
    font-weight: normal; }
  .page-heading.product-list {
    margin-bottom: 15px; }

.page-subheading {
  font: normal 15px/19px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-color: #e3e3e3; 
}
  .page-subheading strong {
    font-weight: normal; }

/* Blocks styles */
.block-content > ul {
  list-style-type: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 0; 
}
  .block-content > ul li {
    margin-bottom: 0; }
    .block-content > ul li .product-image-box {
      text-align: center;    }
      .block-content > ul li .product-image-box a {
        display: block; 
      }

/* Upcomming products */
.module .upcommingList {
  margin: 0 -15px;
  position: relative;
  padding-bottom: 10px;
  z-index: 0;
}
  .module .upcommingList li {
    position: relative;
    text-align: center; 
  }
  .module .upcommingList li:before,
  .module .upcommingList li:after {
    content:"";
    position:absolute;
    z-index:-2;
    bottom:29px;
    left:47px;
    width:70%;
    height:20%;
    -webkit-box-shadow:0 28px 20px rgba(0, 0, 0, 0.3);
      -moz-box-shadow:0 28px 20px rgba(0, 0, 0, 0.3);
        box-shadow:0 28px 20px rgba(0, 0, 0, 0.3);
    -webkit-transform:rotate(-1deg);
       -moz-transform:rotate(-1deg);
        -ms-transform:rotate(-1deg);
         -o-transform:rotate(-1deg);
            transform:rotate(-1deg);
  }
   
  .module .upcommingList li:after {
    right:47px;
    left:auto;
    -webkit-transform:rotate(1deg);
       -moz-transform:rotate(1deg);
        -ms-transform:rotate(1deg);
         -o-transform:rotate(1deg);
            transform:rotate(1deg);
  }
    .module .upcommingList li:first-child {
      border: none; }
    .module .upcommingList li div.date-avalible {
      font-weight: 700;
      font-size: 14px;
      background: #fff;
      padding: 0;
    }
    .module .upcommingList li .boxproduct-img {
      display: block;
      background: #fff;
      padding: 25px; 
    }
      .module .upcommingList li .boxproduct-img img {
        background: #fff; 
      }
      .module .upcommingList li .boxproduct-img img {
        width: 100%;
        height: auto; 
      }

      .module .upcommingList li .inner-wrapper {
        padding: 0 0 23px;
        background: #fff; 
      }

/* Product Gategories page */
.subcategories-listing {
  text-align: center; }
  .subcategories-listing span.product-name {
    display: block;
    padding: 10px 0 0 0; }

/*  Products listing panel */
.listing-panel {
  padding: 10px 0; }
  .listing-panel.top-panel {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3; }
  .listing-panel.top-panel.top-view {
    border-top: 1px solid #e3e3e3; }
  .listing-panel.bottom-panel {
    margin-top: 0;
    border-top: 1px solid #e3e3e3; }
  .listing-panel .displayText {
    padding-top: 8px; }
  .listing-panel .resultText {
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 0 0;
    float: right; }
  .listing-panel .pagination {
    margin: 0;
    float: right;
    position: relative;
    z-index: 1; }

/********************* Pagination *************************/
.pagination li:first-child a,
.pagination li:first-child span {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  line-height: 19px; 
}
.pagination li:last-child a,
.pagination li:last-child span {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }
.pagination > li > a,
.pagination > li > span {
  background: #f8f8f8;
  border-color: #e3e3e3;
  color: #333333;
  line-height: 19px;
}
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #fff;
    /* border-color: #5ea61e;     */
    border-color: #006699;
    /* background: #5ea61e;        */
    background: #006699;
  }
.pagination > .active > a,
.pagination > .active > span {
    color: #fff;
    /* border-color: #5ea61e;     */
    border-color: #006699;
    /* background: #5ea61e;   */
    background: #006699;
    line-height: 19px;
  }
  .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    color: #fff;
    /* border-color: #5ea61e;  */
    boder-color: #006699;
    /* background: #5ea61e; }      */
    background: #006699;  }

.product-listing .product-image {
  padding: 9px;
  background: #fff; }
  .product-listing .product-image img {
    background: white; }
.product-listing.grid li {
  position: relative;
  padding: 30px 0;
  min-height: 435px;
  background: #fff;
  text-align: center;
  width: 270px;
  margin-bottom: 30px;
}
.product-listing.grid .shadow {
  position: relative;
}
.product-listing.grid li:before,
.product-listing.grid li:after {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:33px;
  left:22px;
  width:70%;
  height:20%;
  -webkit-box-shadow:0 28px 21px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 28px 21px rgba(0, 0, 0, 0.4);
      box-shadow:0 28px 21px rgba(0, 0, 0, 0.4);
  -webkit-transform:rotate(-6deg);
     -moz-transform:rotate(-6deg);
      -ms-transform:rotate(-6deg);
       -o-transform:rotate(-6deg);
          transform:rotate(-6deg);
}
 
.product-listing.grid li:after {
  right:22px;
  left:auto;
  -webkit-transform:rotate(6deg);
     -moz-transform:rotate(6deg);
      -ms-transform:rotate(6deg);
       -o-transform:rotate(6deg);
          transform:rotate(6deg);
}
.product-listing.grid > li+li{
  margin-left: 30px;
}
.product-listing.grid li:first-child{
  clear: none;
}

.product-listing.grid .product-image-box {
  margin-bottom: 1px; 
  padding-top: 8px;
}
.product-listing.grid .product-content {
  padding: 0 27px 0px; 
}
.product-listing.grid .product-info-row {
  overflow: hidden;
  display: block;
  font: 400 28px/30px 'Roboto Condensed';
  color: #babcbf;
  padding: 0;  
}



.product-listing.grid .product-info-row .date {
  display: none;
}
  .product-listing.grid .product-info-row span.info-text {
    padding-right: 5px;
    display: none;
  }
.product-listing.grid .description-grid { 
  font: 400 14px/19px 'Roboto Condensed';
  position: relative;
  overflow: hidden;
  max-height: 39px;
  margin-top: -4px
}

.product-listing.grid .button-container {
  padding: 0px 27px 0;
}
.product-listing.grid .button-container a {
  margin-top: 10px; }
.product-listing.grid li.first-in-line {
  clear: left; 
  margin-left: 15px;
}
.product-listing.list > li {
  margin-bottom: 0; }
  .product-listing.list > li .product-container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e3e3e3; 
  }
  .product-listing.list > li:first-child .product-container {
    padding-top: 0;
    border: none; }
.product-listing.list .product-info-row {
  padding: 5px 0; }
  .product-listing.list .product-info-row .info-text {
    padding-right: 5px; }
.product-listing.list .description-list {
  display: block; }
.product-listing.list .button-container a {
  float: left;
  clear: left;
  margin-bottom: 10px; }
.product-listing .product-description {
 
}

/*********************************************************************************
              New Product & Featured Product
**********************************************************************************/

.block-content.home_new .product-listing.grid .description-grid,
.block-content.home_feat .product-listing.grid .description-grid {

}
.home_feat.block-content > ul li .product-image-box a,
.home_new.block-content > ul li .product-image-box a{

}

.block-content.home_feat .product-listing.grid li:first-child{
  margin-left: 0;
}
.block-content.home_new .product-listing.grid li,
.block-content.home_feat .product-listing.grid li {

}
.block-content.home_new .product-listing.grid > li,
.block-content.home_feat .product-listing.grid > li {

}

/*********************************************************************************
             
**********************************************************************************/
ul#view {
  margin: 7px 0 14px 0;
  padding: 0;
  float: right; }
  ul#view > li {
    margin: 0 0 0 5px;
    float: left;
    font-size: 28px;
    cursor: pointer;
    color: #333333; 
  }
    ul#view > li.selected {
      cursor: default;
      color: #777777; }
    ul#view > li:hover {
      color: #777777; }

/* Categories Product listing */
form.form-group.filter {
  width: 300px;
  display: inline-block; }

/*********************************************************************************
						 Page product info
**********************************************************************************/
.bottom-navigation {
  overflow: hidden; }

.page-product-name {
  font-size: 18px;
  padding: 0;
  margin: 0 0 15px 0; }
  .page-product-name .productModel {
    display: block;
    font-size: 70%;
    padding: 5px 0 0 0; }

.page-product-price {
  margin: 0 0 15px 0;
  line-height: normal; }
  .page-product-price .price {
    font-size: 28px; }
    .page-product-price .price.old-price {
      font-size: 20px; }

h4.subheading {
/*  font-size: 14px;          */
  font-size: 14px
  text-transform: uppercase;
  margin: 0 0 10px 0; }

.product-action-inner {
  padding: 15px;
  background: whitesmoke;
  border: 1px solid #e3e3e3; }
  .product-action-inner .buttonAction {
    display: block;
    margin-bottom: 15px; }

.product-socials {
  padding: 20px 0; }

.productThumbsWrapper {
  overflow: hidden;
  margin-top: 10px; }
  .productThumbsWrapper #productThumbs {
    list-style: none;
    padding: 0;
    margin: 0px -4px 0 -4px;
    overflow: hidden; }
    .productThumbsWrapper #productThumbs li {
      float: left;
      padding: 0 4px 8px; }
      .productThumbsWrapper #productThumbs li a {
        display: block;
        border: 1px solid #e3e3e3; }
        .productThumbsWrapper #productThumbs li a img {
          background: #fff; }
        .productThumbsWrapper #productThumbs li a.active {
          border-color: black; }

.gallery {
  position: relative; }
  .gallery .product-img-wrap {
    display: inline-block;
    border: 1px solid #e3e3e3;
    position: relative;
    z-index: 1; }
  .gallery .product-image {
    max-width: 100%;
    display: inline-block;
    background: #fff; }
  .gallery #allImages {
    text-align: center;
    font-size: 18px;
    color: #333333; }
    .gallery #allImages i {
      cursor: pointer; }
      .gallery #allImages i:hover {
        color: #777777; }
    .gallery #allImages.closed .opened {
      display: none; }
    .gallery #allImages.opened .closed {
      display: none; }

.zoomContainer {
  z-index: 1; }

.oneImage .product-image {
  border: 1px solid #e3e3e3; }

.zoomLens {
  max-width: 100%; }

#fancybox-wrap {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.productSlider li {
  padding: 20px 0;
  margin-right: 20px;
  width: 192px; 
}
  .productSlider li .product-image-box {
    margin-bottom: 15px; }

.purchased-box .bx-wrapper, .related-product .bx-wrapper {
  margin-left: 0 !important; }
.purchased-box .bx-wrapper .bx-viewport, .related-product .bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.purchased-box .bx-controls-direction a, .related-product .bx-controls-direction a {
  text-indent: 0;
  background: none;
  color: #333333; }
  .purchased-box .bx-controls-direction a:before, .related-product .bx-controls-direction a:before {
    content: '\f054';
    font-family: "FontAwesome";
    display: block;
    font-size: 29px;
    line-height: 29px; }

  .purchased-box .bx-controls-direction a:hover, .related-product .bx-controls-direction a:hover {
    /*  color: #5ea61e; }        */ 
    color: #006699;  }
  .purchased-box .bx-controls-direction a.bx-prev, .related-product .bx-controls-direction a.bx-prev {
    left: 3px; 
  }
    .purchased-box .bx-controls-direction a.bx-prev:before, .related-product .bx-controls-direction a.bx-prev:before {
      content: '\f053'; }
  .purchased-box .bx-controls-direction a.bx-next, .related-product .bx-controls-direction a.bx-next {
    right: -10px; 
  }

.related-product .related-row {
  padding: 5px 0; }

.tags-container .block-content a {
  margin: 4px 8px 4px 0; }

#productReviews > ul > li h4 {
  margin: 0 0 10px 0; }

/*******************************************************************************************
						 		Review pages
*******************************************************************************************/
/*	Reviews listing	*/
.reviewsPage > ul > li {
  padding: 15px 0;
  border-top: 1px solid #e3e3e3;
  margin: 0 0 0 0; }
  .reviewsPage > ul > li:first-child {
    border: none; }
.reviewsPage .reviewImage .product-image {
  display: block;
  border: 1px solid #e3e3e3;
  padding: 9px;
  background: #fff; }
  .reviewsPage .reviewImage .product-image img {
    background: whitesmoke; }

 .block-content.reviewsPage {
  margin-top: 20px;
 } 

/* Product reviews */
.reviewTopRow {
  padding: 0 0 0px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-right: 15px;
}

.reviewImageBlock {
  text-align: center;
  margin-bottom: 15px; }
  .reviewImageBlock .reviewImage {
    margin-bottom: 15px; }
    .reviewImageBlock .reviewImage a {
      border: 1px solid #e3e3e3;
      padding: 9px;
      background: #fff;
      display: block; }
      .reviewImageBlock .reviewImage a img {
        background: whitesmoke; }

.reviewContent .reviews-list h4 {
  margin: 0 0 15px 0; }
.reviewContent .reviews-list > ul > li {
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
  margin: 0; }
  .reviewContent .reviews-list > ul > li:first-child {
    border: none;
    padding-top: 0; }
.reviewContent .reviewRating {
  padding: 0px 0 15px; }

.review-row {
  padding: 10px 0; }
  .review-row .form-control {
    margin-bottom: 10px; }

.review-row input[type="radio"] {
  margin: 4px 0 0;
  vertical-align: top;
}

/******************************************************************************************************
											 Accounts pages
*******************************************************************************************************/
.accountLinkList {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0; }
  .accountLinkList li {
    padding-bottom: 5px; }
    .accountLinkList li a {
      overflow: hidden;
      display: block;
      border: 1px solid #e3e3e3; }
      .accountLinkList li a i {
        float: left;
        display: block;
        height: 30px;
        width: 30px;
        border-right: 1px solid #e3e3e3;
        line-height: 30px;
        text-align: center;
          -moz-transition: all 0.4s ease 0s;
          -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
      }
      .accountLinkList li a span {
        line-height: 30px;
        padding-left: 10px; }
      .accountLinkList li a:hover {
        background: #fff; }
        .accountLinkList li a:hover i {
          background: #262626;
          color: #fff; 
        }

.account .form-group,
.send-a-friend .form-group,
.checkout-address .form-group,
.checkout-payment-address .form-group {
  max-width: 300px; }

.address-book .module-content {
  padding-bottom: 20px; }
.address-book .alert-info {
  margin-bottom: 0; }

/**************************** conditions, shipping, privacy ******************/
.info-heading {
  color: #555454;
  font: 600 17px/21px 'Roboto Condensed', sans-serif;         
  text-transform: uppercase;
  margin: 15px 0 20px 0; 
}

.info-box {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px; }

/****************************** Order history ********************************/
.table-date {
  width: 100px; }

/*****************************  Search *******************************************/
.advanced-search .button-box {
  margin-bottom: 15px; }

/****************************** Info pages **************************************/
.text-box {
  padding-bottom: 20px; }

/***************************** Cookies page *************************************/
.bottom-indent {
  margin-bottom: 15px; }

/************************** Manufacturers listing *******************************/
.manufacturers-listing > ul > li {
  margin: 0; }
  .manufacturers-listing > ul > li .inner-content {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e3e3e3; }
    .manufacturers-listing > ul > li .inner-content .products-link {
      border-left: 1px solid #e3e3e3; }
  .manufacturers-listing > ul > li:first-child .inner-content {
    padding-right: 0;
    border-top: none; }

/**********************************************************************************
						 	Checkout pages
***********************************************************************************/
.shopping-cart .product-image {
  padding: 19px;
  border-right: 1px solid #e3e3e3; }
  .shopping-cart .product-image a {
    display: block;
    border: 1px solid #e3e3e3;
    padding: 9px;
    background: #fff;
    padding: 4px; }
    .shopping-cart .product-image a img {
      background: whitesmoke; }
      .text-center.align-middle.td-delete i{
        font-size: 20px;
      }
.shopping-cart .product-name-td {
  padding: 19px; }
.shopping-cart .td-delete {
  font-size: 23px; }
.shopping-cart .td-price .price {
  font-size: 15px; }
.shopping-cart .quantity {
  text-align: center; }
  .shopping-cart .quantity .form-control {
    max-width: 50px;
    text-align: center;
    margin: 0 auto 5px; }
.shopping-cart .sub-total {
  padding-bottom: 10px; }
  .shopping-cart .sub-total .subtotal-text,
  .shopping-cart .sub-total .price {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #e3e3e3; }
  .shopping-cart .sub-total .subtotal-text {
    border-right: none;
    background: whitesmoke; }
.shopping-cart .shopping-cart td.no-padding {
  padding: 0; }

.checkout-shipping .table tr.moduleRow,
.checkout-shipping .table tr.moduleRowOver,
.checkout-payment .table tr.moduleRow,
.checkout-payment .table tr.moduleRowOver {
  background: whitesmoke; }
  .checkout-shipping .table tr.moduleRow > td,
  .checkout-shipping .table tr.moduleRowOver > td,
  .checkout-payment .table tr.moduleRow > td,
  .checkout-payment .table tr.moduleRowOver > td {
    padding: 5px 10px !important; }
.checkout-shipping .table tr.moduleRowSelected,
.checkout-payment .table tr.moduleRowSelected {
/*  background: green;     */
   background: #006699;
  color: #fff; }
  .checkout-shipping .table tr.moduleRowSelected > td,
  .checkout-payment .table tr.moduleRowSelected > td {
    padding: 5px 10px !important; }

.order-steps-name {
  width: 100%; }
  .order-steps-name tr td {
    width: 33%;
    padding: 5px 0 5px;
    text-align: center; }

#coProgressBar {
  height: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 3px;
  border-color: #e3e3e3; }
  #coProgressBar .ui-progressbar-value {
    margin: 0;
/*    background: #3C6;*/
    background: #006699;
    position: relative;
    z-index: 1;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    #coProgressBar .ui-progressbar-value:after {
      content: '.';
      text-indent: -5000px;
      position: absolute;
      right: -12px;
      top: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 12px;
/*      border-color: transparent transparent transparent #3C6;*/
    border-color: transparent transparent transparent #006699;}
  #coProgressBar.last-step .ui-progressbar-value:after {
    display: none; }

.checkoutBarCurrent, .checkoutBarFrom {
/*  color: green; */
  color: #006699;
  font-weight: bold; }

/************************************* Banners boxes **************************************/
.banner-box-wrapper{
  margin: 0 auto;
  width: 1170px;
}
.banner-box{
  width: 100%;
  position: relative;
  margin: 0;
}

.banner-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.banner-box ul li {
  position: relative;
  float: left;
  width: 370px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
}
.banner-box ul li:before,
.banner-box ul li:after {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:15px;
  left:28px;
  width:50%;
  height:20%;
  max-width:42.2%;
  -webkit-box-shadow:0 18px 20px rgba(0, 0, 0, 0.4);
     -moz-box-shadow:0 18px 20px rgba(0, 0, 0, 0.4);
          box-shadow:0 18px 20px rgba(0, 0, 0, 0.4);
  -webkit-transform:rotate(-1deg);
     -moz-transform:rotate(-1deg);
      -ms-transform:rotate(-1deg);
       -o-transform:rotate(-1deg);
          transform:rotate(-1deg);
}
 
.banner-box ul li:after {
    right:28px;
    left:auto;
  -webkit-transform:rotate(1deg);
     -moz-transform:rotate(1deg);
      -ms-transform:rotate(1deg);
       -o-transform:rotate(1deg);
          transform:rotate(1deg);
}
.banner-box ul li+li {
  margin-left: 30px;
}

.banner-box img{
  width: 100%;
  height: 100%; 
  -webkit-transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
.banner-box ul li:hover img {
   -webkit-transition: all 900ms ease-in-out;
   -moz-transition: all 900ms ease-in-out;
   transition: all 900ms ease-in-out;
}

.banner-box ul li .item_html h2 {
  font: bold 40px/40px 'Roboto Condensed', sans-serif;
  /* color: #5ea61e;       */
  color: #006699;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  z-index: 1;
  position: relative;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.banner-box ul li:hover h2 {
/*  color: #2d2d2d;          luigi */
  color: #006699;
}
.banner-box ul li .item_html p {
  font: normal 15px/19px 'Roboto Condensed', sans-serif;
  color: #777;
  margin: 6px 0 0;
  text-align: center;
  z-index: 1;
  position: relative;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.banner-box ul li .item_html:hover p {
   /* color: #5ea61e;    */
  color: #006699;
}
.item_html {
    margin-top: 10px;
}

/*******************************************************************************************
									Footer styles
********************************************************************************************/
.footer-wrapper {
  color: #777;
  background: #2d2d2d;
  padding: 37px 0 0;
  position: relative;
  margin-top: 10px;
}
.footer-wrapper:after {
  content: "";
  background: #262626;
  width: 100%;
  height: 50px;
  bottom: 0;
  position: absolute;
  display: inline-block; 
}
 
.footer-wrapper a {
  color: #777;
  font: 400 16px/36px 'Roboto Condensed', sans-serif; 
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-wrapper a:hover {
  /* color: #5ea61e;     */
  color: #006699;
}
.footer-copyright {
  color: #777;
  font: 400 12px/36px 'Roboto Condensed', sans-serif;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}
.footer-copyright a {
  /* color: #5ea61e;       */
  color: #006699;
  font-size: 13px;
}
.footer-copyright a:hover {
  color: #888;
}

  .footer-wrapper .footer-boxes {}
    .footer-wrapper .footer-boxes > .row {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
  .footer-wrapper .footer-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif; }
  .footer-wrapper .footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0; 
  }
  .footer-wrapper .footer-box.tar {
    text-align: right;
  }
    .footer-wrapper .footer-box ul li {
      font-family: 'Roboto Condensed';
      font-size: 16px;
      line-height: 36px;
      color: #fff;
      margin: 0;
    }
    .footer-wrapper .footer-box ul .tel {
      /* color: #5ea61e;         */
      color: #006699;
      font-size: 30px;
      font-weight: bold;
      position: relative;
      display: inline-block;
      margin-top: 10px;
    }
    .footer-wrapper .footer-box ul .tel:before {
      position: absolute;
      content: "\f095";
      top: -6px;
      left: -43px;
      font: 400 42px/42px 'FontAwesome';
      /* color: #5ea61e;  */
      color: #006699;
      display: inline-block;
    }
    .footer-wrapper .footer-box ul li strong {font-weight: 400;}

.button-container .cart {
  position: relative;
  overflow: hidden;
  /* background: #5ea61e;  */
  background: #006699;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  text-align: left;
  border: none;
  margin-right: 4px;
  margin-top: 0;
  text-indent: -200px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}


.button-container .cart:after {
  position: absolute;
  content: "\f07a";
  right: -156px;
  top: 0;
  line-height: 55px;
  font-size: 31px;
  color: #fff;
  font-family: 'FontAwesome';
  display: inline-block;
  text-shadow: none;
}

.button-container .cart:hover {
  background: #2d2d2d;
}
.home_new .button-container a,
.home_feat .button-container a{margin-right: 4px;}

.footer-box {
    padding-bottom: 64px;
}
.buttonSet #tdb10,
.buttonAction #tdb11 {
  padding: 0 28px;
  line-height: 53px;
}
.buttonAction #tdb10 {
  padding: 0 15px;
}

.reviewImageBlock .button-container .cart.btn.btn-primary {
  text-align: left;
  display: block;
}

.shopping-cart .refresh{
  padding:13px 18px; 
}


/*.banner-box ul li a:hover .item_html h2 {
  -webkit-animation: 600ms linear  0s normal none 1 moveFromBottom;
  -moz-animation: 600ms linear  0s normal none 1 moveFromBottom;
  -ms-animation: 600ms linear  0s normal none 1 moveFromBottom;
  -o-animation: 600ms linear  0s normal none 1 moveFromBottom;
  animation: 600ms linear  0s normal none 1 moveFromBottom;
}*/

h2 {
  position: relative;
  
}

@keyframes moveFromRight{
  0% {
    opacity: 0;
    transform: translateX(200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes  moveFromRight{
  0% {
    opacity: 0;
    -webkit-transform: translateX(200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes moveFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes  moveFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes moveFromLeftIcon {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  50%{
    opacity: 0;
    transform: translateX(-200%), rotateY(-180deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%), rotateY(-180deg);
  }
}
@-webkit-keyframes moveFromLeftIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
  }
  50%{
    opacity: 0;
    -webkit-transform: translateX(-200%), rotateY(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%), rotateY(-180deg);
  }
}
@keyframes moveFromTop {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@keyframes moveFromBottom {
  0% {
    opacity: 0;
    transform: translateY(200%);
  }
  50% {
    opacity: 0.5;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200%);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@keyframes ScaleFromLargeEffect {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes ScaleFromLargeEffect {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes FromBackground {
  0% {
    background: #d41616;
  }
  50% {
    background: #fe9d9d;
  }
  100% {
    background: #fff;
  }
}
@-webkit-keyframes FromBackground {
  0% {
    background: #d41616;
  }
  50% {
    background: #fe9d9d;
  }
  100% {
    background: #fff;
  }
}



schrift {font: normal 15px/19px 'Roboto Condensed', Arial, sans-serif; }

.schwarz     { color: #000000; }
.grau        { color: #333333; }
.hellgrau    { color: #babcbf; }
.rot         { color: #ff0000; }
.farbig      { color: #006699; }
.weiss       { color: #FFFFFF; }
.ganzklein   { font-size: 6px; line-height: 120%; }
.klein       { font-size: 9px; line-height: 120%;}
.mittelklein { font-size: 14px; line-height: 120%;}
.mittel      { font-size: 16px; line-height: 120%;}
.mittelgross { font-size: 21px; line-height: 120%;}
.gross       { font-size: 27px; line-height: 120%;}

.dick        { font-weight: bold; }
.block       { ; }




/*

.ganzklein   { font-size: 6px/8px; }
.klein       { font-size: 9px/12px; }
.mittelklein { font-size: 14px/16px; }
.mittel      { font-size: 16px/19px; }
.mittelgross { font-size: 21px/24px; }
.gross       { font-size: 27px/30px; }

*/