/**********************************/
/** General
/**********************************/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  color: #999;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  background-repeat: repeat-x;
  bacckground-position: fixed;
  font-size: 14px;
  line-height: 26px;
  width: 100%;
  background-color: #fcfcfc;
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  /*min-width: 980px;*/
  font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
html[xmlns] .slides {
  display: block;
}
iframe {
  border: 0px solid #FFF;
}
a {
  color: #000;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
a:hover {
  color: #0d4ca2;
}
.lt-ie9 a:hover {
  background: none;
}
a:visited {
  opacity: 0.9;
}
a img {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
ul li a {
  color: #353535;
  font-size: 13px;
}
p {
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0.5em 0;
  color: #999;
}
/*p:last-child {
margin-bottom:0;
}*/
b,
strong,
dt {
  font-weight: 700;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  margin: 5px 0;
  padding: 0;
  clear: both;
}
ul,
ol {
  list-style: none;
  list-style-image: none;
  margin: 0 0 0 10px;
  padding: 0;
}
ul.check {
  list-style: none;
  list-style-image: url(../images/check.png);
  margin: 0 10px;
  padding: 0 10px;
}
ul.check li {
  font-size: 14px;
  padding: 0 0 10px 0;
}
ul.menu-clients-vertical {
  float: left;
  width: 90%;
  border-right: 1px solid #999;
  margin: 0;
  list-style-position: inside;
}
ul.menu-clients-vertical li {
  width: 90%;
  float: left;
  clear: both;
  border-bottom: 1px solid #999;
  margin: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  height: auto;
  width: auto;
  max-width: 100%;
}
label {
  cursor: pointer;
  display: block;
}
.item-introduction p {
  line-height: 1.25em;
}
.item-introduction p.see_more {
  float: right;
}
button,
input,
select,
textarea,
.form-input-text {
  font-family: Arial, sans-serif;
  color: #6b6b6b;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 100%;
  font-style: italic;
  vertical-align: middle;
  margin: 0;
}
.button-blue,
.button-red {
  display: block;
  font-family: Arial, sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
  background: -moz-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: webkit-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -ms-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
a.button-blue:hover,
.button-blue:hover {
  color: #FFF;
  text-shadow: 1px 0px 2px #333;
}
.button-red {
  background: -moz-linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: webkit-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -ms-linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.button-red:hover,
.button-red {
  color: #FFF !important;
  text-shadow: 1px 0px 2px #333;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  min-height: 10em;
  height: auto;
  width: 60%;
  padding: 1em;
}
table button,
table input {
  overflow: auto;
}
table li {
  list-style: disc;
  list-style-position: inside;
  padding-bottom: 5px;
}
table.data {
  border-collapse: collapse;
}
table.data,
table.data th,
table.data td {
  border-color: #ccc;
}
td {
  vertical-align: top;
}
select {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: 24px;
  font-weight: 400;
  margin: 10px -3px;
  color: #000;
  font-style: italic;
}
h1.section-title {
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: #3076ae;
  font-weight: bold;
}
h1.title {
  color: #fff;
}
h2 {
  font-size: 22px;
  margin: 0 0 0.5em;
  line-height: normal;
  color: #000;
}
h2 a {
  font-weight: 600;
}
.last-news-content h2 {
  font-size: 1.2em;
}
h2.prod-title {
  text-transform: uppercase;
  font-size: 1.4em;
}
h2.section-title {
  background-image: url("../images/bg-section.jpg");
  background-position: center center;
  background-repeat: repeat-x;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media (max-width: 480px) {
  h2.section-title {
    background: none;
    margin-top: 25px;
  }
}
h2.section-title span {
  background-color: #fcfcfc;
  padding-right: 84px;
}
h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  color: #333;
}
.persons-content h3 {
  margin-top: 0;
  line-height: 14px;
}
h4 {
  font-size: 13px;
  margin: 8px 0px;
  color: #999;
  font-weight: 600;
  color: #000;
}
h5 {
  font-size: 15px;
  margin: 0 0 15px;
  line-height: 1.25em;
  color: #000;
}
h5.section span {
  background-color: #fcfcfc;
  padding-right: 84px;
}
@media (max-width: 768px) {
  h5.section span {
    padding-right: 0px;
  }
}
h5.section {
  background-image: url(../images/bg-section.jpg);
  background-repeat: repeat-x;
  background-position: center center;
}
h6 {
  font-size: 1em;
  margin-bottom: 2px;
  font-weight: 700;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000;
  text-decoration: none;
}
.persons-content p {
  margin-bottom: 0;
}
#support_button {
  position: fixed;
  bottom: 40%;
  right: -48px;
  z-index: 99;
  box-shadow: 0 0 2px #ccc;
  border-radius: 12px;
}
p.breadcrumb {
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 0;
}
/**********************************/
/** Grid
/**********************************/
.fleft {
  float: left;
}
.fright {
  float: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.col-full {
  width: 100%;
}
.col {
  width: 320px;
}
.col-main {
  width: 630px;
  min-height: 200px;
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(73, 73, 73, 0.15);
  padding-bottom: 10px;
}
.col-one-half {
  width: 49%;
}
.col-one-third {
  width: 32%;
}
.col-two-thirds {
  width: 66.666%;
}
.col-one-fifth {
  width: 18.4%;
}
.col-one-quarter {
  width: 24%;
}
.col-three-quarters {
  width: 74%;
}
.bloc {
  width: 32%;
  float: left;
  margin-bottom: 15px;
}
.lt-ie8 .bloc-middle {
  margin-left: 1.9% !important;
  margin-right: 1.9% !important;
}
.padding {
  padding: 10px;
}
.bg {
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(73, 73, 73, 0.15);
}
.inner-lr,
.bloc-middle {
  margin-left: 2%;
  margin-right: 2%;
}
.mleft {
  margin-left: 10px;
}
.mleftp {
  margin-left: 2%;
}
.mleft-highlight {
  margin-left: 7px;
}
.mright {
  margin-right: 2%;
}
.mrighthalf {
  margin-right: 1%;
}
.mrightp {
  margin-right: 1.5%;
}
.pleft {
  padding-left: 10px;
}
.pright {
  padding-right: 10px;
}
.mtop {
  margin-top: 10px;
}
.mtop25 {
  margin-top: 25px;
}
.mtop50 {
  margin-top: 50px;
}
.mbottom {
  margin-bottom: 10px;
}
.small {
  font-size: 14px;
}
.smaller {
  font-size: 16px;
}
.big {
  font-size: 32px;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.border-bottom {
  border-bottom: 1px solid #eaeaea;
}
.border {
  padding: 1px;
  border: 0px solid #e3e3e3;
  box-shadow: 0 0 2px #e3e3e3;
}
.top-num-product:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 53px solid transparent;
  border-left: 53px solid #f3f2f2;
  width: 0;
  z-index: 1;
}
.top-num-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  text-align: center;
  z-index: 1;
}
.top-num-product span {
  position: relative;
  text-align: center;
  color: #CCC;
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
  width: 30px;
  float: left;
}
.box-white {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 2%;
  float: left;
  width: 96%;
}
/**********************************/
/** Layout
/**********************************/
.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
header#navtop {
  min-width: 980px;
  min-height: 120px;
  height: auto;
  width: 100%;
  z-index: 71;
  position: fixed;
  float: left;
  margin-top: 0;
  border-top: 0;
  top: 0;
}
#headercontent {
  min-width: 980px;
  min-height: 76px;
  height: auto;
  width: 100%;
  position: absolute;
  float: left;
  top: 140px;
  z-index: 69;
}
header#navtop .inner {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 980px;
  width: auto;
}
.languages-flags {
  float: left;
  margin-right: 20px;
  border: 0px solid #000;
}
.languages-flags a {
  display: block;
  float: left;
  padding-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.languages-flags a img {
  border: 1px solid #000;
}
.languages-flags a:first-child {
  border: none;
}
.languages-flags a.selected {
  font-weight: 700 !important;
}
.languages-flags a img.selected {
  border: 1px solid #ddd;
}
.logo {
  margin-top: 22px;
  z-index: 9;
  width: 239px;
}
.logo:hover,
a.parrow,
a.parrow:hover {
  background: none;
}
.main > section {
  margin-bottom: 0.7em;
}
.main header {
  color: #6b6b6b;
  margin-bottom: 5px;
}
.main header hr {
  border-top-color: #a3a3a3;
}
.content-section {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-section {
  clear: both;
  /*width:980px;*/
  min-height: 130px;
  margin: 0 auto;
  padding-bottom: 10px;
  position: relative;
}
.main-inner {
  padding: 20px 0px;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.main-inner ul {
  list-style: square;
  margin-left: 20px;
}
.main-inner ol {
  list-style: decimal;
  margin-left: 20px;
}
.arrow:after {
  content: " \27F6";
}
header .arrow {
  color: #999;
  font-style: italic;
}
#map_canvas {
  min-height: 410px;
  width: 340px;
  margin-left: 15px;
  margin-bottom: 0;
  z-index: 70!important;
  padding: 0!important;
}
#map_canvas img {
  max-width: none!important;
}
.info_content h3 {
  margin: 0!important;
}
.error,
.msg-error {
  color: red;
}
/**********************************/
/** topbar
/**********************************/
#topbar {
  width: 100%;
  height: 24px;
  background-color: #e11d27;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  box-shadow: 1px -2px 6px #000;
  position: relative;
}
#topbar span {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
#topbar a {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.shop {
  min-width: 585px;
}
.clients-buttons {
  width: 180px;
}
.shop-menu {
  width: 350px;
}
.shop-resume {
  padding-left: 10px;
  padding-right: 0px;
  margin-top: 16px;
}
.shop-resume a {
  display: block;
  width: 100%;
  color: #fff;
  height: 17px;
  line-height: 17px;
}
.shop-resume:hover a {
  color: #666;
}
.shop-resume .icon {
  margin-top: 1px;
}
.shop-wishlist {
  margin-left: 30px;
  margin-top: 5px;
}
.shop-wishlist a {
  color: #9e9e9e;
  font-size: 14px;
  text-transform: uppercase;
}
a.checkout-text {
  color: #3076ae;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  height: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.shop-regist a,
.shop-logout a {
  display: block;
  width: 100%;
  /*height: 100%;*/
}
.shop-regist a,
.shop-logout a {
  color: #fff !important;
}
.shop-regist a:hover,
.shop-logout a:hover {
  color: #fff !important;
  text-shadow: 1px 0px 2px #333;
}
.shop-logout {
  margin-left: 10px;
}
.shop-login {
  margin-top: 5px;
  margin-left: 10px;
}
.shop-login a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.shop-login a:hover {
  color: #666;
}
.shop-regist,
.shop-logout {
  background-color: #35a0d3;
  background: -webkit-linear-gradient(#35a0d3, #3577ab);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#35a0d3, #3577ab);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#35a0d3, #3577ab);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#35a0d3, #3577ab);
  /* Standard syntax */
  border-radius: 2px;
  padding-right: 10px;
  color: #FFF;
  font-size: 14px;
  margin-top: 0px;
  text-transform: uppercase;
}
ul.list-filters li.selected a {
  font-weight: bold;
}
.filters-top-products p,
.filters-top-products p a {
  font-size: 13px;
  line-height: 1.2em;
  color: #999;
}
/*********************************/
/* topmainbar
/*********************************/
#topmainbar {
  width: 100%;
  height: 116px;
  background-color: #212222;
}
.social {
  margin-top: 7px;
  height: 43px;
}
.social-footer {
  margin-top: 15px;
  margin-left: 10px;
  width: 120px;
  height: 35px;
}
.social-icon {
  background-image: url("../images/sprite-myfarma.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  height: 23px;
  width: 23px;
}
.social-icon.facebook {
  background-position: -2px 0;
}
.social-icon.twitter {
  background-position: -25px 0;
}
.social-icon.rss {
  background-position: -48px 0;
}
.social-icon.linkedin {
  background-position: -71px 0;
}
.social-icon.skype {
  background-position: -94px 0;
}
.social-footer .social-icon.facebook {
  background-position: -82px -26px;
}
.social-footer .social-icon.twitter {
  background-position: -105px -26px;
}
.social-footer .social-icon.rss {
  background-position: -128px -26px;
}
.social-footer .social-icon.linkedin {
  background-position: -151px -26px;
}
.social-footer .social-icon.skype {
  background-position: -174px -26px;
}
.phone {
  width: 230px;
  height: 40px;
}
.icon-phone {
  width: 40px;
  height: 40px;
  float: left;
  background-image: url("../images/sprite-myfarma.png");
  background-position: 2px -25px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.phone .call-us {
  width: 170px;
  height: 14px;
  float: left;
  font-size: 10px;
  color: #0086cd;
  font-weight: 600;
  font-style: italic;
  line-height: 12px;
  margin-bottom: -5px;
}
.phone .number {
  width: 170px;
  height: 30px;
  float: left;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  line-height: 34px;
}
#topsearchbar {
  width: 100%;
  height: 28px;
  background-color: #0d4ca2;
  position: relative;
  box-shadow: 0px 3px 6px #000;
}
#topmenubar {
  width: 100%;
  height: 48px;
  background-color: #0d4ca2;
  border-top: 1px solid #53A6D2;
  border-bottom: 1px solid #53A6D2;
  position: relative;
}
#bottommenubar {
  width: 100%;
  height: 48px;
  background-color: #fff;
  position: relative;
  display: none;
}
.cursor {
  cursor: pointer;
}
.entry-meta {
  border: 1px solid #1c9ad7;
  left: 0;
  padding: 10px 0 0;
  position: relative;
  text-align: center;
  width: 58px;
}
.entry-meta .date {
  color: #acacac;
  margin: 0;
  padding: 0 0 10px;
}
.entry-meta a.comments {
  background-color: #1c9ad7;
  color: #ffffff;
  display: block;
  padding: 5px 0;
}
.entry-meta a.comments span {
  color: #fff;
  font-size: 23px;
  line-height: 16px;
  margin: 0;
  margin-top: 5px;
}
.blog-list {
  border-bottom: 1px solid #1c9ad7;
  margin-bottom: 50px;
  min-height: 320px;
  padding-bottom: 30px;
  position: relative;
}
.blog-list h2 {
  margin-bottom: 5px;
}
.blog-list h2 a {
  font-size: 18px;
  font-weight: 600;
}
p.tags {
  font-size: 13px;
  margin-bottom: 5px;
}
p.tags a {
  font-size: 13px;
}
a.more {
  border: 1px solid #1c9ad7;
  bottom: -18px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 135px;
  background-color: #1c9ad7;
  color: #fff;
}
a.more:hover {
  background-color: #efefef;
  color: #000;
}
.col-date {
  width: 85px;
}
.col-content {
  width: 840px;
}
@media (max-width: 1023px) {
  .col-date {
    width: 58px;
    position: absolute;
    background-color: white;
  }
  .col-content {
    width: 100%;
  }
}
.blog-comment {
  margin-bottom: 10px;
}
.blog-comment p strong {
  color: #000;
}
.blog-comment h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.blog-comment p.date {
  color: #999;
  float: left;
  font-size: 11px;
  margin: 0;
}
.blog-comment p.comment {
  color: #666666;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 3px;
}
div.blog-comment p {
  margin-bottom: 0;
}
div.blog-comment {
  margin-bottom: 15px;
}
.points span {
  font-weight: bold;
}
.stock-status,
.points {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}
.discounts {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}
.price-min,
.price-alert {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}
.price-min p,
.price-alert p,
.stock-status p {
  margin-bottom: 0;
}
#user-avatar {
  font-size: 52px;
}
span.blue {
  color: #333;
}
.comments-date-hours {
  font-size: 11px;
}
input.button-add-cart {
  background: none !important;
  background-color: #e11d27 !important;
  width: 100px !important;
  height: 38px !important;
  border-radius: 4px;
  background-image: url('../images/button-add-cart.jpg') !important;
  background-repeat: no-repeat !important;
  background-position: 5px center !important;
  position: absolute;
  right: 12px;
  top: 14px;
  text-indent: 25px;
}
input.stock-out {
  background-image: none !important;
  background-color: #999 !important;
  text-indent: 0px;
}
.product .name h3 {
  margin: 0;
  font-weight: 600;
}
.product .brand h3 {
  font-weight: 600;
  margin: 0;
}
.product h3 a {
  color: #000;
  font-weight: 600;
}
.product .brand a {
  color: #aaa;
  font-weight: 600;
}
.brand {
  font-weight: 600;
  margin: 0;
}
.brand a {
  color: #aaa;
  font-weight: 600;
}
.product p {
  font-size: 12px;
  color: #858484;
  margin: 0;
  color: #bbadaf;
}
.product .price {
  font-size: 18px;
  color: #858484;
  margin-bottom: 0px;
  font-weight: 600;
}
.price-limit-notify .price {
  color: #858484;
  margin-bottom: 0px;
  font-weight: 600;
}
.product .price-old,
.item-total .price-old {
  font-size: 11px;
  text-decoration: line-through;
  color: #858484;
  margin-bottom: 10px;
  font-weight: 300;
  margin-top: 1px;
  margin-right: 5px;
}
.product-data .price-old {
  text-decoration: line-through;
  color: #858484;
}
.product-data .price-old span {
  color: #858484;
}
.product .price-new,
.item-total .price-new {
  font-weight: bold;
}
.stage .percent-discount {
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  font-weight: bold;
  padding: 2px 4px;
  height: 21px;
  background-color: #3076ae;
  position: absolute;
  right: 0px;
  margin-right: 0px;
  margin-top: 0px;
  z-index: 1;
}
.product .percent-discount {
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  font-weight: bold;
  padding: 2px 4px;
  height: 16px;
  background-color: #3076ae;
  position: absolute;
  right: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.item-name .percent-discount {
  width: auto;
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  font-weight: bold;
  padding: 2px 4px;
  height: 16px;
  background-color: #e11d27;
  position: absolute;
  left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.product .ribbon {
  font-size: 12px;
  background-color: #e11d27;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #FFF;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-radius: 2px;
}
.product:hover a {
  color: #3076ae;
}
.main-data .ribbon {
  font-size: 14px;
  background-color: #e11d27;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  margin: 10px;
  position: relative;
  border-radius: 2px;
  float: left;
  clear: both;
}
.product .add-wl {
  width: 24px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background-color: #f4f4f4;
  background-image: url(../images/icon-star-black-small.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.product:hover .add-wl {
  display: block;
}
.cart-btn {
  background-color: #f4f4f4;
  padding: 6px 9px;
  font-size: 10px;
  color: #7c7c7c;
  display: block;
  font-weight: 700 !important;
}
.cart-btn:hover {
  background-color: #b8b8b8;
  color: #fff !important;
}
.cart-btn input {
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
  font-weight: 700;
  font-size: 10px;
}
.cart-btn form {
  margin: 0;
  padding: 0 !important;
}
.filters-containers {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}
.filters-containers ul {
  list-style: none outside none;
  margin: 0;
}
.filters-containers ul li {
  border-top: 1px solid #ccc;
}
.filters-containers ul li:hover,
.filters-containers ul li.checked {
  background-color: #eee;
}
.filters-containers ul li label {
  padding: 5px;
}
.filters-containers ul li label input {
  margin-top: -1px;
}
.loading-filters {
  background-color: #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.link-remove-filter {
  float: right;
  margin-top: -22px;
  font-size: 11px;
}
/**********************************/
/** icons
/**********************************/
span.fa {
  font-size: 35px;
  color: #ddd;
  line-height: 50px;
  margin: 0 10px 0 0;
}
span.green {
  color: green;
}
p.icon-description {
  display: table-cell;
  height: 50px;
  line-height: 1.3em;
  vertical-align: middle;
  font-size: 14px;
}
.icon {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 4px;
}
#topbar .icon {
  margin-top: 11px;
}
.icon-mail {
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-mail.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 11px;
}
.icon-user {
  width: 14px;
  height: 15px;
  background-image: url("../images/sprite-myfarma.png");
  background-position: -161px -3px;
  background-repeat: no-repeat;
}
.icon-logout {
  width: 14px;
  height: 15px;
  background-image: url(../images/icon-logout.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 14px;
}
.lt-ie9 .icon-user {
  background-image: url(../images/icon-user@1x.png);
}
.icon-star {
  width: 16px;
  height: 15px;
  background-image: url(../images/icon-star.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 13px;
}
.icon-bag {
  width: 17px;
  height: 14px;
  background-image: url("../images/sprite-myfarma.png");
  background-position: -131px -4px;
  background-repeat: no-repeat;
}
.lt-ie9 .icon-bag {
  background-image: url(../images/icon-bag@1x.png);
}
.indice-search {
  margin-top: 2px;
}
.indice-search a {
  color: #FFF;
  padding: 6px 6px 3px 6px;
  font-size: 12px;
}
.indice-search a:hover,
.indice-search a.selected {
  color: #e11d27;
}
/**********************************/
/** cart
/**********************************/
.cart {
  float: left;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 15px;
}
.cart a {
  border-left: 1px solid #4b3f8d;
  padding-left: 15px;
}
.lt-ie8 .cart {
  display: inline-block;
  margin-top: -32px;
}
.cart .cart-price {
  font-size: 18px;
  margin-right: 5px;
}
.cart span {
  color: #4b3f8d;
}
.cart-icon {
  float: left;
  margin-right: 10px;
}
/**********************************/
/** Menu
/**********************************/
.lt-ie9 .user-nav {
  position: relative;
  min-width: 500px;
  width: 500px;
}
.nav-bar {
  height: 35px;
  float: right;
  margin-top: 20px;
  clear: both;
}
nav#menu {
  max-width: 987px;
  margin: 0 auto;
}
nav select {
  display: none;
  visibility: hidden;
}
li.menu-1 a {
  background: none !important;
}
li.menu-1 a span {
  color: #fff;
  font-size: 25px;
  line-height: 47px;
  margin: 0;
}
li.menu-1 a:hover span,
li.menu-1 a.selected span {
  color: #fff;
  text-shadow: none;
}
.submenu-section {
  background-color: #f1f1f1;
  background: -moz-linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: webkit-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -ms-linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 295px;
  position: absolute;
  top: 216px;
  z-index: 70;
  display: none;
  padding-bottom: 10px;
  color: #FFF;
}
.submenu-section h3 {
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-size: 15px;
}
.submenu-section h3 a {
  color: #FFF;
  font-weight: 600;
}
.submenu-section .content-product h3 a {
  color: #333;
  font-weight: 600;
}
.submenu-section .content-product h3 a:hover {
  color: #333;
  text-shadow: none;
}
#submenu-aboutus-section ul li {
  line-height: 1.6em;
}
.submenu-section ul {
  color: #FFF;
  list-style: none;
  margin: 0 0 0 0px;
  line-height: 1.3em;
}
.submenu-section ul li a {
  color: #FFF;
  font-size: 14px;
}
.submenu-section ul li {
  text-indent: 3px;
}
.submenu-section ul li > a:before {
  content: "» ";
  position: relative;
  left: 0px;
}
#content-submenu-top50 ul li {
  line-height: 1.5em;
}
.content-list-submenus {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 5px 0;
  padding: 3px 0;
}
.submenu-section p.see-all a,
.submenu-section p.see-all,
.submenu-section p.see-all span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e11d27;
  margin: 0;
  line-height: 1.2em;
}
.submenu-section ul a:hover,
.submenu-section h3 a:hover,
.submenu-section p.see-all a:hover {
  color: #e11d27;
  text-shadow: 0 0 3px #333;
}
.filters-containers-categories input {
  display: none;
}
.filters-containers-categories ul li:hover,
.filters-containers-categories ul li.checked {
  background-color: #eee;
}
.filters-containers-categories ul li label {
  padding: 2px 5px;
}
.sf-menu {
  width: auto;
  margin: 0;
  height: 47px;
}
.sf-menu-categories {
  width: auto;
  margin: 0;
  height: 47px;
}
.sf-menu a {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  padding-left: 10px;
  padding-right: 10px;
  height: 47px;
  line-height: 47px;
  display: block;
  text-shadow: 0px 0px 3px #555;
  text-transform: uppercase;
  min-width: 112px;
  text-align: center;
}
.sf-menu-categories a {
  color: #0d4ca2;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  padding-left: 10px;
  padding-right: 10px;
  height: 46px;
  line-height: 47px;
  display: block;
  /*text-shadow: 0px 0px 3px #555;*/
  text-transform: uppercase;
  min-width: 112px;
  text-align: center;
}
.sf-menu li {
  float: left;
  height: 47px;
}
.sf-menu li:first-child {
  margin-left: 0;
}
.sf-menu li:first-child a {
  padding-left: 0px;
}
.sf-menu li a.selected,
.sf-menu li a:hover {
  background: -moz-linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: webkit-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -ms-linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(#212222, #212222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  text-shadow: none;
  color: #e11d27;
}
.sf-menu li a.selected span,
.sf-menu li a:hover span {
  color: #e11d27;
}
.sf-menu ul li a {
  padding-left: 10px;
  padding-bottom: 0;
  background: none;
}
.sf-menu a:hover,
.sf-menu a:selected,
a:hover,
a.selected {
  text-decoration: underline;
}
.sf-menu ul li a:hover {
  padding-bottom: 0;
  background: none;
  text-decoration: none;
  color: #000000;
}
.sf-menu ul {
  background: transparent;
  background-color: #FFF;
  position: absolute;
  display: none;
  min-width: 150px;
  margin-top: 50px;
  z-index: 99;
  padding: 2px;
}
.sf-menu ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.sf-menu li > ul {
  background-color: rgba(255, 255, 255, 0.85);
}
.sf-menu li > ul a {
  font-size: 15px;
  font-weight: lighter;
}
.sf-menu li:hover > ul {
  display: block;
  top: -20px;
  padding-right: 3px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 200px;
  top: 0;
}
.sf-menu li.highlight {
  background-color: #3076ae;
  box-shadow: 0 0 3px 1px rgba(73, 73, 73, 0.15);
}
.sf-menu li.highlight a {
  color: #fff;
}
.sf-menu li.highlight:hover {
  background-color: #ff9d3e;
}
.sf-menu-categories li {
  float: left;
  height: 47px;
  margin-top: 1px;
}
.sf-menu-categories li:first-child {
  margin-left: 0;
}
.sf-menu-categories li:first-child a {
  padding-left: 0px;
}
.sf-menu-categories li a.selected,
.sf-menu-categories li a:hover {
  text-shadow: none;
  color: #e11d27;
}
.sf-menu-categories ul li a {
  padding-left: 10px;
  padding-bottom: 0;
  background: none;
}
.sf-menu-categories a:hover,
.sf-menu-categories a:selected,
a:hover,
a.selected {
  text-decoration: underline;
}
.sf-menu-categories ul li a:hover {
  padding-bottom: 0;
  background: none;
  text-decoration: none;
  color: #000000;
}
.sf-menu-categories ul {
  background: transparent;
  background-color: #FFF;
  position: absolute;
  display: none;
  min-width: 150px;
  margin-top: 50px;
  z-index: 99;
  padding: 2px;
}
.sf-menu-categories ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.sf-menu-categories li > ul {
  background-color: rgba(255, 255, 255, 0.85);
}
.sf-menu-categories li > ul a {
  font-size: 15px;
  font-weight: lighter;
}
.sf-menu-categories li:hover > ul {
  display: block;
  top: -20px;
  padding-right: 3px;
}
ul.sf-menu-categories li li:hover ul,
ul.sf-menu-categories li li.sfHover ul {
  left: 200px;
  top: 0;
}
.sf-menu-categories li.highlight {
  background-color: #3076ae;
  box-shadow: 0 0 3px 1px rgba(73, 73, 73, 0.15);
}
.sf-menu-categories li.highlight a {
  color: #fff;
}
.sf-menu-categories li.highlight:hover {
  background-color: #ff9d3e;
}
#menu-categories {
  display: none;
}
header nav .menu-row {
  clear: both;
  height: 50px;
  margin: 0 auto;
  width: 100%;
}
.menu-row > ul {
  margin: 0;
}
#menu-categories .sf-menu li,
#menu-categories .sf-menu li:first-child {
  border: medium none !important;
}
#menu-categories .sf-menu li,
#menu-categories .sf-menu li:first-child {
  border: medium none !important;
}
header nav .menu-row > ul > li {
  float: left;
  height: 49px;
  line-height: 49px;
  margin-top: 1px;
  position: relative;
}
/**********************************/
/** Form(s)
/**********************************/
#formulario_1 {
  margin-top: 10px;
}
.form_titulo {
  margin-top: 6px;
  margin-bottom: 3px;
}
.form_input {
  border: 1px solid #999;
  color: #777;
  font-size: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 5px;
}
input#captcha {
  height: 46px!important;
  width: 110px!important;
  font-size: 16px!important;
}
select,
textarea {
  border: 1px solid #999;
  color: #777;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 5px;
  background-color: #FFFFFF;
}
.form_button {
  width: 60%;
  min-width: 100px;
  margin-top: 1em;
  background-color: #e11d27;
  color: #353535;
}
.form_textarea {
  width: 100%;
}
input,
textarea {
  -moz-transition: border 0.25s;
  -webkit-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
}
input[type="submit"] {
  background: -moz-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: webkit-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -ms-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFF;
  border: none;
  padding: 5px;
  width: 100%;
  font-style: normal;
}
input[type="submit"]:hover {
  box-shadow: 1px 1px 5px #999;
}
input.add-to-wishlist {
  background-color: transparent;
  background: none;
  color: #999;
  text-decoration: underline;
}
p.add-to-wishlist {
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
p.add-to-wishlist:hover {
  text-decoration: none;
}
p.add-to-wishlist span {
  font-size: 14px;
  line-height: 1.2em;
  color: #ffdd00;
}
p.add-to-wishlist:hover span {
  color: #ffc000;
}
input.add-to-wishlist:hover {
  box-shadow: none;
  text-decoration: none;
}
.form-search input[type="submit"]:hover {
  box-shadow: none;
}
input[type="radio"] {
  margin-right: 5px;
}
input[type="password"] {
  width: 100%;
  padding: 5px;
}
input[type="text"],
textarea {
  cursor: text;
  width: 100%;
  padding: 5px;
  -webkit-appearance: none;
}
input:-webkit-autofill {
  color: #fff !important;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #fff !important;
}
input[type="checkbox"] {
  display: inline;
  width: auto;
  height: auto;
  margin-right: 1em;
}
input[type="file"] {
  border: none;
}
input[type="date"] {
  width: auto;
}
.success {
  color: green;
  font-weight: 600;
}
label.error {
  color: #1c9ad7;
  font-weight: 400;
  font-style: italic;
  margin: 0.5em 0 0 0.5em;
}
.msg-success {
  color: #0C0;
}
.forms-section {
  padding: 20px 0;
}
.forms-section h3 {
  font-style: normal;
  font-weight: lighter;
  line-height: 1.5em;
  font-size: 14px;
  margin: 0.5em 0 0;
}
.forms-captcha img {
  position: absolute;
  z-index: 9;
  max-height: 26px!important;
  margin: 0;
}
.forms-captcha input {
  text-indent: 55px;
}
input.form-input-text {
  font-family: Arial, sans-serif;
  color: #6b6b6b;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 100%;
  font-style: italic;
  vertical-align: middle;
  margin: 0;
  -moz-box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 0;
  color: #777777;
  font-size: 1em;
  background-color: #FFFFFF;
}
.actions-qty {
  float: left;
}
.actions-qty-less,
.actions-qty-more {
  float: left;
  width: 50px;
  text-align: center;
  line-height: 48px;
  height: 48px;
  margin: 0;
  -moz-box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 0;
  font-size: 18px;
  font-weight: bolder;
  cursor: pointer;
  background-color: #FFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.actions-qty-less {
  border-left: 4px solid #e4e4e4;
}
.actions-qty-less:hover,
.actions-qty-more:hover {
  background-color: transparent;
}
input.input-text-quantity {
  font-family: Arial, sans-serif;
  color: #6b6b6b;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 100%;
  font-style: italic;
  vertical-align: middle;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 0;
  color: #777777;
  font-size: 1em;
  background-color: #FFFFFF;
  width: 95px;
  height: 48px;
  float: left;
  text-align: center;
}
.form-input-submit {
  clear: both;
  margin-top: 5px;
}
/*
#login_log_form{
	margin: 15px auto;
	max-width: 340px;
	min-height: 150px;
}
#div-recover-password{
	max-width: 340px;
	min-height: 200px;
	margin: 0 auto;
}
*/
/**********************************/
/** news
/**********************************/
.item-news {
  margin-bottom: 20px;
}
.persons-content .item-news img {
  max-width: 315px;
  margin-bottom: 15px;
}
.persons-content .item-news-description {
  border: 1px solid #eaeaea;
  padding: 10px;
}
.item-news-description h3 a {
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
}
/**********************************/
/** login box
/**********************************/
.login {
  float: left;
  display: block;
  color: #4b3f8d !important;
  font-size: 12px;
}
.login-box {
  background-color: #353535;
  box-shadow: 0 0 3px 1px rgba(73, 73, 73, 0.15);
  float: left;
  margin-left: 10px;
}
.login-box form {
  margin: 0;
  padding: 10px 5px;
}
.lt-ie8 .login-box form {
  max-width: 305px;
}
.login-box input {
  margin-bottom: 5px;
  max-width: 296px;
}
.lt-ie8 .login-box input {
  max-width: 295px;
}
.login-box span {
  float: left;
  color: #aeaeae;
  margin-top: 5px;
}
.login-box span a {
  color: #aeaeae;
}
.login-box input.small-input-btn {
  background-color: #cccccc;
  float: right;
  background-image: url(../images/arrow-right-light.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.more {
  font-weight: bold;
}
.view-more {
  position: relative;
}
.view-more:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #7c7c7c;
  left: 100%;
  top: 10px;
  margin-left: 5px;
  margin-top: -5px;
}
.welcome-title {
  margin: 0;
  font-weight: 300;
}
.login ul {
  list-style: square;
  margin-left: 15px;
}
table.table-list td {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 5px 3px;
  line-height: 1.2em;
}
table.table-list th {
  margin: 0;
  padding: 5px 3px;
  line-height: 1.2em;
}
/**********************************/
/** login box
/**********************************/
.newsletter form {
  height: 70px;
}
.newsletter span {
  margin-top: 5px;
  float: left;
}
/**********************************/
/** search input
/**********************************/
#search-input-section {
  width: 220px;
  height: 32px;
  float: right;
  line-height: 32px;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
  padding: 0;
}
#search-input-section input {
  box-shadow: none!important;
}
form#search {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.search-input {
  width: 189px;
  height: 32px;
  line-height: 24px;
  font-style: italic;
  /*background-image:url(../images/bg-search.jpg);*/
  color: #b7b7b7;
  text-indent: 10px;
  float: left;
  border: none;
  padding: 0;
}
.search-input:hover,
.search-input:focus {
  border: none;
}
#search-input-section .form-button {
  height: 30px;
  width: 30px;
  background-color: #353535;
  display: block;
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  margin: 1px 0 0;
  padding: 0 0 10px;
}
.form-button:hover {
  background-color: #6a6a6a !important;
}
/**********************************/
/** Products
/**********************************/
.footer-newsletter {
  background-color: #f1f1f1;
  float: left;
  width: 100%;
  padding-top: 30px;
}
.footer-newsletter h5 {
  color: #3076ae;
  text-transform: uppercase;
  font-weight: bolder;
}
.footer-newsletter h5.section span {
  background-color: #f1f1f1;
}
.footer-newsletter .item-news-description {
  background-color: #FFF;
}
/**********************************/
/** Slider
/**********************************/
#slider-section {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
#banner-slide {
  /*width:978px;
  max-width:978px;
  max-height:298px;
  height:298px;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 1px;
  border: 1px solid #000;
  box-shadow: 0 0 2px #000;
  background-color: #000;
}
ul.bjqs {
  position: relative;
  list-style: none;
  overflow: hidden;
  display: none;
  margin: 0;
  padding: 0;
}
li.bjqs-slide {
  position: absolute;
  display: none;
}
ul.bjqs-controls {
  list-style: none;
  z-index: 1;
  margin: 0;
  padding: 0;
}
ul.bjqs-controls.v-centered li a {
  position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
  background-image: url(../images/button-next.png);
  width: 50px;
  height: 70px;
  font-size: 0;
  display: none;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
  background-image: url(../images/button-prev.png);
  width: 50px;
  height: 70px;
  font-size: 0;
  display: none;
}
#banner-slide:hover ul.bjqs-controls.v-centered li.bjqs-prev a,
#banner-slide:hover ul.bjqs-controls.v-centered li.bjqs-next a {
  display: block;
}
.bjqs-controls {
  display: none;
}
ol.bjqs-markers {
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 3;
  height: 16px;
  top: 375px;
  display: none;
  padding: 0;
}
ol.bjqs-markers.h-centered {
  text-align: right;
}
ol.bjqs-markers li {
  display: inline;
}
ol.bjqs-markers li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/bg-black.png);
  font-size: 0;
  margin: 5px 5px 0 0;
}
ol.bjqs-markers li.active-marker a {
  background-image: none;
  background-color: #fff;
}
p.bjqs-caption {
  display: block;
  width: 190px;
  height: 50px;
  position: absolute;
  bottom: 0;
  background-color: #d61c38;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  margin: 0 0 0 30px;
  padding: 15px 10px;
}
/**********************************/
/** Addthis & facebook like
/**********************************/
.addthis_toolbox {
  width: 194px;
  margin: 0 auto;
}
.addthis_counter {
  display: none;
  visibility: hidden;
}
/*
HELP - BOX
*/
.content-hide-grey {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 80;
  background: url("../images/fancybox_overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#box-button-plus {
  position: fixed;
  color: #FFF;
  top: 40%;
  right: 0;
  padding: 10px;
  width: 45px;
  height: 32px;
  background-color: #363636;
  cursor: pointer;
  background-image: url("../images/icons-sprite.png");
  background-position: center -17px;
  background-repeat: no-repeat;
  z-index: 81;
  line-height: 1.2em;
  padding-left: 0px;
}
#box-button-plus:hover {
  background-color: #3076ae;
}
#box-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 570px;
  height: auto;
  margin-top: -200px;
  margin-left: -280px;
  background-color: #E9E9EB;
  display: none;
  border-radius: 7px 5px 5px 5px;
  z-index: 81;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
#box-content input {
  padding: 0;
}
#box-content form {
  margin: 0;
}
#box-content-top {
  width: 570px;
  height: 35px;
  background-color: #000;
  border-bottom: 0px solid #3076ae;
  border-radius: 5px 5px 0 0;
}
#box-button-less {
  width: 36px;
  height: 36px;
  float: right;
  cursor: pointer;
  background-image: url("../images/close-btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -18px;
  top: -18px;
}
#box-content-top-title {
  width: 322px;
  height: 25px;
  float: left;
  padding: 5px ;
  overflow: hidden;
  padding-left: 10px;
}
#box-content-top-title h1 {
  color: #FFF;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}
#box-content-middle {
  padding: 15px;
}
#box-content-middle .box-area-text {
  border: none;
  background-color: #f4f2f3;
  /*background-image: url(../images/helpbox-bg-input.png);
  background-repeat:no-repeat;
  background-position:6px 10px;*/
  padding: 10px 0 0 10px;
  width: 260px;
  height: 153px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5f5f5f;
}
#box-content-middle .box-input-text {
  border: none;
  background-color: #f4f2f3;
  /*background-image: url(../images/helpbox-bg-input.png);
  background-repeat:no-repeat;
  background-position:6px 10px;*/
  padding-left: 10px;
  width: 250px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5f5f5f;
}
#form-captcha .box-input-text {
  width: 197px;
}
#box-content-middle .img-captcha {
  float: left;
  margin-top: 0px;
  width: 53px;
}
#box-content-middle label {
  float: left;
  padding: 2px 10px 2px 0;
  color: #5f5f5f;
  font-size: 12px;
  cursor: pointer;
}
#box-content-middle label input {
  float: left;
  margin: 0 2px;
}
#box-content-middle p {
  clear: both;
  margin-bottom: 0px !important;
  padding-top: 5px;
  color: #5f5f5f;
  font-size: 12px;
}
#box-content-middle p.error {
  color: red;
}
#box-content-middle .form-success {
  padding: 15px 0;
  text-align: center;
  text-transform: none;
  border: 0px solid #CCC;
}
#box-content-footer {
  clear: both;
  width: 400px;
  height: 52px;
  border-top: 0px solid #3076ae;
}
#box-content-footer-text {
  padding-left: 58px;
  width: 236px;
  height: 52px;
  float: left;
  background-color: #3076ae;
  background-image: url(../images/helpbox-bg-chat.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  overflow: hidden;
}
#box-content-footer-text p {
  font-size: 12px;
  color: #3076ae;
  font-weight: bold;
  margin-bottom: 0 !important;
}
#box-content-footer-submit {
  width: 260px;
  height: 52px;
  float: left;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 140px;
}
#box-content-footer-submit input {
  text-align: center;
  background-color: transparent;
  background-color: #3076ae;
  border: none;
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  width: 100%;
}
#box-content-footer-submit input:hover {
  background-color: #363636;
}
/*Voucher*/
#voucher-button-plus {
  position: fixed;
  color: #FFF;
  top: 40%;
  right: auto;
  left: 0;
  padding: 10px;
  width: 95px;
  height: 32px;
  background-color: #3076ae;
  cursor: pointer;
  /*background-image:url(../images/icon-help.png);
  background-repeat:no-repeat;
  background-position:center center;*/
  z-index: 81;
  line-height: 1.2em;
  padding-right: 0px;
}
#voucher-button-plus:hover {
  background-color: #363636;
}
#voucher-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 570px;
  height: auto;
  margin-top: -200px;
  margin-left: -280px;
  background-color: #E9E9EB;
  display: none;
  border-radius: 7px 5px 5px 5px;
  z-index: 81;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
#voucher-content input {
  padding: 0;
}
#voucher-content form {
  margin: 0;
}
#voucher-content-top {
  width: 570px;
  height: 35px;
  background-color: #000;
  border-bottom: 0px solid #3076ae;
  border-radius: 5px 5px 0 0;
}
#voucher-button-less {
  width: 36px;
  height: 36px;
  float: right;
  cursor: pointer;
  background-image: url("../images/close-btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -18px;
  top: -18px;
}
#voucher-content-top-title {
  width: 322px;
  height: 25px;
  float: left;
  padding: 5px ;
  overflow: hidden;
  padding-left: 10px;
}
#voucher-content-top-title h1 {
  color: #FFF;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}
#voucher-content-middle {
  padding: 15px;
}
#voucher-content-middle .voucher-area-text {
  border: none;
  background-color: #f4f2f3;
  /*background-image: url(../images/helpbox-bg-input.png);
  background-repeat:no-repeat;
  background-position:6px 10px;*/
  padding: 10px 0 0 10px;
  width: 260px;
  height: 153px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5f5f5f;
}
#voucher-content-middle .voucher-input-text {
  border: none;
  background-color: #f4f2f3;
  /*background-image: url(../images/helpbox-bg-input.png);
  background-repeat:no-repeat;
  background-position:6px 10px;*/
  padding-left: 10px;
  width: 250px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5f5f5f;
}
#form-captcha .voucher-input-text {
  width: 197px;
}
#voucher-content-middle .img-captcha {
  float: left;
  margin-top: 0px;
  width: 53px;
}
#voucher-content-middle label {
  float: left;
  padding: 2px 10px 2px 0;
  color: #5f5f5f;
  font-size: 12px;
  cursor: pointer;
}
#voucher-content-middle label input {
  float: left;
  margin: 0 2px;
}
#voucher-content-middle p {
  clear: both;
  margin-bottom: 0px !important;
  padding-top: 5px;
  color: #5f5f5f;
  font-size: 12px;
}
#voucher-content-middle p.error {
  color: red;
}
#voucher-content-middle .form-success {
  padding: 15px 0;
  text-align: center;
  text-transform: none;
  border: 0px solid #CCC;
}
#voucher-content-footer {
  clear: both;
  width: 400px;
  height: 52px;
  border-top: 0px solid #3076ae;
}
#voucher-content-footer-text {
  padding-left: 58px;
  width: 236px;
  height: 52px;
  float: left;
  background-color: #3076ae;
  background-image: url(../images/helpbox-bg-chat.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  overflow: hidden;
}
#voucher-content-footer-text p {
  font-size: 12px;
  color: #3076ae;
  font-weight: bold;
  margin-bottom: 0 !important;
}
#voucher-content-footer-submit {
  width: 260px;
  height: 52px;
  float: left;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 140px;
}
#voucher-content-footer-submit input {
  text-align: center;
  background-color: transparent;
  background-color: #3076ae;
  border: none;
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  width: 100%;
}
#voucher-content-footer-submit input:hover {
  background-color: #363636;
}
/**********************************/
/** HEADER section
/**********************************/
#header-section {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.header-slide {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.header-column-top {
  max-width: 484px;
  height: 169px;
  background-color: #f5f2ea;
  margin-left: 12px;
}
.header-column-bottom {
  max-width: 484px;
  height: 169px;
  background-color: #f5f2ea;
  margin-left: 12px;
  margin-top: 11px;
}
/**********************************/
/** HEADER Slider sequence
/**********************************/
#sequence-header {
  overflow: hidden;
  width: 100%;
  max-width: 484px;
  color: white;
  font-size: 0.625em;
  margin: 0 auto;
  position: relative;
  max-height: 350px;
  float: left;
}
#sequence-header img {
  width: 100%;
}
#sequence-header > .sequence-canvas {
  height: 100%;
  width: 100%;
  margin: 0;
}
#sequence-header > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
#sequence > .sequence-canvas > li a {
  width: 100%;
}
#sequence-header > .sequence-canvas li > * {
  position: absolute;
  /* only cause the left and opacity properties to transition */
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
}
.sequence-next,
.sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  top: 80%;
  z-index: 1000;
  height: 75px;
  margin-top: -47.5px;
  width: 31px !important;
  height: 49px !important;
}
.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-paused {
  opacity: 0.3;
}
.sequence-prev {
  left: 10px;
}
.sequence-next {
  right: 10px;
}
.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto;
}
#sequence-header .message {
  width: 40%;
  left: 35%;
  opacity: 0;
  bottom: 20%;
  z-index: 100;
  position: absolute;
}
#sequence-header .message h2 {
  color: #fff;
  padding: 5px;
  padding-left: 10px;
  max-width: 750px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  background-image: url(../images/bg-black-transp.png);
  display: block;
  margin: 0;
  margin-bottom: 20px;
}
#sequence-header .message article {
  color: #fff !important;
  padding: 5px;
  padding-left: 10px;
  max-width: 750px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-size: 14px;
  line-height: 40px !important;
  background-image: url(../images/bg-black-transp.png);
  display: block;
  margin: 0;
}
#sequence-header .message article p {
  color: #fff !important;
  margin-bottom: 0;
}
#sequence-header .message article a {
  color: #fff !important;
  text-align: right;
  position: relative;
  display: block;
}
#sequence-header .message .more {
  text-align: right;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  display: block;
}
#sequence-header .animate-in .message {
  left: 0%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#sequence-header .animate-out .message {
  left: 30%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.animate-in .model,
.animate-in .amodel {
  left: 0;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.animate-out .model,
.animate-out .amodel {
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/**********************************/
/** PRODUCT Slider sequence
/**********************************/
.product-slider {
  float: left;
  margin-bottom: 25px;
  background-color: #FFF;
}
.connected-carousels .stage {
  width: 300px;
  float: left;
  margin-left: 0px;
  position: relative;
  z-index: 3;
}
.connected-carousels .stage img {
  max-width: 300px;
}
/** Navigation container **/
.connected-carousels .navigation {
  width: 300px;
  height: 95px;
  float: left;
  clear: both;
  /*border-bottom: 1px solid #e4e4e4;*/
  position: relative;
  z-index: 4;
  margin-top: 10px;
}
/** Shared carousel styles **/
.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}
.connected-carousels .carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.connected-carousels .carousel li {
  float: left;
}
/** Stage carousel specific styles **/
.connected-carousels .carousel-stage {
  height: 300px;
  /*border-bottom: 1px solid #e4e4e4;*/
}
/** Navigation carousel specific styles **/
.connected-carousels .carousel-navigation {
  height: 75px;
  width: 80%;
  margin: 5px 10%;
  background: #fff;
}
.connected-carousels .carousel-navigation li {
  cursor: pointer;
  /*clear:both;*/
}
.connected-carousels .carousel-navigation li img {
  display: block;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  max-width: 75px;
}
.connected-carousels .carousel-navigation li.active img {
  padding-bottom: 4px;
  border-bottom: 1px solid #e4e4e4;
}
/** Stage carousel controls **/
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 300px;
  color: #fff;
}
.connected-carousels .prev-stage {
  left: 0px;
}
.connected-carousels .next-stage {
  right: 0;
}
.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
  opacity: 0.5;
  display: block;
}
.connected-carousels .prev-stage span {
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.connected-carousels .next-stage span {
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  font: 24px/27px Arial, sans-serif;
}
.connected-carousels .prev-stage span {
  left: 0px;
}
.connected-carousels .next-stage span {
  right: 0px;
}
.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
  display: block;
}
/** Navigation carousel controls **/
.connected-carousels .prev-navigation {
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.connected-carousels .next-navigation {
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 35px;
  text-decoration: none;
}
.connected-carousels .prev-navigation {
  left: 0;
  margin-top: -15px;
  top: 50%;
  text-indent: 6px;
}
.connected-carousels .next-navigation {
  left: auto;
  right: 0;
  margin-top: -15px;
  top: 50%;
  text-indent: 6px;
}
.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
  opacity: 0.5;
  cursor: default;
}
a.fancybox-thumbs:hover {
  cursor: url("../images/gallery-cursor.cur"), pointer;
}
.inner-detail {
  padding: 20px;
}
.main-data .inner-detail {
  padding: 20px 0;
}
.icons-share-bar {
  height: 125px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .icons-share-bar {
    height: auto;
  }
}
#addthiswrapper p {
  display: none;
}
/* Product data section   */
.stock-available span {
  color: green;
}
.stock-available span.fa-check-circle {
  font-size: 26px;
  line-height: 1em;
}
.points span.fa-cubes {
  font-size: 25px;
  line-height: 1em;
}
.stock-unavailable span {
  color: #F00;
}
span.red {
  color: red;
}
.form-alert-price,
.form-min-price {
  background-color: #fcfcfc;
  display: block;
  float: left;
  min-width: 600px;
  position: relative;
}
.our-price {
  margin-top: 115px;
}
.product-data {
  border: 1px solid #e4e4e4;
  float: right;
  margin-bottom: 25px;
  background-color: #fafafa;
}
.hide {
  display: none;
}
.lt-ie9 .product-data {
  width: 260px !important;
  overflow-x: hidden;
  position: relative;
}
.product-data p {
  line-height: 18px;
  font-weight: 300;
  font-size: 13px;
}
.product-data h4.reference {
  margin-top: 0;
}
.about {
  border-bottom: 1px solid #e4e4e4;
}
.product-data .about h2 {
  margin-bottom: 9px;
  color: #000;
}
.product-data .about p {
  margin-bottom: 5px;
}
.related-list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
}
.related-list img {
  max-width: 90px;
  margin-left: 2%;
}
.size-selection,
.quantity-selection {
  margin-top: 15px;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.size-selection .size,
.quantity-selection .quantity {
  line-height: 41px;
}
.size-selection p.tip {
  margin-top: 5px;
}
.lt-ie9 .size-selection p.tip {
  margin-top: 4px;
  width: 100%;
}
.size-selection span {
  color: #484848;
}
.select-size {
  border: 1px solid #ccc;
  width: 120px;
  border-radius: 3px;
  overflow: hidden;
  background-position: right center;
}
.select-size select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.select-size select:focus {
  outline: none;
}
/* special slect dropdown */
.size-selector {
  /* Size and position */
  position: relative;
  /* Enable absolute positionning for children and pseudo elements */
  width: 160px;
  padding: 10px 15px;
  /* Styles */
  background: #fff;
  border: 1px solid #e4e4e4;
  border-left: 4px solid #e4e4e4;
  cursor: pointer;
  outline: none;
  float: right;
}
.size-selector:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: grey transparent;
}
.size-selector .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: -5px;
  right: 0px;
  /* Styles */
  background: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.lt-ie9 .size-selector .dropdown {
  display: none;
}
.lt-ie10 .size-selector .dropdown {
  display: none;
}
.size-selector .dropdown li {
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.5em;
  text-indent: 0px;
  padding: 10px 10px 10px 20px;
}
.size-selector .dropdown li:first-child {
  border-top: 1px solid #e4e4e4;
}
.size-selector .dropdown li.last-pair {
  background-color: #ffe3e3;
}
.size-selector .dropdown li:hover {
  background-color: #efefef;
}
/* Hover state */
.size-selector .dropdown li a.alert {
  color: #e11d27;
}
.size-selector .dropdown li a.alert:hover {
  color: #ff0000 !important;
}
/* Active state */
.size-selector.active:after {
  border-width: 0 6px 6px 6px;
}
.size-selector.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.lt-ie9 .size-selector.active .dropdown {
  display: block;
}
.lt-ie10 .size-selector.active .dropdown {
  display: block;
}
/* No CSS3 support */
.no-opacity .size-selector .dropdown,
.no-pointerevents .size-selector .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}
.no-opacity .size-selector.active .dropdown,
.no-pointerevents .size-selector.active .dropdown {
  display: block;
}
/* price section */
.costs {
  margin-top: 0px;
  border-bottom: 1px solid #e4e4e4;
}
.costs > h2 {
  font-size: 26px;
}
.costs .price,
.our-price .price {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 15px;
  display: block;
}
.costs .benefit {
  border-left: 2px solid #9ac83f;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 4px;
  display: inline-block;
  color: #484848 !important;
  font-size: 13px;
}
.buy .add-to-cart {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
  background: linear-gradient(#0086cd, #166995) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.buy .add-to-cart img {
  margin-right: 5%;
  margin-top: -2px;
}
.buy .add-to-cart:hover {
  color: #fff !important;
  background-color: #004062;
}
.buy input.add-to-cart {
  font-weight: 300;
  line-height: 2.2em;
}
.buy {
  margin-top: 5px;
}
.share-product {
  margin-top: 0px;
}
.share-product ul,
.share-product li {
  list-style: none;
  float: left;
  margin-left: 10px;
}
.share-product li {
  list-style: none;
  float: left;
  margin: 0;
}
/**********************************/
/** Slider sequence
/**********************************/
#sequence {
  overflow: hidden;
  width: 100%;
  width: 980px;
  color: white;
  font-size: 0.625em;
  margin: 0 auto;
  position: relative;
  height: 300px;
}
#sequence img {
  width: 100%;
}
#sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
  margin: 0;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
#sequence > .sequence-canvas li > * {
  position: absolute;
  /* only cause the left and opacity properties to transition */
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
}
.sequence-next,
.sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  height: 75px;
  margin-top: -24px;
  width: 31px !important;
  height: 49px !important;
}
.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-paused {
  opacity: 0.3;
}
.sequence-prev {
  left: 10px;
}
.sequence-next {
  right: 10px;
}
.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto;
}
#sequence-preloader {
  background: #d9d9d9;
}
.sequence-pagination {
  bottom: 14px;
  display: none;
  left: 16px;
  position: absolute;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin: 0;
  height: 18px;
}
.sequence-pagination li {
  display: inline-block;
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
  width: 6px;
  height: 6px;
  line-height: 6px;
  padding: 3px;
  cursor: pointer;
}
.sequence-pagination li span {
  display: inline-block;
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
  width: 6px;
  height: 6px;
  line-height: 6px;
  border-radius: 6px;
  background-color: #e11d27;
}
.sequence-pagination li.current span {
  background-color: #0086cd;
}
.sequence-next,
.sequence-prev {
  font-size: 50px;
  position: absolute;
  opacity: 0.6;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-next:hover,
.sequence-prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.message {
  width: 80%;
  left: 35%;
  opacity: 0;
  bottom: 10%;
  z-index: 100;
  position: absolute;
}
.message h1 {
  color: #fff;
  background-image: url(../images/bg-title-slider.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 10px;
  max-width: 750px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  display: block;
  margin: 0 auto;
}
.animate-in .message {
  left: 10%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.animate-out .message {
  left: 30%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.title {
  font-size: 18px;
  left: 65%;
  width: 50%;
  bottom: 1%;
  z-index: 50;
}
.animate-in .title {
  left: 50%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.animate-out .title {
  left: 35%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.subtitle {
  color: black;
  font-size: 2em;
  left: 35%;
  width: 35%;
  opacity: 0;
  top: 101%;
}
.animate-in .subtitle {
  left: 50%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.animate-out .subtitle {
  left: 65%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.model,
.amodel {
  left: 0;
  top: 0;
  opacity: 0;
  position: relative;
  height: 298px;
  width: 978px;
  max-height: 298px;
  max-width: 978px;
}
.animate-in .model,
.animate-in .amodel {
  left: 0;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.animate-out .model,
.animate-out .amodel {
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-preloader {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999;
}
@keyframes preload {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sequence-preloader .preloading .circle {
  fill: #525252;
  display: inline-block;
  height: 12px;
  position: relative;
  top: -50%;
  width: 12px;
  animation: preload 1s infinite;
}
.preloading {
  display: block;
  height: 12px;
  margin: 0 auto;
  top: 50%;
  margin-top: -6px;
  position: relative;
  width: 48px;
}
.sequence-preloader .preloading .circle:nth-child(2) {
  animation-delay: 0.15s;
}
.sequence-preloader .preloading .circle:nth-child(3) {
  animation-delay: 0.3s;
}
.preloading-complete {
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s;
}
div.inline {
  background-color: #e11d27;
  margin-right: 4px;
  float: left;
}
/*Select2*/
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  width: 100%;
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #9A9A9A;
  white-space: nowrap;
  line-height: 26px;
  color: #6B6B6B;
  text-decoration: none;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
.select2-container.select2-drop-above .select2-choice {
  /* border-bottom-color: #aaa;

   border-radius: 0 0 4px 4px;

   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
   background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
   background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
   background-image: linear-gradient(top, #eee 0%, #fff 90%);*/
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  color: #6B6B6B;
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #004062;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #004062;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #9A9A9A;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #9A9A9A;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-clip: padding-box;
  background: #fff;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/select-arrow.jpg") no-repeat 0 50%;
}
.select2-search {
  display: inline-block;
  display: none;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('select2.png') no-repeat 100% -22px;
  background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100%;
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #6B6B6B;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 0px 0 #fff inset;
  box-shadow: 0 0px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #004062;
  /*border-top-color: transparent;

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);*/
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: 0px 50%;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #e11d27;
  color: #fff;
}
.select2-results li em {
  background: #ffffff;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #004062;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.item-form-contact {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 15px;
  margin-bottom: 25px;
}
.item-form-contact .forms-section {
  width: 50%;
  float: left;
}
.col-half {
  width: 49%;
}
.col-full {
  width: 100%;
}
.inner-r {
  padding-right: 2%;
}
.inner-l {
  padding-left: 2%;
}
.form-error {
  color: red;
  border: 1px solid red;
  padding: 5px;
}
.form-success {
  color: #004062;
  border: 1px solid #004062;
  padding: 5px;
}
.social-icon-facebook,
.social-icon-vimeo,
.social-icon-youtube {
  background-image: url("../images/icons-sprite.png");
  background-position: 0 0;
  width: 17px;
  height: 17px;
  margin-top: 5px;
}
.social-icon-vimeo {
  background-position: 17px 0;
}
.social-icon-youtube {
  background-position: 34px 0;
}
.flash-promo-content-detail {
  color: #FFF;
  text-align: center;
  border: 1px solid #35a0d3;
  padding: 10px;
  background: linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px ;
}
.flash-promo-content-detail h3 {
  margin: 0;
  font-size: 17px;
}
.countdown-delivery {
  font-size: 14px;
  color: #FFF;
}
.countdown-delivery .bigger {
  font-size: 1.2em;
  font-weight: bold;
}
.countdown-delivery span.fa {
  font-size: 18px;
  margin-right: 10px;
  line-height: 26px;
}
.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}
p.error {
  line-height: 1.2em;
}
.item-collection-detail .breadcrumb {
  margin-bottom: 15px;
}
ul.nav-tabs {
  margin: 0;
}
ul.nav-tabs > li {
  border-top: none !important;
}
ul.nav-tabs > li a {
  color: #111 !important;
}
/**********************************/
/** 404 page
/**********************************/
h1.erro {
  font-size: 80px;
  font-weight: bold;
  color: #e11d27;
  text-align: center;
}
@media (min-width: 769px) {
  .home-bg-image {
    background-image: url('/layout/images/bg-2.jpg') !important;
  }
}
#navtop h3 {
  font-size: 14px;
  margin: 0;
  color: #fff;
  line-height: 20px;
}
.navbar-brand {
  padding: 5px 5px 5px 15px;
}
.navbar-brand img {
  margin-top: 6px;
  height: 27px;
}
@media (max-width: 368px) {
  .navbar-brand img {
    margin-top: 9px ;
    height: 20px;
  }
}
@media (max-width: 375px) {
  .navbar-brand {
    padding: 5px 5px 5px 5px;
  }
}
#navbar {
  position: relative;
  background-color: #fcfcfc;
  border-color: #e7e7e7;
}
.icons-mobile-bar.shop-regist {
  padding: 0px 10px;
  margin: 8px 15px 8px 0px;
  line-height: 32px;
}
.icons-mobile-bar.shop-resume {
  padding: 0px 10px;
  margin: 8px 15px 8px 0px;
  line-height: 32px;
  color: #FFF;
  background-color: #e11d27;
  font-size: 14px;
  border-radius: 2px;
}
.icons-mobile-bar.shop-resume a {
  height: auto;
  line-height: 32px;
  display: block;
  color: #FFF;
}
div.transition {
  clear: both;
  margin-top: 215px;
}
ul.nav li a:focus,
ul.nav li a:hover {
  color: #111 !important;
}
ul.nav li.open > a:focus {
  color: #fff !important;
}
ul.nav > li {
  border-top: 1px solid #ddd;
}
ul.nav > li:first-child {
  border-top: 0px;
}
ul.nav > li a {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFF;
}
ul.nav > li a span.caret {
  float: right;
  margin-top: 5px;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.nav > li.dropdown.open span.caret {
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
ul.nav > li li.dropdown-header {
  font-size: 13px;
  color: #999;
  border-color: transparent !important;
  background-color: #ddd;
}
ul.nav > li li.divider {
  margin: 0px;
}
ul.nav ul.dropdown-menu > li.divider:first-child {
  display: none;
}
ul.nav ul.dropdown-menu > li {
  border-top: 1px solid #eee;
}
ul.nav ul.dropdown-menu > li > a {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
span.search-stock {
  float: left;
}
span.search-stock small {
  font-size: 12px;
  color: darkgreen;
}
@media (min-width: 992px) {
  nav.navbar {
    display: none;
  }
}
@media (max-width: 992px) {
  header#navtop,
  #headercontent {
    display: none;
  }
  div.transition {
    margin-top: 50px;
  }
}
ul.ui-menu li.ui-menu-item {
  min-height: 95px;
}
ul.ui-menu li.ui-menu-item a {
  display: block;
}
/* Makes images fully responsive */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
/* ------------------- Carousel Styling ------------------- */
.carousel-inner {
  border-radius: 15px;
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 15px 10px 0;
  text-align: center;
}
.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #e11d27;
  border-color: #e11d27;
}
.carousel-indicators li.active {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #0086cd;
  border-color: #0086cd;
}
@media (max-width: 768px) {
  .carousel-indicators {
    display: none;
  }
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
/* ------------------- Section Styling ------------------- */
.section-slider {
  position: relative;
  clear: both;
  padding: 0px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section-slider .container {
    padding: 0px;
  }
}
.swiper-pagination {
  right: 0;
  left: 0;
  bottom: 0px;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
  background-color: #e11d27;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aff;
}
/*
@media screen and (min-width: 768px) {

  .section-slider {
    padding: 1.5em 0;
  }

}
*/
.form-search input {
  background-color: #FFF !important;
  border: 1px solid #FFF !important;
  height: 22px !important;
  width: 300px !important;
  border-radius: 2px;
  padding: 0 5px !important;
  float: left;
  margin-top: 3px;
  color: #9e9e9e !important;
  font-size: 12px !important;
  font-weight: bold;
  margin-right: -10px;
}
.form-search input[type="submit"] {
  width: 19px !important;
  height: 22px !important;
  background-image: url('../images/sprite-mysuplementos1.png');
  background-repeat: no-repeat;
  background-position: -3px;
  margin-left: 0px;
}
.form-search-mobile input[type="text"] {
  width: 100% !important;
  height: 40px !important;
  border: 1px solid #eaeaea !important;
  border-radius: 3px;
  font-size: 14px !important;
  margin-right: -60px;
  outline: none;
}
.form-search-mobile input[type="submit"] {
  width: 60px !important;
  height: 40px !important;
  border: 1px solid #eaeaea !important;
  background-position: center !important;
}
.featured-bloc {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.featured-bloc > a {
  position: relative;
  width: 45%;
  overflow: hidden;
  float: right;
  margin-right: 10%;
  z-index: 9;
}
.featured-bloc img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.featured-bloc h2 {
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  color: #e11d27;
  width: 91%;
  text-align: left;
  z-index: 2;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #e11d27;
  border-radius: 3px ;
  font-size: 16px;
  line-height: 1.4em;
  padding: 5px 0;
  position: absolute;
  bottom: 1px;
  margin: 0;
  text-indent: 20px;
}
.featured-bloc h2 a {
  color: #e11d27;
  font-size: 16px;
  display: block;
}
.featured-bloc h2 a:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  top: 50%;
  position: absolute;
  margin-top: -7px;
  right: 8px;
}
.featured-bloc:hover h2 {
  background-color: #e11d27;
}
.featured-bloc:hover h2 a {
  color: #fff;
}
.featured-bloc:hover h2 a:after {
  -webkit-animation: spin 500ms linear infinite;
  -moz-animation: spin 500ms linear infinite;
  animation: spin 500ms linear infinite;
}
@-moz-keyframes spin {
  100% {
    margin-right: -5px;
  }
}
@-webkit-keyframes spin {
  100% {
    margin-right: -5px;
  }
}
@keyframes spin {
  100% {
    margin-right: -5px;
  }
}
/**********************************/
/** product list
/**********************************/
h3.links-featured {
  text-align: center;
  color: #9e9e9e;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
h3.links-featured a {
  font-weight: 600;
  color: #9e9e9e;
  padding: 9px;
  background-image: url(../images/arrow-bottom-red.png);
  background-repeat: no-repeat;
  background-position: center 150px;
  display: inline-block;
}
h3.top50-products a {
  float: left;
}
h3.links-featured a.selected,
h3.links-featured a:hover {
  color: #0086cd;
  background-image: url(../images/arrow-bottom-red.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.product {
  /*width: 318px;*/
  min-height: 262px;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 7px;
  z-index: 3;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.product:hover {
  box-shadow: 1px 1px 5px #CCC;
}
.product.text-message {
  background-color: #3076ae;
  background: -moz-linear-gradient(#3076ae, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: webkit-gradient(#3076ae, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(#3076ae, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(#3076ae, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -ms-linear-gradient(#3076ae, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(#3076ae, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.product.text-message:hover {
  box-shadow: none;
}
.message-offer {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 246px;
}
.message-offer h2,
.message-offer h2 a {
  font-size: 32px;
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 993px) {
  .message-offer h2,
  .message-offer h2 a {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 623px) {
  .message-offer h2,
  .message-offer h2 a {
    font-size: 20px;
  }
}
.message-offer h2 span {
  font-weight: bold;
}
.product input {
  position: relative;
  z-index: 4;
}
.top-product {
  height: 200px;
}
.image-product {
  max-width: 100%;
  max-height: 180px;
}
.image-product img {
  margin-top: 28px;
  max-height: 165px;
}
.content-product {
  text-align: center;
}
.product .attribute {
  padding-top: 75px;
}
.product .introduction {
  min-height: 15px;
  max-height: 60px;
  overflow: hidden;
  padding-top: 5px;
}
.product p {
  line-height: 14px;
}
.footer-product {
  padding-top: 10px;
  height: 54px;
  text-align: center;
  position: relative;
}
.footer-product span.price {
  display: block;
}
.product input.button-add-cart {
  top: auto;
  width: 100% !important;
}
.product-flash-promo {
  border-color: #35a0d3;
}
.flash-promo-content {
  background: linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  /*width: 160px;*/
  height: 27px;
  top: 0px;
  right: 0px;
  left: 0px;
  border-radius: 3px 3px 0 0 ;
}
.flash-text {
  color: #FFF;
  font-size: 13px;
  line-height: 27px;
  float: left;
  height: 27px;
  margin-left: 5px;
  margin-right: 2px;
}
.flash-promo {
  font-size: 12px;
  color: #FFF;
}
.flash-promo-detail {
  font-size: 18px;
}
.flash-promo span,
.flash-promo-detail span {
  font-weight: bold;
  font-size: 1.2em;
}
.flash-promo-price .price-old {
  font-size: 12px;
}
.flash-promo-price .price-new {
  font-size: 18px;
  color: #858484;
}
.flash-promo-price {
  clear: both;
}
.product-coupon-promo {
  border-color: #e11d27;
}
.coupon-promo-content {
  background-color: #e11d27;
  position: absolute;
  /*width: 160px;*/
  height: 27px;
  top: 0px;
  right: 0px;
  left: 0px;
  border-radius: 3px 3px 0 0 ;
}
.coupon-text {
  color: #FFF;
  font-size: 13px;
  line-height: 27px;
  float: left;
  height: 27px;
  margin-left: 5px;
  margin-right: 2px;
  width: 95%;
  text-align: center;
}
.filter-dropdown input.filter-check {
  display: none;
}
ul.dropdown-menu label,
ul.dropdown-menu a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 15px 11px;
  font-size: 13px;
  font-weight: 400;
  color: #222;
  margin-bottom: 0px;
}
ul.dropdown-menu label.title-separator,
ul.dropdown-menu a.title-separator {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #ddd;
}
ul.dropdown-menu li:first-child label {
  border: none;
}
ul.dropdown-menu.scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}
#share-buttons a,
#share-buttons a:hover {
  text-decoration: none;
}
#share-buttons img {
  width: 30px;
  height: 30px;
}
.content-brand-letters .big-letter {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  margin-top: 20px;
}
.content-brand-letters ul.list-letters-brands {
  position: relative;
  display: block;
  float: left;
  border-top: 1px solid #e11d27;
  padding: 10px 0;
}
#search_brands {
  height: 45px !important;
  border: 1px solid #e11d27 !important;
  margin-right: -45px !important;
}
#search_brands_btn {
  height: 45px !important;
  border: 1px solid #e11d27 !important;
  width: 45px !important;
  background-position: center !important;
}
.content-indice-letters {
  text-align: center;
  margin-top: 40px;
}
.content-indice-letters a {
  background-color: #e11d27;
  color: #FFF;
  font-weight: bold;
  margin: 0 2px;
  padding: 3px 6px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 2px;
}
.filters-containers.no-scroll-see-more {
  overflow-y: hidden;
}
.filters-containers.no-scroll-see-more.open {
  max-height: none;
}
.see-more-btn {
  background-color: #e11d27;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.per-col {
  display: none;
}
.per-col.activ {
  display: table-cell;
}
.per-col.colborder {
  border-right: 2px solid #DDD;
}
.change-col {
  padding: 10px 10px;
  float: left;
  cursor: pointer;
}
.change-col.activ {
  font-weight: bold;
  background-color: #ddd;
}
div.panel-filters {
  border-color: #e11d27;
}
div.panel-filters div.panel-heading {
  background-color: #e11d27;
  border-color: #e11d27;
  color: white;
}
div.panel-filters div.panel-heading h3.panel-title a {
  display: block;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
div.panel-filters div.panel-heading h3.panel-title a.collapsed i {
  transform: rotate(180deg);
}
div.panel-filters div.panel-heading h3.panel-title a i {
  transition: transform 0.3s ease-in-out;
  float: right;
}
div.panel-filters div.panel-heading + .panel-collapse > .panel-body {
  border-color: #e11d27;
}
/**********************************/
/** pagination
/**********************************/
.paginate {
  clear: both;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 50px;
  padding-bottom: 10px;
}
.paginate a {
  text-decoration: none;
  background-color: #F4F4F1;
  color: #292929;
  opacity: 0.9;
  font-size: 15px;
  line-height: 20px;
  margin: 2px;
  padding: 10px 16px 10px;
}
.paginate a:hover,
.paginate a:active {
  background-color: #3076ae;
  color: #fff !important;
}
.paginate span.current {
  font-weight: 700;
  background-color: #3076ae;
  color: #fff;
  line-height: 20px;
  margin: 10px 2px 2px!important;
  padding: 10px 16px 10px;
}
.paginate span.disabled {
  color: #6b6b6b;
  opacity: 0.7;
  line-height: 20px;
  padding: 10px 16px 10px;
}
.paginate .nav-prev {
  float: left;
  margin-top: -17px !important;
  position: relative;
}
.paginate .nav-next {
  float: right;
  margin-top: -17px !important;
  position: relative;
}
.paginate li {
  margin-bottom: 3px;
  list-style: none;
  padding: 5px;
}
.paginate ul {
  margin: 6px;
  padding: 0;
}
.clients-register-form {
  position: relative;
  width: 100%;
}
@media (min-width: 380px) {
  .clients-register-form {
    width: 350px;
  }
}
.clients-label-form {
  width: 145px;
  margin-top: 5px;
}
.clients-input-form {
  width: 100%;
  margin-top: 5px;
}
@media (min-width: 380px) {
  .clients-input-form {
    width: 205px;
  }
}
.login-facebook {
  background-image: url("../images/login-main-facebook-large.png");
  background-repeat: no-repeat;
  margin-top: 4px;
  float: left;
  color: #FFF;
  font-family: Verdana, Geneva, sans-serif;
  background-size: 280px;
  width: 280px;
  height: 55px;
  font-size: 17px;
  padding-top: 9px;
  padding-left: 55px;
  text-align: center;
}
@media (min-width: 336px) {
  .login-facebook {
    background-size: 333px;
    width: 333px;
    height: 55px;
    font-size: 20px;
    padding-left: 85px;
    padding-top: 13px;
    text-align: left;
  }
}
p.login-fb-separator {
  text-align: center;
  background-image: url("../images/login-main-facebook-large-separator.png");
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 27px;
}
@media (min-width: 336px) {
  p.login-fb-separator {
    width: 355px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .register-zone {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  ul.menu-clients-vertical {
    border-right: none;
    width: 100%;
  }
}
.content-area-client {
  overflow: hidden;
}
@media (max-width: 768px) {
  .content-area-client {
    margin-top: 40px;
  }
}
@media (max-width: 568px) {
  .content-area-client table.table-list {
    min-width: 580px;
  }
}
.content-area-client .overflow {
  overflow-x: auto;
}
@media (max-width: 768px) {
  .content-area-client .button-red {
    display: block;
  }
}
.terms-and-conditions {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.02);
}
.terms-and-conditions label {
  font-size: 13px;
}
.content-area-client input[type="radio"],
.content-area-client input[type="checkbox"] {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
/*####################
#	Shopping Cart	 #
#####################*/
.headerRow {
  background-color: #e11d27;
  font-weight: bold;
  color: #FFF;
}
.itemRow {
  width: 100%;
  float: left;
}
.itemRow div {
  float: left;
  margin: 5px 0;
}
.itemRow a {
  text-decoration: none;
  color: #000;
}
.headerRow {
  width: 100%;
  float: left;
  line-height: 20px;
  height: 30px;
}
.headerRow div {
  float: left;
  margin: 5px 0;
  height: 18px;
}
.headerRow div.item-total {
  text-align: center;
}
.headerRow div.item-quantity {
  text-align: center;
}
.headerRow div.item-name {
  text-align: center;
}
.itemRow div.item-total {
  text-align: right;
}
.itemRow div.item-quantity {
  text-align: center;
}
.lt-ie9 .itemRow div.item-quantity {
  min-width: 50px;
  margin-left: 0px;
}
.shopping-cart-items {
  color: black;
}
div.item-decrement,
div.item-increment {
  text-align: center;
}
div.item-quantity {
  text-align: center;
  margin: 5px 0px;
}
div.item-quantity .add {
  margin-left: 10px;
  margin-right: 5px;
}
div.item-quantity .subt {
  margin-left: -5px;
  margin-right: 10px;
}
div.item-remove {
  display: block;
  clear: both;
  width: 100%;
}
.itemRow {
  border-bottom: 1px solid #939393;
  padding-bottom: 5px;
  padding-top: 5px;
}
div.item-price,
div.item-decrement,
div.item-increment {
  display: none;
}
.total-tax-order,
.subtotal-order,
.total-order {
  width: 100px;
  margin-right: 10px;
}
.total-order {
  color: #e11d27 !important;
}
.totals-order {
  clear: both;
}
input[type="submit"]#checkout {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 36px;
  background-color: #e11d27;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
input[type="submit"]#checkout:hover {
  background-color: #0086cd;
}
.submit-button {
  width: 39.5% !important;
  float: right !important;
}
@media (max-width: 768px) {
  .submit-button {
    width: 100% !important;
  }
}
.billing-data p {
  float: left;
  min-width: 130px;
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px;
}
.billing-data input {
  width: 300px;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .billing-data input {
    width: 100%;
  }
}
.billing-data select {
  width: 300px;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .billing-data select {
    width: 100%;
  }
}
.delivery-data p {
  float: left;
  min-width: 100px;
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px;
}
.delivery-data input {
  width: 300px;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .delivery-data input {
    width: 100%;
  }
}
.delivery-data select {
  width: 300px;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .delivery-data select {
    width: 100%;
  }
}
.nobg {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
ul.choose-payment {
  margin-left: 0;
}
.totals-order {
  color: #0d0d10;
  text-align: right;
}
.totals-order span {
  color: #000000;
}
.simpleCart_total,
.simpleCart_tax,
.simpleCart_grandTotal {
  width: 150px;
  float: right;
}
.newsletters-form form {
  margin-top: 0;
  margin-bottom: 5px;
}
.newsletters-form p {
  margin: 0;
}
.newsletters-form .title-newsletter {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: lighter;
  display: none;
}
.newsletters-form label {
  font-size: 11px;
  line-height: 25px;
}
.newsletters-form label input {
  margin-top: 0;
  margin-bottom: 2px;
}
.newsletters-form input.form_input {
  width: 100%;
  font-size: 12px;
  background-color: #fff;
  border: none;
  height: 28px;
  line-height: 30px;
  color: #9e9e9e;
  border: 1px solid #fff;
  padding: 1px 10px;
  -webkit-appearance: none;
  border-radius: 0;
}
/**********************************/
/** footer
/**********************************/
.newsletter-content {
  width: 100%;
}
.newsletter-content h5.section {
  margin: 0;
}
#grid-wrap-footer {
  position: relative;
  width: 100%;
  min-height: 170px;
  float: left;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #f1f1f1;
  clear: both;
}
footer {
  width: 100%;
  font-size: 14px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  background-color: #ccc;
  float: left;
  padding-top: 0px;
  clear: both;
  background: -moz-linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: webkit-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -ms-linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(#e11d27, #ba2930) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
footer h3 {
  color: #3076ae;
  margin: 20px 0;
  font-size: 13px;
}
footer h3 a {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
}
footer .forms-section h3 {
  display: none;
}
footer .forms-section input,
footer .forms-section textarea {
  margin-bottom: 2px;
}
footer .forms-section textarea {
  height: 40px;
  min-height: 40px;
}
footer .forms-section input.form-input-submit {
  width: 35%;
  float: right;
}
.author {
  font-size: 11px;
}
footer p {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #FFF;
}
footer a {
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
}
footer h4 {
  color: #FFF;
}
footer .form-error {
  color: #fff !important;
  border: 1px solid #FFF !important;
}
.copyright {
  font-size: 12px;
}
.up a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.footer-top-bar {
  width: 100%;
  background-color: #0d4ca2;
  box-shadow: 5px 0px 5px #333;
}
.footer-top-bar a,
.footer-top-bar h3 {
  color: #FFF;
}
.footer-shortcuts {
  /*background-color: #fcfcfc;*/
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.footer-author {
  /*background-color: #f1f1f1;*/
  width: 100%;
  min-height: 55px;
  line-height: 55px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  float: left;
}
.footer-author p {
  font-size: 11px;
}
.social-icons {
  width: 90px;
}
.social-icons a {
  display: block;
  float: left;
  margin-right: 5px;
}
ul.social-list {
  float: left;
  margin-top: 10px;
}
ul.social-list li a:hover {
  text-decoration: none;
}
ul.social-list li {
  float: left;
  margin-left: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.social-icons {
  float: left;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.social-icons i.fa {
  font-size: 32px !important;
}
.social-icons:hover.i-facebook i {
  color: #8b9dc3;
}
.social-icons:hover.i-linkedin i {
  color: #0077B5;
}
.social-icons:hover.i-twitter i {
  color: #d34836;
}
.persons-content {
  overflow: hidden;
}
.border-left {
  border-left: 1px solid #ddd;
}
@media (max-width: 479px) {
  .footer-author .border-left {
    border-left: 0px solid #ddd !important;
  }
}
footer p.security-text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  footer p.security-text {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  footer p.security-text {
    font-size: 18px;
  }
}
.cookies-alert {
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.cookies-alert .inner-cookies {
  padding: 15px 10px;
}
.cookies-alert .inner-cookies .form-cookies {
  float: right;
  margin-left: 20px;
  margin-top: -7px;
}
@media (max-width: 768px) {
  .cookies-alert .inner-cookies .form-cookies {
    margin-top: 0px;
  }
}
@media (max-width: 585px) {
  .cookies-alert .inner-cookies .form-cookies {
    margin-top: 13px;
  }
}
.cookies-alert .inner-cookies .form-cookies input[type="submit"] {
  width: 70px;
  background: #e11d27 !important;
}
.cookies-alert .inner-cookies p {
  margin: 0px;
  line-height: 1.2em;
  font-size: 12px;
  color: #ddd;
}
.cookies-alert .inner-cookies p a {
  color: #ddd;
  font-weight: bold;
}
