/***************************************************
  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 
 */
/***********************************************************************/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: block;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../../../../assets/img/modules/appagebuilder/img/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.rtl .owl-carousel .owl-item {
  float: right; }

/************DONGND:: new loading for owl product carousel**************/
.owl-carousel.owl-loading .item {
  display: none; }

.owl-row.hide-loading .timeline-wrapper, .timeline-wrapper.prepare {
  display: none; }

.owl-manu .animated-background {
  height: 110px; }

.owl-manu .timeline-item {
  min-height: 110px; }

.timeline-item {
  background: #fff;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 10px;
  margin: 0 auto;
  max-width: 472px;
  min-height: 200px; }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.timeline-wrapper.clearfix {
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  	/*
      height: 96px;
  	*/
  height: 250px;
  position: relative; }

div.animated-background {
  /* background: url(../../../../../../assets/img/modules/appagebuilder/download.svg) no-repeat center; */
  background-size: 32px;
  animation: none; }

.background-masker {
  background: #fff;
  position: absolute; }

/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px; }

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px; }

.background-masker.header-bottom {
  top: 18px;
  height: 6px; }

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px; }

.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0; }

.background-masker.subheader-right {
  left: 230px; }

.background-masker.subheader-bottom {
  top: 30px;
  height: 10px; }

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-fourth-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 150px;
  left: 0;
  right: 0;
  height: 6px; }

.background-masker.content-top {
  height: 20px; }

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px; }

.background-masker.content-second-line {
  top: 180px; }

.background-masker.content-second-end {
  left: 420px;
  top: 74px; }

.background-masker.content-third-line {
  top: 200px; }

.background-masker.content-fourth-line {
  top: 225px; }

.background-masker.content-third-end {
  left: 300px;
  top: 88px; }

/*# sourceMappingURL=owl.carousel.css.map */
/***************************************************
  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 
 */
/***********************************************************************/
/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-row {
  margin-left: -10px;
  margin-right: -10px; }

.owl-carousel .owl-item {
  padding: 0 10px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-buttons {
  width: 55px;
  position: absolute;
  top: -85px;
  overflow: hidden;
  right: 15px;
  position: absolute;
  top: auto;
  overflow: hidden;
  right: 0;
  left: 0;
  bottom: 50%;
  transform: translate(0, 50%);
  padding: 5px 0;
  width: 100%; }
  .rtl .owl-theme .owl-buttons {
    left: 15px;
    right: auto; }
  .owl-theme .owl-buttons div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: transparent;
    text-align: center;
    background: #f7f7f7;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin: 0 3px; }
    .owl-theme .owl-buttons div:before {
      content: "\f054";
      font-family: "FontAwesome";
      color: #2f353d;
      font-size: 10px;
      display: block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      [dir="rtl"] .owl-theme .owl-buttons div:before {
        content: "\f053"; }
    .owl-theme .owl-buttons div.owl-prev {
      float: left;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .rtl .owl-theme .owl-buttons div.owl-prev {
        float: right; }
      .owl-theme .owl-buttons div.owl-prev:before {
        content: "\f053"; }
        [dir="rtl"] .owl-theme .owl-buttons div.owl-prev:before {
          content: "\f054"; }
    .owl-theme .owl-buttons div.owl-next {
      float: right;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .rtl .owl-theme .owl-buttons div.owl-next {
        float: left; }
    @media (min-width: 992px) {
      .owl-theme .owl-buttons div:hover {
        background: #cf7205;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .owl-theme .owl-buttons div:hover:before {
          color: #FFFFFF; } }
.owl-theme:hover .owl-buttons div.owl-prev {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.owl-theme:hover .owl-buttons div.owl-next {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  margin: 10px 0; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
.owl-theme .owl-controls span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  zoom: 1;
  background-color: transparent\9; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../../../../assets/img/modules/appagebuilder/img/AjaxLoader.gif) no-repeat center center; }

/*# sourceMappingURL=owl.theme.css.map */
@charset "UTF-8";
/***************************************************
  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 
 */
/***********************************************************************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../../assets/img/modules/appagebuilder/img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-arrows .slick-arrow {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 9;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  color: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .slick-arrows .slick-arrow:hover, .slick-arrows .slick-arrow:focus {
    outline: none; }
    .slick-arrows .slick-arrow:hover:before, .slick-arrows .slick-arrow:focus:before {
      opacity: 1;
      filter: alpha(opacity=100); }
  .slick-arrows .slick-arrow.slick-disabled:before {
    opacity: 0.25;
    filter: alpha(opacity=25); }
  .slick-arrows .slick-arrow:before {
    font-size: 14px;
    display: block;
    font-family: "FontAwesome";
    opacity: 0.75;
    filter: alpha(opacity=75); }
  .slick-arrows .slick-arrow.slick-prev {
    left: -25px; }
    .rtl .slick-arrows .slick-arrow.slick-prev {
      right: -25px;
      left: auto; }
    .slick-arrows .slick-arrow.slick-prev:before {
      content: ""; }
      [dir="rtl"] .slick-arrows .slick-arrow.slick-prev:before {
        content: ""; }
  .slick-arrows .slick-arrow.slick-next {
    right: -25px; }
    .rtl .slick-arrows .slick-arrow.slick-next {
      left: -25px;
      right: auto; }
    .slick-arrows .slick-arrow.slick-next:before {
      content: ""; }
      [dir="rtl"] .slick-arrows .slick-arrow.slick-next:before {
        content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1;
          filter: alpha(opacity=100); }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        filter: alpha(opacity=25); }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75;
      filter: alpha(opacity=75); }

/*# sourceMappingURL=slick-theme.css.map */
/***************************************************
  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 
 */
/***********************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  outline: 0;
  float: left;
  height: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide .slick-slide {
    padding-left: 0;
    padding-right: 0; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-row.hide-loading .timeline-wrapper {
  display: none; }

.slick-loading {
  display: none; }

.slick-loaded {
  display: block; }

/*# sourceMappingURL=slick.css.map */
/***************************************************
  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 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .title_block {
  margin: 0;
  font-size: 1.25rem;
  position: relative;
  text-transform: uppercase;
  padding: 16px 0;
  display: inline-block;
  color: #2f3241;
  font-family: "Open Sans", sans-serif; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 0.6rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #ecedf1; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #ecedf1;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #ecedf1 #ecedf1 #ecedf1; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #ecedf1; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #ecedf1;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #ecedf1 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #ecedf1 transparent #ecedf1 #ecedf1;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #ecedf1; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #ecedf1;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #ecedf1; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #ecedf1 #ecedf1 #ecedf1 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #3387f2; }
    .widget-tabs li.active a {
      color: #3387f2; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #3387f2;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: transparent;
  clear: both;
  text-align: center;
  font-size: 14px;
  color: #aaabb2;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0.5rem 0;
  font-style: italic;
  padding-right: 15px;
  position: relative; }
  .rtl .box-show-more a {
    padding-left: 15px;
    padding-right: inherit; }
  .box-show-more a::after {
    content: "\f054";
    position: absolute;
    right: 0;
    left: auto;
    bottom: 50%;
    top: auto;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
    font-family: "FontAwesome";
    font-size: 13px;
    font-weight: 100; }
    .rtl .box-show-more a::after {
      right: auto;
      left: 0; }
  .box-show-more a:hover {
    background-color: transparent;
    color: #ffd304; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      margin-left: inherit; }
.box-show-more.open a {
  display: inline-block;
  position: absolute;
  top: -45px;
  right: 0;
  left: auto; }
  .rtl .box-show-more.open a {
    right: auto;
    left: 0; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #ecedf1; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #ecedf1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #3387f2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  padding: 1.25rem;
  margin: 0.625rem;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }
  .manufacturers_block img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  float: left;
  padding-right: 1.25rem; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 1.25rem;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 2rem; }
  .latest-blogs .right-block {
    text-align: left; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    float: left;
    padding-right: 0.625rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.9375rem; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    .rtl .latest-blogs .blog-image-container {
      padding-left: 0.625rem;
      padding-right: inherit; }
  .latest-blogs .blog-title {
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 20px; }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    text-align: justify;
    line-height: 25px; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

@media (max-width: 991px) {
  .menu-center {
    position: static !important; }
    .menu-center .leo-megamenu.cavas_menu .navbar-header {
      position: relative; } }
.content9 {
  padding: 38px 0; }
  .content9 .descript {
    text-align: center;
    cursor: pointer; }

.link-image {
  padding: 15px 43px;
  background: #ffd304;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #2f3241;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .link-image::before {
    content: "";
    height: 50px;
    width: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #e51736;
    transform: translatex(-110%) skew(-127deg, -180deg);
    z-index: -1; }
  .link-image:hover {
    color: #fff; }
    .link-image:hover::before {
      animation: diagonal-swipe 500ms linear forwards; }
  @media (max-width: 1300px) {
    .link-image {
      padding: 5px 15px; } }

.content {
  max-width: 1620px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.content.content1, .content.content5 {
  max-width: 1640px; }

.three-banner, .two-banner {
  position: relative; }
  .three-banner .block.ApImage, .two-banner .block.ApImage {
    margin: 0; }
  .three-banner.left .image_description, .two-banner.left .image_description {
    right: 75px;
    left: auto; }
  .three-banner .image_description, .two-banner .image_description {
    position: absolute;
    top: 40px;
    left: 50px; }
    .three-banner .image_description .title-bold, .three-banner .image_description .title-light, .two-banner .image_description .title-bold, .two-banner .image_description .title-light {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2f3241;
      line-height: 30px;
      margin: 0; }
    .three-banner .image_description .title-light, .two-banner .image_description .title-light {
      text-transform: capitalize;
      font-weight: 300; }
    .three-banner .image_description .sale-off, .two-banner .image_description .sale-off {
      font-size: 16px;
      color: #565a71;
      text-transform: capitalize;
      line-height: 18px;
      font-weight: 700;
      padding-top: 25px; }
      .three-banner .image_description .sale-off small, .two-banner .image_description .sale-off small {
        color: #e51736;
        font-weight: 700;
        font-size: 16px;
        padding-right: 5px; }
        .rtl .three-banner .image_description .sale-off small, .rtl .two-banner .image_description .sale-off small {
          padding-left: 5px;
          padding-right: inherit; }
    .three-banner .image_description .price, .two-banner .image_description .price {
      font-size: 30px;
      color: #e51736;
      font-weight: 400;
      line-height: 30px;
      font-family: "Chelsea Market", cursive;
      padding-top: 25px; }
      .three-banner .image_description .price small, .two-banner .image_description .price small {
        font-size: 18px;
        color: #aaabb3;
        padding-left: 10px;
        text-decoration: line-through; }
        .rtl .three-banner .image_description .price small, .rtl .two-banner .image_description .price small {
          padding-right: 10px;
          padding-left: inherit; }
    @media (max-width: 1300px) {
      .three-banner .image_description, .two-banner .image_description {
        top: 10px; }
        .three-banner .image_description p, .two-banner .image_description p {
          margin: 0; }
        .three-banner .image_description .title-bold, .three-banner .image_description .title-light, .two-banner .image_description .title-bold, .two-banner .image_description .title-light {
          font-size: 15px;
          line-height: 20px; }
        .three-banner .image_description .price, .two-banner .image_description .price {
          font-size: 20px;
          padding-top: 0; }
        .three-banner .image_description .sale-off, .two-banner .image_description .sale-off {
          padding-top: 0;
          padding-bottom: 0.5rem; } }
  @media (max-width: 767px) {
    .three-banner, .two-banner {
      padding-bottom: 10px; } }

.banner-left {
  position: relative; }
  .banner-left .title_block {
    border-top: 3px solid #ffd304; }
    @media (max-width: 991px) {
      .banner-left .title_block {
        font-size: 14px; } }
  .banner-left.banner1 .image_description, .banner-left.banner2 .image_description, .banner-left.banner3 .image_description, .banner-left.banner5 .image_description, .banner-left.banner4 .image_description {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align: center; }
    .banner-left.banner1 .image_description .title, .banner-left.banner2 .image_description .title, .banner-left.banner3 .image_description .title, .banner-left.banner5 .image_description .title, .banner-left.banner4 .image_description .title {
      font-size: 24px;
      line-height: 30px;
      text-transform: uppercase;
      color: #FFFFFF;
      font-weight: 600;
      margin: 0; }
      @media (max-width: 991px) {
        .banner-left.banner1 .image_description .title, .banner-left.banner2 .image_description .title, .banner-left.banner3 .image_description .title, .banner-left.banner5 .image_description .title, .banner-left.banner4 .image_description .title {
          font-size: 18px;
          line-height: 20px; } }
    .banner-left.banner1 .image_description .title-small, .banner-left.banner2 .image_description .title-small, .banner-left.banner3 .image_description .title-small, .banner-left.banner5 .image_description .title-small, .banner-left.banner4 .image_description .title-small {
      color: #FFFFFF;
      font-size: 13px;
      font-weight: 600; }
  .banner-left.banner3 .image_description, .banner-left.banner5 .image_description, .banner-left.banner4 .image_description {
    position: absolute;
    top: 100px;
    left: 40px;
    text-align: left; }
    .banner-left.banner3 .image_description .title, .banner-left.banner5 .image_description .title, .banner-left.banner4 .image_description .title {
      color: #2f3241; }
    .banner-left.banner3 .image_description .title-small, .banner-left.banner5 .image_description .title-small, .banner-left.banner4 .image_description .title-small {
      color: #2f3241; }
    .banner-left.banner3 .image_description .price, .banner-left.banner5 .image_description .price, .banner-left.banner4 .image_description .price {
      font-size: 30px;
      color: #e51736;
      font-weight: 400;
      line-height: 30px;
      font-family: "Chelsea Market", cursive; }
      .banner-left.banner3 .image_description .price small, .banner-left.banner5 .image_description .price small, .banner-left.banner4 .image_description .price small {
        font-size: 18px;
        color: #aaabb3;
        padding-left: 10px;
        text-decoration: line-through; }
        .rtl .banner-left.banner3 .image_description .price small, .rtl .banner-left.banner5 .image_description .price small, .rtl .banner-left.banner4 .image_description .price small {
          padding-right: 10px;
          padding-left: inherit; }
  .banner-left.banner4 .image_description {
    bottom: 50px;
    top: auto; }

.content .nav-tabs {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  padding: 20px 0; }
  .content .nav-tabs .nav-link {
    padding: 0 15px;
    border: none;
    text-transform: capitalize;
    font-weight: 600;
    color: #565a71;
    font-size: 13px; }
    @media (max-width: 575px) {
      .content .nav-tabs .nav-link {
        padding: 0 3.5px;
        font-size: 13px; } }
    .content .nav-tabs .nav-link:hover {
      color: #3387f2; }
    .content .nav-tabs .nav-link.active, .content .nav-tabs .nav-link:hover, .content .nav-tabs .nav-link:focus {
      color: #000; }
@media (max-width: 991px) {
  .content .nav-tabs {
    padding: 16.5px 0; } }
@media (min-width: 481px) {
  .content .box-select {
    display: none; } }
@media (max-width: 480px) {
  .content .nav-tabs {
    display: none; }
  .content .box-select {
    display: block;
    padding-top: 15px; }
    .content .box-select .form-control {
      border-radius: unset;
      background: transparent;
      border: 1px solid #ebebeb;
      height: calc(2.5rem + 2px) !important; } }

#cate-form-box .owl-carousel .owl-item,
.top-category .owl-carousel .owl-item {
  position: relative; }
  #cate-form-box .owl-carousel .owl-item:after,
  .top-category .owl-carousel .owl-item:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    border-right: 1px solid #ecedf1;
    z-index: -1;
    height: calc(100% - 25px); }
  #cate-form-box .owl-carousel .owl-item.last:after,
  .top-category .owl-carousel .owl-item.last:after {
    display: none; }
  #cate-form-box .owl-carousel .owl-item .block-carousel-container .right-carousel .title,
  .top-category .owl-carousel .owl-item .block-carousel-container .right-carousel .title {
    font-size: 14px;
    color: #2f3241;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: "Open Sans", sans-serif; }
  #cate-form-box .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:before,
  .top-category .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:before {
    content: "\f006";
    color: #ffd304;
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  #cate-form-box .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li a,
  .top-category .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li a {
    font-size: 13px;
    color: #565a71;
    font-weight: 600;
    padding-left: 10px;
    line-height: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .rtl #cate-form-box .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li a, .rtl
    .top-category .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li a {
      padding-right: 10px;
      padding-left: inherit; }
  #cate-form-box .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:last-child:before,
  .top-category .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:last-child:before {
    display: none; }
  #cate-form-box .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:last-child a,
  .top-category .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:last-child a {
    padding: 0;
    font-style: italic;
    color: #aaabb2; }
  #cate-form-box .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:hover a,
  .top-category .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:hover a {
    color: #ffd304;
    letter-spacing: 0.5px; }
  #cate-form-box .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:hover:before,
  .top-category .owl-carousel .owl-item .block-carousel-container .right-carousel .descript ul li:hover:before {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px); }

.content9 {
  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; }
  @media (min-width: 992px) {
    .content9 {
      padding: 35px 0; } }
  @media (max-width: 991px) {
    .content9 {
      padding: 15px 0; } }

.descript {
  cursor: pointer; }
  .descript .text .title {
    font-size: 14px;
    text-transform: uppercase;
    color: #2f3241;
    margin: 0;
    font-weight: 700;
    padding-top: 15px; }
  .descript .text .desc {
    font-size: 13px;
    color: #aaabb2;
    font-weight: 600;
    margin: 0;
    padding-top: 5px; }

/*# sourceMappingURL=styles.css.map */
