/***************************************************
  Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes
/***************************************************/
/* effect zoom In #1 */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-row {
  margin-left: -15px;
  margin-right: -15px; }

.owl-theme .owl-buttons {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .owl-theme .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 30px;
    color: transparent;
    text-align: center;
    background: #000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .owl-theme .owl-buttons div.owl-prev {
      font-family: "FontAwesome";
      color: #ffd32c;
      font-size: 30px;
      display: block;
      line-height: 45px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      left: -10px; }
      .rtl .owl-theme .owl-buttons div.owl-prev {
        right: -10px;
        left: auto; }
      @media (max-width: 991px) {
        .owl-theme .owl-buttons div.owl-prev {
          left: 25px; }
          .rtl .owl-theme .owl-buttons div.owl-prev {
            right: 25px;
            left: auto; } }
    .owl-theme .owl-buttons div.owl-next {
      font-family: "FontAwesome";
      color: #ffd32c;
      font-size: 30px;
      display: block;
      line-height: 45px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      right: -10px; }
      .rtl .owl-theme .owl-buttons div.owl-next {
        left: -10px;
        right: auto; }
      @media (max-width: 991px) {
        .owl-theme .owl-buttons div.owl-next {
          right: 25px; }
          .rtl .owl-theme .owl-buttons div.owl-next {
            left: 25px;
            right: auto; } }
    .owl-theme .owl-buttons div:hover {
      background: #ffd32c;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: #000; }

/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  margin: 10px 0; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  width: 12px;
  height: 12px;
  margin: 0 5px;
  position: relative;
  opacity: 0.75;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 100%; }
  .owl-theme .owl-controls .owl-page.active {
    background-color: #ffd32c; }
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffd32c;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.75; }
  .owl-theme .owl-controls .owl-page:hover {
    background-color: #ffd32c; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center; }

@media (min-width: 992px) {
  .product-full .owl-item {
    opacity: 0.3; }
    .product-full .owl-item.active {
      opacity: 1; }
    .product-full .owl-item.first, .product-full .owl-item.last {
      opacity: 0.3; }
  .product-full .owl-buttons {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .product-full .owl-buttons div:first-child {
      left: 16%; }
      .rtl .product-full .owl-buttons div:first-child {
        right: 16%;
        left: auto; }
    .product-full .owl-buttons div:last-child {
      right: 16%; }
      .rtl .product-full .owl-buttons div:last-child {
        left: 16%;
        right: auto; }
  .product-full .block_content:hover .owl-buttons {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; } }

/*# sourceMappingURL=owl.theme.css.map */
