/**
 *  @author    DeoTemplate <deotemplate@gmail.com>
 *  @copyright by DeoTemplate
 *  @license   http://deotemplate.com - prestashop template provider
 */
/** 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-outis-one {
  position: relative; }
  .banner.banner-outis-one p {
    margin-bottom: 5px; }
    .banner.banner-outis-one p:last-child {
      margin-bottom: 0px; }
  .banner.banner-outis-one .btn-link {
    color: #000000;
    font-size: 16px;
    pointer-events: auto; }
    .banner.banner-outis-one .btn-link:hover {
      color: #000000;
      text-decoration: underline; }
  .banner.banner-outis-one .image_description {
    z-index: 9;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px 30px;
    position: absolute;
    white-space: nowrap;
    pointer-events: none; }
  .banner.banner-outis-one.btn-link-white .btn-link {
    color: #FFFFFF; }
    .banner.banner-outis-one.btn-link-white .btn-link:hover {
      color: #FFFFFF; }
  .banner.banner-outis-one.left-text {
    text-align: left; }
    .rtl .banner.banner-outis-one.left-text {
      text-align: right; }
  .banner.banner-outis-one.right-text {
    text-align: right; }
    .rtl .banner.banner-outis-one.right-text {
      text-align: left; }
.banner.banner-outis-three .media {
  position: relative;
  text-align: center; }
.banner.banner-outis-three .image_description {
  padding: 15px;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.banner.banner-outis-three img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.banner.banner-outis-three h3 {
  font-size: 20px;
  margin-bottom: 0px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .banner.banner-outis-three h3 {
      font-size: 28px;
      letter-spacing: 4px; } }
  .banner.banner-outis-three h3:last-of-type {
    margin-bottom: 15px; }
.banner.banner-outis-three h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .banner.banner-outis-three h4 {
      font-size: 20px; } }
  .banner.banner-outis-three h4:last-of-type {
    margin-bottom: 10px; }
.banner.banner-outis-three p {
  line-height: 1.5;
  margin-bottom: 0px; }
.banner.banner-outis-three .btn {
  border: none;
  font-size: 13px;
  margin-top: 15px;
  padding: 10px 30px;
  font-style: normal;
  color: #FFFFFF;
  background: #000000;
  pointer-events: auto;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (min-width: 992px) {
    .banner.banner-outis-three .btn:hover {
      color: #FFFFFF;
      background: rgba(0, 0, 0, 0.7); } }
.banner.banner-outis-three.left-text .media {
  text-align: left; }
  .rtl .banner.banner-outis-three.left-text .media {
    text-align: right; }
.banner.banner-outis-three.left-text .image_description {
  right: 50px;
  left: 50px; }
  @media (max-width: 1199px) {
    .banner.banner-outis-three.left-text .image_description {
      left: 30px;
      right: 30px; } }
.banner.banner-outis-three.right-text .media {
  text-align: right; }
  .rtl .banner.banner-outis-three.right-text .media {
    text-align: left; }
.banner.banner-outis-three.right-text .image_description {
  left: 50px;
  right: 50px; }
  @media (max-width: 1199px) {
    .banner.banner-outis-three.right-text .image_description {
      left: 30px;
      right: 30px; } }
.banner.banner-outis-three.center-text .image_description {
  left: 50%;
  right: auto;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
.banner.banner-outis-three.top-text .image_description {
  top: 50px;
  bottom: auto; }
  @media (max-width: 991px) {
    .banner.banner-outis-three.top-text .image_description {
      top: 30px; } }
.banner.banner-outis-three.bottom-text .image_description {
  top: auto;
  bottom: 50px; }
  @media (max-width: 991px) {
    .banner.banner-outis-three.bottom-text .image_description {
      bottom: 30px; } }
.banner.banner-outis-three.middle-text .image_description {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.banner.banner-outis-three.middle-text.center-text .image_description {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.banner.banner-outis-three.text-white h3, .banner.banner-outis-three.text-white h4 {
  color: #FFFFFF; }
.banner.banner-outis-three.btn-white .btn {
  color: #000000;
  background: #FFFFFF; }
  @media (min-width: 992px) {
    .banner.banner-outis-three.btn-white .btn:hover {
      color: #000000;
      background: rgba(255, 255, 255, 0.7); } }
@media (max-width: 575px) {
  .banner.banner-outis-three.mobile-block-text-with-background-white {
    text-align: center; }
    .banner.banner-outis-three.mobile-block-text-with-background-white .image_description {
      position: static;
      text-align: center;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important; }
    .banner.banner-outis-three.mobile-block-text-with-background-white.text-white {
      color: #4c4c4c !important; }
      .banner.banner-outis-three.mobile-block-text-with-background-white.text-white h3, .banner.banner-outis-three.mobile-block-text-with-background-white.text-white h4 {
        color: #000000; }
    .banner.banner-outis-three.mobile-block-text-with-background-white.btn-white .btn {
      color: #FFFFFF;
      background: #000000; } }
.banner.banner-outis-four {
  text-align: center; }
  .banner.banner-outis-four p {
    margin-bottom: 0px; }
  .banner.banner-outis-four h3 {
    margin-bottom: 0px; }
  .banner.banner-outis-four .image_description {
    padding-top: 20px; }
  .banner.banner-outis-four .link-btn {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    pointer-events: auto;
    display: inline-block;
    padding: 10px 35px;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .banner.banner-outis-four .link-btn:hover {
      color: #FFFFFF;
      background: #000000; }
.banner.banner-outis-five {
  text-align: center; }
  .banner.banner-outis-five p {
    margin-bottom: 0px; }
  .banner.banner-outis-five h3, .banner.banner-outis-five h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase; }
    .banner.banner-outis-five h3 a, .banner.banner-outis-five h4 a {
      color: inherit;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 992px) {
        .banner.banner-outis-five h3 a:hover, .banner.banner-outis-five h4 a:hover {
          letter-spacing: 2px; } }
  .banner.banner-outis-five .image_description {
    padding-top: 15px; }
  .banner.banner-outis-five .btn {
    margin: 15px 5px 0px 5px;
    padding: 8px 25px;
    font-style: normal;
    color: #000000;
    border: 2px solid #000000;
    background: transparent;
    pointer-events: auto;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 992px) {
      .banner.banner-outis-five .btn:hover {
        color: #FFFFFF;
        background: #000000;
        border-color: #000000; } }
  .banner.banner-outis-five.text-white h3, .banner.banner-outis-five.text-white h4 {
    color: #FFFFFF; }
  .banner.banner-outis-five.btn-white .btn {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    @media (min-width: 992px) {
      .banner.banner-outis-five.btn-white .btn:hover {
        color: #000000;
        background: #FFFFFF;
        border-color: #FFFFFF; } }
.banner.banner-outis-six .media {
  position: relative;
  text-align: center; }
.banner.banner-outis-six .image_description {
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.banner.banner-outis-six h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  text-transform: uppercase; }
.banner.banner-outis-six h4 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #1bbc9b; }
.banner.banner-outis-six p {
  font-size: 13px;
  margin-bottom: 0px; }
.banner.banner-outis-six.left-text .media {
  text-align: left; }
  .rtl .banner.banner-outis-six.left-text .media {
    text-align: right; }
.banner.banner-outis-six.left-text .image_description {
  right: 30px;
  left: 30px; }
.banner.banner-outis-six.right-text .media {
  text-align: right; }
  .rtl .banner.banner-outis-six.right-text .media {
    text-align: left; }
.banner.banner-outis-six.right-text .image_description {
  left: 30px;
  right: 30px; }
.banner.banner-outis-six.center-text .image_description {
  left: 50%;
  right: auto;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
.banner.banner-outis-six.top-text .image_description {
  top: 30px;
  bottom: auto; }
.banner.banner-outis-six.bottom-text .image_description {
  top: auto;
  bottom: 30px; }
.banner.banner-outis-six.middle-text .image_description {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.banner.banner-outis-six.middle-text.center-text .image_description {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.banner.banner-outis-six.text-white h3, .banner.banner-outis-six.text-white h4 {
  color: #FFFFFF; }

.text-banner.text-banner-outis-one {
  padding: 60px 30px;
  text-align: center;
  position: relative; }
  @media (max-width: 991px) {
    .text-banner.text-banner-outis-one {
      padding: 30px 30px; } }
  .text-banner.text-banner-outis-one h4 {
    font-size: 14px;
    font-family: inherit;
    font-weight: normal;
    text-transform: uppercase; }
  .text-banner.text-banner-outis-one h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-one h3 {
        font-size: 23px; } }
    .text-banner.text-banner-outis-one h3:last-of-type {
      margin-bottom: 15px; }
    .text-banner.text-banner-outis-one h3:last-child {
      margin-bottom: 0px; }
  .text-banner.text-banner-outis-one p {
    margin-bottom: 5px;
    font-style: italic; }
    .text-banner.text-banner-outis-one p:last-child {
      margin-bottom: 0px; }
  .text-banner.text-banner-outis-one .btn {
    border-width: 2px;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px 25px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
    border-color: #000000;
    background: transparent;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .text-banner.text-banner-outis-one .btn {
        padding: 10px 25px; } }
    .text-banner.text-banner-outis-one .btn:hover {
      color: #FFFFFF;
      background: #000000; }
  .text-banner.text-banner-outis-one.text-white h3, .text-banner.text-banner-outis-one.text-white h4, .text-banner.text-banner-outis-one.text-white p {
    color: #FFFFFF; }
  .text-banner.text-banner-outis-one.btn-white .btn {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .text-banner.text-banner-outis-one.btn-white .btn:hover {
      color: #000000;
      background: #FFFFFF; }
  .text-banner.text-banner-outis-one.left-text {
    text-align: left; }
    .rtl .text-banner.text-banner-outis-one.left-text {
      text-align: right; }
  .text-banner.text-banner-outis-one.right-text {
    text-align: right; }
    .rtl .text-banner.text-banner-outis-one.right-text {
      text-align: left; }
.text-banner.text-banner-outis-two {
  padding: 30px;
  text-align: center;
  position: relative; }
  .text-banner.text-banner-outis-two h3 {
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-two h3 {
        font-size: 25px; } }
    .text-banner.text-banner-outis-two h3:last-of-type {
      margin-bottom: 20px; }
  .text-banner.text-banner-outis-two h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase; }
    .text-banner.text-banner-outis-two h4:last-of-type {
      margin-bottom: 10px; }
  .text-banner.text-banner-outis-two p:last-child {
    margin-bottom: 0px; }
  .text-banner.text-banner-outis-two .btn {
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
    padding: 10px 30px;
    color: #000000;
    box-shadow: none;
    border: 2px solid #000000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .text-banner.text-banner-outis-two .btn:not(:last-child) {
      margin-right: 15px; }
      .rtl .text-banner.text-banner-outis-two .btn:not(:last-child) {
        margin-left: 15px;
        margin-right: inherit; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-two .btn:hover {
        color: #FFFFFF;
        background: #000000;
        border-color: #000000; } }
  .text-banner.text-banner-outis-two.text-white h3, .text-banner.text-banner-outis-two.text-white h4 {
    color: #FFFFFF; }
  .text-banner.text-banner-outis-two.btn-white .btn {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-two.btn-white .btn:hover {
        color: #000000;
        background: #FFFFFF;
        border-color: #FFFFFF; } }
.text-banner.text-banner-outis-three {
  margin-bottom: 30px;
  position: relative; }
  .text-banner.text-banner-outis-three h3 {
    line-height: 1;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 15px;
    position: relative; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-three h3 {
        font-size: 35px; } }
    .text-banner.text-banner-outis-three h3:after {
      content: '';
      width: 50px;
      height: 3px;
      bottom: 0px;
      position: absolute;
      background: #1bbc9b;
      left: 0px; }
      .rtl .text-banner.text-banner-outis-three h3:after {
        right: 0px;
        left: auto; }
    .text-banner.text-banner-outis-three h3:last-of-type {
      margin-bottom: 25px; }
  .text-banner.text-banner-outis-three p:last-child {
    margin-bottom: 0px; }
  .text-banner.text-banner-outis-three .btn {
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    padding: 10px 25px;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
    background: #1bbc9b;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .text-banner.text-banner-outis-three .btn {
        padding: 12px 25px; } }
    .text-banner.text-banner-outis-three .btn:not(:last-child) {
      margin-right: 15px; }
      .rtl .text-banner.text-banner-outis-three .btn:not(:last-child) {
        margin-left: 15px;
        margin-right: inherit; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-three .btn:hover {
        color: #FFFFFF;
        background: #169a7f; } }
  .text-banner.text-banner-outis-three.text-white h3 {
    color: #FFFFFF; }
.text-banner.text-banner-outis-four {
  padding: 30px;
  position: relative; }
  .text-banner.text-banner-outis-four h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-four h3 {
        font-size: 25px; } }
    .text-banner.text-banner-outis-four h3:last-of-type {
      margin-bottom: 15px; }
  .text-banner.text-banner-outis-four .link-btn {
    color: #000000;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-four .link-btn:hover {
        color: #1bbc9b; } }
  .text-banner.text-banner-outis-four.text-white h3 {
    color: #FFFFFF; }
  .text-banner.text-banner-outis-four.btn-white .link-btn {
    color: #FFFFFF; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-four.btn-white .link-btn:hover {
        color: #1bbc9b; } }
.text-banner.text-banner-outis-five p {
  margin-bottom: 0px; }
.text-banner.text-banner-outis-five .btn {
  margin: 5px;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 25px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  text-transform: uppercase;
  border: 2px solid #000000;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .text-banner.text-banner-outis-five .btn:hover {
      color: #FFFFFF;
      background: #000000; } }
.text-banner.text-banner-outis-six {
  padding: 50px 30px; }
  .text-banner.text-banner-outis-six h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-six h3 {
        font-size: 40px;
        letter-spacing: 4px; } }
    .text-banner.text-banner-outis-six h3:last-of-type {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .text-banner.text-banner-outis-six h3:last-of-type {
          margin-bottom: 20px; } }
  .text-banner.text-banner-outis-six h4 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0px; }
    .text-banner.text-banner-outis-six h4:last-of-type {
      margin-bottom: 15px; }
  .text-banner.text-banner-outis-six p {
    font-size: 18px;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .text-banner.text-banner-outis-six p {
        font-size: 16px; } }
  .text-banner.text-banner-outis-six .btn {
    color: #000000;
    font-size: 13px;
    margin-top: 15px;
    padding: 8px 20px;
    font-style: normal;
    text-transform: uppercase;
    border: 2px solid #000000;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: auto;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-six .btn {
        font-size: 15px;
        margin-top: 20px;
        padding: 12px 30px; } }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-six .btn:hover {
        color: #FFFFFF;
        background: #000000; } }
  .text-banner.text-banner-outis-six.text-white h3, .text-banner.text-banner-outis-six.text-white h4 {
    color: #FFFFFF; }
  .text-banner.text-banner-outis-six.btn-white .btn {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5); }
    @media (min-width: 992px) {
      .text-banner.text-banner-outis-six.btn-white .btn:hover {
        color: #000000;
        background: #FFFFFF; } }

.text-shop-now.text-shop-now-outis-one {
  font-weight: normal; }
  .text-shop-now.text-shop-now-outis-one .btn {
    border: none;
    padding: 0px;
    font-weight: 600;
    margin: 8px 6px;
    vertical-align: baseline;
    background: transparent;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 992px) {
      .text-shop-now.text-shop-now-outis-one .btn:hover {
        color: #FFFFFF;
        background: #1bbc9b; } }

.deo-category-image.image-category-outis-one .cate-items {
  display: inline-block;
  vertical-align: middle; }
  .deo-category-image.image-category-outis-one .cate-items .cate-item {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px; }
.deo-category-image.image-category-outis-one .cate_content > .cover-img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.deo-category-image.image-category-outis-one .cate_content .deo-qty-category span {
  display: none; }
.deo-category-image.image-category-outis-one .cate_content .deo-qty-category.processed-qty-category:before {
  content: '(';
  display: inline-block; }
.deo-category-image.image-category-outis-one .cate_content .deo-qty-category.processed-qty-category:after {
  content: ')';
  display: inline-block; }
.deo-category-image.image-category-outis-one .cate_content .cate-name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle; }
.deo-category-image.image-category-outis-one .cate_content:hover > .cover-img {
  transform: translateY(-10px); }
.deo-category-image.image-category-outis-one .view_all {
  margin-top: 15px; }
  .deo-category-image.image-category-outis-one .view_all .btn {
    padding: 0px;
    border: none;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    text-transform: uppercase;
    position: relative; }
    .deo-category-image.image-category-outis-one .view_all .btn:after {
      content: '\eac6';
      font-family: "deo-custom-icons";
      position: absolute;
      top: 2px;
      bottom: 2px;
      margin: auto;
      left: 100%;
      margin-left: 3px; }
      .rtl .deo-category-image.image-category-outis-one .view_all .btn:after {
        right: 100%;
        left: auto; }
      .rtl .deo-category-image.image-category-outis-one .view_all .btn:after {
        margin-right: 3px;
        margin-left: inherit; }
    .deo-category-image.image-category-outis-one .view_all .btn.hide-less:after {
      content: '\eac5'; }
    .deo-category-image.image-category-outis-one .view_all .btn:hover {
      background: transparent;
      text-decoration: underline;
      color: #1bbc9b; }
      .deo-category-image.image-category-outis-one .view_all .btn:hover:after {
        text-decoration: none; }

.DeoAccordions.accordion-bja-one .panel {
  margin: 15px 0px; }
  .DeoAccordions.accordion-bja-one .panel .panel-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    font-family: inherit;
    font-size: 14px; }

.service.service-bja-one {
  padding-top: 35px;
  padding-bottom: 35px; }
  .service.service-bja-one .link-service img {
    margin-bottom: 20px; }
  .service.service-bja-one .title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px; }
  .service.service-bja-one .sub-title {
    line-height: 1.5;
    margin-bottom: 20px; }
  .service.service-bja-one .read-more {
    font-size: 10px;
    margin-top: 30px;
    text-transform: uppercase;
    text-decoration: underline; }

.DeoCountdown.countdown-outis-style-one .deo-countdown {
  border-top: none; }
.DeoCountdown.countdown-outis-style-two {
  margin-left: -10px;
  margin-right: -10px; }
  .DeoCountdown.countdown-outis-style-two > * {
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px; }
  .DeoCountdown.countdown-outis-style-two .description {
    font-size: 18px; }
    .DeoCountdown.countdown-outis-style-two .description p {
      margin-bottom: 0px; }
  .DeoCountdown.countdown-outis-style-two .deo-countdown {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: none; }
  .DeoCountdown.countdown-outis-style-two .deo-countdown-link {
    margin-bottom: 0px; }
    .DeoCountdown.countdown-outis-style-two .deo-countdown-link a {
      color: #FFFFFF;
      background: #000000;
      display: block;
      font-size: 10px;
      padding: 6px 20px;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .DeoCountdown.countdown-outis-style-two .deo-countdown-link a:hover {
        color: #000000;
        background: #FFFFFF; }
  .DeoCountdown.countdown-outis-style-two.btn-white .deo-countdown-link a {
    color: #000000;
    background: #FFFFFF; }
    .DeoCountdown.countdown-outis-style-two.btn-white .deo-countdown-link a:hover {
      color: #FFFFFF;
      background: #000000; }

.text-footer.text-footer-bja-one {
  font-size: 18px;
  margin-bottom: 0px; }

/*# sourceMappingURL=widgets.css.map */
