/**
 * Style: All shortcode
 */
/**
 * Shortcode: Product filter by Category
 */
.yolo-product-filter-by-category.filter-v6 .shortcode-heading {
  display: none;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter {
  margin: 0;
  padding: 0;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter.horizontal li {
  display: inline-block;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li {
  list-style: none;
  padding: 0 10px;
  position: relative;
  transition: all 0.4s ease;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more {
  position: relative;
  padding-right: 10px;
  transition: all 0.4s ease-in-out;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more > a:after {
  position: relative;
  transition: right 0.4s ease;
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more:hover {
  cursor: pointer;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more:hover a:after {
  right: 5px;
}
@media (max-width: 767px) {
  .yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more:hover a:after {
    right: 10px;
    transform: rotate(90deg);
  }
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more:hover .sub {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more .sub {
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
  color: #000000;
  outline: 1px solid rgba(153, 153, 153, 0.25);
  position: absolute;
  z-index: 11;
  padding: 0;
  right: 0;
  top: 100%;
  min-width: 180px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more .sub li {
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid #eeeeee;
  line-height: 1;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more .sub li:last-child {
  border-bottom: none;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li.list-more .sub li a {
  line-height: 1;
  padding: 0;
}
.yolo-product-filter-by-category .shortcode-heading .controls .product-filter li a {
  display: inline-block;
  font-weight: 500;
}
.yolo-product-filter-by-category .shortcode-heading .controls .link-more {
  margin-left: 10px;
  padding-right: 10px;
  position: relative;
}
.yolo-product-filter-by-category .shortcode-heading .controls .link-more:after {
  transition: right 0.4s ease;
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
.yolo-product-filter-by-category .shortcode-heading .controls .link-more:hover:after {
  right: -3px;
}
.yolo-product-filter-by-category .shortcode-main .results .product-item-wrap .quick-all-button .yolo-compare {
  display: none;
}
.yolo-product-filter-by-category.style-1[data-width="100"] .shortcode-main .fl {
  float: none;
  margin: 0;
}
.yolo-product-filter-by-category.style-1[data-width="85"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-filter-by-category.style-1[data-width="85"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-filter-by-category.style-1[data-width="85"] .shortcode-main .fl.banners {
  width: calc(15% - 15px);
}
.yolo-product-filter-by-category.style-1[data-width="85"] .shortcode-main .fl.filter-content {
  width: 85%;
}
.yolo-product-filter-by-category.style-1[data-width="80"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-filter-by-category.style-1[data-width="80"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-filter-by-category.style-1[data-width="80"] .shortcode-main .fl.banners {
  width: calc(20% - 15px);
}
.yolo-product-filter-by-category.style-1[data-width="80"] .shortcode-main .fl.filter-content {
  width: 80%;
}
.yolo-product-filter-by-category.style-1[data-width="70"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-filter-by-category.style-1[data-width="70"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-filter-by-category.style-1[data-width="70"] .shortcode-main .fl.banners {
  width: calc(30% - 15px);
}
.yolo-product-filter-by-category.style-1[data-width="70"] .shortcode-main .fl.filter-content {
  width: 70%;
}
.yolo-product-filter-by-category.style-1[data-width="60"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-filter-by-category.style-1[data-width="60"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-filter-by-category.style-1[data-width="60"] .shortcode-main .fl.banners {
  width: calc(40% - 15px);
}
.yolo-product-filter-by-category.style-1[data-width="60"] .shortcode-main .fl.filter-content {
  width: 60%;
}
.yolo-product-filter-by-category.style-1[data-width="50"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-filter-by-category.style-1[data-width="50"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-filter-by-category.style-1[data-width="50"] .shortcode-main .fl.banners {
  width: calc(50% - 15px);
}
.yolo-product-filter-by-category.style-1[data-width="50"] .shortcode-main .fl.filter-content {
  width: 50%;
}
.yolo-product-filter-by-category.style-1.title-vertical .shortcode-heading {
  height: 1px;
  border: none;
  visibility: hidden;
  text-indent: -99999px;
  margin: 0;
}
.yolo-product-filter-by-category.style-1.title-vertical .shortcode-main {
  padding-left: 46px;
  position: relative;
}
.yolo-product-filter-by-category.style-1.title-vertical .shortcode-main:before {
  content: "";
  position: absolute;
  min-width: 45px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff9800;
}
.yolo-product-filter-by-category.style-1.title-vertical .shortcode-main:after {
  content: attr(data-title);
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  color: #fff;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  left: -168px;
  top: 50%;
  min-width: 386px;
  text-align: center;
  transform: translate(0%, -50%) rotate(-90deg);
}
.yolo-product-filter-by-category.style-1 .shortcode-heading {
  margin-bottom: 20px;
  border-bottom: 4px solid transparent;
  max-height: 40px;
  line-height: 40px;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .yolo-theme-title {
  max-height: 40px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  background-color: transparent;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .yolo-theme-title span {
  padding: 0 20px;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .yolo-theme-title i {
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  border-right: 15px solid transparent !important;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .controls {
  display: inline-block;
  float: right;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .controls .product-filter {
  display: inline-block;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .controls .product-filter li.list-more a:after {
  right: 0;
  transition: all 0.4s ease-in-out;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .controls .product-filter li.list-more:hover > a:after {
  transition: all 0.4s ease-in-out;
  transform: rotate(90deg);
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .controls .product-filter > li:not(.list-more):after {
  content: '/';
  position: absolute;
  right: -2px;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .controls .product-filter > li:not(.list-more):last-child:after {
  content: none;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading .controls .product-filter > li:not(.list-more).active a {
  color: #ff9800;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading.no-color {
  border: none;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading.no-color .yolo-theme-title {
  color: #333333;
}
.yolo-product-filter-by-category.style-1 .shortcode-heading.no-color .yolo-theme-title span {
  padding: 0;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading {
  border-top: 3px solid #ff9800;
  position: relative;
  display: flex;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 47px;
  box-shadow: 3px 5px 7px rgba(255, 152, 0, 0.1);
  z-index: 2;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .group {
  width: 20%;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .group .yolo-theme-title {
  padding: 0;
  text-align: center;
  width: 100%;
  max-height: 47px;
  padding: 15px 0;
  display: inline-block;
  font-size: 14px;
  background-color: #ff9800;
  color: #ffffff;
  box-shadow: 0 2px 5px rgba(255, 152, 0, 0.1);
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .group .yolo-theme-title span {
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .group .yolo-theme-title i {
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: 0;
  border-top: 23.5px solid transparent !important;
  border-left: 10px solid #ff9800;
  border-bottom: 23.5px solid transparent !important;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .group .banner img {
  width: 100%;
  height: auto;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls {
  width: 80%;
  display: inline-block;
  float: right;
  background-color: #ffffff;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .product-filter,
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .none {
  min-height: 47px;
  line-height: 47px;
  display: inline-block;
  float: right;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .product-filter li,
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .none li {
  padding-left: 20px;
  padding-right: 20px;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .product-filter li:hover,
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .none li:hover,
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .product-filter li.active,
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .none li.active {
  background-color: #ff9800;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .product-filter li:hover > a,
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .none li:hover > a,
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .product-filter li.active > a,
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .none li.active > a {
  color: #ffffff !important;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .product-filter li.list-more > a:after,
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .none li.list-more > a:after {
  display: none;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .banner-main {
  position: relative;
  margin: 0;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .banner-main .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.yolo-product-filter-by-category.style-2 .shortcode-heading .controls .banner-main img {
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  .yolo-product-filter-by-category.style-2 .shortcode-heading .group {
    width: 100%;
    max-width: 320px;
  }
  .yolo-product-filter-by-category.style-2 .shortcode-heading .group .banner {
    display: none;
  }
  .yolo-product-filter-by-category.style-2 .shortcode-heading .controls {
    display: none;
  }
}
.yolo-product-filter-by-category.style-3 {
  background-color: #ffffff;
  border-top: 3px solid #ff9800;
}
.yolo-product-filter-by-category.style-3 .shortcode-heading {
  width: 230px;
  float: left;
}
.yolo-product-filter-by-category.style-3 .shortcode-heading .yolo-theme-title {
  color: #ff9800;
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.yolo-product-filter-by-category.style-3 .shortcode-heading .yolo-theme-title img {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.yolo-product-filter-by-category.style-3 .shortcode-heading .controls .product-filter li {
  padding: 10px 20px;
  transition: all 0.4s ease;
}
.yolo-product-filter-by-category.style-3 .shortcode-heading .controls .product-filter li.active,
.yolo-product-filter-by-category.style-3 .shortcode-heading .controls .product-filter li:hover {
  background-color: #ff9800;
  color: #ffffff;
}
.yolo-product-filter-by-category.style-3 .shortcode-heading .controls .product-filter li.active a,
.yolo-product-filter-by-category.style-3 .shortcode-heading .controls .product-filter li:hover a {
  color: inherit;
}
.yolo-product-filter-by-category.style-3 .shortcode-heading .controls .product-filter li a {
  display: block;
}
.yolo-product-filter-by-category.style-3 .shortcode-heading .controls .product-filter li.list-more .sub {
  left: 100%;
  top: 0;
}
@media (max-width: 767px) {
  .yolo-product-filter-by-category.style-3 .shortcode-heading .controls .product-filter li.list-more .sub {
    left: 0;
    top: 100%;
    width: 100%;
  }
}
.yolo-product-filter-by-category.style-3 .shortcode-main {
  width: calc(100% - 230px);
  float: left;
  border-left: 1px solid #f0f0f0;
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category {
  display: flex;
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading {
  width: 20%;
  display: table-cell;
  vertical-align: top;
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading h3 {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.5px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading h3 img {
  display: block;
  margin: 0 auto 15px;
  padding-top: 40px;
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li a {
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  padding: 15px 0 10px 20px;
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li:hover,
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li.active {
  background-color: rgba(17, 17, 17, 0.1);
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li:hover a,
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li.active a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li.list-more > a:after {
    transition: all 0.4s ease-in-out;
  }
  .yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li.list-more > a:hover:after {
    transition: all 0.4s ease-in-out;
    transform: rotate(90deg);
    right: 10px;
  }
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li .sub {
  top: 0;
  left: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li .sub {
    left: auto;
    top: auto;
    width: 50%;
  }
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading .product-filter li .sub li:hover {
  background-color: rgba(17, 17, 17, 0.1);
}
.yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-main {
  width: 80%;
  display: inline-block;
}
.yolo-product-filter-by-category.mini-list {
  background: #ffffff;
}
@media (max-width: 767px) {
  .yolo-product-filter-by-category.mini-list {
    margin-top: 30px;
  }
}
.yolo-product-filter-by-category.mini-list.style-1 .shortcode-heading .yolo-theme-title {
  display: block;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap {
  min-height: 119px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 90px;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-thumb h3 {
  padding-bottom: 0;
  font-size: 14px;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-thumb h3:after {
  content: none;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-thumb img {
  max-width: 80px;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap,
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-thumb .product-excerpt {
  display: none;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-thumb .add-to-cart-wrap {
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 1700px) and (min-width: 1350px) {
  .yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-thumb .add-to-cart-wrap {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-info .price {
  font-size: 14px !important;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-info .price del {
  font-size: 12px !important;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-info .star-rating {
  display: none;
}
.yolo-product-filter-by-category.mini-list .shortcode-main .product-listing .product-item-wrap .product-item-inner .product-info .quick-all-button {
  display: none;
}
@media (max-width: 1440px) {
  .yolo-product-filter-by-category.style-2 .shortcode-heading .group .yolo-theme-title {
    min-width: 100%;
  }
  .yolo-product-filter-by-category.style-2 .shortcode-heading .group .yolo-theme-title a {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .yolo-product-filter-by-category.style-2 .shortcode-heading .controls .product-filter li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading {
    width: 25%;
  }
  .yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-main {
    width: 75%;
  }
  .yolo-product-filter-by-category.filter-v6 .fl.banners {
    display: none;
  }
  .yolo-product-filter-by-category.filter-v6 .fl.filter-content {
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .yolo-product-filter-by-category .fl.banners {
    display: none;
  }
  .yolo-product-filter-by-category .fl.filter-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .yolo-product-filter-by-category.style-1[data-width="85"] .shortcode-main .fl,
  .yolo-product-filter-by-category.style-1[data-width="80"] .shortcode-main .fl,
  .yolo-product-filter-by-category.style-1[data-width="70"] .shortcode-main .fl,
  .yolo-product-filter-by-category.style-1[data-width="60"] .shortcode-main .fl,
  .yolo-product-filter-by-category.style-1[data-width="50"] .shortcode-main .fl {
    float: none;
    margin-right: 0;
  }
  .yolo-product-filter-by-category.style-1[data-width="85"] .shortcode-main .fl.banners,
  .yolo-product-filter-by-category.style-1[data-width="80"] .shortcode-main .fl.banners,
  .yolo-product-filter-by-category.style-1[data-width="70"] .shortcode-main .fl.banners,
  .yolo-product-filter-by-category.style-1[data-width="60"] .shortcode-main .fl.banners,
  .yolo-product-filter-by-category.style-1[data-width="50"] .shortcode-main .fl.banners {
    display: none;
  }
  .yolo-product-filter-by-category.style-1[data-width="85"] .shortcode-main .fl.filter-content,
  .yolo-product-filter-by-category.style-1[data-width="80"] .shortcode-main .fl.filter-content,
  .yolo-product-filter-by-category.style-1[data-width="70"] .shortcode-main .fl.filter-content,
  .yolo-product-filter-by-category.style-1[data-width="60"] .shortcode-main .fl.filter-content,
  .yolo-product-filter-by-category.style-1[data-width="50"] .shortcode-main .fl.filter-content {
    width: 100%;
  }
  .yolo-product-filter-by-category.style-1 .shortcode-heading .controls .product-filter {
    text-align: center;
    margin-bottom: 10px;
  }
  .yolo-product-filter-by-category.style-2 .shortcode-heading .controls .product-filter li {
    display: none;
  }
  .yolo-product-filter-by-category.style-4.yolo-product-filter-by-category {
    display: block;
  }
  .yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-heading,
  .yolo-product-filter-by-category.style-4.yolo-product-filter-by-category .shortcode-main {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .yolo-product-filter-by-category.style-3 .shortcode-heading {
    width: 100%;
    float: none;
  }
  .yolo-product-filter-by-category.style-3 .shortcode-main {
    width: 100%;
    float: none;
    border-left: none;
    border-top: 1px solid #f0f0f0;
  }
}
@media (max-width: 380px) {
  .yolo-product-filter-by-category.style-1 .shortcode-heading {
    border: none;
  }
  .yolo-product-filter-by-category.style-1 .shortcode-heading .yolo-theme-title {
    width: calc(100% - 15px);
  }
  .yolo-product-filter-by-category.style-1 .shortcode-heading .yolo-theme-title a {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.yolo-product-filter-by-category .filter-content {
  position: relative;
}
.yolo-product-filter-by-category .filter-content .loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
.yolo-product-filter-by-category .filter-content .loading:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  z-index: 6;
  top: 50%;
  margin: -16px auto 0 auto;
  border: 3px solid rgba(255, 152, 0, 0.2);
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-color: #ff9800;
  animation: loader-rotate 1s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Clients Shortcode CSS */
.clients-shortcode-wrap {
  position: relative;
}
.clients-shortcode-wrap.style_1:hover .clients-control .clients-nav,
.clients-shortcode-wrap.style_2:hover .clients-control .clients-nav {
  cursor: pointer;
}
.clients-shortcode-wrap.style_1 .clients-list .owl-last .client-item,
.clients-shortcode-wrap.style_2 .clients-list .owl-last .client-item {
  border-right: 0;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item,
.clients-shortcode-wrap.style_2 .clients-list .client-item {
  text-align: center;
  padding: 40px;
  margin-right: 0 !important;
  border-right: 1px solid #f0f0f0;
}
.clients-shortcode-wrap.style_1 .clients-list .client-item img,
.clients-shortcode-wrap.style_2 .clients-list .client-item img {
  transition: all 0.35s ease-in-out;
  width: auto;
  margin: 0 auto;
  opacity: 0.5;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.clients-shortcode-wrap.style_1 .clients-list .client-item:hover img,
.clients-shortcode-wrap.style_2 .clients-list .client-item:hover img {
  opacity: 1;
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.clients-shortcode-wrap.style_1 .clients-list .owl-dots,
.clients-shortcode-wrap.style_2 .clients-list .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  display: block;
  text-align: center;
}
.clients-shortcode-wrap.style_1 .clients-list .owl-dots .owl-dot,
.clients-shortcode-wrap.style_2 .clients-list .owl-dots .owl-dot {
  transition: 0.4s ease;
  width: 12px;
  height: 12px;
  border: 1px solid #eee;
  display: inline-block;
  margin: 10px;
  border-radius: 100%;
  background-color: #eee;
}
.clients-shortcode-wrap.style_1 .clients-list .owl-dots .owl-dot span,
.clients-shortcode-wrap.style_2 .clients-list .owl-dots .owl-dot span {
  display: block;
}
.clients-shortcode-wrap.style_1 .clients-list .owl-dots .owl-dot.active,
.clients-shortcode-wrap.style_2 .clients-list .owl-dots .owl-dot.active,
.clients-shortcode-wrap.style_1 .clients-list .owl-dots .owl-dot:hover,
.clients-shortcode-wrap.style_2 .clients-list .owl-dots .owl-dot:hover {
  border: #ff9800;
  background-color: #ff9800;
}
@media (max-width: 767px) {
  .clients-shortcode-wrap.style_1 .clients-list .owl-dots,
  .clients-shortcode-wrap.style_2 .clients-list .owl-dots {
    display: none;
  }
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav,
.clients-shortcode-wrap.style_2 .clients-control .clients-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(51, 51, 51, 0.5);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: all 0.35s ease-in-out;
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav:hover,
.clients-shortcode-wrap.style_2 .clients-control .clients-nav:hover {
  color: #ff9800;
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_prev,
.clients-shortcode-wrap.style_2 .clients-control .clients-nav.nav_prev {
  left: -10px;
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_prev i:before,
.clients-shortcode-wrap.style_2 .clients-control .clients-nav.nav_prev i:before {
  content: '\f3cf';
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_next,
.clients-shortcode-wrap.style_2 .clients-control .clients-nav.nav_next {
  right: -10px;
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_next i:before,
.clients-shortcode-wrap.style_2 .clients-control .clients-nav.nav_next i:before {
  content: '\f3d1';
}
.clients-shortcode-wrap.style_1 .clients-control .clients-nav i,
.clients-shortcode-wrap.style_2 .clients-control .clients-nav i {
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: inherit;
}
.clients-shortcode-wrap.style_1:hover .clients-control .clients-nav {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.clients-shortcode-wrap.style_2 {
  background-color: #ffffff;
  padding: 0 0 15px;
}
.clients-shortcode-wrap.style_2 .title-clients {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 17px 15px;
}
.clients-shortcode-wrap.style_2 .clients-slider {
  position: relative;
}
.clients-shortcode-wrap.style_2 .clients-slider .owl-stage-outer:hover {
  margin: 0 -5px;
  padding: 0 5px;
}
.clients-shortcode-wrap.style_2 .clients-slider .clients-list {
  overflow: hidden;
}
.clients-shortcode-wrap.style_2 .clients-slider .clients-list .owl-stage-outer {
  overflow: visible;
}
.clients-shortcode-wrap.style_2 .clients-slider .clients-list .client-item {
  margin: 5px 0;
}
.clients-shortcode-wrap.style_2 .clients-slider .clients-list .client-item:hover {
  box-shadow: 0px 0px 5px 2px rgba(102, 102, 102, 0.2);
  z-index: 10;
}
.clients-shortcode-wrap.style_2 .clients-slider:hover .clients-nav {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/**
 * Shortcode: Product countdown
 */
.yolo-product-countdown .shortcode-heading {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.yolo-product-countdown .shortcode-heading .yolo-theme-title {
  position: relative;
  font-size: 16px;
  padding: 10px 0;
  color: #ff9800;
  display: inline-block;
}
.yolo-product-countdown .shortcode-heading .yolo-theme-title:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-bottom: 2px solid #ff9800;
}
.yolo-product-countdown .shortcode-main .countdown .list-time {
  padding: 0;
}
.yolo-product-countdown .shortcode-main .countdown .list-time li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.yolo-product-countdown .shortcode-main .countdown .list-time li .countdown-number {
  font-size: 18px;
  font-weight: 500;
}
.yolo-product-countdown .shortcode-main .countdown .list-time li .text {
  text-transform: uppercase;
  font-size: 12px;
}
.yolo-product-countdown.style-1[data-width="85"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-countdown.style-1[data-width="85"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-countdown.style-1[data-width="85"] .shortcode-main .fl.banners {
  width: calc(15% - 15px);
}
.yolo-product-countdown.style-1[data-width="85"] .shortcode-main .fl.filter-content {
  width: 85%;
}
.yolo-product-countdown.style-1[data-width="80"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-countdown.style-1[data-width="80"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-countdown.style-1[data-width="80"] .shortcode-main .fl.banners {
  width: calc(20% - 15px);
}
.yolo-product-countdown.style-1[data-width="80"] .shortcode-main .fl.filter-content {
  width: 80%;
}
.yolo-product-countdown.style-1[data-width="70"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-countdown.style-1[data-width="70"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-countdown.style-1[data-width="70"] .shortcode-main .fl.banners {
  width: calc(30% - 15px);
}
.yolo-product-countdown.style-1[data-width="70"] .shortcode-main .fl.filter-content {
  width: 70%;
}
.yolo-product-countdown.style-1[data-width="60"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-countdown.style-1[data-width="60"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-countdown.style-1[data-width="60"] .shortcode-main .fl.banners {
  width: calc(40% - 15px);
}
.yolo-product-countdown.style-1[data-width="60"] .shortcode-main .fl.filter-content {
  width: 60%;
}
.yolo-product-countdown.style-1[data-width="50"] .shortcode-main .fl-left {
  float: left;
  margin-right: 15px;
}
.yolo-product-countdown.style-1[data-width="50"] .shortcode-main .fl-right {
  float: right;
}
.yolo-product-countdown.style-1[data-width="50"] .shortcode-main .fl.banners {
  width: calc(50% - 15px);
}
.yolo-product-countdown.style-1[data-width="50"] .shortcode-main .fl.filter-content {
  width: 50%;
}
@media (max-width: 1023px) {
  .yolo-product-countdown .fl.banners {
    display: none;
  }
  .yolo-product-countdown .fl.filter-content {
    width: 100% !important;
  }
}
.yolo-product-countdown.style-2 {
  position: relative;
}
.yolo-product-countdown.style-2 .fl {
  float: none;
}
.yolo-product-countdown.style-2 .fl:first-child {
  margin-bottom: 15px;
}
.yolo-product-countdown.style-2 .shortcode-heading {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.yolo-product-countdown.style-2 .shortcode-heading .yolo-theme-title {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background: #ff9800;
  padding: 4px 5px;
}
.yolo-product-countdown.style-2 .shortcode-heading .yolo-theme-title:after {
  content: none;
}
.yolo-product-countdown.style-2 .shortcode-main .product-listing .product-item-wrap {
  padding: 50px 0 0;
}
@media (min-width: 1441px) {
  .yolo-product-countdown.style-2 .shortcode-main .product-listing .product-item-wrap .countdown {
    position: absolute;
    width: calc(100% - 90px);
    top: -45px;
    right: 0;
  }
}
.yolo-product-countdown.style-2 .shortcode-main .product-listing .product-item-wrap .countdown .list-time li .countdown-number {
  font-size: 14px;
}
.yolo-product-countdown.style-2 .shortcode-main .product-listing .product-item-wrap .countdown .list-time li .text {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 5px;
}
.yolo-product-countdown.style-2 .shortcode-main .product-listing.fl-left .product-item-wrap .product-item-inner,
.yolo-product-countdown.style-2 .shortcode-main .product-listing.fl-right .product-item-wrap .product-item-inner {
  box-shadow: none;
}
/* Icon Box Shortcode CSS */
.icon-box-shortcode-wrap.style_1 .icon-box-container {
  text-align: center;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container:hover .icon-wrap {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap {
  font-size: 50px;
  line-height: 0;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-wrap img {
  margin: 0 auto;
}
.icon-box-shortcode-wrap.style_1 .icon-box-container .icon-content .icon-title {
  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_1 .icon-box-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-wrap {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-wrap {
  width: 70px;
  float: left;
  font-size: 26px;
  line-height: 0;
  transition: all 0.5s ease;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content {
  width: calc(100% - 70px);
  float: left;
}
.icon-box-shortcode-wrap.style_2 .icon-box-container .icon-content .icon-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .icon-box-shortcode-wrap.style_2 .icon-box-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* History Slider Shortcode CSS */
.history-slider-shortcode-wrap.style_1 {
  position: relative;
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav:hover {
  cursor: pointer;
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav.nav-prev {
  float: left;
  margin-left: 25px;
}
@media (max-width: 479px) {
  .history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav.nav-prev {
    margin-left: 5px;
  }
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav.nav-next {
  right: 0;
  float: right;
  margin-right: 25px;
}
@media (max-width: 479px) {
  .history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav.nav-next {
    margin-right: 5px;
  }
}
.history-slider-shortcode-wrap.style_1 .history-slider-control .news-nav i {
  font-size: 16px;
  padding: 15px;
  background-color: #ffffff;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item {
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item:focus {
  outline: none;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .img-content {
  float: left;
  width: 66%;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .img-content img {
  opacity: 1;
}
@media (max-width: 1900px) {
  .history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .img-content {
    width: 100%;
  }
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content {
  position: relative;
  padding-left: 30px;
  float: left;
  width: 34%;
  display: block;
}
@media (max-width: 991px) {
  .history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content .title-slider {
    font-size: 18px;
  }
}
@media (max-width: 1900px) {
  .history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content {
    width: 70%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content .description {
    display: none;
  }
  .history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content .number {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.slick-current .text-content {
    padding: 15px;
  }
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .img-content img {
  opacity: 0.5;
}
@media (max-width: 1900px) {
  .history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .img-content img {
    width: 100%;
  }
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .text-content {
  display: none;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .text-content .number {
  font-size: 16px;
  line-height: 1;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .text-content .title-slider {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item .text-content .description {
  margin-top: 40px;
  font-style: italic;
}
.history-slider-shortcode-wrap.style_1 .history-slider-content .history-item.float-right .img-content img {
  float: right;
}
@media (max-width: 767px) {
  .history-slider-shortcode-wrap.style_1 .history-slider-content .history-item {
    padding: 0;
  }
}
.history-slider-shortcode-wrap.style_2 {
  position: relative;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 {
  width: 33%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 30px;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 .synced .item-thumb img {
  opacity: 1;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 .synced .item-thumb:before {
  opacity: 0;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 .item-thumb {
  position: relative;
  overflow: hidden;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 .item-thumb:before {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .history-slider-shortcode-wrap.style_2 .history-slider-content #sync2 {
    position: relative;
    padding-left: 0;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item {
  position: relative;
  overflow: hidden;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .img-content {
  width: 67%;
  float: left;
}
@media (max-width: 991px) {
  .history-slider-shortcode-wrap.style_2 .history-slider-content .item .img-content {
    width: 100%;
  }
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content {
  float: left;
  width: 33%;
  padding-left: 30px;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .number {
  font-size: 16px;
  line-height: 1;
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .title-slider {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 479px) {
  .history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .title-slider {
    font-size: 18px;
  }
}
.history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .description {
  margin-top: 40px;
  font-style: italic;
}
@media (max-width: 1199px) {
  .history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .description {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content .description {
    display: none;
  }
}
@media (max-width: 991px) {
  .history-slider-shortcode-wrap.style_2 .history-slider-content .item .text-content {
    width: 90%;
    position: absolute;
    text-align: center;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
  }
}
/* Gallery Shortcode CSS */
.yolo-gallery .shortcode-main .yl-gallery .btn-slide {
  position: absolute;
  top: calc(50% - 30px);
  left: 5px;
  z-index: 2;
  width: 40px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.yolo-gallery .shortcode-main .yl-gallery .btn-slide:hover {
  cursor: pointer;
}
.yolo-gallery .shortcode-main .yl-gallery .btn-slide.next {
  right: 5px;
  left: auto;
}
.yolo-gallery .shortcode-main .yl-gallery:hover .btn-slide {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.yolo-gallery.slick .shortcode-main .yl-gallery {
  position: relative;
}
.yolo-gallery.slick .shortcode-main .yl-gallery .image {
  position: relative;
}
.yolo-gallery.slick .shortcode-main .yl-gallery .image img {
  width: 100%;
  height: auto;
}
.yolo-gallery.slick .shortcode-main .yl-gallery .image .meta {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.yolo-gallery.slick .shortcode-main .yl-gallery .slick-dots {
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
}
.yolo-gallery.slick .shortcode-main .yl-gallery .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
}
.yolo-gallery.slick .shortcode-main .yl-gallery .slick-dots li.slick-active {
  width: 30px;
  background-color: #ff9800;
}
.yolo-gallery.slick .shortcode-main .yl-gallery .slick-dots li:hover {
  cursor: pointer;
}
.yolo-gallery.slick .shortcode-main .yl-gallery .slick-dots li button {
  display: none;
}
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-list {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track {
  display: flex;
  justify-content: space-between;
}
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide {
  margin-right: 15px;
}
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide:last-child {
  margin-right: 0;
}
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide.slick-current,
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide:hover,
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide:active,
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide:focus {
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.2);
  outline: none;
}
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide.slick-current img,
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide:hover img,
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide:active img,
.yolo-gallery.slick .shortcode-main .yl-thumb .slick-track .slick-slide:focus img {
  padding: 3px;
  width: calc(100% - 3px);
  margin: 0 auto;
}
/**
 * Noo Faq
 */
.yolo-tabs {
  max-width: 65%;
}
.yolo-tabs .yolo_tab_group {
  padding-bottom: 1px;
}
.yolo-tabs .yolo_tab_group .yolo_tab_item {
  margin-bottom: 2px;
  display: block;
}
.yolo-tabs .yolo_tab_group .yolo_tab_item:last-child {
  margin: 0;
}
.yolo-tabs .yolo_tab_group .yolo_tab_item .yolo_tab_content {
  display: block;
  overflow: hidden;
  padding: 20px 20px;
  border: 1px solid #ff9800;
}
.yolo-tabs .yolo_tab_group .yolo_tab_item .yolo_tab_content ul {
  padding: 5px 0 0 0;
}
.yolo-tabs .yolo_tab_group .yolo_tab_item h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 38px;
  cursor: pointer;
  position: relative;
  background: #ff9800;
  transition: all 0.4s ease 0s;
}
.yolo-tabs .yolo_tab_group .yolo_tab_item h4:hover:before {
  color: #000000;
}
.yolo-tabs .yolo_tab_group .yolo_tab_item h4:before {
  content: "\f218";
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  font-family: "Ionicons";
}
.yolo-tabs .yolo_tab_group .yolo_tab_item.open_tab .yolo_tab_content {
  display: block;
}
.yolo-tabs .yolo_tab_group .yolo_tab_item.open_tab h4:before {
  content: "\f209";
}
@media (max-width: 991px) {
  .yolo-tabs .yolo_tab_group .yolo_tab_item .yolo_tab_content {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .yolo-tabs {
    max-width: 100%;
  }
}
/* Gmaps Shortcode CSS */
.gmaps-shortcode-wrap .map-content img {
  margin-bottom: 10px;
}
.gmaps-shortcode-wrap .map-content label {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.gmaps-shortcode-wrap .map-content span {
  display: block;
  margin-bottom: 5px;
}
.gmaps-shortcode-wrap .map-content span:last-child {
  margin-bottom: 0;
}
.gmaps-shortcode-wrap .map-content span i {
  margin-right: 5px;
}
.gmaps-shortcode-wrap .map-info {
  width: 180px;
}
.gmaps-shortcode-wrap .map-info .info-image {
  float: left;
  max-width: 200px;
  padding: 10px;
}
.gmaps-shortcode-wrap .map-info .info-address {
  padding: 8px 0 8px 0;
}
.gmaps-shortcode-wrap .map-info .info-address p {
  text-align: center;
  font-size: 14px;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #ff9800;
  text-align: center;
}
.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
  background: #ff9800;
  cursor: pointer;
}
/* Banner Shortcode CSS */
.yolo-shortcode-banner {
  position: relative;
  overflow: hidden;
}
.yolo-shortcode-banner .banner-content {
  display: flex;
  flex-wrap: wrap;
}
.yolo-shortcode-banner .banner-content > * {
  width: 100%;
  position: relative;
  z-index: 1;
}
.yolo-shortcode-banner .banner-content.top {
  align-content: flex-start;
}
.yolo-shortcode-banner .banner-content.center {
  align-content: center;
}
.yolo-shortcode-banner .banner-content.bottom {
  align-content: flex-end;
}
.yolo-shortcode-banner .banner-content h1,
.yolo-shortcode-banner .banner-content h2,
.yolo-shortcode-banner .banner-content h3,
.yolo-shortcode-banner .banner-content h4,
.yolo-shortcode-banner .banner-content h5,
.yolo-shortcode-banner .banner-content h6 {
  margin-top: 0;
}
.yolo-shortcode-banner.style-1 .banner-image img {
  width: 100%;
}
.yolo-shortcode-banner.style-1 .banner-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.yolo-shortcode-banner.style-1 .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
.yolo-shortcode-banner.effect-1 a.banner-link:hover:before,
.yolo-shortcode-banner.effect-1 a.banner-link:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale(1);
}
.yolo-shortcode-banner.effect-1 a.banner-link:before {
  content: "";
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  top: 20px;
  right: 10px;
  bottom: 20px;
  left: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 99;
}
.yolo-shortcode-banner.effect-1 a.banner-link:after {
  content: "";
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  top: 10px;
  right: 20px;
  bottom: 10px;
  left: 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 99;
}
.yolo-shortcode-banner.effect-2 a.banner-link:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale3d(1, 1, 1);
}
.yolo-shortcode-banner.effect-2 a.banner-link:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  box-shadow: 0 0 0 30px rgba(102, 102, 102, 0.2);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: opacity 0.35s, transform 0.4s;
  transform: scale3d(1.4, 1.4, 1);
  z-index: 99;
}
.yolo-shortcode-banner.effect-3 a.banner-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.yolo-shortcode-banner.effect-3 a.banner-link:hover:before,
.yolo-shortcode-banner.effect-3 a.banner-link:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale(1);
}
.yolo-shortcode-banner.effect-3 a.banner-link:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #ffffff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
  transition: transform transform 400ms ease 0s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 99;
}
.yolo-shortcode-banner.effect-3 a.banner-link:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ffffff;
  transform: scale(0, 1);
  transform-origin: 100% 0;
  transition: transform transform 400ms ease 0s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 99;
}
@media (max-width: 1300px) {
  .yolo-shortcode-banner.style-1 .banner-content {
    width: 100% !important;
  }
}
.yl-equal-h .yolo-shortcode-banner {
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  height: 100%;
}
.yl-equal-h .yolo-shortcode-banner.yolo-shortcode-bannerv4 {
  left: 0;
}
.yl-equal-h .yolo-shortcode-banner .banner-image {
  height: 100%;
  margin-left: -15px;
}
.yl-equal-h .yolo-shortcode-banner .banner-image img {
  height: 100%;
  width: 100%;
}
.yl-equal-h .yolo-shortcode-banner .banner-link {
  width: calc(100% - 15px);
}
@media (min-width: 481px) {
  .yl-equal-h .woocommerce .product-listing .product-item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .yl-equal-h .yolo-shortcode-banner .banner-content {
    width: calc(95% - 15px) !important;
    height: 95% !important;
    top: 2.5%;
    left: 2.5%;
  }
}
.feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper {
  background-color: #ffffff;
  padding: 0 0 0 15px;
  overflow: hidden;
}
.feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .head-banner {
  text-transform: uppercase;
  margin: 0;
  padding: 25px 0;
}
.feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .yolo-shortcode-banner {
  float: left;
  width: 20%;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1150px) {
  .feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .yolo-shortcode-banner {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .yolo-shortcode-banner {
    float: none;
    width: 50%;
  }
}
.feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .yolo-shortcode-banner .feature-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: auto;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: all 0.4s ease;
}
.feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .yolo-shortcode-banner .feature-link a {
  border: 1px solid #ff9800;
  padding: 5px 18px;
  color: #ffffff;
  background-color: #ff9800;
  border-radius: 15px;
}
.feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .yolo-shortcode-banner .feature-link a:hover {
  background-color: #000000;
  border-color: #000000;
}
.feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .yolo-shortcode-banner:hover .feature-link {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .yolo-shortcode-banner.style-1 .banner-link {
  width: auto;
  right: 15px;
}
@media (max-width: 1600px) and (min-width: 1151px) {
  .feature-prodv6 .vc_column_container > .vc_column-inner .wpb_wrapper .yolo-shortcode-banner {
    width: 33.33%;
  }
}
.banner-topv3.vc_column_container > .vc_column-inner {
  padding: 0;
  margin-left: -15px;
}
.banner-topv3.vc_column_container > .vc_column-inner .wpb_wrapper {
  position: relative;
  overflow: hidden;
}
.banner-topv3.vc_column_container > .vc_column-inner .wpb_wrapper > div {
  float: left;
}
.banner-topv3.vc_column_container > .vc_column-inner .wpb_wrapper > div.bannerv3-spec {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-effect {
  overflow: hidden;
}
.about-effect figure > div {
  position: relative;
}
.about-effect figure > div:before,
.about-effect figure > div:after {
  width: 50%;
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 0;
  height: 100%;
  content: "";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  background: #ffffff;
  transition: all 0.7s ease-out 0s;
}
.about-effect figure > div:after {
  left: inherit;
  bottom: -100%;
  top: inherit;
  right: 0;
}
.about-effect figure > div:hover:before {
  top: 0;
}
.about-effect figure > div:hover:after {
  bottom: 0;
}
.yolo-product-tabs .shortcode-main {
  background: #ffffff;
}
.yolo-product-tabs .shortcode-main .tabs {
  border-bottom: 1px solid #f0f0f0;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list {
  padding: 0;
  font-size: 0;
  margin: 0;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .active,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-bottom .active,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .tab-item:hover,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-bottom .tab-item:hover {
  position: relative;
  color: #ff9800;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .active:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-bottom .active:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .tab-item:hover:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-bottom .tab-item:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  color: #ff9800;
  background: #ff9800;
  left: 0;
  z-index: 2;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .active:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-top .tab-item:hover:after {
  top: 0;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-bottom .active:after,
.yolo-product-tabs .shortcode-main .tabs .tab-list.bd-bottom .tab-item:hover:after {
  bottom: 0;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item {
  display: inline-block;
  font-size: 14px;
  list-style: none;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.4s ease-out;
}
.yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item .tab-link {
  display: block;
  width: 100%;
  padding: 10px 20px;
}
@media (max-width: 1400px) {
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item .tab-link {
    padding: 10px 7px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item .tab-link {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item {
    width: 50%;
    float: left;
  }
  .yolo-product-tabs .shortcode-main .tabs .tab-list .tab-item .tab-link {
    padding: 10px;
  }
}
.yolo-product-tabs .shortcode-main .section-wrap {
  width: 100%;
  position: relative;
  min-height: 370px;
  overflow: hidden;
}
.yolo-product-tabs .shortcode-main .section-wrap .section {
  padding: 0 10px;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all 0.7s ease-out;
}
.yolo-product-tabs .shortcode-main .section-wrap .section.section-active {
  position: relative;
  transform: translateX(0) rotateY(0) !important;
  -webkit-transform: ranslateX(0) rotateY(0) !important;
  -ms-transform: translateX(0) rotateY(0) !important;
  -o-transform: translateX(0) rotateY(0) !important;
  z-index: 2;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.hide-excerpt .product-item-wrap .product-excerpt {
  display: none;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap {
  min-height: inherit;
  margin-bottom: 0;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner {
  padding: 0 0 0 65px;
}
@media (max-width: 1700px) {
  .yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner {
    padding: 0 0 0 60px;
  }
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .product-thumb h3 {
  transition: all 500ms ease-in-out 0.15s;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .product-info .price {
  font-size: 14px !important;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .product-thumb-one,
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .product-thumb-primary {
  max-width: 60px;
}
@media (max-width: 1700px) {
  .yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .product-thumb-one,
  .yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .product-thumb-primary {
    max-width: 60px;
  }
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .add-to-cart-wrap {
  z-index: 5;
  width: 100%;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap .product-item-inner .quick-all-button {
  display: none;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap:hover .product-item-inner .product-thumb h3 {
  transition: all 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.list .product-item-wrap {
  border-bottom: 1px solid #f0f0f0;
}
.yolo-product-tabs .shortcode-main .section-wrap .section .product-listing.list .product-item-wrap:last-child {
  border-color: transparent;
}
.yolo-product-tabs.prod-tabsv2 .shortcode-main .section-wrap .section .product-listing.w-mini .product-item-wrap {
  padding: 15px 0;
}
.yolo-product-tabs.horizontal .shortcode-main .section-wrap .section {
  transform: translateX(100%);
}
.yolo-product-tabs.horizontal .shortcode-main .section-wrap .section.section-hidden {
  transform: translateX(-100%);
}
.yolo-product-tabs.vertical .shortcode-main .section-wrap .section {
  transform: translateY(100%);
}
.yolo-product-tabs.vertical .shortcode-main .section-wrap .section.section-hidden {
  transform: translateY(-100%);
}
.yolo-product-tabs.style-2 .tabs {
  min-height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 2px solid #f0f0f0;
}
.yolo-product-tabs.style-2 .tabs .yolo-theme-title {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.yolo-product-tabs.style-2 .tabs .yolo-theme-title img {
  margin-right: 10px;
}
.yolo-product-tabs.style-2 .tabs .tab-list {
  display: inline-block;
  float: right;
}
.yolo-product-tabs.style-2 .tabs .tab-list .tab-item .tab-link {
  padding-top: 0;
  padding-bottom: 0;
}
.yolo-product-tabs.style-2 .tabs .tab-list .tab-item:last-child .tab-link {
  padding-right: 0;
}
@media (max-width: 991px) {
  .yolo-product-tabs.style-2 .tabs .tab-list {
    width: 100%;
    display: block;
    float: none;
  }
}
.recent-news-home_1 .recent-news-container .hide_content {
  display: none !important;
}
.recent-news-home_1 .recent-news-container article {
  margin-bottom: 20px;
}
.recent-news-home_1 .recent-news-container article .recent_news_item {
  position: relative;
  display: table;
}
.recent-news-home_1 .recent-news-container article .recent_news_item:hover .post-thumbnail a:after {
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.recent-news-home_1 .recent-news-container article .post-thumbnail {
  width: 80px;
  position: absolute;
  overflow: hidden;
  float: left;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail .post-image img {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail a {
  position: relative;
  display: block;
}
.recent-news-home_1 .recent-news-container article .post-thumbnail a:after {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: rgba(237, 237, 237, 0.3);
  z-index: 3;
  position: absolute;
  top: 2px;
  left: 2px;
  transform: scale(0.6);
  transition: all 0.4s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.recent-news-home_1 .recent-news-container article .post-content {
  z-index: 2;
  padding-left: 90px;
  vertical-align: middle;
  float: left;
}
.recent-news-home_1 .recent-news-container article .post-content .entry-title {
  margin-top: -5px;
  margin-bottom: 0px;
  white-space: nowrap;
}
.recent-news-home_1 .recent-news-container article .post-content .entry-title a {
  font-weight: 700;
  font-size: 14px;
  transition: all 0.35s ease;
}
.recent-news-home_1 .recent-news-container article .post-content .entry-title a:hover {
  color: #ff9800;
}
@media (max-width: 479px) {
  .recent-news-home_1 .recent-news-container article .post-content .entry-title a {
    font-size: 18px;
  }
}
.recent-news-home_1 .recent-news-container article .post-content .post-info {
  margin-bottom: 0px;
  color: #003b56;
  font-size: 12px;
  text-transform: capitalize;
}
.recent-news-home_1 .recent-news-container article .post-content .post-info i {
  color: #003b56;
  margin-right: 5px;
}
.recent-news-home_1 .recent-news-container article .post-content .post-info span {
  padding-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-news-home_1 .recent-news-container article .post-content {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 479px) {
  .recent-news-home_1 .recent-news-container article .post-content {
    width: 100%;
    position: relative;
    padding: 0 15px;
  }
}
.recent-news-home_1 .recent-news-container article .post-excerpt {
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
}
.recent-news-home_1 .recent-news-control .recent-news-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.recent-news-home_1 .recent-news-control .recent-news-nav i {
  padding: 15px;
  background-color: #ffffff;
}
.recent-news-home_1 .recent-news-control .recent-news-nav.nav_next {
  right: 0;
}
.recent-news-home_1 .recent-news-control .recent-news-nav.nav_prev {
  left: 0;
}
.recent-news-home_2 .recent-news-container article {
  box-sizing: border-box;
  margin: 15px 0;
  position: relative;
  border: 1px solid transparent;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail {
  position: relative;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-image {
  position: relative;
  transition: all 0.35s ease-in-out;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-image:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-image img {
  width: 100%;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  overflow: hidden;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
  margin: 10px 0 5px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  transform: translateX(-100%);
  transition: all 0.35s ease-in-out;
}
@media (max-width: 479px) {
  .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
    font-size: 14px;
  }
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info {
  opacity: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #ff9800;
  transform: translateX(50%);
  transition: all 0.45s ease-in-out;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category {
  display: inline-block;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category ul:after {
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #ff9800;
  display: inline-block;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-author {
  padding-left: 5px;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .btn-readmore i {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, 0%);
  background-color: rgba(0, 0, 0, 0.35);
  height: 60px;
  width: 60px;
  border-radius: 100%;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
}
.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .btn-readmore i:hover {
  color: #ff9800;
  border: 1px solid #ff9800;
  background-color: transparent;
}
@media (max-width: 479px) {
  .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content {
    padding: 20px;
  }
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail {
  border: 1px solid #666666;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .entry-title,
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .post-info {
  transform: translateX(0);
  opacity: 1;
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .btn-readmore i {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 479px) {
  .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .btn-readmore i {
    top: 70%;
  }
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-image {
  transform: scale(0.95);
}
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-image:before {
  opacity: 1;
}
/**
 * Shortcode: Sidebar Product Category
 */
.yolo-sidebar-product-category .shortcode-main {
  display: inline-block;
  background: #003b56;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .yolo-sidebar-product-category .shortcode-main {
    max-width: 270px;
  }
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical {
  width: 270px;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-3 > ul > li {
  width: 30%;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical.navbar-nav > li.menu_style_column.mega-fullwidth.mega-col-columns-3 > ul > li:nth-child(2) {
  width: 40%;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li {
  transition: all 0.4s ease;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li:first-child {
  padding-top: 5px;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li:last-child {
  padding-bottom: 5px;
  border: none;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li:last-child > a {
  border: none;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li.on {
  background: #ff9800;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li.on a:after {
  border-left-color: #ff9800;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li.off {
  background: transparent !important;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li.off a:after {
  border-color: transparent !important;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a i {
  font-size: inherit;
  width: 15px;
  display: inline-block;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a i.left {
  float: left;
  margin-right: 20px;
  padding: 0;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a i.right {
  float: right;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a i.center {
  margin-left: 20px;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a:after {
  content: none;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a:after {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  right: -36px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 25px solid transparent;
  transition: all 0.4s ease;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li:hover {
  background: #ff9800;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li:hover > a {
  color: #ffffff;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li.menu-item-has-children:hover > a:after {
  border-left-color: #ff9800;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li {
  float: none;
  color: #ffffff;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.menu-item:not(.yolo_widget_area) {
  padding: 0 20px;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.menu-item:not(.yolo_widget_area) > a {
  display: block;
  padding: 15px 0 14px;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li:last-child.menu-item:not(.yolo_widget_area) > a {
  padding: 15px 0;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu .sub-menu {
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 10;
  width: calc(1170px - 270px);
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu .sub-menu > li > a {
  display: none;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu .sub-menu > li section.widget_product_categories {
  padding: 20px;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu .sub-menu > li section.widget_product_categories > ul > li {
  color: #000000;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.menu_style_dropdown.menu-item-has-children {
  position: relative;
  z-index: 2;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.menu_style_dropdown.menu-item-has-children .sub-menu {
  top: 0;
  left: 100%;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.menu_style_dropdown.menu-item-has-children .sub-menu li {
  color: #333333;
}
.yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.menu_style_dropdown.menu-item-has-children .sub-menu li:hover > a {
  color: #ff9800;
}
@media (max-width: 1199px) {
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical {
    width: 100%;
  }
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a i.left {
    margin-right: 10px;
  }
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a i.center {
    margin-left: 10px;
  }
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-3 > ul > li,
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-4 > ul > li,
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-5 > ul > li,
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-6 > ul > li {
    width: 50%;
  }
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-3 > ul > li:nth-child(2n+1),
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-4 > ul > li:nth-child(2n+1),
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-5 > ul > li:nth-child(2n+1),
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-6 > ul > li:nth-child(2n+1) {
    clear: both;
  }
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu .sub-menu {
    left: calc(940px/4);
    width: calc(940px - 940px/4);
  }
}
@media (max-width: 991px) {
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu .sub-menu {
    left: calc(720px/4);
    width: calc(720px - 720px/4);
  }
}
@media (max-width: 767px) {
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical > li > a:after {
    content: none;
  }
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li {
    position: relative;
    z-index: 0;
  }
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu {
    position: relative;
  }
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu .sub-menu {
    top: 100%;
    left: 0;
    width: 100%;
  }
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.menu_style_dropdown .sub-menu {
    width: 100%;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 480px) {
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-2 > ul > li,
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-3 > ul > li,
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-4 > ul > li,
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-5 > ul > li,
  .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.yolo_megamenu.mega-col-columns-6 > ul > li {
    width: 100%;
  }
}
.yolo-sidebar-product-category .shortcode-main .banner {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px;
  clear: both;
  overflow: hidden;
}
.yolo-sidebar-product-category .shortcode-main .banner img {
  width: 100%;
}
.yolo-sidebar-product-category .shortcode-main .banner:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  top: 5px;
  left: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transform: translate(165px, 130px) rotate(-45deg);
  transition: all 0.6s ease-in-out;
}
.yolo-sidebar-product-category .shortcode-main .banner:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: translate(-200px, -135px) rotate(-45deg);
}
.yolo-sidebar-product-category .shortcode-main .non-menu {
  padding: 10px 20px;
}
.yolo-sidebar-product-category .shortcode-main .non-menu li {
  list-style: none;
}
@media (min-width: 1200px) {
  .fluid-v4 .yolo-sidebar-product-category .shortcode-main {
    max-width: 275px;
  }
}
.fluid-v4 .yolo-sidebar-product-category .shortcode-main .yolo-sidebar-vertical li.menu-item:not(.yolo_widget_area) > a {
  padding: 15px 0;
}
.yolo-shortcode-wrap {
  padding: 0;
  margin: 0;
}
.yolo-shortcode-wrap .product-item-inner {
  padding: 19px 15px;
}
.yolo-shortcode-wrap .shortcode-heading .yolo-theme-title {
  position: relative;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.yolo-shortcode-wrap .banner-slider {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.yolo-shortcode-wrap .banner-slider .owl-item > div {
  position: relative;
}
.yolo-shortcode-wrap .banner-slider .owl-item > div .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.yolo-shortcode-wrap .banner-slider .owl-item > div:before,
.yolo-shortcode-wrap .banner-slider .owl-item > div:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  z-index: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: opacity 0.35s;
}
.yolo-shortcode-wrap .banner-slider .owl-item > div:after {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: scale(1, 0);
}
.yolo-shortcode-wrap .banner-slider .owl-item > div:before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: scale(0, 1);
}
.yolo-shortcode-wrap .banner-slider .owl-item > div:hover:after,
.yolo-shortcode-wrap .banner-slider .owl-item > div:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale(1);
}
.yolo-shortcode-wrap .banner-slider .owl-nav {
  display: none;
}
.yolo-shortcode-wrap .banner-slider .owl-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.yolo-shortcode-wrap .banner-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  float: left;
  margin: 0 5px;
}
.yolo-shortcode-wrap .banner-slider .owl-dots .owl-dot.active {
  width: 30px;
  background-color: #ff9800;
}
.yolo-shortcode-wrap .banner-single {
  position: relative;
}
.yolo-shortcode-wrap .banner-single img {
  width: 100%;
}
.yolo-shortcode-wrap .banner-single .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.yolo-shortcode-wrap .banner-single:before,
.yolo-shortcode-wrap .banner-single:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  z-index: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: opacity 0.35s;
}
.yolo-shortcode-wrap .banner-single:after {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: scale(1, 0);
}
.yolo-shortcode-wrap .banner-single:before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: scale(0, 1);
}
.yolo-shortcode-wrap .banner-single:hover:after,
.yolo-shortcode-wrap .banner-single:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale(1);
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel.off-pagination .owl-dots {
  display: none;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel.on-navigation:hover .owl-nav {
  display: block;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .product-item-wrap {
  margin-bottom: 0;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .owl-nav {
  display: none;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .owl-nav.disabled {
  display: none !important;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(51, 51, 51, 0.5);
  transition: all 0.35s ease-in-out;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .owl-nav > div:hover {
  color: #ff9800;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .owl-nav > div.owl-prev {
  left: -10px;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .owl-nav > div.owl-next {
  right: -10px;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .owl-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #dedede;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  float: left;
  margin: 0 5px;
}
.yolo-shortcode-wrap .shortcode-main .owl-carousel .owl-dots .owl-dot.active {
  width: 30px;
  background-color: #ff9800;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-list {
  width: 100%;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider.off-pagination .slick-dots {
  display: none !important;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider.on-navigation:hover .slick-arrow {
  display: block !important;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .product-group > div {
  margin: 0;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .product-group > div .product-item-inner:before {
  right: 0;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .product-item-wrap .product-item-inner:before {
  right: 0;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .product-item-wrap.product {
  margin: 0;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #dedede;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  float: left;
  margin: 0 5px;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-dots li button {
  display: none;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-dots li.slick-active {
  width: 30px;
  background-color: #ff9800;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-arrow {
  position: absolute;
  border: 0;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 60px;
  font-size: 0;
  text-align: center;
  line-height: 60px;
  display: none !important;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  color: rgba(51, 51, 51, 0.5);
  transition: all 0.35s ease-in-out;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 24px;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-arrow:hover {
  color: #ff9800;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-arrow.slick-next {
  right: -10px;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-arrow.slick-next:before {
  content: "\f105";
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-arrow.slick-prev {
  left: -10px;
}
.yolo-shortcode-wrap .shortcode-main .slick-slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
/**
 * Widget
 */
.banner {
  padding: 0;
}
.widget-taxonomy-menu .has_current_cat:hover {
  cursor: pointer;
}
.widget-taxonomy-menu .has_current_cat:after {
  content: '\f105';
  font-family: FontAwesome;
  margin-left: 15px;
}
.widget-taxonomy-menu .has_current_cat.active:after {
  content: '\f107';
}
.product-taxonomy {
  padding-left: 0px;
}
.product-taxonomy.dropdown.cat_hide {
  display: none;
}
.product-taxonomy.dropdown .open > .children {
  display: block;
}
.product-taxonomy.dropdown .children {
  display: none;
}
.product-taxonomy.dropdown:not(.taxonomy-filter) .open > a:before {
  content: '\f107';
}
.product-taxonomy ul {
  padding: 0;
}
.product-taxonomy li {
  padding-left: 20px;
  list-style: none;
  position: relative;
}
.product-taxonomy li a:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.product-taxonomy.taxonomy-filter > li {
  padding-left: 0;
}
.product-taxonomy.taxonomy-filter > li.no-filter {
  font-weight: 500;
  padding-left: 0;
}
.product-taxonomy.taxonomy-filter > li.no-filter > a {
  padding-left: 0;
}
.product-taxonomy.taxonomy-filter > li.no-filter > a:before,
.product-taxonomy.taxonomy-filter > li.no-filter > a:after {
  content: none;
}
.product-taxonomy.taxonomy-filter > li.no-filter > a:hover {
  cursor: text;
  color: inherit;
}
.product-taxonomy.taxonomy-filter > li.no-filter:hover {
  cursor: text;
}
.product-taxonomy.taxonomy-filter > li.no-filter:hover > a:after {
  content: none;
}
.product-taxonomy.taxonomy-filter li {
  font-weight: normal;
}
.product-taxonomy.taxonomy-filter li a {
  position: relative;
  padding-left: 20px;
  display: block;
}
.product-taxonomy.taxonomy-filter li a:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 50%);
}
.product-taxonomy.taxonomy-filter li a:hover {
  color: #333;
}
.product-taxonomy.taxonomy-filter li:hover > a:before,
.product-taxonomy.taxonomy-filter li.active > a:before,
.product-taxonomy.taxonomy-filter li.current-cat > a:before {
  border-color: #000;
}
.product-taxonomy.taxonomy-filter li:hover > a:after,
.product-taxonomy.taxonomy-filter li.active > a:after,
.product-taxonomy.taxonomy-filter li.current-cat > a:after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #333333;
  position: absolute;
  left: 2px;
  top: 4px;
  transform: translate(0, 50%);
}
.product-taxonomy.taxonomy-filter li.active > a {
  position: relative;
}
.product-taxonomy.taxonomy-filter li.active > a i {
  position: absolute;
  top: 1px;
  right: 0;
}
.product-taxonomy.taxonomy-filter li.active > a:hover i {
  color: red;
}
.product-taxonomy.taxonomy-filter li .children {
  padding: 0;
  position: relative;
  z-index: 2;
}
.widget-container.widget-social-profile,
.widget.widget-social-profile {
  display: inline-block;
}
.widget-container.widget-social-profile > ul,
.widget.widget-social-profile > ul {
  padding: 0;
  margin: 0;
}
.widget-container.widget-social-profile > ul li,
.widget.widget-social-profile > ul li {
  list-style: none;
  display: inline-block;
  margin: 0 6px;
}
.widget-container.widget-social-profile > ul li a,
.widget.widget-social-profile > ul li a {
  color: inherit;
}
.widget-container.widget-social-profile > ul li a:hover,
.widget.widget-social-profile > ul li a:hover {
  color: #ff9800;
}
.widget-container.widget-social-profile > ul li:first-child,
.widget.widget-social-profile > ul li:first-child {
  margin-left: 0;
}
.widget-container.widget-social-profile > ul li:last-child,
.widget.widget-social-profile > ul li:last-child {
  margin-right: 0;
}
.widget-container.widget-social-profile > ul.no-border li a,
.widget.widget-social-profile > ul.no-border li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 16px;
}
.widget-container.widget-social-profile > ul.square li a,
.widget.widget-social-profile > ul.square li a {
  font-size: 18px;
}
.widget-container.widget-social-profile > ul.border li a,
.widget.widget-social-profile > ul.border li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 16px;
  border: 1px solid #cccccc;
}
.widget-container.widget-social-profile > ul.border li a:hover,
.widget.widget-social-profile > ul.border li a:hover {
  color: #ff9800;
  border-color: #ff9800;
}
.social-menu {
  text-align: right;
  line-height: 61px;
}
.social-menu .widget-container.widget-social-profile ul.border li a,
.social-menu .widget.widget-social-profile ul.border li a {
  color: #cccccc;
}
.social-menu .widget-container.widget-social-profile ul.border li a:hover,
.social-menu .widget.widget-social-profile ul.border li a:hover {
  color: #ff9800;
}
.widget-mailchimp .bg_img {
  padding: 30px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-mailchimp .bg_img form input {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  margin: 0 auto 20px;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
}
.widget-mailchimp .bg_img form input[type="email"] {
  width: 100%;
}
.widget-mailchimp .bg_img form input[type="email"]:hover,
.widget-mailchimp .bg_img form input[type="email"]:active,
.widget-mailchimp .bg_img form input[type="email"]:focus {
  transition: all 0.4s ease-out;
}
.widget-mailchimp .bg_img form input[type="email"]:hover::-moz-placeholder,
.widget-mailchimp .bg_img form input[type="email"]:active::-moz-placeholder,
.widget-mailchimp .bg_img form input[type="email"]:focus::-moz-placeholder {
  color: #ff9800;
  opacity: 1;
}
.widget-mailchimp .bg_img form input[type="email"]:hover:-ms-input-placeholder,
.widget-mailchimp .bg_img form input[type="email"]:active:-ms-input-placeholder,
.widget-mailchimp .bg_img form input[type="email"]:focus:-ms-input-placeholder {
  color: #ff9800;
}
.widget-mailchimp .bg_img form input[type="email"]:hover::-webkit-input-placeholder,
.widget-mailchimp .bg_img form input[type="email"]:active::-webkit-input-placeholder,
.widget-mailchimp .bg_img form input[type="email"]:focus::-webkit-input-placeholder {
  color: #ff9800;
}
.widget-mailchimp .bg_img form input[type="submit"] {
  color: #ffffff;
  width: 120px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  background-color: #ff9800;
  border: 1px solid transparent;
  transition: all 0.4s ease-out;
}
.widget-mailchimp .bg_img form input[type="submit"]:hover {
  background-color: transparent;
  border-color: #ff9800;
  color: #ff9800;
}
.widget-mailchimp .bg_img form .mc4wp-response {
  color: #79ba49;
  text-align: center;
}
.widget-mailchimp .bg_img form .mc4wp-response .mc4wp-error {
  color: red;
}
.widget-services .widget-title {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.widget-services .services {
  padding: 0;
}
.widget-services .services .service-item {
  list-style: none;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  font-family: Raleway;
  transition: all 0.4s ease-out;
}
.widget-services .services .service-item:last-child {
  border: none;
  padding-bottom: 10px;
}
.widget-services .services .service-item:hover {
  color: #ff9800;
}
.widget-services .services .service-item:hover img {
  filter: saturate(8);
}
.widget-services .services .service-item img {
  float: left;
  margin-right: 8px;
}
.widget-services .services .service-item label {
  font-size: 16px;
}
.widget-services .services .service-item p {
  margin-bottom: 0;
}
