/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#social_block {
  display: inline-block;
}
#social_block .title_block {
  display: none;
}
#social_block ul li {
 /* float: none;*/
  display: inline-block;
  margin-right: 2px;
}
.rtl #social_block ul li {
  margin-left: 2px;
  margin-right: inherit;
}
#social_block ul li a {
  color: white;
  margin: 0 10px 0 0;
  font-weight: 500;
  text-transform: uppercase;
}
#social_block ul li a:hover {
  color: #02D2C8;
}
#social_block ul li a:before {
 /* display: none;*/
}
#social_block ul li a span {
  display: none;
}

.grouptitle-h3 {
  position: relative;
}
.grouptitle-h3 .block .title_block {
  color: white;
}
.grouptitle-h3 .block .title_block:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: 0 -105px;
}
.grouptitle-h3 .image_description {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  padding: 0 9px;
  text-align: center;
}

#footer {
  background: transparent;
}
#footer .container {
  background: transparent;
  color: #999999;
}
#footer.footer-container .block .title_block {
}
#footer.footer-container .block .title_block:before {
  background-position: 0 -50px;
}

#footer.footer-container .block .title_block a:hover {
  color: #02D2C8;
}
#footer .image_description {
  margin-top: 20px;
}

.footer-copyright {
  padding-top: 30px;
  border-top-color: #4d4d4d;
  text-align: center;
}
.footer-copyright:before {
  position: absolute;
  content: "";
  top: -1px;
  height: 1px;
  min-width: 400px;
  background-color: #4d4d4d;
  left: -400px;
}
.rtl .footer-copyright:before {
  right: -400px;
  left: auto;
}
.footer-copyright:after {
  background-color: #4d4d4d;
}

.ApColumn .featured.block .title_block,
.ApColumn .last-product.block .title_block {
  margin-bottom: 80px;
  text-align: center;
}
.ApColumn .featured.block .title_block:before,
.ApColumn .last-product.block .title_block:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.featured .product-block .product-meta {
  padding: 0 20px 10px;
}

/************* Responsive ***************/
@media (min-width: 991px) {
  .leo-megamenu .navbar-nav {
    margin-left: 84px;
    border-left: #ebebeb;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
  }
  .rtl .leo-megamenu .navbar-nav {
    margin-right: 84px;
    margin-left: inherit;
  }
  .rtl .leo-megamenu .navbar-nav {
    border-right: #ebebeb;
    border-left: inherit;
  }
  .rtl .leo-megamenu .navbar-nav {
    border-style: none solid none none;
  }
  .rtl .leo-megamenu .navbar-nav {
    border-width: 0 1px 0 0;
  }

  .featured .product-block .name {
    width: 50%;
  }
  .featured .product-block .product-rating,
  .featured .product-block .norating {
    width: 50%;
    display: inline;
  }
  .featured .product-block .star_content {
    float: right;
  }
  .rtl .featured .product-block .star_content {
    float: left;
  }

  .featured .owl-theme .owl-controls .owl-buttons,
  .last-product .owl-theme .owl-controls .owl-buttons {
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .featured .owl-theme .owl-controls .owl-buttons div,
  .last-product .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .widget-category_image .cate_content {
    top: 10%;
  }
}
@media (max-width: 990px) {
  .widget-category_image .cate_content {
    top: 30%;
  }
  .widget-category_image ul li img {
    width: 100%;
  }

  .ApColumn .featured.block .title_block,
  .ApColumn .last-product.block .title_block {
    margin-bottom: 20px;
    text-align: left;
  }
  .rtl .ApColumn .featured.block .title_block, .rtl
  .ApColumn .last-product.block .title_block {
    text-align: right;
  }
  .ApColumn .featured.block .title_block:before,
  .ApColumn .last-product.block .title_block:before {
    left: 0;
    right: inherit;
  }
}
