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

#cart .title-cart .cart-quantity {
  color: #262626;
}
#cart .title-cart:hover .material-icons, #cart .title-cart:hover .cart-quantity {
  color: #eb5151;
}

.first-block-home3 {
  text-align: center;
  padding: 40px 0 12px;
}
.first-block-home3 .banner-center-h3 .txt-banner-h2, .first-block-home3 .banner-h3 .txt-banner-h2 {
  text-transform: uppercase;
  color: #262626;
  font-size: 14px;
  margin: 14px 0 6px;
}
.first-block-home3 .banner-center-h3 .txt-banner-h2:hover, .first-block-home3 .banner-h3 .txt-banner-h2:hover {
  color: #262626;
}
.first-block-home3 .banner-center-h3 .txt-desc, .first-block-home3 .banner-h3 .txt-desc {
  color: #eb5151;
  font-size: 12px;
}
.first-block-home3 .banner-center-h3 > div {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.group-widget .title_block, .columns-container .ApColumn .title_block {
  text-align: left;
  margin: 22px 0 25px;
}
.rtl .group-widget .title_block, .rtl .columns-container .ApColumn .title_block {
  text-align: right;
}

.last-deal-block .products_block {
  margin: 0;
}
.last-deal-block .owl-carousel .owl-item {
  padding: 0;
}

.new-product-h3 .ApColumn .block {
  margin-bottom: 0;
}
.new-product-h3 .title_block {
  margin-top: 0!important;
}

.product_list_h3 {
  padding: 0;
}
.product_list_h3 .ApProductCarousel {
  margin-bottom: 0;
}
.product_list_h3 .ApProductCarousel .title_block {
  margin: 25px 0 25px 15px;
}

.text-home {
  height: 80px;
  text-align: center;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-home .txt-home {
  color: #eb5151;
  text-transform: uppercase;
}
.text-home .txt-home2 {
  color: #ffffff;
}

.block_carousel {
  text-align: center;
}
.block_carousel .descript {
  font-size: 14px;
  font-family: "PT Serif", serif;
  margin: 130px 12px 30px;
  line-height: 22px;
}
.block_carousel .descript:before {
  content: '”';
  font-size: 150px;
  font-family: 'Roboto';
  font-weight: bold;
  color: #eaeaea;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
.block_carousel .title {
  color: #888;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin: 17px 0 10px;
}
.block_carousel img {
  margin: auto;
}
.block_carousel .owl-theme .owl-controls .owl-page span {
  background: #5f5f5f;
}
.block_carousel .owl-theme .owl-controls .owl-page.active span,
.block_carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: transparent;
  border: 2px solid #5f5f5f;
}
.block_carousel .owl-theme .owl-controls .owl-pagination {
  margin: 0px;
}

.manu-home .manufacturers_block {
  border: none;
}

.blog-group {
  margin-top: 0;
}
.blog-group .latest-blogs .title_block {
  text-align: center!important;
}

@media (max-width: 991px) {
  .first-block-home3 .banner-center-h3 > div {
    border: none;
  }
}
@media (max-width: 480px) {
  .product_list_h3 .ApProductCarousel .title_block {
    font-size: 22px;
  }

  .text-home {
    padding: 22px 0;
  }
}
