/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme.owl-navigation-lr {
  overflow: hidden; }
  .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    height: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 46px; }
    .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div.disabled {
      color: #777777;
      cursor: default; }
    .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div i {
      height: 34px;
      line-height: 34px;
      width: 34px;
      display: inline-block;
      top: 50%;
      left: 6px;
      margin-top: -17px;
      position: absolute;
      text-align: center;
      font-size: 1.5em; }
    .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div:hover {
      background: rgba(0, 0, 0, 0.8); }
      .products_slider .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div:hover {
        background: #777777; }
    .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div.disabled:hover {
      background: rgba(68, 68, 68, 0.4); }
      .products_slider .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div.disabled:hover {
        background: #cccccc; }
  .owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-prev {
    left: -100px;
    -webkit-transition: left 300ms ease;
    transition: left 300ms ease;
    padding-left: 6px; }
  .owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-next {
    right: -100px;
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
    padding-right: 6px; }
  .owl-theme.owl-navigation-lr:hover .owl-controls .owl-buttons .owl-prev, .owl-theme.owl-navigation-lr.owl-navigation_visible .owl-controls .owl-buttons .owl-prev {
    left: 0px; }
  .owl-theme.owl-navigation-lr:hover .owl-controls .owl-buttons .owl-next,.owl-theme.owl-navigation-lr.owl-navigation_visible .owl-controls .owl-buttons .owl-next {
    right: 0px; }
  .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div, .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
    top: 50%;
    margin-top: -34px;
    bottom: auto;
    height: auto;
    padding: 0;
    width: auto; }
    .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div i, .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
      height: 68px;
      line-height: 68px;
      width: 36px;
      top: auto;
      left: auto;
      margin-top: 0;
      position: static; }
      .brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div i, #thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div i, .brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i, #thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
        height: 48px;
        line-height: 48px;
        width: 26px; }
    .products_slider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div, .products_slider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
      top: 40%;
      background: #cccccc; }
    .brands-itemslider.products_slider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div, #thumbs_list.products_slider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div, .brands-itemslider.products_slider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div, #thumbs_list.products_slider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
      top: 50%;
      margin-top: -24px; }
  .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
    margin-top: -20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden; }
    .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
      height: 40px;
      line-height: 40px;
      width: 40px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px; }
      .brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i, #thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
        height: 30px;
        line-height: 30px;
        width: 30px; }
  .owl-theme.owl-navigation-lr.owl-navigation-circle:hover .owl-controls .owl-buttons .owl-prev {
    left: 0px; }
  .owl-theme.owl-navigation-lr.owl-navigation-circle:hover .owl-controls .owl-buttons .owl-next {
    right: 0px; }

.owl-theme.owl-navigation-tr .owl-controls .owl-buttons {
  position: absolute;
  top: -56px;
  right: 12px; }
  #left_column .owl-theme.owl-navigation-tr .owl-controls .owl-buttons, #right_column .owl-theme.owl-navigation-tr .owl-controls .owl-buttons {
    right: 6px; }
  .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div {
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
    text-align: center;
    color: #444444;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div.disabled {
      color: #999999;
      cursor: default; }
    .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div.owl-prev {
      margin-right: 2px; }
    .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div:hover {
      background-color: #f2f2f2; }
    .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div.disabled:hover {
      background-color: transparent; }

.owl_images_slider .owl-pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 6px; }

/* .owl_carousel_wrap{
  .owl-theme .owl-controls .owl-buttons div{
    @include opacity(.50);
  }
  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
    @include opacity(1);
  }
}
.products_slider{
  .owl-theme.owl-navigation-tr .owl-controls .owl-buttons div{
    color: #BFBFBF;
  }
  .owl-theme.owl-navigation-tr .owl-controls.clickable .owl-buttons div:hover{
    color: #333;
  }
} */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin: 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #777777; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #444444; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

/* preloading images */
    .products_slider .owl-item.loading .on_sale, .products_slider .owl-item.loading .sale_percentage_sticker, .products_slider .owl-item.loading .new {
      display: none; }
  .owl-item.loading .product_image, .owl-item.loading .blog_image, .owl-item.loading .fc_cat_image, .owl-item.loading .fc_cat_image, .owl-item.loading .ins_image_link {
    min-height: 60px;
    background: url(../img/ajax-loader-1.gif) no-repeat center bottom; }

.owl_bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #444; }

.owl_progressBar {
  width: 100%;
  background: #EDEDED; }

.st_owl_carousel_block {
  position: relative;
  display: block; }

.st_owl_carousel_text.text_table_wrap .text_table .text_td {
  padding-left: 60px;
  padding-right: 60px; }
  #left_column .st_owl_carousel_text.text_table_wrap .text_table .text_td, #right_column .st_owl_carousel_text.text_table_wrap .text_table .text_td {
    padding-left: 16px;
    padding-right: 16px; }
.st_owl_carousel_text .text-center h1, .st_owl_carousel_text .text-center h2, .st_owl_carousel_text .text-center h3, .st_owl_carousel_text .text-center h4, .st_owl_carousel_text .text-center h5, .st_owl_carousel_text .text-center h6, .st_owl_carousel_text .text-center p, .st_owl_carousel_text .text-center div {
  display: block;
  float: none; }
.st_owl_carousel_text .text-center div.text_inner_box {
  display: block;
  float: none; }
  .st_owl_carousel_text .text-center div.text_inner_box.text_inner_box_left {
    float: left; }
  .st_owl_carousel_text .text-center div.text_inner_box.text_inner_box_right {
    float: right; }
.st_owl_carousel_text .text-right h1, .st_owl_carousel_text .text-right h2, .st_owl_carousel_text .text-right h3, .st_owl_carousel_text .text-right h4, .st_owl_carousel_text .text-right h5, .st_owl_carousel_text .text-right h6, .st_owl_carousel_text .text-right p, .st_owl_carousel_text .text-right div {
  display: inline-block;
  float: right;
  clear: both; }
.st_owl_carousel_text .text-right div.text_inner_box {
  display: block;
  float: none; }
  .st_owl_carousel_text .text-right div.text_inner_box.text_inner_box_left {
    float: left; }
  .st_owl_carousel_text .text-right div.text_inner_box.text_inner_box_right {
    float: right; }
.st_owl_carousel_text .text-left h1, .st_owl_carousel_text .text-left h2, .st_owl_carousel_text .text-left h3, .st_owl_carousel_text .text-left h4, .st_owl_carousel_text .text-left h5, .st_owl_carousel_text .text-left h6, .st_owl_carousel_text .text-left p, .st_owl_carousel_text .text-left div {
  display: inline-block;
  float: left;
  clear: both; }
.st_owl_carousel_text .text-left div.text_inner_box {
  display: block;
  float: none; }
  .st_owl_carousel_text .text-left div.text_inner_box.text_inner_box_left {
    float: left; }
  .st_owl_carousel_text .text-left div.text_inner_box.text_inner_box_right {
    float: right; }
.owl-pagination{margin-top: 20px;}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }