.h1-lg {
  font-size: 36px;
  font-family: "Montserrat", Sans-serif; }

h1, .h1, .product-name {
  font-size: 28px;
  font-family: "Montserrat", Sans-serif; }

h2, .h2 {
  font-size: 24px;
  font-family: "Montserrat", Sans-serif; }

h3, .h3, .product-price-container .product-price-compare, .product-price-container .product-price {
  font-size: 22px;
  font-family: "Montserrat", Sans-serif; }

h4, .h4 {
  font-size: 20px;
  font-family: "Montserrat", Sans-serif; }

h5, .h5 {
  font-size: 18px;
  font-family: "Montserrat", Sans-serif; }

h6, .h6 {
  font-size: 16px;
  font-family: "Montserrat", Sans-serif; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #434343; }

.title-container {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  .title-container h1,
  .title-container .h1,
  .title-container .product-name {
    padding: 40px 0 20px 0;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1px; }

.subtitle {
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(67, 67, 67, 0.3); }

.frame-title {
  margin: 40px 0;
  padding: 30px;
  text-align: center;
  border: 3px solid #242526; }
  .frame-title * {
    letter-spacing: 10px; }
  .frame-title h1 {
    color: #242526;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: normal; }

.box-title {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

body,
.font-body {
  font-size: 14px; }

.font-small {
  font-size: 12px; }

.font-small-extra {
  font-size: 10px; }

.fa-min {
  font-size: 8px; }

.weight-normal {
  font-weight: 400; }

.weight-strong {
  font-weight: 700; }

.weight-light {
  font-weight: 300; }

.text-foreground {
  color: #434343 !important; }

.text-primary {
  color: #242526; }

.text-tertiary {
  color: #058ac8; }

.text-background {
  color: #FFFFFF; }

.background-primary {
  background-color: #242526; }

.border-top-contrast {
  border-top: 1px solid #FFFFFF; }

.border-bottom-contrast {
  border-bottom: 1px solid #FFFFFF; }

.border-top {
  border-top: 1px solid rgba(67, 67, 67, 0.2); }

.border-bottom {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2); }

.border-left {
  border-left: 1px solid rgba(67, 67, 67, 0.2); }

.border-right {
  border-right: 1px solid rgba(67, 67, 67, 0.2); }

body {
  background: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  color: #434343; }

.container-inverse {
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF; }
  .container-inverse a {
    color: #FFFFFF; }

.container-primary {
  background: #242526;
  color: #FFFFFF; }

.box-container, .divider-container {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid rgba(67, 67, 67, 0.2); }

.divider-container {
  padding: 10px 0;
  border-left: 0;
  border-right: 0; }

.box-shadow {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(67, 67, 67, 0.05);
  box-shadow: 0 0 5px rgba(67, 67, 67, 0.2);
  box-sizing: border-box; }

.svg-primary-fill {
  fill: #242526;
  color: #242526; }

.svg-secondary-fill {
  fill: #000000;
  color: #000000; }

.svg-tertiary-fill {
  fill: #058ac8;
  color: #058ac8; }

.svg-text-fill {
  fill: #434343;
  color: #434343; }

.svg-back-fill {
  fill: #FFFFFF;
  color: #FFFFFF; }

.placeholder-container {
  background-color: rgba(67, 67, 67, 0.05); }

.product-placeholder-preloader {
  fill: rgba(67, 67, 67, 0.07); }

.placeholder-color {
  background-color: rgba(67, 67, 67, 0.3); }

.placeholder-icon {
  fill: rgba(67, 67, 67, 0.07); }

.placeholder-page {
  background: #FFFFFF;
  border: 1px solid #434343; }
  .placeholder-page:hover, .placeholder-page.active {
    background: #434343;
    opacity: 0.8; }

.spinner-ellipsis .point {
  background-color: rgba(67, 67, 67, 0.2); }

button {
  font-family: "Montserrat", Sans-serif; }
  button:focus {
    outline: none;
    box-shadow: none; }

.btn {
  padding: 10px 15px;
  font-family: "Montserrat", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-shadow: none;
  background-image: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  border: 0;
  text-align: center; }
  .btn:hover, .btn:focus, .btn.active {
    background-image: none;
    background-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.9; }
  .btn[disabled], .btn[disabled]:hover {
    background-color: #DDD;
    border: 2px solid #DDD; }

.btn-primary {
  color: #242526;
  background: transparent;
  border: 3px solid #242526; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #FFFFFF;
    background: #242526;
    box-shadow: none;
    opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .btn-primary.btn-inverse {
    color: #FFFFFF;
    background: #242526;
    fill: #FFFFFF; }

.btn-secondary {
  background: transparent;
  color: #434343;
  border: 2px solid #434343; }
  .btn-secondary:hover {
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #434343;
    color: #FFFFFF; }
  .btn-secondary:focus {
    background-color: #434343;
    color: #FFFFFF; }
  .btn-secondary.btn-inverse {
    background: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF; }

.btn-default {
  color: #434343;
  border: 3px solid rgba(67, 67, 67, 0.5);
  font-family: "Montserrat", Sans-serif;
  background-color: transparent; }
  .btn-default:hover {
    opacity: 0.6; }

.btn-small, .btn-smallest {
  padding: 7px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 0 !important; }

.btn-smallest {
  padding: 5px; }

.btn-link {
  position: relative;
  color: #058ac8;
  fill: #058ac8;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase; }
  .btn-link:hover {
    color: #058ac8;
    opacity: 0.8; }
  .btn-link-centered {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center; }
  .btn-link-smallest {
    font-size: 10px; }

.btn-floating {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  border-radius: 30px;
  color: rgba(67, 67, 67, 0.7);
  fill: rgba(67, 67, 67, 0.7);
  background-color: #FFFFFF;
  border: 1px solid rgba(67, 67, 67, 0.1);
  z-index: 10; }
  .btn-floating svg,
  .btn-floating i {
    float: left; }
  .btn-floating:hover, .btn-floating:focus {
    opacity: 0.8; }
  .btn-floating.fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 20px; }

.btn-whatsapp {
  padding: 2px 5px;
  color: white;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  z-index: 5;
  border-radius: 50%; }
  .btn-whatsapp svg {
    width: 35px;
    height: 35px;
    padding: 5px 2px;
    fill: white;
    vertical-align: middle; }

a {
  color: #434343; }
  a:hover {
    text-decoration: underline; }
  a:active, a:focus, a:hover {
    outline: 0;
    box-shadow: none; }

.link-module {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2); }

.link-module + .link-module {
  border-top: 0; }

.link-module-icon {
  fill: #434343; }

.chip, .filter-remove {
  background: rgba(67, 67, 67, 0.1);
  color: #434343; }
  .chip-remove-icon {
    fill: #434343; }
  .chip:hover, .filter-remove:hover, .chip:focus, .filter-remove:focus {
    color: #434343;
    opacity: 0.6; }

.modal,
.modal-right,
.modal-xs-dialog {
  background: #FFFFFF;
  color: #434343; }

.modal-header {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1); }

.modal-footer {
  background: #FFFFFF;
  color: #434343;
  border-top: 1px solid rgba(67, 67, 67, 0.1);
  box-shadow: none; }

.modal-xs-footer-fixed,
.sticky-cta {
  background: #FFFFFF; }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.8); }

.badge {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  font-family: "Montserrat", Sans-serif; }

hr {
  border: 1px solid rgba(67, 67, 67, 0.1);
  border-bottom: 0; }

.divider {
  float: left;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid rgba(67, 67, 67, 0.2); }

.form-group {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 15px; }
  .form-group input.form-control,
  .form-group textarea.form-control {
    width: 100%; }
  .form-group-transparent input::-webkit-input-placeholder,
  .form-group-transparent textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form-group-transparent input::-webkit-input-placeholder,
  .form-group-transparent textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form-group-transparent input::-moz-placeholder,
  .form-group-transparent textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form-group-transparent input:-ms-input-placeholder,
  .form-group-transparent textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form-group-transparent input:-moz-placeholder,
  .form-group-transparent textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }

.form-label {
  font-size: 12px;
  font-weight: 300; }

input.form-control,
textarea.form-control {
  margin: 0;
  border-radius: 0 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", Sans-serif;
  color: #242526;
  border: 2px solid #242526;
  background-color: #FFFFFF; }
  input.form-control:focus,
  textarea.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #434343; }
  input.form-control.form-control-secondary,
  textarea.form-control.form-control-secondary {
    color: #434343;
    border: 3px solid rgba(67, 67, 67, 0.2); }
  input.form-control.form-control-transparent,
  textarea.form-control.form-control-transparent {
    color: #FFFFFF;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.8); }
    input.form-control.form-control-transparent::-webkit-input-placeholder, input.form-control.form-control-transparent::-moz-placeholder, input.form-control.form-control-transparent:-ms-input-placeholder,
    textarea.form-control.form-control-transparent::-webkit-input-placeholder,
    textarea.form-control.form-control-transparent::-moz-placeholder,
    textarea.form-control.form-control-transparent:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    input.form-control.form-control-transparent:focus,
    textarea.form-control.form-control-transparent:focus {
      border-color: #FFFFFF; }

input.form-control {
  height: 40px;
  padding: 7px; }
  input.form-control.form-control-small {
    height: 36px; }
  input.form-control.form-control-big {
    height: 47px;
    font-size: 18px; }

input[disabled],
input[disabled]:hover {
  background: #242526;
  border-color: #242526;
  opacity: 0.6;
  cursor: initial;
  color: #FFFFFF; }

input,
textarea {
  font-family: "Montserrat", Sans-serif; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(67, 67, 67, 0.6); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(67, 67, 67, 0.6); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(67, 67, 67, 0.6); }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(67, 67, 67, 0.6); }

select {
  font-family: "Montserrat", Sans-serif;
  border: 3px solid rgba(67, 67, 67, 0.2); }

.quantity-btn {
  background-color: rgba(67, 67, 67, 0.05); }

::selection {
  background-color: #434343;
  color: #FFFFFF; }

.radio-button-container .radio-button-content {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1); }

.radio-button-container .radio-button input[type="radio"] + .radio-button-content .unchecked {
  border: 2px solid rgba(67, 67, 67, 0.6); }

.radio-button-container .radio-button input[type="radio"]:checked + .radio-button-content .unchecked {
  border-color: #242526; }

.radio-button-container .radio-button input[type="radio"] + .radio-button-content .checked {
  background-color: #242526; }

.radio-button-container .radio-button input[type="radio"] + .radio-button-content .radio-bg-selected {
  background-color: rgba(67, 67, 67, 0.03); }

.checkbox-container .checkbox-icon {
  background: #FFFFFF;
  border: 2px solid #434343; }
  .checkbox-container .checkbox-icon:after {
    border: solid #242526;
    border-width: 0 2px 2px 0; }

.checkbox-container .checkbox:hover,
.checkbox-container input:checked ~ .checkbox {
  color: #242526;
  fill: #242526; }
  .checkbox-container .checkbox:hover .checkbox-icon,
  .checkbox-container input:checked ~ .checkbox .checkbox-icon {
    border: 2px solid #242526; }

.checkbox-container .checkbox-color {
  border: 2px solid #434343; }

.list-readonly .list-item {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1); }
  .list-readonly .list-item .radio-button-content {
    border-bottom: none; }

.list-readonly .shipping-extra-options .radio-button-item:first-child .list-item {
  border-top: 1px solid rgba(67, 67, 67, 0.1); }
  .list-readonly .shipping-extra-options .radio-button-item:first-child .list-item .radio-button-content {
    border-top: none; }

.list-readonly .radio-button-item:only-child .list-item,
.list-readonly .radio-button-item:last-of-type .list-item {
  border-bottom: none; }

.list-readonly .list-item:last-of-type .radio-button-content {
  border-bottom: none; }

.alert {
  font-family: "Montserrat", Sans-serif; }
  .alert-primary {
    color: #242526;
    background-color: rgba(36, 37, 38, 0.1); }
    .alert-primary .btn-link {
      color: #434343; }
  .alert-danger, .alert-error {
    color: #cc4845;
    background-color: rgba(204, 72, 69, 0.1); }
  .alert-warning {
    color: #c09853;
    background-color: rgba(192, 152, 83, 0.1); }
  .alert-info {
    color: #3a87ad;
    background-color: rgba(58, 135, 173, 0.1); }
  .alert-success {
    color: #3caf65;
    background-color: rgba(60, 175, 101, 0.1); }

.notification {
  font-family: "Montserrat", Sans-serif; }
  .notification-primary {
    color: #242526;
    background-color: rgba(36, 37, 38, 0.1);
    border-top: 1px solid rgba(36, 37, 38, 0.2); }
  .notification-secondary {
    background: #f7f7f7;
    color: rgba(67, 67, 67, 0.8);
    border-bottom: 1px solid #e6e6e6; }
    .notification-secondary a {
      color: #000000; }

.breadcrumbs {
  margin-bottom: 0;
  padding: 60px 0 10px 0;
  font-size: 12px;
  font-style: italic;
  font-family: "Montserrat", Sans-serif;
  text-align: right; }
  .breadcrumbs .breadcrumb-crumb {
    color: rgba(0, 0, 0, 0.4); }
  .breadcrumbs .breadcrumb-divider {
    padding: 0 5px; }
  .breadcrumbs .active {
    font-weight: 300px;
    color: #000000; }

.bx-viewport {
  height: auto !important;
  max-height: 500px !important; }

.bx-pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #434343; }
  .bx-pager-item {
    *zoom: 1;
    *display: inline; }
    .bx-pager-item a {
      display: block;
      width: 7px;
      height: 7px;
      margin: 0 3px;
      text-indent: -9999px;
      border-radius: 50%;
      background: #FFFFFF;
      border: 1px solid #434343; }
      .bx-pager-item a:hover, .bx-pager-item a.active {
        background: #434343;
        opacity: 0.8; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 40px;
  height: 45px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6); }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20px; }
  .bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px; }

/* carrousel */
/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapper {
  max-width: 60em;
  margin: 1em auto;
  position: relative; }

input {
  display: none; }

.inner {
  width: 500%;
  line-height: 0; }

article {
  width: 20%;
  float: left;
  position: relative; }

article img {
  width: 100%; }

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7; }

.slider-prev-next-control label:hover {
  opacity: 1; }

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center; }

.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
  line-height: 2px; }

/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 5px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms; }

.info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal; }

.info.top-left {
  top: 30px;
  left: 30px; }

.info.top-right {
  top: 30px;
  right: 30px; }

.info.bottom-left {
  bottom: 30px;
  left: 30px; }

.info.bottom-right {
  bottom: 30px;
  right: 30px; }

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border: 1px;
  border-radius: 1px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #FFFFFF;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }

.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); }

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777; }

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 5px; }

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px; }

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px; }

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 1px; }

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333; }

#slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1; }

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%; }

#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%; }

#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%; }

#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%; }

#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%; }

#slide1b:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2b:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3b:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4b:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5b:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2b:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3b:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4b:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5b:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1b:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777; }

#slide1b:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2b:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3b:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4b:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5b:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 5px; }

#slide1b:checked ~ .slider-prev-next-control label:nth-child(2), #slide2b:checked ~ .slider-prev-next-control label:nth-child(3), #slide3b:checked ~ .slider-prev-next-control label:nth-child(4), #slide4b:checked ~ .slider-prev-next-control label:nth-child(5), #slide5b:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px; }

#slide2b:checked ~ .slider-prev-next-control label:nth-child(1), #slide3b:checked ~ .slider-prev-next-control label:nth-child(2), #slide4b:checked ~ .slider-prev-next-control label:nth-child(3), #slide5b:checked ~ .slider-prev-next-control label:nth-child(4), #slide1b:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px; }

#slide2b:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3b:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4b:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5b:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1b:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 1px; }

#slide1b:checked ~ .slider-dot-control label:nth-child(1), #slide2b:checked ~ .slider-dot-control label:nth-child(2), #slide3b:checked ~ .slider-dot-control label:nth-child(3), #slide4b:checked ~ .slider-dot-control label:nth-child(4), #slide5b:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333; }

#slide1b:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2b:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3b:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4b:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5b:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1; }

#slide1b:checked ~ .slider-wrapper .inner {
  margin-left: 0%; }

#slide2b:checked ~ .slider-wrapper .inner {
  margin-left: -100%; }

#slide3b:checked ~ .slider-wrapper .inner {
  margin-left: -200%; }

#slide4b:checked ~ .slider-wrapper .inner {
  margin-left: -300%; }

#slide5b:checked ~ .slider-wrapper .inner {
  margin-left: -400%; }

#slide1c:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2c:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3c:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4c:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5c:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2c:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3c:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4c:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5c:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1c:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777; }

#slide1c:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2c:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3c:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4c:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5c:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 5px; }

#slide1c:checked ~ .slider-prev-next-control label:nth-child(2), #slide2c:checked ~ .slider-prev-next-control label:nth-child(3), #slide3c:checked ~ .slider-prev-next-control label:nth-child(4), #slide4c:checked ~ .slider-prev-next-control label:nth-child(5), #slide5c:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px; }

#slide2c:checked ~ .slider-prev-next-control label:nth-child(1), #slide3c:checked ~ .slider-prev-next-control label:nth-child(2), #slide4c:checked ~ .slider-prev-next-control label:nth-child(3), #slide5c:checked ~ .slider-prev-next-control label:nth-child(4), #slide1c:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px; }

#slide2c:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3c:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4c:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5c:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1c:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 1px; }

#slide1c:checked ~ .slider-dot-control label:nth-child(1), #slide2c:checked ~ .slider-dot-control label:nth-child(2), #slide3c:checked ~ .slider-dot-control label:nth-child(3), #slide4c:checked ~ .slider-dot-control label:nth-child(4), #slide5c:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333; }

#slide1c:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2c:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3c:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4c:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5c:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1; }

#slide1c:checked ~ .slider-wrapper .inner {
  margin-left: 0%; }

#slide2c:checked ~ .slider-wrapper .inner {
  margin-left: -100%; }

#slide3c:checked ~ .slider-wrapper .inner {
  margin-left: -200%; }

#slide4c:checked ~ .slider-wrapper .inner {
  margin-left: -300%; }

#slide5c:checked ~ .slider-wrapper .inner {
  margin-left: -400%; }

#slide1d:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2d:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3d:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4d:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5d:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2d:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3d:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4d:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5d:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1d:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777; }

#slide1d:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2d:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3d:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4d:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5d:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 5px; }

#slide1d:checked ~ .slider-prev-next-control label:nth-child(2), #slide2d:checked ~ .slider-prev-next-control label:nth-child(3), #slide3d:checked ~ .slider-prev-next-control label:nth-child(4), #slide4d:checked ~ .slider-prev-next-control label:nth-child(5), #slide5d:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px; }

#slide2d:checked ~ .slider-prev-next-control label:nth-child(1), #slide3d:checked ~ .slider-prev-next-control label:nth-child(2), #slide4d:checked ~ .slider-prev-next-control label:nth-child(3), #slide5d:checked ~ .slider-prev-next-control label:nth-child(4), #slide1d:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px; }

#slide2d:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3d:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4d:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5d:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1d:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 1px; }

#slide1d:checked ~ .slider-dot-control label:nth-child(1), #slide2d:checked ~ .slider-dot-control label:nth-child(2), #slide3d:checked ~ .slider-dot-control label:nth-child(3), #slide4d:checked ~ .slider-dot-control label:nth-child(4), #slide5d:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333; }

#slide1d:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2d:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3d:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4d:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5d:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1; }

#slide1d:checked ~ .slider-wrapper .inner {
  margin-left: 0%; }

#slide2d:checked ~ .slider-wrapper .inner {
  margin-left: -100%; }

#slide3d:checked ~ .slider-wrapper .inner {
  margin-left: -200%; }

#slide4d:checked ~ .slider-wrapper .inner {
  margin-left: -300%; }

#slide5d:checked ~ .slider-wrapper .inner {
  margin-left: -400%; }

#slide1e:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2e:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3e:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4e:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5e:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2e:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3e:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4e:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5e:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1e:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777; }

#slide1e:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2e:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3e:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4e:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5e:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 5px; }

#slide1e:checked ~ .slider-prev-next-control label:nth-child(2), #slide2e:checked ~ .slider-prev-next-control label:nth-child(3), #slide3e:checked ~ .slider-prev-next-control label:nth-child(4), #slide4e:checked ~ .slider-prev-next-control label:nth-child(5), #slide5e:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px; }

#slide2e:checked ~ .slider-prev-next-control label:nth-child(1), #slide3e:checked ~ .slider-prev-next-control label:nth-child(2), #slide4e:checked ~ .slider-prev-next-control label:nth-child(3), #slide5e:checked ~ .slider-prev-next-control label:nth-child(4), #slide1e:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px; }

#slide2e:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3e:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4e:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5e:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1e:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 1px; }

#slide1e:checked ~ .slider-dot-control label:nth-child(1), #slide2e:checked ~ .slider-dot-control label:nth-child(2), #slide3e:checked ~ .slider-dot-control label:nth-child(3), #slide4e:checked ~ .slider-dot-control label:nth-child(4), #slide5e:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333; }

#slide1e:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2e:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3e:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4e:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5e:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1; }

#slide1e:checked ~ .slider-wrapper .inner {
  margin-left: 0%; }

#slide2e:checked ~ .slider-wrapper .inner {
  margin-left: -100%; }

#slide3e:checked ~ .slider-wrapper .inner {
  margin-left: -200%; }

#slide4e:checked ~ .slider-wrapper .inner {
  margin-left: -300%; }

#slide5e:checked ~ .slider-wrapper .inner {
  margin-left: -400%; }

/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0; }
  .user-content img {
    max-width: 99% !important;
    height: auto !important;
    width: auto; } }

/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0; }
  .user-content img {
    max-width: 99% !important;
    height: auto !important;
    width: auto; }
  .slider-wrapper .info {
    opacity: 0; } }

@media only screen and (min-width: 850px) {
  body {
    padding: 0 40px; } }

/* // fin carousellllllll */
.service-icon {
  fill: #242526;
  color: #242526; }

.text-banner {
  background-color: #242526; }
  .text-banner.secondary {
    background-color: #058ac8; }
  .text-banner.none {
    background-color: transparent; }
  .text-banner.default_font {
    color: #FFFFFF; }
  .text-banner.brand_font {
    color: #242526; }
  .text-banner.txt_font {
    color: #434343; }
  .text-banner-filter {
    background: #242526; }
    .text-banner-filter.secondary {
      background: #058ac8; }
    .text-banner-filter.none {
      background: transparent; }
  .text-banner-promotional {
    background-color: #434343; }
    .text-banner-promotional .text-banner-info {
      color: #FFFFFF; }

.banner-link {
  background: #FFFFFF;
  color: #242526;
  font-family: "Montserrat", Sans-serif; }
  .banner-link:hover {
    background: #242526;
    color: #FFFFFF; }

.services {
  background: rgba(0, 0, 0, 0.1); }
  .services .has-3-banners:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }

.module-container {
  padding: 40px 0;
  background-color: rgba(67, 67, 67, 0.03); }
  .module-container.module-secondary {
    margin-bottom: 40px;
    padding-top: 10px; }

.module-text-title {
  font-family: "Montserrat", Sans-serif; }

.scroller-btn {
  background-color: rgba(255, 255, 255, 0.5); }

.nav-tabs-container {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1); }

.nav-tabs-links {
  border-bottom: 0; }

.nav-tabs .tab.active .tab-link {
  color: #242526;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #242526; }

.nav-tabs .tab-link {
  background-color: transparent; }
  .nav-tabs .tab-link:hover, .nav-tabs .tab-link:focus {
    background-color: transparent !important; }

.nav-tabs .tab-check.active .tab-check-link,
.nav-tabs .tab-check.active .tab-check-link:focus {
  outline: 2px solid #242526; }

.nav-tabs .tab-check-link-text {
  outline: 1px solid rgba(67, 67, 67, 0.3); }

.nav-tabs .tab-check-icon {
  color: #242526; }

.nav-tabs .tab-check-icon .fa-inverse {
  color: #FFFFFF; }

.panel {
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF; }
  .panel-heading {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .panel-body {
    padding: 10px; }
  .panel-footer {
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }

.pills-container {
  background-color: rgba(67, 67, 67, 0.03); }

.pill-link {
  font-family: "Montserrat", Sans-serif;
  border: 2px solid #242526; }
  .pill-link:hover, .pill-link:focus {
    opacity: 0.6; }

.label-primary {
  background: #242526; }

.label-secondary {
  background: rgba(0, 0, 0, 0.4); }

.label-text {
  font-family: "Montserrat", Sans-serif;
  color: #FFFFFF; }

.table-striped tbody > tr:nth-child(odd) > th,
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: rgba(67, 67, 67, 0.03); }

.instafeed-info {
  background: rgba(0, 0, 0, 0.6); }
  .instafeed-info .instafeed-info-item {
    color: #FFFFFF; }

.fb-page-img-container {
  background: #FFFFFF; }

.desktop-nav {
  background-color: #FFFFFF;
  font-family: "Montserrat", Sans-serif; }
  .desktop-nav-item {
    font-family: "Montserrat", Sans-serif; }
  .desktop-nav-item.selected > .desktop-nav-link {
    color: #242526; }
  .desktop-nav-list {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2); }

.head-top-fixed {
  background: #FFFFFF;
  box-shadow: -2px 0 5px rgba(67, 67, 67, 0.2); }

.head-top {
  background-color: rgba(67, 67, 67, 0.05); }

.info-head a {
  color: #242526;
  font-family: "Montserrat", Sans-serif; }

.logo-text {
  font-family: "Montserrat", Sans-serif; }

.cart-box {
  border: 2px solid #242526; }

.cart-summary-info {
  color: #000000;
  font-family: "Montserrat", Sans-serif; }

.cart-summary-icon {
  background: #242526;
  color: #FFFFFF; }

input.desktop-search-input {
  color: #434343;
  background-color: #FFFFFF;
  border: 2px solid rgba(67, 67, 67, 0.2); }

.desktop-search-icon {
  width: 18px;
  fill: rgba(67, 67, 67, 0.2); }

.head input.desktop-search-input {
  border: 2px solid #242526; }

.head .desktop-search-icon {
  width: 20px;
  fill: #242526; }

.btn-hamburger {
  border-color: #242526; }

.hamburger-panel {
  background-color: #242526; }
  .hamburger-panel-link {
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .hamburger-panel-link:hover {
      background: #FFFFFF;
      color: #242526; }
  .hamburger-panel-arrow svg {
    background: rgba(131, 131, 131, 0.4);
    fill: white; }
  .hamburger-panel-arrow.selected i {
    background: #FFFFFF; }
  .hamburger-panel-first-row, .hamburger-panel-accordion {
    background: rgba(131, 131, 131, 0.4);
    color: white; }
  .hamburger-panel .mobile-accounts-link {
    color: rgba(255, 255, 255, 0.8); }
  .hamburger-panel .btn-hamburger-close {
    fill: #FFFFFF; }
  .hamburger-panel .hamburger-panel-arrow {
    color: #FFFFFF; }

.mobile-nav {
  background-color: #FFFFFF; }
  .mobile-nav-tab-text {
    font-family: "Montserrat", Sans-serif;
    color: #434343; }
  .mobile-nav-tab-icon {
    color: #434343;
    fill: #434343; }
  .mobile-nav-tab.selected .mobile-nav-tab-text,
  .mobile-nav-tab.selected .mobile-nav-tab-icon {
    color: #242526;
    fill: #242526; }
  .mobile-nav-cart-amount {
    background-color: #242526;
    color: #FFFFFF; }
  .mobile-nav input.mobile-search-input {
    background-color: #FFFFFF; }

.mobile-nav-categories-container {
  background-color: #FFFFFF;
  box-shadow: 2px 0px 1px 1px 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); }

.search-suggest {
  background-color: #FFFFFF; }
  .search-suggest-link, .search-suggest-icon {
    color: rgba(67, 67, 67, 0.8);
    fill: rgba(67, 67, 67, 0.8); }
    .search-suggest-link:hover, .search-suggest-link:focus, .search-suggest-icon:hover, .search-suggest-icon:focus {
      color: rgba(67, 67, 67, 0.6);
      background-color: #f7f7f7;
      fill: rgba(67, 67, 67, 0.6); }
  .search-suggest-price {
    color: #242526;
    font-weight: bold; }
  .search-suggest-text {
    font-family: "Montserrat", Sans-serif; }
  .search-suggest-all-link {
    background-color: #f7f7f7; }

.advertising-link {
  color: #FFFFFF; }

.btn-more-categories {
  border-top: 1px solid rgba(67, 67, 67, 0.2); }
  .btn-more-categories .btn-categories-icon {
    background: #FFFFFF;
    border-left: 1px solid rgba(67, 67, 67, 0.2);
    border-right: 1px solid rgba(67, 67, 67, 0.2);
    border-bottom: 1px solid rgba(67, 67, 67, 0.2); }

.filter-remove:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23434343"><path d="M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z"/></svg>'); }

.filters-overlay {
  background-color: rgba(255, 255, 255, 0.85); }

.item:hover {
  box-shadow: 0 0 5px rgba(67, 67, 67, 0.2); }

.item-quickshop-link {
  background: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  box-shadow: 0 0 5px rgba(67, 67, 67, 0.2);
  font-family: "Montserrat", Sans-serif; }

.item-price,
.item-name {
  font-family: "Montserrat", Sans-serif; }

.cloud-zoom-big {
  background-color: #FFFFFF; }

.cloud-zoom-loading {
  color: #FFFFFF;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  background: #434343; }

.product-name {
  margin-bottom: 10px;
  font-weight: normal; }

.product-price-container {
  margin-bottom: 10px;
  font-weight: bold; }
  .product-price-container .product-price {
    color: #242526; }
  .product-price-container .product-price-compare {
    padding-left: 10px;
    text-decoration: line-through;
    opacity: 0.5; }

.btn-variant {
  border: 2px solid rgba(67, 67, 67, 0.2); }
  .btn-variant.selected {
    border: 2px solid #058ac8; }

.footer-social {
  background: rgba(0, 0, 0, 0.2); }

.footer {
  background: rgba(0, 0, 0, 0.1); }

.footer-ship-pay {
  background: #242526; }

.footer-legal {
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8); }

.social-link {
  border: 3px solid #242526;
  color: #242526;
  fill: #242526; }
  .social-link:hover {
    opacity: 0.8; }

.powered-by-logo svg {
  fill: #FFFFFF; }

.cart-table-header {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6); }

.cart-table-row {
  border-bottom: 1px solid;
  border-color: rgba(67, 67, 67, 0.2); }
  .cart-table-row:hover {
    background-color: rgba(67, 67, 67, 0.04); }

.cart-quantity-btn {
  color: #434343;
  fill: #434343;
  border: 0; }

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

input.cart-quantity-input-small {
  width: 40px;
  height: 30px;
  font-size: 14px; }

.cart-total {
  color: #242526; }

.cart-promotion-number {
  color: #242526; }

.ajax-cart-container {
  background: #FFFFFF; }
  .ajax-cart-container .ajax-cart-title {
    font-family: "Montserrat", Sans-serif; }
  .ajax-cart-container .ajax-cart-table-header {
    font-family: "Montserrat", Sans-serif;
    border-top: 1px solid rgba(67, 67, 67, 0.1);
    border-bottom: 1px solid rgba(67, 67, 67, 0.1); }
  .ajax-cart-container .ajax-cart-item {
    border-bottom: 1px solid rgba(67, 67, 67, 0.1); }
  .ajax-cart-container .ajax-cart-shipping-calculator {
    background-color: rgba(67, 67, 67, 0.01);
    border-top: 1px solid rgba(67, 67, 67, 0.1);
    border-bottom: 1px solid rgba(67, 67, 67, 0.1); }

@media (max-width: 767px) {
  .h1-xs {
    font-size: 40px; }
  .h2-xs {
    font-size: 24px; }
  .h3-xs {
    font-size: 22px; }
  .h4-xs {
    font-size: 20px; }
  .h5-xs {
    font-size: 18px; }
  .h6-xs {
    font-size: 16px; }
  .title-container {
    text-align: center; }
    .title-container h1 {
      padding: 0;
      font-size: 24px; }
  .frame-title {
    padding: 20px 10px; }
  .font-body-xs {
    font-size: 14px; }
  .font-small-xs {
    font-size: 12px; }
  .font-small-extra-xs {
    font-size: 10px; }
  .weight-normal-xs {
    font-weight: 400; }
  .weight-strong-xs {
    font-weight: 700; }
  .weight-light-xs {
    font-weight: 300; }
  .sticky-footer {
    position: sticky;
    bottom: 0; }
  .sticky {
    float: left;
    width: 100%;
    display: block;
    -webkit-position: sticky;
    -ms-position: sticky;
    -moz-position: sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding: 15px;
    box-sizing: border-box;
    z-index: 1;
    background-color: #FFFFFF;
    border-top: 1px solid rgba(67, 67, 67, 0.1);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.04); }
    .sticky-in-page {
      width: 100vw;
      top: 40px;
      margin: 0 0 20px -10px;
      border: 0; }
  .btn-module {
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #FFFFFF; }
    .btn-module-icon {
      fill: #242526; }
  .link-module {
    border-bottom: 1px solid rgba(67, 67, 67, 0.2);
    border-top: 1px solid rgba(67, 67, 67, 0.2); }
  .quantity {
    border-top: 1px solid rgba(67, 67, 67, 0.1);
    border-bottom: 1px solid rgba(67, 67, 67, 0.1); }
  .breadcrumbs {
    padding: 0 0 10px 0;
    text-align: center; }
  .modal-xs {
    background-color: #FFFFFF; }
    .modal-xs.sheet-bottom {
      background-color: transparent; }
    .modal-xs .sheet-bottom-body {
      background-color: #FFFFFF; }
    .modal-xs-header {
      color: #242526;
      fill: #242526; }
      .modal-xs-header.sheet-bottom-header {
        background-color: #fafafa; }
        .modal-xs-header.sheet-bottom-header:active {
          background-color: #fafafa;
          color: #434343; }
      .modal-xs-header:active {
        background-color: #242526;
        color: #FFFFFF;
        fill: #FFFFFF; }
        .modal-xs-header:active-icon {
          color: #FFFFFF;
          fill: #FFFFFF; }
  .modal-xs-list-item {
    color: #434343;
    border-bottom: 1px solid rgba(67, 67, 67, 0.25); }
    .modal-xs-list-item.darker {
      background-color: rgba(67, 67, 67, 0.02); }
    .modal-xs-list-item .modal-xs-list-icon {
      fill: #242526; }
    .modal-xs-list-item:active {
      background-color: #242526;
      color: #FFFFFF; }
      .modal-xs-list-item:active .modal-xs-list-icon {
        color: #FFFFFF;
        fill: #FFFFFF; }
    .modal-xs-list-item .modal-xs-radio-icon i {
      visibility: hidden; }
    .modal-xs-list-item.selected {
      color: #FFFFFF;
      border-right: 0;
      border-left: 0;
      border-bottom: 0;
      background: #242526; }
      .modal-xs-list-item.selected .modal-xs-radio-icon {
        background: #FFFFFF; }
        .modal-xs-list-item.selected .modal-xs-radio-icon i {
          visibility: visible;
          color: #242526; }
    .modal-xs-list-item .modal-xs-radio-icon {
      background: rgba(36, 37, 38, 0.4);
      color: #242526; }
  .modal-footer {
    border: 0; }
  .search-container {
    background: #FFFFFF; }
  .mobile-search-input-back {
    color: #242526;
    background: #FFFFFF; }
  .mobile-search-input-submit {
    color: #242526;
    background: #FFFFFF; }
  .module-container {
    padding: 20px 0; }
  .search-backdrop {
    background: rgba(255, 255, 255, 0.9); }
  .cart-box {
    border: none; }
  .cart-summary-icon {
    background: none;
    color: #242526; }
  .mobile-zoom-panel {
    background: #FFFFFF; }
  .product-name {
    font-size: 24px;
    text-align: center; }
  .product-price-container {
    margin-bottom: 20px;
    text-align: center; }
  input.cart-quantity-input-small {
    width: 40px;
    height: 35px; } }
