/*!
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: XDevLabs
Author URL: https://xdevlabs.com
Template: flatsome
Version: 3.2
*/
/**
Variables
*/
/**
  Mixins
 */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/**
  Partials
 */
.slick-slider .slick-arrow {
  top: 40%;
  width: auto;
  height: auto;
  z-index: 5;
  opacity: 0.8; }
  .slick-slider .slick-arrow::before {
    font-family: 'FontAwesome';
    opacity: 1;
    color: #fff;
    background: #ddd;
    padding: 20px 12px;
    border-radius: 0 5px 5px 0;
    display: block; }
  .slick-slider .slick-arrow.slick-prev {
    left: 0; }
    .slick-slider .slick-arrow.slick-prev::before {
      content: "\f104"; }
  .slick-slider .slick-arrow.slick-next {
    right: 0; }
    .slick-slider .slick-arrow.slick-next::before {
      content: "\f105";
      border-radius: 5px 0 0 5px; }
  .slick-slider .slick-arrow:hover {
    opacity: 1; }

.slick-slider .slick-slide {
  outline: none; }

.slick-slider .slick-dots li button {
  background: #ddd;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%; }
  .slick-slider .slick-dots li button::before {
    display: none; }
  .slick-slider .slick-dots li button:hover {
    background: #d61500; }

.slick-slider .slick-dots li.slick-active button {
  background: #d61500; }

/**
  Style
 */
@media screen and (max-width: 799px) {
  body.sticky-header .site .site-content,
  body.buddypress.sticky-header .site .site-content {
    padding-top: 125px; } }

header.header {
  border-bottom: 1px solid #EBECF0; }
  header.header .header-main > .container > .top-divider {
    border-top: 0; }
  header.header .header-main .header-nav .has-icon-menu > a {
    padding-left: 28px; }
    header.header .header-main .header-nav .has-icon-menu > a > img {
      max-width: 20px;
      opacity: 0.5;
      display: inline;
      float: left;
      position: absolute;
      top: 8px;
      left: 0; }
  header.header .header-main .header-nav .has-icon-menu.current-menu-item > a > img, header.header .header-main .header-nav .has-icon-menu:hover > a > img {
    opacity: 1; }
  @media screen and (min-width: 800px) {
    header.header .category-mobile {
      display: none !important; } }
  header.header .main-navigation a {
    color: #172b4d;
    font-size: 16px; }
  header.header .bb-mobile-header-wrapper {
    padding-bottom: 15px; }
    @media screen and (min-width: 800px) {
      header.header .bb-mobile-header-wrapper {
        display: none; } }
    header.header .bb-mobile-header-wrapper .header-mb-top {
      display: flex; }
      header.header .bb-mobile-header-wrapper .header-mb-top .site-title {
        padding-right: 20px;
        min-width: 70px; }
      header.header .bb-mobile-header-wrapper .header-mb-top .header-search-wrap {
        display: block;
        opacity: 1;
        visibility: visible;
        position: static;
        height: auto;
        padding: 0;
        box-shadow: none;
        padding-right: 10px; }
        header.header .bb-mobile-header-wrapper .header-mb-top .header-search-wrap input[type="search"] {
          height: auto;
          border: 1px solid #e7e9ec;
          padding: 7px 7px 7px 40px;
          border-radius: 50px;
          min-height: 0;
          height: auto;
          line-height: normal; }
      header.header .bb-mobile-header-wrapper .header-mb-top .header-aside-inner > div {
        padding: 0 5px; }
      header.header .bb-mobile-header-wrapper .header-mb-top .header-aside-inner > :last-child {
        margin-right: 5px;
        padding-left: 0; }
      header.header .bb-mobile-header-wrapper .header-mb-top .header-aside-inner .bb-header-buttons .button.link {
        padding: 5px; }
      header.header .bb-mobile-header-wrapper .header-mb-top .header-aside-inner .singup {
        min-width: auto;
        margin: 0; }
      header.header .bb-mobile-header-wrapper .header-mb-top .header-aside-inner .sub-menu::before {
        right: 42px; }
      header.header .bb-mobile-header-wrapper .header-mb-top .header-aside-inner .sub-menu .bb-my-account-menu {
        list-style: none;
        margin: 0; }
        header.header .bb-mobile-header-wrapper .header-mb-top .header-aside-inner .sub-menu .bb-my-account-menu li a {
          padding-left: 36px !important; }
    header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu {
      overflow: visible;
      height: auto;
      display: flex;
      width: 100%;
      justify-content: space-between; }
      header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu > li {
        line-height: 1.5;
        height: auto;
        padding: 0 4px;
        display: block;
        float: none; }
        header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu > li > a {
          text-align: center;
          height: auto; }
          header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu > li > a i {
            margin-right: 0; }
          header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu > li > a span {
            display: block;
            font-size: 13px; }
        header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu > li:first-child {
          padding-left: 0; }
        header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu > li:last-child {
          padding-right: 0; }
        header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu > li .sub-menu {
          right: 0;
          top: calc(100% + 15px); }
          header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu > li .sub-menu::before {
            right: 35px; }
        header.header .bb-mobile-header-wrapper .header-mb-bottom .primary-menu > li.open-menu .sub-menu {
          visibility: visible !important;
          opacity: 1; }

.header-search .nav-dropdown {
  min-width: 350px;
  padding: 10px; }
  .header-search .nav-dropdown .header-search-form {
    width: 100%; }

.header-search-form {
  width: 100%; }

.autocomplete-suggestion {
  padding: 10px 10px 10px 0; }
  .autocomplete-suggestion .search-name {
    font-size: 14px; }
  .autocomplete-suggestion .search-price {
    font-size: 12px;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .autocomplete-suggestion .search-price {
        flex-basis: 0; } }

.off-canvas .nav-sidebar li.has-icon-menu > a {
  padding-left: 43px; }
  .off-canvas .nav-sidebar li.has-icon-menu > a > img {
    max-width: 17px;
    opacity: 0.5;
    display: inline;
    float: left;
    position: absolute;
    top: 16px;
    left: 20px; }

.off-canvas .nav-sidebar li.has-icon-menu:hover > a > img {
  opacity: 0.6; }

.shop-menu {
  box-shadow: inset 0 -1px 0 0 #e2e4e8; }
  @media screen and (max-width: 1199px) {
    .shop-menu #menu-shop-menu > li:not(.category-menu) {
      display: none; } }
  .shop-menu #menu-shop-menu > li a {
    color: #172b4d !important; }

.nav-wrap {
  list-style: none;
  padding: 0;
  margin: 0; }
  .nav-wrap li {
    position: relative; }
    .nav-wrap li a {
      color: #172b4d;
      font-size: 15px;
      padding: 16px 30px;
      display: block; }
      .nav-wrap li a:hover {
        color: #d61500; }
    .nav-wrap li.label-hot > a::after {
      content: '';
      background-image: url("images/hot.svg");
      background-size: cover;
      width: 33px;
      height: 15px;
      display: inline-block;
      margin-left: 5px;
      vertical-align: middle; }
    .nav-wrap li.special-menu > a {
      padding: 0;
      font-weight: 600; }
      @media only screen and (min-width: 75em) {
        .nav-wrap li.special-menu > a {
          background-color: #ebecf0;
          width: 228px;
          padding: 16px; } }
    @media screen and (max-width: 1199px) {
      .nav-wrap li.category-menu {
        display: block !important;
        padding: 15px 0; }
        .nav-wrap li.category-menu > a {
          display: inline-block;
          text-transform: uppercase; }
          .nav-wrap li.category-menu > a.toogle-menu {
            float: right;
            margin-top: -5px;
            padding: 5px; }
            .nav-wrap li.category-menu > a.toogle-menu > i {
              font-size: 24px; }
        .nav-wrap li.category-menu #menu-category-menu {
          background: #fff;
          position: relative;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 20; }
          .nav-wrap li.category-menu #menu-category-menu li {
            display: block;
            position: static;
            margin-bottom: 0; }
            .nav-wrap li.category-menu #menu-category-menu li a {
              padding: 16px; }
              .nav-wrap li.category-menu #menu-category-menu li a img.icon-menu {
                width: 26px;
                height: 26px;
                margin-right: 10px;
                border-radius: 50%;
                box-shadow: 0 2px 5px 0 rgba(255, 86, 48, 0.3); } }
      @media only screen and (max-width: 1199px) and (min-width: 75em) {
        .nav-wrap li.category-menu #menu-category-menu li.has-image-submenu > .sub-menu {
          padding-left: 220px !important;
          min-height: 225px !important; } }
    @media screen and (max-width: 1199px) {
            .nav-wrap li.category-menu #menu-category-menu li.has-image-submenu > .sub-menu .image-submenu {
              position: absolute;
              top: 15px;
              left: 15px;
              width: 190px;
              height: 190px;
              z-index: 1; } }
        @media screen and (max-width: 1199px) and (max-width: 1199px) {
          .nav-wrap li.category-menu #menu-category-menu li.has-image-submenu > .sub-menu .image-submenu {
            display: none; } }
    @media screen and (max-width: 1199px) {
              .nav-wrap li.category-menu #menu-category-menu li.has-image-submenu > .sub-menu .image-submenu a {
                padding: 0; }
              .nav-wrap li.category-menu #menu-category-menu li.has-image-submenu > .sub-menu .image-submenu img {
                width: 100%;
                max-height: 190px; }
          .nav-wrap li.category-menu #menu-category-menu.nav-wrap {
            width: 100%; }
            .nav-wrap li.category-menu #menu-category-menu.nav-wrap > li {
              border: 1px solid #EBECF0;
              border-top: 0;
              margin-bottom: 0; }
              .nav-wrap li.category-menu #menu-category-menu.nav-wrap > li > a {
                padding: 12px 16px;
                min-height: 50px;
                line-height: 26px; }
            .nav-wrap li.category-menu #menu-category-menu.nav-wrap ul.sub-menu {
              width: auto;
              min-height: 100%;
              min-width: 200px;
              padding: 0; } }
        @media screen and (max-width: 1199px) and (max-width: 1199px) {
          .nav-wrap li.category-menu #menu-category-menu.nav-wrap ul.sub-menu {
            border-top: 1px solid #EBECF0; } }
        @media only screen and (max-width: 1199px) and (min-width: 75em) {
          .nav-wrap li.category-menu #menu-category-menu.nav-wrap ul.sub-menu {
            padding: 15px; } }
    @media screen and (max-width: 1199px) {
              .nav-wrap li.category-menu #menu-category-menu.nav-wrap ul.sub-menu li {
                border: 0;
                margin-bottom: 0; }
                .nav-wrap li.category-menu #menu-category-menu.nav-wrap ul.sub-menu li a {
                  padding: 7px 16px;
                  white-space: nowrap;
                  text-transform: uppercase;
                  color: #737373; }
                  .nav-wrap li.category-menu #menu-category-menu.nav-wrap ul.sub-menu li a i {
                    text-decoration: none;
                    margin-right: 10px; }
                  .nav-wrap li.category-menu #menu-category-menu.nav-wrap ul.sub-menu li a:hover {
                    color: #d61500;
                    text-decoration: underline; }
            .nav-wrap li.category-menu #menu-category-menu.nav-wrap > li > ul.sub-menu {
              left: 100%;
              top: 0; }
        .nav-wrap li.category-menu.open-menu ul.nav-wrap {
          display: block;
          width: 100%; }
        .nav-wrap li.category-menu li.menu-item-has-children {
          position: relative !important; }
          .nav-wrap li.category-menu li.menu-item-has-children > a {
            padding-right: 45px; }
          .nav-wrap li.category-menu li.menu-item-has-children .toogle-menu-child {
            position: absolute;
            top: 0;
            right: 0;
            padding: 15px 10px;
            transition: all 0.2s;
            transform: rotate(0);
            cursor: pointer; }
            .nav-wrap li.category-menu li.menu-item-has-children .toogle-menu-child i {
              font-size: 20px; }
          .nav-wrap li.category-menu li.menu-item-has-children > .sub-menu {
            position: static;
            padding-left: 35px; }
            .nav-wrap li.category-menu li.menu-item-has-children > .sub-menu li a {
              padding: 10px 16px !important; }
            .nav-wrap li.category-menu li.menu-item-has-children > .sub-menu li.menu-item-has-children .toogle-menu-child {
              padding: 9px 10px; }
            .nav-wrap li.category-menu li.menu-item-has-children > .sub-menu li.menu-item-has-children > a {
              padding-right: 40px !important; }
          .nav-wrap li.category-menu li.menu-item-has-children:hover > .sub-menu {
            display: none; }
          .nav-wrap li.category-menu li.menu-item-has-children.open-menu > .sub-menu {
            display: block; }
          .nav-wrap li.category-menu li.menu-item-has-children.open-menu > .toogle-menu-child {
            transform: rotate(180deg); } }
    @media only screen and (min-width: 75em) {
      .nav-wrap li.category-menu > a.toogle-menu {
        display: none; } }
    .nav-wrap li.menu-item-has-children:hover > ul.sub-menu {
      display: block; }
    .nav-wrap li.menu-item-has-children:hover > a {
      color: #d61500; }
    .nav-wrap li.current-menu-ancestor > a, .nav-wrap li.current-menu-item > a {
      color: #d61500; }
  .nav-wrap ul {
    margin: 0;
    list-style: none;
    width: 230px; }
    .nav-wrap ul.sub-menu {
      position: absolute;
      background: #fff;
      left: 100%;
      top: 0;
      display: none;
      z-index: 20; }
      .nav-wrap ul.sub-menu li {
        border: 1px solid #EBECF0;
        border-top: 0;
        display: block; }
        .nav-wrap ul.sub-menu li a {
          padding: 16px; }
    .nav-wrap ul.nav-wrap {
      display: none; }
  .nav-wrap > li > ul.sub-menu {
    left: 0;
    top: 100%; }

.nav-shop ul.nav-wrap {
  font-size: 0; }
  .nav-shop ul.nav-wrap > li {
    display: inline-block; }

@media screen and (max-width: 1199px) {
  .nav-category-product {
    display: none; } }

.nav-category-product ul {
  background: #fff;
  position: relative; }
  .nav-category-product ul li {
    display: block;
    position: static;
    margin-bottom: 0; }
    .nav-category-product ul li a {
      padding: 16px; }
      .nav-category-product ul li a img.icon-menu {
        width: 26px;
        height: 26px;
        margin-right: 10px;
        border-radius: 50%;
        box-shadow: 0 2px 5px 0 rgba(255, 86, 48, 0.3); }
    @media only screen and (min-width: 75em) {
      .nav-category-product ul li.has-image-submenu > .sub-menu {
        padding-left: 220px !important;
        min-height: 225px !important; } }
    .nav-category-product ul li.has-image-submenu > .sub-menu .image-submenu {
      position: absolute;
      top: 15px;
      left: 15px;
      width: 190px;
      height: 190px;
      z-index: 1; }
      @media screen and (max-width: 1199px) {
        .nav-category-product ul li.has-image-submenu > .sub-menu .image-submenu {
          display: none; } }
      .nav-category-product ul li.has-image-submenu > .sub-menu .image-submenu a {
        padding: 0; }
      .nav-category-product ul li.has-image-submenu > .sub-menu .image-submenu img {
        width: 100%;
        max-height: 190px; }
  .nav-category-product ul.nav-wrap {
    width: 100%; }
    .nav-category-product ul.nav-wrap > li {
      border: 1px solid #EBECF0;
      border-top: 0;
      margin-bottom: 0; }
      .nav-category-product ul.nav-wrap > li > a {
        padding: 12px 16px;
        min-height: 50px;
        line-height: 26px; }
    .nav-category-product ul.nav-wrap ul.sub-menu {
      width: auto;
      min-height: 100%;
      min-width: 200px;
      padding: 0; }
      @media screen and (max-width: 1199px) {
        .nav-category-product ul.nav-wrap ul.sub-menu {
          border-top: 1px solid #EBECF0; } }
      @media only screen and (min-width: 75em) {
        .nav-category-product ul.nav-wrap ul.sub-menu {
          padding: 15px; } }
      .nav-category-product ul.nav-wrap ul.sub-menu li {
        border: 0;
        margin-bottom: 0; }
        .nav-category-product ul.nav-wrap ul.sub-menu li a {
          padding: 7px 16px;
          white-space: nowrap;
          text-transform: uppercase;
          color: #737373; }
          .nav-category-product ul.nav-wrap ul.sub-menu li a i {
            text-decoration: none;
            margin-right: 10px; }
          .nav-category-product ul.nav-wrap ul.sub-menu li a:hover {
            color: #d61500;
            text-decoration: underline; }
    .nav-category-product ul.nav-wrap > li > ul.sub-menu {
      left: 100%;
      top: 0; }

.shop-banner {
  margin-bottom: 25px; }

@media (min-width: 48em) {
  .shop-banner-inner {
    display: flex;
    margin: 0 -3px; } }

.shop-banner-inner .nav-category-product {
  width: 234px;
  padding: 0 3px; }

@media (min-width: 48em) {
  .shop-banner-inner .shop-slider {
    padding: 0 3px;
    flex: 1 1 auto;
    width: calc(100% - 234px); } }

@media only screen and (min-width: 75em) {
  .slider-cndf {
    width: 100%;
    height: 100%; } }

.slider-cndf img {
  width: 100%; }
  @media only screen and (min-width: 75em) {
    .slider-cndf img {
      display: none; } }

.slider-cndf .slick-arrow {
  top: 50%; }

@media only screen and (min-width: 75em) {
  .slider-cndf .slick-list {
    height: 100%; } }

@media only screen and (min-width: 75em) {
  .slider-cndf .slick-list .slick-track {
    height: 100%; } }

@media only screen and (min-width: 75em) {
  .slider-cndf .slick-list .slick-track .slick-slide {
    height: 100%;
    background-size: cover; } }

@media screen and (max-width: 1199px) {
  .slider-cndf .slick-list .slick-track .slick-slide {
    background: none; } }

.section-about {
  margin: 15px 0; }
  @media (min-width: 48em) {
    .section-about .section-about-inner {
      display: flex;
      margin: 0 -3px; } }
  .section-about .section-about-inner figure {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 48em) {
      .section-about .section-about-inner figure {
        width: 234px;
        padding: 0 3px;
        margin-bottom: 0; } }
    .section-about .section-about-inner figure img {
      padding: 8px;
      border: 2px solid #fff;
      border-radius: 50%;
      max-width: 160px; }
  @media screen and (max-width: 767px) {
    .section-about .section-about-inner .about-body {
      text-align: center; } }
  @media (min-width: 48em) {
    .section-about .section-about-inner .about-body {
      padding: 0 3px;
      flex: 1 1 auto;
      width: calc(100% - 234px); } }
  .section-about .section-about-inner .about-body p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px; }
  .section-about .section-about-inner .about-body ul {
    margin: 0 0 10px;
    padding: 0 0 0 20px; }

.header-nav > .menu-item {
  margin: 0 15px; }
  .header-nav > .menu-item .fa {
    margin-right: 5px; }
  .header-nav > .menu-item:first-child {
    margin-left: 0; }
  .header-nav > .menu-item:last-child {
    margin-right: 0; }

.top-bar-nav li a {
  font-size: 0.875rem;
  padding: 10px 15px;
  margin: 0 !important; }
  .top-bar-nav li a:hover {
    background: #A71000; }
  .top-bar-nav li a .fa {
    margin-right: 10px;
    margin-top: -3px; }

#top-bar .nav-left li a {
  font-size: 0.875rem;
  padding: 5px 15px;
  margin: 0 !important;
  color: #fff; }

#top-bar .nav-left li strong {
  font-size: 0.875rem;
  padding: 5px 0;
  display: inline-block;
  margin-right: 15px; }
  #top-bar .nav-left li strong a {
    padding: 0; }

.footer-wrapper .footer-widgets {
  padding: 20px 15px 0; }
  @media only screen and (min-width: 76.5em) {
    .footer-wrapper .footer-widgets {
      padding: 50px 50px 0; } }
  .footer-wrapper .footer-widgets .textwidget .fa {
    margin-right: 5px; }

.zalo-chat-link {
  background: #5AC0F0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
  z-index: 5; }
  .zalo-chat-link img {
    max-width: 60%; }

.hotline-fixed {
  background: #0C9802;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
  z-index: 10; }
  .hotline-fixed:hover {
    color: #fff; }
  .hotline-fixed i {
    font-size: 25px; }
  .hotline-fixed span {
    background: #0C9802;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, 0);
    top: -38px;
    border-radius: 4px;
    padding: 0 10px; }
    .hotline-fixed span::before {
      content: '';
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #0C9802;
      position: absolute;
      top: 100%;
      left: calc(50% - 7px); }

ul.most-viewed-post li {
  list-style: none;
  padding: 10px 0 5px 75px;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.33; }
  ul.most-viewed-post li a {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1.4;
    text-transform: uppercase; }
  ul.most-viewed-post li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%; }

.widget_media_image img {
  width: 100%; }

.blog #main,
.category #main,
.single-post #main {
  padding: 0 15px; }

.blog #content,
.category #content,
.single-post #content {
  background: #fff;
  max-width: 1180px;
  padding: 30px 0 30px;
  margin: 0 auto 25px; }
  @media (min-width: 48em) {
    .blog #content,
    .category #content,
    .single-post #content {
      padding: 50px 0 50px; } }

.blog .post,
.category .post,
.single-post .post {
  border-bottom: 1px solid #E9E9E9; }
  .blog .post .entry-category,
  .category .post .entry-category,
  .single-post .post .entry-category {
    display: none; }
  .blog .post .badge,
  .category .post .badge,
  .single-post .post .badge {
    display: none; }
  .blog .post .entry-header-text,
  .category .post .entry-header-text,
  .single-post .post .entry-header-text {
    text-align: left;
    padding: 0; }
    .blog .post .entry-header-text .entry-divider,
    .category .post .entry-header-text .entry-divider,
    .single-post .post .entry-header-text .entry-divider {
      display: none; }
    .blog .post .entry-header-text .entry-title,
    .category .post .entry-header-text .entry-title,
    .single-post .post .entry-header-text .entry-title {
      margin-bottom: 20px; }
    .blog .post .entry-header-text .entry-meta,
    .category .post .entry-header-text .entry-meta,
    .single-post .post .entry-header-text .entry-meta {
      margin-bottom: 20px; }
  .blog .post .entry-content .entry-summary .text-center,
  .category .post .entry-content .entry-summary .text-center,
  .single-post .post .entry-content .entry-summary .text-center {
    text-align: left; }
  .blog .post footer.entry-meta,
  .category .post footer.entry-meta,
  .single-post .post footer.entry-meta {
    display: none; }

section.post-related {
  padding: 0;
  margin: 0 -10px; }
  section.post-related .slick-arrow.slick-prev {
    left: 11px; }
  section.post-related .slick-arrow.slick-next {
    right: 10px; }

.archive-page-header {
  margin-top: -20px;
  margin-bottom: 25px; }
  .archive-page-header .page-title {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.15em;
    color: #222; }
    .archive-page-header .page-title::before, .archive-page-header .page-title::after {
      content: '';
      height: 1px;
      background: #F4F5F7;
      display: block;
      flex: 1; }
    .archive-page-header .page-title span {
      display: inline-block;
      max-width: calc(100% - 60px);
      margin: 0 15px; }
      .archive-page-header .page-title span::before {
        content: "\f006";
        font-family: FontAwesome;
        margin-right: 5px; }

.woocommerce.columns-2 .products .product {
  max-width: 100%;
  flex-basis: 100%; }
  @media (min-width: 48em) {
    .woocommerce.columns-2 .products .product {
      max-width: 50%;
      flex-basis: 50%; } }

#main .products .product {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px; }
  #main .products .product .title-wrapper .category {
    display: none; }
  #main .products .product .title-wrapper .product-title {
    font-size: 1rem;
    text-transform: uppercase; }
  #main .products .product .price-wrapper {
    font-size: 1rem; }

#main .shop-container .products {
  padding: 0 7px; }

.post-type-archive-product .shop-page-title .page-title-inner,
.tax-product_cat .shop-page-title .page-title-inner {
  min-height: auto;
  padding-top: 0; }
  .post-type-archive-product .shop-page-title .page-title-inner .flex-col:first-child .is-large,
  .tax-product_cat .shop-page-title .page-title-inner .flex-col:first-child .is-large {
    padding: 25px 0 0;
    text-align: center;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff; }
    .post-type-archive-product .shop-page-title .page-title-inner .flex-col:first-child .is-large::before, .post-type-archive-product .shop-page-title .page-title-inner .flex-col:first-child .is-large::after,
    .tax-product_cat .shop-page-title .page-title-inner .flex-col:first-child .is-large::before,
    .tax-product_cat .shop-page-title .page-title-inner .flex-col:first-child .is-large::after {
      content: '';
      height: 1px;
      background: #F4F5F7;
      display: block;
      flex: 1; }
    .post-type-archive-product .shop-page-title .page-title-inner .flex-col:first-child .is-large .woocommerce-breadcrumb,
    .tax-product_cat .shop-page-title .page-title-inner .flex-col:first-child .is-large .woocommerce-breadcrumb {
      display: inline-block;
      max-width: calc(100% - 60px);
      margin: 0 15px;
      display: flex;
      align-items: center; }
      .post-type-archive-product .shop-page-title .page-title-inner .flex-col:first-child .is-large .woocommerce-breadcrumb::before,
      .tax-product_cat .shop-page-title .page-title-inner .flex-col:first-child .is-large .woocommerce-breadcrumb::before {
        font-family: 'fl-icons' !important;
        content: "\e800";
        display: inline-block;
        opacity: 1;
        vertical-align: middle;
        position: relative;
        margin-right: 8px; }
  .post-type-archive-product .shop-page-title .page-title-inner .flex-col:nth-child(2),
  .tax-product_cat .shop-page-title .page-title-inner .flex-col:nth-child(2) {
    display: none; }

.post-type-archive-product #main,
.tax-product_cat #main {
  padding: 0 15px; }
  .post-type-archive-product #main > .category-page-row,
  .tax-product_cat #main > .category-page-row {
    background: #fff;
    max-width: 1180px;
    margin: 0 auto 25px; }

.box-information {
  margin-bottom: 25px; }
  .box-information .box-information-inner {
    background: #fff;
    padding: 0 25px; }
    @media (min-width: 48em) {
      .box-information .box-information-inner {
        display: flex;
        padding: 25px 8px; } }
    .box-information .box-information-inner .box {
      padding: 25px 0;
      text-align: center;
      font-size: 0.9375rem; }
      .box-information .box-information-inner .box:not(:first-child) {
        border-top: 1px solid #D9D9D9; }
      @media (min-width: 48em) {
        .box-information .box-information-inner .box {
          border-top: 0 !important;
          flex-basis: 0;
          flex-grow: 1;
          text-align: left;
          padding: 0 17px; }
          .box-information .box-information-inner .box:not(:first-child) {
            border-left: 1px solid #D9D9D9; } }
      .box-information .box-information-inner .box h3 {
        font-size: 1rem;
        color: #333; }
        .box-information .box-information-inner .box h3 img {
          max-width: 27px;
          max-height: 25px;
          margin-right: 10px;
          margin-top: -6px; }
      .box-information .box-information-inner .box .box-content p {
        margin-bottom: 0; }
      .box-information .box-information-inner .box .box-content ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .box-information .box-information-inner .box .box-content ul li {
          margin-bottom: 0; }
          .box-information .box-information-inner .box .box-content ul li::before {
            content: '-';
            margin-right: 5px; }
      .box-information .box-information-inner .box .box-content a {
        color: #333; }
        .box-information .box-information-inner .box .box-content a:hover {
          color: #d61500; }

.single-product .woocommerce-message {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  margin-bottom: 25px; }
  .single-product .woocommerce-message .message-container {
    padding: 15px;
    background: #fff; }

.single-product #main .product .product-container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto 0; }
  .single-product #main .product .product-container .product-main {
    background: #fff;
    padding: 25px; }
    .single-product #main .product .product-container .product-main > .content-row {
      margin-left: -15px;
      margin-right: -15px; }
    .single-product #main .product .product-container .product-main .woocommerce-breadcrumb,
    .single-product #main .product .product-container .product-main .is-divider {
      display: none; }
    .single-product #main .product .product-container .product-main .product-title {
      margin-bottom: 20px; }
    .single-product #main .product .product-container .product-main .price-wrapper {
      margin-bottom: 20px; }
    .single-product #main .product .product-container .product-main .product_meta .tagged_as {
      display: none; }
    .single-product #main .product .product-container .product-main .variations .woo-selected-variation-item-name {
      display: none; }
    .single-product #main .product .product-container .product-main button {
      background: #d61500;
      border-radius: 7px; }
  .single-product #main .product .product-container .product-footer .container {
    padding: 0; }
  .single-product #main .product .product-container .product-footer .description-product {
    padding: 25px;
    background: #fff;
    margin-bottom: 25px; }
    @media (min-width: 48em) {
      .single-product #main .product .product-container .product-footer .description-product {
        display: flex; } }
    .single-product #main .product .product-container .product-footer .description-product .woocommerce-tabs {
      border: 0;
      display: block; }
      @media (min-width: 48em) {
        .single-product #main .product .product-container .product-footer .description-product .woocommerce-tabs {
          width: calc(100% - 330px); } }
      .single-product #main .product .product-container .product-footer .description-product .woocommerce-tabs .tabs {
        border-bottom: 2px solid #F4F5F7;
        margin: 0;
        display: block;
        flex-flow: unset; }
        .single-product #main .product .product-container .product-footer .description-product .woocommerce-tabs .tabs li a {
          font-size: 1rem;
          display: block;
          padding: 3px 0; }
          .single-product #main .product .product-container .product-footer .description-product .woocommerce-tabs .tabs li a::before {
            bottom: -2px;
            top: auto; }
      .single-product #main .product .product-container .product-footer .description-product .woocommerce-tabs .tab-panels {
        padding-top: 30px; }
    @media (min-width: 48em) {
      .single-product #main .product .product-container .product-footer .description-product .woocommerce-sidebar {
        width: 290px;
        margin-left: 40px; } }
    .single-product #main .product .product-container .product-footer .description-product .woocommerce-sidebar .widget .widget-title {
      font-size: 1rem;
      border-bottom: 2px solid #F4F5F7;
      display: block;
      padding: 7px 0 8px;
      position: relative;
      margin-bottom: 20px; }
      .single-product #main .product .product-container .product-footer .description-product .woocommerce-sidebar .widget .widget-title::after {
        content: '';
        display: block;
        height: 2px;
        background: #d61500;
        width: 180px;
        left: 0;
        bottom: -2px;
        position: absolute; }
    .single-product #main .product .product-container .product-footer .description-product .woocommerce-sidebar .widget .is-divider {
      display: none; }

.related {
  border-top: 0; }
  .related h3 {
    max-width: none; }
  .related > .row {
    padding: 0 25px !important; }
    .related > .row .product {
      padding: 0 12px; }

.product-small .box-text {
  font-size: 1rem; }
  .product-small .box-text .product-title {
    text-transform: uppercase; }

.sliders:not(.slick-slider) > article,
.sliders:not(.slick-slider) > div {
  display: none; }
  .sliders:not(.slick-slider) > article:first-child,
  .sliders:not(.slick-slider) > div:first-child {
    display: block; }

.arrow-left {
  padding-left: 38px;
  background: url("images/double-chevron.svg") no-repeat 15px 50% transparent;
  background-size: 12px; }
  .arrow-left:hover {
    background-image: url("images/double-chevron-white.svg"); }

.section.boxed {
  max-width: 1210px;
  margin: 0 auto;
  background: none;
  padding: 0 15px 25px !important; }
  .section.boxed .section-content {
    background: #fff;
    padding: 20px 0 0; }
    .section.boxed .section-content .section-title-container {
      padding: 0; }
      .section.boxed .section-content .section-title-container .section-title {
        margin-bottom: 0;
        padding-bottom: 5px; }
        .section.boxed .section-content .section-title-container .section-title.section-title-normal {
          padding-left: 25px; }
          .section.boxed .section-content .section-title-container .section-title.section-title-normal .section-title-main {
            border: 0; }
        .section.boxed .section-content .section-title-container .section-title .section-title-main {
          max-width: calc(100% - 60px); }
          .section.boxed .section-content .section-title-container .section-title .section-title-main > i {
            opacity: 1;
            font-size: 110%; }
    .section.boxed .section-content .row {
      padding: 0 10px; }
      .section.boxed .section-content .row .row {
        padding: 0; }
    .section.boxed .section-content .product-title {
      text-transform: uppercase; }
      .section.boxed .section-content .product-title a {
        color: #464646; }
    .section.boxed .section-content .post-item .col-inner {
      border: 1px dotted #F3EFEA;
      border-top: 0;
      border-radius: 10px 10px 7px 7px; }
  .section.boxed .tabbed-content {
    position: relative; }
    .section.boxed .tabbed-content .nav {
      padding: 0 20px; }
      @media only screen and (min-width: 76.5em) {
        .section.boxed .tabbed-content .nav {
          position: absolute;
          top: -74px;
          left: 30%;
          display: inline-block;
          width: auto; } }
      .section.boxed .tabbed-content .nav li a {
        padding: 0 15px;
        font-weight: normal;
        color: #464646; }
      .section.boxed .tabbed-content .nav li.active a {
        color: #fff; }
    @media screen and (max-width: 849px) {
      .section.boxed .tabbed-content .tab-panels .panel > .row > .col {
        width: 100%;
        flex-basis: 100%;
        max-width: none; }
        .section.boxed .tabbed-content .tab-panels .panel > .row > .col:first-child {
          padding-bottom: 0; }
        .section.boxed .tabbed-content .tab-panels .panel > .row > .col .row .col {
          width: 50%;
          flex-basis: 50%; } }

.section-title-container .section-title {
  border-width: 1px; }
  .section-title-container .section-title > b {
    height: 1px;
    background: #F4F5F7;
    opacity: 1; }

.section-title-container.gift-icon .section-title .section-title-main::before {
  content: '';
  display: inline-block;
  background: url("images/gift-icon.png") no-repeat 50% 50% transparent;
  width: 30px;
  height: 30px;
  opacity: 1;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 8px; }

.section-title-container.waiter-icon .section-title .section-title-main::before {
  content: '';
  display: inline-block;
  background: url("images/waiter-icon.png") no-repeat 50% 50% transparent;
  width: 30px;
  height: 30px;
  opacity: 1;
  vertical-align: middle;
  position: relative;
  top: -5px;
  margin-right: 8px; }

.section-title-container.youtube-icon .section-title .section-title-main::before {
  content: '';
  display: inline-block;
  background: url("images/youtube-icon.png") no-repeat 50% 50% transparent;
  width: 30px;
  height: 30px;
  opacity: 1;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 8px; }

.post-list {
  padding: 0 15px; }
  .post-list .slick-arrow {
    top: 34%; }
    .post-list .slick-arrow.slick-prev {
      left: 26px; }
    .post-list .slick-arrow.slick-next {
      right: 24px; }
  .post-list .slick-track {
    display: flex; }
    .post-list .slick-track .slick-slide {
      display: flex;
      height: auto;
      flex-direction: column;
      padding: 0 10px; }
  .post-list .post-item {
    text-align: center; }
    .post-list .post-item .post-inner {
      height: 100%;
      border: 1px dotted #F1ECE7;
      border-radius: 7px; }
    .post-list .post-item figure {
      margin: 0; }
      .post-list .post-item figure img {
        border-radius: 7px 7px 0 0;
        width: 100%; }
    .post-list .post-item .post-body {
      border-top: 0;
      padding: 30px; }
      .post-list .post-item .post-body h3 {
        line-height: 1.4;
        font-size: 1.125rem;
        margin-bottom: 20px; }
        .post-list .post-item .post-body h3 a {
          color: #464646;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 50px; }
          .post-list .post-item .post-body h3 a:hover {
            color: #d61500; }
      .post-list .post-item .post-body p {
        font-size: 0.875rem;
        color: #817d7d;
        color: #464646;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 67px; }
      .post-list .post-item .post-body .post-author {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        flex-wrap: wrap; }
        .post-list .post-item .post-body .post-author img {
          border-radius: 50%;
          margin: 0 10px; }
        .post-list .post-item .post-body .post-author strong {
          color: #A5CA6A; }

.yotu-viewmore {
  text-align: center;
  padding: 30px 15px 10px; }
  .yotu-viewmore a {
    text-transform: uppercase;
    padding: 8px 17px;
    background: #E62117;
    display: inline-block;
    border-radius: 5px;
    color: #fff; }
    .yotu-viewmore a i {
      margin-right: 7px; }

.content-area .yotu-playlist {
  padding: 0 0 15px; }
  .content-area .yotu-playlist .yotu-wrapper-player .yotu-player {
    box-shadow: none; }
  .content-area .yotu-playlist .yotu-pagination {
    font-size: 1rem;
    color: #333; }
    .content-area .yotu-playlist .yotu-pagination > a {
      border: 0;
      padding: 0;
      box-shadow: none;
      background: none;
      color: #333;
      font-size: 1rem; }
  .content-area .yotu-playlist .yotu-videos ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    width: auto; }
    .content-area .yotu-playlist .yotu-videos ul li {
      width: 100%;
      padding: 0 8px !important;
      margin: 0 0 15px !important; }
      @media (min-width: 48em) {
        .content-area .yotu-playlist .yotu-videos ul li {
          width: 50%; } }
      @media only screen and (min-width: 61.25em) {
        .content-area .yotu-playlist .yotu-videos ul li {
          width: 25%; } }
      .content-area .yotu-playlist .yotu-videos ul li .yotu-video-title {
        font-size: 1rem;
        color: #333;
        text-transform: uppercase;
        text-align: center; }

.badge-container {
  margin: 0; }
  .badge-container .badge {
    margin: 0;
    height: auto;
    width: auto; }
    .badge-container .badge .badge-inner {
      font-size: 12px;
      padding: 5px 7px;
      white-space: normal;
      line-height: 1.3;
      border-radius: 0; }

#breadcrumbs {
  padding: 10px 0 12px;
  font-size: 15px; }

.box-title {
  background: #fff;
  margin-bottom: 25px; }
  .box-title > h3 {
    text-align: center;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 20px; }
    .box-title > h3::before, .box-title > h3::after {
      content: '';
      height: 1px;
      background: #F4F5F7;
      display: block;
      flex: 1; }
    .box-title > h3 span {
      display: inline-block;
      max-width: calc(100% - 60px);
      margin: 0 15px; }
  .box-title .products {
    padding: 0 25px !important; }

#content.boxed-page {
  padding: 0; }
  #content.boxed-page .content-main {
    padding: 25px;
    background: #fff;
    margin-bottom: 25px; }
  #content.boxed-page .entry-header {
    margin: 0 -25px; }
    #content.boxed-page .entry-header .entry-title {
      text-align: center;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 1.15em;
      color: #222; }
      #content.boxed-page .entry-header .entry-title::before, #content.boxed-page .entry-header .entry-title::after {
        content: '';
        height: 1px;
        background: #F4F5F7;
        display: block;
        flex: 1; }
      #content.boxed-page .entry-header .entry-title span {
        display: inline-block;
        max-width: calc(100% - 60px);
        margin: 0 15px; }

.heading-icon-tour .section-title-main::before,
.heading-icon-book .section-title-main::before {
  content: '';
  width: 30px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle; }

.heading-icon-tour .section-title-main::before {
  background: url("images/man-in-hike.svg") no-repeat 50% 50%/auto 100%; }

.heading-icon-book .section-title-main::before {
  background: url("images/recipe-book.svg") no-repeat 50% 50%/auto 100%; }

