/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*blockprimary*/
/*blockprimary*/
/*block success*/
/*block info*/
/*block warning*/
/*block danger*/
/*block highlighted*/
/*  
 * LAYOUT VARIABLES 
 */
@media (min-width: 992px) {
  .pts-parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }
}
.container-custom {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-custom::after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Suffix classes for make owner style for row and column. this will load automatic in setting form.
 * format: .pts-col.YOUR_SUFFIX_CLASS , .pts-row.YOUR_SUFFIX_CLASS;
 */
/* widget load prestashop module **/
.widget-inner > [class*="col-"] {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* column style */
/* row style */
/**
 * Widget Styles
 */
/* Separator style */
.widget-separator .w_text_separator {
  float: left;
  height: 2px;
  position: relative;
  width: 100%;
  background-color: #797C85;
}

.widget-separator .w_text_separator .text_separ {
  position: absolute;
  padding: 0 1px;
  width: 50px;
  top: -9px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  font-size: 15px;
  font-family: monospace;
}

.widget-separator .separator_align_center {
  left: 0;
  right: 0;
}

.widget-separator .separator_align_left {
  left: 0;
}

.widget-separator .separator_align_right {
  right: 0;
}
