.content-product-left .full_slider,
.content-product-left .not_full_slider {
    padding: 0 30px;
}
.content-product-left .full_slider,
.content-product-left .not_full_slider {
    margin-top: 15px;
}
.content-product-left .large-image {
    cursor: pointer;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border: 1px solid #ddd;
}
.content-product-left .large-image img {
    background: #fff;
}
.zoomContainer {
    z-index: 190;
    cursor: pointer;
}
.zoomWindowContainer .zoomWindow {
  left: 500px;
}

.content-product-left .full_slider .owl2-nav div,
.content-product-left .not_full_slider .owl2-nav div {
    display: block;
    width: 20px;
    text-align: center;
    background: transparent !important;
    color: #999999;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    height: 104px;
    top: 0px;
}
.content-product-left .full_slider .owl2-nav div.owl2-prev,
.content-product-left .not_full_slider .owl2-nav div.owl2-prev {
    left: 0px;
    float: left;
}
.content-product-left .full_slider .owl2-nav div.owl2-prev:before,
.content-product-left .not_full_slider .owl2-nav div.owl2-prev:before {
    content: '\e853';
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-weight: normal;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
}
.content-product-left .full_slider .owl2-nav div.owl2-next,
.content-product-left .not_full_slider .owl2-nav div.owl2-next {
    right: 0;
    float: right;
}
.content-product-left .full_slider .owl2-nav div.owl2-next:before,
.content-product-left .not_full_slider .owl2-nav div.owl2-next:before {
    content: '\e852';
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-weight: normal;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
}


#product .qty .control-label {
  margin-bottom: 10px;
}
#product .qty {
  display: block;
  position: relative;
  overflow: hidden;
}
#product .qty .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}
#product .qty .input-group-btn-vertical > .btn {
  border: 0px;
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  padding: 2px 15px;
  position: relative;
  font-size: 10px;
}
#product .qty .input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
}
#product .qty .input-group-btn-vertical i {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}
#product .qty .input-group-btn-vertical > .btn:hover i.fa-plus-circle {
  color:#337AB7;
}
#product .qty .input-group-btn-vertical > .btn:hover i.fa-minus-circle {
  color:red;
}

#product .btn-wishlist {
  padding: 0px;
}
#main-content .product-infos h1.product-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 20px;
    display: block;
}
.product-infos .main-attr {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.product-infos span.model {
  display: block;
  clear: both;
  position: relative;
}
.product-infos .main-price {
  margin-bottom: 10px;
}
.product-infos .opsi-img .radio label {
  padding: 0px;
}
.product-infos .opsi-img img {
  width: 40px;
}
.product-infos .opsi-img label > input{
  visibility: hidden;
  position: absolute;
  display: none;
}
.product-infos label > input + img{
  cursor: pointer;
  border: 1px solid transparent;
}
.product-infos label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border: 2px solid #f00;
}
.product-infos .main-price span.price {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  margin-right: 10px;
}
.product-infos .main-price span.tax {
  margin-top: 10px;
  font-size: 13px;
  color: #aaa;
  display: block;
  clear: both;
}
.product-infos span.discount {
  display: block;
  clear: both;
  position: relative;
  color: #aaa;
  margin-top: 5px;
  color: #000;
}
.product-infos .main-label-sale.label-img {
  max-width: 80px;
  float: left;
}
.product-infos .main-label-sale.label-percent {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  color: #FFFFFF;
  background: #06A6F1;
  display:inline-block;
  font-weight: bold;
}
.product-infos .free-shipping {
  display: inline-block;
  max-width: 80px;
  float: left;
  margin-right: 10px;
}
#product h3.product-option {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* countdown timer for product pages */
.product-countdown-blocks {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-countdowns {
  display: block;
  overflow: hidden;
}
.product-countdowns .p-timer div {
  width: 60px;
  height: 60px;
  margin: 0 10px 10px 0;
  padding: 15px 0 0 0 !important;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #FFFFFF;
  background: #06A6F1;
}
.product-countdowns .p-timer div:before {
  content: ":";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  font-weight: bold;
}
.product-countdowns .p-timer div:nth-child(1):before {
  right: -46%;
}
.product-countdowns .p-timer div:nth-child(2):before {
  right: -65%;
}
.product-countdowns .p-timer div:nth-child(3):before {
  right: -65%;
}
.product-countdowns .p-timer div:last-child:before {
  display: none;
}
.product-countdowns .p-timer div p {
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 0.2em;
  font-weight: bold;
  display: block;
}
@media (max-width: 420px) {
  .product-info {
    margin-top: 20px;
  }
}
.product-tags {
  margin-top: 40px;
  margin-bottom: 40px;
  color:#232323;
  text-transform: capitalize;
}
.product-tags a.tags {
  background:#232323;
  color: #ffffff;
  padding: 3px 7px;
  margin-right: -5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  position:relative;
  display:inline-block;
  border-radius: 4px;
}