/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
body {
  background-color: white;
}

.index .columns-container #center_column {
  padding: 0 15px;
}

.products_block .title_block, .ApProductList .title_block, .widget-category_image .title_block {
  font-size: 36px;
  font-weight: 700;
}
.products_block .product-block .new-box, .ApProductList .product-block .new-box, .products_block .product-block .sale-box, .ApProductList .product-block .sale-box {
  top: 19px;
}
.products_block .product-block .product-meta, .ApProductList .product-block .product-meta {
  padding-top: 20px;
}
.products_block .block_content, .ApProductList .block_content {
  padding: 30px 0;
}

.ApProductCarousel .product-container .comments_note .star_content {
  float: none;
  margin: 5px 0px 5px 0px!important;
}
.ApProductCarousel .product-container .comments_note .nb-comments {
  display: inline-block;
  float: none;
  position: relative;
  top: -7px;
}

div.star:after {
  content: "\f005";
  color: black;
}

div.star.star_on:after {
  color: #ffa800;
}

.block_content .owl-theme .owl-controls .owl-buttons div {
  top: -79px;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block_content .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 15px;
  left: auto;
}
.rtl .block_content .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: 15px;
  right: auto;
}
.block_content .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 55px;
  left: auto;
}
.rtl .block_content .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 45px;
  right: auto;
}

.manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div {
  top: 50%;
  margin-top: -15px;
}

.manufacturers_block {
  padding: 73px 40px;
}
.manufacturers_block .image img {
  border: 1px solid #dddddd;
}
.manufacturers_block .image:hover img {
  border-color: #ba71b6;
}
.manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-next, .manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -30px;
  left: auto;
}
.rtl .manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: -30px;
  right: auto;
}
.manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
  right: auto;
}
.rtl .manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: -30px;
  left: auto;
}

#footer {
  background-color: #fff;
}

.iview-controlNav {
  opacity: 1 !important;
  top: 0;
  bottom: auto;
  right: 0;
  height: 100%;
  width: inherit;
}
.rtl .iview-controlNav {
  left: 0;
  right: auto;
}
.iview-controlNav .iview-items {
  height: 100%;
}
.iview-controlNav .iview-items ul {
  display: table;
  height: 100%;
  background-color: #9fa8da;
}
.iview-controlNav .iview-items ul li {
  display: table-row;
  color: #fff;
}
.iview-controlNav .iview-items ul li:last-child a {
  border-bottom: 0;
}
.iview-controlNav .iview-items a {
  width: inherit;
  height: inherit;
  font-size: 14px;
  display: block;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 25px;
  position: relative;
  border-radius: 0;
  border-bottom: 1px solid #903d8c;
}
.iview-controlNav .iview-items a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid rgba(0, 0, 0, 0);
  top: 50%;
  margin-top: -6px;
  left: 0;
}
.iview-controlNav .iview-items a > span {
  display: none;
}
.iview-controlNav .iview-items a.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background-color: #903d8c;
}
.iview-controlNav .iview-items a.active:before {
  border-left-color: #efedee;
}
.iview-controlNav .iview-items a .number-slide, .iview-controlNav .iview-items a .description-slide {
  display: block;
  text-transform: uppercase;
}
.iview-controlNav .iview-items a .number-slide {
  font-size: 48px;
  color: #ebbde8;
  font-weight: 700;
  line-height: 44px;
}
.iview-controlNav .iview-items a .description-slide {
  font-size: 12px;
  position: relative;
  color: #fff;
}
.iview-controlNav .iview-items a .description-slide:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  bottom: -5px;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#iview div.iview-directionNav a.iview-prevNav {
  left: 150px;
  right: auto;
}
.rtl #iview div.iview-directionNav a.iview-prevNav {
  left: auto;
  right: 150px;
}
#iview div.iview-directionNav a.iview-nextNav {
  right: 150px;
  left: auto;
}
.rtl #iview div.iview-directionNav a.iview-nextNav {
  left: 150px;
  right: auto;
}

@media (max-width: 991px) {
  .iview-controlNav .iview-items a .number-slide {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .iview-controlNav .iview-items a .number-slide {
    display: none;
  }

  .iview {
    min-width: inherit;
  }

  .banner-middle {
    padding-top: 0 !important;
    padding-bottom: 30px;
  }

  .blockleoblogs {
    padding-bottom: 70px;
    border-bottom: 1px dotted #dddddd;
  }

  .blockleoblogs .blog-media .title {
    font-size: 13px;
  }

  #footer {
    background: none;
  }

  .manufacturers_block {
    border-bottom: 1px solid #dddddd;
  }

  #footer .footer-email {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .iview-controlNav {
    width: 100%;
    bottom: 0;
    display: block;
    top: auto;
    height: auto;
  }
  .iview-controlNav .iview-items {
    text-align: center;
  }
  .iview-controlNav .iview-items ul {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  .iview-controlNav .iview-items ul li {
    display: inline-block;
    margin: 0 3px;
  }
  .iview-controlNav .iview-items a {
    padding: 5px;
    background-color: #9fa8da;
    border-bottom: none;
  }
  .iview-controlNav .iview-items a:before {
    display: none;
  }
  .iview-controlNav .iview-items a .description-slide {
    font-size: 0;
  }
  .iview-controlNav .iview-items a .description-slide:before {
    display: none;
  }

  #iview div.iview-directionNav a {
    display: none;
  }

  .products_block .title_block, .ApProductList .title_block, .ApProductList .title_block, .blockleoblogs .title_block {
    font-size: 22px;
    padding-top: 20px;
  }

  .block_content .owl-theme .owl-controls .owl-buttons div {
    top: -90px;
  }
}
