/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.ApColumn .widget-category_image {
  position: relative;
  z-index: 1; }
  .ApColumn .widget-category_image:after {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    height: 1px;
    display: block !important;
    bottom: 0;
    box-sizing: content-box;
    -moz-box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.75);
    -webkit-box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.75);
    -o-box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.75);
    -ms-box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.75);
    box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.75);
    margin-left: -1000px; }
    .rtl .ApColumn .widget-category_image:after {
      margin-right: -1000px;
      margin-left: inherit; }
  .ApColumn .widget-category_image .item-icon {
    margin-bottom: 15px; }
    .ApColumn .widget-category_image .item-icon:before {
      content: "\f2cd";
      font-family: "FontAwesome";
      font-size: 30px; }
  .ApColumn .widget-category_image .item-title {
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Lora", serif; }
  .ApColumn .widget-category_image .item-product-cat-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #FFFFFF;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .ApColumn .widget-category_image .owl-row {
    margin: 0 -5px; }
  .ApColumn .widget-category_image .owl-carousel .owl-wrapper-outer {
    overflow: initial; }
  .ApColumn .widget-category_image .owl-carousel .owl-item {
    padding: 0 5px; }
    .ApColumn .widget-category_image .owl-carousel .owl-item .item {
      position: relative; }
    .ApColumn .widget-category_image .owl-carousel .owl-item:hover .item-product-cat-content {
      padding: 20px;
      height: 60px;
      z-index: 39;
      box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.5);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
    .ApColumn .widget-category_image .owl-carousel .owl-item:hover .item-icon {
      display: none; }
    .ApColumn .widget-category_image .owl-carousel .owl-item:nth-of-type(2) .item-icon:before {
      content: "\f236"; }
    .ApColumn .widget-category_image .owl-carousel .owl-item:nth-of-type(3) .item-icon:before {
      content: "\f0f5"; }
    .ApColumn .widget-category_image .owl-carousel .owl-item:nth-of-type(4) .item-icon:before {
      content: "\f0eb"; }
    .ApColumn .widget-category_image .owl-carousel .owl-item:nth-of-type(5) .item-icon:before {
      content: "\f015"; }
    .ApColumn .widget-category_image .owl-carousel .owl-item:nth-of-type(6) .item-icon:before {
      content: "\f1d5"; }
  .ApColumn .widget-category_image:hover .cover-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/**** .latest-blogs .blog-container ****/
.latest-blogs {
  padding: 60px 0 50px; }
  @media (max-width: 575px) {
    .latest-blogs {
      padding: 30px 0; } }
  .latest-blogs .blog-container {
    margin: 5px 0 10px; }
    @media (min-width: 576px) {
      .latest-blogs .blog-container {
        border: none;
        -moz-box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.2);
        -webkit-box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.2);
        -o-box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.2);
        -ms-box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.2);
        box-shadow: -1px 5px 5px 0 rgba(143, 143, 143, 0.2);
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .latest-blogs .blog-container .left-block {
          width: 50%; }
        .latest-blogs .blog-container .right-block {
          width: 50%; } }
    .latest-blogs .blog-container .blog-meta {
      padding: 25px; }
    .latest-blogs .blog-container .blog-title {
      margin: 0 0 20px; }

/***** .ApColumn .manufacturers_block *****/
.ApColumn .manufacturers_block {
  padding: 50px 0;
  margin-bottom: 70px;
  border-bottom: 1px solid #ebebeb; }

/*# sourceMappingURL=profile1536069071.css.map */
