
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
}

.owl-carousel{
   position: relative;
}
.owl-carousel .owl-image{
  overflow: hidden;
}
.owl-carousel .owl-image img{
  width: auto;
  height: 100%;
  margin: auto;
}
.owl-text{
  text-align: center;
}
.review-box{
  max-width: 80px;
  margin: auto;
}
.owl-nav{
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
}
.owl-next{
  position: absolute;
  right: -15px;
}
.owl-prev {
  position: absolute;
  left: -15px;
}
.owl-next span, .owl-prev span{
  font-size: 50px;
}
.owl-dots{
  text-align: center;
}
.owl-dots button{
  margin-left: 3px;
  margin-right: 3px;
}
.owl-dots button span{
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #b4b4b4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-dots button.active span{
background-color: blue;
}

.owl-carousel .block_product .cartajaxattributes-fieldset-wrapper img {
    width: auto;
    display: inline-block;
}
.owl-carousel .block_product .owl-image {
    text-align: center;
}
.owl-carousel .block_product .owl-image .image_block{
    position: relative;
    margin-top: 5px;
}
.owl-carousel .block_product .owl-image .image_block .product_label{
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding:0;
    margin-left: -5px;
    margin-top: -5px;
}