/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.effect-julia .image_description {
  position: absolute;
  bottom: 0;
  padding: 15px 23px;
  background-color: white;
  text-transform: uppercase;
}
.effect-julia .image_description .text_2 {
  letter-spacing: -2px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.effect-julia .image_description p {
  margin-bottom: 2px;
  font-weight: 400;
}
.effect-julia.effect-julia1 .image_description {
  background-color: #f25a5a;
}
.effect-julia.effect-julia1 .image_description .text_1,
.effect-julia.effect-julia1 .image_description .text_2 {
  color: white;
}

#social_block {
  padding-top: 57px;
  float: right;
}
.rtl #social_block {
  float: left;
}
#social_block .title_block {
  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-link .copyright {
  margin: 20px 0;
}

.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;
}

.view-product .product-block {
  margin-bottom: 3px;
}

.position-static.ApColumn .block {
    margin-bottom: 0;
}

#footer .border-top {
    border-top: 1px solid #575757;
}

#footer .ApColumn {
    z-index: initial;
}

#back-top {
    position: fixed;
    bottom: 60px;
    top: auto;
    text-align: center;
    z-index: 999;
    right: 60px;
}

#back-top a {
    color: white;
    background-color: #7e7e7e;
}

#back-top a:hover {
    color: white; 
    background-color: #ff3333;
}

/************* 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;
  }
}
@media (max-width: 320px) {
  .widget-category_image .cate_content {
    top: 12%;
  }
}
