.btn-type5 {
  color: #000;
  outline: none;
  padding: 5px 22px;
  margin-right:5px;
  border-radius: 21px;
  vertical-align: top;
  display: inline-block;
  background: transparent;
  border: 1px solid #000;
  font: 700 12px/20px "Source Sans Pro", sans-serif;
}

.btn-type5:focus, .btn-type5:hover, .btn-type5.disabled {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.btn-type6 {
  width: auto;
  padding: 12px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 25px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #ff8283;
  color: #fff;
}

.btn-type6:hover {
  background-color: #000
}

.btn-type6:focus, .btn-type5:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}


.title_price_1 {
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin: 0 0 11px;
    color: #868686;
}

.price {
    font-size: 24px;
    line-height: 18px;
    margin: -3px 0px 0 0;
    color: #494949;
    font-weight: 700;
}

.price2 {
  font-size: 18px;
    line-height: 18px;
    margin: -3px 0px 0 0;
    color: #494949;
}
.reference {
  font-size: 14px;
  line-height: 18px;
  margin: -3px 0px 0 0;
  color: #494949;
}

.product-3 {
    margin: 0 0px !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.product-3 .color-box {
    margin: 0 0 0px !important;
}

.fL {
  float: left;
}

.filter-categories .category-bg {
    background-color: #ff8283;
    padding: 10px 20px;
}

.filter-categories a {
    display: inline-block;
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-weight: 500;
}

.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 5;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@media only screen and (max-width: 767px) {
    .zoomLens,
    .zoomWindow {
        display: none !important;
    }
}