/**
Theme Name: XclusivBarber
Author: 13Node
Author URI: https://13node.com
Description: Astra child theme personalizado para XclusivBarber con accesibilidad.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xclusivbarber
Template: astra
*/

.custom-logo {
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.90))!important;
}
#masthead {
	position: fixed!important;
	width: 100%;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  border-bottom: 1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(8px) saturate(1.1);
          backdrop-filter: blur(8px) saturate(1.1);
	-webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.wpmenucart-contents {
   color: #ffffff;
}
.wpmenucart-icon-shopping-cart-0::before {
  font-size: 20px!important;
}
#primary
   margin-top: 90px!important;
}
.trece-title {
  text-align: center;
  font-weight: 700!important;
  font-size: 42px!important;
  color: #ffcf6b!important;
}
.trecetxt-sm {
  font-size: 13.5px;
}
.text-white {
  color: #ffffff!important;
}
.text-blue {
  color: #324255!important;
}
@media only screen and (max-width: 769px) {
	.trece-reverse {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
/* ACCESIBILIDAD */
.sr-only{
  position:absolute!important; width:1px; height:1px; margin:-1px; padding:0; border:0;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap;
  color: #000!important;
  background: #fff!important;
}

/* --- Glass "light" accesible para fondos cálidos (#ffcf6b, etc.) --- */
.glass-light-aaa {
  /* Fondo principal (casi blanco para asegurar contraste con #324255) */
  --glass-bg: rgba(255, 255, 255, 0.92); /* >=0.90 mantiene AA/AAA con #324255 */
  background: linear-gradient( to bottom right,
              rgba(255,255,255,0.92), var(--glass-bg) );
  color: #324255;

  /* Glass look */
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 8px 24px rgba(0,0,0,0.10),
    inset 0 1px 0 rgba(255,255,255,0.35);
  border-radius: 14px;

  /* Espaciado base */
  padding: 1rem 1.25rem;
}

/* Fallback: si el navegador NO soporta backdrop-filter, usa fondo sólido */
@supports not ((backdrop-filter: blur(2px))) {
  .glass-light-aaa {
    background: #ffffff; /* sólido para que el contraste no dependa del fondo */
  }
}

/* Asegura enlaces distinguibles y con buen contraste dentro del glass */
.glass-light-aaa a {
  color: #223047;                 /* más oscuro que #324255 → AAA */
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.12em;
}
.glass-light-aaa a:hover { text-decoration-thickness: 3px; }

/* Foco visible en elementos interactivos dentro del glass */
.glass-light-aaa :where(a, button, [role="button"], input, select, textarea):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 6px;
}

/* Variante pill para badges / botones “chic” */
.glass-pill-aaa {
  composes: glass-light-aaa;  /* si usas CSS Modules; si no, duplica props clave */
  display: inline-block;
  padding: .35rem .75rem;
  border-radius: 999px;
}

/* HS Old Theme CSS */
.banner-shortcode-wrap.style_10 img {
    border-radius: 20px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    display: block;
}

/*-----------------------------------
 * 8. SHORTCODES
 *-----------------------------------*/
/*-----------------------------------
 * SHORTCODES
 *-----------------------------------*/
/* Shortcode banner */
@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_1 {
    margin-bottom: 15px;
  }
}

.banner-shortcode-wrap.style_1 .banner-content-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner-shortcode-wrap.style_1 .banner-content-wrap:hover .banner-content-inner {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_1 .banner-content-wrap:hover .banner-content-inner:before {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_1 .banner-content-wrap:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_1 .banner-content-wrap:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrap.style_1 .banner-content-wrap img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrap.style_1 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_1 .banner-content-wrap .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_1 .banner-content-wrap .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrap.style_1 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_1 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 16px;
  }
}

.banner-shortcode-wrap.style_1 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
  font-size: 15px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_1 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
    font-size: 14px;
  }
}

.banner-shortcode-wrap.style_2 .banner-content-wrap {
  background-color: #312d2e;
  margin: 0 auto;
  width: 505px;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_2 .banner-content-wrap {
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_2 .banner-content-wrap {
    width: 320px;
  }
}

.banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner {
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 6px;
  padding: 4% 10px;
}

.banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content {
  text-align: center;
}

.banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content.left {
  text-align: left;
}

.banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content.center {
  text-align: center;
}

.banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content.right {
  text-align: right;
}

.banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Playfair Display";
  font-style: italic;
  letter-spacing: 3px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
    font-size: 13px;
  }
}

.banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 16px;
  }
}

.banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-button {
  color: #312d2e;
  border-bottom: 1px solid rgba(49, 45, 46, 0.3);
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 1.5px;
  padding-top: 8%;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-button:hover {
  border-bottom: 1px solid #312d2e;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_2 .banner-content-wrap .banner-content-inner .banner-content .banner-button {
    font-size: 12px;
  }
}

.banner-shortcode-wrap.style_3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_3 {
    margin-bottom: 15px;
  }
}

.banner-shortcode-wrap.style_3 .banner-content-wrap {
  border: 1px solid #e5e5e5;
  padding: 3px;
  position: relative;
  overflow: hidden;
}

.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-image {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}

.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-image img {
  width: 100%;
}

.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content {
  text-align: center;
}

.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content img {
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content img {
    padding-bottom: 10px;
  }
}

.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content .banner-title,
.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content a {
  color: #312d2e;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding: 0 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content .banner-title:hover,
.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content .banner-title,
  .banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content .banner-title,
  .banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content a {
    font-size: 13px;
  }
}

.banner-shortcode-wrap.style_3 .banner-content-wrap .banner-content-inner .banner-content .banner-title:hover {
  color: #312d2e;
}

.banner-shortcode-wrap.style_4 {
  margin-bottom: 30px;
}

.banner-shortcode-wrap.style_4.home-2 {
  margin-top: -13%;
}

.banner-shortcode-wrap.style_4 .banner-content-wrap {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 3px;
  position: relative;
  overflow: visible;
}

.banner-shortcode-wrap.style_4 .banner-content-wrap .banner-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner-shortcode-wrap.style_4 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_4 .banner-content-wrap .banner-content-inner {
    left: 80px;
  }
}

.banner-shortcode-wrap.style_4 .banner-content-wrap .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 176px;
  height: 388px;
  background: url(../shang/assets/images/img-leaf-decor.png) center no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-shortcode-wrap.style_4 .banner-content-wrap .banner-content-inner .banner-content {
  background-color: #312d2e;
  padding: 6px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-shortcode-wrap.style_4 .banner-content-wrap .banner-content-inner .banner-title {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 36px;
  font-family: "Playfair Display";
  font-style: italic;
  width: 150px;
  height: 150px;
  line-height: 150px;
  letter-spacing: 0.05em;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_4 .banner-content-wrap .banner-content-inner .banner-title {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_4 .banner-content-wrap .banner-content-inner .banner-title {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}

.banner-shortcode-wrap.style_5 {
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_5 {
    margin-bottom: 15px;
  }
}

.banner-shortcode-wrap.style_5 .banner-content-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 3px;
  border: 1px solid #e5e5e5;
}

.banner-shortcode-wrap.style_5 .banner-content-wrap:hover .banner-content-inner {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_5 .banner-content-wrap:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_5 .banner-content-wrap img {
  width: 100%;
}

.banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
  font-size: 22px;
  color: #312d2e;
  letter-spacing: 0.12em;
  padding-bottom: 6px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 16px;
  }
}

.banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title {
  font-size: 18px;
  position: relative;
  color: #312d2e;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title {
    font-size: 16px;
  }
}

.banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 48px;
  background-color: #312d2e;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title:before {
    width: 40px;
  }
}

.banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 48px;
  background-color: #312d2e;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title:after {
    width: 40px;
  }
}

.banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .17em;
  margin-bottom: 0;
  font-family: "Playfair Display";
  color: #312d2e;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
    font-size: 16px;
  }
}

.banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-description {
  font-size: 50px;
  font-weight: 700;
  font-family: "Playfair Display";
  color: #312d2e;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-description {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_5 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-description {
    font-size: 36px;
  }
}

.banner-shortcode-wrap.style_6 .banner-content-wrap {
  position: relative;
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap {
    margin-right: 25px;
  }
}

.banner-shortcode-wrap.style_6 .banner-content-wrap .banner-image {
  position: relative;
}

.banner-shortcode-wrap.style_6 .banner-content-wrap .banner-image img {
  position: relative;
  z-index: 2;
}

.banner-shortcode-wrap.style_6 .banner-content-wrap .banner-image:after {
  border: 8px solid rgba(199, 133, 40, 0.5);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(50px, 50px);
  -ms-transform: translate(50px, 50px);
  -o-transform: translate(50px, 50px);
  transform: translate(50px, 50px);
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap .banner-image:after {
    -webkit-transform: translate(35px, 35px);
    -ms-transform: translate(35px, 35px);
    -o-transform: translate(35px, 35px);
    transform: translate(35px, 35px);
  }
}

.banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: calc(50% + 40px);
  left: calc(100% + 42px);
  z-index: 3;
  width: 165px;
  height: 165px;
  background-color: #363434;
  color: #fff;
  padding: 16px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner {
    width: 130px;
    height: 130px;
    left: calc(100% + 30px);
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner {
    width: 100px;
    height: 100px;
    left: calc(100% - 15px);
  }
}

.banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  left: 8px;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner .banner-title {
  color: #fff;
  font-size: 60px;
  margin: 15px 0 0;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner .banner-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner .banner-title {
    font-size: 36px;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner .banner-title {
    font-size: 24px;
    margin: 5px 0 0;
  }
}

.banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner .banner-description {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.4;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner .banner-description {
    font-size: 24px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner .banner-description {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_6 .banner-content-wrap .banner-content-inner .banner-description {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_7 {
    margin-bottom: 25px;
  }
}

.banner-shortcode-wrap.style_7 .banner-content-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap:hover .banner-content-inner {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap:hover .banner-content-inner:before {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap:hover .banner-image img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 15px solid rgba(214, 156, 74, 0.5);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 1;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content {
    padding: 0 5px;
  }
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 20px 0 10px 0;
  text-transform: uppercase;
  position: relative;
  margin: 5px 0 50px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 14px;
    padding: 0;
    margin: 10px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    padding: 20px 0 10px 0;
    margin: 5px 0 50px;
  }
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-title:before {
  content: '';
  position: absolute;
  background-color: #d69c4a;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../shang/assets/images/img-rhombus.svg);
  mask-image: url(../shang/assets/images/img-rhombus.svg);
  background-size: cover;
  width: 18px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-title:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-title:before {
    display: block;
  }
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-title a {
  color: #fff;
  transition: all .3s;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-title a:hover {
  color: #d69c4a;
  transition: all .3s;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
    padding-top: 5px;
    font-size: 13px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

.banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-sub_description {
  font-size: 30px;
  font-family: "Playfair Display";
  letter-spacing: .05em;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-sub_description {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-sub_description {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_7 .banner-content-wrap .banner-content-inner .banner-content .banner-sub_description {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_8 {
    margin-bottom: 25px;
  }
}

.banner-shortcode-wrap.style_8 .banner-content-wrap {
  position: relative;
  text-align: center;
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-image img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-image:after {
  background-color: #d69c4a;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(25px, 25px);
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_8 .banner-content-wrap .banner-image:after {
    transform: translate(15px, 15px);
  }
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 2;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
  color: #312d2e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
  margin: 5px 0 50px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 14px;
    padding: 0;
    margin: 10px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    padding: 15px 0;
    margin: 5px 0 50px;
  }
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .banner-title:before {
  content: '';
  position: absolute;
  background-color: #d69c4a;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../shang/assets/images/img-rhombus.svg);
  mask-image: url(../shang/assets/images/img-rhombus.svg);
  background-size: cover;
  width: 18px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .banner-title:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .banner-title:before {
    display: block;
  }
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25em;
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
  font-size: 30px;
  letter-spacing: 0.25em;
  padding-top: 15px;
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .text-list {
  color: #312d2e;
  list-style: none;
  padding: 0 15%;
  margin: 15px 0 0;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .text-list {
    padding: 0 10%;
  }
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .text-list li {
  padding: 6px 0;
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-title {
  font-weight: 700;
  font-family: "Playfair Display";
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price {
  position: relative;
  min-width: 55px;
  font-weight: 700;
  font-family: "Playfair Display";
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price:before {
  background-color: #312d2e;
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  right: calc(100% + 15px);
  bottom: 7px;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price:before {
    width: 25px;
    right: calc(100% + 10px);
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price:before {
    width: 80px;
    right: calc(100% + 10px);
  }
}

.banner-shortcode-wrap.style_8 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-sub-title {
  font-size: 12px;
  text-align: left;
}

.banner-shortcode-wrap.style_9 {
  margin-bottom: 30px;
}

.banner-shortcode-wrap.style_9 .banner-content-wrap {
  position: relative;
}

.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-icon {
  margin-bottom: 20px;
  text-align: center;
  min-height: 37px;
}

.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-image {
  position: relative;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_9 .banner-content-wrap .banner-image {
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_9 .banner-content-wrap .banner-image {
    min-height: 180px;
  }
}

.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-image img {
  width: 100%;
}

.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner .banner-content {
  padding: 0 5px;
  text-align: center;
}

.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner .banner-content img {
  padding-bottom: 20px;
}

.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner .banner-content .banner-title,
.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner .banner-content a {
  color: #312d2e;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner .banner-content .banner-title,
  .banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner .banner-content a {
    margin-bottom: 35px;
    font-size: 14px;
  }
}

.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner .banner-content .banner-title:hover,
.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-shortcode-wrap.style_9 .banner-content-wrap .banner-content-inner .banner-content .banner-title:hover {
  color: #312d2e;
}

.banner-shortcode-wrap.style_10 .banner-content-wrap {
  border: 1px solid #e5e5e5;
  padding: 4px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner-shortcode-wrap.style_10 .banner-content-wrap:hover .banner-content-inner {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_10 .banner-content-wrap:hover .banner-content-inner:before {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_10 .banner-content-wrap:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_10 .banner-content-wrap img {
  border: 1px solid #e5e5e5;
  width: 100%;
}

.banner-shortcode-wrap.style_10 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_10 .banner-content-wrap .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_10 .banner-content-wrap .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrap.style_10 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_10 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 18px;
  }
}

.banner-shortcode-wrap.style_10 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
  font-size: 17px;
  letter-spacing: 0.25em;
}

.banner-shortcode-wrap.style_11 .banner-content-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-image img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-image:after {
  background-color: #d69c4a;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(40px, 40px);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_11 .banner-content-wrap .banner-image:after {
    transform: translate(15px, 15px);
  }
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 15px solid rgba(214, 156, 74, 0.5);
  z-index: 2;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .banner-icon {
  background-color: #d69c4a;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../shang/assets/images/img-scissor-vertical.svg);
  mask-image: url(../shang/assets/images/img-scissor-vertical.svg);
  background-size: cover;
  width: 47px;
  height: 52px;
  margin: 0 auto;
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  margin: 25px 0 50px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    padding-bottom: 15px;
    margin: 15px 0 40px;
  }
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .banner-title:before {
  content: '';
  position: absolute;
  background-color: #d69c4a;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../shang/assets/images/img-rhombus.svg);
  mask-image: url(../shang/assets/images/img-rhombus.svg);
  background-size: cover;
  width: 18px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list {
  color: #fff;
  list-style: none;
  padding: 0 15%;
  margin: 15px 0 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list {
    padding: 0 10%;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list {
    padding: 0 5%;
  }
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list li:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #fff;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list li:last-child:before {
  display: none;
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-title {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-title {
    padding-bottom: 10px;
  }
}

.banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-sub-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_11 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-sub-title {
    font-size: 14px;
  }
}

.banner-shortcode-wrap.style_12 .banner-content-wrap {
  position: relative;
  border: 8px solid #d69c4a;
  max-width: 370px;
  margin: 0 auto;
}

.banner-shortcode-wrap.style_12 .banner-content-wrap .banner-content-inner {
  padding: 25px;
}

.banner-shortcode-wrap.style_12 .banner-content-wrap .banner-title {
  font-size: 18px;
  color: #fff;
  padding-bottom: 5px;
  text-align: center;
  letter-spacing: .1em;
}

.banner-shortcode-wrap.style_12 .banner-content-wrap .banner-title a {
  color: #fff;
}

.banner-shortcode-wrap.style_12 .banner-content-wrap .text-list {
  padding: 0;
  margin: 0;
}

.banner-shortcode-wrap.style_12 .banner-content-wrap .text-list li {
  padding-top: 15px;
}

.banner-shortcode-wrap.style_12 .banner-content-wrap .text-list .text-title {
  color: rgba(255, 255, 255, 0.8);
}

.banner-shortcode-wrap.style_12 .banner-content-wrap .text-list .text-sub-title {
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_13 {
    margin-bottom: 25px;
  }
}

.banner-shortcode-wrap.style_13 .banner-content-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap:hover .banner-content-inner {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap:hover .banner-content-inner:before {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap:hover .banner-image img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 1;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-icon {
    display: block;
  }
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 20px 0 10px 0;
  text-transform: uppercase;
  position: relative;
  margin: 5px 0 15px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 16px;
  }
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-title a {
  color: #fff;
  transition: all .3s;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-title a:hover {
  color: #d69c4a;
  transition: all .3s;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
  padding-top: 10px;
}

.banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-sub_description {
  font-size: 30px;
  font-family: "Playfair Display";
  letter-spacing: .05em;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_13 .banner-content-wrap .banner-content-inner .banner-content .banner-sub_description {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_14 {
    margin-bottom: 25px;
  }
}

.banner-shortcode-wrap.style_14 .banner-content-wrap {
  position: relative;
  text-align: center;
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-image img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-image:after {
  border: 8px solid rgba(214, 156, 74, 0.8);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(25px, 25px);
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-image:after {
    transform: translate(15px, 15px);
  }
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 2;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .banner-icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .banner-icon {
    display: block;
  }
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
  color: #312d2e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
  margin: 5px 0 15px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    font-size: 16px;
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    margin: 0;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .banner-title {
    margin: 5px 0 15px;
    padding: 15px 0;
  }
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .banner-sub-title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25em;
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .banner-description {
  font-size: 30px;
  letter-spacing: 0.25em;
  padding-top: 15px;
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list {
  color: #312d2e;
  list-style: none;
  padding: 0 15%;
  margin: 15px 0 0;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list {
    padding: 0 10%;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list {
    margin: 0;
    padding: 0 5%;
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list {
    margin: 15px 0 0;
    padding: 0 10%;
  }
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list li {
  padding: 6px 0;
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-title {
  font-family: "Playfair Display";
  letter-spacing: .05em;
  position: relative;
  bottom: -7px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-title {
    bottom: -3px;
  }
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price {
  position: relative;
  min-width: 55px;
  font-weight: 700;
  font-family: "Playfair Display";
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price {
    font-size: 16px;
  }
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price:before {
  background-color: #ababab;
  content: "";
  position: absolute;
  height: 1px;
  min-width: 80px;
  right: calc(100% + 15px);
  bottom: 7px;
}

@media screen and (max-width: 1199px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price:before {
    min-width: 60px;
    right: calc(100% + 10px);
  }
}

@media screen and (max-width: 991px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price:before {
    min-width: 30px;
    right: calc(100% + 10px);
  }
}

@media screen and (max-width: 767px) {
  .banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-price:before {
    min-width: 80px;
    right: calc(100% + 15px);
  }
}

.banner-shortcode-wrap.style_14 .banner-content-wrap .banner-content-inner .banner-content .text-list .text-sub-title {
  font-size: 12px;
  text-align: left;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-2.portrait {
  width: 50%;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-2.landscape {
  width: 100%;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-2.small_squared {
  width: 50%;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-2.big_squared {
  width: 100%;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-2.default {
  width: 50%;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.portrait {
  width: 33.3333333%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.portrait {
    width: 50%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.landscape {
  width: 66.6666666%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.landscape {
    width: 100%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.small_squared {
  width: 33.3333333%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.small_squared {
    width: 50%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.big_squared {
  width: 66.6666666%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.big_squared {
    width: 100%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.default {
  width: 33.3333333%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-3.default {
    width: 50%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.portrait {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.portrait {
    width: 50%;
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.landscape {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.landscape {
    width: 100%;
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.small_squared {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.small_squared {
    width: 50%;
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.big_squared {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.big_squared {
    width: 100%;
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.default {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.default {
    width: 50%;
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-4.special {
  width: 80%;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.portrait {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.portrait {
    width: 50%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.landscape {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.landscape {
    width: 100%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.small_squared {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.small_squared {
    width: 100%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.big_squared {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.big_squared {
    width: 100%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.default {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.default {
    width: 50%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.special {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-5.special {
    width: 100%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.portrait {
  width: 16.6666667%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.portrait {
    width: 50%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.landscape {
  width: 33.3333333%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.landscape {
    width: 100%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.small_squared {
  width: 16.6666667%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.small_squared {
    width: 50%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.big_squared {
  width: 33.3333333%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.big_squared {
    width: 100%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.default {
  width: 16.6666667%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.image-col-6.default {
    width: 50%;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.padding-5 {
  padding: 0 5px;
  margin: 5px 0;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.padding-10 {
  padding: 0 10px;
  margin: 10px 0;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.padding-15 {
  padding: 0 15px;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_1 {
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1:hover .banner-content-inner {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1:hover .banner-content-inner:before {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-item-wrap {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-item-wrap:before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_1 img {
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content .banner-title,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content a {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content a {
    font-size: 14px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content .banner-description {
  font-size: 15px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_1 .banner-content-inner .banner-content .banner-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_2 {
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-item-wrap {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_2 img {
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner {
  background-color: #fff;
  border: 1px solid #c9c6ca;
  padding: 5px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content {
  border: 1px solid #e5e5e5;
  padding: 30px 20px;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content {
    padding: 20px 15px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content .banner-title,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content a {
  color: #312d2e;
  font-size: 36px;
  font-family: "Playfair Display";
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content .banner-title:hover,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content a {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content a {
    font-size: 20px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content .banner-title:hover {
  color: #312d2e;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content .banner-description {
  color: #312d2e;
  font-size: 20px;
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content .banner-description {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_2 .banner-content-inner .banner-content .banner-description {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 {
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-item-wrap {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 img {
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-title,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content a {
  font-size: 22px;
  color: #312d2e;
  letter-spacing: 0.12em;
  padding-bottom: 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content a {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content a {
    font-size: 16px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-sub-title {
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-sub-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-sub-title {
    font-size: 14px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-sub-title:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 48px;
  background-color: #312d2e;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-sub-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 48px;
  background-color: #312d2e;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-description {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 0;
  font-family: "Playfair Display";
  color: #312d2e;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-description {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-description {
    font-size: 16px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-sub-description {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Playfair Display";
  color: #312d2e;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-sub-description {
    font-size: 44px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_3 .banner-content-inner .banner-content .banner-sub-description {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_4 {
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4:hover .banner-item-wrap:before {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4:hover .banner-content-inner {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-item-wrap {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-item-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_4 img {
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content {
  padding: 30px 20px;
  text-align: center;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-title,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content a {
  color: #fff;
  font-size: 48px;
  font-family: "Playfair Display";
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-title:hover,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content a {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content a {
    font-size: 28px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-title:hover {
  color: #312d2e;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-description {
  color: #fff;
  font-size: 20px;
  font-family: "Playfair Display";
  margin: 35px 0 0 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-description {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-description {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-button {
  background-color: #fff;
  color: #312d2e;
  display: inline-block;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 35px;
  margin-top: 50px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-button {
    margin-top: 35px;
    font-size: 14px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-button i {
  margin-left: 15px;
  font-size: 16px;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_4 .banner-content-inner .banner-content .banner-button:hover {
  background-color: #d69c4a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 {
    height: auto !important;
  }
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 {
    margin-bottom: 10px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-item-wrap {
  border: 1px solid #e5e5e5;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 img {
  border: 1px solid #e5e5e5;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 img {
    height: auto !important;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-title,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content a {
  font-size: 22px;
  color: #312d2e;
  letter-spacing: 0.12em;
  padding-bottom: 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content a {
    font-size: 16px;
    padding-bottom: 0;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-sub-title {
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-sub-title {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-sub-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-sub-title:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 48px;
  background-color: #312d2e;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-sub-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 48px;
  background-color: #312d2e;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-description {
  font-size: 22px;
  font-weight: 700;
  font-family: "Playfair Display";
  color: #312d2e;
  letter-spacing: .15em;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-description {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-description {
    font-size: 16px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-sub-description {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .15em;
  color: #312d2e;
  font-family: "Playfair Display";
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-sub-description {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_5 .banner-content-inner .banner-content .banner-sub-description {
    font-size: 28px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-item-wrap {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 img {
  width: 100%;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner {
  background-color: #fff;
  border: 1px solid #c9c6ca;
  padding: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content {
  border: 1px solid #e5e5e5;
  padding: 30px 20px;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content {
    padding: 15px 10px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content .banner-title,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content a {
  color: #312d2e;
  font-size: 28px;
  font-family: "Playfair Display";
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content .banner-title:hover,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content a {
    font-size: 24px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content .banner-title:hover {
  color: #312d2e;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content .banner-title:before {
  content: "";
  position: absolute;
  background-color: #d69c4a;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../shang/assets/images/img_leaf.svg);
  mask-image: url(../shang/assets/images/img_leaf.svg);
  background-size: cover;
  width: 91px;
  height: 19px;
  right: 0;
  bottom: 0;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content .banner-description {
  color: #312d2e;
  margin: 15px 0 0 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_6 .banner-content-inner .banner-content .banner-description {
    font-size: 14px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7:hover .banner-item-wrap:before {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7:hover .banner-content-inner {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-item-wrap {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-item-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 img {
  width: 100%;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content {
  padding: 30px 20px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content {
    padding: 15px 5px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-title,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content a {
  color: #fff;
  font-size: 20px;
  font-family: "Playfair Display";
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-title:hover,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-title:hover {
  color: #312d2e;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-description {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-description {
    font-size: 14px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-button {
  background-color: #fff;
  color: #312d2e;
  display: inline-block;
  font-family: "Lato";
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 12px 20px;
  margin-top: 5px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-button {
    font-size: 13px;
    padding: 12px 12px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-button i {
  margin-left: 8px;
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-button i {
    margin-left: 5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-button i {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-button i {
    display: inline-block;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_7 .banner-content-inner .banner-content .banner-button:hover {
  background-color: #d69c4a;
  color: #fff;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8:hover .banner-content-inner {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8:hover .banner-content-inner:before {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8:hover .banner-content-inner .banner-content {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-item-wrap {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-item-wrap:before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(214, 156, 74, 0.7);
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-title,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content a {
    font-size: 14px;
    padding-bottom: 15px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-title:before, .banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-title:after,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content a:before,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content a:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-title:before,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content a:before {
  bottom: 0;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-title:after,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content a:after {
  bottom: 2px;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-top: 16px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-sub-title {
    font-size: 14px;
    padding-top: 6px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-description {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  font-family: "Playfair Display";
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-description {
    font-size: 28px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-sub-description {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-family: "Playfair Display";
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_8 .banner-content-inner .banner-content .banner-sub-description {
    font-size: 14px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-item-wrap {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 img {
  width: 100%;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner {
  background-color: #fff;
  border: 1px solid #c9c6ca;
  padding: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content {
  border: 1px solid #e5e5e5;
  padding: 30px 20px;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content {
    padding: 15px 10px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content .banner-title,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content a {
  color: #312d2e;
  font-size: 17px;
  letter-spacing: 0.2em;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content .banner-title:hover,
.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content .banner-title,
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content a {
    font-size: 14px;
  }
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content .banner-title:hover {
  color: #312d2e;
}

.banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content .banner-description {
  color: #312d2e;
  font-size: 15px;
  margin: 15px 0 0 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .banner-creative-shortcode-wrap .banner-list .banner-item.style_9 .banner-content-inner .banner-content .banner-description {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin: 10px 0 0 0;
  }
}

.banner-creative-shortcode-wrap.packery .banner-list {
  margin-left: -1px;
  margin-right: -1px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1px 0;
}

.banner-creative-shortcode-wrap.packery .banner-list .banner-item {
  padding: 1px;
}

.banner-creative-shortcode-wrap.packery_2 .banner-list {
  margin-left: -10px;
  margin-right: -10px;
}

.banner-creative-shortcode-wrap.masonry .banner-list {
  margin-left: -10px;
  margin-right: -10px;
}

.countdown-shortcode-wrap.number .countdown-content .list-time {
  list-style: none;
  padding: 0;
}

.countdown-shortcode-wrap.number .countdown-content .list-time li {
  position: relative;
  display: inline-block;
}

.countdown-shortcode-wrap.number .countdown-content .list-time li p {
  margin: 0;
}

.countdown-shortcode-wrap.number .countdown-content .list-time li p.countdown-number {
  color: #312d2e;
  font-size: 34px;
  font-weight: 600;
  padding: 0 30px;
  position: relative;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 991px) {
  .countdown-shortcode-wrap.number .countdown-content .list-time li p.countdown-number {
    font-size: 28px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .countdown-shortcode-wrap.number .countdown-content .list-time li p.countdown-number {
    font-size: 16px;
  }
}

.countdown-shortcode-wrap.number .countdown-content .list-time li p.countdown-number:after {
  content: ":";
  font-size: 18px;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.countdown-shortcode-wrap.number .countdown-content .list-time li:last-child p.countdown-number:after {
  content: "";
}

.countdown-shortcode-wrap.number.text-left .countdown-content .list-time li {
  text-align: center;
}

.countdown-shortcode-wrap.number.text-left .countdown-content .list-time li:first-child p.countdown-number, .countdown-shortcode-wrap.number.text-left .countdown-content .list-time li:first-child p.countdown-text {
  padding-left: 0;
}

.countdown-shortcode-wrap.number.text-left .countdown-content .list-time li p.countdown-text {
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .countdown-shortcode-wrap.number.text-left .countdown-content .list-time li p.countdown-text {
    padding: 0 15px;
  }
}

/* Decoration Shortcode CSS */
.decoration-shortcode-wrap.style_1 {
  position: relative;
  text-align: center;
}

.decoration-shortcode-wrap.style_1 .decoration-content .description-info {
  position: absolute;
  width: 168px;
  height: 168px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  font-size: 42px;
  font-family: "Playfair Display";
  line-height: .9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .decoration-shortcode-wrap.style_1 .decoration-content .description-info {
    width: 128px;
    height: 128px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .decoration-shortcode-wrap.style_1 .decoration-content .description-info {
    width: 108px;
    height: 108px;
    font-size: 20px;
  }
}

.decoration-shortcode-wrap.style_1 .decoration-content .description-info:before {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 6px;
  top: 6px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.decoration-shortcode-wrap.style_1 .decoration-content .description-info .decoration-title {
  position: absolute;
  width: 100%;
  top: 50%;
  font-style: italic;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.decoration-shortcode-wrap.style_1 .decoration-content .description-info .decoration-title span {
  display: block;
  padding: 3px 0;
}

.counter-shortcode-wrap.style_1 {
  margin: 10px 0;
}

.counter-shortcode-wrap.style_1 .icon-wrap {
  text-align: center;
}

.counter-shortcode-wrap.style_1 .gr-counter .content-inner {
  text-align: center;
}

.counter-shortcode-wrap.style_1 .gr-counter .content-inner .icon-wrap {
  color: #fff;
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  .counter-shortcode-wrap.style_1 .gr-counter .content-inner .icon-wrap {
    font-size: 48px;
  }
}

.counter-shortcode-wrap.style_1 .gr-counter .content-inner .gr-number-counter {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display";
  line-height: 1.2;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .counter-shortcode-wrap.style_1 .gr-counter .content-inner .gr-number-counter {
    font-size: 36px;
    margin-top: 15px;
  }
}

.counter-shortcode-wrap.style_1 .gr-counter .content-inner .gr-text-default {
  color: #fff;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .counter-shortcode-wrap.style_2 .gr-counter .content-inner {
    text-align: center;
  }
}

.counter-shortcode-wrap.style_2 .gr-counter .content-inner .gr-number-counter {
  color: #d69c4a;
  font-size: 56px;
  font-family: "Playfair Display";
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .counter-shortcode-wrap.style_2 .gr-counter .content-inner .gr-number-counter {
    font-size: 36px;
  }
}

.counter-shortcode-wrap.style_2 .gr-counter .content-inner .gr-text-default {
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .counter-shortcode-wrap.style_2 .gr-counter .content-inner .gr-text-default {
    font-size: 14px;
  }
}

/* Clients Shortcode CSS */
.clients-shortcode-wrap {
  position: relative;
}

.clients-shortcode-wrap:hover .owl-nav .owl-prev, .clients-shortcode-wrap:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-shortcode-wrap.carousel .clients-list .client-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.clients-shortcode-wrap.carousel .clients-list .client-item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.clients-shortcode-wrap.style_2 .clients-list .client-item {
  opacity: .3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-shortcode-wrap.style_2 .clients-list .client-item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-shortcode-wrap .owl-nav .owl-prev, .clients-shortcode-wrap .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-shortcode-wrap .owl-nav .owl-prev:hover, .clients-shortcode-wrap .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.clients-shortcode-wrap .owl-nav .owl-prev {
  left: 0;
}

.clients-shortcode-wrap .owl-nav .owl-next {
  right: 0;
}

/* GMaps Shortcode CSS */
.gmaps-shortcode-wrap .map-info {
  max-width: 280px;
}

@media screen and (max-width: 991px) {
  .gmaps-shortcode-wrap .map-info {
    max-width: 260px;
  }
}

.gmaps-shortcode-wrap .map-info .info-image {
  float: left;
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  .gmaps-shortcode-wrap .map-info .info-image {
    max-width: 160px;
  }
}

.gmaps-shortcode-wrap .map-info .info-address {
  padding: 10px 0 5px 0;
}

.gmaps-shortcode-wrap .map-info .info-address p {
  text-align: center;
  color: #312d2e;
  font-family: "Playfair Display";
  font-size: 16px;
}

.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #d69c4a;
  text-align: center;
}

.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
  background: #d69c4a;
  cursor: pointer;
}

/* Icon Box Shortcode CSS */
.icon-box-shortcode-wrap {
  margin-bottom: 25px;
}

.icon-box-shortcode-wrap.style_1 .icon-box-container {
  border: 1px solid #e5e5e5;
  text-align: left;
  padding: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_1 .icon-box-container {
    padding: 20px;
  }
}

.icon-box-shortcode-wrap.style_1 .icon-box-container:hover {
  border: 1px solid #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap {
  font-size: 48px;
  line-height: 1;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap {
    font-size: 34px;
    padding-bottom: 10px;
  }
}

.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content .icon-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content .icon-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content .icon-description {
  font-family: "Playfair Display";
  font-size: 16px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content .icon-description {
    font-size: 14px;
    letter-spacing: inherit;
  }
}

@media screen and (max-width: 767px) {
  .icon-box-shortcode-wrap.style_1 .icon-box-container {
    text-align: center;
  }
}

.icon-box-shortcode-wrap.style_2 .icon-box-container {
  text-align: center;
}

.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap img {
  max-width: 200px;
}

@media screen and (max-width: 1199px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap img {
    max-width: 180px;
  }
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap img {
    max-width: 150px;
  }
}

.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
    padding: 0;
  }
}

.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
    font-size: 15px;
    padding-bottom: 20px;
  }
}

.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title a {
  color: #312d2e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-description {
    font-size: 14px;
    letter-spacing: inherit;
  }
}

.icon-box-shortcode-wrap.style_3.first-brown .icon-box-container .icon-content .icon-title:first-letter {
  color: #cc9064;
}

.icon-box-shortcode-wrap.style_3.first-pink .icon-box-container .icon-content .icon-title:first-letter {
  color: #d781a2;
}

.icon-box-shortcode-wrap.style_3.first-green .icon-box-container .icon-content .icon-title:first-letter {
  color: #739359;
}

.icon-box-shortcode-wrap.style_3 .icon-box-container {
  text-align: center;
}

.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap img {
  max-width: 230px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content {
  padding: 0 10px;
}

.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title {
    font-size: 14px;
  }
}

.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title:first-letter {
  font-size: 60px;
  color: #d69c4a;
}

@media screen and (max-width: 1199px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title:first-letter {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title:first-letter {
    font-size: 36px;
  }
}

.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title:before {
  content: "";
  position: absolute;
  background-color: #d69c4a;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../shang/assets/images/img_leaf.svg);
  mask-image: url(../shang/assets/images/img_leaf.svg);
  background-size: cover;
  width: 91px;
  height: 19px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title a {
  color: #312d2e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-title a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-description {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .icon-box-shortcode-wrap.style_3 .icon-box-container .icon-content .icon-description {
    font-size: 14px;
    letter-spacing: inherit;
  }
}

/*-----------------------------------
 * SHORTCODES RECENT NEWS
 *-----------------------------------*/
.recent-news-shortcode-wrap {
  position: relative;
}

.recent-news-shortcode-wrap.carousel:hover .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrap.carousel:hover .recent-news-container .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article {
  border: 1px solid #e5e5e5;
  padding: 4px;
  position: relative;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article:hover .post-thumbnail img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article:hover .post-thumbnail .post-category {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-thumbnail {
  overflow: hidden;
  position: relative;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-thumbnail img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-thumbnail .post-category {
  background-color: #fff;
  bottom: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-thumbnail .post-category a {
  color: #312d2e;
  display: inline-block;
  font-style: italic;
  padding: 1px 10px;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-thumbnail .post-category a:hover {
  color: #d69c4a;
}

@media screen and (max-width: 1199px) {
  .recent-news-shortcode-wrap.carousel .recent-news-container article .post-thumbnail .post-category a {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.carousel .recent-news-container article .post-thumbnail .post-category a {
    font-size: 12px;
  }
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content {
  padding: 15px 10px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .post-meta-date {
  background-color: #d69c4a;
  color: #fff;
  width: 90px;
  height: 90px;
  margin: -65px auto 0 auto;
  font-weight: 700;
  position: relative;
  border-radius: 50%;
  font-family: "Playfair Display";
}

@media screen and (max-width: 1199px) {
  .recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .post-meta-date {
    width: 70px;
    height: 70px;
    margin: -55px auto 0 auto;
  }
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .post-meta-date .post-day {
  font-size: 30px;
  height: 45px;
  line-height: 45px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .post-meta-date .post-day {
    font-size: 22px;
    height: 35px;
    line-height: 35px;
  }
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .post-meta-date .post-day:before {
  content: "";
  background-color: #fff;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .post-meta-date .post-month {
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .post-meta-date .post-month {
    font-size: 16px;
  }
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .post-meta-date .post-month:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  top: 2px;
  position: absolute;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .entry-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  padding-top: 30px;
}

@media screen and (max-width: 1199px) {
  .recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .entry-title {
    font-size: 16px;
    padding-top: 20px;
  }
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .entry-title a {
  color: #312d2e;
  line-height: 1.5;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .entry-title a:hover {
  color: #d69c4a;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .post-excerpt {
  padding-bottom: 20px;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .read-more {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #312d2e;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-news-shortcode-wrap.carousel .recent-news-container article .post-content .read-more:hover {
  border-bottom: 1px solid #312d2e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-news-shortcode-wrap.carousel .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrap.carousel .recent-news-container .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel .recent-news-container .owl-nav .owl-prev:hover, .recent-news-shortcode-wrap.carousel .recent-news-container .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.recent-news-shortcode-wrap.carousel .recent-news-container .owl-nav .owl-prev {
  left: 0;
}

.recent-news-shortcode-wrap.carousel .recent-news-container .owl-nav .owl-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .recent-news-shortcode-wrap.carousel_2 {
    margin-bottom: 30px;
  }
}

.recent-news-shortcode-wrap.carousel_2:hover .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrap.carousel_2:hover .recent-news-container .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 4px;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article:hover .post-thumbnail img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article:hover .post-thumbnail .post-category {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-thumbnail {
  overflow: hidden;
  position: relative;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-thumbnail img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-thumbnail .post-category {
  background-color: #fff;
  bottom: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-thumbnail .post-category a {
  color: #312d2e;
  display: inline-block;
  font-style: italic;
  padding: 1px 10px;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-thumbnail .post-category a:hover {
  color: #d69c4a;
}

@media screen and (max-width: 1199px) {
  .recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-thumbnail .post-category a {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-thumbnail .post-category a {
    font-size: 12px;
  }
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content {
  padding: 30px 15px;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-meta-date {
  background-color: #d69c4a;
  color: #fff;
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  font-weight: 700;
  font-family: "Playfair Display";
  position: relative;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-meta-date {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-meta-date .post-day {
  font-size: 30px;
  height: 45px;
  line-height: 45px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-meta-date .post-day {
    font-size: 22px;
    height: 35px;
    line-height: 35px;
  }
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-meta-date .post-day:before {
  content: "";
  background-color: #fff;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-meta-date .post-month {
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-meta-date .post-month {
    font-size: 16px;
  }
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-meta-date .post-month:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  top: 2px;
  position: absolute;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .entry-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .entry-title {
    font-size: 16px;
    padding-top: 0;
    margin-top: -5px;
  }
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .entry-title a {
  color: #312d2e;
  line-height: 1.5;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .entry-title a:hover {
  color: #d69c4a;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-content-wrap {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.carousel_2 .recent-news-container article .post-content .post-content-wrap {
    padding-left: 20px;
  }
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrap.carousel_2 .recent-news-container .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container .owl-nav .owl-prev:hover, .recent-news-shortcode-wrap.carousel_2 .recent-news-container .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container .owl-nav .owl-prev {
  left: 0;
}

.recent-news-shortcode-wrap.carousel_2 .recent-news-container .owl-nav .owl-next {
  right: 0;
}

.recent-news-shortcode-wrap.carousel_3:hover .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrap.carousel_3:hover .recent-news-container .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container .post-meta-date {
  background-color: #d69c4a;
  color: #fff;
  width: 80px;
  height: 100px;
  flex: 0 0 80px;
  font-family: "Playfair Display";
  font-weight: 700;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .recent-news-shortcode-wrap.carousel_3 .recent-news-container .post-meta-date {
    width: 60px;
    height: 80px;
    flex: 0 0 60px;
  }
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container .post-meta-date .post-day {
  font-size: 30px;
  height: 50px;
  line-height: 45px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .recent-news-shortcode-wrap.carousel_3 .recent-news-container .post-meta-date .post-day {
    font-size: 24px;
    height: 40px;
    line-height: 35px;
  }
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container .post-meta-date .post-day:before {
  content: "";
  background-color: #fff;
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container .post-meta-date .post-month {
  padding-top: 5px;
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .recent-news-shortcode-wrap.carousel_3 .recent-news-container .post-meta-date .post-month {
    font-size: 16px;
  }
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container .post-meta-date .post-month:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  top: 2px;
  position: absolute;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 4px;
  margin-left: 20px;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article:hover .post-thumbnail img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article:hover .post-thumbnail .post-category {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-thumbnail {
  overflow: hidden;
  position: relative;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-thumbnail img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-thumbnail .post-category {
  background-color: #fff;
  bottom: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-thumbnail .post-category a {
  color: #312d2e;
  display: inline-block;
  font-style: italic;
  padding: 1px 10px;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-thumbnail .post-category a:hover {
  color: #d69c4a;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-thumbnail .post-category a {
    font-size: 12px;
  }
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-content {
  padding: 15px 10px;
  text-align: center;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-content .entry-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-content .entry-title {
    font-size: 18px;
  }
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-content .entry-title a {
  color: #312d2e;
  line-height: 1.5;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-content .entry-title a:hover {
  color: #d69c4a;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-content .post-excerpt {
  padding-bottom: 20px;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-content .read-more {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #312d2e;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container article .post-content .read-more:hover {
  border-bottom: 1px solid #312d2e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container .owl-nav .owl-prev, .recent-news-shortcode-wrap.carousel_3 .recent-news-container .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container .owl-nav .owl-prev:hover, .recent-news-shortcode-wrap.carousel_3 .recent-news-container .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container .owl-nav .owl-prev {
  left: 0;
}

.recent-news-shortcode-wrap.carousel_3 .recent-news-container .owl-nav .owl-next {
  right: 0;
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item {
  display: flex;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .recent-news-shortcode-wrap.list .recent-news-container .recent-news-item, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item {
    display: block;
    background-color: #fff;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
  }
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-thumbnail, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-thumbnail {
  padding-right: 15px;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-thumbnail, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-thumbnail {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-thumbnail, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-thumbnail {
    width: 100%;
  }
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content {
  margin-top: -8px;
  padding-left: 15px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content {
    width: 100%;
    margin-top: 25px;
  }
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content .post-meta .post-meta-date, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content .post-meta .post-meta-date {
  color: #ababab;
  display: inline-block;
  margin-top: -10px;
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content .entry-title, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content .entry-title {
  font-size: 16px;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content .entry-title, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content .entry-title {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 0;
  }
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content .entry-title a, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content .entry-title a {
  color: #312d2e;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content .entry-title a:hover, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content .entry-title a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content .icon-readmore, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content .icon-readmore {
  margin-top: 13px;
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content .icon-readmore a, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content .icon-readmore a {
  color: #312d2e;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content .icon-readmore a:hover, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content .icon-readmore a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-news-shortcode-wrap.list .recent-news-container .recent-news-item .post-content .icon-readmore a i, .recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item .post-content .icon-readmore a i {
  font-size: 20px;
  padding-left: 10px;
  position: relative;
  top: 2px;
}

.recent-news-shortcode-wrap.grid .recent-news-container .recent-news-item {
  padding-bottom: 0;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item {
  float: left;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item:hover .slide-item:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item:hover .slide-item .image-meta {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item:hover .slide-item .image-actions a {
  transform: translate(0);
}

.images-gallery-shortcode-wrap.grid .images-list .image-item:hover .slide-item .image-actions a.image-gallery-popup {
  transform: translateY(0);
  transition: all .3s;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item:hover .slide-item .image-actions a.image-gallery-link {
  transform: translateY(0);
  transition: all .5s;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item {
  position: relative;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-meta {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-meta i {
  font-size: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-meta i {
    font-size: 30px;
  }
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-meta i:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-meta .image-title {
  color: #fff;
  font-size: 16px;
  font-family: "Lato";
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-meta .image-title {
    font-size: 16px;
  }
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-actions a {
  color: #fff;
  margin: 0 3px;
  display: inline-block;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-actions a i {
  font-size: 18px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-actions a.image-gallery-popup {
  transform: translateY(-100%);
  transition: all .3s;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item .slide-item .image-actions a.image-gallery-link {
  transform: translateY(-100%);
  transition: all .5s;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item.padding-5 {
  padding: 5px;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item.image-col-2 {
  width: 50%;
}

.images-gallery-shortcode-wrap.grid .images-list .image-item.image-col-3 {
  width: 33.333333%;
}

@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrap.grid .images-list .image-item.image-col-3 {
    width: 50%;
  }
}

.images-gallery-shortcode-wrap.grid .images-list .image-item.image-col-4 {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrap.grid .images-list .image-item.image-col-4 {
    width: 50%;
  }
}

.images-gallery-shortcode-wrap.grid .images-list .image-item.image-col-5 {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .images-gallery-shortcode-wrap.grid .images-list .image-item.image-col-5 {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .images-gallery-shortcode-wrap.grid .images-list .image-item.image-col-5 {
    width: 50%;
  }
}

/*-----------------------------------
 * VIDEO SHORTCODE
 *-----------------------------------*/
.video-shortcode-wrap.style_1 {
  text-align: center;
}

.video-shortcode-wrap.style_1 .video-title {
  color: #fff;
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  .video-shortcode-wrap.style_1 .video-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .video-shortcode-wrap.style_1 .video-title {
    font-size: 36px;
  }
}

.video-shortcode-wrap.style_1 .video-title .title-light {
  font-weight: 100;
}

.video-shortcode-wrap.style_1 .video-title .title-bold {
  font-weight: 700;
}

.video-shortcode-wrap.style_1 .video-button a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.video-shortcode-wrap.style_1 .video-button a:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.video-shortcode-wrap.style_1 .video-button a:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -o-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

.video-shortcode-wrap.style_1 .video-button a i {
  font-size: 24px;
  margin-left: 6px;
}

/*-----------------------------------
 * TEXT LABEL SHORTCODE
 *-----------------------------------*/
.text-label-shortcode-wrap.style_1 {
  font-family: "Playfair Display";
  margin-bottom: 10px;
}

.text-label-shortcode-wrap.style_1 .text-title {
  color: #d69c4a;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .text-label-shortcode-wrap.style_1 .text-title {
    font-size: 28px;
  }
}

.text-label-shortcode-wrap.style_1 .text-sub-title {
  color: #ababab;
  font-size: 18px;
  margin-left: 25px;
  position: relative;
  top: -10px;
}

/* Footer shortcode */
.footer-contact-shortcode-wrap.style_1 .footer-contact-content .contact-information {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-contact-shortcode-wrap.style_1 .footer-contact-content .contact-information li {
  padding: 5px 0;
}

.footer-contact-shortcode-wrap.style_1 .footer-contact-content .contact-information li span {
  margin-right: 20px;
}

.footer-contact-shortcode-wrap.style_1 .footer-contact-content .contact-information li span.contact-icon {
  color: #ababab;
  font-size: 20px;
  min-width: 20px;
}

.footer-contact-shortcode-wrap.style_1 .footer-contact-content .contact-information li span.contact-label {
  color: #312d2e;
  font-weight: normal;
  display: none;
}

.footer-contact-shortcode-wrap.style_2 .footer-contact-content .contact-information {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-contact-shortcode-wrap.style_2 .footer-contact-content .contact-information li {
  padding: 5px 0;
  margin-bottom: 15px;
}

.footer-contact-shortcode-wrap.style_2 .footer-contact-content .contact-information li span {
  margin-right: 15px;
}

.footer-contact-shortcode-wrap.style_2 .footer-contact-content .contact-information li span.contact-icon {
  color: #ababab;
  font-size: 18px;
  min-width: 20px;
  text-align: center;
}

.footer-contact-shortcode-wrap.style_2 .footer-contact-content .contact-information li span.contact-label {
  color: #312d2e;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-contact-shortcode-wrap.style_2 .footer-contact-content .contact-information li span.contact-description {
  display: block;
  padding-top: 10px;
  padding-left: 40px;
}

.footer-link-shortcode-wrap.style_1 {
  padding-top: 1%;
}

.footer-link-shortcode-wrap.style_1 .footer-link-content .link-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-link-shortcode-wrap.style_1 .footer-link-content .link-list li {
  padding: 10px 0;
}

.footer-link-shortcode-wrap.style_1 .footer-link-content .link-list li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-link-shortcode-wrap.style_1 .footer-link-content .link-list li a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-link-shortcode-wrap.style_2 .footer-link-content .link-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-link-shortcode-wrap.style_2 .footer-link-content .link-list li {
  padding: 6px 0;
}

.footer-link-shortcode-wrap.style_2 .footer-link-content .link-list li:first-child {
  margin-top: 25px;
}

.footer-link-shortcode-wrap.style_2 .footer-link-content .link-list li a {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-link-shortcode-wrap.style_2 .footer-link-content .link-list li a:hover {
  border-bottom: 1px solid rgba(105, 105, 105, 0.6);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-link-shortcode-wrap.style_3 .footer-link-content .link-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-link-shortcode-wrap.style_3 .footer-link-content .link-list {
    text-align: left;
  }
}

.footer-link-shortcode-wrap.style_3 .footer-link-content .link-list li {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  margin-left: 30px;
  padding: 6px 0;
  text-transform: uppercase;
}

.footer-link-shortcode-wrap.style_3 .footer-link-content .link-list li:first-child {
  margin-left: 0;
}

.footer-link-shortcode-wrap.style_3 .footer-link-content .link-list li a {
  color: #ababab;
}

.footer-link-shortcode-wrap.style_3 .footer-link-content .link-list li a:hover {
  text-decoration: underline;
  color: #d69c4a;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content {
  padding-top: 5px;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list li {
  float: left;
  overflow: hidden;
  opacity: 1;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list li:hover a {
  border: 1px solid #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list li:hover img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list li a {
  background-color: #434343;
  border: 1px solid #434343;
  display: block;
  padding: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list li img {
  width: 100%;
  position: relative;
  opacity: .5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list.columns-2 li {
  width: 50%;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list.columns-3 li {
  width: 33.333333%;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list.columns-4 li {
  width: 25%;
}

.footer-gallery-shortcode-wrap.style_1 .footer-gallery-content .image-list.columns-5 li {
  width: 20%;
}

.footer-social-shortcode-wrap .footer-social-content .social-list.align-center {
  text-align: center;
}

.footer-social-shortcode-wrap .footer-social-content .social-list.align-left {
  text-align: left;
}

.footer-social-shortcode-wrap .footer-social-content .social-list.align-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-social-shortcode-wrap .footer-social-content .social-list.align-right {
    text-align: left;
  }
}

.footer-social-shortcode-wrap.style_1 .footer-social-content .social-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-social-shortcode-wrap.style_1 .footer-social-content .social-list li {
  display: inline-block;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .footer-social-shortcode-wrap.style_1 .footer-social-content .social-list li {
    padding: 0 5px;
  }
}

.footer-social-shortcode-wrap.style_1 .footer-social-content .social-list li a {
  background-color: #ababab;
  color: #fff;
  display: inline-block;
  font-size: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer-social-shortcode-wrap.style_1 .footer-social-content .social-list li a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .footer-social-shortcode-wrap.style_1 .footer-social-content .social-list li a {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .footer-social-shortcode-wrap.style_1 .footer-social-content .social-list li a {
    font-size: 16px;
  }
}

.footer-social-shortcode-wrap.style_1 .footer-social-content .social-list li a i {
  font-size: 20px;
  line-height: 50px;
}

@media screen and (max-width: 1199px) {
  .footer-social-shortcode-wrap.style_1 .footer-social-content .social-list li a i {
    font-size: 18px;
    line-height: 45px;
  }
}

.footer-social-shortcode-wrap.style_2 .footer-social-content {
  margin-top: 20px;
}

.footer-social-shortcode-wrap.style_2 .footer-social-content .social-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-social-shortcode-wrap.style_2 .footer-social-content .social-list li {
  display: inline-block;
  padding: 0 5px;
}

.footer-social-shortcode-wrap.style_2 .footer-social-content .social-list li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .footer-social-shortcode-wrap.style_2 .footer-social-content .social-list li {
    padding: 0 5px;
  }
}

.footer-social-shortcode-wrap.style_2 .footer-social-content .social-list li a {
  background-color: #ababab;
  color: #fff;
  display: inline-block;
  font-size: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer-social-shortcode-wrap.style_2 .footer-social-content .social-list li a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .footer-social-shortcode-wrap.style_2 .footer-social-content .social-list li a {
    font-size: 16px;
  }
}

.footer-social-shortcode-wrap.style_2 .footer-social-content .social-list li a i {
  font-size: 16px;
  line-height: 40px;
}

/* Posttype shortcode */
/* TEAM MEMBER */
.teammember-shortcode-wrap.carousel {
  position: relative;
}

.teammember-shortcode-wrap.carousel:hover .owl-nav .owl-prev, .teammember-shortcode-wrap.carousel:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .teammember-shortcode-wrap.carousel .teammember-list {
    padding: 0 15px;
  }
}

.teammember-shortcode-wrap.carousel .team-item:hover .team-image .member-socials {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.teammember-shortcode-wrap.carousel .team-item .team-image {
  position: relative;
}

.teammember-shortcode-wrap.carousel .team-item .team-image img {
  max-width: 210px;
  border-radius: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .teammember-shortcode-wrap.carousel .team-item .team-image img {
    max-width: 180px;
  }
}

.teammember-shortcode-wrap.carousel .team-item .team-meta {
  margin-top: 25px;
  text-align: center;
}

.teammember-shortcode-wrap.carousel .team-item .team-meta .team-title {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
}

.teammember-shortcode-wrap.carousel .team-item .team-meta .team-position {
  position: relative;
  padding-bottom: 15px;
}

.teammember-shortcode-wrap.carousel .team-item .team-meta .member-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}

.teammember-shortcode-wrap.carousel .team-item .team-meta .member-socials li {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
}

.teammember-shortcode-wrap.carousel .team-item .team-meta .member-socials li i {
  font-size: 16px;
  display: block;
  background-color: #e5e5e5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .teammember-shortcode-wrap.carousel .team-item .team-meta .member-socials li i {
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}

.teammember-shortcode-wrap.carousel .owl-nav .owl-prev, .teammember-shortcode-wrap.carousel .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teammember-shortcode-wrap.carousel .owl-nav .owl-prev:hover, .teammember-shortcode-wrap.carousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.teammember-shortcode-wrap.carousel .owl-nav .owl-prev {
  left: 0;
}

.teammember-shortcode-wrap.carousel .owl-nav .owl-next {
  right: 0;
}

.teammember-shortcode-wrap.carousel .slider-counter {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  line-height: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* TESTIMONIAL */
.testimonial-shortcode-wrap.carousel {
  text-align: center;
  position: relative;
}

.testimonial-shortcode-wrap.carousel:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrap.carousel .testimonial-list:before {
  content: "\f347";
  font-family: Ionicons;
  font-size: 200px;
  color: rgba(214, 156, 74, 0.05);
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item:focus {
  outline: none;
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content {
  padding: 3% 20% 8% 20%;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content {
    padding: 3% 20% 8% 20%;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content {
    padding: 3% 15% 8% 15%;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content {
    padding: 3% 10% 8% 10%;
  }
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-image {
  max-width: 120px;
  margin: 0 auto;
  padding-bottom: 6%;
  position: relative;
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-image {
    max-width: 100px;
  }
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-caption {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-caption {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-caption {
    font-size: 16px;
  }
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-icon {
  position: absolute;
  left: -40px;
  top: -10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 60px;
}

@media screen and (max-width: 1199px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-icon {
    font-size: 48px;
  }
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .text-testimonial {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
  padding: 4% 0 4%;
  font-family: "Playfair Display";
  font-style: italic;
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .text-testimonial {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .text-testimonial {
    font-size: 12px;
  }
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-rating {
  color: #e2c04b;
  font-size: 22px;
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta {
  margin-top: 10px;
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-title {
    font-size: 14px;
  }
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-sign {
  color: #fff;
  padding: 0 5px;
}

.testimonial-shortcode-wrap.carousel .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-position {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.testimonial-shortcode-wrap.carousel .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrap.carousel .owl-nav .owl-prev, .testimonial-shortcode-wrap.carousel .owl-nav .owl-next {
  position: absolute;
  color: #ccc;
  display: block;
  font-size: 48px;
  top: 30%;
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .testimonial-shortcode-wrap.carousel .owl-nav .owl-prev, .testimonial-shortcode-wrap.carousel .owl-nav .owl-next {
    font-size: 36px;
  }
}

.testimonial-shortcode-wrap.carousel .owl-nav .owl-prev:hover, .testimonial-shortcode-wrap.carousel .owl-nav .owl-next:hover {
  cursor: pointer;
  color: #d69c4a;
}

.testimonial-shortcode-wrap.carousel .owl-nav .owl-prev {
  left: 10px;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel .owl-nav .owl-prev {
    left: 0;
  }
}

.testimonial-shortcode-wrap.carousel .owl-nav .owl-next {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel .owl-nav .owl-next {
    right: 0;
  }
}

.testimonial-shortcode-wrap.carousel_2 {
  text-align: center;
  position: relative;
}

.testimonial-shortcode-wrap.carousel_2:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item:focus {
  outline: none;
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content {
  padding: 3% 25% 5% 25%;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content {
    padding: 3% 20% 8% 20%;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content {
    padding: 3% 15% 8% 15%;
  }
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-caption {
  display: none;
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .text-testimonial {
  color: #312d2e;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3% 0 3%;
  position: relative;
  font-size: 18px;
  font-family: "Playfair Display";
}

@media screen and (max-width: 991px) {
  .testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .text-testimonial {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .text-testimonial {
    font-size: 14px;
  }
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .text-testimonial:before {
  content: "“";
  font-family: Ionicons;
  font-size: 80px;
  color: rgba(214, 156, 74, 0.3);
  line-height: 1;
  position: absolute;
  top: 35px;
  left: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .text-testimonial:after {
  content: "”";
  font-family: Ionicons;
  font-size: 80px;
  color: rgba(214, 156, 74, 0.3);
  line-height: 1;
  position: absolute;
  top: 35px;
  right: -70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-rating {
  color: #e2c04b;
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-image {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  max-width: 95px;
  margin: 0 auto;
  padding: 3px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta {
  margin-top: 15px;
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-title {
  color: #312d2e;
  font-family: "Lato";
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-sign {
  padding: 0 5px;
}

.testimonial-shortcode-wrap.carousel_2 .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-position {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 8px;
}

.testimonial-shortcode-wrap.carousel_2 .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrap.carousel_2 .owl-nav .owl-prev, .testimonial-shortcode-wrap.carousel_2 .owl-nav .owl-next {
  position: absolute;
  color: #ccc;
  display: block;
  font-size: 48px;
  top: 30%;
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .testimonial-shortcode-wrap.carousel_2 .owl-nav .owl-prev, .testimonial-shortcode-wrap.carousel_2 .owl-nav .owl-next {
    font-size: 36px;
  }
}

.testimonial-shortcode-wrap.carousel_2 .owl-nav .owl-prev:hover, .testimonial-shortcode-wrap.carousel_2 .owl-nav .owl-next:hover {
  cursor: pointer;
  color: #d69c4a;
}

.testimonial-shortcode-wrap.carousel_2 .owl-nav .owl-prev {
  left: 15px;
}

.testimonial-shortcode-wrap.carousel_2 .owl-nav .owl-next {
  right: 15px;
}

.testimonial-shortcode-wrap.carousel_3 {
  text-align: center;
  position: relative;
}

.testimonial-shortcode-wrap.carousel_3:hover .slick-arrow.slick-prev, .testimonial-shortcode-wrap.carousel_3:hover .slick-arrow.slick-next {
  opacity: 1;
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item:not(.slick-current) {
  opacity: .5;
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item:focus {
  outline: none;
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin: 3% 3% 5% 3%;
  padding: 5% 13%;
  position: relative;
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .testimonial-caption {
  display: none;
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .text-testimonial {
  color: #312d2e;
  font-family: "Playfair Display";
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 3% 0 3%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .text-testimonial {
    font-size: 14px;
  }
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .text-testimonial:before {
  content: "“";
  font-family: Ionicons;
  font-size: 80px;
  color: rgba(214, 156, 74, 0.3);
  line-height: 1;
  position: absolute;
  top: 10px;
  left: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .text-testimonial:after {
  content: "”";
  font-family: Ionicons;
  font-size: 80px;
  color: rgba(214, 156, 74, 0.3);
  line-height: 1;
  position: absolute;
  top: 10px;
  right: -70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .testimonial-rating {
  color: #e2c04b;
  font-size: 22px;
  margin-bottom: 30px;
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .testimonial-image {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  max-width: 95px;
  margin: 0 auto;
  padding: 3px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .testimonial-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-title {
  color: #312d2e;
  font-size: 20px;
  font-family: "Lato";
  font-style: italic;
  letter-spacing: 0.025em;
}

.testimonial-shortcode-wrap.carousel_3 .testimonial-list .testimonial-item .testimonial-content .testimonial-author-meta .testimonial-position {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 8px;
}

.testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-prev, .testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-next {
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-prev:before, .testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-next:before {
  display: block;
  color: #ababab;
  font-family: 'slick';
  font-size: 28px;
  line-height: 1;
  opacity: 1;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 2px solid #ababab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-prev:before, .testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-next:before {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}

.testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-prev:hover:before, .testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-next:hover:before {
  background-color: #d69c4a;
  border: 2px solid #d69c4a;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-prev {
  left: 30px;
  margin-right: 50px;
}

.testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-prev:before {
  content: "\f27d";
  font-family: Ionicons;
}

.testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-next {
  right: 30px;
}

.testimonial-shortcode-wrap.carousel_3 .slick-arrow.slick-next:before {
  content: "\f287";
  font-family: Ionicons;
}

/* Woo shortcode */
/*-----------------------------------
 * PRODUCT BASE
 *-----------------------------------*/
.products-shortcode-paging-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .products-shortcode-paging-wrap {
    margin-top: 25px;
  }
}

.products-shortcode-paging-wrap.paging-default .woocommerce-pagination ul.page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.products-shortcode-paging-wrap.paging-default .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  padding-right: 5px;
}

.products-shortcode-paging-wrap.paging-default .woocommerce-pagination ul.page-numbers li span, .products-shortcode-paging-wrap.paging-default .woocommerce-pagination ul.page-numbers li a {
  border: 1px solid #e5e5e5;
  color: #312d2e;
  display: inline-block;
  padding: 2px 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products-shortcode-paging-wrap.paging-default .woocommerce-pagination ul.page-numbers li span.current {
  background-color: #d69c4a;
  border: 1px solid #d69c4a;
  color: #fff;
}

.products-shortcode-paging-wrap.paging-default .woocommerce-pagination ul.page-numbers li a:hover, .products-shortcode-paging-wrap.paging-default .woocommerce-pagination ul.page-numbers li a:focus {
  background: #d69c4a;
  border: 1px solid #d69c4a;
  color: #fff;
}

.products-shortcode-paging-wrap.paging-default .woocommerce-pagination ul.page-numbers li a.prev, .products-shortcode-paging-wrap.paging-default .woocommerce-pagination ul.page-numbers li a.next {
  text-transform: capitalize;
}

.products-shortcode-paging-wrap.paging-load-more button {
  border: 2px solid #ccc;
  background: transparent;
  color: #d69c4a;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 160px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-shortcode-paging-wrap.paging-load-more button:hover {
  border: 2px solid #d69c4a;
  background: #d69c4a;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-shortcode-paging-wrap.paging-load-more button:focus {
  outline: none;
}

/*-----------------------------------
 * SHORTCODES PRODUCTS SLIDER
 *-----------------------------------*/
.products-slider-shortcode-wrapper.carousel {
  position: relative;
}

.products-slider-shortcode-wrapper.carousel:hover ul.products .owl-nav .owl-prev,
.products-slider-shortcode-wrapper.carousel:hover ul.products .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-slider-shortcode-wrapper.carousel ul.products {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.products-slider-shortcode-wrapper.carousel ul.products li.product {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

.products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-prev,
.products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  font-size: 18px;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-prev:hover,
.products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-prev,
  .products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-prev,
  .products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}

.products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-prev {
  left: 0;
}

.products-slider-shortcode-wrapper.carousel ul.products .owl-nav .owl-next {
  right: 0;
}

/*-----------------------------------
 * SHORTCODES PRODUCT LIST (COPY FROM ARCHIVE PRODUCT)
 *-----------------------------------*/
.products-shortcode-wrap.list ul.products {
  margin-left: -15px;
  margin-right: -15px;
}

.products-shortcode-wrap.list ul.products.list {
  margin-left: 0px;
  margin-right: 0px;
}

.products-shortcode-wrap.list ul.products.list li.product {
  width: 100%;
  padding: 0px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.products-shortcode-wrap.list ul.products.list li.product .product-inner .product-flash, .products-shortcode-wrap.list ul.products.list li.product .product-inner .onsale {
  left: 5px !important;
  top: 5px !important;
  bottom: auto !important;
  margin: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.products-shortcode-wrap.list ul.products.list li.product .product-inner .product-thumb-primary, .products-shortcode-wrap.list ul.products.list li.product .product-inner .product-thumb-one {
  float: left;
  margin-right: 20px;
  position: relative;
}

.products-shortcode-wrap.list ul.products.list li.product .product-inner .product-thumb-primary img, .products-shortcode-wrap.list ul.products.list li.product .product-inner .product-thumb-one img {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.list ul.products.list li.product .product-inner .product-thumb-primary img, .products-shortcode-wrap.list ul.products.list li.product .product-inner .product-thumb-one img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.list ul.products.list li.product .product-inner .product-thumb-primary, .products-shortcode-wrap.list ul.products.list li.product .product-inner .product-thumb-one {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

.products-shortcode-wrap.list ul.products.list li.product .product-inner .star-rating {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  margin: 0;
  margin-top: 15px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.list ul.products.list li.product .product-inner .star-rating {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.products-shortcode-wrap.list ul.products.list li.product .product-inner span.price {
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.list ul.products.list li.product .product-inner span.price {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.products-shortcode-wrap.list ul.products.list li.product .product-inner h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-top: 35px !important;
  padding-bottom: 10px !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.list ul.products.list li.product .product-inner h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.products-shortcode-wrap.list ul.products.list li.product .product-inner p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.list ul.products.list li.product .product-inner p {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.products-shortcode-wrap.list ul.products.list li.product .product-inner .product-actions {
  opacity: 1;
  width: auto;
  top: auto;
  left: 280px;
  bottom: auto;
  right: auto;
  margin-top: 10px;
}

/*-----------------------------------
 * SHORTCODES PRODUCTS GRID
 *-----------------------------------*/
@media screen and (max-width: 1600px) {
  body.header-sidebar .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.product,
  body.header-sidebar .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.type-product, body.header-sidebar .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.product,
  body.header-sidebar .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.type-product {
    width: 25%;
  }
}

@media screen and (max-width: 1199px) {
  body.header-sidebar .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.product,
  body.header-sidebar .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.type-product, body.header-sidebar .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.product,
  body.header-sidebar .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 991px) {
  body.header-sidebar .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.product,
  body.header-sidebar .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.type-product, body.header-sidebar .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.product,
  body.header-sidebar .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  body.header-sidebar .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.product,
  body.header-sidebar .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.type-product, body.header-sidebar .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.product,
  body.header-sidebar .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.type-product {
    width: 50%;
  }
}

.products-shortcode-wrap.grid .product-filters ul, .products-shortcode-wrap.masonry .product-filters ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.products-shortcode-wrap.grid .product-filters ul.filter-center, .products-shortcode-wrap.masonry .product-filters ul.filter-center {
  text-align: center;
}

.products-shortcode-wrap.grid .product-filters ul.filter-left, .products-shortcode-wrap.masonry .product-filters ul.filter-left {
  text-align: left;
}

.products-shortcode-wrap.grid .product-filters ul.filter-right, .products-shortcode-wrap.masonry .product-filters ul.filter-right {
  text-align: right;
}

.products-shortcode-wrap.grid .product-filters ul.style_1 li, .products-shortcode-wrap.masonry .product-filters ul.style_1 li {
  display: inline-block;
}

.products-shortcode-wrap.grid .product-filters ul.style_1 li a, .products-shortcode-wrap.masonry .product-filters ul.style_1 li a {
  display: block;
  color: #ababab;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.grid .product-filters ul.style_1 li a, .products-shortcode-wrap.masonry .product-filters ul.style_1 li a {
    font-size: 12px;
    padding: 6px 15px;
  }
}

.products-shortcode-wrap.grid .product-filters ul.style_1 li a:hover, .products-shortcode-wrap.grid .product-filters ul.style_1 li a.selected, .products-shortcode-wrap.masonry .product-filters ul.style_1 li a:hover, .products-shortcode-wrap.masonry .product-filters ul.style_1 li a.selected {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products-shortcode-wrap.grid .product-filters ul.style_1 li a.selected:after, .products-shortcode-wrap.masonry .product-filters ul.style_1 li a.selected:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products-shortcode-wrap.grid .product-filters ul.style_1 li a:after, .products-shortcode-wrap.masonry .product-filters ul.style_1 li a:after {
  content: "*";
  font-size: 20px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.grid .product-filters ul.style_1 li, .products-shortcode-wrap.masonry .product-filters ul.style_1 li {
    margin-top: 10px;
  }
}

.products-shortcode-wrap.grid .product-filters ul.style_2 li, .products-shortcode-wrap.masonry .product-filters ul.style_2 li {
  display: inline-block;
}

.products-shortcode-wrap.grid ul.products, .products-shortcode-wrap.masonry ul.products {
  margin-left: -15px;
  margin-right: -15px;
}

.products-shortcode-wrap.grid ul.products.shortcode-product-columns-2 li.product,
.products-shortcode-wrap.grid ul.products.shortcode-product-columns-2 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-2 li.product,
.products-shortcode-wrap.masonry ul.products.shortcode-product-columns-2 li.type-product {
  width: 50%;
  float: left;
}

@media screen and (max-width: 991px) {
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-2 li.product,
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-2 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-2 li.product,
  .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-2 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-2 li.product,
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-2 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-2 li.product,
  .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-2 li.type-product {
    width: 50%;
  }
}

.products-shortcode-wrap.grid ul.products.shortcode-product-columns-3 li.product,
.products-shortcode-wrap.grid ul.products.shortcode-product-columns-3 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-3 li.product,
.products-shortcode-wrap.masonry ul.products.shortcode-product-columns-3 li.type-product {
  width: 33.333333%;
  float: left;
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-3 li.product,
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-3 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-3 li.product,
  .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-3 li.type-product {
    width: 50%;
  }
}

.products-shortcode-wrap.grid ul.products.shortcode-product-columns-4 li.product,
.products-shortcode-wrap.grid ul.products.shortcode-product-columns-4 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-4 li.product,
.products-shortcode-wrap.masonry ul.products.shortcode-product-columns-4 li.type-product {
  width: 25%;
  float: left;
}

@media screen and (max-width: 991px) {
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-4 li.product,
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-4 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-4 li.product,
  .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-4 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-4 li.product,
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-4 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-4 li.product,
  .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-4 li.type-product {
    width: 50%;
  }
}

.products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.product,
.products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.product,
.products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.type-product {
  width: 20%;
  float: left;
}

@media screen and (max-width: 1199px) {
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.type-product {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrap.grid ul.products.shortcode-product-columns-5 li.type-product, .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.product,
  .products-shortcode-wrap.masonry ul.products.shortcode-product-columns-5 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-category {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
}

.haru-woo-shortcodes-products-ajax-category .products-tabs {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
  width: calc(25% - 22px);
  float: left;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category .products-tabs {
    padding: 0;
    width: 100%;
  }
}

.haru-woo-shortcodes-products-ajax-category .products-tabs .heading-title {
  border-top: 3px solid #d69c4a;
  position: relative;
  padding: 25px 10px 25px 60px;
}

.haru-woo-shortcodes-products-ajax-category .products-tabs .heading-title i {
  font-size: 26px;
  line-height: 34px;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.haru-woo-shortcodes-products-ajax-category .products-tabs .heading-title i:after {
  background-color: #d69c4a;
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: -8px;
  left: 0;
}

.haru-woo-shortcodes-products-ajax-category .products-tabs .heading-title span {
  color: #312d2e;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.haru-woo-shortcodes-products-ajax-category .products-tabs li {
  color: #312d2e;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 3px 5px 3px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-woo-shortcodes-products-ajax-category .products-tabs li:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-woo-shortcodes-products-ajax-category .products-tabs li span {
  display: block;
  position: relative;
  padding: 5px;
}

.haru-woo-shortcodes-products-ajax-category .products-tabs li.current {
  color: #d69c4a;
}

.haru-woo-shortcodes-products-ajax-category .products-content {
  width: calc(75% + 22px);
  float: left;
  overflow: hidden;
  min-height: 300px;
  padding: 0 10px 10px 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category .products-content {
    padding-right: 10px;
    width: 100% !important;
  }
}

.haru-woo-shortcodes-products-ajax-category .products-content.loading {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.haru-woo-shortcodes-products-ajax-category .products-content.loading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  z-index: 5;
  background-color: #fff;
}

.haru-woo-shortcodes-products-ajax-category .products-content.loading:before {
  content: '\f110';
  font-family: fontAwesome;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 6;
  font-size: 24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.haru-woo-shortcodes-products-ajax-category .products-content.slider {
  padding-left: 20px;
  padding-right: 20px;
}

.haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products {
  margin-bottom: 0;
  padding: 0;
}

.haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products li.type-product {
  list-style: none;
  list-style-type: none;
  width: 100% !important;
  padding: 0 !important;
  margin: 20px 0;
}

.haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products .owl-nav .owl-prev, .haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 40%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products .owl-nav .owl-prev:hover, .haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products .owl-nav .owl-next {
  right: 0;
}

.haru-woo-shortcodes-products-ajax-category .products-content.slider ul.products .owl-nav .owl-prev {
  left: 0;
}

.haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products {
  margin: 0;
  padding: 0;
}

.haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products li.type-product {
  position: relative;
  padding: 20px 10px 5px 10px;
  margin: 0;
}

.haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-2 li.type-product {
  width: 50%;
  float: left;
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-2 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-2 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-3 li.type-product {
  width: 33.333333%;
  float: left;
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-3 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-3 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-4 li.type-product {
  width: 25%;
  float: left;
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-4 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-4 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-5 li.type-product {
  width: 20%;
  float: left;
}

@media screen and (max-width: 1199px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-5 li.type-product {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-5 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-5 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-6 li.type-product {
  width: 16.666666%;
  float: left;
}

@media screen and (max-width: 1199px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-6 li.type-product {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-6 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category .products-content.grid ul.products.columns-6 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-category .see-more-wrapper {
  display: none;
}

.haru-woo-shortcodes-products-ajax-category .products-banner {
  float: right;
  position: relative;
  width: calc(25% - 7px);
  padding: 20px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category .products-banner {
    width: 100%;
    padding-left: 20px;
  }
}

.haru-woo-shortcodes-products-ajax-category .products-banner .haru-carousel {
  margin: 0;
  padding: 0;
}

.haru-woo-shortcodes-products-ajax-category .products-banner .haru-carousel:hover .owl-nav div {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-woo-shortcodes-products-ajax-category .products-banner .haru-carousel .owl-nav div {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-woo-shortcodes-products-ajax-category .products-banner .haru-carousel .owl-nav div:hover {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-woo-shortcodes-products-ajax-category .products-banner .haru-carousel .owl-nav div.owl-next {
  right: 0;
}

.haru-woo-shortcodes-products-ajax-category .products-banner .haru-carousel .owl-nav div.owl-prev {
  left: 0;
}

.haru-woo-shortcodes-products-ajax-category .products-banner .haru-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.haru-woo-shortcodes-products-ajax-category .products-banner .haru-carousel .owl-dots .owl-dot {
  background: transparent;
  border: 1px solid #fff;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.haru-woo-shortcodes-products-ajax-category .products-banner .haru-carousel .owl-dots .owl-dot.active {
  background: #fff;
}

.haru-woo-shortcodes-products-ajax-category.filter_left:before {
  border-right: 1px solid #e5e5e5;
  content: "";
  position: absolute;
  width: calc(25% - 22px);
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.filter_left:before {
    display: none;
  }
}

.haru-woo-shortcodes-products-ajax-category.filter_left .products-tabs {
  position: relative;
}

.haru-woo-shortcodes-products-ajax-category.filter_left .products-tabs:before {
  background-color: #f9f9f9;
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.filter_left .products-tabs:before {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.filter_left .products-tabs li {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.filter_left .products-tabs .heading-title {
    display: block;
  }
}

.haru-woo-shortcodes-products-ajax-category.filter_right:before {
  border-left: 1px solid #e5e5e5;
  content: "";
  position: absolute;
  width: calc(25% - 22px);
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.filter_right:before {
    display: none;
  }
}

.haru-woo-shortcodes-products-ajax-category.filter_right .products-tabs {
  float: right;
  position: relative;
}

.haru-woo-shortcodes-products-ajax-category.filter_right .products-tabs:before {
  background-color: #f9f9f9;
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.filter_right .products-tabs:before {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.filter_right .products-tabs li {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.filter_right .products-tabs .heading-title {
    display: block;
  }
}

.haru-woo-shortcodes-products-ajax-category.filter_right .products-content {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

.haru-woo-shortcodes-products-ajax-category.filter_right .products-content.slider {
  padding-left: 20px;
  padding-right: 20px;
}

.haru-woo-shortcodes-products-ajax-category.filter_right .products-banner {
  padding-left: 20px;
  padding-right: 20px;
}

.haru-woo-shortcodes-products-ajax-category.filter_right.has-banner .products-content {
  padding-left: 0;
  padding-right: 10px;
}

.haru-woo-shortcodes-products-ajax-category.filter_top .products-tabs {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  width: 100%;
  text-align: center;
}

.haru-woo-shortcodes-products-ajax-category.filter_top .products-tabs li {
  border-top: none;
  display: inline-block;
  padding-right: 20px;
}

.haru-woo-shortcodes-products-ajax-category.filter_top .products-tabs .heading-title {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 15px 0;
  margin-bottom: 0;
}

.haru-woo-shortcodes-products-ajax-category.filter_top .products-tabs .heading-title i {
  left: 0;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.haru-woo-shortcodes-products-ajax-category.filter_top .products-tabs .heading-title span {
  margin-left: 10px;
}

.haru-woo-shortcodes-products-ajax-category.filter_top .products-content {
  padding-left: 10px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-2 li.type-product, .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-3 li.type-product, .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-4 li.type-product, .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-5 li.type-product, .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-6 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-2 li.type-product, .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-3 li.type-product, .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-4 li.type-product, .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-5 li.type-product, .haru-woo-shortcodes-products-ajax-category.filter_top .products-content.grid ul.products.columns-6 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-category.filter_top .products-content.slider {
  padding-left: 20px;
  padding-right: 20px;
}

.haru-woo-shortcodes-products-ajax-category.filter_top.has-banner .products-content {
  width: 100%;
  padding-right: 10px;
}

.haru-woo-shortcodes-products-ajax-category.filter_top .products-banner {
  padding-left: 20px;
  padding-top: 0;
  width: 100%;
}

.haru-woo-shortcodes-products-ajax-category.has-banner .products-content {
  width: calc(50% + 29px);
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.has-banner .products-content {
    padding-right: 10px;
  }
}

.haru-woo-shortcodes-products-ajax-category.has-banner .products-content.slider {
  padding-right: 10px;
}

.haru-woo-shortcodes-products-ajax-category.has-banner.filter_left.slider .products-content {
  padding-right: 20px;
}

.haru-woo-shortcodes-products-ajax-category.has-banner.filter_right .products-banner {
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.has-banner.filter_right .products-banner {
    padding-right: 20px;
  }
}

.haru-woo-shortcodes-products-ajax-category.has-banner.filter_right.slider .products-content {
  padding-right: 20px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-category.has-banner.filter_right.slider .products-content {
    padding-left: 20px;
  }
}

.haru-woo-shortcodes-products-ajax-category.has-banner.filter_top.slider .products-content {
  padding-right: 20px;
}

.haru-woo-shortcodes-products-ajax-creative.filter_center .products-tabs {
  text-align: center;
}

.haru-woo-shortcodes-products-ajax-creative.filter_left .products-tabs {
  text-align: left;
}

.haru-woo-shortcodes-products-ajax-creative.filter_right .products-tabs {
  text-align: right;
}

.haru-woo-shortcodes-products-ajax-creative .products-tabs {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-bottom: 40px;
}

.haru-woo-shortcodes-products-ajax-creative .products-tabs li {
  display: inline-block;
}

.haru-woo-shortcodes-products-ajax-creative .products-tabs li.current span {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-woo-shortcodes-products-ajax-creative .products-tabs li.current span:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-woo-shortcodes-products-ajax-creative .products-tabs li span {
  display: block;
  color: #ababab;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 20px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-creative .products-tabs li span {
    font-size: 12px;
    padding: 6px 15px;
  }
}

.haru-woo-shortcodes-products-ajax-creative .products-tabs li span:hover, .haru-woo-shortcodes-products-ajax-creative .products-tabs li span.selected {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-woo-shortcodes-products-ajax-creative .products-tabs li span.selected:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-woo-shortcodes-products-ajax-creative .products-tabs li span:after {
  content: "*";
  font-size: 20px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-creative .products-tabs li {
    margin-top: 10px;
  }
}

.haru-woo-shortcodes-products-ajax-creative .products-content {
  overflow: hidden;
  min-height: 300px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.loading {
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.loading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  z-index: 5;
  background-color: #fff;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.loading:before {
  content: '\f110';
  font-family: fontAwesome;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 6;
  font-size: 24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products {
  margin: 0 -15px;
  padding: 0;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products li.type-product {
  position: relative;
  padding: 20px 10px 5px 10px;
  margin: 0;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-2 li.type-product {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-2 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-2 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-3 li.type-product {
  width: 33.333333%;
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-3 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-3 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-4 li.type-product {
  width: 25%;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-4 li.type-product:nth-child(2) {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-4 li.type-product:nth-child(2) {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-4 li.type-product:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-4 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-4 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-5 li.type-product {
  width: 20%;
}

@media screen and (max-width: 1199px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-5 li.type-product {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-5 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-5 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-6 li.type-product {
  width: 16.666666%;
}

@media screen and (max-width: 1199px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-6 li.type-product {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-6 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-woo-shortcodes-products-ajax-creative .products-content.grid ul.products.columns-6 li.type-product {
    width: 50%;
  }
}

.haru-woo-shortcodes-products-ajax-creative .products-content.slider {
  padding-left: 20px;
  padding-right: 20px;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products {
  margin-bottom: 0;
  padding: 0;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products li.type-product {
  list-style: none;
  list-style-type: none;
  width: 100% !important;
  padding: 0 !important;
  margin: 20px 0;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products .owl-nav .owl-prev, .haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 40%;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products .owl-nav .owl-prev:hover, .haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products .owl-nav .owl-next {
  right: 0;
}

.haru-woo-shortcodes-products-ajax-creative .products-content.slider ul.products .owl-nav .owl-prev {
  left: 0;
}

.haru-woo-shortcodes-products-ajax-creative .see-more-wrapper {
  display: none;
}

.haru-products-ajax-order {
  overflow: hidden;
  position: relative;
}

.haru-products-ajax-order .products-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.haru-products-ajax-order .products-tabs.align_left {
  text-align: left;
}

.haru-products-ajax-order .products-tabs.align_center {
  text-align: center;
}

.haru-products-ajax-order .products-tabs.align_right {
  text-align: right;
}

.haru-products-ajax-order .products-tabs li {
  cursor: pointer;
  color: #ababab;
  display: inline-block;
  font-size: 20px;
  padding: 8px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-products-ajax-order .products-tabs li:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-products-ajax-order .products-tabs li:first-child {
  padding-left: 0;
}

.haru-products-ajax-order .products-tabs li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .haru-products-ajax-order .products-tabs li {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .haru-products-ajax-order .products-tabs li {
    font-size: 16px;
    padding: 8px 8px;
  }
}

.haru-products-ajax-order .products-tabs li.current {
  color: #d69c4a;
}

.haru-products-ajax-order .products-content {
  min-height: 300px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.haru-products-ajax-order .products-content.loading {
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.haru-products-ajax-order .products-content.loading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  z-index: 5;
  background-color: #fff;
}

.haru-products-ajax-order .products-content.loading:before {
  content: '\f110';
  font-family: fontAwesome;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 6;
  font-size: 24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.haru-products-ajax-order .products-content.slider ul.products {
  margin-bottom: 0;
  padding: 0;
}

.haru-products-ajax-order .products-content.slider ul.products:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.haru-products-ajax-order .products-content.slider ul.products li.type-product {
  padding: 0 !important;
}

.haru-products-ajax-order .products-content.slider ul.products .owl-nav {
  display: block;
  position: absolute;
  right: 0;
  top: -30px;
}

.haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-prev, .haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-next {
  border: 1px solid #cccccc;
  display: inline-block;
  font-size: 18px;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #ccc;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-prev:hover, .haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-next:hover {
  border: 1px solid #d69c4a;
  color: #d69c4a;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-prev, .haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-prev, .haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}

.haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-prev {
  left: 0;
}

.haru-products-ajax-order .products-content.slider ul.products .owl-nav .owl-next {
  margin-left: 10px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .haru-products-ajax-order .products-content.slider ul.products .owl-nav {
    top: -20px;
  }
}

.haru-products-ajax-order .products-content.grid ul.products {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}

.haru-products-ajax-order .products-content.grid ul.products.columns-2 li.type-product {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-2 li.type-product {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-2 li.type-product {
    width: 50%;
  }
}

.haru-products-ajax-order .products-content.grid ul.products.columns-3 li.type-product {
  width: 33.333333%;
}

@media screen and (max-width: 991px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-3 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-3 li.type-product {
    width: 50%;
  }
}

.haru-products-ajax-order .products-content.grid ul.products.columns-4 li.type-product {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-4 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-4 li.type-product {
    width: 50%;
  }
}

.haru-products-ajax-order .products-content.grid ul.products.columns-5 li.type-product {
  width: 20%;
}

@media screen and (max-width: 1199px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-5 li.type-product {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-5 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-5 li.type-product {
    width: 50%;
  }
}

.haru-products-ajax-order .products-content.grid ul.products.columns-6 li.type-product {
  width: 16.666666%;
}

@media screen and (max-width: 1199px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-6 li.type-product {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-6 li.type-product {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .haru-products-ajax-order .products-content.grid ul.products.columns-6 li.type-product {
    width: 50%;
  }
}

/*-----------------------------------
 * SHORTCODES PRODUCTS SLIDER
 *-----------------------------------*/
.products-recent-viewed-shortcode-wrap.carousel {
  position: relative;
}

.products-recent-viewed-shortcode-wrap.carousel:hover ul.products .owl-nav .owl-prev, .products-recent-viewed-shortcode-wrap.carousel:hover ul.products .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-recent-viewed-shortcode-wrap.carousel ul.products {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.products-recent-viewed-shortcode-wrap.carousel ul.products li.product {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}

.products-recent-viewed-shortcode-wrap.carousel ul.products .owl-nav .owl-prev, .products-recent-viewed-shortcode-wrap.carousel ul.products .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-recent-viewed-shortcode-wrap.carousel ul.products .owl-nav .owl-prev:hover, .products-recent-viewed-shortcode-wrap.carousel ul.products .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.products-recent-viewed-shortcode-wrap.carousel ul.products .owl-nav .owl-prev {
  left: 0;
}

.products-recent-viewed-shortcode-wrap.carousel ul.products .owl-nav .owl-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .products-top-sale-shortcode-wrap {
    margin-top: 10px;
  }
}

.products-top-sale-shortcode-wrap .yith-wcwl-add-to-wishlist {
  display: none;
}

.products-top-sale-shortcode-wrap.carousel_1 {
  position: relative;
}

.products-top-sale-shortcode-wrap.carousel_1 .products-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: -5px;
  padding: 0 10px 13px 0;
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .products-top-sale-shortcode-wrap.carousel_1 .products-title {
    font-size: 16px;
  }
}

.products-top-sale-shortcode-wrap.carousel_1 .products-title:after {
  content: "";
  position: absolute;
  left: 0;
  border-top-color: #e5e5e5;
  border-top-style: double;
  top: 10px;
  width: 100%;
  z-index: -1;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel {
  list-style: none;
  padding-left: 0;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product:hover .product-inner .onsale, .products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product:hover .product-inner .product-flash {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product:hover .product-varations {
  opacity: 0;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-thumbnail {
  width: 35%;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-thumbnail .product-thumb-primary:before {
  opacity: 0;
  visibility: hidden;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-info {
  margin-left: 15px;
  padding-top: 10px;
  text-align: left;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-info .woocommerce-loop-product__title {
  font-size: 14px;
  margin-top: 0 !important;
  padding-top: 0;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-info .star-rating {
  margin-left: 0;
  opacity: 1;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-label {
  left: 10px !important;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .onsale,
.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-flash {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .star-rating {
  position: relative;
  left: 0;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .owl-nav {
  display: none !important;
  position: absolute;
  display: block;
  bottom: calc(100% + 38px);
  z-index: 9;
  width: 100%;
  text-align: right;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .owl-nav .owl-prev, .products-top-sale-shortcode-wrap.carousel_1 .products .owl-nav .owl-next {
  display: inline-block;
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f6f6f6;
  color: #a5a5a5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .owl-nav .owl-prev:hover, .products-top-sale-shortcode-wrap.carousel_1 .products .owl-nav .owl-next:hover {
  background: #d69c4a;
  cursor: pointer;
  color: #fff;
}

.products-top-sale-shortcode-wrap.carousel_1 .products .owl-nav .owl-next {
  margin-left: 5px;
}

.products-top-sale-shortcode-wrap.carousel_2 {
  position: relative;
}

.products-top-sale-shortcode-wrap.carousel_2 .products-title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: -5px;
  padding-bottom: 13px;
  position: relative;
  text-transform: uppercase;
}

.products-top-sale-shortcode-wrap.carousel_2 .products-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #d69c4a;
}

.products-top-sale-shortcode-wrap.carousel_2 .products {
  list-style: none;
  border: 1px solid #e5e5e5;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel {
  list-style: none;
  padding-left: 0;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product {
  padding: 15px;
  margin: 0;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-thumbnail {
  float: left;
  width: 45%;
}

@media screen and (max-width: 991px) {
  .products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-thumbnail {
    width: 100%;
  }
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-thumbnail .product-label {
  left: 20px !important;
  top: 5px !important;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-thumbnail .onsale, .products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-thumbnail .product-flash {
  left: auto !important;
  right: 0 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-thumbnail .product-thumb-primary:before {
  display: none;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info {
  float: right;
  text-align: left;
  width: 55%;
}

@media screen and (max-width: 991px) {
  .products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info {
    margin-top: 20px;
    width: 100%;
  }
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .woocommerce-loop-product__title {
  font-size: 24px;
  font-weight: normal;
  margin-top: 0 !important;
  padding-top: 0;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .excerpt {
  font-size: 12px;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .star-rating {
  margin-left: 0;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .price {
  font-size: 24px !important;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .product-sale-countdown {
  margin-top: 15px;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .product-sale-countdown .countdown-time .list-time {
  padding: 0;
  text-align: left;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .product-sale-countdown .countdown-time .list-time li {
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  width: 58px;
  height: 58px;
  text-align: center;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .product-sale-countdown .countdown-time .list-time li p {
  line-height: 1.6;
  margin-bottom: 0;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .product-sale-countdown .countdown-time .list-time li .countdown-number {
  color: #312d2e;
  font-size: 20px;
  font-weight: 500;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .item-carousel li.product .product-inner .product-info .product-sale-countdown .countdown-time .list-time li .countdown-text {
  font-size: 11px;
  text-transform: uppercase;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .owl-nav {
  position: absolute;
  display: block;
  bottom: calc(100% + 38px);
  z-index: 9;
  width: 100%;
  text-align: right;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .owl-nav .owl-prev, .products-top-sale-shortcode-wrap.carousel_2 .products .owl-nav .owl-next {
  display: inline-block;
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f6f6f6;
  color: #a5a5a5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .owl-nav .owl-prev:hover, .products-top-sale-shortcode-wrap.carousel_2 .products .owl-nav .owl-next:hover {
  background: #d69c4a;
  cursor: pointer;
  color: #fff;
}

.products-top-sale-shortcode-wrap.carousel_2 .products .owl-nav .owl-next {
  margin-left: 5px;
}

.products-top-rated-shortcode-wrap .yith-wcwl-add-to-wishlist {
  display: none;
}

.products-top-rated-shortcode-wrap.carousel_1 {
  position: relative;
}

.products-top-rated-shortcode-wrap.carousel_1 .products-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: -5px;
  padding: 0 10px 13px 0;
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .products-top-rated-shortcode-wrap.carousel_1 .products-title {
    font-size: 16px;
  }
}

.products-top-rated-shortcode-wrap.carousel_1 .products-title:after {
  content: "";
  position: absolute;
  left: 0;
  border-top-color: #e5e5e5;
  border-top-style: double;
  top: 10px;
  width: 100%;
  z-index: -1;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel {
  list-style: none;
  padding-left: 0;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product:hover .product-inner .onsale, .products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product:hover .product-inner .product-flash {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product:hover .product-varations {
  opacity: 0;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-thumbnail {
  width: 35%;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-thumbnail .product-thumb-primary:before {
  opacity: 0;
  visibility: hidden;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-info {
  margin-left: 15px;
  padding-top: 10px;
  text-align: left;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-info .woocommerce-loop-product__title {
  font-size: 14px;
  margin-top: 0 !important;
  padding-top: 0;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-info .star-rating {
  margin-left: 0;
  opacity: 1;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-label {
  left: 10px !important;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .onsale,
.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-flash {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .star-rating {
  position: relative;
  left: 0;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .owl-nav {
  display: none !important;
  position: absolute;
  display: block;
  bottom: calc(100% + 38px);
  z-index: 9;
  width: 100%;
  text-align: right;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .owl-nav .owl-prev, .products-top-rated-shortcode-wrap.carousel_1 .products .owl-nav .owl-next {
  display: inline-block;
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f6f6f6;
  color: #a5a5a5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .owl-nav .owl-prev:hover, .products-top-rated-shortcode-wrap.carousel_1 .products .owl-nav .owl-next:hover {
  background: #d69c4a;
  cursor: pointer;
  color: #fff;
}

.products-top-rated-shortcode-wrap.carousel_1 .products .owl-nav .owl-next {
  margin-left: 5px;
}

.products-top-seller-shortcode-wrap .yith-wcwl-add-to-wishlist {
  display: none;
}

.products-top-seller-shortcode-wrap.carousel_1 {
  position: relative;
}

.products-top-seller-shortcode-wrap.carousel_1 .products-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: -5px;
  padding: 0 10px 13px 0;
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .products-top-seller-shortcode-wrap.carousel_1 .products-title {
    font-size: 16px;
  }
}

.products-top-seller-shortcode-wrap.carousel_1 .products-title:after {
  content: "";
  position: absolute;
  left: 0;
  border-top-color: #e5e5e5;
  border-top-style: double;
  top: 10px;
  width: 100%;
  z-index: -1;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel {
  list-style: none;
  padding-left: 0;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product:hover .product-inner .onsale,
.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product:hover .product-inner .product-flash {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product:hover .product-varations {
  opacity: 0;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-thumbnail {
  width: 35%;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-thumbnail .product-thumb-primary:before {
  opacity: 0;
  visibility: hidden;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-info {
  margin-left: 15px;
  padding-top: 10px;
  text-align: left;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-info .woocommerce-loop-product__title {
  font-size: 14px;
  margin-top: 0 !important;
  padding-top: 0;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-info .star-rating {
  margin-left: 0;
  opacity: 1;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-label {
  left: 10px !important;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .onsale,
.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .product-flash {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .item-carousel li.product .product-inner .star-rating {
  position: relative;
  left: 0;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .owl-nav {
  display: none !important;
  position: absolute;
  display: block;
  bottom: calc(100% + 38px);
  z-index: 9;
  width: 100%;
  text-align: right;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .owl-nav .owl-prev, .products-top-seller-shortcode-wrap.carousel_1 .products .owl-nav .owl-next {
  display: inline-block;
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f6f6f6;
  color: #a5a5a5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .owl-nav .owl-prev:hover, .products-top-seller-shortcode-wrap.carousel_1 .products .owl-nav .owl-next:hover {
  background: #d69c4a;
  cursor: pointer;
  color: #fff;
}

.products-top-seller-shortcode-wrap.carousel_1 .products .owl-nav .owl-next {
  margin-left: 5px;
}

@media screen and (max-width: 1199px) {
  body.header-sidebar .product-category-shortcode-wrap.grid .category-list .category-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  body.header-sidebar .product-category-shortcode-wrap.grid .category-list .category-item {
    width: 50%;
  }
}

.product-category-shortcode-wrap.grid .category-list {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3px;
  flex-wrap: wrap;
}

.product-category-shortcode-wrap.grid .category-list .category-item {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0 30px;
  width: 16.666666%;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .product-category-shortcode-wrap.grid .category-list .category-item {
    padding: 20px 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .product-category-shortcode-wrap.grid .category-list .category-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .product-category-shortcode-wrap.grid .category-list .category-item {
    width: 50%;
  }
}

.product-category-shortcode-wrap.grid .category-list .category-item:last-child {
  border-right: none;
}

.product-category-shortcode-wrap.grid .category-list .category-item .category-title,
.product-category-shortcode-wrap.grid .category-list .category-item a {
  color: #312d2e;
  font-size: 15px;
  padding-top: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-category-shortcode-wrap.grid .category-list .category-item .category-title:hover,
.product-category-shortcode-wrap.grid .category-list .category-item a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-category-shortcode-wrap.list {
  background-color: #f8ecee;
  border: 1px solid #e5e5e5;
  width: 270px;
  padding: 75px 0;
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  .product-category-shortcode-wrap.list {
    padding: 45px 0;
  }
}

.product-category-shortcode-wrap.list .category-list {
  background-color: #fcf5f6;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 2px 0;
  text-align: center;
  position: relative;
}

.product-category-shortcode-wrap.list .category-list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  left: 0;
  top: 3px;
}

.product-category-shortcode-wrap.list .category-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  left: 0;
  bottom: 3px;
}

.product-category-shortcode-wrap.list .category-list .category-item {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 15px;
  margin: 0 3px;
  box-sizing: content-box;
}

@media screen and (max-width: 1199px) {
  .product-category-shortcode-wrap.list .category-list .category-item {
    padding: 10px 15px;
  }
}

.product-category-shortcode-wrap.list .category-list .category-item:first-child {
  padding-top: 13px;
}

.product-category-shortcode-wrap.list .category-list .category-item:last-child {
  border-bottom: none;
  padding-bottom: 13px;
}

.product-category-shortcode-wrap.list .category-list .category-item .category-title,
.product-category-shortcode-wrap.list .category-list .category-item a {
  color: #312d2e;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-category-shortcode-wrap.list .category-list .category-item a {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-category-shortcode-wrap.list .category-list .category-item a:hover {
  color: #d69c4a;
  left: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-category-shortcode-wrap.list .category-list .category-item a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-category-shortcode-wrap.list .category-list .category-item a:before {
  position: absolute;
  content: "*";
  opacity: 0;
  top: 60%;
  left: -15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Shang shortcode */
.appointment-form-shortcode-wrap.style_1 {
  border: 8px solid #d69c4a;
  background-color: #fff;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content {
  position: relative;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form {
  padding: 30px 60px;
}

@media screen and (max-width: 1199px) {
  .appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form {
    padding: 30px 20px;
  }
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .response-message .register-success {
  color: #d69c4a;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .response-message .register-failed {
  color: red;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .response-message .error {
  color: red;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info {
  font-size: 13px;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info select, .appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info input, .appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info textarea {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin-bottom: 12px;
  width: 100%;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info select:focus, .appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info input:focus, .appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info textarea:focus {
  outline: none;
  border: 1px solid #d69c4a;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info select {
  padding: 5px 10px;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info input, .appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info textarea {
  padding: 5px 10px;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .appoinment-picker {
  position: relative;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .appoinment-picker:after {
  position: absolute;
  content: "\ed21";
  color: #fff;
  font-family: IcoFont;
  right: 25px;
  top: 5px;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .select2-container {
  margin-bottom: 12px;
  width: 100% !important;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .select2-container:focus {
  outline: none;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .select2-container.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #696969 transparent;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  padding: 3px 0;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .select2-container .select2-selection:focus {
  outline: none;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .select2-container .select2-selection .select2-selection__rendered {
  color: #696969;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .select2-container .select2-selection__arrow b {
  border-color: #696969 transparent transparent transparent;
  margin-left: -10px;
  margin-top: 2px;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-form-info .select2-dropdown {
  border: 1px solid #e5e5e5;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-register-submit {
  text-align: center;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-register-submit .haru-notice {
  color: red;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-register-submit .haru-notice:last-child {
  margin-bottom: 10px;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-register-submit button {
  background-color: #d69c4a;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 15px 25px;
  margin: 20px 0 10px;
  text-transform: uppercase;
  width: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-register-submit button:hover {
  background-color: #c78528;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.appointment-form-shortcode-wrap.style_1 .appointment-content .appointment-form .appointment-register .appointment-register-submit button:focus {
  outline: none;
}

.appointment-form-shortcode-wrap.style_2 .appointment-content {
  background-color: #d69c4a;
}

.appointment-form-shortcode-wrap.style_2 .appointment-content .appointment-form {
  padding: 25px 30px 30px 30px;
}

@media screen and (max-width: 1199px) {
  .appointment-form-shortcode-wrap.style_2 .appointment-content .appointment-form {
    padding: 15px 20px 20px 20px;
  }
}

.appointment-form-shortcode-wrap.style_2 .appointment-content .appointment-form .appointment-form-title {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register {
  margin-top: 25px;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info {
  font-size: 13px;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info select, .appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info input, .appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info textarea {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info select:focus, .appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info input:focus, .appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info textarea:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info select {
  padding: 5px 10px;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info input, .appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info textarea {
  padding: 5px 10px;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info input::-moz-placeholder, .appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info input:-ms-input-placeholder, .appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info textarea:-ms-input-placeholder {
  color: #fff;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info input::-webkit-input-placeholder, .appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info textarea::-webkit-input-placeholder {
  color: #fff;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info .appoinment-picker {
  position: relative;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info .appoinment-picker:after {
  position: absolute;
  content: "\ed21";
  color: #fff;
  font-family: IcoFont;
  right: 25px;
  top: 5px;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info .select2-container {
  margin-bottom: 20px;
  width: 100% !important;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info .select2-container:focus {
  outline: none;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info .select2-container.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 3px 0;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info .select2-container .select2-selection:focus {
  outline: none;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info .select2-container .select2-selection .select2-selection__rendered {
  color: #fff;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-form-info .select2-container .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  margin-left: -10px;
  margin-top: 2px;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-register-submit .haru-notice {
  color: red;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-register-submit .haru-notice:last-child {
  margin-bottom: 10px;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-register-submit button {
  background-color: #fff;
  border: none;
  color: #d69c4a;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 13px 20px;
  text-transform: uppercase;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-register-submit button:hover {
  background-color: #c78528;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.appointment-form-shortcode-wrap.style_2 .appointment-register .appointment-register-submit button:focus {
  outline: none;
}

.appointment-tooltip {
  background: #c78528;
  height: auto;
  line-height: 200%;
  max-width: 250px;
  padding: 10px;
  position: absolute;
  width: auto;
  z-index: 10001;
}

.appointment-tooltip .appointment-info {
  color: #fff;
}

.appointment-tooltip .appointment-info h4 {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
}

.appointment-tooltip .appointment-info p {
  margin-bottom: 0;
}

.appointment-tooltip .appointment-info label {
  margin-right: 10px;
}

.timetable-shortcode-wrap.style_1 .salons {
  margin-bottom: 30px;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-center h2 {
  color: #d69c4a;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-center h2 {
    font-size: 22px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-right {
    float: left;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-center {
    float: left;
  }
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-button-group {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-button-group button {
  background: #fff;
  border: none;
  height: auto;
  padding: 5px 10px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-button-group button.fc-state-hover {
  background: #d69c4a;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-button-group button.fc-state-active {
  background: #d69c4a;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-button-group button.fc-corner-left {
  border-right: 1px solid #e5e5e5;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 18px;
  -webkit-border-top-left-radius: 18px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 18px;
  -moz-border-radius-topleft: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-button-group button.fc-corner-right {
  border-left: 1px solid #e5e5e5;
  -webkit-border-top-right-radius: 18px;
  -webkit-border-bottom-right-radius: 18px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 18px;
  -moz-border-radius-bottomright: 18px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-button-group button:focus {
  outline: none;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-today-button {
  background: #fff;
  border: none;
  height: auto;
  padding: 5px 10px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-today-button.fc-state-hover {
  background: #d69c4a;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-today-button:focus {
  outline: none;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-state-disabled {
  opacity: 0.7;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-header-toolbar .fc-state-disabled:hover {
  background: rgba(214, 156, 74, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-view-container table thead {
  background: none;
  text-transform: uppercase;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-view-container table thead tr th {
  border: medium none;
  padding: 10px;
  text-align: left;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-view-container table .fc-body .fc-widget-content .fc-content-skeleton td {
  padding-left: 10px;
  padding-top: 5px;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-view-container table .fc-body .fc-widget-content .fc-content-skeleton td .fc-day-number {
  float: none;
}

.timetable-shortcode-wrap.style_1 .timetable-content .fc-view-container table .fc-body .fc-widget-content .fc-content-skeleton .fc-event-container .fc-event {
  background: #d69c4a;
  border-color: #d69c4a;
  color: #fff;
  padding: 3px 5px;
}

.barber-shortcode-wrap.carousel .barber-list:hover .owl-nav .owl-prev, .barber-shortcode-wrap.carousel .barber-list:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 {
  position: relative;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1:hover .barber-content .barber-appointment {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content {
  position: relative;
  text-align: center;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-appointment {
  opacity: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-appointment a {
  background-color: #d69c4a;
  color: #fff;
  display: block;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-appointment a {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-appointment a {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-appointment a:hover {
  background-color: #c78528;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-appointment a i {
  margin-right: 10px;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-meta {
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-meta .barber-title {
  margin-top: 0;
  position: relative;
  padding-bottom: 5px;
  padding-top: 20px;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-meta .barber-title a {
  color: #312d2e;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-meta .barber-title a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-wrap.carousel .barber-list .barber-item.style_1 .barber-content .barber-meta .barber-special {
  color: #ababab;
  font-style: italic;
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 25px;
}

.barber-shortcode-wrap.carousel .barber-list .owl-nav .owl-prev, .barber-shortcode-wrap.carousel .barber-list .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.barber-shortcode-wrap.carousel .barber-list .owl-nav .owl-prev:hover, .barber-shortcode-wrap.carousel .barber-list .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.barber-shortcode-wrap.carousel .barber-list .owl-nav .owl-prev {
  left: 0;
}

.barber-shortcode-wrap.carousel .barber-list .owl-nav .owl-next {
  right: 0;
}

/*-----------------------------------
 * VIDEO SHORTCODE
 *-----------------------------------*/
.barber-shortcode-wrap.grid {
  margin-left: -15px;
  margin-right: -15px;
}

.barber-shortcode-wrap.grid .barber-content .barber-filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.barber-shortcode-wrap.grid .barber-content .barber-filter.align_left {
  text-align: left;
}

.barber-shortcode-wrap.grid .barber-content .barber-filter.align_center {
  text-align: center;
}

.barber-shortcode-wrap.grid .barber-content .barber-filter.align_right {
  text-align: right;
}

.barber-shortcode-wrap.grid .barber-content .barber-filter.style_1 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.barber-shortcode-wrap.grid .barber-content .barber-filter.style_1 li a {
  border: 2px solid #e5e5e5;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-wrap.grid .barber-content .barber-filter.style_1 li a:hover, .barber-shortcode-wrap.grid .barber-content .barber-filter.style_1 li a.selected {
  background-color: #d69c4a;
  border-color: #d69c4a;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .barber-shortcode-wrap.grid .barber-content .barber-filter.style_1 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.barber-shortcode-wrap.grid .barber-content .barber-filter.style_2 li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.barber-shortcode-wrap.grid .barber-content .barber-filter.style_2 li a {
  border: 2px solid rgba(229, 229, 229, 0.2);
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-wrap.grid .barber-content .barber-filter.style_2 li a:hover, .barber-shortcode-wrap.grid .barber-content .barber-filter.style_2 li a.selected {
  background-color: #d69c4a;
  border-color: #d69c4a;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .barber-shortcode-wrap.grid .barber-content .barber-filter.style_2 li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.barber-shortcode-wrap.grid .barber-content .barber-list {
  margin-top: 3%;
}

.barber-shortcode-wrap.grid .barber-content .barber-list.columns-2 .barber-item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .barber-shortcode-wrap.grid .barber-content .barber-list.columns-2 .barber-item {
    width: 100%;
  }
}

.barber-shortcode-wrap.grid .barber-content .barber-list.columns-3 .barber-item {
  width: 33.333333%;
}

@media screen and (max-width: 991px) {
  .barber-shortcode-wrap.grid .barber-content .barber-list.columns-3 .barber-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .barber-shortcode-wrap.grid .barber-content .barber-list.columns-3 .barber-item {
    width: 100%;
  }
}

.barber-shortcode-wrap.grid .barber-content .barber-list.columns-4 .barber-item {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .barber-shortcode-wrap.grid .barber-content .barber-list.columns-4 .barber-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .barber-shortcode-wrap.grid .barber-content .barber-list.columns-4 .barber-item {
    width: 100%;
  }
}

.barber-shortcode-wrap.grid .barber-content .barber-list.columns-5 .barber-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .barber-shortcode-wrap.grid .barber-content .barber-list.columns-5 .barber-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .barber-shortcode-wrap.grid .barber-content .barber-list.columns-5 .barber-item {
    width: 100%;
  }
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 {
  margin: 15px 0;
  padding: 0 15px;
  position: relative;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1:hover .barber-content .barber-appointment {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-image img {
  width: 100%;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content {
  position: relative;
  text-align: center;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-appointment {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-appointment a {
  background-color: #d69c4a;
  color: #fff;
  display: block;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-appointment a {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-appointment a {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-appointment a:hover {
  background-color: #c78528;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-appointment a i {
  margin-right: 10px;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-meta {
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-meta .barber-title {
  margin-top: 0;
  position: relative;
  padding-bottom: 8px;
  padding-top: 20px;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-meta .barber-title a {
  color: #312d2e;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-meta .barber-title a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-wrap.grid .barber-content .barber-list .barber-item.style_1 .barber-content .barber-meta .barber-special {
  color: #ababab;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 25px;
  font-size: 15px;
}

.barber-shortcode-paging-wrap {
  margin-top: 50px;
  text-align: center;
}

.barber-shortcode-paging-wrap .barber-pagination {
  font-style: italic;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.barber-shortcode-paging-wrap .barber-pagination .page-numbers {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.barber-shortcode-paging-wrap .barber-pagination .page-numbers li {
  display: inline-block;
  padding-right: 25px;
}

.barber-shortcode-paging-wrap .barber-pagination .page-numbers li span, .barber-shortcode-paging-wrap .barber-pagination .page-numbers li a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.barber-shortcode-paging-wrap .barber-pagination .page-numbers li span.current {
  color: #d69c4a;
}

.barber-shortcode-paging-wrap .barber-pagination .page-numbers li a:hover, .barber-shortcode-paging-wrap .barber-pagination .page-numbers li a:focus {
  background: none;
  color: #d69c4a;
}

.barber-shortcode-paging-wrap .barber-pagination .page-numbers li a.prev, .barber-shortcode-paging-wrap .barber-pagination .page-numbers li a.next {
  text-transform: uppercase;
}

.barber-shortcode-paging-wrap.paging-load-more button {
  background-color: #d69c4a;
  background-image: none;
  border: 2px solid #d69c4a;
  color: #fff;
  font-weight: 700;
  padding: 8px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-paging-wrap.paging-load-more button:hover {
  border: 2px solid #e5e5e5;
  background-color: transparent;
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-shortcode-paging-wrap.paging-load-more button:focus {
  outline: none;
}

.salon-shortcode-wrap.style_1 .salon-list .salon-item {
  margin-bottom: 20px;
}

.salon-shortcode-wrap.style_1 .salon-list .salon-item .salon-icon {
  border: 1px solid #e5e5e5;
  color: #d69c4a;
  font-size: 24px;
  float: left;
  line-height: 70px;
  margin-right: 25px;
  height: 70px;
  width: 70px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.salon-shortcode-wrap.style_1 .salon-list .salon-item .salon-icon:hover {
  border: 1px solid #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.salon-shortcode-wrap.style_1 .salon-list .salon-item .salon-info h5 a {
  color: #312d2e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.salon-shortcode-wrap.style_1 .salon-list .salon-item .salon-info h5 a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .salon-shortcode-wrap.style_1 .salon-list .salon-item .salon-info h5 {
    margin-top: 0;
  }
}

.salon-shortcode-wrap.style_1 .salon-viewmore {
  color: #d69c4a;
  display: block;
  font-weight: 500;
  padding-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.salon-shortcode-wrap.style_1 .salon-viewmore:hover {
  color: #c78528;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-archive-salon {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .haru-archive-salon {
    margin-bottom: 50px;
  }
}

.haru-salon .tab-toggle.active .tab-title {
  background-color: #c78528;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

.haru-salon .tab-toggle.active .tab-title:before {
  opacity: 0;
  visibility: hidden;
}

.haru-salon .tab-toggle .tab-title {
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
  color: #312d2e;
  display: block;
  font-size: 16px;
  padding: 10px 15px 10px 0;
  position: relative;
}

.haru-salon .tab-toggle .tab-title:before, .haru-salon .tab-toggle .tab-title:after {
  display: block;
  content: "";
  position: absolute;
  right: 16px;
  width: 13px;
  height: 13px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .tab-toggle .tab-title:before {
  top: 22px;
  height: 1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

.haru-salon .tab-toggle .tab-title:after {
  top: 16px;
  right: 22px;
  border-top: 1px solid;
  border-left: 1px solid;
  width: 1px;
}

.haru-salon .tab-toggle .tab-title:hover {
  cursor: pointer;
}

.haru-salon .tab-toggle .sub-content .salon-thumbnail {
  margin-top: 15px;
}

.haru-salon .tab-toggle .sub-content .info-title {
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

.haru-salon .tab-toggle .sub-content .info-title:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  bottom: 0;
  background-color: #d69c4a;
}

.haru-salon .general-info {
  padding-bottom: 15px;
}

.haru-salon .general-info p {
  font-style: italic;
}

.haru-salon .salon-services {
  padding-bottom: 15px;
}

.haru-salon .salon-services .services {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.haru-salon .salon-services .services .service {
  display: inline-block;
  margin-bottom: 10px;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .haru-salon .salon-services .services .service {
    width: 100%;
  }
}

.haru-salon .salon-services .services .service .service-name i {
  padding-right: 6px;
}

.haru-salon .salon-services .services .service .service-price {
  color: #d69c4a;
  font-style: italic;
}

.haru-salon .salon-barbers {
  padding-bottom: 30px;
}

.haru-salon .salon-barbers .barber-list {
  padding-top: 15px;
}

.haru-salon .salon-barbers .barber-list:hover .slick-arrow.slick-prev, .haru-salon .salon-barbers .barber-list:hover .slick-arrow.slick-next {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .barber-list .barber-item:focus {
  outline: none;
}

.haru-salon .salon-barbers .barber-list .barber-image {
  display: inline-block;
  float: left;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .haru-salon .salon-barbers .barber-list .barber-image {
    width: 100%;
  }
}

.haru-salon .salon-barbers .barber-list .barber-info {
  width: 65%;
  display: inline-block;
  padding: 0 15px 0 30px;
}

@media screen and (max-width: 767px) {
  .haru-salon .salon-barbers .barber-list .barber-info {
    width: 100%;
    padding: 15px 0;
  }
}

.haru-salon .salon-barbers .barber-list .barber-info .barber-title {
  margin-top: 0;
}

.haru-salon .salon-barbers .barber-list .barber-info .barber-title a {
  color: #312d2e;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .barber-list .barber-info .barber-title a:hover {
  color: #d69c4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .barber-list .barber-info .barber-special {
  font-style: italic;
  font-size: 15px;
}

.haru-salon .salon-barbers .barber-list .barber-info .barber-content {
  padding-top: 8px;
}

.haru-salon .salon-barbers .barber-list .barber-info .barber-socials {
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: left;
}

.haru-salon .salon-barbers .barber-list .barber-info .barber-socials .network {
  display: inline-block;
  font-size: 0;
  margin-right: 3px;
}

.haru-salon .salon-barbers .barber-list .barber-info .barber-socials .network i {
  background-color: #f6f6f6;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .barber-list .barber-info .barber-socials .network i:hover {
  background-color: #d69c4a;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .barber-nav {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.haru-salon .salon-barbers .barber-nav:hover .slick-arrow.slick-prev, .haru-salon .salon-barbers .barber-nav:hover .slick-arrow.slick-next {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .barber-nav .nav-item {
  border: 1px solid #fff;
  margin: 0 15px;
  position: relative;
}

.haru-salon .salon-barbers .barber-nav .nav-item:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .barber-nav .nav-item:hover h3 {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .barber-nav .nav-item:focus {
  outline: none;
}

.haru-salon .salon-barbers .barber-nav .nav-item:before {
  content: "";
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.haru-salon .salon-barbers .barber-nav .nav-item.slick-current {
  border: 1px solid #e5e5e5;
}

.haru-salon .salon-barbers .barber-nav h3 {
  color: #fff;
  position: absolute;
  margin: 0;
  font-size: 14px;
  top: 50%;
  left: 50%;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.haru-salon .salon-barbers .barber-nav .slick-arrow.slick-prev {
  left: 15px;
}

.haru-salon .salon-barbers .barber-nav .slick-arrow.slick-next {
  right: 15px;
}

.haru-salon .salon-barbers .slick-arrow.slick-prev, .haru-salon .salon-barbers .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .slick-arrow.slick-prev:before, .haru-salon .salon-barbers .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .slick-arrow.slick-prev:hover, .haru-salon .salon-barbers .slick-arrow.slick-next:hover {
  background-color: #d69c4a;
}

.haru-salon .salon-barbers .slick-arrow.slick-prev:hover:before, .haru-salon .salon-barbers .slick-arrow.slick-next:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.haru-salon .salon-barbers .slick-arrow.slick-prev {
  left: 0;
}

.haru-salon .salon-barbers .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}

.haru-salon .salon-barbers .slick-arrow.slick-next {
  right: 0;
}

.haru-salon .salon-barbers .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
}

.single-haru_barber .post-thumbnail-wrapper {
  margin-top: 0 !important;
}

.barber-info .barber-title {
  font-size: 24px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .barber-info .barber-title {
    font-size: 20px;
    margin-top: 15px;
  }
}

.barber-info .barber-special {
  font-size: 16px;
  font-style: italic;
  font-family: "Playfair Display";
  padding-top: 10px;
}

.barber-info .barber-information {
  border: none;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
}

.barber-info .barber-information tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.barber-info .barber-information td {
  border: none;
  padding: 10px 15px;
}

.barber-info .barber-information td.info-label {
  color: #312d2e;
  font-size: 15px;
  font-weight: 500;
}

.barber-info .barber-socials {
  border: none;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}

.barber-info .barber-socials .network {
  display: inline-block;
  font-size: 0;
  margin-right: 3px;
}

.barber-info .barber-socials .network i {
  background-color: #f6f6f6;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.barber-info .barber-socials .network i:hover {
  background-color: #d69c4a;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-haru_barber .post-social-share .social-share-wrapper {
  text-align: left !important;
}

.body-font {
  font-family: "Lato";
}

.secondary-font {
  font-family: "Playfair Display";
}

.wpb_revslider_element {
  margin: 0 !important;
}

.vc_row.welcome-section {
  background-position: bottom right !important;
  background-size: 30% auto !important;
}

.clients-row {
  padding: 3% 0;
  position: relative;
}

.clients-row:before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 200vw;
  top: 0;
  left: -50vw;
  position: absolute;
}

.footer-default .footer-subscribe-default {
  background-position: bottom !important;
  background-size: 100% auto !important;
}

.footer-gallery-1 {
  position: relative;
}

.banner-barber {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.open-hours-2 {
  margin-top: -20%;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .open-hours-2 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .open-hours-2.banner-shortcode-wrap.style_12 .banner-content-wrap .banner-title {
    color: #312d2e;
  }
}

@media screen and (max-width: 991px) {
  .open-hours-2.banner-shortcode-wrap.style_12 .banner-content-wrap .text-list .text-title {
    color: #312d2e;
  }
}

@media screen and (max-width: 991px) {
  .open-hours-2.banner-shortcode-wrap.style_12 .banner-content-wrap .text-list .text-sub-title {
    color: #312d2e;
  }
}

.deal-home-2 {
  margin-left: -20%;
}

@media screen and (max-width: 767px) {
  .deal-home-2 {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.instagram-heading {
  font-size: 24px;
  margin-bottom: 10px;
  color: #312d2e;
  text-align: center;
}

.instagram-heading span {
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.instagram-heading span:hover {
  border-bottom: 1px solid #312d2e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.rotate-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -24%;
  bottom: 17%;
}

.rotate-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -43%;
  bottom: 27%;
}

@media screen and (max-width: 991px) {
  .vertical-menu-holder {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .vertical-menu-holder {
    min-height: 1px;
  }
}

.flower-home1 {
  margin-top: -8%;
  margin-bottom: 0;
}

.flower-home1 img {
  padding-left: 12%;
}

@media screen and (max-width: 1199px) {
  .flower-home1 img {
    max-width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .flower-home1 img {
    max-width: 60%;
  }
}

.banner-home1 {
  margin-top: -75px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .banner-home1 {
    margin-top: -65px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-home1 {
    margin-top: -55px;
  }
}

.row-parallax {
  background-position: center;
}

@media screen and (max-width: 767px) {
  .row-parallax .heading_style_1,
  .row-parallax .sub_heading_style_3 {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .row-parallax .text-label-shortcode-wrap.style_2 {
    text-align: center !important;
  }
}

@media screen and (max-width: 991px) {
  .haru-col-sm-4 {
    width: 33.33333% !important;
  }
}

@media screen and (max-width: 767px) {
  .haru-col-sm-4 {
    width: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .haru-col-sm-6 {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .haru-col-sm-6 {
    width: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .haru-col-sm-6:nth-child(3) {
    clear: left;
  }
}

@media screen and (max-width: 767px) {
  .haru-col-sm-6:nth-child(3) {
    clear: none;
  }
}

@media screen and (max-width: 991px) {
  .haru-col-sm-8 {
    width: 66.66667% !important;
  }
}

@media screen and (max-width: 767px) {
  .haru-col-sm-8 {
    width: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .haru-col-sm-12 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .haru-col-sm-12 {
    width: auto !important;
  }
}