.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 140%;
  /* Height to always take full height even then the mobile nav moves up on scroll or the device keyboard is visible*/
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark overlay when cart or search is active */ }
  .backdrop.search-backdrop {
    z-index: 997; }

.box-container {
  float: left;
  width: 100%;
  padding: 8px;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0.2); }

.btn.facebook {
  background-color: #3B5998;
  color: white; }
  .btn.facebook:hover, .btn.facebook:focus, .btn.facebook:active {
    background-color: #3B5998;
    color: white; }
  .btn.facebook i {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff; }

.btn-social-icon {
  color: white; }

.btn-go-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99; }

a:focus {
  outline: 0; }

.modal-content {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  border: none; }

.modal-body {
  float: left;
  width: 100%;
  min-height: 200px; }

.modal-footer {
  width: 100%;
  clear: both;
  padding: 15px;
  border: 0; }

.modal-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  z-index: 999999;
  border-left: 1px solid #eee;
  overflow-y: scroll;
  text-align: left; }
  .modal-right-header {
    padding: 25px 15px 0 15px; }
  .modal-right-body {
    padding: 0 15px 15px 15px; }

.link-modal-xs-right,
.btn-modal-xs-right {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer; }
  .link-modal-xs-right:hover, .link-modal-xs-right:active,
  .btn-modal-xs-right:hover,
  .btn-modal-xs-right:active {
    opacity: 0.6; }

.link-modal-xs-right {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 0 20px 0; }

.form-group {
  display: flex;
  flex-wrap: wrap; }

.form-control {
  height: 42px;
  padding: 0 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px;
  order: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none; }

.quantity {
  display: inline-block;
  margin-bottom: 10px; }
  .quantity-input {
    -moz-appearance: textfield; }
    .quantity-input::-webkit-outer-spin-button, .quantity-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.select-container {
  position: relative; }
  .select-container:before {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    content: '\E313';
    font-family: 'Material Icons';
    pointer-events: none;
    font-size: 20px; }
  .select-container .select {
    width: 100%;
    padding: 10px 30px 10px 10px; }
    .select-container .select::-ms-expand {
      display: none; }

label {
  font-weight: 100;
  font-size: 12px;
  order: 1; }

.search-input {
  margin-top: 5px;
  background: transparent !important;
  border: 0; }

.input-error {
  border-color: #f44336; }

.radio-group-label {
  margin-bottom: 10px; }

.radio-button {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  cursor: pointer; }
  .radio-button input[type="radio"] {
    display: none; }
    .radio-button input[type="radio"] + .radio-button-content .unchecked {
      display: inline-block;
      width: 23px; }
    .radio-button input[type="radio"]:checked + .radio-button-content .unchecked {
      display: none; }
    .radio-button input[type="radio"] + .radio-button-content .checked {
      display: none; }
    .radio-button input[type="radio"]:checked + .radio-button-content .checked {
      display: inline-block; }
  .radio-button-icons {
    float: left;
    width: 25px;
    margin-right: 10px;
    font-size: 20px;
    text-align: center; }
  .radio-button-label {
    width: 90%; }
  .radio-button-img {
    width: 40px;
    margin: 0px 10px 0 0;
    vertical-align: middle; }
  .radio-button-text {
    width: 80%;
    font-size: 14px; }

.submit-container input {
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  opacity: 0; }

.alert {
  position: relative;
  border: 0;
  border-radius: 0; }
  .alert.alert-info, .alert.alert-info a {
    color: #496f82;
    background-color: #b6dff3; }
  .alert.alert-success, .alert.alert-success a {
    color: white;
    background-color: #4caf50; }
  .alert.alert-danger, .alert.alert-danger a {
    color: white;
    background-color: #f44336; }
    .alert.alert-danger .arrow.arrow-up, .alert.alert-danger a .arrow.arrow-up {
      border-bottom: 10px solid #f44336; }
    .alert.alert-danger .arrow.arrow-down, .alert.alert-danger a .arrow.arrow-down {
      border-top: 10px solid #f44336; }
  .alert.alert-warning, .alert.alert-warning a {
    color: white;
    background-color: #ff8822; }
  .alert .arrow {
    position: absolute;
    width: 0;
    height: 0; }
    .alert .arrow.arrow-up {
      top: -6px;
      left: 20px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
    .alert .arrow.arrow-down {
      bottom: -6px;
      left: 20px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
    .alert .arrow.arrow-centered {
      left: 50%;
      margin-left: -20px; }
  .alert-icon {
    float: left;
    margin: 0 10px 0 0;
    line-height: 18px; }
  .alert a {
    text-decoration: underline; }

.notification {
  display: none;
  position: absolute;
  top: 100px;
  right: 10px;
  width: auto;
  height: auto;
  padding: 14px 15px;
  z-index: 1040;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  border-radius: 3px; }
  .notification.notification-success {
    background-color: #4caf50;
    /*Hardcoded for green alert */
    color: white; }
  .notification.notification-info {
    color: #496f82;
    background-color: #b6dff3; }
  .notification i {
    font-size: 20px; }
  .notification.cart-not-visible {
    position: fixed;
    top: 50px; }

.nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0; }
  .nav-tabs > li {
    display: inline-block;
    float: none; }
  .nav-tabs .tab-link {
    padding: 12px 15px; }
  .nav-tabs .tab-link,
  .nav-tabs .tab-check-link {
    border-radius: 0;
    border: 0; }
  .nav-tabs .tab-check {
    position: relative;
    margin: 2px 5px 2px 2px; }
    .nav-tabs .tab-check .tab-check-icon {
      display: none;
      position: absolute;
      top: -7px;
      right: -5px; }
    .nav-tabs .tab-check.active .tab-check-link,
    .nav-tabs .tab-check.active .tab-check-link:focus {
      background-color: transparent;
      border: 0;
      line-height: 12px;
      outline-offset: 0; }
    .nav-tabs .tab-check.active .tab-check-icon {
      display: block; }
  .nav-tabs .tab-check-link {
    padding: 2px;
    background-color: transparent; }
    .nav-tabs .tab-check-link:hover, .nav-tabs .tab-check-link:focus {
      opacity: 0.8;
      background-color: transparent;
      outline-offset: 0; }
  .nav-tabs .tab-check-link-text {
    padding: 10px;
    line-height: 12px; }

.material-card {
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px; }

.drop-shadow {
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc; }

.pills-container {
  padding: 10px 0;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  border-radius: 6px; }

.pill {
  display: inline-block;
  margin: 5px 2px; }
  .pill-link {
    padding: 10px;
    font-size: 14px;
    font-weight: normal; }

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 3px; }

.spinner {
  width: 18px;
  height: 18px;
  text-align: initial;
  display: inline-block; }
  .spinner.spinner-medium {
    width: 40px;
    height: 40px; }
  .spinner.spinner-big {
    width: 60px;
    height: 60px; }
  .spinner.spinner-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -20px; }

.spinner-circle-wrapper {
  width: 100%;
  height: 100%;
  direction: ltr;
  animation: container-rotate 1568ms linear infinite; }
  .spinner-circle-wrapper .spinner-layer {
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .spinner-circle-wrapper .spinner-layer .spinner-gap-patch {
      position: absolute;
      box-sizing: border-box;
      top: 0;
      left: 45%;
      width: 10%;
      height: 100%;
      overflow: hidden;
      border-color: inherit; }
      .spinner-circle-wrapper .spinner-layer .spinner-gap-patch .spinner-circle {
        width: 1000%;
        left: -450%; }
    .spinner-circle-wrapper .spinner-layer .spinner-circle {
      box-sizing: border-box;
      height: 100%;
      border-style: solid;
      border-color: inherit;
      border-bottom-color: transparent;
      border-radius: 50%;
      animation: none; }
    .spinner-circle-wrapper .spinner-layer .spinner-circle-clipper {
      display: inline-block;
      position: relative;
      width: 50%;
      height: 100%;
      overflow: hidden;
      border-color: inherit; }
      .spinner-circle-wrapper .spinner-layer .spinner-circle-clipper .spinner-circle {
        width: 200%; }
      .spinner-circle-wrapper .spinner-layer .spinner-circle-clipper.left .spinner-circle {
        border-right-color: transparent;
        transform: rotate(129deg);
        animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
      .spinner-circle-wrapper .spinner-layer .spinner-circle-clipper.right .spinner-circle {
        left: -100%;
        border-left-color: transparent;
        transform: rotate(-129deg);
        animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  25% {
    transform: rotate(270deg); }
  37.5% {
    transform: rotate(405deg); }
  50% {
    transform: rotate(540deg); }
  62.5% {
    transform: rotate(675deg); }
  75% {
    transform: rotate(810deg); }
  87.5% {
    transform: rotate(945deg); }
  to {
    transform: rotate(1080deg); } }
@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }
@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }
.banner-image {
  width: 100%;
  height: auto; }

.services-container {
  padding: 15px 0;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc; }
  .services-container .service-icon {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px; }

.slider-wrapper {
  min-height: 300px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc; }

.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .bx-wrapper .bx-viewport {
    height: auto !important;
    max-height: 500px !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    z-index: 1;
    opacity: .6;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0 0 2px #000000; }
    .bx-wrapper .bx-controls-direction a.bx-prev {
      left: 10px; }
    .bx-wrapper .bx-controls-direction a.bx-next {
      right: 10px; }

.slider-pager {
  margin-top: 10px;
  text-align: center; }
  .slider-pager-link.with-images {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 5px;
    background: white;
    text-align: center; }
  .slider-pager-image {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    margin: 0 auto;
    transform: translate(-50%, -50%); }

.slider {
  /* Fixes white flickering on Chrome */
  -webkit-perspective: 1000px; }

.slider-slide {
  min-width: 1px;
  min-height: 1px; }
  .slider-slide.slide-full-width img {
    width: 100%; }

.slider-with-products-image {
  max-height: 400px;
  margin: 10px auto 30px auto;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc; }

.user-content img {
  max-width: 100%; }
.user-content iframe {
  width: calc(100% + 30px);
  margin: 0 0 0 -15px; }

.pagination a.pagination-arrow-link {
  padding: 4px;
  min-width: auto; }
.pagination-input-container {
  display: none; }

.table td,
.table th {
  border-top: 0; }

.card-img {
  margin: 0 5px 5px 0;
  border: 1px solid #00000012;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05); }
  .card-img-medium {
    height: 35px; }
  .card-img-big {
    height: 50px; }

.move-down {
  top: 0;
  transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.move-up {
  top: 0;
  transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.jump {
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal;
  -webkit-animation-iteration-count: 5;
  /* Chrome, Safari, Opera */
  animation-iteration-count: 5; }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes jump {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-5px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.nav-top-item {
  padding: 5px 0;
  display: inline-block; }
  .nav-top-item .nav-top-link {
    margin: 0 0 0 10px;
    font-size: 12px;
    font-weight: 100;
    text-decoration: none;
    outline: 0; }
    .nav-top-item .nav-top-link:hover, .nav-top-item .nav-top-link:focus {
      text-decoration: none;
      outline: 0; }

.navbar {
  border: none;
  border-radius: 0;
  margin: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 998; }
  .navbar.search-visible {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0px, 0); }
  .navbar .desktop-nav-item {
    position: relative;
    float: none !important;
    /*Override specific Bootstrap property*/
    display: inline-block !important;
    /*Override specific Bootstrap property*/
    text-transform: uppercase; }
    .navbar .desktop-nav-item .desktop-nav-link {
      font-size: 12px;
      line-height: 24px; }
      .navbar .desktop-nav-item .desktop-nav-link:hover, .navbar .desktop-nav-item .desktop-nav-link:focus {
        opacity: 0.6;
        background-color: transparent; }
      .navbar .desktop-nav-item .desktop-nav-link:hover + .desktop-nav-list {
        display: block; }
    .navbar .desktop-nav-item .desktop-nav-list:hover {
      display: block; }
    .navbar .desktop-nav-item .desktop-nav-icon {
      display: inline-block;
      width: 34px;
      height: 23px;
      margin-right: -10px;
      vertical-align: text-bottom; }
    .navbar .desktop-nav-item .desktop-nav-list {
      top: 50px;
      left: 0px;
      border: 0;
      padding: 0;
      border-radius: 0;
      margin-right: 15px; }
    .navbar .desktop-nav-item .desktop-nav-item {
      width: 100%;
      margin: 1px 0px;
      padding: 0px; }
      .navbar .desktop-nav-item .desktop-nav-item .desktop-nav-link {
        padding: 5px 10px; }
      .navbar .desktop-nav-item .desktop-nav-item .desktop-nav-icon {
        display: none; }
      .navbar .desktop-nav-item .desktop-nav-item .desktop-nav-list {
        top: 0;
        left: 100%;
        margin: 0; }

.nav-icon {
  width: 34px;
  height: 34px;
  display: inline-block;
  padding: 5px; }

.cart-summary-items {
  position: absolute;
  right: -2px;
  top: -4px;
  padding: 0px 6px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: bold; }

.fixed-summary {
  min-height: initial;
  top: -300px; }
  .fixed-summary.with-cart-items.move-down {
    top: 0px;
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.mobile-nav-second-row,
.mobile-nav-title-container {
  display: none; }

.mobile-nav-empty-cart {
  display: none;
  position: fixed;
  top: 120px;
  left: 5%;
  box-sizing: border-box;
  width: 90%; }

.search-suggest {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  padding: 0 5px;
  z-index: 1001;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-overflow-scrolling: touch; }
  .search-suggest-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0; }
  .search-suggest-item {
    list-style-type: none; }
  .search-suggest-link {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    list-style-type: none;
    text-decoration: none;
    outline: 0; }
    .search-suggest-link:hover, .search-suggest-link:focus {
      text-decoration: none;
      outline: 0; }
  .search-suggest-text {
    display: inline-block;
    float: left;
    width: 70%; }
  .search-suggest-image-container {
    width: 40px;
    float: left;
    margin-right: 10px;
    padding-top: 3px; }
  .search-suggest-image {
    max-width: 100%;
    max-height: 45px; }
  .search-suggest-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    margin-top: -15px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(-90deg);
    font-size: 20px; }
  .search-suggest-all-link {
    min-height: initial;
    padding: 10px;
    text-align: center;
    text-decoration: underline; }

.logo-text {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  outline: 0; }
  .logo-text:hover, .logo-text:focus {
    text-decoration: none;
    outline: 0; }

.logo-img-container {
  max-width: 450px;
  margin: auto;
  text-align: center; }
  .logo-img-container .logo-img {
    margin: 20px auto;
    vertical-align: middle;
    max-height: 170px; }

.description-title {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px auto; }

.btn-filter {
  margin: 0 2px 8px 0;
  white-space: normal;
  word-break: break-word;
  border-radius: 3px; }
  .btn-filter:active, .btn-filter:hover {
    opacity: 0.6;
    -webkit-tap-highlight-color: transparent; }

.btn-filter-color {
  width: 25px;
  height: 25px;
  border: 1px solid #e1e1e1;
  margin: 0 5px 8px 0; }
  .btn-filter-color:hover {
    border-color: #c1c1c1; }

.filter-remove {
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 0 10px 0;
  white-space: normal;
  word-break: break-word;
  padding: 6px 12px;
  border-radius: 3px; }
  .filter-remove:after {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d"; }

.item-container {
  padding: 0 8px; }
  .item-container .item {
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0.2); }
    .item-container .item-image-container {
      width: 100%; }
    .item-container .item-image-link {
      width: 100%;
      float: left;
      overflow: hidden;
      border-radius: 3px 3px 0 0; }
    .item-container .item-name {
      display: block;
      margin-top: 0;
      font-size: 14px; }
    .item-container .item-info-container {
      clear: both;
      padding: 10px; }
    .item-container .item-quickshop {
      position: absolute;
      bottom: 14px;
      right: 10px;
      z-index: 99;
      width: 35px;
      height: 35px;
      padding: 3px; }
    .item-container .item-price {
      font-weight: bold; }
    .item-container .item-price-compare {
      padding-right: 5px;
      opacity: 0.8;
      text-decoration: line-through; }
    .item-container .item-labels {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 10; }
    .item-container .item-quickshop-link {
      display: none;
      position: absolute;
      left: 50%;
      top: 45%;
      width: 180px;
      margin-left: -90px;
      padding: 10px;
      word-wrap: break-word;
      white-space: normal;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      outline: 0; }
      .item-container .item-quickshop-link:hover {
        opacity: 0.9; }
      .item-container .item-quickshop-link:hover, .item-container .item-quickshop-link:focus {
        text-decoration: none;
        outline: 0; }
    .item-container .item-image-container:hover .item-quickshop-link {
      display: block; }
    .item-container .item-mobile-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 8px; }
    .item-container .item-quickshop-icon {
      width: 24px;
      height: 28px; }

.product-labels {
  display: flex; }

.product-label {
  border-radius: 16px;
  padding: 2px 10px;
  margin: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase; }
  .product-label-icon {
    display: inline-block;
    width: 20px;
    height: 22px;
    padding-top: 1px;
    margin-right: 3px;
    vertical-align: middle; }
  .product-label-text {
    display: inline-block;
    vertical-align: middle; }
  .product-label .label-small {
    font-size: 65%;
    text-transform: lowercase; }

.overlay-no-stock {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* No stock hardcoded overlay */
  left: 0;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0; }
  .overlay-no-stock-text {
    position: absolute;
    top: 40%;
    width: 100%;
    color: white; }

.product-detail {
  margin-top: -50px;
  /* Overlap between product image and the product hero*/ }
  .product-detail.product-form-below {
    margin-top: -240px; }
    .product-detail.product-form-below .product-labels {
      justify-content: center; }

.product-hero {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 30px; }
  .product-hero-image {
    position: absolute;
    top: -200%;
    left: 0;
    width: 100%;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px); }
  .product-hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    /* hardcoded color - always will be dark */
    opacity: 0.2;
    -webkit-box-shadow: inset 6px -11px 5px -10px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 6px -11px 5px -10px rgba(0, 0, 0, 0.9);
    box-shadow: inset 6px -11px 5px -10px rgba(0, 0, 0, 0.9); }

.product-breadcrumb {
  float: none;
  margin-bottom: 0px;
  padding: 0px;
  background: none;
  text-align: center;
  color: white;
  text-shadow: 1px 1px black; }
  .product-breadcrumb .breadcrumb-crumb,
  .product-breadcrumb .breadcrumb-crumb.current {
    color: white;
    /* Necesary for contrast with background image */ }

.product-name-container {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center; }
  .product-name-container.product-form-below {
    margin-bottom: 250px; }
  .product-name-container .product-name {
    clear: both;
    margin: 10px 0 40px 0;
    color: white;
    /* Necesary for contrast with background image */
    text-align: center;
    text-shadow: 1px 1px black; }

.cloud-zoom-big {
  overflow: hidden;
  background-color: #fff;
  /* Importants necesaries to overide plugin inline styles */
  z-index: 1 !important;
  width: 100% !important; }

.mousetrap {
  /* Importants necesaries to overide plugin inline styles */
  z-index: 2 !important;
  width: 100% !important; }

.product-image-container {
  position: relative;
  margin-bottom: 20px; }
  .product-image-container.product-single-image,
  .product-image-container .bx-wrapper {
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    border-radius: 3px;
    background-color: white; }
  .product-image-container .product-slider {
    height: 300px;
    margin-bottom: 0; }
  .product-image-container .product-image {
    max-height: 420px;
    margin: 0 auto; }

.product-social-sharing {
  position: absolute;
  left: -47px;
  top: 0; }
  .product-social-sharing .product-btn-share {
    float: right;
    clear: both;
    margin-bottom: 10px; }

.variant-container {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .variant-container .variant-label {
    width: 100%; }
  .variant-container.btn-variant-container {
    margin-bottom: 10px; }
  .variant-container .btn-variant {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 5px 10px 10px 0;
    padding: 1px;
    cursor: pointer; }
  .variant-container .btn-variant-content {
    display: inline-block;
    float: left;
    height: 24px;
    width: 24px;
    cursor: pointer; }
  .variant-container .btn-variant.btn-variant-custom {
    min-height: 24px;
    height: auto; }
    .variant-container .btn-variant.btn-variant-custom .btn-variant-content {
      width: auto;
      height: auto;
      padding: 2px 8px; }

.product-payment-logos-img {
  height: 20px;
  margin: 0 1px 0 0; }

.product-payment-logos-i-credit {
  line-height: 20px; }

.payment-credit-icon {
  line-height: 12px; }

.product-payment-icon-plus {
  top: -7px; }

.payments-card-img {
  height: 26px; }

.product-check-icon-gw {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  margin-top: -3px; }

.payments-disabled-select {
  top: 0;
  left: 0;
  cursor: not-allowed; }
  .payments-disabled-select.hidden {
    display: none !important; }

.product-shipping-calculator label {
  cursor: default; }
.product-shipping-calculator li input[type="radio"]:checked + .shipping-option {
  border: 0px solid; }
.product-shipping-calculator .radio-button-icons {
  display: none; }

.footer-title {
  font-size: 14px;
  text-transform: uppercase; }
.footer li {
  list-style: none;
  clear: both; }
  .footer li a:hover {
    text-decoration: underline; }
.footer .footer-icon {
  float: left;
  margin: 0 10px 5px 0; }
.footer .footer-payship-img {
  height: 30px;
  margin: 0 5px 5px 0; }
.footer .seals-container img {
  max-height: 60px;
  height: auto; }
.footer .seals-container .custom-seal-img,
.footer .seals-container .custom-seal-code img {
  max-height: 60px;
  max-width: 100%;
  margin-bottom: 10px;
  text-align: left; }
.footer .seals-container .seal-afip img {
  max-height: 40px; }

.footer-legal .powered-by-text,
.footer-legal .powered-by-logo {
  display: inline-block;
  vertical-align: middle; }
.footer-legal .powered-by-logo {
  width: 95px; }

.cart-table {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc; }
  .cart-table-header {
    margin-bottom: 0;
    padding: 10px 0;
    list-style: none; }
  .cart-table-row {
    position: relative;
    clear: both;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none; }

.cart-quantity-btn,
.cart-btn-delete {
  float: left;
  padding: 6px;
  display: inline-block;
  background: transparent;
  font-size: 16px;
  opacity: 0.8; }
  .cart-quantity-btn:hover,
  .cart-btn-delete:hover {
    opacity: 0.6; }

.cart-btn-delete {
  float: right;
  padding-top: 0;
  border: 0; }
  .cart-btn-delete-svg-icon {
    width: 20px;
    height: 20px; }

.cart-delete-svg-icon {
  width: 20px;
  height: 20px; }

.cart-quantity-input {
  display: inline-block;
  width: 40px;
  height: 30px;
  color: #353535;
  font-size: 16px;
  text-align: center;
  -moz-appearance: textfield; }
  .cart-quantity-input::-webkit-outer-spin-button, .cart-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

.cart-quantity-input-container i {
  padding: 6px 14px; }

.cart-quantity-svg-icon {
  width: 16px;
  height: 16px; }

.shipping-calculator label {
  order: 0; }

.ajax-cart-item-unit-price {
  float: left;
  width: 100%;
  margin: 5px 0 2px 0; }

.ajax-cart-promotions .cart-promotion-detail {
  float: left;
  width: 65%;
  text-align: left; }
.ajax-cart-promotions .cart-promotion-number {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  text-align: right;
  font-weight: bold; }

.cart-subtotal {
  float: right;
  clear: both;
  margin: 0 0 10px 0; }

.total-promotions-row {
  float: right;
  width: 100%;
  margin-bottom: 5px;
  position: relative; }
  .total-promotions-row .cart-promotion-number {
    margin-left: 5px; }

.cart-total {
  clear: both;
  margin: 10px 0;
  font-weight: bold; }

.password-page-svg {
  width: 10%;
  margin: auto; }
  .password-page-svg.wiggle {
    -webkit-animation: wiggle 1.5s infinite;
    animation-delay: 2s; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  75% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@media (min-width: 768px) {
  .product-slide,
  .product-image-container .bx-viewport {
    vertical-align: middle;
    display: inline-block;
    float: none !important; }

  .product-slide-small img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } }
@media (max-width: 767px) {
  .main-content {
    padding-top: 120px; }

  .box-title {
    margin-top: 10px;
    font-size: 16px; }

  .modal-backdrop {
    display: none; }

  .modal-open {
    overflow: hidden; }

  .modal {
    z-index: 5000; }
    .modal-footer {
      box-shadow: none; }

  .modal-xs {
    position: fixed;
    top: 0;
    z-index: 4000;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 100px 0;
    border: 0;
    opacity: 1;
    box-sizing: border-box;
    overflow: auto;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc; }
    .modal-xs-dialog {
      margin: 0;
      -webkit-transform: translate3d(0, 0, 0) !important;
      -moz-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
      -o-transform: translate3d(0, 0, 0) !important;
      transform: translate3d(0, 0, 0) !important; }
      .modal-xs-dialog .modal-content {
        box-shadow: none; }
    .modal-xs-header {
      position: relative;
      display: block;
      padding: 20px 15px;
      clear: both;
      text-decoration: none;
      ms-word-break: break-all;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      -webkit-tap-highlight-color: transparent; }
    .modal-xs-header-text {
      display: inline-block;
      margin-right: 40px;
      margin-top: -1px;
      clear: both;
      font-size: 18px; }
      .modal-xs-header-text.modal-xs-right-header-text {
        margin-left: 40px;
        margin-right: 0; }
    .modal-xs-header-icon {
      position: absolute;
      top: 16px;
      right: 15px;
      font-size: 30px; }
      .modal-xs-header-icon.modal-xs-right-header-icon {
        top: 17px;
        left: 10px;
        right: initial; }
    .modal-xs-body {
      max-height: initial;
      padding: 10px; }
    .modal-xs-list-item {
      position: relative;
      display: block;
      clear: both;
      padding: 20px 30px 20px 15px;
      text-decoration: none; }
    .modal-xs-radio-icon-container {
      width: 12%;
      display: inline-block;
      float: left; }
      .modal-xs-radio-icon-container .modal-xs-radio-icon {
        display: inline-block;
        cursor: pointer;
        opacity: 0.7; }
    .modal-xs-radio-text {
      display: inline-block;
      width: 88%;
      margin-top: 3px; }

  .modal-xs-right {
    right: inherit;
    left: inherit;
    padding: 0 0 200px 0;
    -webkit-box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.23);
    box-shadow: -4px 0 17px 0 rgba(0, 0, 0, 0.23);
    -webkit-overflow-scrolling: touch; }
    .modal-xs-right.modal.fade.in, .modal-xs-right.modal.fade {
      top: 0; }
    .modal-xs-right.mobile-nav-subcategories-panel {
      top: 115px;
      z-index: 3000; }

  .modal-xs-right.modal.fade,
  .modal-xs-right-out {
    transition: all 1.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0); }

  .modal-xs-right.modal.fade.in,
  .modal-xs-right-in {
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .modal-xs-bottom.modal.fade,
  .modal-xs-bottom-out {
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, 120%, 0);
    -moz-transform: translate3d(0, 120%, 0);
    -ms-transform: translate3d(0, 120%, 0);
    -o-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0); }

  .modal-xs-bottom.modal.fade.in,
  .modal-xs-bottom-in {
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .btn-modal-xs-right {
    -webkit-tap-highlight-color: transparent;
    text-align: left; }
    .btn-modal-xs-right p {
      font-weight: bold; }

  .link-modal-xs-right-icon,
  .btn-modal-xs-right-icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    float: right; }

  .link-modal-xs-right {
    margin-bottom: 0;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: left; }

  .card-img-big {
    height: 60px; }

  .radio-button-icons {
    width: 32px;
    font-size: 25px; }
  .radio-button-label {
    width: 80%;
    margin-top: 4px;
    font-size: 14px; }
    .radio-button-label .radio-button-text {
      width: 70%; }

  .quantity {
    width: 100%;
    padding: 10px 5px;
    font-size: 18px; }
    .quantity-label {
      font-weight: bold;
      font-size: 14px;
      margin-top: 10px; }
    .quantity-input {
      float: right;
      width: 70px;
      text-align: center; }

  .alert {
    text-align: center; }
    .alert .arrow.arrow-up, .alert .arrow.arrow-down {
      left: 50%;
      margin-left: -10px; }
    .alert-icon {
      margin: 0 5px 5px 0; }

  .nav-tabs > li {
    display: inline-block; }

  .nav-tabs .tab-check {
    margin: 2px 5px 8px 2px; }

  .pills-container.horizontal-container {
    width: 96%;
    margin: 0 auto 30px auto; }

  .service-icon {
    float: none;
    margin: auto; }

  .slider-wrapper {
    min-height: 100px; }

  .bx-controls-direction {
    display: none; }

  .slider-pager,
  .bx-pager {
    text-align: center; }
    .slider-pager .bx-pager-item,
    .bx-pager .bx-pager-item {
      display: inline-block; }
    .slider-pager .slider-pager-circle,
    .slider-pager .bx-pager-link,
    .bx-pager .slider-pager-circle,
    .bx-pager .bx-pager-link {
      height: 8px;
      width: 8px;
      margin: 2px;
      border-radius: 75px;
      text-indent: -9999px;
      display: inline-block; }

  .user-content img,
  .user-content iframe,
  .user-content p {
    height: auto !important;
    max-width: 100%; }

  .move-down {
    top: 0;
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .move-up {
    top: 0;
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, -45px, 0);
    -moz-transform: translate3d(0, -45px, 0);
    -ms-transform: translate3d(0, -45px, 0);
    -o-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0); }

  .no-move {
    top: 0;
    transition: all 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }

  .btn-hamburger {
    width: 40px; }

  .site-overlay {
    display: none; }

  .pushy-active {
    margin: 0;
    height: 100%;
    overflow: hidden; }
    .pushy-active .site-overlay {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      height: 120%;
      left: 0;
      z-index: 9998;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-animation: fade .5s;
      -moz-animation: fade .5s;
      -o-animation: fade .5s;
      animation: fade 0.5s; }

  .hamburger-panel {
    display: block;
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    padding-bottom: 100px;
    z-index: 999999;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
    .hamburger-panel.pushy-open {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .hamburger-panel.pushy-left {
      transform: translate3d(-300px, 0, 0);
      -webkit-transform: translate3d(-300px, 0, 0);
      -moz-transform: translate3d(-300px, 0, 0);
      -ms-transform: translate3d(-300px, 0, 0);
      -o-transform: translate3d(-300px, 0, 0); }
    .hamburger-panel-item {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .hamburger-panel-item .hamburger-panel-link {
        float: left;
        width: 100%;
        padding: 20px;
        font-weight: normal; }
    .hamburger-panel .btn-hamburger-close {
      right: 0; }
    .hamburger-panel-arrow {
      position: absolute;
      padding: 5px;
      top: 10px;
      right: 10px; }
      .hamburger-panel-arrow.selected i {
        transform-origin: center;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }

  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4000; }
    .mobile-nav-first-row {
      height: 50px; }
    .mobile-nav-title-container {
      display: block; }
    .mobile-nav-title {
      float: left;
      width: 75%;
      margin-left: 5px;
      margin-top: 13px;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: normal; }
    .mobile-nav-second-row {
      display: block; }
    .mobile-nav-tab {
      position: relative;
      padding: 5px 0 12px 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      text-decoration: none;
      outline: 0; }
      .mobile-nav-tab:hover, .mobile-nav-tab:focus {
        text-decoration: none;
        outline: 0; }
      .mobile-nav-tab a {
        text-decoration: none;
        outline: 0; }
        .mobile-nav-tab a:hover, .mobile-nav-tab a:focus {
          text-decoration: none;
          outline: 0; }
      .mobile-nav-tab .cart-summary-items {
        top: 5px;
        right: 50%;
        margin-right: -25px; }

  .mobile-nav-categories-container {
    top: 120px;
    margin: 0;
    padding: 0 0 200px 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch; }

  .move-list-up .mobile-nav-categories-container {
    top: 72px; }
  .move-list-up .mobile-nav-subcategories-panel {
    top: 70px; }

  .logo-text {
    display: block;
    margin-top: 20px;
    margin: 20px auto 10px auto;
    width: 100%;
    font-size: 24px;
    line-height: normal; }

  .logo-img {
    margin: 0;
    max-height: 60px;
    max-width: 60%;
    margin: 15px auto 20px auto; }

  .mobile-logo-home .logo-img {
    max-height: 60px;
    max-width: 80%; }

  .search-suggest {
    position: fixed;
    top: 52px;
    height: 100%;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-bottom: 1000px;
    overflow-y: scroll; }
    .search-suggest-name {
      padding-right: 30px; }
    .search-suggest-link {
      padding: 15px 10px; }
    .search-suggest-icon {
      right: 6px;
      display: inline-block; }

  .btn-filter-color {
    width: 30px;
    height: 30px; }

  .btn-filter {
    padding: 4px 10px; }

  .filter-remove {
    padding: 12px; }

  .filter-remove:after {
    right: 10px;
    top: 11px;
    font: normal normal normal 18px/1 FontAwesome; }

  .item-container .item-name {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .item-container-related {
    width: 90%;
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding-top: 1px; }
    .item-container-related .item {
      display: -moz-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex; }
      .item-container-related .item .item-image-container {
        width: 40%; }
      .item-container-related .item .item-info-container {
        width: 60%; }

  .pagination {
    width: 100%;
    font-size: 14px; }
    .pagination-input-container {
      display: inline-block;
      width: 60%;
      margin-top: 8px;
      font-size: 18px; }
    .pagination-input {
      height: 30px;
      width: 50px;
      margin: 0px 5px 5px 0;
      padding: 7px; }
    .pagination-arrow-container {
      width: 20%;
      display: inline-block; }
    .pagination a.pagination-arrow-link {
      border: 0; }
      .pagination a.pagination-arrow-link .pagination-icon {
        font-size: 36px; }
      .pagination a.pagination-arrow-link:hover, .pagination a.pagination-arrow-link:focus {
        text-decoration: none;
        outline: 0; }
        .pagination a.pagination-arrow-link:hover:hover, .pagination a.pagination-arrow-link:hover:focus, .pagination a.pagination-arrow-link:focus:hover, .pagination a.pagination-arrow-link:focus:focus {
          text-decoration: none;
          outline: 0; }

  .product-hero .product-name-container {
    margin-bottom: 30px; }
    .product-hero .product-name-container .product-name,
    .product-hero .product-name-container .product-breadcrumb {
      text-shadow: none;
      text-align: left;
      margin: 0 15px; }

  .product-detail.product-form-below {
    margin-top: 0px; }
    .product-detail.product-form-below .product-labels {
      justify-content: flex-start; }

  .product-name-container {
    margin-top: 0; }
    .product-name-container .product-name {
      font-size: 20px;
      line-height: inherit; }
    .product-name-container.product-form-aside .product-name {
      margin-bottom: 140px; }

  .product-label-icon {
    width: 14px;
    height: 16px; }

  .product-social-sharing {
    position: relative;
    left: 0; }
    .product-social-sharing .product-btn-share {
      float: left;
      clear: none;
      margin: 5px; }

  .product-image-container .product-image {
    max-height: 350px; }

  /* Mobile Zoom */
  .cloud-zoom-wrap .mousetrap {
    display: none; }

  .mobile-zoom-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: auto; }
    .mobile-zoom-panel .mobile-zoom-image-container {
      margin: 15px;
      max-height: 95%; }
    .mobile-zoom-panel .mobile-zoom-spinner {
      display: none;
      position: absolute;
      top: 40%;
      left: 50%;
      z-index: 99;
      margin-left: -15px; }
    .mobile-zoom-panel img {
      width: 100%;
      max-height: inherit; }

  .product-price-container {
    margin-top: 0; }

  .product-variants {
    margin-bottom: 0;
    border-bottom: 0; }
    .product-variants .variant-container {
      text-align: left;
      margin-bottom: 0; }
    .product-variants .panel-mobile-variant {
      left: 0; }

  .password-page-svg {
    width: 15%; }

  .cart-table-row {
    padding: 10px 0; }

  .cart-item-name {
    float: left;
    width: 100%;
    padding: 0 40px 10px 0; }

  .cart-item-subtotal {
    margin: 10px 0;
    text-align: right;
    font-weight: bold; }

  .cart-delete-container {
    position: absolute;
    right: 0;
    padding-right: 8px; }
    .cart-delete-container .cart-btn-delete {
      padding-right: 0; }

  .cart-promotion-detail {
    width: 65%;
    float: left; }

  .cart-promotion-number {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    float: right;
    margin: 0;
    text-align: right; }

  .notification {
    position: fixed;
    top: 130px;
    left: 0;
    width: 96%;
    margin: 10px 2%; }
    .notification.cart-not-visible {
      top: 130px; } }
/*CSS properties helpers minified, to unminify it you have to copy the code and paste it here http://unminify.com/, after that paste the unminified code here */
.overide-container-width {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.d-inline {
  display: inline; }

.d-block {
  display: block; }

.d-flex {
  display: flex; }

.d-inline-block-xs {
  display: none; }

.d-inline-block {
  display: inline-block; }

.p-relative {
  position: relative !important; }

.p-absolute {
  position: absolute !important; }

.p-fixed {
  position: fixed; }

.clear-both {
  clear: both !important; }

.opacity-80 {
  opacity: 0.8 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-10 {
  opacity: 0.1 !important; }

.full-height {
  height: 100% !important; }

.full-width {
  width: 100% !important; }

.width-auto {
  width: auto; }

.m-top {
  margin-top: 20px !important; }

.m-top-half {
  margin-top: 10px !important; }

.m-top-quarter {
  margin-top: 5px !important; }

.m-top-none {
  margin-top: 0 !important; }

.m-right {
  margin-right: 20px !important; }

.m-right-double {
  margin-right: 40px !important; }

.m-right-half {
  margin-right: 10px !important; }

.m-right-quarter {
  margin-right: 5px !important; }

.m-right-none {
  margin-right: 0 !important; }

.m-bottom-double {
  margin-bottom: 40px !important; }

.m-bottom {
  margin-bottom: 20px !important; }

.m-bottom-half {
  margin-bottom: 10px !important; }

.m-bottom-quarter {
  margin-bottom: 5px !important; }

.m-bottom-none {
  margin-bottom: 0 !important; }

.m-left {
  margin-left: 20px !important; }

.m-left-half {
  margin-left: 10px !important; }

.m-left-quarter {
  margin-left: 5px !important; }

.m-left-none {
  margin-left: 0 !important; }

.m-all {
  margin: 20px !important; }

.m-all-half {
  margin: 10px !important; }

.m-all-quarter {
  margin: 5px !important; }

.m-auto {
  margin: auto !important; }

.m-none {
  margin: 0 !important; }

.p-top {
  padding-top: 20px !important; }

.p-top-double {
  padding-top: 40px !important; }

.p-top-half {
  padding-top: 10px !important; }

.p-top-quarter {
  padding-top: 5px !important; }

.p-top-none {
  padding-top: 0 !important; }

.p-right {
  padding-right: 20px !important; }

.p-right-double {
  padding-right: 40px !important; }

.p-right-half {
  padding-right: 10px !important; }

.p-right-quarter {
  padding-right: 5px !important; }

.p-right-none {
  padding-right: 0 !important; }

.p-bottom {
  padding-bottom: 20px !important; }

.p-bottom-double {
  padding-bottom: 40px !important; }

.p-bottom-half {
  padding-bottom: 10px !important; }

.p-bottom-quarter {
  padding-bottom: 5px !important; }

.p-bottom-none {
  padding-bottom: 0 !important; }

.p-left {
  padding-left: 20px !important; }

.p-left-double {
  padding-left: 40px !important; }

.p-left-half {
  padding-left: 10px !important; }

.p-left-quarter {
  padding-left: 5px !important; }

.p-left-none {
  padding-left: 0 !important; }

.p-all {
  padding: 20px !important; }

.p-all-half {
  padding: 10px !important; }

.p-all-quarter {
  padding: 5px !important; }

.p-none {
  padding: 0 !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  -ms-word-break: break-all !important;
  word-wrap: break-word !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  hyphens: auto !important; }

.text-underline {
  text-decoration: underline; }

ul.list-style-none {
  padding: 0; }

ul.list-style-none li {
  list-style: none; }

.no-link, .no-link:focus, .no-link:hover {
  text-decoration: none;
  outline: 0; }

.overflow-none {
  overflow: hidden; }

.wrap {
  flex-wrap: wrap; }

.order-one {
  order: 1; }

@media (max-width: 767px) {
  .overide-container-width, .overide-container-width-xs {
    width: 100vw !important; }

  .clear-both-xs {
    clear: both !important; }

  .f-none-xs {
    float: none !important; }

  .pull-left-xs {
    float: left !important; }

  .d-inline-block-xs {
    display: inline-block; }

  .full-width-xs {
    width: 100% !important; }

  .p-all-half-xs {
    padding: 10px !important; }

  .p-none-xs {
    padding: 0 !important; }

  .p-top-xs {
    padding-top: 20px !important; }

  .p-top-half-xs {
    padding-top: 10px !important; }

  .p-top-quarter-xs {
    padding-top: 5px !important; }

  .p-top-none-xs {
    padding-top: 0 !important; }

  .p-right-double-xs {
    padding-right: 40px; }

  .p-right-half-xs {
    padding-right: 10px !important; }

  .p-right-quarter-xs {
    padding-right: 5px !important; }

  .p-right-none-xs {
    padding-right: 0 !important; }

  .p-bottom-xs {
    padding-bottom: 20px !important; }

  .p-bottom-double-xs {
    padding-bottom: 40px !important; }

  .p-bottom-half-xs {
    padding-bottom: 10px !important; }

  .p-left-half-xs {
    padding-left: 10px !important; }

  .p-left-quarter-xs {
    padding-left: 5px !important; }

  .p-left-none-xs {
    padding-left: 0 !important; }

  .m-none-xs {
    margin: 0 !important; }

  .m-top-xs {
    margin-top: 20px !important; }

  .m-top-half-xs {
    margin-top: 10px !important; }

  .m-top-quarter-xs {
    margin-top: 5px !important; }

  .m-top-none-xs {
    margin-top: 0 !important; }

  .m-bottom-xs {
    margin-bottom: 20px !important; }

  .m-bottom-half-xs {
    margin-bottom: 10px !important; }

  .m-bottom-quarter-xs {
    margin-bottom: 5px !important; }

  .m-bottom-none-xs {
    margin-bottom: 0 !important; }

  .m-left-xs {
    margin-left: 20px !important; }

  .m-left-half-xs {
    margin-left: 10px !important; }

  .border-none-xs {
    border: 0 !important; }

  .text-center-xs {
    text-align: center !important; }

  .text-left-xs {
    text-align: left !important; }

  .text-right-xs {
    text-align: right !important; }

  .horizontal-container {
    overflow-x: scroll !important;
    width: 100%; }

  .horizontal-container::-webkit-scrollbar {
    width: 1px !important;
    height: 0 !important; }

  .horizontal-container::-webkit-scrollbar-track {
    background: 0 0 !important;
    border-radius: 10px !important; }

  .horizontal-container::-webkit-scrollbar-thumb {
    border-radius: 1px !important; }

  .horizontal-container-item {
    float: none !important;
    display: inline-block; }

  .horizontal-container ul, .horizontal-products-scroller {
    white-space: nowrap !important; } }

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