/*
Theme Name: Allaia v 1.0
Theme URI: http://www.ansonika.com/allaia/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE
- 1.0 Icons
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure
- 1.4 Navigation
- 1.5 Top banner
- 1.6 Owl Carousel
- 1.7 Mobile Menu

2. CONTENT
- 2.1 Home
- 2.2 General Listing 

3. COMMON
- 3.1 Owl Carousel Custom Nav 
- 3.2 Misc
- 3.3 Spacing
- 3.4 Sing In Modal
- 3.5 Modal popup
- 3.6 Pagination
- 3.7 Footer
- 3.8 Magnific Popup CSS

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
@font-face {
  font-family: 'Gotham-Medium';
  src: url(../sass/fonts/Gotham-Medium.woff2) format("woff2"), url(../sass/fonts/Gotham-Medium.woff) format("woff"), url(../sass/fonts/Gotham-Medium.ttf) format("truetype");
  font-weight: normal !important;
  font-style: normal !important; }

/*-------- Hamburgers --------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -9px; }

.hamburger-inner::after {
  bottom: -9px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*-------- 1.1 Typography -------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #f8f8f8;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Helvetica, sans-serif;
  color: #444; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-family: "Gotham-Medium", Helvetica, sans-serif; }

p {
  margin-bottom: 20px; }

strong {
  font-weight: 500; }

label {
  font-weight: 500;
  margin-bottom: 3px; }

hr {
  margin: 30px 0 30px 0;
  border: 0;
  border-top: 1px solid #dddddd; }

.main_title {
  position: relative;
  margin-bottom: 15px;
  text-align: center; }
  @media (max-width: 767px) {
    .main_title {
      margin-bottom: 30px; } }
  .main_title h1, .main_title h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .main_title h1, .main_title h2 {
        font-size: 28px;
        font-size: 1.75rem; } }
  .main_title h1 {
    font-size: 42px;
    font-size: 2.625rem; }
    @media (max-width: 767px) {
      .main_title h1 {
        font-size: 32px;
        font-size: 2rem; } }
  .main_title span {
    display: block;
    content: attr(data-mask);
    position: absolute;
    text-align: center;
    margin-top: -15px;
    top: 0;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    z-index: 1;
    color: #f4f4f4;
    text-transform: uppercase;
    width: 100%; }
    @media (max-width: 767px) {
      .main_title span {
        font-size: 45px;
        font-size: 2.8125rem; } }
  .main_title p {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 300;
    padding: 0 15%;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .main_title p {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 0; } }

.page_header {
  margin-bottom: 30px; }
  .page_header h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 5px 0; }

.breadcrumbs {
  line-height: 1;
  color: #555; }
  .breadcrumbs ul {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem; }
    .breadcrumbs ul li {
      display: inline-block;
      margin-right: 7px;
      padding-right: 8px;
      position: relative; }
      .breadcrumbs ul li a {
        color: #777; }
        .breadcrumbs ul li a:hover {
          color: #ffc734; }
      .breadcrumbs ul li:after {
        font-family: 'themify';
        content: "\e649";
        font-size: 10px;
        font-size: 0.625rem;
        position: absolute;
        display: inline-block;
        top: 2px;
        margin-left: 3px; }
      .breadcrumbs ul li:last-child {
        font-weight: 500; }
        .breadcrumbs ul li:last-child:after {
          content: '';
          margin-right: 0; }

/*General links color*/
a {
  color: #ffc734;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none; }
  a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none; }

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #ffc734;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: normal; }
  a.btn_1:focus,
  .btn_1:focus {
    outline: none; }
  a.btn_1:hover,
  .btn_1:hover {
    background-color: #FFC107;
    color: #111 !important; }
  a.btn_1.full-width,
  .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }
  a.btn_1.medium,
  .btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 40px; }
  a.btn_1.outline,
  .btn_1.outline {
    border: 2px solid #111;
    color: #111;
    padding: 10px 30px;
    background: none; }
    a.btn_1.outline:hover,
    .btn_1.outline:hover {
      border-color: #ffc734;
      color: #ffc734 !important; }
    a.btn_1.outline:focus,
    .btn_1.outline:focus {
      outline: none; }
  a.btn_1.gray,
  .btn_1.gray {
    background: #f0f0f0;
    color: #111 !important; }
    a.btn_1.gray:hover,
    .btn_1.gray:hover {
      background-color: #FFC107;
      color: #111 !important; }
  a.btn_1 i,
  .btn_1 i {
    font-weight: 600; }

/*-------- 1.3 Structure --------*/
main {
  background-color: #fff;
  z-index: 2;
  position: relative; }
  main.freeze {
    z-index: inherit; }

.container {
  max-width: 1220px; }
  @media (max-width: 991px) {
    .container {
      max-width: 100%; } }

.top_line {
  padding: 12px 0 10px 0;
  line-height: 1; }
  .top_line.promo {
    background-color: #ffc734;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500; }
    .top_line.promo strong {
      color: #ffff99;
      font-weight: 700;
      text-transform: uppercase; }
  .top_line.version_1 {
    color: #fff;
    background-color: #ffc734;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (max-width: 767px) {
      .top_line.version_1 {
        display: none; } }
    .top_line.version_1.plus_select {
      padding: 7px 0; }
      .top_line.version_1.plus_select .styled-select select {
        color: #fff; }
      .top_line.version_1.plus_select .styled-select:after {
        color: #fff; }
    .top_line.version_1 ul.top_links {
      list-style: none;
      margin: 0;
      float: right; }
      .top_line.version_1 ul.top_links li {
        display: inline-block;
        position: relative;
        margin-left: 5px; }
        .top_line.version_1 ul.top_links li:first-child {
          margin-left: 0; }

header .custom-search-input {
  padding: 0;
  width: 100%;
  margin: 0;
  top: 10px;
  position: relative;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  @media (max-width: 767px) {
    header .custom-search-input {
      top: 0;
      margin: 15px 0; } }
  header .custom-search-input input[type='text'] {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 3px; }
    header .custom-search-input input[type='text']:focus {
      outline: none; }
    @media (max-width: 575px) {
      header .custom-search-input input[type='text'] {
        padding-left: 15px; } }
  header .custom-search-input button[type='submit'] {
    position: absolute;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
    font-size: 1.5rem;
    top: 5px;
    right: 3px;
    border: 0;
    cursor: pointer;
    outline: none;
    background: none; }
    header .custom-search-input button[type='submit']:hover {
      color: #ffc734; }

header .main_header {
  position: relative;
  z-index: 99999; }
  @media (max-width: 991px) {
    header .main_header {
      padding: 15px 0; } }
  @media (max-width: 991px) {
    header .main_header #logo {
      text-align: center; }
      header .main_header #logo a img {
        height: 30px;
        width: auto; } }
  header .main_header a.phone_top {
    display: inline-block;
    line-height: 1.3; }
    header .main_header a.phone_top strong span {
      display: block;
      font-weight: 900; }
    @media (max-width: 991px) {
      header .main_header a.phone_top {
        position: absolute;
        right: 0;
        top: -27px;
        z-index: 2; }
        header .main_header a.phone_top strong {
          display: none; }
        header .main_header a.phone_top:before {
          font-family: "fontello";
          font-size: 26px;
          font-size: 1.625rem;
          content: '\e802';
          line-height: 1;
          padding: 0;
          margin: 0;
          display: inline-block; } }
  header .main_header nav a.open_close {
    position: absolute;
    top: -26px;
    left: 5px;
    display: none; }
    @media (max-width: 767px) {
      header .main_header nav a.open_close {
        display: inline-block; } }

header ul.top_tools {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right; }
  @media (max-width: 767px) {
    header ul.top_tools {
      float: none;
      width: 100%; } }
  header ul.top_tools > li {
    float: right;
    margin-left: 20px; }
    header ul.top_tools > li:nth-child(4), header ul.top_tools > li:nth-child(5) {
      display: none; }
      @media (max-width: 767px) {
        header ul.top_tools > li:nth-child(4), header ul.top_tools > li:nth-child(5) {
          display: inline-block; } }
    @media (max-width: 767px) {
      header ul.top_tools > li:last-child {
        float: left;
        margin-left: 0; } }
    header ul.top_tools > li a {
      display: block;
      position: relative;
      height: 60px;
      line-height: 60px; }
      @media (max-width: 767px) {
        header ul.top_tools > li a {
          height: 28px;
          line-height: 28px; } }
      header ul.top_tools > li a > span {
        display: none; }
      header ul.top_tools > li a:before {
        font-family: 'header_icons';
        font-size: 26px;
        font-size: 1.625rem;
        font-weight: 500 !important; }
      header ul.top_tools > li a.btn_search_mob:before, header ul.top_tools > li a.search_panel:before {
        content: '\0045';
        font-size: 26px;
        font-size: 1.625rem; }
      header ul.top_tools > li a.btn_cat_mob {
        line-height: 32px !important;
        height: 28px !important;
        padding-left: 35px;
        font-weight: 700;
        font-size: 13px;
        font-size: 0.8125rem;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          header ul.top_tools > li a.btn_cat_mob {
            padding-left: 0; } }
        header ul.top_tools > li a.btn_cat_mob .hamburger-box {
          position: absolute;
          top: 5px;
          left: 0;
          margin-right: 10px; }
          @media (max-width: 991px) {
            header ul.top_tools > li a.btn_cat_mob .hamburger-box {
              display: none; } }
      header ul.top_tools > li a.wishlist:before {
        content: '\0041'; }
      header ul.top_tools > li a.access_link:before {
        content: '\0043'; }
      header ul.top_tools > li a.cart_bt:before {
        content: '\0042'; }
      header ul.top_tools > li a.cart_bt strong {
        font-size: 10px;
        font-size: 0.625rem;
        font-weight: 700;
        width: 16px;
        height: 16px;
        text-indent: 0;
        display: block;
        text-align: center;
        position: absolute;
        bottom: 10px;
        right: -3px;
        line-height: 17px !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        @media (max-width: 767px) {
          header ul.top_tools > li a.cart_bt strong {
            bottom: -3px; } }
    header ul.top_tools > li .dropdown-cart .dropdown-menu,
    header ul.top_tools > li .dropdown-access .dropdown-menu {
      border: none;
      min-width: 0;
      padding: 15px;
      width: 260px;
      top: 100%;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
      -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
      font-size: 13px;
      font-size: 0.8125rem; }
      @media (max-width: 991px) {
        header ul.top_tools > li .dropdown-cart .dropdown-menu,
        header ul.top_tools > li .dropdown-access .dropdown-menu {
          display: none !important; } }
      header ul.top_tools > li .dropdown-cart .dropdown-menu:before,
      header ul.top_tools > li .dropdown-access .dropdown-menu:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 7px;
        margin-left: -7px; }
      header ul.top_tools > li .dropdown-cart .dropdown-menu a,
      header ul.top_tools > li .dropdown-access .dropdown-menu a {
        height: auto;
        line-height: inherit; }
      header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1,
      header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1 {
        color: #111;
        background-color: #FFC107;
        height: auto;
        line-height: 1.4; }
        header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1.outline,
        header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1.outline {
          background-color: transparent; }
        header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1:hover,
        header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1:hover {
          color: #fff !important;
          background-color: #ffc734; }

header .main_nav {
  position: relative;
  z-index: 999; }
  @media (max-width: 767px) {
    header .main_nav {
      padding: 10px 0; } }

header .sticky_element {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-animation: smoothScroll 0.5s none;
  border-bottom: 1px solid transparent !important;
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25); }

@keyframes smoothScroll {
  0% {
    transform: translateY(-60px); }
  100% {
    transform: translateY(0px); } }

button.cta {
  background: #52aa2a;
  border: 0px #FFF solid;
  color: #FFF;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: bold; }
  button.cta:focus {
    outline: none; }

header.version_1 .main_header {
  background: #f37412;
  background: linear-gradient(45deg, #f37412 0%, #ffc82e 100%);
  padding: 12px 0;
  color: #FFF; }
  header.version_1 .main_header button.cta {
    margin-left: 15px; }
  header.version_1 .main_header a.phone_top {
    color: #fff; }
    header.version_1 .main_header a.phone_top:before {
      color: #fff; }
  @media (max-width: 767px) {
    header.version_1 .main_header ul.top_tools {
      width: auto; } }
  header.version_1 .main_header ul.top_tools > li:last-child {
    display: inline-block; }
    @media (max-width: 767px) {
      header.version_1 .main_header ul.top_tools > li:last-child {
        float: none; } }
  @media (max-width: 1199px) {
    header.version_1 .main_header ul.top_tools > li:nth-child(2) {
      display: none; } }
  @media (max-width: 991px) {
    header.version_1 .main_header ul.top_tools > li:nth-child(3) {
      display: none; } }
  header.version_1 .main_header ul.top_tools > li a {
    color: #fff; }
    @media (max-width: 767px) {
      header.version_1 .main_header ul.top_tools > li a {
        line-height: 60px;
        height: 60px; } }
    header.version_1 .main_header ul.top_tools > li a:hover {
      color: #ffff99; }
    header.version_1 .main_header ul.top_tools > li a.cart_bt strong {
      background-color: #083487;
      color: #fff !important; }
      @media (max-width: 767px) {
        header.version_1 .main_header ul.top_tools > li a.cart_bt strong {
          bottom: 10px; } }
  header.version_1 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu,
  header.version_1 .main_header ul.top_tools > li .dropdown-access .dropdown-menu {
    border-top: 2px solid #ffc734; }
    header.version_1 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu:before,
    header.version_1 .main_header ul.top_tools > li .dropdown-access .dropdown-menu:before {
      border-bottom-color: #ffc734; }
  header.version_1 .main_header ul.top_tools > li .dropdown-cart:hover > a,
  header.version_1 .main_header ul.top_tools > li .dropdown-access:hover > a {
    color: #ffff99; }
  @media (max-width: 991px) {
    header.version_1 .main_header ul.top_tools {
      position: absolute;
      top: -43px;
      right: 0; } }

header.version_1 .main_nav {
  background-color: #fff; }
  header.version_1 .main_nav.inner {
    border-bottom: 1px solid #ededed; }
  header.version_1 .main_nav .custom-search-input {
    background-color: #f2f2f2; }
  header.version_1 .main_nav ul.top_tools > li a {
    color: #111; }
    header.version_1 .main_nav ul.top_tools > li a:hover {
      color: #ffc734; }
    header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner,
    header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner::before,
    header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner::after {
      background-color: #111; }
    header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob:hover .hamburger-inner,
    header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob:hover .hamburger-inner::before,
    header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob:hover .hamburger-inner::after {
      background-color: #ffc734; }
    header.version_1 .main_nav ul.top_tools > li a.cart_bt strong {
      background-color: #083487;
      color: #fff !important; }
  header.version_1 .main_nav ul.top_tools > li .dropdown-cart .dropdown-menu,
  header.version_1 .main_nav ul.top_tools > li .dropdown-access .dropdown-menu {
    border-top: 2px solid #ffc734;
    margin-top: 0; }
    header.version_1 .main_nav ul.top_tools > li .dropdown-cart .dropdown-menu:before,
    header.version_1 .main_nav ul.top_tools > li .dropdown-access .dropdown-menu:before {
      border-bottom-color: #ffc734; }
  header.version_1 .main_nav ul.top_tools > li .dropdown-cart:hover > a, header.version_1 .main_nav ul.top_tools > li .dropdown-access:hover > a {
    color: #ffc734; }

header.version_2 .main_header {
  background-color: #fff; }
  header.version_2 .main_header .hamburger-inner,
  header.version_2 .main_header .hamburger-inner::before,
  header.version_2 .main_header .hamburger-inner::after {
    background-color: #111; }
  header.version_2 .main_header:hover .hamburger-inner,
  header.version_2 .main_header:hover .hamburger-inner::before,
  header.version_2 .main_header:hover .hamburger-inner::after {
    background-color: #ffc734; }
  header.version_2 .main_header a.phone_top {
    color: #444; }
    header.version_2 .main_header a.phone_top:before {
      color: #444; }
  @media (max-width: 767px) {
    header.version_2 .main_header ul.top_tools {
      width: auto; } }
  header.version_2 .main_header ul.top_tools > li:last-child {
    display: inline-block; }
    @media (max-width: 767px) {
      header.version_2 .main_header ul.top_tools > li:last-child {
        float: none; } }
  @media (max-width: 1199px) {
    header.version_2 .main_header ul.top_tools > li:nth-child(2) {
      display: none; } }
  @media (max-width: 991px) {
    header.version_2 .main_header ul.top_tools > li:nth-child(3) {
      display: none; } }
  header.version_2 .main_header ul.top_tools > li a {
    color: #444; }
    @media (max-width: 767px) {
      header.version_2 .main_header ul.top_tools > li a {
        line-height: 60px;
        height: 60px; } }
    header.version_2 .main_header ul.top_tools > li a:hover {
      color: #ffc734; }
    header.version_2 .main_header ul.top_tools > li a.cart_bt strong {
      background-color: #083487;
      color: #fff !important; }
      @media (max-width: 767px) {
        header.version_2 .main_header ul.top_tools > li a.cart_bt strong {
          bottom: 10px; } }
  header.version_2 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu,
  header.version_2 .main_header ul.top_tools > li .dropdown-access .dropdown-menu {
    border-top: none; }
    header.version_2 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu:before,
    header.version_2 .main_header ul.top_tools > li .dropdown-access .dropdown-menu:before {
      border-bottom-color: transparent; }
  header.version_2 .main_header ul.top_tools > li .dropdown-cart:hover > a,
  header.version_2 .main_header ul.top_tools > li .dropdown-access:hover > a {
    color: #ffc734; }
  @media (max-width: 991px) {
    header.version_2 .main_header ul.top_tools {
      position: absolute;
      top: -43px;
      right: 0; } }

header.version_2 .main_nav {
  background-color: #ffc734;
  border-bottom: 1px solid transparent; }
  header.version_2 .main_nav .custom-search-input {
    background-color: #f8f8f8; }
  header.version_2 .main_nav ul.top_tools > li a {
    color: #fff; }
    header.version_2 .main_nav ul.top_tools > li a:hover {
      color: #ffff99; }
    header.version_2 .main_nav ul.top_tools > li a.cart_bt strong {
      background-color: #083487;
      color: #fff !important; }
  header.version_2 .main_nav ul.top_tools > li .dropdown-cart:hover > a,
  header.version_2 .main_nav ul.top_tools > li .dropdown-access:hover > a {
    color: #ffff99; }

header.version_2 .search_mob_wp .form-control {
  border: none; }

header.version_2 .search_mob_wp .btn_1 {
  background-color: #FFC107;
  color: #111; }
  header.version_2 .search_mob_wp .btn_1:hover {
    background-color: #083487;
    color: #fff !important; }

/*-------- 1.4 Navigation --------*/
@media only screen and (min-width: 992px) {
  .menu {
    display: block !important; }
  #mm-menu, .mm-menu {
    display: none !important; } }

/* Mobile MMenu colors */
.mm-menu {
  background: #fff !important; }

.mm-listview a {
  color: #444; }

.main-menu {
  position: relative;
  z-index: 9;
  width: auto; }

.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
  position: relative;
  margin: 0;
  padding: 0; }

/* Submenu styles */
.main-menu ul li a {
  display: block;
  padding: 3px 10px; }

/*First level styles version 1 */
.main-menu > ul > li > a {
  padding: 30px 18px 25px 18px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

header.version_1 .main-menu > ul > li > a {
  color: #fff; }

header.version_1 .main-menu > ul > li:hover > a {
  color: #fff; }

.main-menu > ul > li.submenu:hover > a:after {
  transform: rotate(180deg); }

.main-menu ul > li.submenu > a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .main-menu ul > li.submenu > a:after {
    font-family: 'themify';
    font-size: 12px;
    font-size: 0.75rem;
    content: "\e64b";
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 0 0 0 5px;
    font-weight: bold;
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .main-menu ul > li.submenu > a:after {
        font-size: 14px !important;
        font-size: 14px !important/16pxrem;
        float: right; } }

/*First level version 2 */
header.version_2 .main-menu > ul > li > a, .main-menu > ul > li.submenu:hover > a {
  color: #282828; }

header.version_2 .main-menu > ul > li:hover > a {
  color: #ffc734; }

header.version_2 .main-menu ul > li.submenu > a:after {
  color: #444; }

header.version_2 .main-menu > ul > li.submenu:hover > a:after {
  color: #ffc734; }

#header_menu {
  display: none; }

nav a.open_close#close_in {
  position: absolute;
  right: 10px;
  left: inherit;
  top: 10px;
  width: 30px;
  height: 30px;
  display: none; }
  nav a.open_close#close_in > i {
    color: #555 !important;
    font-size: 18px; }
    nav a.open_close#close_in > i:hover {
      color: #1a1a1a !important; }
  @media (max-width: 767px) {
    nav a.open_close#close_in {
      display: block; } }

/* All styles for screen size over 992px
================================================== */
@media only screen and (min-width: 992px) {
  .main-menu ul > li {
    display: inline-block; }
  /* Submenu + megamenu*/
  .main-menu ul ul, .main-menu ul li .menu-wrapper {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 0;
    top: 100%;
    display: block;
    background: #fff;
    display: block;
    min-width: 190px;
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    opacity: 0; }
  .main-menu ul ul {
    padding: 10px; }
  .main-menu ul li:hover > ul, .main-menu ul li:hover .menu-wrapper {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .main-menu ul .menu-wrapper ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .main-menu ul ul li {
    display: block; }
  .main-menu ul ul li a {
    color: #444;
    display: block;
    padding: 8px 10px; }
  .main-menu ul ul li:hover > a {
    color: #ffc734;
    background-color: #ffc01c;
    background-color: rgba(255, 199, 52, 0.05); }
  /* Megamenu */
  .main-menu ul li.megamenu {
    position: static; }
  .main-menu ul li.megamenu .menu-wrapper {
    width: 1110px;
    left: 50%;
    margin-left: -555px;
    padding: 30px !important; }
  .main-menu ul li:hover.megamenu .menu-wrapper ul {
    visibility: visible;
    opacity: 1; }
  .main-menu ul .menu-wrapper h3 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 10px; }
  /* Submenu 3rd level */
  .main-menu ul ul ul {
    left: 100%;
    top: 0; } }

/* All styles for screen size between 992px and 1200px
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li.megamenu .menu-wrapper {
    width: 940px;
    margin-left: -510px; } }

/* All styles for screen under 991px
================================================== */
@media only screen and (max-width: 991px) {
  #header_menu {
    text-align: center;
    padding: 25px 15px 10px 15px;
    position: relative;
    display: block;
    margin-bottom: 15px; }
    #header_menu img {
      height: 30px !important;
      width: auto !important; }
  .main-menu ul > li.submenu > a:after {
    color: #444;
    top: 5px;
    right: 15px;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400; }
  .main-menu ul li a:hover,
  a.show-submenu:hover,
  a.show-submenu-mega:hover {
    color: #ffc734 !important;
    background-color: #ffc01c;
    background-color: rgba(255, 199, 52, 0.05); }
  .main-menu ul li {
    border-bottom: 1px solid #ededed; }
  /* Menu mobile first level */
  .main-menu ul li > a {
    padding: 15px; }
  .main-menu h3 {
    font-size: 12px;
    padding: 15px 15px 0 15px;
    text-transform: uppercase; }
  .main-menu li, .main-menu a {
    display: block;
    color: #444 !important; }
  /* Menu mobile second level */
  .main-menu ul li.submenu ul {
    margin: 0 0 15px 6px; }
  .main-menu ul li.submenu ul li {
    border: 0; }
  .main-menu ul li.submenu ul li a {
    padding: 10px; }
  /* Menu mobile left panel */
  .main-menu {
    overflow: auto;
    transform: translateX(-200%);
    top: 0;
    left: -110%;
    bottom: 0;
    width: 45%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    margin: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .main-menu.show {
    transform: translateX(0);
    left: 0; }
  .main-menu .show-submenu + ul,
  a.show-submenu-mega + .menu-wrapper {
    display: none;
    visibility: hidden; }
  a.show-submenu-mega + .menu-wrapper.show_mega,
  .main-menu a.show-submenu + ul.show_normal {
    display: block;
    visibility: visible; } }

@media only screen and (max-width: 580px) {
  .main-menu {
    width: 100%; } }

.dropdown-cart .dropdown-menu {
  margin-left: -205px; }
  .dropdown-cart .dropdown-menu:before {
    right: 10%; }
  .dropdown-cart .dropdown-menu .total_drop {
    font-size: 16px;
    font-size: 1rem; }
    .dropdown-cart .dropdown-menu .total_drop strong {
      float: left; }
    .dropdown-cart .dropdown-menu .total_drop span {
      float: right;
      font-weight: 600; }
    .dropdown-cart .dropdown-menu .total_drop .btn_1 {
      margin-top: 10px; }
  .dropdown-cart .dropdown-menu ul {
    padding: 0;
    list-style: none; }
    .dropdown-cart .dropdown-menu ul li {
      position: relative; }
      .dropdown-cart .dropdown-menu ul li a.action {
        color: #999;
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 15px; }
        .dropdown-cart .dropdown-menu ul li a.action i {
          font-size: 16px;
          font-weight: normal;
          color: #777; }
          .dropdown-cart .dropdown-menu ul li a.action i:hover {
            color: #1a1a1a; }
    .dropdown-cart .dropdown-menu ul li a {
      border-bottom: 1px solid #ededed;
      margin: 0;
      padding: 0 15px 10px 60px;
      width: 100%;
      min-height: 60px;
      margin-bottom: 10px;
      position: relative; }
      .dropdown-cart .dropdown-menu ul li a figure {
        width: 50px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        margin: 0;
        left: 0;
        top: 0;
        border: 1px solid #ededed; }
        .dropdown-cart .dropdown-menu ul li a figure img {
          width: auto;
          height: 50px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%) scale(1.1);
          -moz-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
          -o-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1); }
      .dropdown-cart .dropdown-menu ul li a strong {
        color: #444;
        margin-top: 5px;
        display: inline-block;
        color: #333;
        font-weight: 700; }
        .dropdown-cart .dropdown-menu ul li a strong span {
          display: block;
          font-weight: normal; }
        .dropdown-cart .dropdown-menu ul li a strong:hover {
          color: #ffc734; }

.dropdown-access .dropdown-menu {
  margin-left: -115px; }
  .dropdown-access .dropdown-menu:before {
    left: 50%; }
  .dropdown-access .dropdown-menu ul {
    margin: 15px -15px -15px -15px;
    padding: 0; }
    .dropdown-access .dropdown-menu ul li {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      border-top: 1px solid #ededed; }
      .dropdown-access .dropdown-menu ul li a {
        height: auto !important;
        color: #444 !important;
        border-left: 2px solid transparent;
        display: block;
        padding: 15px 15px 15px 50px !important;
        position: relative;
        line-height: 1; }
        .dropdown-access .dropdown-menu ul li a i {
          font-size: 21px;
          font-size: 1.3125rem;
          margin-right: 10px;
          position: absolute;
          top: 14px;
          left: 15px; }
        .dropdown-access .dropdown-menu ul li a:hover {
          border-left: 2px solid #ffc734;
          color: #ffc734 !important;
          background-color: #ffc01c;
          background-color: rgba(255, 199, 52, 0.04); }

.search_mob_wp {
  padding: 10px 15px 0 15px;
  display: none;
  width: 100%;
  position: relative;
  top: 5px; }
  .search_mob_wp .form-control {
    margin-bottom: 15px; }

.categories {
  display: none; }

.categories.menu {
  display: block; }

@media (max-width: 767px) {
  .categories {
    display: none; } }

.menu ul {
  position: relative;
  padding: 0;
  margin: 0;
  top: 0; }
  .menu ul li {
    display: block;
    float: left; }
    .menu ul li > span a {
      display: block;
      position: relative;
      float: left;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 700;
      padding-bottom: 0;
      text-decoration: none;
      height: 60px;
      line-height: 62px;
      text-transform: uppercase; }
      .menu ul li > span a .hamburger-box {
        top: 10px;
        margin-right: 10px; }
    .menu ul li ul {
      display: none;
      position: absolute;
      top: 100%;
      width: 300px;
      background: #fff;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
      -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
      z-index: 99;
      border-top: 2px solid #ffc734; }
      .menu ul li ul li {
        display: block;
        width: 300px; }
        .menu ul li ul li ul {
          border-top: none; }
        @media (max-width: 767px) {
          .menu ul li ul li {
            width: 100%; } }
        .menu ul li ul li a {
          text-transform: none;
          display: block;
          float: none;
          font-weight: 400;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 45px;
          height: auto;
          padding: 0 10px 0 15px; }
          .menu ul li ul li a:hover {
            background-color: #ffc01c;
            background-color: rgba(255, 199, 52, 0.04); }
          .menu ul li ul li a.active {
            color: #ffc734;
            background-color: #ffc01c;
            background-color: rgba(255, 199, 52, 0.04); }
            .menu ul li ul li a.active:after {
              font-family: 'themify';
              content: "\e649";
              float: right;
              font-size: 21px;
              font-size: 1.3125rem;
              margin-top: 0;
              color: #ffc734; }
              @media (max-width: 767px) {
                .menu ul li ul li a.active:after {
                  transform: rotate(90deg); } }

.menu ul li ul.expanded {
  width: 600px; }
  @media (max-width: 767px) {
    .menu ul li ul.expanded {
      width: 100%; } }

.menu ul li ul.expanded li {
  margin-right: 300px; }
  @media (max-width: 767px) {
    .menu ul li ul.expanded li {
      margin-right: 0; } }

.menu ul li ul li ul {
  display: none;
  position: absolute;
  left: 300px;
  border-left: 1px solid #dddddd;
  top: 0;
  height: 100%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  @media (max-width: 767px) {
    .menu ul li ul li ul {
      position: relative;
      left: 0;
      border-left: 0; } }

.menu ul li ul li ul li a {
  color: #444; }

.menu ul li ul li ul li a:hover:after {
  content: none; }

/* Categories button version 1 */
header.version_1 .menu ul li > span a {
  color: #111; }
  header.version_1 .menu ul li > span a .hamburger-inner,
  header.version_1 .menu ul li > span a .hamburger-inner::before,
  header.version_1 .menu ul li > span a .hamburger-inner::after {
    background-color: #111; }
  header.version_1 .menu ul li > span a:hover {
    color: #ffc734; }
    header.version_1 .menu ul li > span a:hover .hamburger-inner,
    header.version_1 .menu ul li > span a:hover .hamburger-inner::before,
    header.version_1 .menu ul li > span a:hover .hamburger-inner::after {
      background-color: #ffc734; }
  header.version_1 .menu ul li > span a.active {
    color: #ffc734; }
    header.version_1 .menu ul li > span a.active .hamburger-inner,
    header.version_1 .menu ul li > span a.active .hamburger-inner::before,
    header.version_1 .menu ul li > span a.active .hamburger-inner::after {
      background-color: #ffc734; }

header.version_1 .menu ul li ul li a {
  color: #444; }

/* Categories button version 2 */
header.version_2 .menu ul li > span > a {
  color: #fff; }
  header.version_2 .menu ul li > span > a .hamburger-inner,
  header.version_2 .menu ul li > span > a .hamburger-inner::before,
  header.version_2 .menu ul li > span > a .hamburger-inner::after {
    background-color: #fff; }
  header.version_2 .menu ul li > span > a:hover {
    color: #ffff99; }
    header.version_2 .menu ul li > span > a:hover .hamburger-inner,
    header.version_2 .menu ul li > span > a:hover .hamburger-inner::before,
    header.version_2 .menu ul li > span > a:hover .hamburger-inner::after {
      background-color: #ffff99; }
  header.version_2 .menu ul li > span > a.active {
    color: #ffff99; }
    header.version_2 .menu ul li > span > a.active .hamburger-inner,
    header.version_2 .menu ul li > span > a.active .hamburger-inner::before,
    header.version_2 .menu ul li > span > a.active .hamburger-inner::after {
      background-color: #ffff99; }

header.version_2 .menu ul li ul li a {
  color: #444 !important; }
  header.version_2 .menu ul li ul li a:hover {
    color: #ffc734 !important; }

header.version_2 .menu ul li ul {
  top: 98%; }

header.version_2 .menu ul li ul li ul {
  top: 0; }

/*-------- 1.5 Top banner --------*/
.top_banner {
  height: 250px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .top_banner {
      height: 200px; } }
  .top_banner .breadcrumbs {
    color: #fff; }
    .top_banner .breadcrumbs ul li a {
      color: #fff;
      opacity: 0.6; }
      .top_banner .breadcrumbs ul li a:hover {
        color: #fff;
        opacity: 1; }
  .top_banner h1 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 767px) {
      .top_banner h1 {
        font-size: 22px;
        font-size: 1.375rem; } }
  .top_banner img {
    z-index: 1;
    width: 100%;
    object-fit: cover;
    height: 100%; }
    @media (max-width: 575px) {
      .top_banner img {
        height: 200px;
        width: auto !important;
        max-width: inherit !important; } }
  .top_banner.version_2 h1 {
    padding: 10px 15px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8); }
  .top_banner.general {
    height: 450px; }
    @media (max-width: 767px) {
      .top_banner.general {
        height: 300px; } }
    .top_banner.general h1 {
      color: #111;
      text-transform: none;
      font-size: 42px;
      font-size: 2.625rem;
      font-weight: 500; }
    @media (max-width: 767px) {
      .top_banner.general img {
        height: auto; } }

/*-------- 1.6 Owl Carousel --------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*-------- 1.7 Mobile Menu --------*/
/*
 * jQuery mmenu v6.1.8
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
/*-------- Core styles --------*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important; }

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-next:after,
.mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }

html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-opened {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10; }

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

/*-------- Add-Ons Autoheight--------*/
.mm-menu.mm-autoheight {
  -webkit-transition: none .4s ease;
  transition: none .4s ease;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative; }

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,
.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important; }

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*-------- Add-Ons Navbars--------*/
.mm-navbars-bottom,
.mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; }

.mm-navbars-bottom > .mm-navbar,
.mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0; }

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*-------- Extension Pagedim --------*/
.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0; }

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit; }

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff; }

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000; }

body.modal-open .mm-slideout {
  z-index: unset; }

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Home --------*/
#carousel-home, #carousel-home-2 {
  position: relative; }
  #carousel-home .static, #carousel-home-2 .static {
    position: static; }
  #carousel-home .cover, #carousel-home-2 .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: none !important;
    z-index: 2;
    opacity: 1 !important; }
  #carousel-home .owl-carousel, #carousel-home-2 .owl-carousel {
    position: relative; }
  #carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
    height: 500px;
    position: relative; }
    @media (max-width: 767px) {
      #carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
        height: 420px; } }
  #carousel-home .owl-carousel .owl-slide-animated, #carousel-home-2 .owl-carousel .owl-slide-animated {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease; }
  #carousel-home .owl-carousel .owl-slide-animated.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #carousel-home .owl-carousel .owl-slide-title.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s; }
  #carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s; }
  #carousel-home .owl-carousel .owl-slide-cta.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; }
  #carousel-home .owl-carousel .owl-dots, #carousel-home-2 .owl-carousel .owl-dots {
    bottom: 15px;
    width: 100%;
    position: absolute;
    z-index: 3; }
  #carousel-home .owl-carousel .owl-dots .owl-dot,
  #carousel-home .owl-carousel .owl-nav [class*="owl-"]:focus, #carousel-home-2 .owl-carousel .owl-dots .owl-dot,
  #carousel-home-2 .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none; }
  #carousel-home section, #carousel-home-2 section {
    display: none; }

.slide-text {
  font-size: 21px;
  font-size: 1.3125rem; }
  .slide-text h2, .slide-text h3 {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1; }
    @media (max-width: 767px) {
      .slide-text h2, .slide-text h3 {
        font-size: 42px;
        font-size: 2.625rem; } }
  .slide-text strong {
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem; }
  .slide-text.white {
    color: #fff; }
    .slide-text.white h2, .slide-text.white h3 {
      color: #fff; }
  .slide-text.black {
    color: #111; }
    .slide-text.black h2 {
      color: #000; }

#carousel-home-2 .owl-carousel .owl-slide {
  height: 400px; }
  #carousel-home-2 .owl-carousel .owl-slide .static {
    position: static;
    flex-direction: column;
    height: 100%; }

#carousel-home-2 .owl-item.active.center {
  border: left 0 solid #fff;
  border-right: 0 solid #fff; }

.feat {
  background-color: #f8f8f8;
  padding: 25px 0; }
  @media (max-width: 767px) {
    .feat {
      display: none; } }
  .feat ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%; }
    .feat ul li {
      width: 33%;
      border-right: 1px solid #dddddd;
      display: inline-block;
      position: relative;
      text-align: center; }
      @media (max-width: 767px) {
        .feat ul li {
          width: 100%;
          border-right: 0; } }
      .feat ul li:last-child {
        border-right: 1px solid transparent; }
      .feat ul li .box {
        display: flex;
        align-items: center;
        justify-content: center; }
      .feat ul li h3 {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 5px 0 0 0;
        padding: 0; }
      .feat ul li i {
        font-size: 36px;
        font-size: 2.25rem;
        margin: 0 20px 0 0;
        color: #ffc734; }
      .feat ul li p {
        margin: 0; }

/*-------- 2.2 General Listing --------*/
.grid_item {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  cursor: pointer; }
  .grid_item:hover ul li {
    display: block; }
  .grid_item figure {
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease; }
    .grid_item figure img:nth-child(1) {
      visibility: visible;
      opacity: 1;
      transform: translateZ(0); }
    .grid_item figure img:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      opacity: 0; }
    .grid_item figure:hover {
      -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
      box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25); }
      .grid_item figure:hover img {
        -webkit-transition: opacity 0.5s ease, -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
        transition: opacity 0.5s ease, -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
        transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
        transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18); }
        .grid_item figure:hover img:nth-child(2) {
          visibility: visible;
          opacity: 1;
          transform: scale(1.05); }
  .grid_item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    z-index: 2; }
    @media (max-width: 991px) {
      .grid_item ul {
        position: relative;
        left: 0px;
        right: inherit;
        margin-bottom: 10px;
        top: 0; } }
    .grid_item ul li {
      margin-bottom: 5px;
      animation: fadeIn 0.1s ease;
      animation-fill-mode: both;
      display: none;
      position: relative; }
      @media (max-width: 991px) {
        .grid_item ul li {
          animation: none;
          display: inline-block !important; } }
      .grid_item ul li a {
        background-color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        width: 36px;
        height: 36px;
        color: #444;
        text-align: center;
        line-height: 40px;
        display: block;
        margin: 0;
        padding: 0; }
        .grid_item ul li a:hover {
          background-color: #ffc734; }
          .grid_item ul li a:hover i {
            color: #fff; }
        .grid_item ul li a span {
          display: none; }
      @media (max-width: 991px) {
        .grid_item ul li {
          display: block; } }
    .grid_item ul li:nth-child(1) {
      animation-delay: 0.05s; }
    .grid_item ul li:nth-child(2) {
      animation-delay: 0.1s; }
    .grid_item ul li:nth-child(3) {
      animation-delay: 0.15s; }
  .grid_item a h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 3px 0 0 0;
    color: #444;
    font-weight: 500;
    display: inline-block;
    min-height: 35px; }
    .grid_item a h3:hover {
      color: #ffc734; }
  .grid_item .price_box {
    margin-bottom: 5px; }
    .grid_item .price_box .old_price {
      font-size: 14px;
      font-size: 0.875rem; }
  .grid_item .rating {
    display: block;
    margin-bottom: 0; }

.rating {
  color: #ccc;
  margin-bottom: 15px;
  display: inline-block; }
  .rating i.voted {
    color: #fec348; }
  .rating i:before {
    margin: 2px; }
  .rating em a {
    display: inline-block;
    color: #999;
    margin-left: 10px;
    text-decoration: underline;
    display: inline-block; }
    .rating em a:hover {
      color: #ffc734; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.new_price {
  color: #ffc734;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem; }

.old_price {
  color: #999;
  text-decoration: line-through;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem; }

.tooltip {
  line-height: 1.3;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600; }

.tooltip.show {
  opacity: 0.8; }

.countdown {
  color: #fff;
  font-weight: 600;
  width: 100px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  bottom: 25px;
  z-index: 1;
  line-height: 23px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  background: #F33;
  text-align: center; }
  @media (max-width: 575px) {
    .countdown {
      margin-left: -45px;
      width: 90px; } }
  .countdown:before {
    position: absolute;
    left: -15px;
    top: -6px;
    content: '';
    background: url(../img/countdown_bg.svg) top left no-repeat;
    width: 27px;
    height: 30px;
    display: inline-block; }
    @media (max-width: 575px) {
      .countdown:before {
        display: none; } }

.percentage {
  background: #F33;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding: 5px 5px 3px 5px;
  top: -1px;
  margin-left: 10px;
  display: inline-block; }

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Owl Carousel Custom Nav --------*/
.owl-theme .owl-dots {
  margin-top: 20 !important; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  outline: none; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent !important;
  border: 2px solid #ffc734;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-theme .owl-dots .owl-dot span {
  position: relative;
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all .3s ease;
  border: 2px solid #ccc; }
  .owl-theme .owl-dots .owl-dot span::before {
    content: '';
    background-color: #ffc734 !important;
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible; }

.owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  left: 0;
  width: 100%;
  margin: 0 !important; }

.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  display: block !important;
  background: #fff !important;
  line-height: 46px !important;
  border: 1px solid #ededed !important; }

.owl-prev {
  left: -20px; }

.owl-next {
  right: -20px; }

.owl-prev i,
.owl-next i {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #ccc;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .owl-prev i:hover,
  .owl-next i:hover {
    color: #ffc734; }

.owl-prev.disabled i:hover,
.owl-next.disabled i:hover {
  color: #ccc; }

/*-------- 3.2 Misc --------*/
/* Opacity mask when left open */
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.35);
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden; }

.layer-is-visible {
  opacity: 1;
  visibility: visible; }

@media (max-width: 991px) {
  .products_carousel {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .products_carousel .grid_item {
    margin-bottom: 0; } }

.search-input {
  padding: 0;
  width: 100%;
  margin: 0 0 30px 0;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .search-input input[type='text'] {
    width: 100%;
    height: 50px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #eeeeee;
    padding: 15px; }
    .search-input input[type='text']:focus {
      outline: none; }
    @media (max-width: 575px) {
      .search-input input[type='text'] {
        padding-left: 15px; } }
  .search-input button[type='submit'] {
    position: absolute;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
    font-size: 1.5rem;
    top: 10px;
    right: 5px;
    border: 0;
    cursor: pointer;
    outline: none;
    background: none; }
    .search-input button[type='submit']:hover {
      color: #ffc734; }
  .search-input.white input[type='text'] {
    background-color: #fff;
    border: 1px solid #dddddd; }

.numbers-row {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: visible;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  text-align: left !important; }

input.qty2 {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  left: 50%;
  background: none;
  padding: 5px;
  border: none;
  margin-left: -20px; }
  input.qty2:focus {
    outline: none;
    box-shadow: none; }

.button_inc {
  cursor: pointer;
  position: absolute;
  width: 33px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  z-index: 2;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300 !important;
  color: #999; }
  .button_inc:hover {
    color: #ffc734; }

.dec {
  left: 0;
  top: 0; }

.inc {
  right: 0;
  top: 0; }

.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.ribbon {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  left: 10px;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  padding: 7px 10px;
  font-weight: 600;
  min-width: 45px;
  z-index: 1; }
  .ribbon:before {
    border-style: solid solid solid none;
    border-width: 9px 9px 9px 0;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    width: 9px; }
  .ribbon.new {
    background-color: #9933cc; }
    .ribbon.new:before {
      border-color: #9933cc transparent transparent; }
  .ribbon.hot {
    background-color: #0C0; }
    .ribbon.hot:before {
      border-color: #0C0 transparent transparent; }
  .ribbon.off {
    background-color: #F33; }
    .ribbon.off:before {
      border-color: #F33 transparent transparent; }

.box_general {
  padding: 25px 25px 5px 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }

.bg_white {
  background-color: #fff; }

.bg_gray {
  background-color: #f8f8f8; }

/* Checkbox style */
.container_check {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .container_check input:checked ~ .checkmark {
      background-color: #ffc734;
      border: 1px solid transparent; }
  .container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .container_check .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 7px;
      top: 3px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.container_check input:checked ~ .checkmark:after {
  display: block; }

/* Radio buttons */
.container_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .container_radio input {
    position: absolute;
    opacity: 0; }
    .container_radio input:checked ~ .checkmark:after {
      opacity: 1; }
  .container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 50%; }
    .container_radio .checkmark:after {
      display: block;
      content: "";
      position: absolute;
      opacity: 0;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      top: 3px;
      left: 3px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #ffc734;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.small-gutters {
  margin-right: -5px !important;
  margin-left: -5px !important; }
  .small-gutters > [class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important; }

.form-control {
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  height: calc(1.75em + .75rem + 2px); }
  .form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05); }

.form-group {
  position: relative; }

ul.list_ok {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0; }
  ul.list_ok li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px; }
    ul.list_ok li:before {
      font-family: 'themify';
      content: "\e64c";
      position: absolute;
      left: 0;
      top: -2px;
      font-size: 16px;
      font-size: 1rem;
      color: #1a1a1a; }
    ul.list_ok li:last-child {
      margin-bottom: 0; }

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 32px;
  border: none;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
  position: relative;
  color: #ccc;
  cursor: pointer; }
  .styled-select:after {
    font-family: 'themify';
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 0; }
  .styled-select.lang-selector:after {
    content: "\e665"; }
  .styled-select.currency-selector:after {
    content: "\e64b"; }
  .styled-select select {
    background: transparent;
    width: 110%;
    padding-left: 10px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
    color: #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
    font-weight: 500;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none; }
    .styled-select select:focus {
      color: #ccc;
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .styled-select select::-ms-expand {
      display: none; }

.top_panel {
  background-color: #fff;
  position: fixed;
  top: -400px;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25); }
  .top_panel.show {
    top: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .top_panel .header_panel {
    position: relative;
    padding: 15px; }
    .top_panel .header_panel label {
      font-weight: 500;
      font-size: 15px;
      font-size: 0.9375rem;
      position: relative;
      padding-left: 30px; }
      .top_panel .header_panel label:before {
        font-family: 'themify';
        content: "\e64d";
        color: #66cc33;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: -7px; }
    .top_panel .header_panel small {
      font-weight: 500;
      font-size: 15px;
      font-size: 0.9375rem; }
    .top_panel .header_panel a.btn_close_top_panel {
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      position: absolute;
      font-size: 24px;
      font-size: 1.5rem;
      top: 15px;
      right: 15px;
      color: #999;
      opacity: 0.8;
      width: 24px;
      height: 24px;
      line-height: 1; }
      .top_panel .header_panel a.btn_close_top_panel:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 1;
        color: #444; }
  .top_panel .item {
    background-color: #f4f4f4;
    padding: 25px 0;
    min-height: 130px; }
    .top_panel .item .btn_panel {
      text-align: right;
      padding-top: 25px; }
      @media (max-width: 991px) {
        .top_panel .item .btn_panel {
          padding-top: 15px; } }
      @media (max-width: 767px) {
        .top_panel .item .btn_panel {
          text-align: center; } }
      .top_panel .item .btn_panel a {
        min-width: 200px; }
        @media (max-width: 1199px) {
          .top_panel .item .btn_panel a {
            min-width: inherit; } }
        @media (max-width: 767px) {
          .top_panel .item .btn_panel a {
            width: 49.2%; } }
  .top_panel .related {
    padding: 15px 0 20px 15px; }
    @media (max-width: 991px) {
      .top_panel .related {
        display: none; } }
    .top_panel .related h4 {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #999;
      margin: 5px 0 15px 0; }
    .top_panel .related .item_panel a h5 {
      font-size: 14px;
      font-size: 0.875rem;
      color: #ffc734;
      padding-top: 5px;
      margin: 0 0 3px 0;
      font-weight: 400;
      color: #444; }
      .top_panel .related .item_panel a h5:hover {
        color: #ffc734; }
    .top_panel .related .item_panel figure {
      width: 60px;
      height: 60px;
      position: relative;
      overflow: hidden;
      border: 1px solid #ededed;
      padding: 0;
      border: 0; }
      .top_panel .related .item_panel figure img {
        height: 60px;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1); }
  .top_panel .item_panel {
    position: relative;
    width: 100%; }
    .top_panel .item_panel figure {
      width: 70px;
      height: 70px;
      overflow: hidden;
      position: relative;
      margin: 0 15px 0 0;
      float: left;
      border: 1px solid #dddddd;
      padding: 10px;
      background-color: #fff;
      box-sizing: content-box; }
      .top_panel .item_panel figure img {
        width: auto;
        height: 70px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1); }
    .top_panel .item_panel h4 {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0 0 3px 0;
      font-weight: 400;
      padding-top: 15px;
      color: #444; }
      @media (max-width: 991px) {
        .top_panel .item_panel h4 {
          padding-top: 0;
          font-size: 15px;
          font-size: 0.9375rem; } }

/* Scroll top button */
#toTop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 999;
  transition: 0.35s;
  transform: scale(0.7);
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer; }
  #toTop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  #toTop:after {
    font-family: 'themify';
    content: "\e648";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #toTop:hover {
    background-color: #ffc734; }

.modal-content {
  border: none !important;
  border-radius: 0 !important;
  padding: 25px; }

/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 34px;
  outline: none;
  padding-left: 10px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #444;
  padding-top: 2px; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05); }
  .nice-select:after {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #9e9e9e;
    color: #757575;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 13px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-19px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 99; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 32px;
    list-style: none;
    min-height: 32px;
    outline: none;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #ffc01c;
      background-color: rgba(255, 199, 52, 0.04); }
    .nice-select .option.selected {
      font-weight: 500; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #757575;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*-------- 3.3 Spacing --------*/
.add_bottom_10 {
  margin-bottom: 10px; }

.add_bottom_15 {
  margin-bottom: 15px; }

.add_bottom_20 {
  margin-bottom: 20px; }

.add_bottom_25 {
  margin-bottom: 25px; }

.add_bottom_30 {
  margin-bottom: 30px; }

.add_bottom_45 {
  margin-bottom: 45px; }

.add_bottom_60 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .add_bottom_60 {
      margin-bottom: 30px; } }

.add_top_5 {
  margin-top: 5px; }

.add_top_10 {
  margin-top: 10px; }

.add_top_15 {
  margin-top: 15px; }

.add_top_20 {
  margin-top: 20px; }

.add_top_30 {
  margin-top: 30px; }

.add_top_60 {
  margin-top: 60px; }

.padding_bottom_35 {
  padding-bottom: 35px; }

.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.margin_30_5 {
  padding-top: 30px;
  padding-bottom: 5px; }

.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .margin_60 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px; }
  @media (max-width: 575px) {
    .margin_60_35 {
      padding-top: 30px;
      padding-bottom: 5px; } }

.margin_90_65 {
  padding-top: 90px;
  padding-bottom: 65px; }

.margin_90_0 {
  padding-top: 90px;
  padding-bottom: 0; }

/*-------- 3.4 Sing In Modal --------*/
#sign-in-dialog {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

/* Popup close button*/
#sign-in-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#sign-in-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b; }

#sign-in-dialog .mfp-close:before {
  font-size: 16px;
  font-family: 'themify';
  content: "\e646"; }

.modal_header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px; }
  .modal_header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500; }

#sign-in-dialog .form-group {
  position: relative; }

#sign-in-dialog .form-group input.form-control {
  padding-left: 40px; }

#sign-in-dialog .form-group > i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 10px;
  top: 32px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important; }

.my-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  box-shadow: none;
  background-color: #fff; }
  .my-toggle i {
    font-size: 14px;
    font-size: 0.875rem;
    position: static !important;
    color: #777; }
    .my-toggle i:hover, .my-toggle i:focus {
      color: #555; }

.hideShowPassword-wrapper {
  width: 100% !important; }

.checkboxes label {
  color: #999; }

a#forgot {
  color: #999;
  font-weight: 500; }

#forgot_pw {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height: 430px;
  display: none; }
  #forgot_pw label {
    font-weight: 500; }

.sign-in-wrapper {
  position: relative;
  height: 100%; }

a.social_bt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 15px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%); }

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
  font-family: 'themify';
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1rem;
  color: #fff; }

a.social_bt.facebook {
  background-color: #3B5998; }
  a.social_bt.facebook:before {
    content: "\e741"; }

a.social_bt.google {
  background-color: #DC4E41; }
  a.social_bt.google:before {
    content: "\e73e";
    top: 12px; }

.divider {
  text-align: center;
  height: 1px;
  margin: 20px 0 20px 0;
  background-color: #ededed; }
  .divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic; }

/*-------- 3.5 Modal popup --------*/
/* Advertise and newsletter popup */
.popup_wrapper {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9999999; }
  .popup_wrapper .popup_content {
    background-color: #fff;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 500px; }
    @media (max-width: 767px) {
      .popup_wrapper .popup_content {
        width: 300px; } }
    .popup_wrapper .popup_content.newsletter {
      width: 800px; }
      @media (max-width: 767px) {
        .popup_wrapper .popup_content.newsletter {
          width: 300px; } }
      .popup_wrapper .popup_content.newsletter figure {
        position: absolute;
        overflow: hidden;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0; }
        .popup_wrapper .popup_content.newsletter figure img {
          height: 100%;
          width: auto; }
      .popup_wrapper .popup_content.newsletter .content {
        height: 100%;
        padding: 120px 60px;
        text-align: center;
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .popup_wrapper .popup_content.newsletter .content {
            padding: 30px 30px 15px 30px;
            height: auto; } }
        .popup_wrapper .popup_content.newsletter .content .wrapper {
          width: 100%; }
          .popup_wrapper .popup_content.newsletter .content .wrapper h3 {
            font-size: 21px;
            font-size: 1.3125rem;
            margin-top: 25px; }
  .popup_wrapper .popup_close {
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #000;
    width: 53px;
    height: 25px;
    line-height: 27px;
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 13px;
    font-weight: 700;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .popup_wrapper .popup_close:hover {
      background: #cc0000; }

/*-------- 3.6 Pagination --------*/
.clear:after, .pagination:after, .clear:before, .pagination:before {
  content: "";
  display: table; }

.clear:after, .pagination:after {
  clear: both; }

.pagination__wrapper {
  height: 50px;
  padding-top: 20px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  width: 100%;
  border-top: 1px solid #ededed; }
  .pagination__wrapper.no_border {
    border-top: none; }
  .pagination__wrapper:before {
    top: -1px; }
  .pagination__wrapper:after {
    bottom: -1px; }

@keyframes hoverAnimation {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .pagination li {
    display: block;
    float: left;
    padding: 5px; }
    .pagination li:first-child {
      border: none; }
  .pagination a,
  .pagination span {
    background: none;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0; }
  .pagination a {
    outline: none;
    position: relative;
    transition: all 170ms linear; }
    .pagination a:before {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      content: "";
      cursor: pointer;
      height: 0;
      left: 50%;
      opacity: 0;
      position: absolute;
      transform: translate(-50%, -50%);
      transition: all 170ms linear;
      top: 50%;
      width: 0; }
    .pagination a:hover:not(.active) {
      color: black; }
      .pagination a:hover:not(.active):before {
        animation: hoverAnimation 510ms linear forwards;
        height: 40px;
        width: 40px; }
    .pagination a.active {
      background: rgba(0, 0, 0, 0.1);
      color: black;
      cursor: default; }
  .pagination .prev,
  .pagination .next {
    font-size: 14px; }

/*-------- 3.7 Footer --------*/
@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible !important; } }

footer {
  background-color: #172134;
  padding: 60px 0 35px 0;
  width: 100% !important; }
  @media (max-width: 767px) {
    footer {
      padding: 0 0 15px 0; } }
  footer hr {
    border-color: rgba(255, 255, 255, 0.15);
    margin-top: 5px; }
    @media (max-width: 767px) {
      footer hr {
        border-color: transparent; } }
  footer .contacts ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      footer .contacts ul {
        margin-top: 15px; } }
    footer .contacts ul li {
      padding-left: 35px;
      position: relative;
      margin-bottom: 15px;
      color: #fff;
      opacity: 0.8; }
      footer .contacts ul li a {
        color: #fff;
        opacity: 1; }
        footer .contacts ul li a:hover {
          opacity: 1; }
      footer .contacts ul li i {
        font-size: 18px;
        font-size: 1.125rem;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        line-height: 1; }
  footer h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      footer h3 {
        font-size: 13px;
        font-size: 0.8125rem;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        margin: 0 -15px 0 -15px;
        padding: 15px 15px 15px 15px;
        display: block; }
        footer h3:after {
          font-family: 'themify';
          width: 20px;
          display: block;
          float: right; } }
  footer .links ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      footer .links ul {
        margin-top: 15px; } }
    footer .links ul li {
      margin-bottom: 8px;
      line-height: 1.2; }
      footer .links ul li a {
        position: relative;
        color: #fff;
        opacity: 0.8;
        display: inline-block; }
        footer .links ul li a:hover {
          -webkit-transform: translate(5px, 0);
          -moz-transform: translate(5px, 0);
          -ms-transform: translate(5px, 0);
          -o-transform: translate(5px, 0);
          transform: translate(5px, 0);
          color: #fff;
          opacity: 1; }
          footer .links ul li a:hover:after {
            opacity: 1;
            color: #fff; }
        footer .links ul li a:after {
          font-family: 'themify';
          content: "\e628";
          position: relative;
          margin-left: 5px;
          top: 2px;
          opacity: 0;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }

/* Newsletter footer*/
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media (max-width: 767px) {
  #newsletter {
    margin-top: 20px; } }

#newsletter .loader {
  position: absolute;
  right: -22px;
  top: 10px;
  color: #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear; }

#newsletter h6 {
  margin: 15px 0 15px 0; }

#newsletter input[type='email'] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ccc; }
  #newsletter input[type='email']:focus {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

#newsletter button[type='submit'] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  top: 0;
  border: 0;
  padding: 0 12px;
  height: 40px;
  line-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #ffc734;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none; }
  #newsletter button[type='submit']:hover {
    background-color: #FFC107;
    color: #222; }

.follow_us h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 35px 0 10px 0;
  color: #fff; }

.follow_us ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
  .follow_us ul li {
    display: inline-block;
    margin: 0 10px 0 0; }
    .follow_us ul li a {
      display: block; }
      .follow_us ul li a img {
        width: 30px;
        height: 30px; }
      .follow_us ul li a:hover {
        color: #FFF; }

ul.footer-selector {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.footer-selector li {
    float: left;
    margin-right: 10px; }
    @media (max-width: 575px) {
      ul.footer-selector li:last-child {
        padding-top: 10px;
        clear: both;
        float: none;
        display: block !important; } }

/* Addtional links Footer */
ul.additional_links {
  margin: 0;
  padding: 8px 0 0 0;
  color: #555;
  float: right; }
  @media (max-width: 991px) {
    ul.additional_links {
      float: none;
      margin-top: 10px; } }
  ul.additional_links li {
    display: inline-block;
    margin-right: 15px; }
    ul.additional_links li:first-child {
      margin-right: 20px; }
    ul.additional_links li:last-child:after {
      content: ""; }
    ul.additional_links li span {
      color: #fff;
      opacity: 0.8; }
    ul.additional_links li a {
      color: #fff;
      opacity: 0.8;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      ul.additional_links li a:hover {
        opacity: 1; }
    ul.additional_links li:after {
      content: "|";
      font-weight: 300;
      position: relative;
      left: 10px; }

/*-------- 3.8 Cookie bar --------*/
#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500; }
  #cookie-bar p {
    margin: 0;
    padding: 0; }
  #cookie-bar a {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px; }
    @media (max-width: 767px) {
      #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px; } }
  #cookie-bar .cb-enable {
    background: #32a067; }
    #cookie-bar .cb-enable:hover {
      background: #fff;
      color: #083487; }
  #cookie-bar .cb-disable {
    background: #990000; }
    #cookie-bar .cb-disable:hover {
      background: #bb0000; }
  #cookie-bar .cb-policy {
    background: #ffc734; }
    #cookie-bar .cb-policy:hover {
      background: #fff;
      color: #083487; }
  #cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999; }
    #cookie-bar.fixed.bottom {
      bottom: 0;
      top: auto; }
  @media (max-width: 767px) {
    #cookie-bar {
      padding: 5px 0; } }

/*-------- 3.8 Magnific Popup CSS --------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.96; }

.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

.mfp-s-loading .mfp-arrow {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0px;
  top: -40px; }

/* Close Button */
button.mfp-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -20px;
  display: block;
  right: -12px;
  cursor: pointer !important;
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px;
  background-color: transparent;
  outline: none;
  transform: translate3d(0, 0, 0); }

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -12px;
  transform: translate3d(0, 0, 0); }

.mfp-gallery .mfp-close {
  top: 20px;
  right: 10px; }

.mfp-gallery .mfp-content .mfp-close {
  display: none; }

.mfp-gallery .mfp-close:before {
  font-family: 'themify';
  font-size: 29px;
  top: 4px;
  left: 50%;
  position: absolute;
  height: 10px;
  transition: 0.3s; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px; }

.mfp-arrow {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  outline: none !important; }

.mfp-arrow:hover {
  background: #66676b;
  color: #fff; }

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: 'themify';
  font-size: 32px; }

.mfp-arrow.mfp-arrow-right {
  right: 15px; }

.mfp-arrow.mfp-arrow-left:before {
  content: "\e64a";
  left: -1px;
  top: 0px;
  position: relative; }

.mfp-arrow.mfp-arrow-right:before {
  content: "\e649";
  left: 1px;
  top: 0px;
  position: relative; }

.mfp-content:hover .mfp-arrow {
  opacity: 1; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1180px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 54%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto;
  border-radius: 4px; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 18px rgba(11, 11, 11, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
  background-color: #111; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-bottom-bar {
  padding: 0 10px !important; }

.mfp-counter {
  right: 10px !important;
  color: #fff !important; }

.mfp-bg {
  opacity: 0.8 !important; }

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #FFF; }
  30% {
    box-shadow: 9984px 0 0 2px #FFF; }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px #FFF; } }

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #FFF; }
  30% {
    box-shadow: 9999px 0 0 2px #FFF; }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px #FFF; } }

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #FFF; }
  30% {
    box-shadow: 10014px 0 0 2px #FFF; }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px #FFF; } }

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #FFF;
  box-shadow: 9999px 0 0 -5px #FFF;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s; }
  .dot-pulse::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FFF;
    color: #FFF;
    box-shadow: 9984px 0 0 -5px #FFF;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
    margin-left: -10px; }
  .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FFF;
    color: #FFF;
    box-shadow: 10014px 0 0 -5px #FFF;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s; }

.disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: #FFF !important;
  opacity: 0.9 !important; }

.btnformConsultation {
  transition: 0.3s all;
  width: 175px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f47713 !important; }
  .btnformConsultation:hover {
    color: #FFF !important; }

.btnformCall {
  min-width: 175px;
  background: transparent;
  border: 2px #f37514 solid;
  color: #f37514;
  margin-left: 15px; }
  .btnformCall:hover {
    color: #f37514 !important;
    background: transparent; }

.btnformWhatsapp {
  min-width: 175px;
  background: #e8f1d9;
  color: #4d9316;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 1px #4d9316 solid; }
  .btnformWhatsapp:hover {
    color: #fff !important;
    background: #4d9316; }
  .btnformWhatsapp svg {
    width: 20px !important;
    height: 20px; }

.swal-text {
  font-size: 14px !important;
  text-align: center !important; }

.swal-title {
  font-size: 25px; }

.swal-button {
  background-color: #FFC107 !important; }
  .swal-button:hover {
    background-color: #FFC107 !important; }

@font-face {
  font-family: 'Gotham-Medium';
  src: url(../sass/fonts/Gotham-Medium.woff2) format("woff2"), url(../sass/fonts/Gotham-Medium.woff) format("woff"), url(../sass/fonts/Gotham-Medium.ttf) format("truetype");
  font-weight: normal !important;
  font-style: normal !important; }

/*============================================================================================*/
/* PRODUCT PAGE */
/*============================================================================================*/
.countdown_inner {
  background: #F33;
  color: #fff;
  margin-bottom: 30px;
  padding: 5px;
  text-align: center;
  font-weight: 500; }
  @media (max-width: 767px) {
    .countdown_inner {
      margin-bottom: 15px; } }
  .countdown_inner.version_2 {
    padding: 10px 5px;
    position: relative; }
    .countdown_inner.version_2:before {
      border-style: solid solid solid none;
      border-width: 15px 15px 15px 0;
      bottom: -26px;
      content: "";
      left: 0;
      position: absolute;
      width: 15px;
      border-color: #F33 transparent transparent; }
      @media (max-width: 991px) {
        .countdown_inner.version_2:before {
          display: none; } }
    .countdown_inner.version_2 strong {
      display: block;
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 900;
      line-height: 1.2; }
  .countdown_inner .countdown {
    position: static;
    font-size: 16px;
    font-size: 1rem;
    width: auto;
    margin: 0;
    display: inline-block; }
    .countdown_inner .countdown:before {
      display: none; }

/*-------- Carousel with thumbs --------*/
.all {
  width: 100%;
  height: auto; }
  .all .slider,
  .all .slider-two {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative; }
    .all .slider .owl-nav,
    .all .slider .owl-dots,
    .all .slider-two .owl-nav,
    .all .slider-two .owl-dots {
      display: none; }
    .all .slider:hover .left,
    .all .slider:hover .right,
    .all .slider-two:hover .left,
    .all .slider-two:hover .right {
      visibility: visible;
      opacity: 1; }
    .all .slider:hover .left,
    .all .slider-two:hover .left {
      left: 20px; }
    .all .slider:hover .right,
    .all .slider-two:hover .right {
      right: 20px; }
    .all .slider .item-box,
    .all .slider-two .item-box {
      overflow: hidden;
      width: 100%;
      height: 450px;
      position: relative;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767px) {
        .all .slider .item-box,
        .all .slider-two .item-box {
          height: 350px; } }
    .all .slider .left,
    .all .slider .right,
    .all .slider-two .left,
    .all .slider-two .right {
      position: absolute;
      z-index: 1;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      cursor: pointer;
      visibility: hidden;
      opacity: 0;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      line-height: 42px;
      font-size: 18px;
      font-size: 1.125rem;
      color: #fff; }
      .all .slider .left:hover,
      .all .slider .right:hover,
      .all .slider-two .left:hover,
      .all .slider-two .right:hover {
        visibility: visible;
        opacity: 1; }
    .all .slider .left,
    .all .slider-two .left {
      left: -20px;
      transition: left ease .25s; }
      .all .slider .left:hover,
      .all .slider-two .left:hover {
        left: 20px; }
    .all .slider .left.nonl,
    .all .slider .right.nonr,
    .all .slider-two .left.nonl,
    .all .slider-two .right.nonr {
      opacity: 0;
      visibility: hidden; }
    .all .slider .left.nonl,
    .all .slider-two .left.nonl {
      left: -20px; }
    .all .slider .right,
    .all .slider-two .right {
      right: -20px;
      transition: right ease .25s; }
      .all .slider .right:hover,
      .all .slider-two .right:hover {
        right: 20px; }
    .all .slider .right.nonr,
    .all .slider-two .right.nonr {
      right: -20px; }
  .all .slider-two:hover .left-t {
    visibility: visible;
    opacity: 1;
    left: 0; }
  .all .slider-two:hover .right-t {
    visibility: visible;
    opacity: 1;
    right: 0; }
  .all .slider-two .item {
    transition: all ease .25s;
    height: 100px;
    border: solid 2px #e6ecf2;
    cursor: pointer;
    background-size: cover;
    background-position: center center; }
  .all .slider-two .item.active {
    border: solid 2px #ccc; }
  .all .slider-two .owl-stage {
    padding: 20px 0; }
  .all .slider-two .left-t,
  .all .slider-two .right-t {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all ease .25s;
    width: 40px;
    height: 99px;
    background: no-repeat rgba(255, 199, 52, 0.85) url(../img/arrow_right.svg) center center; }
    .all .slider-two .left-t:hover,
    .all .slider-two .right-t:hover {
      visibility: visible;
      opacity: 1; }
  .all .slider-two .left-t {
    transform: rotate(180deg);
    left: -40px; }
    .all .slider-two .left-t:hover {
      left: 0; }
  .all .slider-two .left-t.nonl-t,
  .all .slider-two .right-t.nonr-t {
    opacity: 0;
    visibility: hidden; }
  .all .slider-two .left-t.nonl-t {
    left: -40px; }
  .all .slider-two .right-t:hover {
    right: 0; }
  .all .slider-two .right-t.nonr-t {
    right: -40px; }

.prod_info {
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .prod_info {
      border-bottom: none;
      padding-bottom: 15px; } }
  .prod_info h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 10px 0 2px 0; }
  .prod_info .rating {
    margin-bottom: 10px; }
  .prod_info p {
    margin-bottom: 20px; }
  .prod_info small {
    font-weight: 600; }
  .prod_info.version_2 {
    border-bottom: none; }

.prod_options {
  padding: 20px 0 20px 0; }
  @media (max-width: 991px) {
    .prod_options {
      padding: 0 0 20px 0; } }
  .prod_options label {
    padding-top: 5px; }
  .prod_options .nice-select {
    border: 1px solid #dddddd;
    height: 40px;
    line-height: 34px;
    padding-left: 10px; }
    .prod_options .nice-select:after {
      right: 15px; }
  .prod_options strong {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 36px; }
  .prod_options .colors ul {
    margin: 0;
    padding: 0; }
    .prod_options .colors ul li {
      display: inline-block;
      margin-right: 5px; }
      .prod_options .colors ul li a.color {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: block;
        width: 28px;
        height: 28px;
        position: relative; }
        .prod_options .colors ul li a.color:hover {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
        .prod_options .colors ul li a.color.active:hover {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        .prod_options .colors ul li a.color.active:before {
          font-family: 'themify';
          content: "\e64c";
          color: #fff;
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 1;
          position: absolute;
          font-weight: bold;
          top: 8px;
          left: 8px; }
        .prod_options .colors ul li a.color.color_1 {
          background-color: #ffcc00; }
        .prod_options .colors ul li a.color.color_2 {
          background-color: #ff9933; }
        .prod_options .colors ul li a.color.color_3 {
          background-color: #ff9966; }
        .prod_options .colors ul li a.color.color_4 {
          background-color: #ff9999; }
        .prod_options .colors ul li a.color.color_5 {
          background-color: #ffcc00; }
  .prod_options.version_2 {
    border: none; }

.price_main {
  line-height: 1;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .price_main {
      text-align: right; } }
  @media (max-width: 991px) {
    .price_main {
      margin-bottom: 10px;
      padding-top: 0; } }
  @media (max-width: 575px) {
    .price_main {
      margin-bottom: 0; } }
  .price_main .old_price {
    font-size: 18px !important;
    font-size: 18px !important/16pxrem; }
  .price_main .new_price {
    font-size: 24px;
    font-size: 1.5rem; }
  .price_main .percentage {
    top: -2px; }

@media (max-width: 767px) {
  .btn_add_to_cart {
    text-align: right; } }

.btn_add_to_cart a.btn_1 {
  text-transform: uppercase;
  width: 100%; }
  @media (max-width: 767px) {
    .btn_add_to_cart a.btn_1 {
      display: inline-block;
      width: auto;
      margin-top: 30px; } }

.nav-link {
  display: block;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444; }

.nav-link:hover,
.nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d; }

.nav-tabs {
  border: none;
  border-bottom: 2px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -2px; }

.nav-tabs .nav-link {
  border: none; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #ffc734;
  color: #ffc734;
  background-color: transparent; }

.tabs_product {
  text-align: center;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .tabs_product {
      margin-top: -30px;
      padding-top: 0; } }
  .tabs_product .nav-tabs {
    border: none;
    border-bottom: 1px solid transparent;
    display: flex; }
    @media (max-width: 767px) {
      .tabs_product .nav-tabs {
        display: none; } }
    .tabs_product .nav-tabs .nav-item {
      text-transform: uppercase;
      font-weight: 500; }
  .tabs_product.version_2 {
    margin-top: 0; }
    .tabs_product.version_2 .nav-tabs {
      justify-content: center;
      flex-direction: row; }
  .tabs_product.version_3 {
    margin-top: 0;
    position: relative; }
    @media (max-width: 767px) {
      .tabs_product.version_3 .nav-tabs {
        display: flex; } }

.product_actions ul {
  margin: 15px 0 0 2px;
  padding: 0;
  list-style: none; }
  @media (max-width: 767px) {
    .product_actions ul {
      display: none; } }
  .product_actions ul li {
    float: left;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .product_actions ul li {
        margin: -5px 10px 0 0; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .product_actions ul li:first-child i,
    .product_actions ul li:nth-child(2) i {
      font-size: 21px;
      font-size: 1.3125rem; } }
    .product_actions ul li a {
      color: #444; }
      .product_actions ul li a:hover {
        color: #ffc734; }
      .product_actions ul li a i {
        margin-right: 5px; }
      @media (max-width: 767px) {
        .product_actions ul li a span {
          display: none; } }

.tab_content_wrapper {
  background-color: #f8f8f8;
  padding: 60px 0 35px 0; }
  @media (max-width: 991px) {
    .tab_content_wrapper {
      padding: 30px 0 10px 0; } }
  @media (max-width: 767px) {
    .tab_content_wrapper {
      background-color: #fff;
      border-bottom: 1px solid #dddddd;
      padding: 15px 0; } }
  .tab_content_wrapper .card {
    border: none;
    background-color: transparent; }
    .tab_content_wrapper .card .card-header {
      margin: 0 -15px;
      padding: 0;
      background-color: transparent;
      border: 0;
      border-top: 1px solid #dddddd;
      background-color: #f8f8f8; }
      .tab_content_wrapper .card .card-header a {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        padding: 15px;
        color: #111; }
    .tab_content_wrapper .card .card-body {
      padding: 0; }
      .tab_content_wrapper .card .card-body h3 {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 20px;
        font-weight: 400; }

@media (min-width: 768px) {
  .tabs_product .nav-tabs {
    display: flex; }
  .tab_content_wrapper .card {
    border: none; }
  .tab_content_wrapper .card .card-header {
    display: none; }
  .tab_content_wrapper .card .collapse {
    display: block; } }

@media (max-width: 767px) {
  .tab_content_wrapper .fade:not(.show) {
    opacity: 1; }
  .tab_content_wrapper .tab-pane {
    display: block !important;
    opacity: 1; }
  .tab_content_wrapper .card .card-header {
    margin-bottom: 15px;
    border: 0; }
    .tab_content_wrapper .card .card-header a:after {
      font-family: themify;
      width: 20px;
      display: block;
      float: right; }
    .tab_content_wrapper .card .card-header a.collapsed:after {
      content: "\e61a"; }
    .tab_content_wrapper .card .card-header a:after {
      content: "\e622"; } }

.review_content {
  margin-bottom: 30px; }
  .review_content h4 {
    font-size: 18px;
    font-size: 1.125rem; }
  .review_content .rating {
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
    float: left; }
    .review_content .rating i {
      width: 20px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      height: 20px;
      font-size: 12px;
      font-size: 0.75rem;
      display: inline-block;
      background-color: #fec348;
      color: #fff;
      line-height: 20px;
      text-align: center;
      margin-right: 2px; }
      .review_content .rating i.empty {
        background-color: #ccc; }
    @media (max-width: 575px) {
      .review_content .rating {
        float: none;
        display: block; } }
    @media (max-width: 575px) {
      .review_content .rating em {
        float: none;
        display: inline-block;
        margin-left: 10px; } }
  .review_content em {
    font-weight: 500;
    color: #999;
    line-height: 22px;
    margin-left: 5px;
    float: right; }
    @media (max-width: 575px) {
      .review_content em {
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: 0; } }

.table.sizes td,
.table.sizes tr th {
  white-space: nowrap; }

@font-face {
  font-family: 'Gotham-Medium';
  src: url(../sass/fonts/Gotham-Medium.woff2) format("woff2"), url(../sass/fonts/Gotham-Medium.woff) format("woff"), url(../sass/fonts/Gotham-Medium.ttf) format("truetype");
  font-weight: normal !important;
  font-style: normal !important; }

/*============================================================================================*/
/* HOME */
/*============================================================================================*/
ul#banners_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  ul#banners_grid li {
    position: relative;
    width: 33.33%;
    float: left;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff; }
    ul#banners_grid li:last-child {
      border-right: none; }
    @media (max-width: 767px) {
      ul#banners_grid li {
        width: 100%;
        float: none;
        border-right: none; } }
    ul#banners_grid li a.img_container {
      position: relative;
      overflow: hidden;
      z-index: 0;
      display: block;
      width: 100%;
      height: 250px; }
      @media (max-width: 767px) {
        ul#banners_grid li a.img_container {
          width: 100%;
          float: none;
          height: 210px; } }
      ul#banners_grid li a.img_container img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        max-width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media (max-width: 1199px) {
          ul#banners_grid li a.img_container img {
            height: 100%;
            width: auto;
            max-width: inherit; } }
        @media (max-width: 767px) {
          ul#banners_grid li a.img_container img {
            width: 100%;
            height: auto; } }
      ul#banners_grid li a.img_container:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.02);
        -moz-transform: translate(-50%, -50%) scale(1.02);
        -ms-transform: translate(-50%, -50%) scale(1.02);
        -o-transform: translate(-50%, -50%) scale(1.02);
        transform: translate(-50%, -50%) scale(1.02); }
      ul#banners_grid li a.img_container .short_info {
        position: absolute;
        left: 0;
        top: 0%;
        width: 100%;
        box-sizing: border-box;
        color: #fff;
        padding: 0 15px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        text-align: center; }
        ul#banners_grid li a.img_container .short_info h3 {
          color: #fff;
          font-size: 24px;
          font-size: 1.5rem;
          margin: 0;
          padding: 0;
          font-weight: 400;
          text-transform: uppercase;
          font-weight: 900; }
          @media (max-width: 767px) {
            ul#banners_grid li a.img_container .short_info h3 {
              margin-top: -20px; } }
        ul#banners_grid li a.img_container .short_info div {
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-transform: translateY(-25px);
          -moz-transform: translateY(-25px);
          -ms-transform: translateY(-25px);
          -o-transform: translateY(-25px);
          transform: translateY(-25px);
          text-align: center;
          width: 100%;
          visibility: hidden;
          display: table;
          opacity: 0;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          ul#banners_grid li a.img_container .short_info div .btn_1 {
            padding: 10px 22px;
            font-size: 13px;
            font-size: 0.8125rem; }
          @media (max-width: 767px) {
            ul#banners_grid li a.img_container .short_info div {
              opacity: 1;
              visibility: visible;
              -webkit-transform: translateY(-50px);
              -moz-transform: translateY(-50px);
              -ms-transform: translateY(-50px);
              -o-transform: translateY(-50px);
              transform: translateY(-50px); } }
        ul#banners_grid li a.img_container .short_info:hover div {
          visibility: visible;
          opacity: 1;
          -webkit-transform: translateY(-50px);
          -moz-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
          -o-transform: translateY(-50px);
          transform: translateY(-50px); }

.categories_grid a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .categories_grid a {
      height: 180px;
      margin-bottom: 10px; } }
  .categories_grid a .wrapper {
    width: 100%;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    padding: 100px 20px 20px 20px; }
    .categories_grid a .wrapper h2 {
      color: #fff;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 21px;
      font-size: 1.3125rem;
      margin: 0;
      -webkit-transform: translateY(20px) translateZ(0);
      -moz-transform: translateY(20px) translateZ(0);
      -ms-transform: translateY(20px) translateZ(0);
      -o-transform: translateY(20px) translateZ(0);
      transform: translateY(20px) translateZ(0);
      -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .categories_grid a .wrapper p {
      color: #fff;
      opacity: 0;
      margin: 0;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 500;
      -webkit-transform: translateY(20px) translateZ(0);
      -moz-transform: translateY(20px) translateZ(0);
      -ms-transform: translateY(20px) translateZ(0);
      -o-transform: translateY(20px) translateZ(0);
      transform: translateY(20px) translateZ(0);
      -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .categories_grid a img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .categories_grid a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .categories_grid a:hover h2 {
    -webkit-transform: translateY(-5px) translateZ(0);
    -moz-transform: translateY(-5px) translateZ(0);
    -ms-transform: translateY(-5px) translateZ(0);
    -o-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0); }
  .categories_grid a:hover p {
    opacity: 0.8;
    transition-delay: 0.2s;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0); }

/* Home video background*/
.header-video {
  position: relative;
  overflow: hidden;
  background-color: lightgray;
  height: 600px !important; }
  @media (max-width: 991px) {
    .header-video {
      height: 480px !important; } }

#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99; }

video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#hero_video iframe {
  height: 100%;
  width: 100%; }

video {
  width: 100%; }

.teaser-video {
  width: 100%;
  height: auto; }

.header-video--media {
  width: 100%;
  height: auto; }

@media (max-width: 1024px) {
  #hero_video {
    background: lightgray url(../img/slides/slide_home_1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center; }
  .header-video {
    background: none; } }

#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 99;
  display: none; }
  @media (max-width: 767px) {
    #icon_drag_mobile {
      display: block; } }

.isotope_filter ul {
  list-style: none;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0; }
  .isotope_filter ul li {
    text-align: center;
    display: inline-block;
    border-right: 1px solid #dddddd;
    line-height: 1;
    padding-right: 13px;
    padding-left: 10px; }
    .isotope_filter ul li:last-child {
      border-right: none; }
    .isotope_filter ul li a {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem; }
      .isotope_filter ul li a.selected {
        color: #444; }

.featured {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 400px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden; }
  .featured h3, .featured p, .featured .feat_text_block {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease; }
  .featured .animated h3, .featured .animated p, .featured .animated .feat_text_block {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .featured .animated h3 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s; }
  .featured .animated p {
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s; }
  .featured .animated .feat_text_block {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; }
  .featured h3 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    font-size: 36px;
    font-size: 2.25rem; }
    .featured h3.animated {
      transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s; }
  .featured .price_box {
    display: inline-block;
    margin-right: 15px;
    float: left; }
    .featured .price_box .new_price {
      font-size: 32px;
      font-size: 2rem;
      color: #fff; }
    .featured .price_box .old_price {
      font-size: 18px;
      font-size: 1.125rem; }

a.box_news {
  position: relative;
  display: block;
  padding-left: 230px;
  color: #444;
  margin-bottom: 30px;
  min-height: 150px; }
  @media (max-width: 575px) {
    a.box_news {
      min-height: inherit;
      padding-left: 0; } }
  a.box_news figure {
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 575px) {
      a.box_news figure {
        position: relative;
        width: auto;
        height: 200px; } }
    a.box_news figure img {
      width: 250px;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      -moz-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
      -o-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1);
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media (max-width: 575px) {
        a.box_news figure img {
          width: 100%;
          max-width: 100%;
          height: auto; } }
    a.box_news figure figcaption {
      background-color: #FFC107;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      color: #fff;
      width: 60px;
      height: 60px;
      padding: 15px;
      line-height: 1; }
      a.box_news figure figcaption strong {
        font-weight: 900;
        display: block;
        font-size: 21px;
        font-size: 1.3125rem; }
  a.box_news h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px; }
    @media (max-width: 575px) {
      a.box_news h4 {
        margin-bottom: 5px; } }
  a.box_news:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  a.box_news:hover h4 {
    color: #ffc734;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  a.box_news ul {
    margin: 0;
    padding: 10px 0 0 0; }
    @media (max-width: 575px) {
      a.box_news ul {
        padding: 0; } }
    a.box_news ul li {
      display: inline-block;
      font-weight: 500;
      color: #999;
      font-size: 12px;
      font-size: 0.75rem;
      margin-right: 5px; }
      a.box_news ul li:last-child {
        margin-right: 0; }
        a.box_news ul li:last-child:after {
          content: '';
          margin: 0; }
      a.box_news ul li:after {
        content: '-';
        margin: 0 0 0 10px; }

@font-face {
  font-family: 'Gotham-Medium';
  src: url(../sass/fonts/Gotham-Medium.woff2) format("woff2"), url(../sass/fonts/Gotham-Medium.woff) format("woff"), url(../sass/fonts/Gotham-Medium.ttf) format("truetype");
  font-weight: normal !important;
  font-style: normal !important; }

/*============================================================================================*/
/* LISTING */
/*============================================================================================*/
.toolbox {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding: 15px 0 12px 0;
  background-color: #f8f8f8; }
  .toolbox.version_2 {
    background-color: transparent;
    margin-bottom: 30px; }
  .toolbox.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #ffc734;
    animation: smoothScroll 0.5s forwards;
    -webkit-animation: smoothScroll 0.5s forwards;
    border-bottom: none; }
    .toolbox.sticky .container > ul li a {
      color: #fff; }
      .toolbox.sticky .container > ul li a:hover {
        color: #fff; }
    .toolbox.sticky .sort_select:after {
      color: #fff; }
    .toolbox.sticky .sort_select select {
      color: #fff; }
      .toolbox.sticky .sort_select select:focus {
        color: #fff; }
  .toolbox .container > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .toolbox .container > ul li {
      height: 25px;
      line-height: 25px;
      display: inline-block;
      float: right;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .toolbox .container > ul li {
          margin-left: 15px; } }
      .toolbox .container > ul li:first-child {
        float: left;
        margin-left: 0; }
      .toolbox .container > ul li i {
        font-size: 16px;
        font-size: 1rem;
        position: relative;
        top: 3px; }
      .toolbox .container > ul li a {
        color: #444;
        margin-left: 5px; }
        .toolbox .container > ul li a span {
          display: inline-block;
          margin-left: 5px; }
          @media (max-width: 767px) {
            .toolbox .container > ul li a span {
              display: none; } }
        .toolbox .container > ul li a.open_filters {
          display: none; }
          @media (max-width: 991px) {
            .toolbox .container > ul li a.open_filters {
              display: inline-block; } }
        .toolbox .container > ul li a:hover {
          color: #ffc734; }

.sort_select {
  width: auto;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  border: none;
  position: relative;
  padding-left: 27px; }
  .sort_select:after {
    font-family: 'themify';
    position: absolute;
    color: #444;
    left: 0;
    top: 0;
    content: "\e627";
    font-size: 16px;
    font-size: 1rem; }
  .sort_select select {
    background: transparent;
    width: 110%;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 25px;
    margin: 0;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none; }
    .sort_select select:focus {
      color: #444;
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .sort_select select::-ms-expand {
      display: none; }

.filters_listing_1 {
  padding: 15px 0 10px 0; }
  .filters_listing_1 .dropdown {
    position: relative;
    text-align: left; }
    .filters_listing_1 .dropdown a.drop {
      color: #444;
      font-weight: 500;
      transition: all 0.3s;
      display: block;
      position: relative;
      background-color: #fff;
      border: 1px solid #ededed;
      padding: 10px;
      line-height: 1; }
      @media (max-width: 991px) {
        .filters_listing_1 .dropdown a.drop {
          margin-bottom: 5px; } }
      .filters_listing_1 .dropdown a.drop:after {
        font-family: 'themify';
        content: "\e64b";
        font-size: 14px;
        font-size: 0.875rem;
        color: #999;
        font-weight: 600;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        right: 10px;
        top: 10px; }
    .filters_listing_1 .dropdown.show a:after {
      transform: rotate(180deg); }
    .filters_listing_1 .dropdown .dropdown-menu {
      background: #fff;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
      -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
      padding: 15px;
      white-space: normal;
      width: 100%;
      color: #444; }
    .filters_listing_1 .dropdown a.apply_filter {
      text-align: center;
      background-color: #ffc734;
      color: #fff;
      display: block;
      padding: 10px 0;
      line-height: 1;
      font-weight: 500;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      .filters_listing_1 .dropdown a.apply_filter:hover {
        background-color: #FFC107;
        color: #111; }

.row_item {
  margin-bottom: 30px; }
  .row_item figure {
    position: relative;
    margin-bottom: 0;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25); }
    @media (max-width: 767px) {
      .row_item figure {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .row_item figure img {
        width: 100%;
        height: auto; } }
  .row_item .rating {
    margin-bottom: 5px; }
  .row_item a h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #444; }
    @media (max-width: 575px) {
      .row_item a h3 {
        font-size: 16px;
        font-size: 1rem; } }
    .row_item a h3:hover {
      color: #ffc734; }
  .row_item p {
    margin-bottom: 20px; }
  .row_item .price_box {
    margin-bottom: 20px; }
  .row_item .new_price {
    font-size: 21px;
    font-size: 1.3125rem; }
  .row_item .old_price {
    font-size: 16px;
    font-size: 1rem; }
  .row_item ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none; }
    .row_item ul li {
      display: inline-block; }
      .row_item ul li a span {
        display: none; }

.filter_type {
  font-size: 14px;
  font-size: 0.875rem; }
  .filter_type h6 {
    border-top: 1px solid #dddddd;
    margin: 15px 0;
    padding: 15px 0 0 0; }
  .filter_type label {
    font-weight: 400; }
    .filter_type label small {
      float: right;
      color: #777;
      padding-top: 3px; }
  .filter_type ul {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0 0 15px 0; }
    .filter_type ul li {
      margin-bottom: 5px; }
      .filter_type ul li:last-child {
        margin-bottom: 0; }
  .filter_type.version_2 {
    border-bottom: 1px solid #ededed;
    margin: 0 -15px 15px -15px;
    padding: 0 15px; }
    .filter_type.version_2 ul {
      list-style: none;
      padding: 5px 5px 0 5px; }
    .filter_type.version_2 h4 a {
      display: block;
      font-size: 15px;
      font-size: 0.9375rem;
      color: #444;
      padding: 8px 10px;
      margin: -5px -5px 0 -5px;
      line-height: 1;
      position: relative; }
      .filter_type.version_2 h4 a:after {
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: 'themify';
        font-size: 14px;
        font-size: 0.875rem;
        position: absolute;
        right: 10px;
        top: 8px; }
      .filter_type.version_2 h4 a.opened {
        background-color: #f8f8f8; }
        .filter_type.version_2 h4 a.opened:after {
          transform: rotate(180deg); }
      .filter_type.version_2 h4 a.closed:after {
        content: "\e64b";
        transform: rotate(0); }

.filter_col {
  border: 1px solid #ededed;
  padding: 15px;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .filter_col {
      overflow: auto;
      transform: translateX(-200%);
      top: 0;
      left: -100%;
      bottom: 0;
      width: 45%;
      height: 100%;
      position: fixed !important;
      background-color: #fff;
      z-index: 99999999 !important;
      margin: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
      .filter_col.show {
        transform: translateX(0);
        left: 0;
        border: 0; } }
  @media (max-width: 767px) {
    .filter_col {
      width: 100%; } }
  .filter_col .inner_bt {
    text-align: right;
    margin: -10px -15px 15px -15px;
    padding: 5px 15px 0 0;
    display: none; }
    @media (max-width: 991px) {
      .filter_col .inner_bt {
        display: block; } }
    .filter_col .inner_bt i {
      font-size: 18px;
      font-size: 1.125rem;
      color: #999; }
      .filter_col .inner_bt i:hover {
        color: #111; }

header .main_header {
  background: #f37412 !important;
  display: flex;
  align-items: center; }
  header .main_header .intro h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0; }
    header .main_header .intro h5 strong {
      font-weight: 900;
      font-family: "Gotham-Medium", Helvetica, sans-serif; }
  header .main_header .anunciar {
    text-align: center; }
    header .main_header .anunciar button {
      background: #ff923e;
      border: 0;
      border-radius: 4px;
      padding: 0;
      color: #fff;
      font-weight: 600;
      font-size: 15px;
      padding: 7px; }
      header .main_header .anunciar button:hover {
        background: #fff;
        color: #f37412; }
  header .main_header .info-header {
    position: absolute;
    right: 0; }
    header .main_header .info-header ul {
      padding: 0;
      margin: 0;
      text-align: right; }
      header .main_header .info-header ul li {
        list-style: none;
        margin-left: 13px; }
        header .main_header .info-header ul li a {
          color: #fff;
          font-size: 14px;
          font-weight: normal; }
          header .main_header .info-header ul li a svg {
            width: 16px;
            height: 16px; }
        header .main_header .info-header ul li:hover a {
          color: #ffc734; }
  header .main_header .main_nav {
    z-index: 99999 !important; }
  header .main_header .custom-search-input {
    top: 0; }
    header .main_header .custom-search-input svg {
      width: 19px !important;
      position: relative;
      top: -3px; }
      header .main_header .custom-search-input svg path {
        fill: #f37412; }

strong {
  font-weight: 500;
  font-family: "Gotham-Bold", Helvetica, sans-serif; }

.menu ul li {
  float: inherit !important; }

aside .filter_col {
  background: #fff;
  border-radius: 6px;
  padding: 0 !important; }
  aside .filter_col h4 {
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
    font-size: 16px !important; }
  aside .filter_col ul {
    padding: 0 !important; }
    aside .filter_col ul li {
      font-size: 15px; }
      aside .filter_col ul li.prime {
        margin: 0;
        cursor: pointer;
        /* &:nth-child(1){
                        ul{
                            &.menu{
                                height: auto;
                            }
                        }
                    } */ }
        aside .filter_col ul li.prime .name {
          background: #e2e2e2;
          padding: 6px 10px;
          border-bottom: 1px #d7d7d7 solid; }
          aside .filter_col ul li.prime .name a {
            color: #282828;
            font-weight: bold; }
        aside .filter_col ul li.prime .subname {
          padding: 0 10px; }
          aside .filter_col ul li.prime .subname a {
            color: #282828;
            font-weight: bold; }
            aside .filter_col ul li.prime .subname a:hover {
              color: #f58217; }
        aside .filter_col ul li.prime ul.menu {
          overflow: hidden;
          height: 0;
          margin-bottom: 0; }
          aside .filter_col ul li.prime ul.menu li ul li a:hover {
            color: #f58217; }
        aside .filter_col ul li.prime.active ul.menu {
          height: auto; }
      aside .filter_col ul li a {
        color: #5a5a5a; }
      aside .filter_col ul li ul li ul li {
        padding-left: 10px;
        margin-bottom: 0; }

main {
  background-color: #F5F5F5 !important; }
  main#product {
    background: #F1F3F5; }
    main#product .breadcrumbs {
      padding: 20px 0; }
      main#product .breadcrumbs ul {
        margin-bottom: 0; }
        main#product .breadcrumbs ul li {
          font-size: 15px;
          padding: 0;
          margin: 0; }
          main#product .breadcrumbs ul li::after {
            display: none; }
    main#product .all .slider-two .owl-stage {
      padding: 0 !important;
      display: flex;
      flex-direction: column; }
    main#product .all .slider .item {
      height: 550px; }
    main#product .detail {
      margin-top: 35px; }
      main#product .detail p {
        font-family: "Gotham", Helvetica, sans-serif;
        font-size: 16px; }
      main#product .detail .tabs_product ul li {
        margin-right: 15px; }
        main#product .detail .tabs_product ul li a {
          padding: 0 !important; }
          main#product .detail .tabs_product ul li a.active {
            color: #f37511; }
      main#product .detail .card {
        border: 0 !important;
        padding: 30px 0 0; }
        main#product .detail .card table tbody {
          border-top: 0 !important; }
          main#product .detail .card table tbody.first tr:last-child {
            border-bottom: 0 !important; }
            main#product .detail .card table tbody.first tr:last-child td:nth-child(2) {
              border-radius: 0 0 15px 15px;
              border-bottom: 0 !important; }
          main#product .detail .card table tbody tr {
            border-bottom: 1px solid #adb5bd;
            border-top: 0;
            border-left: 0;
            border-right: 0; }
            main#product .detail .card table tbody tr:nth-child(1).first td:nth-child(2) {
              border-radius: 15px 15px 0 0; }
            main#product .detail .card table tbody tr td {
              padding: 20px 15px;
              font-size: 16px;
              border-top: 0;
              border-left: 0;
              border-right: 0;
              color: #495057; }
              main#product .detail .card table tbody tr td.bg-white {
                width: 290px !important; }
              main#product .detail .card table tbody tr td.bg-grey {
                background: #f1f3f5; }
              main#product .detail .card table tbody tr td strong {
                font-weight: bold; }
      main#product .detail h3 {
        font-size: 14px;
        font-weight: normal; }
    main#product .prod_info form .form-control {
      border: 1px #868e96 solid;
      border-radius: 8px;
      padding: 20px 12px; }
  main#category .container, main#subcategory .container, main#itemcategory .container {
    max-width: 1355px; }
  main#category .breadcrumbs ul li, main#subcategory .breadcrumbs ul li, main#itemcategory .breadcrumbs ul li {
    padding: 0;
    margin: 0; }
    main#category .breadcrumbs ul li::after, main#subcategory .breadcrumbs ul li::after, main#itemcategory .breadcrumbs ul li::after {
      display: none; }

#depoimentos {
  margin-top: 20px; }
  #depoimentos p {
    margin-bottom: 0; }

.grid_item {
  background: #fff;
  padding: 0 0 19px 0;
  border-radius: 4px;
  border: 1px #ededed solid; }
  .grid_item h3 {
    font-size: 1.2rem; }
  .grid_item .price_button {
    margin-top: 15px; }
    .grid_item .price_button button {
      background: #f37511;
      color: #FFF;
      transition: all .3s; }

.product .slider .item img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.product .slider-two .item img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.product .prod_info .form p {
  margin-bottom: 0; }

.product .prod_info .form .form-control {
  margin-bottom: 15px; }

.product .prod_info .share_buttons {
  margin-top: 15px; }
  .product .prod_info .share_buttons .ssb-icon {
    background-size: 30px 30px !important;
    height: 30px !important;
    width: 30px !important;
    margin-right: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .product .prod_info .share_buttons .ssb-icon.ssb-whatsapp_web {
      background-image: url(https://agro2business.com/assets/social-share-button/whatsapp-766099d1a3ea095e9c8a8628e0505159b7f336b8036a8f70ad5fe60c29233959.svg); }
    .product .prod_info .share_buttons .ssb-icon.ssb-twitter {
      background-image: url(https://agro2business.com/assets/social-share-button/twitter-7b64ce0117a85c5d52ed45c27707af61d9b0e0d590284baa287cfe87867b9ae1.svg); }
    .product .prod_info .share_buttons .ssb-icon.ssb-facebook {
      background-image: url(https://agro2business.com/assets/social-share-button/facebook-03210e1663ee772e93ed5d344cdb36657b68342821aaebe982f2f984915990b3.svg); }

#carousel-home-2 .owl-slide h1 {
  color: #FFF;
  font-size: 2.5rem; }

#carousel-home-2 .owl-slide button {
  background: #f47812;
  border: 0;
  color: #FFF;
  padding: 10px 25px;
  border-radius: 3px; }

#signup .prod_info {
  border-bottom: 0; }
  #signup .prod_info form p {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-transform: none; }
  #signup .prod_info form .form-check {
    margin-top: 15px; }
    #signup .prod_info form .form-check .form-check-label {
      font-size: 1rem; }

.categoria-act {
  position: absolute !important;
  left: 0; }
  .categoria-act button {
    background: transparent;
    border: 0;
    color: #111;
    font-size: 1rem; }
    .categoria-act button:focus {
      outline: none; }
  .categoria-act.active {
    background: #f47812; }
    .categoria-act.active button {
      color: #fff; }

.main_nav ul {
  margin: 0;
  padding: 0; }
  .main_nav ul#list-categories {
    display: flex;
    justify-content: center;
    max-width: 1220px;
    margin: 0 auto;
    position: relative; }
    .main_nav ul#list-categories li {
      list-style: none;
      padding: 13px 17px;
      transition: all .3s;
      position: relative; }
      .main_nav ul#list-categories li a {
        color: #111;
        font-size: 1rem; }
      .main_nav ul#list-categories li ul {
        position: absolute;
        min-width: 300px;
        visibility: hidden;
        background: #FFF;
        transition: all .3s;
        margin-top: 13px;
        left: 0;
        /* display: inline-grid !important;
                    grid-auto-flow: column;
                    grid-template-rows: repeat(12, auto); */ }
        .main_nav ul#list-categories li ul li {
          transition: background .3s;
          padding: 0 !important;
          cursor: pointer; }
          .main_nav ul#list-categories li ul li a {
            transition: color .3s;
            font-size: 13px;
            cursor: pointer; }
            .main_nav ul#list-categories li ul li a label {
              cursor: pointer; }
          .main_nav ul#list-categories li ul li:hover a {
            color: #111 !important; }
      .main_nav ul#list-categories li:hover {
        background: #f47812;
        /* ul{
                        visibility: visible;
                        background: #FFF;
                        li{
                            a{
                                color: #111;
                            }
                        }
                    } */ }
      .main_nav ul#list-categories li.active ul {
        visibility: visible;
        background: #FFF;
        border-radius: 0 0 0 5px; }
        .main_nav ul#list-categories li.active ul li a {
          color: #111; }

.bg-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(58, 58, 58, 0.45);
  z-index: 999;
  display: none; }
  .bg-menu.active {
    display: block; }

.toggleMenu {
  visibility: hidden !important;
  position: absolute;
  width: 300px;
  left: 0; }
  .toggleMenu .main_nav {
    height: calc(100vh - 86px);
    background-color: rgba(0, 0, 0, 0.411) !important; }
    .toggleMenu .main_nav ul {
      margin: 0;
      padding: 0;
      width: 325px; }
      .toggleMenu .main_nav ul#list-categories {
        display: inline-block;
        background: #fff;
        height: auto;
        transition: all .4s; }
        .toggleMenu .main_nav ul#list-categories li {
          list-style: none;
          padding: 19px !important;
          position: initial; }
          .toggleMenu .main_nav ul#list-categories li.prime {
            border-bottom: 1px #f9f9f9 solid;
            text-align: right;
            padding-right: 25px;
            font-weight: 600;
            color: #495057;
            padding: 13px; }
            .toggleMenu .main_nav ul#list-categories li.prime:hover a {
              color: #fff !important; }
              .toggleMenu .main_nav ul#list-categories li.prime:hover a svg path {
                fill: #fff; }
            .toggleMenu .main_nav ul#list-categories li.prime:hover ul li a {
              color: #111 !important; }
              .toggleMenu .main_nav ul#list-categories li.prime:hover ul li a:hover {
                color: #f47812 !important; }
            .toggleMenu .main_nav ul#list-categories li.prime a svg {
              width: 13px;
              height: 13px; }
              .toggleMenu .main_nav ul#list-categories li.prime a svg path {
                fill: #111; }
          .toggleMenu .main_nav ul#list-categories li a {
            color: #111;
            font-size: 14px; }
          .toggleMenu .main_nav ul#list-categories li ul.menu {
            position: absolute;
            top: 0;
            left: 325px;
            width: 800px;
            background: #fff;
            border-left: 2px #f47812 solid;
            visibility: hidden;
            display: none !important;
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            height: fit-content;
            text-align: left;
            margin-top: 0;
            padding-left: 15px;
            border-radius: 0 0 5px 0;
            border-right: 1px #f5f5f5 solid;
            border-top: 0;
            border-bottom: 1px #f5f5f5 solid;
            -webkit-box-shadow: 6px 6px 10px -11px rgba(0, 0, 0, 0.37);
            box-shadow: 6px 6px 10px -11px rgba(0, 0, 0, 0.37);
            transition: all .15s; }
            .toggleMenu .main_nav ul#list-categories li ul.menu li {
              width: 260px;
              padding: 8px !important;
              position: relative;
              min-height: 210px; }
              .toggleMenu .main_nav ul#list-categories li ul.menu li label {
                text-transform: uppercase;
                font-size: 14px;
                margin-bottom: 5px;
                font-weight: bold; }
              .toggleMenu .main_nav ul#list-categories li ul.menu li ul {
                margin-top: 5px;
                /* visibility: inherit; */
                width: auto;
                min-width: inherit;
                opacity: 0;
                position: relative; }
                .toggleMenu .main_nav ul#list-categories li ul.menu li ul li {
                  float: inherit;
                  padding: 0 !important;
                  font-weight: normal;
                  min-height: auto; }
                  .toggleMenu .main_nav ul#list-categories li ul.menu li ul li a {
                    font-size: 14px;
                    color: #797979; }
                  .toggleMenu .main_nav ul#list-categories li ul.menu li ul li:hover {
                    background: transparent !important; }
                    .toggleMenu .main_nav ul#list-categories li ul.menu li ul li:hover a {
                      color: #f47812 !important; }
              .toggleMenu .main_nav ul#list-categories li ul.menu li:hover {
                background: #fff; }
          .toggleMenu .main_nav ul#list-categories li:hover {
            background: #f47812; }
            .toggleMenu .main_nav ul#list-categories li:hover a {
              color: #FFF; }
            .toggleMenu .main_nav ul#list-categories li:hover ul {
              visibility: visible;
              display: grid !important; }
              .toggleMenu .main_nav ul#list-categories li:hover ul.menu li ul {
                opacity: 1; }
              .toggleMenu .main_nav ul#list-categories li:hover ul li a {
                color: #111; }
  .toggleMenu.active {
    /* visibility: visible !important;
        #list-categories{
            transform: translateX(0) !important;
        } */ }

.feat ul li svg {
  font-size: 2.25rem;
  margin: 0 20px 0 0;
  color: #ffc734; }

.cta-blog {
  background: #f37412;
  background: linear-gradient(-45deg, #f37412 0%, #ffc82e 100%);
  padding: 2rem 0;
  margin: 35px 0 20px; }
  .cta-blog h5 {
    color: #fff;
    font-size: 2rem; }
  .cta-blog button {
    background: #fff;
    color: #ff6c34;
    border: 0;
    font-size: 14px;
    transition: all .3s;
    margin: 0 auto;
    border-radius: 4px;
    padding: 13px 40px;
    font-weight: 700; }
    .cta-blog button:hover {
      transform: translateY(-1px);
      -webkit-box-shadow: 10px 10px 29px -12px rgba(0, 0, 0, 0.336);
      -moz-box-shadow: 10px 10px 29px -12px rgba(0, 0, 0, 0.336);
      box-shadow: 10px 10px 29px -12px rgba(0, 0, 0, 0.336); }

.cookie-policy-wrap {
  position: fixed;
  left: 25px;
  top: auto;
  right: 0;
  bottom: 25px;
  z-index: 1000;
  display: none;
  max-width: 950px;
  min-height: 50px;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  opacity: 1;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 13px -1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 2px 2px 13px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 2px 13px -1px rgba(0, 0, 0, 0.29); }
  .cookie-policy-wrap p {
    margin-bottom: 0;
    font-size: 14px; }
  .cookie-policy-wrap button {
    margin-bottom: 0;
    border-radius: 2px;
    padding: 6px 10px;
    margin: 0;
    background: transparent;
    border: 1px #172134 solid;
    color: #172134;
    width: 190px;
    margin-left: 25px; }

#toTop.visible {
  display: none !important; }

footer .contacts ul li {
  padding-left: 0; }

footer .follow_us h5 {
  margin-top: 0; }

footer .follow_us ul li svg {
  width: 20px !important;
  height: 20px; }

footer .links ul li a:hover::after {
  display: none; }

@media (max-width: 992px) {
  .main-menu ul > li.submenu > a:after {
    display: none; }
  header .main_header nav a.open_close {
    display: inline-block;
    left: 15px !important; }
  header .main_header #close_in {
    top: 28px !important; }
    header .main_header #close_in svg {
      width: 22px;
      height: 22px; }
  header .main_header .anunciar {
    flex-direction: column; }
  header .custom-search-input {
    top: 0;
    margin: 15px 0; }
  .slider-two {
    display: none !important; }
  main#product .all .slider .item {
    height: 350px !important; }
  main#product .all .slider-two .owl-stage {
    display: block !important; }
  .product .slider-two .item img {
    width: inherit !important;
    height: inherit !important; }
  .toggleMenu {
    top: 0;
    z-index: 99999; }
  .toggleMenu .main_nav {
    height: 100vh !important; }
  .toggleMenu .main_nav ul {
    width: 100%; }
  .toggleMenu .main_nav ul#list-categories .categoria-act button {
    background: #f68a19;
    color: #fff; }
  .cookie-policy-wrap {
    left: inherit; }
    .cookie-policy-wrap .cookie-policy-text {
      flex-direction: column;
      text-align: center; } }

@media (min-width: 992px) and (max-width: 1023px) {
  .toggleMenu {
    top: 52px !important; }
    .toggleMenu .main_nav {
      height: 90vh !important; }
      .toggleMenu .main_nav ul {
        margin-top: 0 !important; }
        .toggleMenu .main_nav ul#list-categories li ul.menu {
          width: 600px; }
          .toggleMenu .main_nav ul#list-categories li ul.menu li {
            width: 190px; }
            .toggleMenu .main_nav ul#list-categories li ul.menu li ul {
              margin-top: 25px !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .toggleMenu {
    top: 52px !important; }
    .toggleMenu .main_nav {
      height: 90vh !important; }
      .toggleMenu .main_nav ul {
        margin-top: 0 !important; }
        .toggleMenu .main_nav ul#list-categories li ul.menu {
          width: 600px; }
          .toggleMenu .main_nav ul#list-categories li ul.menu li {
            width: 190px; }
            .toggleMenu .main_nav ul#list-categories li ul.menu li ul {
              margin-top: 0 !important; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../_/node_modules/owl.carousel/dist/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }


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