/* Vendor Dependencies */
@import "https://fonts.googleapis.com/css?family=Oswald";
body {
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  background: #fff;
  width: 100%;
}

/* default font size */
.fa {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Override the bootstrap defaults */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 33px;
  font-size: 3.3rem;
}

h2 {
  font-size: 27px;
  font-size: 2.7rem;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

h4 {
  font-size: 15px;
  font-size: 1.5rem;
}

h5 {
  font-size: 12px;
  font-size: 1.2rem;
}

h6 {
  font-size: 10.2px;
  font-size: 1.02rem;
}

a {
  color: #eb557b;
}
a:hover {
  text-decoration: none;
  color: #f399b0;
}

legend {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 7px 0px;
}

label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

select.form-control, textarea.form-control {
  font-size: 12px;
  font-size: 1.2rem;
}

input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
  font-size: 1.2rem;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
  font-size: 1.2rem;
}
.input-group .input-group-addon {
  font-size: 12px;
  font-size: 1.2rem;
  height: 30px;
}

ul,
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  line-height: 20px;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
}

header {
  background: #000;
  border-bottom: 5px solid #e7e405;
  position: relative;
}
header .inner {
  padding: 0 7px;
}
header > div > div:last-child {
  padding: 0 0 0 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header > div > div:last-child {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header > div > div:last-child {
    padding: 6px 0 0 19px;
  }
}
header #logo img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 481px) and (max-width: 767px) {
  header #logo img {
    max-width: 50%;
  }
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #eb557b;
}

/* top */
#top {
  background-color: #000;
  border-bottom: 1px solid #1f1f1f;
  padding: 4px 0px 3px 0;
  min-height: 40px;
}
#top .container {
  padding: 0 20px;
}
#top #currency .currency-select {
  text-align: left;
}
#top #currency .currency-select:hover {
  text-shadow: none;
  color: #fff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link {
  color: #888;
  text-decoration: none;
}

#top-links li, #top-links a {
  color: #888;
  text-decoration: none;
}

#top .btn-link:hover {
  color: #4d4d4d;
}

#top-links a:hover {
  color: #4d4d4d;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}

#top .btn-link strong {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 12px 0;
}

/* search */
#search {
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #search {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 479px) {
  #search {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  #search {
    margin-top: 18px;
    margin-left: 156px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #search {
    margin-top: 28px;
    float: right;
  }
  #search:hover input {
    width: 155px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) {
  #search {
    padding-top: 7px;
  }
  #search:hover input {
    width: 155px;
  }
}
@media only screen and (min-width: 1200px) {
  #search:hover input {
    width: 200px;
  }
}
#search input {
  background-color: #fff;
  padding: 5px 30px 5px 10px;
  border: none;
  width: 95px;
  height: 25px;
  line-height: 25px;
  color: #eb557b;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: width 0.8s ease 0s;
  transition: width 0.8s ease 0s;
}
@media only screen and (max-width: 991px) {
  #search input {
    width: 135px;
  }
}
#search .button-search {
  color: #fff;
  cursor: pointer;
  border: none;
  height: 25px;
  line-height: 24px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 0;
  width: 30px;
  background: url("../image/icon-search.png") no-repeat center center scroll;
  z-index: 9999;
}
@media (max-width: 767px) {
  #search .button-search {
    right: 8px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #search .button-search {
    width: 38px;
  }
}

/* cart */
#cart {
  position: relative;
  z-index: 1005;
  line-height: 63px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #cart {
    top: 6px;
    left: 15px;
  }
}
#cart:hover {
  cursor: pointer;
}
#cart:hover .icon-shopping-cart {
  background-position: 2px 1px;
}
#cart:hover .icon-shopping-cart:before {
  color: #eb557b;
}
#cart .heading {
  color: #fff;
  z-index: 1;
}
#cart .heading a {
  text-decoration: none;
}
#cart .heading a span {
  padding-right: 1px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}
#cart .heading a span:hover {
  color: #eb557b;
}
#cart .heading a span li {
  float: left;
  list-style: none;
}
#cart .heading a span .price-cart {
  color: #eb557b;
}
#cart .heading h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  display: none;
}
#cart .icon-shopping-cart {
  background: no-repeat scroll 2px -32px url("../image/icon-sprite.png");
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  text-align: center;
  margin-right: 2px;
  margin-top: 15px;
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #cart .icon-shopping-cart {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #cart .icon-shopping-cart {
    margin-top: 18px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  #cart .icon-shopping-cart {
    margin-top: 12px;
    margin-left: 95px;
  }
}
@media only screen and (max-width: 479px) {
  #cart .icon-shopping-cart {
    margin-top: 10px;
    margin-left: 18px;
  }
}
#cart .icon-shopping-cart:before {
  content: "\f07a";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) {
  #cart #cart-total,
  #cart .fa-angle-down {
    display: none;
  }
}
#cart .dropdown-menu {
  border-top: 4px solid #eb557b;
  padding: 15px;
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  #cart .dropdown-menu {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #cart .dropdown-menu {
    top: 79px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #cart .dropdown-menu {
    top: 69px;
  }
}
@media only screen and (min-width: 1200px) {
  #cart .dropdown-menu {
    top: 62px;
  }
}
#cart .checkout {
  text-align: right;
  float: left;
  margin-top: 10px;
}
#cart .checkout .button {
  background-color: #00c9ae;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}
#cart .empty {
  text-align: center;
}

/** mob menu **/
.hamburger-btn {
  display: none;
}
@media (max-width: 991px) {
  .hamburger-btn {
    display: block;
    position: absolute;
    top: 26px;
    right: 8px;
    color: #fff;
    background-color: transparent;
    padding: 2px 10px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hamburger-btn.active {
    top: 5px;
    color: #000;
  }
  .hamburger-btn .fa-bars {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .hamburger-btn {
    top: 29px;
    right: 16px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .hamburger-btn {
    top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .hamburger-btn {
    top: 18px;
  }
}

@media (max-width: 991px) {
  .navigation-title {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px #eee solid;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .navigation-title {
    display: none;
  }
}
/** bb-nav **/
.bb-nav {
  position: relative;
  padding: 0;
}
@media (max-width: 991px) {
  .bb-nav .nav-wrapper {
    position: fixed;
    left: 100%;
    top: -100px;
    bottom: -100px;
    width: 100%;
    text-align: left;
    z-index: 10001;
    transition: all 0s .3s;
    -webkit-transition: all 0s .3s;
  }
  .bb-nav .nav-wrapper.active {
    left: 0;
    transition: all 0s 0s;
    -webkit-transition: all 0s 0s;
  }
  .bb-nav .nav-wrapper.active .nav-close-layer {
    opacity: 1;
  }
  .bb-nav .nav-wrapper.active nav {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .bb-nav .nav-close-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
  }
  .bb-nav .menu {
    position: absolute;
    width: 300px;
    top: 0;
    bottom: 0;
    background: #fff;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .bb-nav .menu > ul {
    position: absolute;
    top: 150px;
    left: 5px;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 15px;
  }
  .bb-nav .menu > ul > li {
    position: relative;
    width: 100%;
    clear: both;
  }
  .bb-nav .menu > ul > li a {
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
  }
  .bb-nav .menu > ul > li:first-child a {
    border-top: none;
  }
  .bb-nav .menu .dropdown .dropdown-menu {
    display: none;
    position: inherit;
    padding: 0 0 0 30px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bb-nav .menu .dropdown .dropdown-menu li {
    padding: 10px 0;
    border-top: 1px solid #ddd;
  }
  .bb-nav .menu .dropdown .dropdown-menu li a {
    border-top: none;
  }
  .bb-nav .menu .dropdown .dropdown-menu .see-all {
    display: none;
  }
  .bb-nav .menu .dropdown a:hover {
    background: none;
    border-color: #ddd;
  }
  .bb-nav .menu .dropdown .menu-toggle {
    position: absolute;
    top: 13px;
    right: 40px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .bb-nav {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .bb-nav .nav-wrapper {
    height: inherit;
    display: inline-block;
    vertical-align: top;
  }
  .bb-nav .nav-wrapper .menu {
    height: inherit;
  }
  .bb-nav .nav-wrapper .menu li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .bb-nav .nav-wrapper .menu li .dropdown-menu {
    border: none;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 50px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    min-width: 230px;
  }
  .bb-nav .nav-wrapper .menu li .dropdown-menu li a {
    padding: 3px 0 3px 20px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .bb-nav .nav-wrapper .menu li .dropdown-menu .see-all {
    display: block;
    border-top: 1px solid;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 20px 3px;
  }
  .bb-nav .nav-wrapper .menu li .dropdown-menu .see-all:hover {
    background: none;
  }
  .bb-nav .nav-wrapper .menu li.dropdown .menu-toggle {
    display: none;
  }
  .bb-nav .nav-wrapper .menu li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 64px;
    visibility: inherit;
    border-top: 4px solid #eb557b;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .bb-nav .nav-wrapper .menu li.dropdown:hover > .dropdown-menu {
    top: 56px;
  }
}
@media (min-width: 992px) {
  .bb-nav .nav-wrapper .menu li .dropdown-inner {
    display: table;
    padding: 10px;
  }
  .bb-nav .nav-wrapper .menu li .dropdown-inner ul {
    display: table-cell;
  }
  .bb-nav .nav-wrapper .menu li .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #4d4d4d;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .bb-nav .nav-wrapper .menu li .dropdown-inner a:hover {
    color: #eb557b;
    background: none;
  }
  .bb-nav .nav-wrapper .menu li > a {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 0;
    padding: 24px 15px 20px;
    color: #fff;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .bb-nav .nav-wrapper .menu li > a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
  .bb-nav .nav-wrapper .menu li > a {
    padding: 21px 5px 20px;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .bb-nav .nav-wrapper .menu li > a {
    padding: 10px 10px 10px 9px;
  }
}
@media (min-width: 992px) {
  .bb-nav .nav-wrapper .menu li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767px) {
  .common-home body {
    background: none;
  }
}
.common-home .hp-promo-3 {
  max-height: 310px;
  overflow: hidden;
}

/* content */
#content {
  min-height: 600px;
}

#slideshow {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #slideshow {
    margin-bottom: 0;
  }
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  background-color: transparent;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 12px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: -5px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #09bca4;
  background-repeat: repeat-x;
  border-color: #09bca4;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}
.list-group a.active:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* box */
.box {
  margin-bottom: 25px;
  position: relative;
  clear: both;
}
@media (max-width: 580px) {
  .box {
    margin-bottom: 5px;
  }
}
.box .box-heading {
  background: url("../image/icon-sprite.png") no-repeat 0 -68px;
  padding: 12px 31px 9px 39px;
  font-family: 'Open Sans';
  position: relative;
  margin-bottom: 8px;
  color: #4d4d4d;
}
.box .box-heading h3 {
  margin: 0;
}
.box.featured .box-heading {
  background: url("../image/icon-sprite.png") no-repeat 0 -154px;
}
.box.featured .box-heading:before {
  content: "\f005";
  position: absolute;
  top: 12px;
  left: 11px;
  color: #fff;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .banner-wrapper {
    margin-bottom: 10px;
  }
}
.banner-wrapper img {
  max-height: 324px;
}
.banner-wrapper img.middle {
  width: 540px;
}

.product-layout {
  margin-bottom: 25px;
}
@media (max-width: 580px) {
  .product-layout {
    margin-bottom: 5px;
  }
}

/* product list */
.product-thumb {
  background: #fff;
  overflow: auto;
}
.product-thumb:hover {
  box-shadow: 0 0 5px #E1E0DD;
}
.product-thumb .image {
  display: block;
  text-align: center;
  padding: 16px;
  position: relative;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .product-meta {
  margin: 0 16px;
  padding: 10px 0;
  text-align: center;
}
.product-thumb .product-meta p.description {
  display: none;
}
.product-thumb .product-meta h4 a {
  color: #4d4d4d;
  font-weight: normal;
}
.product-thumb .product-meta h4 a:hover {
  color: #eb557b;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
  font-size: 1.5rem;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
  font-size: 1.5rem;
}
.rating .fa-star + .fa-star-o {
  color: #E69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #eb557b;
  font-size: 16px;
  font-size: 1.6rem;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
.product-thumb .button-group {
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 70%;
  transition: all 550ms ease 0s;
  z-index: 10;
  padding: 0 16px 16px;
  width: 90%;
}
.product-thumb:hover .button-group {
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 5px 4px -1px rgba(0, 0, 0, 0.26);
  top: 95%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #000;
  color: #fff;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button {
    width: 33.33%;
  }
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button {
    width: 33.33%;
  }
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails > img {
  width: 100%;
}

.image-additional {
  max-width: 78px;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* Homepage info boxes */
.box-module-pavreassurances .reassurances-center {
  background: #fff;
  height: 138px;
  position: relative;
}
.box-module-pavreassurances .reassurances-center .icon-name {
  color: #fff;
  height: 138px;
  width: 138px;
  font-size: 60px;
  text-align: center;
  line-height: 138px;
}
.box-module-pavreassurances .reassurances-center:hover .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.box-module-pavreassurances .pink .icon-name {
  background: #eb557b;
}
.box-module-pavreassurances .green .icon-name {
  background: #00c9ae;
}
.box-module-pavreassurances .gray .icon-name {
  background: #4d4d4d;
}
.box-module-pavreassurances .icon-name {
  float: left;
  font-size: 50px;
  margin-right: 15px;
}
.box-module-pavreassurances .description {
  padding: 15px 0 0;
}
.box-module-pavreassurances .description h3, .box-module-pavreassurances .description h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.box-module-pavreassurances .arrow {
  color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* information pages */
.information-copy ol li {
  list-style-type: decimal;
  padding-bottom: 15px;
  margin-left: 15px;
}
.information-copy ul li {
  list-style-type: disc;
}

/* footer */
footer .footer-bottom {
  background: #141414;
  padding: 30px 0;
  margin-top: 15px;
}
@media (max-width: 767px) {
  footer .footer-bottom .container {
    padding: 0 15px;
  }
  footer .footer-bottom .col:nth-child(3) {
    clear: left;
  }
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  color: #eb557b;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer h5 {
    font-size: 1.4rem;
  }
}
footer .list li {
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
  margin-bottom: 4px;
  padding: 0 0 9px;
  overflow: hidden;
  line-height: 30px;
}
footer .list li a {
  text-decoration: none;
  color: #999999;
  position: relative;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
  font-size: 13px;
  font-size: 1.3rem;
}
footer .list li a:hover {
  color: #eb557b;
  padding-left: 10px;
}
footer .list li a:before {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer #powered {
  clear: both;
  background: #080808;
  padding: 10px 0;
  color: #999999;
}
@media (max-width: 767px) {
  footer #powered .container {
    padding: 0 15px;
  }
}
footer #powered p {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}
footer #powered a {
  color: #e7e405;
}

/*# sourceMappingURL=catalog.css.map */
