/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
	Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.banner.banner-emarket-one {
  position: relative; }
  .banner.banner-emarket-one h3 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .banner.banner-emarket-one p {
    margin-bottom: 0px; }
  .banner.banner-emarket-one .image_description {
    top: 0px;
    z-index: 9;
    margin: auto;
    padding: 25px;
    position: absolute;
    pointer-events: none;
    left: 0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .rtl .banner.banner-emarket-one .image_description {
      right: 0px;
      left: auto; }
  .banner.banner-emarket-one.text-white h3, .banner.banner-emarket-one.text-white p {
    color: #FFFFFF; }
.banner.banner-emarket-two {
  overflow: hidden;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 10px; }
  .banner.banner-emarket-two .image {
    display: block;
    overflow: hidden; }
  .banner.banner-emarket-two h3 {
    font-size: 16px;
    margin-bottom: 5px; }
  .banner.banner-emarket-two p {
    margin-bottom: 0px; }
  .banner.banner-emarket-two .image_description {
    background: #FFFFFF;
    padding: 15px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .banner.banner-emarket-two.pink-color .image_description {
    background: #fff1f1; }
  .banner.banner-emarket-two.blue-color .image_description {
    background: #d3eeff; }
  .banner.banner-emarket-two.yellow-color .image_description {
    background: #fcf8e4; }
  .banner.banner-emarket-two.green-color .image_description {
    background: #e7f8f1; }
.banner.banner-emarket-three {
  position: relative; }
  .banner.banner-emarket-three .image_description {
    z-index: 9;
    padding: 15px 30px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .banner.banner-emarket-three h3 {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .banner.banner-emarket-three h3 {
        font-size: 20px; } }
    .banner.banner-emarket-three h3:last-of-type {
      margin-bottom: 10px; }
  .banner.banner-emarket-three h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px; }
    .banner.banner-emarket-three h4:last-of-type {
      margin-bottom: 5px; }
  .banner.banner-emarket-three p {
    font-size: 13px;
    margin-bottom: 0px; }
  .banner.banner-emarket-three .btn {
    font-size: 13px;
    margin-top: 10px;
    padding: 7px 20px;
    min-width: 120px;
    border: none;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    text-transform: uppercase;
    background: #1bbc9b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
    @media (max-width: 991px) {
      .banner.banner-emarket-three .btn {
        margin-top: 10px; } }
    .banner.banner-emarket-three .btn:hover {
      background: #169a7f; }
  .banner.banner-emarket-three.center-text {
    text-align: center; }
    .banner.banner-emarket-three.center-text .image_description {
      left: 0px;
      right: 0px;
      margin: auto; }
    .banner.banner-emarket-three.center-text h3:after {
      left: 0px;
      right: 0px;
      margin: auto; }
  .banner.banner-emarket-three.left-text {
    text-align: left; }
    .rtl .banner.banner-emarket-three.left-text {
      text-align: right; }
    .banner.banner-emarket-three.left-text .image_description {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-emarket-three.left-text .image_description {
        right: 0px;
        left: auto; }
    .banner.banner-emarket-three.left-text h3:after {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-emarket-three.left-text h3:after {
        right: 0px;
        left: auto; }
  .banner.banner-emarket-three.right-text {
    text-align: right; }
    .rtl .banner.banner-emarket-three.right-text {
      text-align: left; }
    .banner.banner-emarket-three.right-text .image_description {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-emarket-three.right-text .image_description {
        right: auto;
        left: 0px; }
    .banner.banner-emarket-three.right-text h3:after {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-emarket-three.right-text h3:after {
        right: auto;
        left: 0px; }
  .banner.banner-emarket-three.middle-text .image_description {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.banner-emarket-three.top-text .image_description {
    top: 0px;
    bottom: auto; }
  .banner.banner-emarket-three.bottom-text .image_description {
    top: auto;
    bottom: 0px; }
  .banner.banner-emarket-three.text-white {
    color: #FFFFFF; }
    .banner.banner-emarket-three.text-white h3, .banner.banner-emarket-three.text-white h4 {
      color: #FFFFFF; }
    .banner.banner-emarket-three.text-white h3:after {
      background: rgba(255, 255, 255, 0.5); }
.banner.banner-emarket-four {
  text-align: center;
  position: relative; }
  .banner.banner-emarket-four .image_description {
    padding: 15px 0px 0px; }
  .banner.banner-emarket-four h3 {
    font-size: 16px;
    position: relative;
    margin-bottom: 0px; }
    .banner.banner-emarket-four h3:last-of-type {
      margin-bottom: 10px; }
  .banner.banner-emarket-four p {
    line-height: 1.5;
    margin-bottom: 0px; }
  .banner.banner-emarket-four .btn {
    font-size: 13px;
    margin-top: 15px;
    padding: 7px 15px;
    min-width: 120px;
    border: none;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    text-transform: uppercase;
    border-radius: 5px;
    background: #1bbc9b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
    .banner.banner-emarket-four .btn:hover {
      background: #169a7f; }
.banner.banner-emarket-five {
  text-align: center; }
  .banner.banner-emarket-five .media {
    position: relative; }
  .banner.banner-emarket-five .image_description {
    z-index: 9;
    padding: 20px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    @media (min-width: 992px) {
      .banner.banner-emarket-five .image_description {
        padding: 30px; } }
  @media (min-width: 992px) {
    .banner.banner-emarket-five.large h3 {
      font-size: 25px; }
      .banner.banner-emarket-five.large h3:last-of-type {
        margin-bottom: 10px; } }
  @media (min-width: 576px) {
    .banner.banner-emarket-five.large .image_description {
      padding: 50px 30px; } }
  .banner.banner-emarket-five h3 {
    font-size: 18px;
    position: relative;
    margin-bottom: 0px; }
    .banner.banner-emarket-five h3:last-of-type {
      margin-bottom: 5px; }
  .banner.banner-emarket-five p {
    margin-bottom: 0px; }
  .banner.banner-emarket-five .btn {
    font-size: 13px;
    margin-top: 15px;
    padding: 8px 20px;
    border: none;
    color: #FFFFFF;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    background: transparent;
    text-transform: uppercase;
    background: #1bbc9b;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .banner.banner-emarket-five .btn:hover {
        color: #FFFFFF;
        background: #169a7f; } }
  .banner.banner-emarket-five.text-white {
    color: #FFFFFF; }
    .banner.banner-emarket-five.text-white h3 {
      color: #FFFFFF; }
      .banner.banner-emarket-five.text-white h3:after {
        background: rgba(255, 255, 255, 0.5); }
  .banner.banner-emarket-five.btn-white .btn {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF; }
    .banner.banner-emarket-five.btn-white .btn:hover {
      color: #1bbc9b;
      border-bottom-color: #1bbc9b; }
  .banner.banner-emarket-five.center-text {
    text-align: center; }
    .banner.banner-emarket-five.center-text .image_description {
      left: 0px;
      right: 0px;
      margin: auto; }
    .banner.banner-emarket-five.center-text h3:after {
      left: 0px;
      right: 0px;
      margin: auto; }
  .banner.banner-emarket-five.left-text {
    text-align: left; }
    .rtl .banner.banner-emarket-five.left-text {
      text-align: right; }
    .banner.banner-emarket-five.left-text .image_description {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-emarket-five.left-text .image_description {
        right: 0px;
        left: auto; }
    .banner.banner-emarket-five.left-text h3:after {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-emarket-five.left-text h3:after {
        right: 0px;
        left: auto; }
  .banner.banner-emarket-five.right-text {
    text-align: right; }
    .rtl .banner.banner-emarket-five.right-text {
      text-align: left; }
    .banner.banner-emarket-five.right-text .image_description {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-emarket-five.right-text .image_description {
        right: auto;
        left: 0px; }
    .banner.banner-emarket-five.right-text h3:after {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-emarket-five.right-text h3:after {
        right: auto;
        left: 0px; }
  .banner.banner-emarket-five.middle-text .image_description {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.banner-emarket-five.top-text .image_description {
    top: 0px;
    bottom: auto; }
  .banner.banner-emarket-five.bottom-text .image_description {
    top: auto;
    bottom: 0px; }

.service.service-emarket-one {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px; }
  .rtl .service.service-emarket-one {
    margin-left: 20px;
    margin-right: inherit; }
  .service.service-emarket-one:last-child {
    margin-right: 0px; }
    .rtl .service.service-emarket-one:last-child {
      margin-left: 0px;
      margin-right: inherit; }
  .service.service-emarket-one i {
    margin: auto;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #1bbc9b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .service.service-emarket-one i.icon-delivery:before {
      content: "\eaa5"; }
    .service.service-emarket-one i.icon-payment:before {
      content: "\e91b"; }
    .service.service-emarket-one i.icon-support:before {
      content: "\ea9e"; }
    .service.service-emarket-one i.icon-money:before {
      content: "\e9e1"; }
    .service.service-emarket-one i.icon-ship:before {
      content: "\eaa1"; }
    .service.service-emarket-one i.icon-security:before {
      content: "\e984"; }
    .service.service-emarket-one i.icon-dolar:before {
      content: "\eaa6"; }
    .service.service-emarket-one i.icon-help:before {
      content: "\e9bb"; }
  .service.service-emarket-one h3 {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: inherit;
    font-weight: normal; }
  .service.service-emarket-one .right-block {
    padding-left: 10px; }
    .rtl .service.service-emarket-one .right-block {
      padding-right: 10px;
      padding-left: inherit; }
  .service.service-emarket-one .media {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }

.manufacturers.manufacturers-emarket-one .manufacturer-container {
  margin-bottom: 20px; }
  .manufacturers.manufacturers-emarket-one .manufacturer-container .manufacturer-name {
    display: block;
    margin-top: 15px;
    margin-bottom: 0px; }
    .manufacturers.manufacturers-emarket-one .manufacturer-container .manufacturer-name .name {
      font-size: 14px;
      margin-bottom: 0px; }
    .manufacturers.manufacturers-emarket-one .manufacturer-container .manufacturer-name a {
      padding: 10px 20px;
      border-radius: 9999px;
      -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

.deo-category-image.image-category-emarket-one {
  margin-bottom: 0px; }
  .deo-category-image.image-category-emarket-one .cate_content {
    overflow: hidden;
    text-align: center;
    position: relative; }
    .deo-category-image.image-category-emarket-one .cate_content .cate-meta {
      margin-top: 10px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .deo-category-image.image-category-emarket-one .cate_content .cover-img a {
      display: block;
      padding: 10px;
      overflow: hidden;
      border: 1px solid #eaeaea;
      border-radius: 10px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .deo-category-image.image-category-emarket-one .cate_content .cate-name {
      color: inherit;
      font-size: 14px;
      font-family: inherit;
      margin-bottom: 0px;
      font-weight: normal;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .deo-category-image.image-category-emarket-one .cate_content .deo-qty-category {
      font-size: 14px;
      font-weight: normal;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .deo-category-image.image-category-emarket-one .cate_content .deo-qty-category.processed-qty-category:before {
        content: '(';
        display: inline-block; }
      .deo-category-image.image-category-emarket-one .cate_content .deo-qty-category.processed-qty-category:after {
        content: ')';
        display: inline-block; }
      .deo-category-image.image-category-emarket-one .cate_content .deo-qty-category.processed-qty-category span {
        display: none; }
    @media (min-width: 992px) {
      .deo-category-image.image-category-emarket-one .cate_content:hover .cover-img a {
        border-color: #1bbc9b; } }
  .deo-category-image.image-category-emarket-one.no-border .cate_content .cover-img {
    border: none; }
.deo-category-image.image-category-emarket-two {
  margin-bottom: 0px; }
  .deo-category-image.image-category-emarket-two .block_content {
    background: #FFFFFF;
    border: 1px solid #eaeaea; }
  .deo-category-image.image-category-emarket-two .slick-slide {
    position: relative; }
    .deo-category-image.image-category-emarket-two .slick-slide.slick-active .cate_content:before {
      content: '';
      top: -99px;
      bottom: -99px;
      width: 1px;
      position: absolute;
      background-color: #eaeaea;
      left: -1px; }
      .rtl .deo-category-image.image-category-emarket-two .slick-slide.slick-active .cate_content:before {
        right: -1px;
        left: auto; }
    .deo-category-image.image-category-emarket-two .slick-slide.slick-active.first .cate_content:before {
      display: none; }
  .deo-category-image.image-category-emarket-two .cate_content {
    padding: 10px;
    text-align: center; }
    .deo-category-image.image-category-emarket-two .cate_content + .cate_content {
      border-top: 1px solid #eaeaea; }
    .deo-category-image.image-category-emarket-two .cate_content .cate-meta {
      margin-top: 10px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .deo-category-image.image-category-emarket-two .cate_content .cate-name {
      color: inherit;
      font-size: 14px;
      font-family: inherit;
      margin-bottom: 0px;
      font-weight: normal;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .deo-category-image.image-category-emarket-two .cate_content .deo-qty-category {
      font-size: 14px;
      font-weight: normal;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .deo-category-image.image-category-emarket-two .cate_content .deo-qty-category.processed-qty-category:before {
        content: '(';
        display: inline-block; }
      .deo-category-image.image-category-emarket-two .cate_content .deo-qty-category.processed-qty-category:after {
        content: ')';
        display: inline-block; }
      .deo-category-image.image-category-emarket-two .cate_content .deo-qty-category.processed-qty-category span {
        display: none; }
.deo-category-image.image-category-emarket-three {
  margin-bottom: 0px; }
  .deo-category-image.image-category-emarket-three .cate_content {
    padding: 10px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .deo-category-image.image-category-emarket-three .cate_content .cate-meta {
      margin-top: 10px; }
    .deo-category-image.image-category-emarket-three .cate_content .cate-name {
      color: inherit;
      font-size: 14px;
      margin-bottom: 0px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .deo-category-image.image-category-emarket-three .cate_content .deo-qty-category {
      font-size: 13px;
      font-weight: normal;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .deo-category-image.image-category-emarket-three .cate_content .deo-qty-category.processed-qty-category:before {
        content: '(';
        display: inline-block; }
      .deo-category-image.image-category-emarket-three .cate_content .deo-qty-category.processed-qty-category:after {
        content: ')';
        display: inline-block; }
    @media (min-width: 992px) {
      .deo-category-image.image-category-emarket-three .cate_content:hover {
        border-color: #1bbc9b; } }
.deo-category-image.image-category-emarket-four .cate_content {
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .deo-category-image.image-category-emarket-four .cate_content .cate-meta {
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .deo-category-image.image-category-emarket-four .cate_content .cate-name {
    color: inherit;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .deo-category-image.image-category-emarket-four .cate_content .deo-qty-category {
    display: block;
    font-size: 14px;
    font-style: italic;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .deo-category-image.image-category-emarket-four .cate_content .deo-qty-category.processed-qty-category:before {
      content: '(';
      display: inline-block; }
    .deo-category-image.image-category-emarket-four .cate_content .deo-qty-category.processed-qty-category:after {
      content: ')';
      display: inline-block; }
  @media (min-width: 992px) {
    .deo-category-image.image-category-emarket-four .cate_content:hover {
      border-color: #1bbc9b; } }

.text-banner.text-banner-emarket-one {
  padding: 15px 30px; }
  .text-banner.text-banner-emarket-one h3 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #1bbc9b; }
    @media (min-width: 992px) {
      .text-banner.text-banner-emarket-one h3 {
        font-size: 40px; } }
  .text-banner.text-banner-emarket-one h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px; }
    .text-banner.text-banner-emarket-one h4:last-of-type {
      margin-bottom: 10px; }
  .text-banner.text-banner-emarket-one p {
    font-size: 13px;
    margin-bottom: 3px;
    text-transform: uppercase; }
  .text-banner.text-banner-emarket-one .btn {
    font-size: 13px;
    margin-top: 20px;
    padding: 7px 15px;
    min-width: 180px;
    border: none;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    text-transform: uppercase;
    background: #222222;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
    .text-banner.text-banner-emarket-one .btn:hover {
      color: #FFFFFF;
      background: #1bbc9b; }
  .text-banner.text-banner-emarket-one.text-white h4, .text-banner.text-banner-emarket-one.text-white p {
    color: #FFFFFF; }
  .text-banner.text-banner-emarket-one.btn-white .btn {
    color: #222222;
    background: #FFFFFF; }
    @media (min-width: 992px) {
      .text-banner.text-banner-emarket-one.btn-white .btn:hover {
        color: #FFFFFF;
        background: #1bbc9b; } }

.carousel-banner.carousel-banner-emarket-four {
  position: relative; }
  @media (max-width: 767px) {
    .carousel-banner.carousel-banner-emarket-four {
      text-align: center;
      border: 1px solid #eaeaea; } }
  .carousel-banner.carousel-banner-emarket-four .content {
    padding: 15px; }
    @media (min-width: 768px) {
      .carousel-banner.carousel-banner-emarket-four .content {
        z-index: 9;
        padding: 15px 30px;
        position: absolute;
        pointer-events: none; } }
    @media (min-width: 992px) {
      .carousel-banner.carousel-banner-emarket-four .content {
        padding: 30px 50px; } }
  .carousel-banner.carousel-banner-emarket-four .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .carousel-banner.carousel-banner-emarket-four .title {
        font-size: 25px; } }
  .carousel-banner.carousel-banner-emarket-four .sub-title {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-style: italic; }
  .carousel-banner.carousel-banner-emarket-four .btn {
    border: none;
    margin-top: 15px;
    padding: 10px 25px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    background: transparent;
    text-transform: uppercase;
    background: #1bbc9b;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
    @media (min-width: 992px) {
      .carousel-banner.carousel-banner-emarket-four .btn:hover {
        background: #169a7f; } }
  .carousel-banner.carousel-banner-emarket-four p {
    line-height: 1.3;
    margin-bottom: 0px; }
  .carousel-banner.carousel-banner-emarket-four.center-text {
    text-align: center; }
    @media (min-width: 768px) {
      .carousel-banner.carousel-banner-emarket-four.center-text .content {
        left: 0px;
        right: 0px;
        margin: auto; } }
  @media (min-width: 768px) {
    .carousel-banner.carousel-banner-emarket-four.left-text {
      text-align: left; }
      .rtl .carousel-banner.carousel-banner-emarket-four.left-text {
        text-align: right; }
      .carousel-banner.carousel-banner-emarket-four.left-text .content {
        right: auto;
        left: 0px; }
        .rtl .carousel-banner.carousel-banner-emarket-four.left-text .content {
          right: 0px;
          left: auto; } }
  @media (min-width: 768px) {
    .carousel-banner.carousel-banner-emarket-four.right-text {
      text-align: right; }
      .rtl .carousel-banner.carousel-banner-emarket-four.right-text {
        text-align: left; }
      .carousel-banner.carousel-banner-emarket-four.right-text .content {
        right: 0px;
        left: auto; }
        .rtl .carousel-banner.carousel-banner-emarket-four.right-text .content {
          right: auto;
          left: 0px; } }
  @media (min-width: 768px) {
    .carousel-banner.carousel-banner-emarket-four.middle-text .content {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (min-width: 768px) {
    .carousel-banner.carousel-banner-emarket-four.top-text .content {
      top: 0px;
      bottom: auto; } }
  @media (min-width: 768px) {
    .carousel-banner.carousel-banner-emarket-four.bottom-text .content {
      top: auto;
      bottom: 0px; } }
  @media (min-width: 768px) {
    .carousel-banner.carousel-banner-emarket-four.white-text {
      color: #FFFFFF; } }

.search-widget.search-emarket-one {
  width: 100%; }
  .search-widget.search-emarket-one .popup-content {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .search-widget.search-emarket-one .popup-content input[type=text] {
      background: #FFFFFF;
      overflow: hidden;
      border-radius: 2px;
      padding: 5px 60px 5px 15px; }
      .rtl .search-widget.search-emarket-one .popup-content input[type=text] {
        padding: 5px 15px 5px 60px; }
    .search-widget.search-emarket-one .popup-content button[type=submit] {
      top: 3px;
      bottom: 3px;
      color: #FFFFFF;
      width: 50px;
      height: 34px;
      line-height: 34px;
      background: #1bbc9b;
      right: 3px;
      border-radius: 2px; }
      .rtl .search-widget.search-emarket-one .popup-content button[type=submit] {
        left: 3px;
        right: auto; }
      .search-widget.search-emarket-one .popup-content button[type=submit]:hover {
        color: #FFFFFF;
        background: #169a7f; }

.deo-search-advanced.search-emarket-one {
  width: 100%; }
  .deo-search-advanced.search-emarket-one .popup-content {
    width: 100%;
    padding: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .deo-search-advanced.search-emarket-one .block_content .deo-advanced-search-input {
    width: calc(100% - 50px); }
    .deo-search-advanced.search-emarket-one .block_content .deo-advanced-search-input .advanced_search_query {
      height: 34px;
      background: transparent;
      border-width: 0px 0px 0px 0px; }
      .rtl .deo-search-advanced.search-emarket-one .block_content .deo-advanced-search-input .advanced_search_query {
        border-width: 0px 0px 0px 0px; }
  .deo-search-advanced.search-emarket-one .block_content .deo-advanced-search-top-button {
    top: 3px;
    bottom: 3px;
    color: #FFFFFF;
    width: 50px;
    height: 34px;
    line-height: 34px;
    background: #1bbc9b;
    right: 3px;
    border-radius: 2px; }
    .rtl .deo-search-advanced.search-emarket-one .block_content .deo-advanced-search-top-button {
      left: 3px;
      right: auto; }
    .deo-search-advanced.search-emarket-one .block_content .deo-advanced-search-top-button:hover {
      color: #FFFFFF;
      background: #169a7f; }
  .deo-search-advanced.search-emarket-one .block_content .list-cate-wrapper .list-cate {
    margin-top: 3px; }
  .deo-search-advanced.search-emarket-one .block_content .list-cate-wrapper .select-title {
    height: 34px;
    line-height: 34px;
    background: transparent;
    border-width: 0px 0px 0px 0px; }
    .rtl .deo-search-advanced.search-emarket-one .block_content .list-cate-wrapper .select-title {
      border-width: 0px 0px 0px 0px; }
  .deo-search-advanced.search-emarket-one.search-by-category .block_content .deo-advanced-search-input {
    width: calc(75% - 50px); }
    @media (max-width: 991px) {
      .deo-search-advanced.search-emarket-one.search-by-category .block_content .deo-advanced-search-input {
        width: calc(65% - 50px); } }
    @media (max-width: 767px) {
      .deo-search-advanced.search-emarket-one.search-by-category .block_content .deo-advanced-search-input {
        width: calc(100% - 50px); } }
    .deo-search-advanced.search-emarket-one.search-by-category .block_content .deo-advanced-search-input .advanced_search_query {
      height: 34px; }
  .deo-search-advanced.search-emarket-one.search-by-category .block_content .deo-advanced-search-top-button {
    width: 50px;
    height: 34px;
    line-height: 34px; }

/*# sourceMappingURL=widgets.css.map */
