/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.html-help {
  position: relative;
}
.html-help:before {
  background-color: #37aeeb;
  padding: 0px 1000px;
  margin-left: -1000px;
  width: 100%;
  overflow: hidden;
  box-sizing: content-box;
  position: absolute;
  height: 100%;
  display: inherit !important;
  top: 0;
  z-index: -1;
}
.rtl .html-help:before {
  margin-right: -1000px;
  margin-left: inherit;
}

.manufacturers_block {
  margin: 0 0 60px 0;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}