/*-----------------------*/
/**
* 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:#090610;
}

.container {
  background-color: #f8f8f8;
}

.block .title_block {
  font-size: 30px;
}

.aboutHome .title_block {
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.rtl .aboutHome .title_block {
  text-align: right;
}
.aboutHome .title_block:before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: black;
}
.rtl .aboutHome .title_block:before {
  right: 0;
  left: auto;
}
.aboutHome .ApRawHtml {
  padding-top: 40px;
  line-height: 1.6em;
}
.aboutHome .ApRawHtml .btn {
  margin-top: 23px;
  padding: 12px 30px;
}
.aboutHome .effect-julia {
  margin-top: 30px;
}

.content-product .products_block {
  border-top: 1px dashed #ccc;
  padding-top: 40px;
  margin-bottom: 10px;
}

.product-block {
  padding: 10px;
  background-color: white;
}

.manufacturers_block {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.manufacturers_block .owl-wrapper .item .manufacturer-container:before {
  display: none;
}

.blog-container {
  background-color: transparent;
}

#columns > .container {
  padding-bottom: 10px;
	padding-top: 20px;
	border-radius: 0px 0px 10px 10px;
}

#index #page #footer {
  margin-top: 0;
}

#footer {
  margin-top: 0;
}

@media (min-width: 769px) {
  .aboutHome .effect-julia {
    margin-top: -70px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1400px;
    max-width: 1400px;

  }

  .aboutHome .ApRawHtml {
    padding-top: 80px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .rtl .container {
    width: 1400px !important;
    max-width: 1400px !important;
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
}
