/*@import "bourbon";*/
.primary_block {
  /*margin-bottom: 30px;*/
}

#image-block {
  width: 100%;
  position: relative;
  cursor: pointer;
  background: #fff;
}

@media (min-width: 991px) {
  #image-block {
    margin-top: -60px;
  }
}

#image-block:hover .span_link {
  display: block;
}

#image-block img {
  width: 100%;
}

@media (min-width: 991px) {
  .product-col-img {
    float: right;
    margin-bottom: -20px;
  }
}

@media (max-width: 991px) {
  .product-col-img {
    margin-bottom: -60px;
  }
}

.span_link {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-top: -55px;
  margin-left: -55px;
  border-radius: 55px;
  font-size: 3em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

#product h1 {
  padding-top: 0px;
  z-index: 50;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
  #product h1 {
    margin-bottom: -20px;
  }
}

.pb-center-column {
  margin-bottom: 10px;
}

#product-description {
  margin-bottom: 30px;
}

.box-info-product {
  padding: 0 10px;
  margin-bottom: 12px;
  /*background-color: $buy-box-bg;*/
  cursor: pointer;
  font-size: 13px;
}

.box-info-product label {
  cursor: pointer;
}

.box-info-product:hover {
  border-color: #e02224;
}

.box-info-product label {
  margin-bottom: 0;
}

.content_prices {
  text-align: center;
  margin-bottom: 20px;
}

.content_prices p {
  margin: 0;
}

.our_price_display-md {
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .our_price_display-md {
    display: none !important;
  }
}

.our_price_display-md-not {
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media (min-width: 991px) {
  .our_price_display-md-not {
    display: none !important;
  }
}

#old_price {
  display: inline-block;
  text-decoration: line-through;
  color: #b1b1b1;
  font-size: 1.5em;
}

#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin-right: 0.25em;
  font-size: 1.5em;
  color: #fff;
  background: #f00;
  padding: 0 0.25em;
  border-radius: 6px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

#quantity_wanted_p {
  margin-bottom: 15px;
}

#attributes {
  margin-bottom: -15px;
}

.attribute_list ul {
  clear: both;
  /*        li {
                    float: left;
                    margin-right: 10px;
                }*/
}

.attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}

.attribute_list div.radio,
.attribute_list div.radio span,
.attribute_list div.radio input {
  float: none;
  display: inline-block;
}

#color_to_pick_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#color_to_pick_list:before, #color_to_pick_list:after {
  content: " ";
  display: table;
}

#color_to_pick_list:after {
  clear: both;
}

#color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #d6d4d4;
  width: 26px;
  height: 26px;
}

#color_to_pick_list li.selected {
  border: 1px solid #4d4d4d;
}

#color_to_pick_list li a.color_pick {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
}

#color_to_pick_list li a.color_pick img {
  display: block;
  height: 22px;
  width: 22px;
}

.btn-add-to-cart.added .icon:before {
  content: '\f00c';
}

.btn-add-to-cart.disabled .icon {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

.btn-add-to-cart.disabled .icon:before {
  content: '\f1ce';
}

/*@include keyframes(icon-spin) {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}*/
.page-product-box {
  margin-bottom: 10px;
}

.accessories-block .product_list.grid .product-container {
  margin-bottom: 50px;
}

.content_only .primary_block {
  margin: 0;
}

.pb-center-column {
  margin-top: 20px;
}

.bordered-box > div {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 4px;
}

#product-features .table-responsive > div {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
}

#product-features .table-responsive > div > div {
  padding: 2px 3px;
}

#product-features .table-responsive > div div:first-child {
  font-weight: bold;
}

@media (max-width: 767px) {
  #product-features .table-responsive > div div:last-child {
    text-align: right;
  }
}

#product-features .table-responsive div.odd {
  background-color: #eeeeee;
}

@-webkit-keyframes product-label-keyframes {
  /*from {background-color: red;}*/
  to {
    background-color: orange;
  }
}

@keyframes product-label-keyframes {
  /*from {background-color: red;}*/
  to {
    background-color: orange;
  }
}

#product .thumbnail {
  margin-bottom: 7px;
}

#product #thumbs_list {
  background: white;
  z-index: 51;
  height: 0;
  overflow: hidden;
}

#product .product_attributes {
  margin-bottom: 20px;
}

#product .product_attributes .attribute_label {
  font-weight: normal;
  background-color: #f0f0f0;
  display: block;
}

@media (min-width: 991px) {
  #product .product_attributes .attribute_label:first {
    display: none !important;
  }
}

#product .product-label {
  border-radius: 3px;
  /*animation: product-label-keyframes 1s linear 2s infinite;*/
}

#product #buy_block {
  background-color: #FFF;
}

#product .buy_block_scroll {
  position: absolute;
  margin-left: 4px;
  margin-right: 4px;
  right: 4px;
  left: 4px;
}

#product .tarif_pro {
  border: 2px solid #e02224;
  border-radius: 4px;
}

#product .pb-center-column ul {
  padding-left: 40px;
  list-style: circle;
  margin-bottom: 10px;
}

#product img {
  max-width: 100%;
}

.product-price span {
  position: relative;
  bottom: 1px;
  font-size: .8em;
  line-height: .8em;
  vertical-align: super;
  text-decoration: none;
}

#short_description_content iframe {
  max-width: 100%;
}

.product_tags_list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
  float: right;
}

.product_tags_list li, .product_tags_list a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
}

.product_tags_list a {
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #0089e0;
  color: #fff;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.product_tags_list a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #0089e0 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.product_tags_list a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
}

.product_tags_list a:hover {
  background: #555;
}

.product_tags_list a:hover:before {
  border-color: transparent #555 transparent transparent;
}

/*# sourceMappingURL=sourcemaps/product.css.map */
