@charset "UTF-8";
/******************************

INDEX:
 
    00 - Base - Global
    01 - Base - Typography

    02 - Utilities - Helper
    03 - Utilities - Common
 
    20 - Components - About
        20.00 - about card
        20.01 - about banner 1
    21 - Components - Accordion
        21.00 - Accordion Style 1
        21.01 - Accordion Style 2
    22 - Components - Animation
    23 - Components - Banner
        23.00 - Menu Banner
        23.01 - Global Banner
    24 - Components - Blog
        24.00 - Menu Blog
        24.01 - Blog
        24.02 - Single Blog
        24.03 - Post Navigation
        24.04 - Related Post

    25 - Components - Breadcrumb
        25.00 - Breadcrumb Style 01
        25.01 - Breadcrumb Style 02

    26 - Components - Button
        26.00 - Global Button
        26.01 - Close Button
        26.02 - Read More Button
        26.03 - Action Button
        26.04 - Coupon Button

    27 - Components - Carousel
        27.00 - Carousel Helper 
        27.01 - Carousel Gutter
        27.02 - Slick Dot Margin Top 
        27.03 - Carousel Nav
        27.04 - Carousel Dots

    28 - Components - Coffee Menu Card
    29 - Components - Comment
    30 - Components - Countdown
    31 - Components - fact
    32 - Components - Filter
    33 - Components - Form
        33.00 - Global Form
        33.01 - Search Form
        33.02 - Newsletter Form
        33.03 - Nice Select
        33.04 - Reservation Form
        33.05 - Date Picker

    34 - Components - FullPage
    35 - Components - Icon
    36 - Components - Info Box
    37 - Components - Lists
    38 - Components - Mini Cart
    39 - Components - Modal
        39.00 - Quick View Modal
        39.01 - Search Form Popup

    40 - Components - Navigation
        40.00 - Main Navigation
        40.01 - Mobile Menu
        40.02 - Side Navigation
        40.03 - Flyout Menu
        40.04 - Vertical Menu

    41 - Components - Portfolio
        41.00 - Menu Portfolio
        41.01 - Portfolio Default Style
        41.02 - Portfolio Style 01
        41.03 - Portfolio Style 02
        41.04 - Portfolio Style 03
        41.05 - Portfolio Style 04
        41.06 - Portfolio Style 05
        41.07 - Portfolio Info
        41.08 - Portfolio Carousel

    42 - Components - Pricing
        42.00 - Pricing table style 01
        42.01 - Pricing table style 02
        42.02 - Pricing table style 03

    43 - Components - Product
        43.00 - Global Proudct
        43.01 - Proudct Color Swatch
        43.02 - Proudct Size Swatch
        43.03 - Proudct List Style
        43.04 - Proudct Summary
        43.05 - Proudct Gallery
        43.06 - Advanced Product Filters

    44 - Components - Progress Bar
        44.00 - Progress Bar
        44.01 - Radial Progress Bar
        44.02 - Chart Legend

    45 - Components - Review
    46 - Components - Service
    47 - Components - Social
    48 - Components - Table
    49 - Components - Tabs
        49.00 - Tab Style 1
        49.01 - Tab Style 2
        49.02 - Tab Style 3
        49.03 - Tab Style 4
        49.04 - User Dashboard tab
        49.05 - Tab Content

    50 - Components - Team
        50.00 - Team Member Default Style
        50.01 - Team Member style 01
        50.02 - Team Member style 02
        50.03 - Team Member style 03
        50.04 - Team Member style 04
        50.05 - Team Member style 05
        50.06 - Team Member style 06
        50.07 - Team Member style 07
        50.08 - Team Member style 08

    51 - Components - Testimonial
        51.00 - Testimonial Style 01
        51.01 - Testimonial Style 02
        51.02 - Testimonial Style 03
        51.03 - Testimonial Style 04
        51.04 - Testimonial Style 04
        51.05 - Testimonial Style 05
        51.06 - Testimonial Style 06
        51.07 - Testimonial Style 07
        51.08 - Home 09 Testimonial Wrapper Background
        51.09 - Home 17 Testimonial Column

    52 - Components - Widget
        52.00 - Footer Widget
        52.01 - Sidebar Widget
        52.02 - Sidenav Widget
        52.03 - Popular Post Widget
        52.04 - Header Aside Widget
        52.05 - Opening Hours Widget
        52.06 - Map Widget

    61 - Pages - Cart
    62 - Pages - Checkout
    63 - Pages - Shop

    73 - Utilities - Color
    74 - Utilities - Spacing




******************************/
/*
    Defult Primary Color:       #014c8c
    Default Border Color:       #eeeeee
    Default Text Color:         #444444
    Default Heading Color:      #222222
    Default Body Font:          'Poppins', sans-serif;
*/
/*****************************
00 - Base - Global
*****************************/
html {
  height: 100%;
  font-size: 62.5%; }
  @media (max-width: 93.6875em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 74.9375em) {
    html {
      font-size: 50%; } }
  @media (max-width: 61.94em) {
    html {
      font-size: 43.75%; } }
  @media (max-width: 47.94em) {
    html {
      font-size: 37.5%; } }

body {
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 93.6875em) {
    body {
      font-size: 12px; } }

@media (max-width: 47.94em) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 10px; } }

@media (max-width: 74.9375em) {
  h1, .h1 {
    font-size: 30px; } }

@media (max-width: 74.9375em) {
  h2, .h2 {
    font-size: 24px; } }

@media (max-width: 74.9375em) {
  h3, .h3 {
    font-size: 20px; } }

@media (max-width: 74.9375em) {
  h4, .h4 {
    font-size: 18px; } }

@media (max-width: 74.9375em) {
  h5, .h5 {
    font-size: 16px; } }

@media (max-width: 47.94em) {
  p {
    margin-bottom: 10px; } }

p:last-child {
  margin-bottom: 0; }

p:only-child {
  margin-bottom: 0; }

blockquote:last-child {
  margin-bottom: 0; }

blockquote:only-child {
  margin-bottom: 0; }

strong, b {
  font-weight: bold; }

a {
  color: inherit; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

a, button {
  cursor: pointer; }

a:hover {
  color: #040847;
  text-decoration: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.slick-slide {
  outline: none; }

.font-2 {
  font-family: "Playfair Display", serif !important; }

.font-3 {
  font-family: "Roboto Slab", serif !important; }

.font-4 {
  font-family: "Meddon", cursive !important; }

/*****************************
01 - Base - Typography
*****************************/
.headings :last-child {
  margin-bottom: 0; }

.heading-with-line, .heading-with-line h2, .heading-with-line hr {
  display: inline-block;
  vertical-align: middle; }
  .heading-with-line h2 {
    margin: 0 20px; }
  @media (max-width: 47.94em) {
    .heading-with-line hr {
      display: none; }
    .heading-with-line h2 {
      margin: 0; } }

.heading-with-gradient-line-center:after {
  content: "";
  width: 120px;
  height: 6px;
  display: block;
  margin: 5px auto 25px; }
  @media (max-width: 47.94em) {
    .heading-with-gradient-line-center:after {
      margin: 5px auto 20px; } }

.heading-2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: .87;
  text-transform: uppercase;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    .heading-2 {
      font-size: 40px;
      line-height: .81; } }
  @media (max-width: 61.94em) {
    .heading-2 {
      font-size: 30px; } }

.heading-3 {
  font-family: "Meddon", cursive;
  margin-bottom: 13px;
  line-height: 1.2; }

.heading__secondary {
  font-size: 6rem;
  line-height: 1.3;
  margin: 0; }

.heading__tertiary {
  font-size: 48px; }
  @media (max-width: 61.94em) {
    .heading__tertiary {
      font-size: 40px; } }
  @media (max-width: 47.94em) {
    .heading__tertiary {
      font-size: 35px; } }

.heading__large {
  font-size: 90px;
  line-height: 1; }
  @media (max-width: 74.9375em) {
    .heading__large {
      font-size: 60px; } }
  @media (max-width: 61.94em) {
    .heading__large {
      font-size: 40px; } }

.heading__big {
  font-size: 65px;
  line-height: 72px; }
  @media (max-width: 74.9375em) {
    .heading__big {
      font-size: 50px;
      line-height: 60px; } }
  @media (max-width: 61.94em) {
    .heading__big {
      font-size: 40px;
      line-height: 50px; } }
  @media (max-width: 47.94em) {
    .heading__big {
      font-size: 30px;
      line-height: 40px; } }
  .heading__big-2 {
    font-size: 7.2rem;
    line-height: 1; }
    @media (max-width: 28.125em) {
      .heading__big-2 {
        font-size: 5.2rem; } }

.heading-40 {
  font-size: 40px; }
  @media (max-width: 61.94em) {
    .heading-40 {
      font-size: 30px; } }

.heading-150 {
  font-size: 15rem; }
  @media (max-width: 47.94em) {
    .heading-150 {
      font-size: 10rem; } }
  @media (max-width: 35.94em) {
    .heading-150 {
      font-size: 6rem; } }

.heading-160 {
  font-size: 16rem; }
  @media (max-width: 61.94em) {
    .heading-160 {
      font-size: 12rem; } }
  @media (max-width: 35.94em) {
    .heading-160 {
      font-size: 8rem; } }

.heading-200 {
  font-size: 20rem; }
  @media (max-width: 93.6875em) {
    .heading-200 {
      font-size: 16rem; } }
  @media (max-width: 47.94em) {
    .heading-200 {
      font-size: 10rem; } }
  @media (max-width: 35.94em) {
    .heading-200 {
      font-size: 6rem; } }

.section_demo-heading-1 {
  color: #fff;
  font-family: "Philosopher", sans-serif;
  letter-spacing: -2px;
  margin: 0;
  font-size: 50px; }

.section_demo-heading-2 {
  color: #232324;
  font-family: "Philosopher", sans-serif;
  letter-spacing: -2px;
  margin: 0;
  font-size: 36px;
  padding: 0 0 15px; }
  .section_demo-heading-2 strong {
    font-family: "Poppins", sans-serif;
    letter-spacing: -1px; }

.highlight-font-family {
  font-family: "Playfair Display", serif;
  font-style: italic; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-32 {
  font-size: 32px !important; }

@media (max-width: 61.94em) {
  .font-size-md-25 {
    font-size: 25px !important; } }

@media (max-width: 35.94em) {
  .font-size-xs-16 {
    font-size: 16px !important; } }

.lts--1 {
  letter-spacing: -1px; }

.lts--2 {
  letter-spacing: -2px; }

.lts--5 {
  letter-spacing: -5px; }

.lts-2 {
  letter-spacing: 2px; }

@media (max-width: 74.9375em) {
  .lts-lg-0 {
    letter-spacing: 0; } }

@media (max-width: 47.94em) {
  .lts-sm-0 {
    letter-spacing: 0; } }

.lh-20 {
  line-height: 20px; }

.lh-28 {
  line-height: 28px; }

.lh-30 {
  line-height: 30px; }

.lh-40 {
  line-height: 40px; }

.lh-50 {
  line-height: 50px; }

.lh-1pt68 {
  line-height: 1.68; }

.lh-1pt2 {
  line-height: 1.2; }

.lh-1 {
  line-height: 1; }

.lh-pt75 {
  line-height: .75; }

.font-weight-500 {
  font-weight: 500; }

.gradient-text {
  color: #040847;
  background-image: -moz-linear-gradient(180deg, #de92c2 0, #040847 100%);
  background-image: -webkit-linear-gradient(180deg, #de92c2 0, #040847 100%);
  background-image: -ms-linear-gradient(180deg, #de92c2 0, #040847 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*-- Drop Caps --*/
.dropcap:first-letter {
  color: #1ece59;
  float: left;
  font-size: 60px;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 15px; }

.dropcap.color-1:first-letter {
  color: #000000; }

.dropcap.color-2:first-letter {
  color: #362ab7; }

.dropcap.color-3:first-letter {
  color: #8412e2; }

.dropcap.color-4:first-letter {
  color: #b20e3a; }

.dropcap.color-5:first-letter {
  color: #1de50b; }

.dropcap.color-6:first-letter {
  color: #008a93; }

.dropcap.color-7:first-letter {
  color: #dadd00; }

/*-- Hightlight Text --*/
.text-hightlight.style-1 {
  background-color: #ffb1c4; }

.text-hightlight.style-2 {
  background-color: #4a0396; }

.text-hightlight.style-3 {
  background-color: #c3c1df; }

/*-- Blockquote --*/
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: inherit; }

.ht-blockquote.style-1 {
  background-color: #91d4c0;
  font-size: 28px;
  line-height: normal;
  font-style: normal;
  padding: 40px; }
  @media (max-width: 61.94em) {
    .ht-blockquote.style-1 {
      font-size: 24px; } }
  .ht-blockquote.style-1:before {
    border-left: 47px solid transparent;
    border-bottom: 47px solid #fff;
    right: 0;
    bottom: 0; }
  .ht-blockquote.style-1 p {
    font-size: inherit;
    color: inherit;
    line-height: inherit; }
  .ht-blockquote.style-1 footer:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 20px; }

.ht-blockquote.style-2 {
  font-size: 24px;
  line-height: normal;
  padding: 40px;
  font-style: normal;
  margin-bottom: 25px; }
  @media (max-width: 61.94em) {
    .ht-blockquote.style-2 {
      font-size: 20px; } }
  .ht-blockquote.style-2 p {
    font-size: inherit;
    color: inherit;
    line-height: inherit; }
  .ht-blockquote.style-2 footer {
    padding: 14px 20px;
    top: 100%;
    line-height: 20px;
    margin-top: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .ht-blockquote.style-2 footer cite {
      font-style: normal; }

/*****************************
02 - Utilities - Helper
*****************************/
@media (min-width: 62em) {
  .wrapper.enable-header-aside {
    padding-left: 280px; } }

@media (min-width: 75em) {
  .wrapper.enable-header-aside {
    padding-left: 330px; } }

@media (min-width: 62em) {
  .wrapper.enable-header-aside-layout-2 {
    padding-left: 80px; } }

@media (min-width: 62em) {
  .wrapper.enable-header-aside-layout-3 {
    padding-left: 280px; } }

@media (min-width: 87.5625em) {
  .wrapper.enable-header-aside-layout-3 {
    padding-left: 350px; } }

@media (min-width: 93.75em) {
  .wrapper.enable-header-aside-layout-3 {
    padding-left: 370px; } }

.wrapper.enable-main-fullwidth .container-fluid {
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 93.6875em) {
    .wrapper.enable-main-fullwidth .container-fluid {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 87.5em) {
    .wrapper.enable-main-fullwidth .container-fluid {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 85.375em) {
    .wrapper.enable-main-fullwidth .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 74.9375em) {
  .container {
    max-width: 100%;
    width: 100%; } }

.container-fluid-80 {
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 93.6875em) {
    .container-fluid-80 {
      padding-left: 15px;
      padding-right: 15px; } }
  .container-fluid-80-2 {
    padding-left: 80px;
    padding-right: 80px; }
    @media (max-width: 93.6875em) {
      .container-fluid-80-2 {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 81.25em) {
      .container-fluid-80-2 {
        padding-left: 0;
        padding-right: 0; } }

.container-fluid-30 {
  padding-left: 30px;
  padding-right: 30px; }

.container-fluid-1470 {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 93.75em) {
    .container-fluid-1470 {
      max-width: 1470px; } }

.demos-area .container-fluid {
  padding-left: 175px;
  padding-right: 175px; }
  @media (max-width: 114em) {
    .demos-area .container-fluid {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 93.6875em) {
    .demos-area .container-fluid {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 74.9375em) {
    .demos-area .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

.parallax-wrapper {
  min-height: 150px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box; }

.horizontal-parallax {
  transition: transform 0s linear -1ms;
  transform: translate3d(0px, 0px, 0px); }

.vertical-parallax {
  transition: transform 0s linear -1ms;
  transform: translate3d(0px, 0px, 0px); }

.full-height {
  height: 100vh; }

.icon-search:after {
  content: "\f122";
  font-family: "Flaticon";
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 75em) {
  .lg-block-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-1 > .grid-item {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

@media (min-width: 75em) {
  .lg-block-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-2 > .grid-item {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }

@media (min-width: 75em) {
  .lg-block-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-3 > .grid-item {
      -webkit-flex-basis: 33.33333%;
      -moz-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }

@media (min-width: 75em) {
  .lg-block-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-4 > .grid-item {
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; } }

@media (min-width: 75em) {
  .lg-block-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-5 > .grid-item {
      -webkit-flex-basis: 20%;
      -moz-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; } }

@media (min-width: 75em) {
  .lg-block-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-6 > .grid-item {
      -webkit-flex-basis: 16.66667%;
      -moz-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; } }

@media (min-width: 75em) {
  .lg-block-grid-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-7 > .grid-item {
      -webkit-flex-basis: 14.28571%;
      -moz-flex-basis: 14.28571%;
      -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
      max-width: 14.28571%; } }

@media (min-width: 75em) {
  .lg-block-grid-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-8 > .grid-item {
      -webkit-flex-basis: 12.5%;
      -moz-flex-basis: 12.5%;
      -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
      max-width: 12.5%; } }

@media (min-width: 75em) {
  .lg-block-grid-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-9 > .grid-item {
      -webkit-flex-basis: 11.11111%;
      -moz-flex-basis: 11.11111%;
      -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
      max-width: 11.11111%; } }

@media (min-width: 75em) {
  .lg-block-grid-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-10 > .grid-item {
      -webkit-flex-basis: 10%;
      -moz-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; } }

@media (min-width: 75em) {
  .lg-block-grid-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-11 > .grid-item {
      -webkit-flex-basis: 9.09091%;
      -moz-flex-basis: 9.09091%;
      -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
      max-width: 9.09091%; } }

@media (min-width: 75em) {
  .lg-block-grid-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lg-block-grid-12 > .grid-item {
      -webkit-flex-basis: 8.33333%;
      -moz-flex-basis: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; } }

.block-grid-1 > [class^="col"] {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.block-grid-2 > [class^="col"] {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.block-grid-3 > [class^="col"] {
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.block-grid-4 > [class^="col"] {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.block-grid-5 > [class^="col"] {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.block-grid-6 > [class^="col"] {
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.block-grid-7 > [class^="col"] {
  -webkit-flex-basis: 14.28571%;
  -moz-flex-basis: 14.28571%;
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  max-width: 14.28571%; }

.block-grid-8 > [class^="col"] {
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%; }

.block-grid-9 > [class^="col"] {
  -webkit-flex-basis: 11.11111%;
  -moz-flex-basis: 11.11111%;
  -ms-flex-preferred-size: 11.11111%;
  flex-basis: 11.11111%;
  max-width: 11.11111%; }

.block-grid-10 > [class^="col"] {
  -webkit-flex-basis: 10%;
  -moz-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%; }

.block-grid-11 > [class^="col"] {
  -webkit-flex-basis: 9.09091%;
  -moz-flex-basis: 9.09091%;
  -ms-flex-preferred-size: 9.09091%;
  flex-basis: 9.09091%;
  max-width: 9.09091%; }

.block-grid-12 > [class^="col"] {
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

@media (min-width: 93.75em) {
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media (min-width: 93.75em) {
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 93.75em) {
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 93.75em) {
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 93.75em) {
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 93.75em) {
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 93.75em) {
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 93.75em) {
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media (min-width: 93.75em) {
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 93.75em) {
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media (min-width: 93.75em) {
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media (min-width: 93.75em) {
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.gutter-5 {
  margin-left: -2.5px;
  margin-right: -2.5px; }
  .gutter-5 > [class^="col"],
  .gutter-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px; }

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .gutter-10 > [class^="col"],
  .gutter-10 > * {
    padding-left: 5px;
    padding-right: 5px; }

.gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .gutter-15 > [class^="col"],
  .gutter-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px; }

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .gutter-20 > [class^="col"],
  .gutter-20 > * {
    padding-left: 10px;
    padding-right: 10px; }

.gutter-25 {
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .gutter-25 > [class^="col"],
  .gutter-25 > * {
    padding-left: 12.5px;
    padding-right: 12.5px; }

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px; }
  .gutter-30 > [class^="col"],
  .gutter-30 > * {
    padding-left: 15px;
    padding-right: 15px; }

.gutter-35 {
  margin-left: -17.5px;
  margin-right: -17.5px; }
  .gutter-35 > [class^="col"],
  .gutter-35 > * {
    padding-left: 17.5px;
    padding-right: 17.5px; }

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .gutter-40 > [class^="col"],
  .gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px; }

.gutter-45 {
  margin-left: -22.5px;
  margin-right: -22.5px; }
  .gutter-45 > [class^="col"],
  .gutter-45 > * {
    padding-left: 22.5px;
    padding-right: 22.5px; }

.gutter-50 {
  margin-left: -25px;
  margin-right: -25px; }
  .gutter-50 > [class^="col"],
  .gutter-50 > * {
    padding-left: 25px;
    padding-right: 25px; }

.gutter-55 {
  margin-left: -27.5px;
  margin-right: -27.5px; }
  .gutter-55 > [class^="col"],
  .gutter-55 > * {
    padding-left: 27.5px;
    padding-right: 27.5px; }

.gutter-60 {
  margin-left: -30px;
  margin-right: -30px; }
  .gutter-60 > [class^="col"],
  .gutter-60 > * {
    padding-left: 30px;
    padding-right: 30px; }

.gutter-65 {
  margin-left: -32.5px;
  margin-right: -32.5px; }
  .gutter-65 > [class^="col"],
  .gutter-65 > * {
    padding-left: 32.5px;
    padding-right: 32.5px; }

.gutter-70 {
  margin-left: -35px;
  margin-right: -35px; }
  .gutter-70 > [class^="col"],
  .gutter-70 > * {
    padding-left: 35px;
    padding-right: 35px; }

.gutter-75 {
  margin-left: -37.5px;
  margin-right: -37.5px; }
  .gutter-75 > [class^="col"],
  .gutter-75 > * {
    padding-left: 37.5px;
    padding-right: 37.5px; }

.gutter-80 {
  margin-left: -40px;
  margin-right: -40px; }
  .gutter-80 > [class^="col"],
  .gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px; }

.gutter-85 {
  margin-left: -42.5px;
  margin-right: -42.5px; }
  .gutter-85 > [class^="col"],
  .gutter-85 > * {
    padding-left: 42.5px;
    padding-right: 42.5px; }

.gutter-90 {
  margin-left: -45px;
  margin-right: -45px; }
  .gutter-90 > [class^="col"],
  .gutter-90 > * {
    padding-left: 45px;
    padding-right: 45px; }

.gutter-95 {
  margin-left: -47.5px;
  margin-right: -47.5px; }
  .gutter-95 > [class^="col"],
  .gutter-95 > * {
    padding-left: 47.5px;
    padding-right: 47.5px; }

.gutter-100 {
  margin-left: -50px;
  margin-right: -50px; }
  .gutter-100 > [class^="col"],
  .gutter-100 > * {
    padding-left: 50px;
    padding-right: 50px; }

.snptwdgt-container .snptwdgt-rtd__fotr {
  display: none; }

.hide-in-default {
  display: none; }

@media (max-width: 61.94em) {
  .hide-in-default-md {
    display: none; } }

.ov-hidden {
  overflow: hidden; }

.old-price {
  text-decoration: line-through; }

.zoom-out-effect {
  overflow: hidden; }
  .zoom-out-effect img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out; }
  .zoom-out-effect:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.line-height-1 {
  line-height: 1; }

@media (max-width: 47.94em) {
  .h-sm-auto {
    height: auto !important; } }

.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.border-top, .border-bottom, .border-left, .border-right {
  border-color: #dadada !important; }

.border-top-3 {
  border-top: 3px solid #ededed; }

.border-radius, .form__input, .swatch-btn:before, .product-reviews .review__text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.accordion-style-2 .accordion-header, .breadcrumb-area-2 .breadcrumb, .slick-dot-style-2 .slick-dots li, .form__input--4, .qs-datepicker, .qs-datepicker .qs-squares .qs-square, .product-modal .modal-content, .product-summary .product-size-variation .swatch-wrapper, .tab-style-1 .nav-link, .tab-style-2 .nav-link, .tab-style-4 .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.blog__link--content:before, .action-btn, .nav-round .slick-btn, .slick-dot-style-3 .slick-dots li, .icon-circle span, .portfolio__image.rounded-circle .cover-img, .portfolio__image.rounded-circle img, .portfolio__image.rounded-circle .item--overlay, .portfolio__image.rounded-circle .item--overlay:before, .swatch-wrapper, .swatch-btn, .product-reviews .review__avatar, .social.style-circle-hover .social__link, .team-member-style-4 .team-member__inner .item--overlay, .team-member-style-4 .team-member__thumb img, .team-member-style-6 .team-member__thumb img, .team-member-style-7 .team-member__name a:before, .testimonial-style-3 .testimonial__image img, .testimonial-style-4 .testimonial__image, .testimonial-style-4 .testimonial__image img, .testimonial-style-6 .testimonial__image img, .testimonial-style-7 .testimonial__author--role:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.ht-blockquote.style-2, .ht-blockquote.style-2 footer, .accordion-style-2 .accordion-item, .accordion-style-2 .accordion-item:first-of-type, .accordion-style-2 .accordion-item:last-of-type, .accordion-style-2 .accordion-item:not(:first-of-type):not(:last-of-type), .blog--4 .blog__inner, .related-post__info, .form__input, .form__fieldset, .searchform-2 .searchform__input, .product-reviews .review__text, .service-style-3 .service__inner, .testimonial-style-3 .testimonial__inner, .sidebar-inner .widget .tagcloud a {
  border: 1px solid #dadada; }

.load-more-btn, .comment .single-comment {
  border-bottom: 1px solid #dadada; }

.ht-blockquote.style-1, .scroll-to-top, .burger-icon, .accordion-style-2 .accordion-header, .menu-blog__footer .sharing-posts .soical-sharing, .slick-dots li button, .filter-style-1 button, .filter-style-2 button, .form__legend, .form__btn, .searchform__input, .searchform__submit, .searchform-2 .searchform__submit, .newsletter-form__button, .newsletter-form--2 .newsletter-form__input, .nice-select:after, .reservation-form__input, .qs-datepicker .qs-month-year, .qs-datepicker .qs-month-year:hover, .mini-cart__product-remove, .product-modal .modal-content, .product-modal .close, .table tbody td.product-remove .remove, .table.order-table td, .tab-style-1 .nav-tabs, .tab-style-1 .nav-link, .tab-style-2 .nav-tabs, .tab-style-2 .nav-link, .tab-style-3 .nav-tabs, .tab-style-4 .nav-tabs, .tab-style-4 .nav-link, .shop-toolbar .product-filter-btn, .shop-toolbar .product-view-mode button {
  border: none; }

.btn-read-more {
  border-color: #e3e3e3; }

.pagination li .page-number {
  border-color: transparent; }

.pagination li .page-number, .coupon_btn, .coffee-menu-area:before, .form__input--4, .swatch-btn:after, .product-summary .product-color-variation .swatch-wrapper, .product-summary .product-size-variation .swatch-wrapper, .product-gallery__nav-image--single:before, .tab-style-2 .nav-link:before, .home_17_testimonial:after, .opening-hours-widget .open-hours-item:before {
  border-style: solid; }

.pagination li .page-number, .form__input--4, .product-summary .product-color-variation .swatch-wrapper, .product-summary .product-size-variation .swatch-wrapper, .product-gallery__nav-image--single:before, .opening-hours-widget .open-hours-item:before {
  border-width: 1px; }

.banner__btn, .qs-datepicker .qs-month-year {
  margin: 0 auto; }

.demo-item__title, .banner__btn h3, .blog--4 .blog__info, .blog--4 .blog__meta-footer, .post__title, .post__author--name, .breadcrumb-area-2 .page-title, .comment-author, .fact__counter, .fact__title, .qs-datepicker .qs-arrow:after, .info-box-icon-left.info-box-icon-img .info-box__title, .info-box-icon-right .info-box__title, .pricing-table-style-2 .pricing-table__price--value, .pricing-table-style-3 .pricing-table__title, .pricing-table-style-3 .pricing-table__price--value, .product-summary .product-meta .product-categories p, .progress-charts .progress-title, .team-member__role, .testimonial-style-1 .testimonial__author--name, .testimonial-style-1 .testimonial__author--role, .testimonial-style-7 .testimonial__author--name, .home_17_testimonial .slick-dots, .header-aside__widget .widget-title, .shop-toolbar .product-ordering p {
  margin: 0; }

.delimeter, .delimeter-2, .comment-reply-title, .nice-select:after, .pricing-table-style-1 .pricing-table__title, .pricing-table-style-2 .pricing-table__title, .service-style-4 .service__title, .team-member-style-6 .team-member__inner:hover .team-member__social, .testimonial-style-2 .testimonial__author--name, .footer-widget .widget-title, .sidebar-inner .widget-title {
  margin-top: 0; }

.product-reviews .review__text .star-rating {
  margin-left: 0; }

.delimeter, .delimeter-2, .service-style-4 .service__subtitle, .testimonial-style-4 .testimonial__inner, .testimonial-style-4 .testimonial__author--name {
  margin-bottom: 0; }

.burger-icon, .filter-style-1 button, .filter-style-2 button, .searchform-2 .searchform__submit, .newsletter-form__button, .qs-datepicker .qs-arrow:after, .mini-cart__product-remove, .product-item__info .product-item__addto .add_compare:before, .product-item__info .product-item__addto .add_wishlist:before, .swatch-wrapper, .product-summary .product-action .add_wishlist:before, .product-summary .product-action .add_compare:before, .table tbody td.product-remove .remove, .tab-style-2 .nav-tabs, .tab-style-3 .nav-tabs, .tab-style-4 .nav-link, .shop-toolbar .product-filter-btn, .shop-toolbar .product-view-mode button {
  padding: 0; }

.blog--5 .blog__info {
  padding-top: 0; }

.lists-icon-2 .lists-icon__icon {
  padding-right: 0; }

.blog--5 .blog__info {
  padding-bottom: 0; }

.ht-blockquote.style-1, .ht-blockquote.style-2, .wrapper, .blog--4 .blog__meta-footer .share-link, .blog--5 .blog__footer .share-link, .demo-item__inner, .demo-item__thumb, .shop-pages, .pagination li .page-number, .quantity, .star-rating, .message-box, .scroll-to-top i, .scroll-to-top i:before, .hamburger-icon, .burger-icon__bar, .instagram-feed .instagram-feed-item, .instagram-feed .instagram-feed-item a, .gradient-image-box, .home_5_moc_1, .overlay, .coming-soon, .video-popup, .about-me--contact, .accordion-style-2 .accordion-button, .menu-banner, .banner__inner, .banner__info--inner, .menu-blog__media a, .blog__inner, .blog__media, .blog__media .image, .blog__quote--author, .post__author, .related-post, .related-post__media, .breadcrumb-area-2 .breadcrumb li, .page-header-area.page-overlay, .page-header-area.page-overlay h1, .page-header-area.page-overlay h2, .page-header-area.page-overlay h3, .page-header-area.page-overlay h4, .page-header-area.page-overlay h5, .page-header-area.page-overlay h6, .page-header-area.page-overlay p, .page-header-area.page-overlay a, .page-header-area.page-overlay button, .page-header-area.page-overlay hr, .element-carousel, .slick-dots, .slick-dots li, .coffee-menu-area, .coffee-menu-card, .coffee-menu-item, .coffee-menu-item .item--name, .coffee-menu-item .item--price, .comment .single-comment, .searchform, .searchform-2, .newsletter-form, .newsletter-form--2 .newsletter-form__button, .reservation-form .form__group, .mini-cart-wrapper, .mini-cart__product, .menu-portfolio, .portfolio, .portfolio__inner, .portfolio__image, .portfolio-style-1 .portfolio__inner, .portfolio-style-2 .portfolio__inner, .portfolio-style-3 .portfolio__image, .portfolio-style-4 .portfolio__inner, .portfolio-style-4 .portfolio__image, .portfolio-style-5 .portfolio__inner, .pricing-table-style-1, .pricing-table-style-2 .pricing-table__inner, .pricing-table-style-2 .pricing-table__price, .pricing-table-style-2 .pricing-table__price--value, .pricing-table-style-3 .pricing-table__inner, .pricing-table-style-3 .pricing-table__head, .pricing-table-style-3 .pricing-table__price, .pricing-table-style-3 .pricing-table__price--value, .product-item__inner, .product-item__thumb, .product-item__action .add_to_cart_btn span, .product-item__info .product-item__addto, .product-item__info .product-item__addto .add_to_cart_btn, .swatch-btn, .products-list .product-item__thumb, .product-gallery__image, .product-gallery__large-image, .product-gallery__nav-image--single, .progress-charts .progress-bar, .radial-progress, .canvas-holder, .product-reviews .review__container, .service-style-3 .service__inner, .service-style-5, .service-style-5 .service__inner, .service-style-8 .service__img, .tab-style-2 .nav-link, .team-member__inner, .team-member__thumb, .team-member__info, .team-member-style-7 .team-member__thumb, .team-member-style-7 .team-member__name a, .team-member-style-8 .team-member__info, .team-member-style-8 .team-member__role, .testimonial-style-3 .testimonial__inner, .testimonial-style-3 .testimonial__author, .testimonial-wrapper, .testimonial-style-4 .testimonial__inner, .testimonial-style-5 .testimonial__author, .testimonial-style-7 .testimonial__inner, .home_9_testimonial, .home_17_testimonial, .sidebar-inner .widget__menu li, .sidebar-inner .widget__menu li .menu-expand i, .widget__sizes .product-size-swatch li, .opening-hours-widget .open-hours-item, .opening-hours-widget .open-hours-item .item-title, .opening-hours-widget .open-hours-item .item-value, .checkout-title h2, .shop-toolbar .product-filter-btn {
  position: relative; }

.ht-blockquote.style-2 footer, .item-overlay, .blog__media--with-effect .pf-icon, .related-post__media--with-effect .pf-icon, .instagram-feed-hover-content, .video-popup .play_btn, .menu-blog__media a .overlay-icon, .portfolio__inner .icon-plus, .portfolio-style-5 .portfolio__inner .portfolio__icon, .radial-progress__text, .radial-progress__text-2, .team-member__link, .team-member-style-5 .team-member__info, .nav-vertical-center .slick-btn, .team-member-style-1 .team-member__social, .team-member-style-3 .team-member__social, .team-member-style-4 .team-member__social, .blog--4 .blog__meta-footer .share-link .social, .blog--5 .blog__footer .share-link .social, .menu-portfolio__overlay .icon-plus, .item--overlay, .demo-item__thumb .btn, .demo-item__overlay, .quantity .qtybutton, .star-rating:before, .star-rating span, .star-rating span:before, .hamburger-icon span, .accordion-style-2 .accordion-button:before, .menu-banner__overlay, .banner__info, .banner__link, .blog__media .post-link-overlay, .blog__link, .post__author--avatar, .related-post__media .post-link-overlay, .breadcrumb-area-2 .breadcrumb li:not(:last-child):after, .comment-avatar, .searchform__submit, .searchform-2 .searchform__submit, .newsletter-form__button, .newsletter-form--3 .newsletter-form__label, .reservation-form .form__group:after, .qs-datepicker .qs-arrow:after, .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section, .mini-cart__close, .mini-cart__product-remove, .product-modal .close, .searchform__popup .btn-close, .menu-portfolio__overlay, .portfolio__link, .portfolio-style-1 .portfolio__info, .portfolio-style-2 .portfolio__info, .portfolio-style-4 .portfolio__info, .portfolio-style-5 .portfolio__inner .item--overlay, .pricing-table-style-1 .pricing-table__icon, .product-item__thumb--holder .secondary-image, .product-item__overlay, .product-item__action .add_to_cart_btn, .product-item__action .add_to_cart_btn span:before, .product-item__addto, .product-item-layout-2 .product-item__info, .swatch-btn:before, .product-gallery__actions, .advanced-product-filters .btn-close, .progress-charts .progress-bar .percent-label, .legend-wrap, .product-reviews .review__avatar, .service-style-3 .service__icon, .service-style-8 .service__overlay, .team-member-style-6 .team-member__social, .team-member-style-7 .team-member__name a:before, .testimonial-style-3 .testimonial__image, .testimonial-style-4 .testimonial__image, .home_17_testimonial:after, .home_17_testimonial .slick-dots, .sidebar-inner .widget__menu li .menu-expand, .widget__sizes .product-size-swatch li .count, .shop-toolbar .product-filter-btn i {
  position: absolute; }

.global-overlay, .scroll-to-top, .thanos-preloader.active, .mini-cart, .searchform__popup {
  position: fixed; }

.ht-blockquote.style-1:before, .menu-portfolio__overlay .icon-plus:after, .burger-icon__bar:before, .burger-icon__bar:after, .instagram-feed .instagram-feed-item a:before, .gradient-image-box:before, .home_5_moc_1:after, .overlay:after, .page-header-area.page-overlay:after, .coffee-menu-area:before, .coffee-menu-item:before, .coffee-menu-item:not(:last-child):after, .qs-datepicker:before, .menu-portfolio__overlay:before, .portfolio__inner .icon-plus:after, .portfolio-style-5 .portfolio__inner .item--overlay:before, .pricing-table-style-2 .pricing-table__inner:before, .pricing-table-style-3 .pricing-table__head:before, .swatch-btn:after, .product-gallery__nav-image--single:before, .service-style-5:before, .service-style-5:after, .service-style-8 .service__img:after, .tab-style-2 .nav-link:before, .testimonial-style-7 .testimonial__inner:before, .sidebar-inner .widget__menu li .menu-expand i:before, .opening-hours-widget .open-hours-item:before, .shop-toolbar .product-filter-btn i:after {
  position: absolute;
  content: ""; }

.blog__media--with-effect .pf-icon, .related-post__media--with-effect .pf-icon, .instagram-feed-hover-content, .video-popup .play_btn, .menu-blog__media a .overlay-icon, .portfolio__inner .icon-plus, .portfolio-style-5 .portfolio__inner .portfolio__icon, .radial-progress__text, .radial-progress__text-2, .team-member__link, .team-member-style-5 .team-member__info {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hamburger-icon span.line-2, .blog__link, .searchform-2 .searchform__submit, .portfolio-style-2 .portfolio__info, .legend-wrap, .team-member-style-6 .team-member__social, .home_17_testimonial .slick-dots {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.coffee-menu-area:before, .pricing-table-style-3 .pricing-table__head:before, .swatch-btn:before, .tab-style-2 .nav-link:before, .team-member-style-7 .team-member__name a:before, .testimonial-style-3 .testimonial__image {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.item-overlay, .item--overlay, .demo-item__overlay, .instagram-feed .instagram-feed-item a:before, .overlay:after, .menu-banner__overlay, .banner__link, .blog__media .post-link-overlay, .related-post__media .post-link-overlay, .page-header-area.page-overlay:after, .searchform__popup, .menu-portfolio__overlay, .menu-portfolio__overlay:before, .portfolio-style-5 .portfolio__inner .item--overlay:before, .product-item__overlay, .service-style-5:after, .service-style-8 .service__img:after, .service-style-8 .service__overlay, .scroll-to-top i:before, .home_5_moc_1:after, .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section {
  left: 0;
  top: 0; }

.global-overlay, .star-rating:before, .star-rating span, .star-rating span:before, .scroll-to-top i:after, .burger-icon__bar:before, .burger-icon__bar:after, .thanos-preloader.active, .blog__link, .post__author--avatar, .coffee-menu-item:before, .comment-avatar, .portfolio__link, .pricing-table-style-2 .pricing-table__inner:before, .product-item__thumb--holder .secondary-image, .product-item__action .add_to_cart_btn, .product-item__info .product-item__addto, .product-item-layout-2 .product-item__info, .product-gallery__nav-image--single:before, .product-reviews .review__avatar, .service-style-3 .service__icon, .service-style-5:before, .team-member-style-6 .team-member__social, .opening-hours-widget .open-hours-item:before {
  left: 0; }

.accordion-style-2 .accordion-button:before, .breadcrumb-area-2 .breadcrumb li:not(:last-child):after, .nice-select:after, .mini-cart, .mini-cart__close, .mini-cart__product-remove, .product-modal .close, .product-item__addto, .product-gallery__nav-image--single:before, .progress-charts .progress-bar .percent-label, .sidebar-inner .widget__menu li .menu-expand, .widget__sizes .product-size-swatch li .count, .shop-toolbar .product-filter-btn i {
  right: 0; }

.global-overlay, .quantity .qtybutton, .star-rating:before, .star-rating span, .star-rating span:before, .hamburger-icon span.line-1, .thanos-preloader.active, .accordion-style-2 .accordion-button:before, .banner__info, .post__author--avatar, .coffee-menu-area:before, .comment-avatar, .newsletter-form__button, .nice-select:after, .mini-cart, .mini-cart__close, .portfolio__link, .pricing-table-style-1 .pricing-table__icon, .product-item__thumb--holder .secondary-image, .product-item__action .add_to_cart_btn span:before, .product-item__info .product-item__addto, .product-gallery__nav-image--single:before, .product-reviews .review__avatar, .sidebar-inner .widget__menu li .menu-expand i:before, .widget__sizes .product-size-swatch li .count {
  top: 0; }

.hamburger-icon span.line-3, .coffee-menu-item:before, .coffee-menu-item:not(:last-child):after, .mini-cart, .portfolio-style-1 .portfolio__info, .portfolio-style-4 .portfolio__info, .pricing-table-style-3 .pricing-table__price--unit, .product-item__thumb:hover .product-item__action .add_to_cart_btn, .product-item__info .product-item__addto, .product-item__info .product-item__addto .add_to_cart_btn, .product-item-layout-2 .product-item__inner:hover .product-item__action .add_to_cart_btn, .product-gallery__nav-image--single:before, .service-style-5:before {
  bottom: 0; }

a, button, .team-member-style-1 .team-member__social, .team-member-style-3 .team-member__social, .team-member-style-4 .team-member__social, .blog--4 .blog__meta-footer .share-link .social, .blog--5 .blog__footer .share-link .social, .item--overlay, .global-overlay, .burger-icon .burger-icon__bar,
.burger-icon .burger-icon__bar:before,
.burger-icon .burger-icon__bar:after, .instagram-feed .instagram-feed-item a:before, .grayscale-img img, .filter-effect img, .blog--4 .blog__inner, .related-post__info, .btn-close i, .slick-btn, .slick-arrow, .slick-dots li, .slick-dots li button, .coffee-menu-item, .coffee-menu-item:before, .newsletter-form--2 .newsletter-form__button, .icon span, .icon i, .product-modal .close, .custom-close i, .portfolio__inner .icon-plus, .pricing-table-style-3 .pricing-table__head, .pricing-table-style-3 .pricing-table__head:before, .product-item__action .add_to_cart_btn, .product-item__addto, .swatch-btn:before, .swatch-btn:after, .service-style-2-1 .service__icon .icon-img img, .service-style-3 .service__inner, .service-style-5:before, .service-style-5:after, .service-style-6 .service__img, .service-style-7 .service__img img, .service-style-8 .service__img:after, .service-style-8 .service__overlay, .tab-style-2 .nav-link:before, .team-member__thumb img, .team-member__role, .team-member__social, .team-member-style-1 .team-member__thumb img, .testimonial-loop .grid-item, .sidebar-inner .widget__menu li .menu-expand i:before {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.item-overlay, .team-member-style-1 .team-member__social, .team-member-style-3 .team-member__social, .team-member-style-4 .team-member__social, .team-member-style-1 .team-member__inner:hover .team-member__role, .team-member-style-3 .team-member__inner:hover .team-member__role, .team-member-style-4 .team-member__inner:hover .team-member__role, .blog__media--with-effect .pf-icon, .related-post__media--with-effect .pf-icon, .blog--4 .blog__meta-footer .share-link .social, .blog--5 .blog__footer .share-link .social, .portfolio-style-1 .portfolio__title, .portfolio-style-1 .portfolio__tags, .portfolio-style-2 .portfolio__title, .portfolio-style-2 .portfolio__tags, .item--overlay, .demo-item__thumb .btn, .demo-item__overlay, .global-overlay, .instagram-feed-hover-content, .instagram-feed .instagram-feed-item a:before, .menu-banner__overlay, .banner-hover-2 .banner__info--inner, .menu-blog__media a .overlay-icon, .mini-cart, .modal, .searchform__popup, .menu-portfolio__overlay:before, .menu-portfolio__overlay .icon-plus, .portfolio__inner .icon-plus, .portfolio-style-5 .portfolio__inner .portfolio__icon, .product-item__action .add_to_cart_btn, .product-item__addto, .product-item-layout-2 .product-item__info, .swatch-btn:before, .swatch-btn:after, .service-style-8 .service__img:after, .service-style-8 .service__overlay, .tab-style-2 .nav-link:before, .team-member-style-5 .team-member__name, .team-member-style-5 .team-member__role, .team-member-style-5 .team-member__social, .team-member-style-6 .team-member__social {
  visibility: hidden;
  opacity: 0; }

.team-member-style-1 .team-member__inner:hover .team-member__social, .team-member-style-3 .team-member__inner:hover .team-member__social, .team-member-style-4 .team-member__inner:hover .team-member__social, .portfolio-style-1 .portfolio__inner:hover .portfolio__title, .portfolio-style-1 .portfolio__inner:hover .portfolio__tags, .portfolio-style-2 .portfolio__inner:hover .portfolio__title, .portfolio-style-2 .portfolio__inner:hover .portfolio__tags, .demo-item__inner:hover .demo-item__thumb .btn, .global-overlay.overlay-open, .instagram-feed .instagram-feed-item:hover a:before, .instagram-feed .instagram-feed-item:hover .instagram-feed-hover-content, .menu-banner:hover, .banner-hover-2 .item-overlay, .banner-hover-2:hover .banner__info--inner, .menu-blog__media a:hover .overlay-icon, .blog__media--with-effect:hover .pf-icon, .blog--4 .blog__meta-footer .share-link:hover .social, .blog--5 .blog__footer .share-link:hover .social, .related-post__media--with-effect:hover .pf-icon, .mini-cart.open, .modal.show, .searchform__popup.open, .menu-portfolio:hover .menu-portfolio__overlay:before, .menu-portfolio:hover .menu-portfolio__overlay .icon-plus, .portfolio-style-1 .portfolio__inner:hover .item--overlay, .portfolio-style-2 .portfolio__inner:hover .icon-plus, .portfolio-style-5 .portfolio__inner:hover .portfolio__icon, .product-item__thumb:hover .product-item__action .add_to_cart_btn, .product-item__thumb:hover .product-item__addto, .product-item__info .product-item__addto, .product-item__info .product-item__addto .add_to_cart_btn, .product-item-layout-2 .product-item__inner:hover .product-item__action .add_to_cart_btn, .product-item-layout-2 .product-item__inner:hover .product-item__addto, .swatch-btn:hover:before, .swatch-btn:hover:after, .service-style-8 .service__inner:hover .service__overlay, .tab-style-2 .nav-link.active:before, .team-member-style-5 .team-member__inner:hover .item--overlay, .team-member-style-5 .team-member__inner:hover .team-member__name, .team-member-style-5 .team-member__inner:hover .team-member__role, .team-member-style-5 .team-member__inner:hover .team-member__social, .team-member-style-6 .team-member__inner:hover .team-member__social {
  visibility: visible;
  opacity: 1; }

.scroll-to-top i:after, .nice-select:after {
  position: absolute;
  font-family: fontAwesome;
  line-height: 1; }

.nav-vertical-center .slick-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.body-open, .star-rating, .star-rating span, .scroll-to-top, .banner__image, .menu-blog__media a, .blog__media .image, .related-post__media, .fp-section, .mini-cart-inner, .mini-cart__product-remove, .portfolio, .portfolio__inner, .product-item__thumb, .products-list .product-item__thumb, .product-gallery__large-image, .product-gallery__actions, .progress-charts, .team-member__thumb, .home_9_testimonial {
  overflow: hidden; }

.blog--4 .blog__meta-footer .share-link, .blog--5 .blog__footer .share-link, .quantity .qtybutton, .hamburger-icon, .instagram-feed-hover-content span, .menu-blog__footer .sharing-posts i, .btn, .snptcrd__button, .slick-btn, .slick-arrow, .slick-dots li, .slick-dots li button, .searchform__submit, .newsletter-form__button, .newsletter-form--2 .newsletter-form__button, .qs-datepicker .qs-arrow:after, .social__item, .sidebar-inner .widget__menu li .menu-expand, .shop-toolbar .product-filter-btn, .shop-toolbar .product-view-mode button, .shop-toolbar .product-ordering p {
  cursor: pointer; }

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.icon.hover-style-1 span:hover, .service-style-2:hover .hover-style-1 span {
  background-color: #574be8;
  background-image: -webkit-linear-gradient(left, #574be8 0%, #dd92c3 50%, #574be8 100%);
  background-image: linear-gradient(to right, #574be8 0%, #dd92c3 50%, #574be8 100%);
  border-color: rgba(0, 0, 0, 0.01);
  background-size: 200% 100%; }

.icon.hover-style-1 span:hover i, .service-style-2:hover .hover-style-1 span i {
  color: #ffffff;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ffffff 100%); }

.service-style-3:hover .hover-style-2 span {
  background-color: #0B32F9;
  border-color: #0B32F9;
  color: #ffffff; }

.icon.hover-style-3 span:hover, .info-box:hover .hover-style-3 span {
  background-color: #de92c2;
  background-image: -webkit-linear-gradient(left, #de92c2 0%, #040847 50%, #de92c2 100%);
  background-image: linear-gradient(to right, #de92c2 0%, #040847 50%, #de92c2 100%); }

.info-box-icon-left .info-box__icon, .info-box-icon-right .info-box__icon {
  padding-top: 5px;
  display: table-cell;
  line-height: 0;
  vertical-align: top; }

.info-box-icon-left .info-box__info, .info-box-icon-left.info-box-icon-img .info-box__info, .info-box-icon-right .info-box__info {
  display: table-cell;
  vertical-align: top; }

.grayscale-img img, .team-member-style-1 .team-member__thumb img, .team-member-style-2 .team-member__thumb img, .team-member-style-3 .team-member__thumb img, .team-member-style-7 .team-member__thumb img {
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  -o-filter: grayscale(100);
  -ms-filter: grayscale(100);
  filter: grayscale(100); }

.grayscale-img img:hover, .team-member-style-1 .team-member__inner:hover .team-member__thumb img, .team-member-style-2 .team-member__inner:hover .team-member__thumb img, .team-member-style-3 .team-member__inner:hover .team-member__thumb img, .team-member-style-7 .team-member__inner:hover .team-member__thumb img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0); }

.team-member-style-1 .team-member__social, .team-member-style-3 .team-member__social, .team-member-style-4 .team-member__social {
  bottom: -20px;
  left: 0; }

.team-member-style-1 .team-member__inner:hover .team-member__social, .team-member-style-3 .team-member__inner:hover .team-member__social, .team-member-style-4 .team-member__inner:hover .team-member__social {
  bottom: 0; }

.team-member-style-1 .team-member__inner:hover .team-member__role, .team-member-style-3 .team-member__inner:hover .team-member__role, .team-member-style-4 .team-member__inner:hover .team-member__role {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px); }

.team-member-style-5 .team-member__name, .team-member-style-5 .team-member__role, .team-member-style-5 .team-member__social {
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px); }

.team-member-style-5 .team-member__inner:hover .team-member__name, .team-member-style-5 .team-member__inner:hover .team-member__role, .team-member-style-5 .team-member__inner:hover .team-member__social {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.blog__media--with-effect .pf-icon, .related-post__media--with-effect .pf-icon {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 4;
  font-family: "Pe-icon-7-stroke";
  color: #ffffff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .blog__media--with-effect .pf-icon:hover, .related-post__media--with-effect .pf-icon:hover {
    color: #232324; }
  .blog__media--with-effect .pf-icon:before, .related-post__media--with-effect .pf-icon:before {
    content: "\e699";
    font-size: 45px; }

.blog__meta-header .posted-on, .post__header .posted-on, .related-post__meta .posted-on {
  padding-left: 5px; }
  .blog__meta-header .posted-on:before, .post__header .posted-on:before, .related-post__meta .posted-on:before {
    content: "-";
    padding-right: 5px; }

.blog--4 .blog__meta-footer .share-link, .blog--5 .blog__footer .share-link {
  min-width: 30px; }

.blog--4 .blog__meta-footer .share-link .social, .blog--5 .blog__footer .share-link .social {
  bottom: 100%;
  padding: 10px;
  margin-left: -20px;
  white-space: -moz-nowrap;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.176);
  -ms-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.176);
  -o-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.176);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.blog--4 .blog__meta-footer .favourite-link i, .blog--4 .blog__meta-footer .comment-link i, .blog--5 .blog__footer .favourite-link i, .blog--5 .blog__footer .comment-link i {
  color: #bcbcbc;
  padding-right: 2px; }

.btn-bg-gradient {
  background-size: 200% 100%; }

.heading-with-gradient-line-center:after, .gradient-image-box:before, .portfolio-style-1 .portfolio__inner .item--overlay, .portfolio-style-3 .portfolio__inner .item--overlay, .team-member-style-4 .team-member__inner .item--overlay, .team-member-style-6 .team-member__inner .item--overlay {
  background-color: #040847;
  background-image: -moz-linear-gradient(180deg, #de92c2 0, #040847 100%);
  background-image: -webkit-linear-gradient(180deg, #de92c2 0, #040847 100%);
  background-image: -ms-linear-gradient(180deg, #de92c2 0, #040847 100%); }

.btn-bg-gradient {
  background-color: #6150e5;
  background-image: -moz-linear-gradient(left, #6150e5 0%, #d78fc4 50%, #6150e5 100%);
  background-image: -webkit-linear-gradient(left, #6150e5 0%, #d78fc4 50%, #6150e5 100%);
  background-image: -ms-linear-gradient(left, #6150e5 0%, #d78fc4 50%, #6150e5 100%); }

.portfolio-style-2.bg-dark .portfolio__inner .item--overlay {
  background-color: #232324;
  background-image: -moz-linear-gradient(180deg, #232324 0, #232324 100%);
  background-image: -webkit-linear-gradient(180deg, #232324 0, #232324 100%);
  background-image: -ms-linear-gradient(180deg, #232324 0, #232324 100%); }

.portfolio-style-4 .portfolio__inner .item--overlay {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 0, #000000 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 0, #000000 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 0, #000000 100%); }

.portfolio-style-1 .portfolio__title, .portfolio-style-1 .portfolio__tags, .portfolio-style-2 .portfolio__title, .portfolio-style-2 .portfolio__tags {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px); }

.portfolio-style-1 .portfolio__inner:hover .portfolio__title, .portfolio-style-1 .portfolio__inner:hover .portfolio__tags, .portfolio-style-2 .portfolio__inner:hover .portfolio__title, .portfolio-style-2 .portfolio__inner:hover .portfolio__tags {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.portfolio-style-1 .portfolio__inner:hover .portfolio__title, .portfolio-style-1 .portfolio__inner:hover .portfolio__tags, .portfolio-style-2 .portfolio__inner:hover .portfolio__title, .portfolio-style-2 .portfolio__inner:hover .portfolio__tags {
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.portfolio-style-1 .portfolio__inner:hover .portfolio__tags, .portfolio-style-2 .portfolio__inner:hover .portfolio__tags {
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.portfolio-style-2 .portfolio__inner:hover .item--overlay, .portfolio-style-3 .portfolio__inner:hover .item--overlay {
  visibility: visible;
  opacity: .9; }

.menu-portfolio__overlay .icon-plus {
  height: 2px;
  width: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -1px;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  .menu-portfolio__overlay .icon-plus:after {
    width: 2px;
    height: 30px;
    background-color: inherit;
    left: 14px;
    top: -14px; }

/*-- Font --*/
.countdown-timer .single-countdown__time, .countdown-timer .single-countdown__text, .blog__link--content, .portfolio-style-3 .portfolio__title, .portfolio-style-4 .portfolio__title, .pricing-table-style-3 .pricing-table__price--sign, .products-list .product-item__price .money, .team-member-style-8 .team-member__name, .testimonial-style-2 .testimonial__excerpt p, .testimonial-style-5 .testimonial__excerpt p {
  font-size: 24px; }

.menu-blog__media a .overlay-icon, .coffee-menu-item .item--price, .fact-style-3 .fact__title, .qs-datepicker .qs-arrow:after, .fp-nav-control-type-number #fp-nav ul li a .num, .mini-cart__heading, .mini-cart__total span.ammount, .searchform__popup p, .searchform__body, .pricing-table-style-3 .pricing-table__title, .product-item__price .money, .service-style-3 .service__title, .service-style-4 .service__content, .social.style-circle-hover .social__link, .tab-style-4 .nav-link, .team-member-style-7 .team-member__name, .testimonial-style-2 .testimonial__author--name, .testimonial-style-3 .testimonial__author--name, .testimonial-style-4 .testimonial__author--name, .testimonial-style-5 .testimonial__author--name, .testimonial-style-5 .testimonial__author--role, .testimonial-style-6 .testimonial__excerpt p, .shop-toolbar .product-view-mode button {
  font-size: 18px; }

.blog--4 .blog__meta-footer .favourite-link i, .blog--4 .blog__meta-footer .comment-link i, .blog--5 .blog__footer .favourite-link i, .blog--5 .blog__footer .comment-link i, .accordion-button, .nice-select:after, .reservation-form .form__group:after, .pricing-table-style-2 .pricing-table__title, .product-item__action .add_to_cart_btn span:before, .product-item__info .product-item__addto .add_compare:before, .product-item__info .product-item__addto .add_wishlist:before, .product-summary .product-action .add_wishlist:before, .product-summary .product-action .add_compare:before, .radial-progress__label, .product-reviews .review__meta, .social-medium .social__link, .social-round.social-big .social__link, .table.compare-table tbody th, .group-product-table tbody td.product-price .product-price-wrapper > span, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old span, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-new span, .team-member-style-8 .team-member__role {
  font-size: 16px; }

.breadcrumb-area .page-subtitle, .btn-read-more {
  font-size: 15px; }

.demo-item__title, .quantity-input, .star-rating, .accordion-style-2 .accordion-button, .banner__btn, .menu-blog__content p, .menu-blog__footer .sharing-posts i, .menu-blog__footer .favourite-link span, .menu-blog__footer .comment-link span, .blog--4 .blog__meta-footer .favourite-link span, .blog--4 .blog__meta-footer .comment-link span, .blog--5 .blog__content p, .blog--5 .blog__footer .favourite-link span, .blog--5 .blog__footer .comment-link span, .load-more-btn, .coupon_btn, .coffee-menu-item .item--sub, .countdown-wrap.countdown-style-1 .countdown__text, .fact__title, .form__input--2, .form__input.nice-select span.current, .searchform-2 .searchform__input, .searchform-2 .searchform__submit, .reservation-form__input, .mini-cart__product-remove, .mini-cart__product-title, .product-item__title, .progress-charts .progress-title, .progress-charts .progress-bar .percent-label, .radial-progress__text, .chart-legend__label, .service-style-2 .service__content, .service-style-2-1 .service__content, .social-round .social__link, .social-round-30 .social__link, .social-boxed .social__link, .table.order-table td, .group-product-table tbody td.product-name h3, .tab-style-1 .nav-link, .tab-style-2 .nav-link, .team-member-style-1 .team-member__name, .team-member-style-5 .team-member__name, .team-member-style-7 .team-member__name a:before, .footer-widget .widget-title, .footer-widget .widget-menu li a, .header-aside__widget .textwidget .copyright-text, .cart-calculator__item, .payment-label, .payment-text {
  font-size: 14px; }

.blog--list .blog__excerpt p, .action-btn:before {
  font-size: 13px; }

.ht-blockquote.style-1 footer, .ht-blockquote.style-2 footer, .pagination li .page-number, .menu-blog__category-link, .menu-blog__meta span, .menu-blog__meta a, .blog__quote--author, .blog--5 .blog__category-link, .blog--5 .blog__meta span, .blog--5 .blog__meta a, .post__author--name, .btn, .comment-author, .countdown-wrap.countdown-style-2 .countdown__text, .form--checkout .form__input.nice-select span, .newsletter-form--2 .newsletter-form__button, .qs-datepicker, .lists-icon-2 .lists-icon__icon, .mini-cart__total span, .pricing-table-style-2 .pricing-table__price--unit, .pricing-table-style-3 .pricing-table__price--unit, .pricing-table-style-3 .pricing-table__action .pricing-btn, .swatch-btn:before, .advanced-product-filters .product-filter .product-widget .widget-title, .service-style-7 .service__title, .service-style-7 .service__link, .social-small .social__link, .table.shop_attributes td, .table.shop_attributes th, .team-member-style-2 .team-member__name, .team-member-style-3 .team-member__name, .team-member-style-4 .team-member__name, .team-member-style-6 .team-member__name, .testimonial-style-1 .testimonial__author--name, .testimonial-style-1 .testimonial__author--role, .testimonial-style-2 .testimonial__author--role, .testimonial-style-7 .testimonial__author--name, .sidenav-widget .widget .contact-widget li a {
  font-size: 12px; }

.contact-info__item p, .service-style-8 .service__overlay {
  font-size: 11px; }

.blog__meta-header .posted-on, .post__header .posted-on, .related-post__meta .posted-on, .demo-item__thumb .btn, .countdown-timer .single-countdown__time--day, .countdown-timer .single-countdown__text--day, .accordion-button, .accordion-style-2 .accordion-button, .btn, .coupon_btn, .countdown-wrap.countdown-style-1 .countdown__time, .fact-style-3 .fact__counter, .fact-style-3 .fact__title, .filter-style-1 button, .filter-style-2 button, .form__btn, .newsletter-form--2 .newsletter-form__button, .pricing-table-style-2 .pricing-table__title, .pricing-table-style-2 .pricing-table__price--value, .pricing-table-style-2 .pricing-table__action .pricing-btn, .pricing-table-style-3 .pricing-table__action .pricing-btn, .product-item__info .product-item__addto .add_to_cart_btn, .product-summary .product-action .add_to_cart_btn, .radial-progress__text-2, .service-style-8 .service__overlay, .table.compare-table tbody th, .group-product-table tbody td.product-name h3, .tab-style-1 .nav-link.active, .tab-style-4 .nav-link.active, .testimonial-style-1 .testimonial__author--name, .testimonial-style-1 .testimonial__author--role, .footer-widget .widget-title, .shop-toolbar .product-filter-btn {
  font-weight: 700; }

.action-btn:before {
  font-weight: 600; }

.fp-nav-control-type-number #fp-nav ul li a .num, .product-item__action .add_to_cart_btn span:before {
  font-weight: 500; }

.demo-item__title, .banner__btn h3, .blog--3 .blog__meta-header .posted-on, .blog--4 .blog__meta-header .posted-on, .btn-read-more, .coffee-menu-item .item--title, .comment-author, .reply-title, .countdown-wrap.countdown-style-2 .countdown__time, .fact__counter, .fact__title, .qs-datepicker .qs-month-year, .qs-datepicker .qs-squares .qs-num.qs-active, .mini-cart__product-remove, .pricing-table-style-3 .pricing-table__title, .pricing-table-style-3 .pricing-table__price--value, .product-item__title, .product-reviews .review__title, .table.shop_attributes th, .team-member-style-7 .team-member__name a:before, .team-member-style-8 .team-member__name, .testimonial-style-5 .testimonial__author--name, .testimonial-style-7 .testimonial__author--name {
  font-weight: 400; }

.quantity .qtybutton, .searchform__input, .team-member-style-8 .team-member__role {
  font-weight: 300; }

.heading-160, .heading-200, .error h2, .menu-blog__header, .blog--5 .blog__header, .post__meta-footer-top, .breadcrumb-area-2 .breadcrumb li, .load-more-btn, .filter-btns, .filter-style-1 button, .icon, .icon span, .icon i, .icon-simple i, .mini-cart__close .btn-close, .mini-cart__close .btn-close i, .pricing-table-style-2 .pricing-table__price--value, .pricing-table-style-3 .pricing-table__price--sign, .product-item__action .add_to_cart_btn span:before, .product-item__price, .product-item__price .money, .swatch-btn:before, .products-list .product-item__price, .progress-charts .progress-bar .percent-label, .radial-progress__text, .radial-progress__text-2, .chart-legend__label, .social, .social__item, .social__link {
  line-height: 1; }

.coffee-menu-item .item--title, .coffee-menu-item .item--sub {
  line-height: normal; }

.message-box, .form__legend, .form__btn, .fp-nav-control-type-number #fp-nav ul li, .fp-nav-control-type-number #fp-nav ul li a, .product-item__info .product-item__addto .add_to_cart_btn {
  width: auto; }

.accordion-style-2 .accordion-button, .fp-nav-control-type-number #fp-nav ul li, .fp-nav-control-type-number #fp-nav ul li a, .product-modal .modal-body .product-action {
  height: auto; }

.item-overlay, .item--overlay, .demo-item__overlay, .instagram-feed .instagram-feed-item a:before, .overlay:after, .menu-banner__overlay, .banner__link, .blog__media .post-link-overlay, .related-post__media .post-link-overlay, .page-header-area.page-overlay:after, .searchform__popup, .menu-portfolio__overlay, .menu-portfolio__overlay:before, .portfolio-style-5 .portfolio__inner .item--overlay:before, .product-item__overlay, .service-style-5:after, .service-style-8 .service__img:after, .service-style-8 .service__overlay, .team-member-style-1 .team-member__social, .team-member-style-3 .team-member__social, .team-member-style-4 .team-member__social, .demo-item__thumb img, .global-overlay, .quantity-input, .hamburger-icon span, .burger-icon__bar:before, .burger-icon__bar:after, .instagram-feed .instagram-feed-item a img, .thanos-preloader.active, .menu-banner__thumb img, .banner__image img, .banner__info, .menu-blog__media a img, .blog__media .image img, .blog__link, .btn-fullwidth, .slick-dots li button, .coffee-menu-item, .coffee-menu-item:before, .form__input, .form__btn--fullwidth, .searchform-2 .searchform__input, .newsletter-form__input, .newsletter-form--2 .newsletter-form__input, .newsletter-form--2 .newsletter-form__button, .nice-select .list, .reservation-form__input, .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section, .portfolio, .portfolio__inner, .portfolio__image img, .portfolio-style-2 .portfolio__info, .portfolio-style-4 .portfolio__info, .pricing-table-style-1 .pricing-table__icon, .product-item__thumb--holder img, .product-item__action .add_to_cart_btn, .product-item-layout-2 .product-item__info, .product-gallery__nav-image--single img, .product-gallery.vertical-slide-nav .product-gallery__nav-image--single img, .radial-progress, .service-style-3 .service__icon, .service-style-8 .service__img img, .team-member__thumb a, .team-member__thumb img, .team-member-style-4 .team-member__thumb img, .team-member-style-6 .team-member__social, .sidebar-inner .widget__menu li .menu-expand i:before, .popular-post__media .image img, .opening-hours-widget .open-hours-item, .opening-hours-widget .open-hours-item:before {
  width: 100%; }

.item-overlay, .item--overlay, .demo-item__overlay, .instagram-feed .instagram-feed-item a:before, .overlay:after, .menu-banner__overlay, .banner__link, .blog__media .post-link-overlay, .related-post__media .post-link-overlay, .page-header-area.page-overlay:after, .searchform__popup, .menu-portfolio__overlay, .menu-portfolio__overlay:before, .portfolio-style-5 .portfolio__inner .item--overlay:before, .product-item__overlay, .service-style-5:after, .service-style-8 .service__img:after, .service-style-8 .service__overlay, .global-overlay, .quantity-input, .thanos-preloader.active, .home_5_moc_1:after, .banner__info, .slick-dots li button, .nice-select:after, .mini-cart-inner, .searchform__body, .portfolio, .portfolio__inner, .portfolio__image, .portfolio__image img, .products-list .product-item__thumb--holder, .products-list .product-item__thumb--holder a, .products-list .product-item__thumb--holder img, .radial-progress, .service-style-3, .service-style-4 .service__inner, .service-style-6 .service__inner, .team-member__thumb a, .team-member__thumb img, .team-member-style-4 .team-member__thumb img {
  height: 100%; }

.scroll-to-top i:before, .scroll-to-top i:after {
  width: inherit; }

.scroll-to-top i:before, .scroll-to-top i:after {
  height: inherit; }

.form__input, .searchform, .searchform__input, .product-modal .modal-dialog, .searchform__body, .service-style-2-1 .service__inner, .service-style-5 .service__inner, .testimonial-wrapper {
  max-width: 100%; }

.quantity .qtybutton.inc, .blog__quote, .post-navigation .nav-links .nav-prev, .slick-dot-right .slick-dots, .searchform-2 .searchform__input, .products-list .product-item__info, .team-member-style-8 .team-member__info, .team-member-style-8 .team-member__expert, .testimonial-style-4 .testimonial__inner, .testimonial-style-7 .testimonial__excerpt p {
  text-align: left; }

.quantity .qtybutton.dec, .post-navigation .nav-links .nav-next, .slick-dot-left .slick-dots, .coffee-menu-item .item--price, .mini-cart__product-remove {
  text-align: right; }

.ht-blockquote.style-2, .pagination li .page-number, .quantity-input, .scroll-to-top, .thanos-preloader.active, .contact-info__item, .banner__btn, .blog__link--content, .btn, .action-btn:before, .countdown-wrap.countdown-style-1 .countdown__item, .searchform__input, .newsletter-form--2 .newsletter-form__button, .qs-datepicker .qs-arrow:after, .qs-datepicker .qs-month-year, .fp-nav-control-type-number #fp-nav ul li, .icon, .icon-circle span, .icon-square span, .lists-icon-2 .lists-icon__icon, .searchform__popup, .searchform__body, .portfolio-style-2 .portfolio__info, .pricing-table-style-1, .pricing-table-style-2 .pricing-table__packages, .pricing-table-style-2 .pricing-table__action .pricing-btn, .pricing-table-style-3 .pricing-table__head, .pricing-table-style-3 .pricing-table__packages, .pricing-table-style-3 .pricing-table__action, .product-item__thumb--holder, .product-item__action .add_to_cart_btn, .product-item__info, .product-item__info .product-item__addto .add_compare:before, .product-item__info .product-item__addto .add_wishlist:before, .swatch-btn, .swatch-btn:before, .product-summary .product-action .add_wishlist:before, .product-summary .product-action .add_compare:before, .product-gallery__actions a, .radial-progress__label, .service-style-1 .service__inner, .service-style-2 .service__inner, .service-style-2-1 .service__inner, .service-style-3 .service__inner, .service-style-6 .service__inner, .service-style-7 .service__inner, .social.style-circle-hover .social__link, .table.compare-table tbody td, .team-member__info, .team-member-style-6 .team-member__social, .testimonial-style-1 .testimonial__info, .testimonial-style-2 .testimonial__info, .header-aside__widget .widget-title {
  text-align: center; }

.ht-blockquote.style-1 footer, .ht-blockquote.style-2 footer, .accordion-style-2 .accordion-button, .blog__quote--author, .post__author--name, .post-navigation .nav-links__link .meta-nav, .breadcrumb-area-2 .breadcrumb li a, .breadcrumb-area-2 .breadcrumb li span, .btn, .btn-size-lg, .coupon_btn, .comment-title, .form__label, .form__btn, .newsletter-form--2 .newsletter-form__button, .pricing-table-style-2 .pricing-table__action .pricing-btn, .pricing-table-style-3 .pricing-table__action .pricing-btn, .product-item__action .add_to_cart_btn, .product-summary .product-meta-top .sku_wrapper, .product-summary .product-variations-form .variation-label, .product-summary .product-action .add_to_cart_btn, .advanced-product-filters .product-filter .product-widget .widget-title, .service-style-7 .service__title, .service-style-8 .service__overlay, .table.compare-table tbody th, .team-member__name, .team-member__role, .testimonial-style-1 .testimonial__author--name, .testimonial-style-1 .testimonial__author--role, .footer-widget .widget-title, .sidebar-inner .widget-title, .sidebar-inner .widget__menu li a, .sidebar-inner .widget .tagcloud a, .payment-label, .shop-toolbar .product-filter-btn {
  text-transform: uppercase; }

.countdown-wrap.countdown-style-1 .countdown__text, .countdown-wrap.countdown-style-2 .countdown__text, .filter-style-1 button, .filter-style-2 button, .chart-legend__label {
  text-transform: capitalize; }

.action-btn:before, .product-item__action .add_to_cart_btn span:before, .swatch-btn:before {
  text-transform: none; }

.comment .reply:hover, .team-member-style-7 .team-member__name, .team-member-style-8 .team-member__name {
  text-decoration: none; }

.comment .reply {
  text-decoration: underline; }

.scroll-to-top i:after {
  line-height: inherit; }

.form__legend, .qs-datepicker .qs-month-year {
  font-size: inherit; }

.coffee-menu-item .item--title, .coffee-menu-item .item--sub, .qs-datepicker .qs-arrow:after {
  font-family: inherit; }

.contact-info__item i, .contact-info__item p, .blog--3 .blog__meta-header .posted-on a, .blog--4 .blog__meta-header .posted-on a, .coffee-menu-item .item--title, .coffee-menu-item .item--sub, .coffee-menu-item .item--price, .qs-datepicker .qs-month-year, .portfolio__title a, .portfolio__tags a, .product-item__info .product-item__addto .add_compare:before, .product-item__info .product-item__addto .add_wishlist:before, .service-style-6 .service__title a, .service-style-6 .service__title a:hover, .testimonial-style-5 .testimonial__excerpt p, .header-aside__widget .textwidget a {
  color: inherit; }

.ht-blockquote.style-1 footer:before, .demo-item__inner, .pagination li .page-number, .star-rating, .scroll-to-top, .hamburger-icon, .burger-icon, .burger-icon__bar, .instagram-feed .instagram-feed-item a, .thanos-preloader.active, .accordion-style-2 .accordion-button, .banner__btn, .menu-blog__media a, .blog__media .image a, .blog__quote--author:before, .blog__link--content:before, .post__author a, .post-navigation .nav-links__link .post-title, .breadcrumb-area .page-title:after, .btn-fullwidth, .action-btn, .action-btn:before, .slick-btn, .slick-arrow, .slick-dots li button, .coffee-menu-area:before, .reply-title, .countdown-wrap.countdown-style-1 .countdown__time, .countdown-wrap.countdown-style-1 .countdown__text, .form__label, .form .suggestion, .searchform__submit, .searchform-2 .searchform__submit, .qs-datepicker:before, .ps-enable-fullpage .fullpage-wrapper .footer .fp-tableCell, .mini-cart__close .btn-close, .mini-cart__product-remove, .mini-cart__product-title, .product-modal .close span, .searchform__popup .btn-close, .portfolio__image, .portfolio-nav a, .pricing-table-style-2 .pricing-table__action .pricing-btn, .product-item__thumb--holder img, .product-item__info .product-item__addto .add_compare:before, .product-item__info .product-item__addto .add_wishlist:before, .swatch-btn, .product-summary .product-action .add_wishlist:before, .product-summary .product-action .add_compare:before, .product-gallery__actions a, .radial-progress__label, .service-style-5:before, .service-style-5:after, .social.style-circle-hover .social__link, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old, .team-member__thumb a, .team-member-style-8 .team-member__role:after, .testimonial-style-3 .testimonial__author:before, .testimonial-style-5 .testimonial__author:before, .testimonial-style-7 .testimonial__excerpt:after, .home_17_testimonial .slick-dots li, .sidebar-inner .widget__menu li .menu-expand i, .sidebar-inner .widget__menu li .menu-expand i:before, .popular-post__media .image a, .shop-toolbar .product-ordering ul li {
  display: block; }

.heading-with-gradient-line-center, .countdown-timer .single-countdown__time, .countdown-timer .single-countdown__text, .thanos-preloader .thanos-child, .blog__meta-header .posted-by, .blog__meta-header-top .posted-on, .blog__quote--author, .post__header .posted-by, .post-navigation .nav-links__link .meta-nav, .related-post__meta .posted-by, .btn-read-more, .slick-dots li, .countdown-wrap.countdown-style-2 .countdown__time, .countdown-wrap.countdown-style-2 .countdown__text, .form__legend, .icon span, .icon-simple span, .lists-icon__item span, .list-with-dot li span.dot, .portfolio-info-label, .portfolio-info-value, .portfolio-nav a i, .portfolio-nav a span, .pricing-table-style-1 .pricing-table__action .pricing-btn, .pricing-table-style-2 .pricing-table__price--value, .pricing-table-style-2 .pricing-table__price--unit, .pricing-table-style-3 .pricing-table__price--value, .pricing-table-style-3 .pricing-table__price--unit, .pricing-table-style-3 .pricing-table__action .pricing-btn, .product-item__info .product-item__addto .add_to_cart_btn, .product-item__price .money, .swatch-wrapper, .chart-legend__box, .chart-legend__label, .social__item, .social-round .social__link, .social-round-30 .social__link, .social-boxed .social__link, .social.style-circle-hover .social__item, .testimonial-style-1 .testimonial__author, .testimonial-style-1 .testimonial__author--name, .testimonial-style-1 .testimonial__author--role, .testimonial-style-1 .testimonial__author--role:before, .testimonial-style-4 .testimonial__author--name, .testimonial-style-4 .testimonial__author--role, .testimonial-style-5 .testimonial__author--name, .testimonial-style-5 .testimonial__author--role, .testimonial-style-7 .testimonial__author--role:before, .footer-widget .widget-menu li a, .sidebar-inner .widget .tagcloud a, .cart-calculator__item--value > span,
.cart-calculator__item--value > a, .shop-toolbar .product-view-count p, .shop-toolbar .product-view-count ul li, .shop-toolbar .product-view-mode button {
  display: inline-block; }

.block-grid-1, .block-grid-2, .block-grid-3, .block-grid-4, .block-grid-5, .block-grid-6, .block-grid-7, .block-grid-8, .block-grid-9, .block-grid-10, .block-grid-11, .block-grid-12, .two-column-list, .message-box, .countdown-timer, .contact-info, .menu-blog, .blog--4 .blog__meta-footer, .blog--5 .blog__inner, .post__meta-footer-bottom, .post-navigation .nav-links, .blog--list .blog__inner, .coffee-menu-item, .countdown-wrap .countdown, .mini-cart__product, .portfolio-sharing, .product-item__info .product-item__addto, .products-list .product-item__inner, .product-summary .product-action, .user-dashboard-tab, .testimonial-wrapper, .testimonial-style-7 .testimonial__author, .popular-post__item, .cart-calculator__item, .shop-toolbar__left, .shop-toolbar__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.pagination, .breadcrumb-area-2 .breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.countdown-wrap.countdown-style-1 .countdown {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.message-box, .contact-info, .post__meta-footer-bottom, .post-navigation .nav-links, .coffee-menu-item, .comment-bottom, .countdown-wrap.countdown-style-2 .countdown, .opening-hours-widget .open-hours-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.shop-toolbar__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.shop-toolbar__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.user-dashboard-tab {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.countdown-timer, .banner-info-center-bottom .banner__info, .coffee-menu-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.message-box, .post__meta-footer-bottom, .portfolio-sharing, .testimonial-style-7 .testimonial__author, .shop-toolbar__left, .shop-toolbar__right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.block-grid-1, .block-grid-2, .block-grid-3, .block-grid-4, .block-grid-5, .block-grid-6, .block-grid-7, .block-grid-8, .block-grid-9, .block-grid-10, .block-grid-11, .block-grid-12, .two-column-list, .contact-info, .blog--5 .blog__inner, .post__meta-footer-bottom, .post-navigation .nav-links, .blog--list .blog__inner, .comment-bottom, .countdown-wrap .countdown, .products-list .product-item__inner, .product-summary .product-action, .cart-calculator__item, .shop-toolbar__left {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.searchform__body {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.banner-info-center .banner__info, .post__media, .breadcrumb-area.full-height, .searchform__body, .service-style-8 .service__overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.banner-info-center-bottom .banner__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.hero-area, .error-area, .coming-soon-area, .menu-blog__footer, .blog--5 .blog__footer, .page-header-area:not(.full-hieght), .comment-bottom, .comment-meta, .advanced-product-filters .product-filter .product-widget--color .product-color-swatch .swatch-wrapper, .chart-legend__item, .opening-hours-widget .open-hours-item, .shop-toolbar .product-view-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

/*-- Background Styles --*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover; }

.bg-cover {
  background-size: cover; }

.bg-100 {
  background-size: 100% 100%; }

.bg-contain {
  background-size: contain; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat {
  background-repeat: repeat; }

.bg-scroll {
  background-attachment: scroll; }

.bg-fixed {
  background-attachment: fixed; }

.bg-center {
  background-position: center; }

.bg-center-top {
  background-position: center top; }

.bg-center-bottom {
  background-position: center bottom; }

.bg-left-top {
  background-position: left top; }

.bg-left-bottom {
  background-position: left bottom; }

.bg-right-top {
  background-position: right top; }

.bg-right-bottom {
  background-position: right bottom; }

.bg-right-center {
  background-position: right center; }

.bg-position-50-200p {
  background-position: 50% 200px; }

@media (max-width: 47.94em) {
  .bg-sm-padding {
    padding-top: 50%; } }

@media (max-width: 47.94em) {
  .bg-sm-padding-2 {
    padding-top: 25%;
    padding-bottom: 25%; } }

.two-column-list > * {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

@media (max-width: 47.94em) {
  .sm-one-column > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

.max-w-60 {
  max-width: 60%; }

@media (max-width: 74.9375em) {
  .max-w-lg-75 {
    max-width: 75%; } }

@media (max-width: 74.9375em) {
  .max-w-md-85 {
    max-width: 85%; } }

.max-width-500 {
  max-width: 500px; }

.max-width--535 {
  max-width: 535px; }

.max-width--570 {
  max-width: 570px; }

.max-width--600 {
  max-width: 600px; }

.max-width--750 {
  max-width: 750px; }

.max-width--800 {
  max-width: 800px; }

.max-width--830 {
  max-width: 830px; }

.max-width--1200 {
  max-width: 1200px;
  margin: 0 auto; }

/*****************************
03 - Utilities - Common
*****************************/
/*-- Hero Area --*/
.hero-area {
  height: 1000px; }
  @media (max-width: 93.6875em) {
    .hero-area {
      height: 800px; } }
  @media (max-width: 61.94em) {
    .hero-area {
      height: 570px; } }
  @media (max-width: 35.94em) {
    .hero-area {
      height: 450px; } }

.section-intro-text h1 {
  font-size: 30px;
  font-family: "Playfair Display";
  color: #fff;
  line-height: normal;
  padding-bottom: 20px;
  padding-left: 10px; }
  @media (max-width: 61.94em) {
    .section-intro-text h1 {
      padding-bottom: 0; } }

.section-intro-text h2 {
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -4px;
  line-height: 1.15;
  padding-bottom: 25px; }
  @media (max-width: 61.94em) {
    .section-intro-text h2 {
      font-size: 50px;
      letter-spacing: -2px; } }

@media (max-width: 74.9375em) {
  .faq h3 {
    font-size: 19px; } }

/*-- Demo Counter --*/
.demo-count .fact__counter {
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -4px;
  color: #564ae8;
  background-image: -moz-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -webkit-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -ms-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .demo-count .fact__counter:after {
    content: attr(data-value-suffix); }

.demo-count .fact__title {
  font-size: 36px;
  letter-spacing: -2px;
  margin: 0 0 30px;
  line-height: 1.1;
  color: #564ae8;
  background-image: -moz-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -webkit-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -ms-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*-- Demo Item --*/
.demo-item__inner:hover .demo-item__overlay {
  visibility: visible;
  opacity: 0.8; }

.demo-item__inner:hover .demo-item__thumb .btn {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.demo-item__thumb {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  -moz-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  -ms-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  -o-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  margin-top: 30px; }
  .demo-item__thumb .btn {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -10%);
    -moz-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    -o-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    z-index: 1;
    -webkit-transition: all 450ms ease-out;
    -moz-transition: all 450ms ease-out;
    -ms-transition: all 450ms ease-out;
    -o-transition: all 450ms ease-out;
    transition: all 450ms ease-out; }

.demo-item__overlay {
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  -ms-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
  background-color: #040847;
  background-image: -moz-linear-gradient(180deg, #de92c2 0%, #040847 100%);
  background-image: -webkit-linear-gradient(180deg, #de92c2 0%, #040847 100%);
  background-image: -ms-linear-gradient(180deg, #de92c2 0%, #040847 100%); }

.demo-item__title {
  color: #393939;
  padding: 20px 0 35px; }

.shop-pages .woo-logo {
  position: absolute;
  width: 200px;
  top: 155px;
  left: 50%;
  z-index: 1;
  margin-left: -60px; }

/*-- Core Features --*/
.core-feature__inner {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  min-height: 370px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat; }

.core-feature h3 {
  font-size: 16px;
  margin: 15px 0; }
  .core-feature h3:after {
    content: "";
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #d0d0d0;
    width: 60px;
    display: block;
    padding-top: 24px;
    margin-left: auto;
    margin-right: auto; }

.core-feature p {
  font-size: 12px;
  color: #8a8a8a;
  line-height: 24px; }

.core-feature--plugins .core-feature__inner {
  background-image: url(../img/features/f-1.jpg); }

.core-feature--speed .core-feature__inner {
  background-image: url(../img/features/f-3.jpg); }

.core-feature--support .core-feature__inner {
  background-image: url(../img/features/f-6.jpg); }

.core-feature--instagram .core-feature__inner {
  background-image: url(../img/features/f-8.jpg); }

.core-feature--nucleo .core-feature__inner {
  background-image: url(../img/features/f-9.jpg); }

.core-feature--layout .core-feature__inner {
  background-image: url(../img/features/f-10.jpg); }

.core-feature--seo .core-feature__inner {
  background-image: url(../img/features/f-11.jpg); }

.core-feature--responsive .core-feature__inner {
  background-image: url(../img/features/f-12.jpg); }

.core-feature--clean-code .core-feature__inner {
  background-image: url(../img/features/f-13.jpg); }

.core-feature--sass .core-feature__inner {
  background-image: url(../img/features/f-14.jpg); }

.core-feature--gfont .core-feature__inner {
  background-image: url(../img/features/f-15.jpg); }

.core-feature--cross-browser .core-feature__inner {
  background-image: url(../img/features/f-16.jpg); }

.core-feature--slick .core-feature__inner {
  background-image: url(../img/features/f-17.jpg); }

/*-- Demo Footer --*/
.demo-footer {
  text-align: center;
  padding: 60px 15px 70px;
  position: relative;
  background-color: #040847;
  background-image: -moz-linear-gradient(180deg, #de92c2 0%, #040847 100%);
  background-image: -webkit-linear-gradient(180deg, #de92c2 0%, #040847 100%);
  background-image: -ms-linear-gradient(180deg, #de92c2 0%, #040847 100%); }
  .demo-footer:before {
    content: "";
    height: 0;
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -30px; }
  .demo-footer .content {
    max-width: 100%;
    width: 500px;
    margin: 0 auto; }
    .demo-footer .content p {
      font-size: 24px;
      color: #fff;
      line-height: 36px;
      margin-bottom: 30px; }

/*-- Global Overlay --*/
.global-overlay {
  background-color: rgba(35, 35, 36, 0.7);
  z-index: 1000; }

/*-- Pagination --*/
.pagination li .page-number {
  padding: 9px 10px;
  line-height: 20px;
  min-width: 40px;
  margin: 0 3px; }

/*-- Tooltip --*/
.tooltip {
  margin-bottom: 5px; }
  @media (max-width: 47.94em) {
    .tooltip {
      display: none; } }
  .tooltip:hover {
    display: none; }
  .tooltip-inner {
    padding: 3px 10px;
    font-size: 13px; }

/*-- Quantity --*/
.quantity {
  font-size: 20px;
  font-weight: 500;
  width: 120px;
  height: 54px;
  line-height: 1; }
  .quantity-input {
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .quantity-input::-webkit-input-placeholder {
      color: #232324; }
    .quantity-input:-moz-placeholder {
      color: #232324; }
    .quantity-input::-moz-placeholder {
      color: #232324; }
    .quantity-input:-ms-input-placeholder {
      color: #232324; }
  .quantity .qtybutton {
    height: 54px;
    width: 36px;
    line-height: 54px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .quantity .qtybutton.inc {
      right: 0; }
    .quantity .qtybutton.dec {
      left: 0; }
  .quantity--2 {
    width: 80px;
    height: 50px;
    line-height: 30px; }
    .quantity--2 .quantity-input {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
    .quantity--2 .qtybutton {
      width: 20px;
      height: 50px;
      line-height: 50px; }

/*-- Rating --*/
.star-rating {
  height: 14px;
  line-height: 14px;
  width: 88px;
  font-family: 'fontAwesome';
  direction: ltr;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #505050;
  letter-spacing: 5px; }
  .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left; }
  .star-rating span {
    color: #505050;
    float: left;
    padding-top: 15px;
    height: 0; }
    .star-rating span:before {
      content: "\f005\f005\f005\f005\f005"; }
  .star-rating.star-five span {
    width: 100%; }
  .star-rating.star-four span {
    width: 80%; }
  .star-rating.star-four-half span {
    width: 90%; }
  .star-rating.star-three span {
    width: 60%; }
  .star-rating.star-three-half span {
    width: 70%; }
  .star-rating.star-two span {
    width: 40%; }
  .star-rating.star-two-half span {
    width: 50%; }
  .star-rating.star-one span {
    width: 20%; }
  .star-rating.star-one-half span {
    width: 50%; }
  .star-rating.star-half span {
    width: 10%; }

.stars [class*=star-] {
  font-size: 12px;
  display: inline-block;
  text-indent: -9999em;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle; }
  .stars [class*=star-]:before {
    font-family: FontAwesome;
    content: "\f005";
    text-transform: none;
    display: block;
    text-indent: 0; }
  .stars [class*=star-]:first-child {
    margin-left: 0;
    padding-left: 0; }
  .stars [class*=star-]:hover {
    color: #f5b324; }

.stars .star-2:before {
  content: "\f005\f005"; }

.stars .star-3:before {
  content: "\f005\f005\f005"; }

.stars .star-4:before {
  content: "\f005\f005\f005\f005"; }

.stars .star-5:before {
  content: "\f005\f005\f005\f005\f005"; }

/*-- Google Map --*/
#google-map {
  height: 100%;
  min-height: 300px; }
  #google-map .map-2 {
    min-height: 500px; }

#google-map-2 {
  height: 100%;
  min-height: 550px; }

/*-- Mailchimp Alerts --*/
.mailchimp-alerts div:not(:empty) {
  margin-top: 10px;
  margin-bottom: 10px; }

.mailchimp-alerts .mailchimp-error {
  color: #ff0606; }

.mailchimp-alerts .mailchimp-success {
  color: #4cbb6c; }

/*-- Message Box --*/
.message-box {
  background: #f6f6f6;
  padding: 16px 30px;
  word-wrap: break-word;
  border-top: 4px solid #1e85be; }
  .message-box p {
    margin: 0; }
    .message-box p i {
      margin-right: 20px;
      color: #4cbb6c; }

/*-- Countdown --*/
.countdown-timer .single-countdown {
  line-height: 1.3; }
  .countdown-timer .single-countdown:first-child {
    margin-right: 12px; }
  .countdown-timer .single-countdown__text {
    padding: 0 5px; }
  .countdown-timer .single-countdown__time--day, .countdown-timer .single-countdown__text--day {
    font-size: 32px; }
    @media (max-width: 103.125em) {
      .countdown-timer .single-countdown__time--day, .countdown-timer .single-countdown__text--day {
        font-size: 28px; } }
    @media (max-width: 93.6875em) {
      .countdown-timer .single-countdown__time--day, .countdown-timer .single-countdown__text--day {
        font-size: 25px; } }
    @media (max-width: 61.94em) {
      .countdown-timer .single-countdown__time--day, .countdown-timer .single-countdown__text--day {
        font-size: 24px; } }
    @media (max-width: 47.94em) {
      .countdown-timer .single-countdown__time--day, .countdown-timer .single-countdown__text--day {
        font-size: 22px; } }

/*-- Scroll To Top --*/
.scroll-to-top {
  right: 50px;
  bottom: 150px;
  z-index: 999;
  font-size: 20px;
  background-color: #232324;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  @media (max-width: 47.94em) {
    .scroll-to-top {
      right: 30px;
      bottom: 30px; } }
  .scroll-to-top i:before {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .scroll-to-top i:after {
    content: '\f106';
    top: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

/*-- Hamburger Icon --*/
.hamburger-icon {
  width: 28px;
  height: 18.7px; }
  .hamburger-icon span {
    height: 2px;
    background-color: #232324;
    -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2); }
    .hamburger-icon span.line-3 {
      width: 17px; }
  .hamburger-icon.color--white span {
    background-color: #ffffff; }

/*-- Burger Icon --*/
.burger-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto; }
  .burger-icon:hover {
    color: #040847; }
  .burger-icon__bar {
    height: 10px;
    top: -4px; }
    .burger-icon__bar:before {
      bottom: 0;
      width: 60%; }
    .burger-icon__bar:after {
      bottom: -9px; }
  .burger-icon.open .burger-icon__bar {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    .burger-icon.open .burger-icon__bar:before {
      width: 0; }
    .burger-icon.open .burger-icon__bar:after {
      bottom: 9px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .burger-icon .burger-icon__bar,
  .burger-icon .burger-icon__bar:before,
  .burger-icon .burger-icon__bar:after {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit; }

/*-- Start Instagram Feed Area --*/
.instagram-feed-hover-content {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1; }
  .instagram-feed-hover-content span {
    margin-right: 20px; }
    @media (max-width: 93.6875em) {
      .instagram-feed-hover-content span {
        margin-right: 15px; } }
    @media (max-width: 35.94em) {
      .instagram-feed-hover-content span {
        margin-right: 10px; } }
    .instagram-feed-hover-content span:last-child {
      margin-right: 0; }
    .instagram-feed-hover-content span i.fa {
      margin-right: 5px; }

.instagram-feed .instagram-feed-item {
  max-height: 355px; }
  .instagram-feed .instagram-feed-item a:before {
    background-color: rgba(0, 0, 0, 0.2); }

/*-- Separator --*/
.separator {
  margin: 0;
  border-color: #dadada; }
  .separator--2 {
    margin: 0;
    border-color: rgba(255, 255, 255, 0.3); }

.delimeter {
  width: 60px;
  border-top-width: 2px;
  border-color: #040847; }
  .delimeter-w-24 {
    width: 24px; }
  .delimeter-w-34 {
    width: 34px; }
  .delimeter-w-55 {
    width: 55px; }
  .delimeter-w-95 {
    width: 95px; }
  .delimeter-h-3 {
    border-top-width: 3px; }
  .delimeter-2 {
    width: 90px;
    border-top-width: 1px;
    border-color: #232324; }
  .delimeter.color--white {
    border-color: #ffffff !important; }

/*-- Preloader --*/
.thanos-preloader {
  display: none; }
  .thanos-preloader.active {
    z-index: 99999999; }
  .thanos-preloader .thanos-child {
    width: 20px;
    height: 20px;
    background-color: #040847;
    border-radius: 100%;
    -webkit-animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both;
    -moz-animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both;
    -ms-animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both;
    -o-animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both;
    animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both; }
  .thanos-preloader .thanos-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .thanos-preloader .thanos-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

/*-- Error Text --*/
.error-area--2 {
  align-items: flex-end;
  padding-bottom: 80px; }
  .error-area--2 .error h2 {
    margin-bottom: 30px; }

.error-area--3 {
  align-items: flex-start;
  padding-top: 80px; }
  .error-area--3 .error h1 {
    line-height: 1; }
  .error-area--3 .error h2 {
    margin-bottom: 30px; }

.error-area {
  height: 100vh; }

.error h1 {
  font-size: 15rem; }

.error h2 {
  font-size: 50px;
  margin-bottom: 65px; }
  @media (max-width: 61.94em) {
    .error h2 {
      font-size: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 35.94em) {
    .error h2 {
      line-height: 1.4; } }

/*-- Coming Soon --*/
.coming-soon-area {
  height: 100vh; }

.divider {
  padding-top: 20rem; }
  .divider-300 {
    padding-top: 30rem; }

.gradient-image-box:before {
  left: -25px;
  top: -25px;
  height: 90%;
  width: 90%;
  z-index: -1; }

.clippy-banner {
  height: 1270px;
  padding-top: 360px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 53%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 53%, 0% 100%); }
  @media (max-width: 93.6875em) {
    .clippy-banner {
      height: 1200px;
      padding-top: 300px; } }
  @media (max-width: 74.9375em) {
    .clippy-banner {
      height: 1100px; } }
  @media (max-width: 61.94em) {
    .clippy-banner {
      height: 900px; } }
  @media (max-width: 47.94em) {
    .clippy-banner {
      height: 700px; } }
  @media (max-width: 35.94em) {
    .clippy-banner {
      padding-top: 180px; } }
  .clippy-banner__heading {
    font-size: 14rem;
    line-height: 1;
    margin-bottom: 13px;
    letter-spacing: -5px; }
    @media (max-width: 74.9375em) {
      .clippy-banner__heading {
        font-size: 10rem;
        letter-spacing: -3px; } }
    @media (max-width: 47.94em) {
      .clippy-banner__heading {
        font-size: 8rem;
        letter-spacing: 0; } }

.thanos-area {
  margin-top: -585px; }
  @media (max-width: 74.9375em) {
    .thanos-area {
      margin-top: -460px; } }
  @media (max-width: 61.94em) {
    .thanos-area {
      margin-top: -280px; } }

.thanos__content {
  margin-top: 346px; }
  @media (max-width: 74.9375em) {
    .thanos__content {
      margin-top: 230px; } }
  @media (max-width: 61.94em) {
    .thanos__content {
      margin-top: 100px; } }
  @media (max-width: 47.94em) {
    .thanos__content {
      margin-top: 50px; } }

.home_5_moc_1:after {
  background: url(../img/bg/home_5_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 48vw;
  width: calc( 50vw - 30px);
  width: -webkit-calc( 50vw - 30px);
  max-width: 980px; }
  @media (max-width: 47.94em) {
    .home_5_moc_1:after {
      display: none; } }

.home_5_moc_1 .divider-300 {
  display: none; }

.grayscale-img img {
  opacity: .6; }
  .grayscale-img img:hover {
    opacity: 1; }

.home_17_block_1, .last-column {
  padding-left: calc((100vw - 1170px)/2);
  padding-left: -webkit-calc((100vw - 1170px)/2); }
  @media (max-width: 74.9375em) {
    .home_17_block_1, .last-column {
      padding-left: 15px;
      padding-right: 15px; } }

.filter-effect img {
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  -o-filter: grayscale(100);
  -ms-filter: grayscale(100);
  filter: grayscale(100);
  opacity: .6; }
  .filter-effect img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }

.contact-info__item {
  color: #343538; }
  @media (max-width: 35.94em) {
    .contact-info__item {
      max-width: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .contact-info__item i {
    line-height: 30px;
    font-size: 30px;
    width: 30px;
    height: 30px; }

.overlay:after {
  background-color: rgba(0, 0, 0, 0.5); }

.coming-soon {
  z-index: 1; }

.demo-count__counter {
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -4px;
  color: #564ae8;
  background-image: -moz-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -webkit-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -ms-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0; }

.demo-count__title {
  font-size: 36px;
  letter-spacing: -2px;
  margin: 0 0 30px;
  line-height: 1.1;
  color: #564ae8;
  background-image: -moz-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -webkit-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -ms-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*****************************
10 - Layout - Header
*****************************/
/*-- 10.00 - Header --*/
@media (max-width: 61.94em) {
  .header {
    display: none; } }

.header .logo {
  display: block; }
  .header .logo--normal {
    visibility: visible;
    height: auto; }
  .header .logo--transparency {
    visibility: hidden;
    height: 0; }

.header__outer {
  position: relative; }

.header__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 4;
  padding-left: 65px;
  padding-right: 65px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s; }
  @media (max-width: 93.6875em) {
    .header__inner {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 87.5em) {
    .header__inner {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 85.375em) {
    .header__inner {
      padding-left: 0px;
      padding-right: 0px; } }

.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 85.375em) {
    .header__main {
      padding-top: 20px;
      padding-bottom: 20px; } }

.header__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.header__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.header__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.header__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.header-element {
  position: relative; }
  .header-element--mini_cart button sup {
    position: absolute;
    background-color: #7e454d;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    top: 0;
    right: 4px;
    text-align: center;
    padding: 0; }
  .header-element .toolbar-btn {
    color: #232324;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    border: none;
    padding: 0; }
    .header-element .toolbar-btn i {
      font-size: 22px;
      color: black; }
    .header-element .toolbar-btn.menu-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      .header-element .toolbar-btn.menu-btn .hamburger-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
    .header-element .toolbar-btn.mainmenu-btn {
      color: #ffffff;
      background-color: #343538;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      width: 54px;
      height: 54px;
      line-height: 54px;
      text-align: center;
      font-size: 24px; }
      .header-element .toolbar-btn.mainmenu-btn i {
        line-height: inherit;
        display: block; }
      .header-element .toolbar-btn.mainmenu-btn-2 {
        color: #232324;
        width: 40px;
        display: block;
        text-align: center;
        font-size: 24px;
        line-height: 40px;
        height: 40px; }
        .header-element .toolbar-btn.mainmenu-btn-2 i {
          line-height: inherit;
          display: block; }
  .header-element--quote {
    margin-left: 20px; }

.header__contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .header__contact-info__item {
    margin-bottom: 0;
    color: inherit;
    font-size: 12px; }
    .header__contact-info__item i {
      font-size: 16px;
      margin-right: 5px;
      display: inline-block; }
    .header__contact-info__item a, .header__contact-info__item i {
      color: inherit; }
    .header__contact-info__item:not(:last-child) {
      margin-right: 18px; }
      @media (max-width: 61.94em) {
        .header__contact-info__item:not(:last-child) {
          margin-right: 10px; } }

.header__dropdown {
  position: relative; }
  .header__dropdown-text {
    color: #525252;
    text-transform: uppercase; }
  .header__dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 0;
    width: 200px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    white-space: -moz-nowrap;
    white-space: nowrap;
    -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    .header__dropdown-menu li a {
      text-transform: uppercase;
      font-size: 11px;
      display: block;
      padding: 10px 30px;
      color: #525252; }
  .header__dropdown:hover .header__dropdown-menu {
    visibility: visible;
    opacity: 1; }

.header-layout-2 .header__main {
  padding-top: 30px;
  padding-bottom: 30px; }

.header-layout-2 .header__center {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.header-layout-2 .header__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0; }

.header-layout-3 .header__main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.header-layout-3 .header__inner {
  padding-left: 80px;
  padding-right: 80px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s; }
  @media (max-width: 93.6875em) {
    .header-layout-3 .header__inner {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 87.5em) {
    .header-layout-3 .header__inner {
      padding-left: 40px;
      padding-right: 40px; } }

.header-layout-3 .header__main {
  padding-top: 30px;
  padding-bottom: 30px; }

.header-layout-4 .header__main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.header-layout-4 .header__inner {
  padding-left: 80px;
  padding-right: 80px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s; }
  @media (max-width: 93.6875em) {
    .header-layout-4 .header__inner {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 87.5em) {
    .header-layout-4 .header__inner {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 85.375em) {
    .header-layout-4 .header__inner {
      padding-left: 15px;
      padding-right: 15px; } }

.header-layout-4 .header__main {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 85.375em) {
    .header-layout-4 .header__main {
      padding-top: 20px;
      padding-bottom: 20px; } }

.header-layout-4 .header__center {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.header-layout-4 .header__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0; }

.header-layout-5 .header__inner {
  padding-left: 80px;
  padding-right: 80px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s; }
  @media (max-width: 93.6875em) {
    .header-layout-5 .header__inner {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 87.5em) {
    .header-layout-5 .header__inner {
      padding-left: 40px;
      padding-right: 40px; } }

.header-layout-5 .header__main {
  padding-top: 30px;
  padding-bottom: 30px; }

.header-layout-5 .header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%; }
  @media (max-width: 87.5em) {
    .header-layout-5 .header__left {
      -webkit-flex-basis: 40%;
      -moz-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; } }

.header-layout-5 .header__center {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.header-layout-5 .header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  @media (max-width: 87.5em) {
    .header-layout-5 .header__right {
      -webkit-flex-basis: 40%;
      -moz-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; } }

.header-layout-6 .header__inner {
  padding-left: 80px;
  padding-right: 80px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s; }
  @media (max-width: 93.6875em) {
    .header-layout-6 .header__inner {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 87.5em) {
    .header-layout-6 .header__inner {
      padding-left: 40px;
      padding-right: 40px; } }

.header-layout-6 .header__main {
  padding-top: 30px;
  padding-bottom: 30px; }

.header-layout-6 .header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }
  @media (max-width: 87.5em) {
    .header-layout-6 .header__left {
      -webkit-flex-basis: 19%;
      -moz-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
      flex-basis: 19%; } }
  @media (max-width: 74.9375em) {
    .header-layout-6 .header__left {
      -webkit-flex-basis: 8%;
      -moz-flex-basis: 8%;
      -ms-flex-preferred-size: 8%;
      flex-basis: 8%; } }

.header-layout-6 .header__center {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.header-layout-6 .header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  @media (max-width: 87.5em) {
    .header-layout-6 .header__right {
      -webkit-flex-basis: 19%;
      -moz-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
      flex-basis: 19%; } }

.header-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #ffffff; }

/*-- 10.01 - Mobile Header --*/

    .header-mobile {
      display: block; }
      .header-mobile .logo img {
        max-height: 80%; }
      .header-mobile .logo--normal {
        visibility: visible;
        height: auto; }
      .header-mobile .logo--transparency {
        visibility: hidden;
        height: 0; }
      .header-mobile__outer {
        position: relative; }
      .header-mobile__inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        z-index: 99; }
      .header-mobile__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        z-index: 99; }
      .header-mobile__col {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
      .header-mobile__left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
      .header-mobile__center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
      .header-mobile__right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; } 

/*-- 10.02 - Transparent Header --*/
.header-transparent {
  background-color: transparent;
  position: absolute;
  left: 0;
  /*top: 0;*/
  width: 100%;
  z-index: 2; }
  .header-transparent .logo {
    display: block; }
    .header-transparent .logo--normal {
      visibility: hidden;
      height: 0; }
    .header-transparent .logo--transparency {
      visibility: visible;
      height: auto; }
  .header-transparent .header__inner {
    background-color: white; }
  .header-transparent .header-mobile__inner {
    background-color: transparent; }
  .header-transparent .header-element .toolbar-btn {
    color: #ffffff; }
    .header-transparent .header-element .toolbar-btn .hamburger-icon span {
      background-color: #21203f; }
    .header-transparent .header-element .toolbar-btn.mainmenu-btn {
      color: #ffffff; }
      .header-transparent .header-element .toolbar-btn.mainmenu-btn-2 {
        color: #ffffff; }

/*-- 10.03 - Sticky Header --*/
.site-header.is-sticky .header__inner {
  position: fixed;
  top: 0;
  transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  will-change: transform,background; }
  .site-header.is-sticky .header__inner.header--pinned {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transition: transform .5s,background .25s,visibility .25s,opacity .25s;
    transition: transform .5s,background .25s,visibility .25s,opacity .25s; }
  .site-header.is-sticky .header__inner.header--unpinned {
    transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    -moz-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    -ms-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    -o-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s; }

.site-header.is-sticky.header-transparent {
  z-index: 3; }
  .site-header.is-sticky.header-transparent .logo--normal {
    visibility: visible;
    height: auto; }
  .site-header.is-sticky.header-transparent .logo--transparency {
    visibility: hidden;
    height: 0; }
  .site-header.is-sticky.header-transparent .main-navigation.color-white .mainmenu__link {
    color: #232324; }
  .site-header.is-sticky.header-transparent .header-element .toolbar-btn {
    color: #232324; }
    .site-header.is-sticky.header-transparent .header-element .toolbar-btn .hamburger-icon span {
      background-color: #232324; }
    .site-header.is-sticky.header-transparent .header-element .toolbar-btn.mainmenu-btn-2 {
      color: #232324; }
    .site-header.is-sticky.header-transparent .header-element .toolbar-btn.mainmenu-btn {
      color: #ffffff; }
  .site-header.is-sticky.header-transparent .header__inner {
    background-color: #fff; }

.site-header.is-sticky.header-aside .vertical-sticky {
  position: fixed;
  top: auto;
  width: 330px;
  bottom: 0; }
  @media (max-width: 74.9375em) {
    .site-header.is-sticky.header-aside .vertical-sticky {
      width: 280px; } }

.site-header.is-sticky.header-aside-layout-2 .vertical-sticky {
  position: fixed;
  top: auto;
  width: 80px;
  bottom: 0; }

.site-header.is-sticky.header-layout-5 .header__contact-info.color--white {
  color: #232324 !important; }

.site-header.is-sticky.sticky-transparent .header--fixed {
  background-color: rgba(255, 255, 255, 0.1); }

.header-mobile.is-sticky.header-transparent .header-element .toolbar-btn {
  color: #232324; }
  .header-mobile.is-sticky.header-transparent .header-element .toolbar-btn .hamburger-icon span {
    background-color: #232324; }
  .header-mobile.is-sticky.header-transparent .header-element .toolbar-btn.mainmenu-btn-2 {
    color: #232324; }
  .header-mobile.is-sticky.header-transparent .header-element .toolbar-btn.mainmenu-btn {
    color: #ffffff; }

.header-mobile.is-sticky.header-transparent .header__inner {
  background-color: #fff; }

.ps-enable-fullpage .is-sticky .header__outer, .ps-enable-fullpage .is-sticky .header-mobile__outer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

/*-- 10.031 - Mobile Sticky Header --*/
.header-mobile.is-sticky .header-mobile__inner {
  top: 0;
  position: fixed;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  will-change: transform,background; }
  .header-mobile.is-sticky .header-mobile__inner.header--pinned {
    position: fixed;
    -webkit-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
    -moz-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
    -ms-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
    -o-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
    transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }
  .header-mobile.is-sticky .header-mobile__inner.header--unpinned {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    -moz-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    -ms-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    -o-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s; }
    .header-mobile.is-sticky .header-mobile__inner.header--unpinned.header-stick {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }

.header-mobile.is-sticky.header-transparent .logo--normal {
  visibility: visible;
  height: auto; }

.header-mobile.is-sticky.header-transparent .logo--transparency {
  visibility: hidden;
  height: 0; }

.header-mobile.is-sticky.header-transparent .main-navigation.color-white .mainmenu__link {
  color: #232324; }

.header-mobile.is-sticky.header-transparent .header__toolbar--btn {
  color: #232324; }
  .header-mobile.is-sticky.header-transparent .header__toolbar--btn .hamburger-icon span {
    background-color: #232324; }
  .header-mobile.is-sticky.header-transparent .header__toolbar--btn.mainmenu-btn-2 {
    color: #232324; }
  .header-mobile.is-sticky.header-transparent .header__toolbar--btn.mainmenu-btn {
    color: #ffffff; }

.header-mobile.is-sticky.header-transparent .header-mobile__inner {
  background-color: #fff; }

.header-mobile.is-sticky.header-aside.is-sticky .vertical-sticky-1 {
  position: fixed;
  top: auto;
  width: 330px;
  bottom: 0; }
  @media (max-width: 74.9375em) {
    .header-mobile.is-sticky.header-aside.is-sticky .vertical-sticky-1 {
      width: 280px; } }

.header-mobile.is-sticky.header-layout-5 .header__contact-info.color--white {
  color: #232324 !important; }

.header-mobile.is-sticky.sticky-transparent .header--fixed {
  background-color: rgba(255, 255, 255, 0.1); }

/*-- 10.04 - Header Dark Item --*/
.dark-item.site-header .logo--normal {
  visibility: visible;
  height: auto; }

.dark-item.site-header .logo--transparency {
  visibility: hidden;
  height: 0; }

.dark-item.site-header .header__toolbar--btn {
  color: #232324; }
  .dark-item.site-header .header__toolbar--btn .hamburger-icon span {
    background-color: #232324; }

/*-- 10.05 - Top Bar --*/
.top-bar {
  border-bottom: 1px solid #dadada; }
  .top-bar__inner {
    padding-left: 80px;
    padding-right: 80px;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s; }
    @media (max-width: 93.6875em) {
      .top-bar__inner {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 87.5em) {
      .top-bar__inner {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 61.94em) {
      .top-bar__inner {
        padding-left: 15px;
        padding-right: 15px; } }
  .top-bar__main {
    padding: 26px 0; }
    @media (max-width: 61.94em) {
      .top-bar__main {
        padding: 18px 0; } }
  .top-bar__main, .top-bar__left, .top-bar__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .top-bar__right .header__contact-info {
    margin-right: 20px; }
    @media (max-width: 61.94em) {
      .top-bar__right .header__contact-info {
        margin-right: 10px; } }
  .top-bar .welcome-text {
    margin-right: 20px; }
    @media (max-width: 61.94em) {
      .top-bar .welcome-text {
        margin-right: 10px; } }

/*-- 10.06 - Header Aside CSS --*/
.header-aside {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 330px;
  min-height: 100vh;
  z-index: 111;
  -webkit-box-shadow: 0 0 60px 0 rgba(41, 44, 58, 0.06);
  -moz-box-shadow: 0 0 60px 0 rgba(41, 44, 58, 0.06);
  -ms-box-shadow: 0 0 60px 0 rgba(41, 44, 58, 0.06);
  -o-box-shadow: 0 0 60px 0 rgba(41, 44, 58, 0.06);
  box-shadow: 0 0 60px 0 rgba(41, 44, 58, 0.06); }
  @media (max-width: 74.9375em) {
    .header-aside {
      width: 280px; } }
  @media (max-width: 61.94em) {
    .header-aside {
      display: none; } }
  .header-aside__inner {
    padding: 80px 75px;
    height: 100vh; }
    @media (max-width: 74.9375em) {
      .header-aside__inner {
        padding: 60px 35px; } }
    @media (max-width: 61.94em) {
      .header-aside__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 0 15px; } }
  @media (max-width: 61.94em) {
    .header-aside__bottom {
      display: none; } }
  .header-aside .copyright-text {
    margin-bottom: 5px; }
  .header-aside-layout-2 {
    width: 80px;
    z-index: 99999; }
    .header-aside-layout-2 .header-aside__inner {
      padding: 30px 20px;
      position: relative;
      height: 100vh; }
      .header-aside-layout-2 .header-aside__inner.is-sticky {
        position: fixed;
        width: 80px; }
    .header-aside-layout-2 .header-aside__middle {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0;
      margin: -20px 0 0; }
  .header-aside-layout-3 {
    width: 370px;
    min-height: 100%; }
    @media (max-width: 93.6875em) {
      .header-aside-layout-3 {
        width: 350px; } }
    @media (max-width: 87.5em) {
      .header-aside-layout-3 {
        width: 280px; } }
    .header-aside-layout-3 .header-aside__inner {
      background-color: #232324;
      color: #909090;
      height: 100%; }
    .header-aside-layout-3 .header-aside__row {
      padding: 80px 0; }
      @media (max-width: 74.9375em) {
        .header-aside-layout-3 .header-aside__row {
          padding: 50px 0; } }
      .header-aside-layout-3 .header-aside__row > div {
        margin-left: 30px;
        margin-right: 30px; }
    .header-aside-layout-3 .main-navigation--aside {
      width: 100%;
      float: left; }

/*****************************
11 - Layout - Footer
*****************************/
.footer-top {
  background-color: #262626;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 61.94em) {
    .footer-top {
      padding-top: 60px;
      padding-bottom: 60px; } }

.footer-bottom {
  background-color: #232324;
  color: #565656;
  padding-top: 16px;
  padding-bottom: 16px; }

.footer-layout-2 {
  background-color: #ffffff; }

.copyright-text {
  margin-bottom: 0;
  color: #525252 !important; }

/*****************************
20 - Components - About
*****************************/
/*-- 20.00 - about card --*/
.about-card {
  padding-top: 50px;
  padding-bottom: 55px; }
  @media (max-width: 74.9375em) {
    .about-card {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 61.94em) {
    .about-card {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .about-card__inner {
    max-width: 485px; }
  @media (min-width: 75em) {
    .about-card-left {
      padding-right: 100px; } }
  .about-card-left .about-card__inner {
    margin-left: auto; }
  @media (min-width: 75em) {
    .about-card-right {
      padding-left: 100px; } }
  .about-card-right .about-card__inner {
    margin-right: auto; }

/*-- 20.01 - about banner 1 --*/
@media (min-width: 62em) {
  .about-me--contact:before {
    content: "";
    position: absolute;
    height: 50px;
    top: 30px;
    left: -20%;
    border-left: 1px solid #000;
    opacity: 0.15; } }

/*****************************
21 - Components - Accordion
*****************************/
/*-- 21.00 - Accordion Style 1 --*/
.accordion-button {
  overflow-wrap: break-word;
  white-space: -moz-normal;
  white-space: normal; }
  .accordion-button.collapsed {
    border-bottom: 1px solid #dadada; }
  .accordion-button:after {
    display: none; }

/*-- 21.01 - Accordion Style 2 --*/
.accordion-style-2 .accordion-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .accordion-style-2 .accordion-item.open {
    -webkit-box-shadow: 0 0 38px 0 rgba(102, 200, 247, 0.14);
    -moz-box-shadow: 0 0 38px 0 rgba(102, 200, 247, 0.14);
    -ms-box-shadow: 0 0 38px 0 rgba(102, 200, 247, 0.14);
    -o-box-shadow: 0 0 38px 0 rgba(102, 200, 247, 0.14);
    box-shadow: 0 0 38px 0 rgba(102, 200, 247, 0.14); }
  .accordion-style-2 .accordion-item:first-of-type, .accordion-style-2 .accordion-item:last-of-type, .accordion-style-2 .accordion-item:not(:first-of-type):not(:last-of-type) {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .accordion-style-2 .accordion-item:not(:last-child) {
    margin-bottom: 10px; }

.accordion-style-2 .accordion-header {
  padding: 12px 30px 12px; }

.accordion-style-2 .accordion-button {
  padding: 0;
  border: none;
  line-height: 30px;
  overflow-wrap: break-word;
  white-space: -moz-normal;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .accordion-style-2 .accordion-button:before {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 10px; }
  .accordion-style-2 .accordion-button.collapsed {
    border: none; }
    .accordion-style-2 .accordion-button.collapsed:before {
      content: "\f078"; }
  .accordion-style-2 .accordion-button:hover {
    text-decoration: none; }

.accordion-style-2 .accordion-body {
  padding: 0 30px 40px; }

/*****************************
22 - Components - Animation
*****************************/
@keyframes passing-reverse {
  from {
    transform: translateX(0); }
  50% {
    transform: translateX(7%);
    opacity: .6; }
  to {
    transform: translateX(30%);
    opacity: 0; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes HTFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.HTFadeInUp {
  animation-name: HTFadeInUp; }

@keyframes effect_shine {
  100% {
    left: 150%; } }

@-webkit-keyframes thanos-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes thanos-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes circleloading {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes button-anim {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
    -o-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes button-anim {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
    -o-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes slickZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }

@keyframes slickZoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }

@-webkit-keyframes slickZoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8); }
  to {
    opacity: 0; } }

@keyframes slickZoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8); }
  to {
    opacity: 0; } }

/*****************************
23 - Components - Banner
*****************************/
/*-- 23.00 - Menu Banner --*/
.menu-banner__overlay {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2); }

.menu-banner:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/*-- 23.01 - Global Banner --*/
.banner__image img {
  -webkit-transition: opacity 0.35s, transform 1s;
  -moz-transition: opacity 0.35s, transform 1s;
  -ms-transition: opacity 0.35s, transform 1s;
  -o-transition: opacity 0.35s, transform 1s;
  transition: opacity 0.35s, transform 1s; }

.banner__info--inner {
  z-index: 1; }
  .banner__info--inner.width-1 {
    max-width: 90%; }

.banner__btn {
  background-color: #fff;
  max-width: 380px;
  padding: 20px 30px 5px;
  color: #525252; }
  @media (max-width: 61.94em) {
    .banner__btn {
      max-width: 330px; } }
  .banner__btn h3 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-style: normal; }
  .banner__btn span:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 8px; }

.banner__link {
  z-index: 1;
  text-indent: -99999px; }

.banner-hover-1:hover .banner__image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.banner-hover-2 .item-overlay {
  background-color: transparent;
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  -ms-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  transition: all 450ms ease-out; }

.banner-hover-2 .banner__info--inner {
  -webkit-transform: translate(0, 50%) scale(2);
  -moz-transform: translate(0, 50%) scale(2);
  -ms-transform: translate(0, 50%) scale(2);
  -o-transform: translate(0, 50%) scale(2);
  transform: translate(0, 50%) scale(2);
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  -ms-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  transition: all 450ms ease-out; }

.banner-hover-2:hover .banner__info--inner {
  -webkit-transform: translate(0, 50%) scale(1);
  -moz-transform: translate(0, 50%) scale(1);
  -ms-transform: translate(0, 50%) scale(1);
  -o-transform: translate(0, 50%) scale(1);
  transform: translate(0, 50%) scale(1); }

.banner-hover-2:hover .item-overlay {
  background-color: rgba(35, 35, 36, 0.6); }

/*****************************
24 - Components - Blog
*****************************/
/*-- 24.00 - Menu Blog --*/
.menu-blog {
  white-space: -moz-normal;
  white-space: normal; }
  .menu-blog__media {
    -webkit-flex-basis: 38%;
    -moz-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    max-width: 38%;
    padding: 0 10px; }
    .menu-blog__media a {
      margin: 0 !important; }
      .menu-blog__media a img {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
      .menu-blog__media a .overlay-icon {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        z-index: 4;
        font-family: "Pe-icon-7-stroke";
        border: 1px solid #ffffff;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400; }
        .menu-blog__media a .overlay-icon:before {
          content: "\e699"; }
      .menu-blog__media a:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); }
  .menu-blog__info {
    -webkit-flex-basis: calc(100% - 38%);
    -moz-flex-basis: calc(100% - 38%);
    -ms-flex-preferred-size: calc(100% - 38%);
    flex-basis: calc(100% - 38%);
    max-width: calc(100% - 38%);
    padding: 0 10px; }
    .menu-blog__info a {
      margin: 0 !important; }
  .menu-blog__category-link {
    margin: 0 !important; }
  .menu-blog__title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px; }
  .menu-blog__meta .posted-on {
    padding-left: 5px; }
    .menu-blog__meta .posted-on:before {
      content: "-";
      padding-right: 5px; }
  .menu-blog__content {
    margin-top: 17px; }
  .menu-blog__footer {
    margin-top: 10px; }
    .menu-blog__footer .sharing-posts {
      min-width: 30px; }
      .menu-blog__footer .sharing-posts .soical-sharing {
        display: none; }
    .menu-blog__footer .favourite-link {
      margin-right: 15px; }
    .menu-blog__footer .favourite-link i, .menu-blog__footer .comment-link i {
      color: #bcbcbc;
      padding-right: 2px; }

/*-- 24.01 - Blog --*/
.blog__media .image img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.blog__media--with-effect .pf-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center; }

.blog__media--with-effect .item--overlay {
  visibility: visible;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.blog__media--with-effect:hover .item--overlay {
  opacity: .9; }

.blog__media--with-effect:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.blog__media .post-link-overlay {
  z-index: 2;
  text-indent: -99999px; }

.blog__info {
  padding-top: 25px; }

.blog__title {
  margin-bottom: 0;
  margin-top: 0; }

.blog__excerpt {
  padding-left: 10px;
  padding-right: 10px; }

.blog__meta-header .category-links {
  padding-left: 5px; }

.blog__meta-footer {
  margin-top: 35px; }
  @media (max-width: 61.94em) {
    .blog__meta-footer {
      margin-top: 30px; } }

.blog__quote {
  padding: 40px; }
  @media (max-width: 61.94em) {
    .blog__quote {
      padding: 30px; } }
  .blog__quote--content {
    font-size: 28px;
    line-height: normal; }
    @media (max-width: 61.94em) {
      .blog__quote--content {
        font-size: 24px; } }
  .blog__quote--author:before {
    content: "";
    border-top: 2px solid;
    width: 50px;
    margin: 5px 0 15px; }

.blog__link {
  z-index: 2; }
  .blog__link--content {
    line-height: 1.2;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word; }
    .blog__link--content:before {
      content: "\f0c1";
      font-family: "FontAwesome";
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      margin: 0 auto 15px; }

.blog.format-link .blog__media .post-link-overlay {
  z-index: 0;
  opacity: .5; }

.blog.format-video .blog__media:not(:hover) .item--overlay {
  opacity: .5;
  visibility: visible;
  background-color: #232324; }

.blog.format-video .blog__media .pf-icon-video {
  font-family: "FontAwesome";
  opacity: .7;
  visibility: visible;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center; }
  .blog.format-video .blog__media .pf-icon-video:before {
    content: "\f04b";
    margin-left: 3px; }

.blog.no-thumb .blog__info {
  padding-top: 25px; }
  @media (max-width: 61.94em) {
    .blog.no-thumb .blog__info {
      padding-top: 15px; } }

.blog--2 .blog__info {
  padding-top: 30px;
  padding-bottom: 50px; }

.blog--2 .blog__title {
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 5px; }
  @media (max-width: 61.94em) {
    .blog--2 .blog__title {
      font-size: 22px; } }

.blog--2 .blog__meta-header {
  margin-bottom: 20px; }

.blog--2 .blog__meta-footer {
  margin-top: 26px; }

.blog--2 .blog__excerpt {
  padding-left: 0;
  margin-bottom: 0; }

.blog--3 .blog__info {
  padding-top: 20px;
  padding-bottom: 0; }

.blog--3 .blog__title {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 5px; }

.blog--4 .blog__inner {
  margin-bottom: 1px; }

.blog--4 .blog__info {
  padding: 35px 40px; }
  @media (max-width: 74.9375em) {
    .blog--4 .blog__info {
      padding: 30px 25px; } }

.blog--4 .blog__title {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px; }

.blog--4 .blog__excerpt {
  padding: 0;
  margin-bottom: 27px; }

.blog--4 .blog__meta-header {
  margin-bottom: 14px; }

.blog--4 .blog__meta-footer .favourite-link {
  margin-right: 15px; }

.blog--5 .blog__inner {
  white-space: -moz-normal;
  white-space: normal; }

.blog--5 .blog__media {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  max-width: 33%; }

.blog--5 .blog__info {
  -webkit-flex-basis: calc(100% - 33%);
  -moz-flex-basis: calc(100% - 33%);
  -ms-flex-preferred-size: calc(100% - 33%);
  flex-basis: calc(100% - 33%);
  max-width: calc(100% - 33%);
  padding-left: 40px; }
  @media (max-width: 61.94em) {
    .blog--5 .blog__info {
      padding-left: 20px; } }

.blog--5 .blog__title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px; }
  @media (max-width: 61.94em) {
    .blog--5 .blog__title {
      font-size: 18px;
      margin-bottom: 5px; } }
  @media (max-width: 47.94em) {
    .blog--5 .blog__title {
      font-size: 16px; } }

.blog--5 .blog__meta {
  line-height: 1.7; }
  .blog--5 .blog__meta .posted-on {
    padding-left: 5px; }
    .blog--5 .blog__meta .posted-on:before {
      content: "-";
      padding-right: 5px; }

.blog--5 .blog__content {
  margin-top: 15px; }
  @media (max-width: 61.94em) {
    .blog--5 .blog__content {
      margin-top: 5px; } }
  @media (max-width: 35.94em) {
    .blog--5 .blog__content {
      display: none; } }

.blog--5 .blog__footer {
  margin-top: 10px; }
  @media (max-width: 35.94em) {
    .blog--5 .blog__footer {
      display: none; } }
  .blog--5 .blog__footer .favourite-link {
    margin-right: 15px; }

.blog--5-1 .blog__media {
  -webkit-flex-basis: 38%;
  -moz-flex-basis: 38%;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  max-width: 38%;
  padding-right: 20px; }
  @media (max-width: 61.94em) {
    .blog--5-1 .blog__media {
      padding-right: 15px; } }
  @media (max-width: 35.94em) {
    .blog--5-1 .blog__media {
      padding-right: 0; } }

.blog--5-1 .blog__info {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  max-width: 55%;
  padding-left: 20px; }
  @media (max-width: 61.94em) {
    .blog--5-1 .blog__info {
      padding-left: 15px; } }

.blog--5-1 .blog__title {
  font-family: "Playfair Display", serif;
  margin-bottom: 7px; }

.blog--5-1 .blog__footer {
  margin-top: 25px; }

/*-- 24.02 - Single Blog --*/
.post__media.full-height {
  min-height: 100vh; }

.post__header {
  margin-bottom: 30px; }
  @media (max-width: 61.94em) {
    .post__header {
      margin-bottom: 20px; } }
  .post__header .category-links {
    padding-left: 5px; }

.post__cta--heading {
  font-size: 40px; }

.post__author {
  padding-left: 70px; }
  @media (max-width: 35.94em) {
    .post__author {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 20px; } }
  .post__author--avatar img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .post__author--info {
    padding-top: 9px;
    padding-bottom: 2px; }

@media (max-width: 35.94em) {
  .post__sharing {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

.post-link-overlay {
  text-indent: -99999px; }

/*-- 24.03 - Post Navigation --*/
.post-navigation .nav-links__link {
  line-height: 1; }
  .post-navigation .nav-links__link .meta-nav {
    font-size: 10px;
    margin-bottom: 14px; }
    @media (max-width: 35.94em) {
      .post-navigation .nav-links__link .meta-nav {
        margin-bottom: 0;
        line-height: 1.5; } }
  @media (max-width: 35.94em) {
    .post-navigation .nav-links__link .post-title {
      display: none; } }

.post-navigation .nav-links .nav-prev {
  background: url(../img/icons/arrows-stre-left.png) no-repeat left center;
  padding-left: 30px; }
  @media (max-width: 35.94em) {
    .post-navigation .nav-links .nav-prev {
      padding-left: 15px; } }

.post-navigation .nav-links .nav-next {
  background: url(../img/icons/arrows-stre-right.png) no-repeat right center;
  padding-right: 30px; }
  @media (max-width: 35.94em) {
    .post-navigation .nav-links .nav-next {
      padding-right: 15px; } }

/*-- 24.04 - Related Post --*/
.title-related {
  font-size: 20px;
  margin-bottom: 35px; }
  @media (max-width: 61.94em) {
    .title-related {
      margin-bottom: 25px; } }
  @media (max-width: 47.94em) {
    .title-related {
      font-size: 18px; } }

.related-post__media .image img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.related-post__media--with-effect .item--overlay {
  visibility: visible;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.related-post__media--with-effect:hover .item--overlay {
  opacity: .9; }

.related-post__media--with-effect:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.related-post__media .post-link-overlay {
  z-index: 2;
  text-indent: -99999px; }

.related-post__info {
  padding: 35px 40px; }
  @media (max-width: 61.94em) {
    .related-post__info {
      padding: 30px 35px; } }
  @media (max-width: 35.94em) {
    .related-post__info {
      padding: 20px 25px; } }

.related-post__title {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px; }

.related-post__meta {
  margin-bottom: 15px; }

.related-post:hover .related-post__info {
  -webkit-box-shadow: 0 0 15px 0 rgba(41, 44, 58, 0.13);
  -moz-box-shadow: 0 0 15px 0 rgba(41, 44, 58, 0.13);
  -ms-box-shadow: 0 0 15px 0 rgba(41, 44, 58, 0.13);
  -o-box-shadow: 0 0 15px 0 rgba(41, 44, 58, 0.13);
  box-shadow: 0 0 15px 0 rgba(41, 44, 58, 0.13); }

/*-- 24.05 - Blog List --*/
.blog--list .blog__media {
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  max-width: 35%; }
  @media (max-width: 61.94em) {
    .blog--list .blog__media {
      -webkit-flex-basis: 45%;
      -moz-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
      max-width: 45%; } }
  @media (max-width: 47.94em) {
    .blog--list .blog__media {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.blog--list .blog__info {
  -webkit-flex-basis: calc(100% - 35%);
  -moz-flex-basis: calc(100% - 35%);
  -ms-flex-preferred-size: calc(100% - 35%);
  flex-basis: calc(100% - 35%);
  max-width: calc(100% - 35%);
  padding-left: 40px;
  padding-top: 0; }
  @media (max-width: 74.9375em) {
    .blog--list .blog__info {
      padding-left: 30px; } }
  @media (max-width: 61.94em) {
    .blog--list .blog__info {
      -webkit-flex-basis: calc(100% - 45%);
      -moz-flex-basis: calc(100% - 45%);
      -ms-flex-preferred-size: calc(100% - 45%);
      flex-basis: calc(100% - 45%);
      max-width: calc(100% - 45%); } }
  @media (max-width: 47.94em) {
    .blog--list .blog__info {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 30px; } }

.blog--list .blog__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px; }
  @media (max-width: 61.94em) {
    .blog--list .blog__title {
      font-size: 25px; } }

.blog--list .blog__meta-header {
  margin-bottom: 9px; }

@media (max-width: 74.9375em) {
  .blog--list .blog__meta-footer {
    margin-top: 15px; } }

.blog--list .blog__excerpt {
  padding: 0; }

/*****************************
25 - Components - Breadcrumb
*****************************/
/*-- 25.00 - Breadcrumb Style 01 --*/
.breadcrumb-area {
  padding-top: 25rem;
  padding-bottom: 18rem;
  text-align: center; }
  @media (max-width: 61.94em) {
    .breadcrumb-area {
      padding-top: 20rem;
      padding-bottom: 10rem; } }
  .breadcrumb-area.breadcrumb-padding {
    padding-top: 150px;
    padding-bottom: 155px; }
    @media (max-width: 61.94em) {
      .breadcrumb-area.breadcrumb-padding {
        padding-top: 110px;
        padding-bottom: 112px; } }
    @media (max-width: 47.94em) {
      .breadcrumb-area.breadcrumb-padding {
        padding-top: 86px;
        padding-bottom: 87px; } }
  .breadcrumb-area.breadcrumb-padding-2 {
    padding-top: 104px;
    padding-bottom: 0; }
    @media (max-width: 61.94em) {
      .breadcrumb-area.breadcrumb-padding-2 {
        padding-top: 45px; } }
  .breadcrumb-area .page-title {
    font-size: 9rem;
    letter-spacing: -3px;
    margin: 0;
    position: relative; }
    @media (max-width: 61.94em) {
      .breadcrumb-area .page-title {
        font-size: 7rem;
        letter-spacing: -1px; } }
    .breadcrumb-area .page-title:after {
      content: "";
      width: 55px;
      border-bottom: 3px solid;
      border-bottom-color: inherit;
      margin: 25px auto; }
      @media (max-width: 74.9375em) {
        .breadcrumb-area .page-title:after {
          margin: 15px auto; } }
  .breadcrumb-area .page-subtitle {
    margin-top: 10px; }
  .breadcrumb-area.full-height {
    min-height: 100vh; }
    .breadcrumb-area.full-height .page-title:after {
      display: none; }

/*-- 25.01 - Breadcrumb Style 02 --*/
.breadcrumb-area-2 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 47.94em) {
    .breadcrumb-area-2 {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .breadcrumb-area-2 .page-title {
    font-size: 24px;
    line-height: 1.2; }
    @media (max-width: 47.94em) {
      .breadcrumb-area-2 .page-title {
        font-size: 20px; } }
  .breadcrumb-area-2 .breadcrumb {
    padding: 0;
    margin-top: 12px; }
    .breadcrumb-area-2 .breadcrumb li a, .breadcrumb-area-2 .breadcrumb li span {
      font-size: 10px; }
    .breadcrumb-area-2 .breadcrumb li:not(:last-child) {
      margin-right: 5px;
      padding-right: 10px; }
      .breadcrumb-area-2 .breadcrumb li:not(:last-child):after {
        font-size: 10px;
        content: '/';
        top: 2px; }

.page-header-area {
  height: 87.7rem; }
  .page-header-area.height-2 {
    height: 506px; }
    @media (max-width: 61.94em) {
      .page-header-area.height-2 {
        height: 400px; } }
  .page-header-area.height-3 {
    height: 615px; }
    @media (max-width: 61.94em) {
      .page-header-area.height-3 {
        height: 400px; } }
  .page-header-area.page-overlay:after {
    background-color: rgba(35, 35, 36, 0.3);
    z-index: 1; }
  .page-header-area.page-overlay h1, .page-header-area.page-overlay h2, .page-header-area.page-overlay h3, .page-header-area.page-overlay h4, .page-header-area.page-overlay h5, .page-header-area.page-overlay h6, .page-header-area.page-overlay p, .page-header-area.page-overlay a, .page-header-area.page-overlay button, .page-header-area.page-overlay hr {
    z-index: 2; }
  .page-header-area.full-height {
    height: 100vh;
    display: block;
    width: 100%; }
  .page-header-area .parallax-bg .parallax-inner {
    width: 100%; }
  .page-header-area-2 {
    padding-top: 50px;
    padding-bottom: 51px; }
    @media (max-width: 61.94em) {
      .page-header-area-2 {
        padding-top: 25px;
        padding-bottom: 26px; } }

/*****************************
26 - Components - Button
*****************************/
/*-- 26.00 - Global Button --*/
.btn {
  padding: 6px 30px;
  min-width: 180px;
  line-height: 28px;
  border: 1px solid #232324;
  background-color: #232324;
  color: #ffffff;
  -webkit-box-shadow: #999999 0px 0px 0px 0px;
  -moz-box-shadow: #999999 0px 0px 0px 0px;
  -ms-box-shadow: #999999 0px 0px 0px 0px;
  -o-box-shadow: #999999 0px 0px 0px 0px;
  box-shadow: #999999 0px 0px 0px 0px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  white-space: -moz-normal;
  white-space: normal;
  }
  @media (max-width: 74.9375em) {
    .btn {
      padding: 12px 25px; } }
  @media (max-width: 47.94em) {
    .btn {
      padding: 10px 25px; } }
  .btn-link {
    padding: 0;
    border-width: 0px;
    background-color: transparent;
    text-align: left;
    text-transform: none;
    min-width: auto;
    line-height: 1; }
  .btn-outline {
    border: 1px solid #dadada;
    background-color: transparent;
    color: #232324; }
    .btn-outline:hover {
      color: #232324; }
  .btn-shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39);
    -moz-box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39);
    -ms-box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39);
    -o-box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39);
    box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39); }
  .btn-white {
    color: #ffffff;
    border-color: #ffffff; }
  .btn-white-dark {
    color: #f6f6f6;
    border-color: #f6f6f6; }
  .btn-brw-2 {
    border-width: 2px; }
  .btn-shape-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .btn-shape-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .btn-size-lg {
    padding: 20px; }
    @media (max-width: 61.94em) {
      .btn-size-lg {
        padding: 17px; } }
  .btn-size-sm {
    padding: 9px 40px;
    min-width: 150px; }
  .btn-size-xs {
    padding: 10px 37px;
    min-width: 120px; }
  .btn-size-xxs {
    padding: 5px 15px;
    min-width: 100px;
    font-size: 9px; }
  .btn-bg-primary {
    background-color: #040847;
    border-color: #040847;
    color: #ffffff; }
  .btn-bg-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #232324; }
  .btn-bg-dark {
    background-color: #232324;
    border-color: #232324;
    color: #ffffff; }
  .btn-bg-gradient {
    border: none; }
  .btn-color-white {
    color: #ffffff; }
  .btn-color-dark {
    color: #232324; }
  .btn-font-24 {
    font-size: 24px; }
  .btn.header-btn {
    padding: 12px 15px;
    min-width: 158px; }
    @media (max-width: 61.94em) {
      .btn.header-btn {
        padding: 10px 10px;
        min-width: 135px; } }
  .btn-hover-1:hover {
    background-color: #040847;
    border-color: #040847;
    color: #ffffff; }
  .btn-hover-2:hover {
    background-color: #232324;
    border-color: #232324;
    color: #ffffff; }
  .btn-hover-3:hover {
    color: #fff;
    background-color: #d78fc4;
    border: none;
    background-position: 100% 0; }

/*-- 26.01 - Close Button --*/
.btn-close {
  font-size: 30px;
  display: block;
  line-height: 30px;
  height: 30px;
  opacity: 1;
  z-index: 5;
  background: transparent;
  border: none;
  padding: 0; }
  .btn-close i {
    display: inline-block;
    vertical-align: top; }
  .btn-close:hover i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

/*-- 26.02 - Read More Button --*/
.btn-read-more {
  border-top-width: 1px;
  border-top-style: solid; }

.load-more-btn {
  padding-bottom: 3px; }

/*-- 26.03 - Action Button --*/
.action-btn {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 0;
  transition: all 250ms ease-out;
  margin: 0 5px 10px; }
  .action-btn:before {
    content: "\f121";
    font-family: "Flaticon";
    height: 38px;
    line-height: 40px;
    width: 38px; }
  .action-btn:hover {
    background-color: #040847; }
  .action-btn.add_compare:before {
    content: "\f120"; }
  .action-btn.add_wishlist:before {
    content: "\f121"; }
  .action-btn.quickview-btn:before {
    content: "\f122"; }

/*-- 26.04 - Coupon Button --*/
.coupon_btn {
  border-width: 0 0 2px;
  border-color: inherit;
  padding: 5px 0;
  float: right;
  margin-top: 10px; }

/*****************************
27 - Components - Carousel
*****************************/
/*-- 27.00 - Carousel Helper --*/
.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: slickZoomOut;
  -webkit-animation-name: slickZoomOut; }

.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active {
  animation-name: slickZoomIn;
  -webkit-animation-name: slickZoomIn; }

.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms; }

.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms; }

.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms; }

.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms; }

.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms; }

.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms; }

.slick-btn, .slick-arrow {
  z-index: 1; }

.slick-slide {
  min-height: inherit; }

/*-- 27.01 - Carousel Gutter --*/
.slick-gutter-5 .slick-list {
  margin-left: -2.5px;
  margin-right: -2.5px; }

.slick-gutter-5 .slick-slide {
  padding-left: 2.5px;
  padding-right: 2.5px; }

.slick-gutter-5.slick-vertical .slick-list {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-5.slick-vertical .slick-slide {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-10 .slick-list {
  margin-left: -5px;
  margin-right: -5px; }

.slick-gutter-10 .slick-slide {
  padding-left: 5px;
  padding-right: 5px; }

.slick-gutter-10.slick-vertical .slick-list {
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-10.slick-vertical .slick-slide {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-15 .slick-list {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.slick-gutter-15 .slick-slide {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.slick-gutter-15.slick-vertical .slick-list {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-15.slick-vertical .slick-slide {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-20 .slick-list {
  margin-left: -10px;
  margin-right: -10px; }

.slick-gutter-20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px; }

.slick-gutter-20.slick-vertical .slick-list {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-20.slick-vertical .slick-slide {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-25 .slick-list {
  margin-left: -12.5px;
  margin-right: -12.5px; }

.slick-gutter-25 .slick-slide {
  padding-left: 12.5px;
  padding-right: 12.5px; }

.slick-gutter-25.slick-vertical .slick-list {
  margin-top: -12.5px;
  margin-bottom: -12.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-25.slick-vertical .slick-slide {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

.slick-gutter-30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px; }

.slick-gutter-30.slick-vertical .slick-list {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-30.slick-vertical .slick-slide {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-35 .slick-list {
  margin-left: -17.5px;
  margin-right: -17.5px; }

.slick-gutter-35 .slick-slide {
  padding-left: 17.5px;
  padding-right: 17.5px; }

.slick-gutter-35.slick-vertical .slick-list {
  margin-top: -17.5px;
  margin-bottom: -17.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-35.slick-vertical .slick-slide {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-40 .slick-list {
  margin-left: -20px;
  margin-right: -20px; }

.slick-gutter-40 .slick-slide {
  padding-left: 20px;
  padding-right: 20px; }

.slick-gutter-40.slick-vertical .slick-list {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-40.slick-vertical .slick-slide {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-45 .slick-list {
  margin-left: -22.5px;
  margin-right: -22.5px; }

.slick-gutter-45 .slick-slide {
  padding-left: 22.5px;
  padding-right: 22.5px; }

.slick-gutter-45.slick-vertical .slick-list {
  margin-top: -22.5px;
  margin-bottom: -22.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-45.slick-vertical .slick-slide {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-50 .slick-list {
  margin-left: -25px;
  margin-right: -25px; }

.slick-gutter-50 .slick-slide {
  padding-left: 25px;
  padding-right: 25px; }

.slick-gutter-50.slick-vertical .slick-list {
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-50.slick-vertical .slick-slide {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-55 .slick-list {
  margin-left: -27.5px;
  margin-right: -27.5px; }

.slick-gutter-55 .slick-slide {
  padding-left: 27.5px;
  padding-right: 27.5px; }

.slick-gutter-55.slick-vertical .slick-list {
  margin-top: -27.5px;
  margin-bottom: -27.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-55.slick-vertical .slick-slide {
  padding-top: 27.5px;
  padding-bottom: 27.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-60 .slick-list {
  margin-left: -30px;
  margin-right: -30px; }

.slick-gutter-60 .slick-slide {
  padding-left: 30px;
  padding-right: 30px; }

.slick-gutter-60.slick-vertical .slick-list {
  margin-top: -30px;
  margin-bottom: -30px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-60.slick-vertical .slick-slide {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-65 .slick-list {
  margin-left: -32.5px;
  margin-right: -32.5px; }

.slick-gutter-65 .slick-slide {
  padding-left: 32.5px;
  padding-right: 32.5px; }

.slick-gutter-65.slick-vertical .slick-list {
  margin-top: -32.5px;
  margin-bottom: -32.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-65.slick-vertical .slick-slide {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-70 .slick-list {
  margin-left: -35px;
  margin-right: -35px; }

.slick-gutter-70 .slick-slide {
  padding-left: 35px;
  padding-right: 35px; }

.slick-gutter-70.slick-vertical .slick-list {
  margin-top: -35px;
  margin-bottom: -35px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-70.slick-vertical .slick-slide {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-75 .slick-list {
  margin-left: -37.5px;
  margin-right: -37.5px; }

.slick-gutter-75 .slick-slide {
  padding-left: 37.5px;
  padding-right: 37.5px; }

.slick-gutter-75.slick-vertical .slick-list {
  margin-top: -37.5px;
  margin-bottom: -37.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-75.slick-vertical .slick-slide {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-80 .slick-list {
  margin-left: -40px;
  margin-right: -40px; }

.slick-gutter-80 .slick-slide {
  padding-left: 40px;
  padding-right: 40px; }

.slick-gutter-80.slick-vertical .slick-list {
  margin-top: -40px;
  margin-bottom: -40px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-80.slick-vertical .slick-slide {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-85 .slick-list {
  margin-left: -42.5px;
  margin-right: -42.5px; }

.slick-gutter-85 .slick-slide {
  padding-left: 42.5px;
  padding-right: 42.5px; }

.slick-gutter-85.slick-vertical .slick-list {
  margin-top: -42.5px;
  margin-bottom: -42.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-85.slick-vertical .slick-slide {
  padding-top: 42.5px;
  padding-bottom: 42.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-90 .slick-list {
  margin-left: -45px;
  margin-right: -45px; }

.slick-gutter-90 .slick-slide {
  padding-left: 45px;
  padding-right: 45px; }

.slick-gutter-90.slick-vertical .slick-list {
  margin-top: -45px;
  margin-bottom: -45px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-90.slick-vertical .slick-slide {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-95 .slick-list {
  margin-left: -47.5px;
  margin-right: -47.5px; }

.slick-gutter-95 .slick-slide {
  padding-left: 47.5px;
  padding-right: 47.5px; }

.slick-gutter-95.slick-vertical .slick-list {
  margin-top: -47.5px;
  margin-bottom: -47.5px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-95.slick-vertical .slick-slide {
  padding-top: 47.5px;
  padding-bottom: 47.5px;
  padding-left: 0;
  padding-right: 0; }

.slick-gutter-100 .slick-list {
  margin-left: -50px;
  margin-right: -50px; }

.slick-gutter-100 .slick-slide {
  padding-left: 50px;
  padding-right: 50px; }

.slick-gutter-100.slick-vertical .slick-list {
  margin-top: -50px;
  margin-bottom: -50px;
  margin-left: 0;
  margin-right: 0; }

.slick-gutter-100.slick-vertical .slick-slide {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0; }

/*-- 27.02 - Slick Dot Margin Top --*/
.slick-dot-mt-5 .slick-dots {
  margin-top: 5px !important; }

.slick-dot-mt-5 .slick-btn {
  margin-top: 5px !important; }

.slick-dot-mt-10 .slick-dots {
  margin-top: 10px !important; }

.slick-dot-mt-10 .slick-btn {
  margin-top: 10px !important; }

.slick-dot-mt-15 .slick-dots {
  margin-top: 15px !important; }

.slick-dot-mt-15 .slick-btn {
  margin-top: 15px !important; }

.slick-dot-mt-20 .slick-dots {
  margin-top: 20px !important; }

.slick-dot-mt-20 .slick-btn {
  margin-top: 20px !important; }

.slick-dot-mt-25 .slick-dots {
  margin-top: 25px !important; }

.slick-dot-mt-25 .slick-btn {
  margin-top: 25px !important; }

.slick-dot-mt-30 .slick-dots {
  margin-top: 30px !important; }

.slick-dot-mt-30 .slick-btn {
  margin-top: 30px !important; }

.slick-dot-mt-35 .slick-dots {
  margin-top: 35px !important; }

.slick-dot-mt-35 .slick-btn {
  margin-top: 35px !important; }

.slick-dot-mt-40 .slick-dots {
  margin-top: 40px !important; }

.slick-dot-mt-40 .slick-btn {
  margin-top: 40px !important; }

.slick-dot-mt-45 .slick-dots {
  margin-top: 45px !important; }

.slick-dot-mt-45 .slick-btn {
  margin-top: 45px !important; }

.slick-dot-mt-50 .slick-dots {
  margin-top: 50px !important; }

.slick-dot-mt-50 .slick-btn {
  margin-top: 50px !important; }

.slick-dot-mt-55 .slick-dots {
  margin-top: 55px !important; }

.slick-dot-mt-55 .slick-btn {
  margin-top: 55px !important; }

.slick-dot-mt-60 .slick-dots {
  margin-top: 60px !important; }

.slick-dot-mt-60 .slick-btn {
  margin-top: 60px !important; }

.slick-dot-mt-65 .slick-dots {
  margin-top: 65px !important; }

.slick-dot-mt-65 .slick-btn {
  margin-top: 65px !important; }

.slick-dot-mt-70 .slick-dots {
  margin-top: 70px !important; }

.slick-dot-mt-70 .slick-btn {
  margin-top: 70px !important; }

.slick-dot-mt-75 .slick-dots {
  margin-top: 75px !important; }

.slick-dot-mt-75 .slick-btn {
  margin-top: 75px !important; }

.slick-dot-mt-80 .slick-dots {
  margin-top: 80px !important; }

.slick-dot-mt-80 .slick-btn {
  margin-top: 80px !important; }

.slick-dot-mt-85 .slick-dots {
  margin-top: 85px !important; }

.slick-dot-mt-85 .slick-btn {
  margin-top: 85px !important; }

.slick-dot-mt-90 .slick-dots {
  margin-top: 90px !important; }

.slick-dot-mt-90 .slick-btn {
  margin-top: 90px !important; }

.slick-dot-mt-95 .slick-dots {
  margin-top: 95px !important; }

.slick-dot-mt-95 .slick-btn {
  margin-top: 95px !important; }

.slick-dot-mt-100 .slick-dots {
  margin-top: 100px !important; }

.slick-dot-mt-100 .slick-btn {
  margin-top: 100px !important; }

/*-- 27.03 - Carousel Nav --*/
.nav-round .slick-btn {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  font-size: 22px; }

.nav-default .slick-btn {
  font-size: 25px; }

.nav-vertical-center .slick-prev {
  left: 0; }

.nav-vertical-center .slick-next {
  right: 0; }

.nav-vertical-center.nav-space-20 .slick-prev {
  left: 20px; }

.nav-vertical-center.nav-space-20 .slick-next {
  right: 20px; }

/*-- 27.04 - Carousel Dots --*/
.slick-dots {
  line-height: 0;
  text-align: center; }
  .slick-dots li {
    background-color: #040847;
    margin: 0 3px;
    padding: 0;
    opacity: .4;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    width: 7px;
    height: 7px;
    line-height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .slick-dots li button {
      font-size: 0;
      padding: 0; }
    .slick-dots li.slick-active {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.slick-dot-right .slick-dots {
  right: 60px; }
  @media (max-width: 35.94em) {
    .slick-dot-right .slick-dots {
      right: 40px; } }

.slick-dot-left .slick-dots {
  left: 60px; }
  @media (max-width: 35.94em) {
    .slick-dot-left .slick-dots {
      left: 40px; } }

.slick-dot-style-2 .slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(107, 86, 226, 0.4);
  padding: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }
  .slick-dot-style-2 .slick-dots li button {
    background-color: rgba(107, 86, 226, 0.4); }
    .slick-dot-style-2 .slick-dots li button:hover {
      background-color: rgba(107, 86, 226, 0.6); }
  .slick-dot-style-2 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #040847; }
    .slick-dot-style-2 .slick-dots li.slick-active button {
      background-color: #040847; }
  .slick-dot-style-2 .slick-dots li:not(.slick-active):hover {
    border: 1px solid rgba(107, 86, 226, 0.5); }
    .slick-dot-style-2 .slick-dots li:not(.slick-active):hover button:hover {
      background-color: rgba(107, 86, 226, 0.5); }

.slick-dot-style-3 .slick-dots li {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(107, 86, 226, 0.4);
  padding: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }
  .slick-dot-style-3 .slick-dots li button {
    background-color: rgba(107, 86, 226, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .slick-dot-style-3 .slick-dots li button:hover {
      background-color: rgba(107, 86, 226, 0.6); }
  .slick-dot-style-3 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-color: #040847; }
    .slick-dot-style-3 .slick-dots li.slick-active button {
      background-color: #040847; }
  .slick-dot-style-3 .slick-dots li:not(.slick-active):hover {
    border-color: rgba(107, 86, 226, 0.5); }
    .slick-dot-style-3 .slick-dots li:not(.slick-active):hover button:hover {
      background-color: rgba(107, 86, 226, 0.5); }

.slick-dot-style-4 .slick-dots li {
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }
  .slick-dot-style-4 .slick-dots li button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .slick-dot-style-4 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-color: #232324; }

.slick-dot-color-white .slick-dots li {
  background-color: #ffffff; }
  .slick-dot-color-white .slick-dots li button {
    background-color: #ffffff; }

.slick-dot-color-black .slick-dots li {
  background-color: #000000; }
  .slick-dot-color-black .slick-dots li button {
    background-color: #000000; }

.services-carousel {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 35px; }

.inner-pages-carousel {
  padding-top: 60px; }
  .inner-pages-carousel .slick-dots {
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

/**********************************
28 - Components - Coffee Menu Card
***********************************/
.coffee-menu-area:before {
  border-width: 45px 45px 0;
  border-color: #fff transparent transparent;
  z-index: 2; }

.coffee-menu-card {
  padding-top: 80px;
  padding-bottom: 50px; }

.coffee-menu-item {
  font-family: "Roboto Slab", serif;
  padding: 20px 10% 25px; }
  .coffee-menu-item:before {
    top: -1px;
    z-index: 1; }
  .coffee-menu-item:not(:last-child):after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    left: 10%;
    width: 80%;
    z-index: 0; }
  .coffee-menu-item:hover:before {
    background-color: #040847; }
  .coffee-menu-item:hover .item--sub {
    opacity: 1; }
  .coffee-menu-item .item--name {
    z-index: 2; }
  .coffee-menu-item .item--title {
    margin-bottom: 10px; }
  .coffee-menu-item .item--sub {
    opacity: .7; }
  .coffee-menu-item .item--price {
    z-index: 2; }

/*****************************
29 - Components - Comment
*****************************/
.comment-title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 40px; }
  @media (max-width: 61.94em) {
    .comment-title {
      font-size: 18px;
      margin-bottom: 30px; } }

.comment-list > li:last-child > .single-comment:only-child {
  margin-bottom: 0; }

.comment-list > li:last-child .children > li:last-child .single-comment {
  margin-bottom: 0; }

.comment-list > li:not(:last-child) .single-comment {
  margin-bottom: 40px; }
  @media (max-width: 61.94em) {
    .comment-list > li:not(:last-child) .single-comment {
      margin-bottom: 30px; } }

.comment .single-comment {
  margin-bottom: 20px;
  padding-bottom: 38px; }
  @media (max-width: 61.94em) {
    .comment .single-comment {
      padding-bottom: 28px; } }

@media (max-width: 35.94em) {
  .comment-avatar {
    position: relative !important;
    margin-bottom: 10px; } }

.comment-avatar img {
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.comment-info {
  margin-left: 100px; }
  @media (max-width: 35.94em) {
    .comment-info {
      margin-left: 0; } }

.comment-date:after {
  content: "-";
  padding: 0 5px; }

.comment .children {
  margin-left: 10rem; }
  @media (max-width: 28.125em) {
    .comment .children {
      margin-left: 5rem; } }

.comment-reply-title {
  font-size: 20px;
  margin-bottom: 28px; }
  @media (max-width: 61.94em) {
    .comment-reply-title {
      font-size: 18px;
      margin-bottom: 18px; } }

.reply-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 8px; }

/*****************************
30 - Components - Countdown
*****************************/
@media (max-width: 35.94em) {
  .countdown-wrap.countdown-style-1 .countdown {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; } }

.countdown-wrap.countdown-style-1 .countdown__time {
  line-height: .8;
  font-size: 4.8rem;
  margin-bottom: 5px; }
  @media (max-width: 74.9375em) {
    .countdown-wrap.countdown-style-1 .countdown__time {
      font-size: 5.5rem; } }

@media (max-width: 35.94em) {
  .countdown-wrap.countdown-style-2 .countdown {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; } }

.countdown-wrap.countdown-style-2 .countdown__time {
  line-height: .8;
  font-size: 36px; }
  @media (max-width: 61.94em) {
    .countdown-wrap.countdown-style-2 .countdown__time {
      font-size: 30px; } }
  @media (max-width: 47.94em) {
    .countdown-wrap.countdown-style-2 .countdown__time {
      display: block; } }
  @media (max-width: 35.94em) {
    .countdown-wrap.countdown-style-2 .countdown__time {
      display: inline-block;
      font-size: 25px; } }

@media (max-width: 47.94em) {
  .countdown-wrap.countdown-style-2 .countdown__text {
    display: block; } }

@media (max-width: 35.94em) {
  .countdown-wrap.countdown-style-2 .countdown__text {
    display: inline-block; } }

@media (max-width: 35.94em) {
  .countdown-wrap .countdown__item:not(:last-child) {
    margin-bottom: 30px; } }

.countdown-wrap .item-7 .countdown__item {
  -webkit-flex-basis: calc(100% / 7);
  -moz-flex-basis: calc(100% / 7);
  -ms-flex-preferred-size: calc(100% / 7);
  flex-basis: calc(100% / 7);
  max-width: calc(100% / 7); }
  @media (max-width: 35.94em) {
    .countdown-wrap .item-7 .countdown__item {
      -webkit-flex-basis: calc(100% / 4);
      -moz-flex-basis: calc(100% / 4);
      -ms-flex-preferred-size: calc(100% / 4);
      flex-basis: calc(100% / 4);
      max-width: calc(100% / 4); } }
  @media (max-width: 28.125em) {
    .countdown-wrap .item-7 .countdown__item {
      -webkit-flex-basis: calc(100% / 3);
      -moz-flex-basis: calc(100% / 3);
      -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
      max-width: calc(100% / 3); } }

.countdown-wrap .item-4 .countdown__item {
  -webkit-flex-basis: calc(100% / 4);
  -moz-flex-basis: calc(100% / 4);
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4); }

/*****************************
31.0 - Components - Countdown
*****************************/
.demo-panel-wrap {
  background-color: #fff;
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 350px;
  max-width: 80%;
  z-index: 999;
  transition: .4s;
  transform: translateX(100%); }
  .demo-panel-wrap.open {
    transform: translateX(0); }
  .demo-panel-wrap .demo-panel-inner {
    position: relative;
    overflow-x: auto;
    height: 100%; }
  .demo-panel-wrap .demo-panel-content {
    padding: 60px 30px; }
  .demo-panel-wrap .demo-panel-head {
    font-size: 16px; }
    .demo-panel-wrap .demo-panel-head a {
      margin-bottom: 30px; }
  .demo-panel-wrap .demo-panel-demo .demo-pic {
    border-radius: 5px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: .3s;
    margin-top: 20px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto; }
  .demo-panel-wrap .demo-panel-toolbar {
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    border-radius: 5px 0 0 5px;
    border: 1px solid #eee;
    border-right: 0;
    color: #182141;
    display: block;
    font-size: 18px;
    padding: 20px 0;
    top: 200px;
    right: 100%;
    text-align: center;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .demo-panel-wrap .demo-panel-btn {
    padding: 0;
    background: 0;
    border: none; }
    .demo-panel-wrap .demo-panel-btn:not(:last-child) {
      margin-bottom: 15px; }

/*****************************
31 - Components - fact
*****************************/
.fact__icon {
  margin-bottom: 15px; }

.fact__counter {
  font-size: 5rem;
  line-height: 1.2; }

.fact__title {
  line-height: 1.8; }
  @media (max-width: 74.9375em) {
    .fact__title {
      font-size: 13px; } }

.fact.icon-left .fact__icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
  margin-bottom: 0; }

.fact.icon-left .fact__info {
  display: table-cell; }

.fact-style-2 .fact__counter {
  font-size: 36px;
  line-height: 36px;
  color: #232324;
  font-family: "Meddon", cursive;
  font-weight: 400;
  font-style: normal; }

.fact-style-2 .fact__title {
  font-size: 14px;
  font-family: "Roboto Slab", serif; }

.fact-style-3 .fact__icon {
  margin-bottom: 19px; }

.fact-style-3 .fact__counter {
  font-size: 48px;
  line-height: 1.3; }

.fact-style-3 .fact__title {
  line-height: 1.35;
  margin-bottom: 15px; }

.fact-style-3 .fact__text {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px; }

/*****************************
32 - Components - Filter
*****************************/
.filter-style-1 button {
  font-size: 20px;
  line-height: 24px; }
  @media (max-width: 47.94em) {
    .filter-style-1 button {
      line-height: 28px; } }
  .filter-style-1 button:not(:last-child) {
    margin-right: 20px; }

.filter-style-2 button {
  font-size: 30px;
  line-height: 1.4; }
  @media (max-width: 47.94em) {
    .filter-style-2 button {
      font-size: 20px; } }
  .filter-style-2 button:not(:last-child) {
    margin-right: 55px; }
    @media (max-width: 47.94em) {
      .filter-style-2 button:not(:last-child) {
        margin-right: 30px; } }

.grid-sizer {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.filter-wrapper.space-30 {
  margin-left: -15px;
  margin-right: -15px; }

.filter-wrapper.space-20 {
  margin-left: -10px;
  margin-right: -10px; }

.filter-wrapper .p-30 {
  padding: 15px; }

.filter-wrapper .p-20 {
  padding: 10px; }

.filter-wrapper .filter-item {
  float: left; }

.filter-wrapper.cover-img-bg .cover-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .filter-wrapper.cover-img-bg .cover-img img {
    display: none; }

/*****************************
33 - Components - Form
*****************************/
/*--- 33.00 - Global Form --*/
.form div, .form input, .form textarea {
  line-height: 1; }

.form__notes {
  font-size: 11px;
  font-style: italic; }

.form__output {
  text-align: left;
  margin-top: 5px; }
  .form__output.success {
    color: #4cbb6c; }
  .form__output.error {
    color: #ff0606; }

.form__label {
  padding-bottom: 8px; }
  .form__label sup {
    color: red;
    top: -3px; }

.form__input {
  height: 46px;
  padding: 10px 20px; }
  .form__input::-webkit-input-placeholder {
    color: #525252; }
  .form__input:-moz-placeholder {
    color: #525252; }
  .form__input::-moz-placeholder {
    color: #525252; }
  .form__input:-ms-input-placeholder {
    color: #525252; }
  .form__input:focus {
    border-color: #232324; }
  .form__input--2 {
    background-color: rgba(35, 35, 36, 0.6);
    border-color: rgba(138, 138, 138, 0.3);
    height: 54px;
    padding: 14px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    .form__input--2::-webkit-input-placeholder {
      color: #ffffff; }
    .form__input--2:-moz-placeholder {
      color: #ffffff; }
    .form__input--2::-moz-placeholder {
      color: #ffffff; }
    .form__input--2:-ms-input-placeholder {
      color: #ffffff; }
    .form__input--2:focus {
      outline: none;
      border-color: rgba(138, 138, 138, 0.3); }
  .form__input--3 {
    background-color: transparent;
    padding: 5px 0;
    border-width: 0 0 1px;
    border-color: #dadada;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .form__input--4 {
    padding: 14px 30px;
    border-color: #dadada;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .form__input--4::-webkit-input-placeholder {
      color: #232324; }
    .form__input--4:-moz-placeholder {
      color: #232324; }
    .form__input--4::-moz-placeholder {
      color: #232324; }
    .form__input--4:-ms-input-placeholder {
      color: #232324; }
  .form__input--textarea {
    height: 200px; }
    @media (max-width: 61.94em) {
      .form__input--textarea {
        height: 150px; } }
    @media (max-width: 47.94em) {
      .form__input--textarea {
        height: 100px; } }
    .form__input--textarea-2 {
      height: 150px; }
    .form__input--textarea-3 {
      height: 130px; }
  .form__input.nice-select {
    border: 1px solid #dadada;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .form__input.nice-select span.current {
      font-family: "Playfair Display", serif; }

.form--bg-2 {
  background-color: rgba(255, 255, 255, 0.15); }

.form__fieldset {
  padding: 15px; }

.form__legend {
  padding: 0 10px; }

.form__btn {
  padding: 10px 40px;
  line-height: 30px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px; }
  .form__btn--2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

.form .suggestion {
  margin-top: 5px; }

.form.shipping-calculator-form .nice-select {
  margin-bottom: 1rem; }
  @media (max-width: 47.94em) {
    .form.shipping-calculator-form .nice-select {
      margin-bottom: 1.5rem; } }

.form--checkout .form__input.nice-select {
  padding: 0; }
  .form--checkout .form__input.nice-select span {
    padding-left: 20px;
    font-family: "Poppins", sans-serif; }

/*--- 33.01 - Search Form --*/
.searchform {
  width: 800px;
  margin: 0 auto; }
  .searchform__input {
    width: 800px;
    border-bottom: 2px solid #232324;
    font-size: 30px;
    padding: 10px 50px 10px 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .searchform__input::-webkit-input-placeholder {
      color: #232324; }
    .searchform__input:-moz-placeholder {
      color: #232324; }
    .searchform__input::-moz-placeholder {
      color: #232324; }
    .searchform__input:-ms-input-placeholder {
      color: #232324; }
    @media (max-width: 47.94em) {
      .searchform__input {
        font-size: 20px;
        padding: 10px 40px 10px 10px; } }
  .searchform__submit {
    right: 5px;
    color: #000;
    padding: 0;
    font-size: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 47.94em) {
      .searchform__submit {
        font-size: 20px;
        height: 20px; } }
  .searchform-2 .searchform__input {
    height: 50px;
    padding: 14px 35px 14px 20px;
    line-height: 20px; }
    .searchform-2 .searchform__input::-webkit-input-placeholder {
      color: #232324; }
    .searchform-2 .searchform__input:-moz-placeholder {
      color: #232324; }
    .searchform-2 .searchform__input::-moz-placeholder {
      color: #232324; }
    .searchform-2 .searchform__input:-ms-input-placeholder {
      color: #232324; }
  .searchform-2 .searchform__submit {
    right: 15px;
    margin-top: 2px;
    line-height: normal; }

/*--- 33.02 - Newsletter Form --*/
.newsletter-form {
  max-width: 600px; }
  .newsletter-form__input {
    border: 1px solid #999999;
    padding: 5px 100px 5px 15px;
    height: 42px;
    color: #525252; }
    .newsletter-form__input::-webkit-input-placeholder {
      color: #ffffff; }
    .newsletter-form__input:-moz-placeholder {
      color: #ffffff; }
    .newsletter-form__input::-moz-placeholder {
      color: #ffffff; }
    .newsletter-form__input:-ms-input-placeholder {
      color: #ffffff; }
    .newsletter-form__input.heading-color {
      color: #232324; }
      .newsletter-form__input.heading-color::-webkit-input-placeholder {
        color: #232324; }
      .newsletter-form__input.heading-color:-moz-placeholder {
        color: #232324; }
      .newsletter-form__input.heading-color::-moz-placeholder {
        color: #232324; }
      .newsletter-form__input.heading-color:-ms-input-placeholder {
        color: #232324; }
  .newsletter-form__button {
    height: 42px;
    right: 25px; }
  .newsletter-form--2 {
    max-width: 100%; }
    .newsletter-form--2 .newsletter-form__input {
      padding: 15px 30px;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -ms-border-radius: 35px;
      -o-border-radius: 35px;
      border-radius: 35px;
      height: 54px; }
    .newsletter-form--2 .newsletter-form__button {
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -ms-border-radius: 35px;
      -o-border-radius: 35px;
      border-radius: 35px;
      height: 54px;
      padding: 12px 40px;
      line-height: 30px;
      background-color: #66c8f7;
      left: auto;
      right: auto; }
  .newsletter-form--3 {
    max-width: 100%; }
    .newsletter-form--3 .newsletter-form__label {
      left: 30px;
      top: 23px;
      font-size: 14px;
      line-height: 30px;
      color: #fff;
      font-weight: 400; }
    .newsletter-form--3 .newsletter-form__input {
      background: 0 0;
      border-width: 1px;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.4);
      outline: 0 !important;
      width: 100%;
      height: 76px;
      line-height: 30px;
      padding: 22px 100px 22px 60px;
      color: #fff;
      font-size: 14px; }
      .newsletter-form--3 .newsletter-form__input::-webkit-input-placeholder {
        color: #ffffff; }
      .newsletter-form--3 .newsletter-form__input:-moz-placeholder {
        color: #ffffff; }
      .newsletter-form--3 .newsletter-form__input::-moz-placeholder {
        color: #ffffff; }
      .newsletter-form--3 .newsletter-form__input:-ms-input-placeholder {
        color: #ffffff; }
    .newsletter-form--3 .newsletter-form__button {
      border: 0;
      margin: 0 !important;
      width: auto;
      padding: 0;
      line-height: 30px;
      background-color: transparent !important;
      color: #fff;
      position: absolute;
      right: 30px;
      top: 19px;
      text-transform: none;
      font-size: 14px;
      font-weight: 400; }

/*--- 33.03 - Nice Select --*/
.nice-select {
  padding-right: 0;
  width: 100%;
  height: 44px;
  line-height: 44px !important;
  border: 2px solid #dadada; }
  .nice-select .current {
    display: block;
    font-size: 12px;
    color: #525252; }
  .nice-select:after {
    content: '\f107';
    width: 40px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 44px !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .nice-select.open:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .nice-select .list {
    max-height: 260px; }

/*--- 33.04 - Reservation Form --*/
.reservation-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Roboto Slab", serif;
  padding: 20px 40px 20px 20px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.9); }
  .reservation-form__input::-webkit-input-placeholder {
    color: #525252; }
  .reservation-form__input:-moz-placeholder {
    color: #525252; }
  .reservation-form__input::-moz-placeholder {
    color: #525252; }
  .reservation-form__input:-ms-input-placeholder {
    color: #525252; }

.reservation-form .form__group:after {
  font-family: FontAwesome;
  right: 35px;
  top: 15px;
  height: 30px;
  line-height: 30px;
  color: #040847; }

.reservation-form .form__group.date-group:after {
  content: "\f073"; }

.reservation-form .form__group.time-group:after {
  content: "\f017"; }

.reservation-form .form__group.people-group:after {
  content: "\f2c0"; }

/*--- 33.05 - Date Picker --*/
.qs-datepicker {
  width: 225px;
  font-family: "Roboto Slab", serif;
  color: #525252;
  line-height: 30px;
  top: 70px !important;
  border: 1px solid #ccc;
  border-top-color: #39f;
  -webkit-box-shadow: 0 3px 6px #ccc;
  -moz-box-shadow: 0 3px 6px #ccc;
  -ms-box-shadow: 0 3px 6px #ccc;
  -o-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  overflow: visible; }
  .qs-datepicker:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    top: -5px;
    left: 10px;
    border-top: 0;
    border-bottom-color: #fff;
    z-index: 9; }
  .qs-datepicker .qs-arrow {
    width: 30px;
    height: 30px;
    line-height: 27px; }
    .qs-datepicker .qs-arrow:after {
      width: 30px;
      height: 30px;
      list-style: none;
      font-size: 18px;
      -webkit-transform: translate(0, 0) !important;
      -moz-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
      -o-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      border: 0px solid transparent; }
    .qs-datepicker .qs-arrow.qs-left:after {
      content: "‹"; }
    .qs-datepicker .qs-arrow.qs-right:after {
      content: "›"; }
  .qs-datepicker .qs-month-year {
    width: 150px;
    height: 30px; }
  .qs-datepicker .qs-squares .qs-square {
    width: 30px;
    height: 30px; }
    .qs-datepicker .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
      color: #39f;
      background: #eee; }
  .qs-datepicker .qs-squares .qs-day {
    color: inherit;
    font-weight: 400; }
  .qs-datepicker .qs-squares .qs-num.qs-active {
    color: #39f;
    background: #eee; }

/*****************************
34 - Components - FullPage
*****************************/
.fp-nav-control-type-number #fp-nav ul li {
  margin: 0 10px 20px; }
  .fp-nav-control-type-number #fp-nav ul li a .num {
    display: block !important;
    color: #b8b8b8;
    margin: 8px; }

.la-fp-arrows {
  display: none; }

.fp-control-type-number #fp-nav ul li a span {
  display: none; }

.fp-control-type-default #fp-nav ul li {
  margin: 0 10px 15px; }
  .fp-control-type-default #fp-nav ul li a .num {
    display: none !important; }
  .fp-control-type-default #fp-nav ul li a span {
    left: 0;
    top: 0;
    position: relative;
    display: block;
    background: 0;
    border: 2px solid #5e798b;
    height: 12px;
    width: 12px;
    margin: 0; }
  .fp-control-type-default #fp-nav ul li a.active span {
    background-color: #5e798b; }
  .fp-control-type-default #fp-nav ul li:hover a.active span {
    margin: 0; }

.ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] {
  transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  min-height: 100vh; }
  .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section {
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s; }
    .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section.active {
      z-index: 3; }
    .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section > .fp-tableCell {
      -webkit-transition: inherit;
      -moz-transition: inherit;
      -ms-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
      .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section > .fp-tableCell.is-active {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        -moz-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        -o-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1); }
      .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section > .fp-tableCell.go-up {
        -webkit-transform: translateY(100%) scale(1);
        -moz-transform: translateY(100%) scale(1);
        -ms-transform: translateY(100%) scale(1);
        -o-transform: translateY(100%) scale(1);
        transform: translateY(100%) scale(1);
        opacity: 1; }
      .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section > .fp-tableCell.go-down {
        -webkit-transform: translateY(0px) scale(0.7);
        -moz-transform: translateY(0px) scale(0.7);
        -ms-transform: translateY(0px) scale(0.7);
        -o-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0; }
    .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section.no-effect > .fp-tableCell {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section.fp-auto-height {
      height: auto !important; }
      .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .fp-section.fp-auto-height .fp-tableCell {
        height: auto !important; }
  .ps-enable-fullpage:not(.fp-responsive) .fullpage-wrapper[data-fp-animation=scaledown] .footer {
    top: auto;
    bottom: 0; }

.ps-enable-fullpage .fullpage-wrapper .footer {
  display: block;
  width: 100%;
  height: auto !important; }
  .ps-enable-fullpage .fullpage-wrapper .footer .fp-tableCell {
    height: auto !important; }

/*****************************
35 - Components - Icon
*****************************/
.icon i {
  font-size: 31px; }

.icon-simple i {
  font-size: 48px; }

.icon-circle span {
  width: 72px;
  height: 72px;
  line-height: 70px; }
  .icon-circle span i {
    line-height: 70px; }

.icon-square span {
  width: 60px;
  height: 60px;
  line-height: 60px; }
  .icon-square span i {
    line-height: 60px; }

.icon-outline span {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6; }

.icon-bg-gradient span {
  background-color: #1e73be;
  background-image: -webkit-linear-gradient(to right, #1e73be 0%, #8224e3 50%, #1e73be 100%);
  background-image: linear-gradient(to right, #1e73be 0%, #8224e3 50%, #1e73be 100%);
  background-size: 200% 100%; }

.icon-bg-gradient-2 span {
  background-color: #040847;
  background-image: -webkit-linear-gradient(to right, #040847 0%, #de92c2 50%, #040847 100%);
  background-image: linear-gradient(to right, #040847 0%, #de92c2 50%, #040847 100%);
  background-size: 200% 100%; }

.icon-bg-gradient-3 span {
  background-color: #fcaf6a;
  background-image: -moz-linear-gradient(180deg, #fcaf6a 0%, #fdcb61 100%);
  background-image: -webkit-linear-gradient(180deg, #fcaf6a 0%, #fdcb61 100%);
  background-image: -ms-linear-gradient(180deg, #fcaf6a 0%, #fdcb61 100%); }

.icon-bg-gradient-4 span {
  background-color: #67d9ec;
  background-image: -moz-linear-gradient(180deg, #67d9ec 0%, #f372b0 100%);
  background-image: -webkit-linear-gradient(180deg, #67d9ec 0%, #f372b0 100%);
  background-image: -ms-linear-gradient(180deg, #67d9ec 0%, #f372b0 100%); }

.icon-bg-gradient-5 span {
  background-color: #ecfd76;
  background-image: -moz-linear-gradient(180deg, #ecfd76 0%, #46d6db 100%);
  background-image: -webkit-linear-gradient(180deg, #ecfd76 0%, #46d6db 100%);
  background-image: -ms-linear-gradient(180deg, #ecfd76 0%, #46d6db 100%); }

.icon-bg-stone span {
  background-color: #171d3d; }

.icon-bg-primary span {
  background-color: #040847; }

.icon-bg-white span {
  background-color: #ffffff; }

.icon-color-white {
  color: #ffffff; }
  .icon-color-white i {
    color: #ffffff; }

.icon-color-primary {
  color: #040847; }
  .icon-color-primary i {
    color: #040847; }

.icon-color-gradient i {
  color: #1e73be;
  background: -webkit-linear-gradient(left, #1e73be 0%, #8224e3 50%, #1e73be 100%);
  background: linear-gradient(to right, #1e73be 0%, #8224e3 50%, #1e73be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%; }

.icon-color-gradient-2 i {
  color: #574be8;
  background: -webkit-linear-gradient(to right, #574be8 0%, #dd92c3 50%, #574be8 100%);
  background: linear-gradient(to right, #574be8 0%, #dd92c3 50%, #574be8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.icon-color-gradient-3 i {
  color: #6f60e7;
  background-image: -webkit-linear-gradient(left, #6f60e7 0%, #d998c9 50%, #6f60e7 100%);
  background-image: linear-gradient(to right, #6f60e7 0%, #d998c9 50%, #6f60e7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%; }

.icon-size-large span {
  line-height: 140px;
  width: 140px;
  height: 140px;
  padding: 0;
  font-size: 48px;
  border-width: 0px; }

.icon-size-large i {
  font-size: 48px; }

.icon-size-small span {
  width: 30px;
  height: 30px; }

.icon-size-small i {
  font-size: 30px; }

.icon-size-40 span {
  width: 40px;
  height: 40px;
  line-height: 38px; }
  .icon-size-40 span i {
    line-height: 38px; }

.icon-size-66 span {
  width: 66px;
  height: 66px;
  line-height: 64px; }
  .icon-size-66 span i {
    line-height: 64px; }

.icon-font-size-14 span {
  font-size: 14px; }

.icon-font-size-16 span, .icon-font-size-16 i {
  font-size: 16px; }

.icon-font-size-18 span, .icon-font-size-18 i {
  font-size: 18px; }

.icon-font-size-25 span, .icon-font-size-25 i {
  font-size: 25px; }

.icon-font-size-30 span, .icon-font-size-30 i {
  font-size: 30px; }

.icon-font-size-32 span, .icon-font-size-32 i {
  font-size: 32px; }

.icon-font-size-36 span, .icon-font-size-36 i {
  font-size: 36px; }

.icon-font-size-50 span, .icon-font-size-50 i {
  font-size: 50px; }

.icon-bdc-white span {
  border-color: #ffffff; }

.icon-bdw-5 span {
  border-width: 5px; }

.icon-bdw-5.icon-outline span {
  line-height: 62px; }

.icon.hover-style-2 span:hover {
  background-color: #0B32F9;
  border-color: #0B32F9;
  color: #ffffff; }

/*****************************
36 - Components - Info Box
*****************************/
@media (max-width: 47.94em) {
  .info-box__title {
    margin-top: 15px; } }

.info-box-icon-left .info-box__icon {
  padding-right: 30px; }
  @media (max-width: 61.94em) {
    .info-box-icon-left .info-box__icon {
      padding-right: 20px; } }
  @media (max-width: 47.94em) {
    .info-box-icon-left .info-box__icon {
      padding-top: 0; } }

.info-box-icon-left .info-box__title {
  margin-top: 0; }

.info-box-icon-left.info-box-icon-img .info-box__icon {
  padding-right: 70px;
  vertical-align: top;
  padding-top: 10px; }
  @media (max-width: 61.94em) {
    .info-box-icon-left.info-box-icon-img .info-box__icon {
      padding-right: 30px; } }

.info-box-icon-left.info-box-icon-img .info-box__description {
  margin-top: 25px;
  padding-top: 0;
  max-width: 340px; }
  @media (max-width: 74.9375em) {
    .info-box-icon-left.info-box-icon-img .info-box__description {
      margin-top: 20px; } }
  .info-box-icon-left.info-box-icon-img .info-box__description:before {
    content: "";
    width: 30px;
    display: block;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
    opacity: .8;
    margin-bottom: 23px; }
    @media (max-width: 74.9375em) {
      .info-box-icon-left.info-box-icon-img .info-box__description:before {
        margin-bottom: 15px; } }

.info-box-icon-right .info-box__icon {
  padding-left: 30px; }

.info-box-hover-1:hover .info-box__icon .icon-circle span {
  background-color: #040847;
  border-color: #040847; }

/*****************************
37 - Components - Lists
*****************************/
.lists-icon__item:not(:last-child) {
  margin-bottom: 15px; }

.lists-icon__item i {
  width: 22px;
  color: #040847; }

.lists-icon-2 .lists-icon__icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 28px;
  margin-right: 20px; }

.lists-icon.gap-30 .lists-icon__item:not(:last-child) {
  margin-bottom: 30px; }

.list-with-dot li:not(:last-child) {
  margin-bottom: 15px; }

.list-with-dot li span.dot {
  vertical-align: middle;
  margin-right: 15px;
  background-color: #232324;
  width: 5px;
  height: 5px;
  line-height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/*****************************
38 - Components - Mini Cart
*****************************/
.mini-cart {
  width: 420px;
  min-height: 100vh;
  z-index: 99999;
  padding: 5rem;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09); }
  @media (max-width: 61.94em) {
    .mini-cart {
      width: 350px; } }
  @media (max-width: 35.94em) {
    .mini-cart {
      max-width: 100%; } }
  .mini-cart.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .mini-cart__close {
    width: 30px;
    height: 30px; }
    .mini-cart__close .btn-close i {
      font-size: 30px; }
  .mini-cart-inner {
    padding-top: 5rem; }
  .mini-cart__heading {
    margin-bottom: 40px; }
  .mini-cart__list {
    margin: 0 -30px 0 0;
    padding: 0 30px 0 0;
    max-height: 310px;
    max-height: calc(100vh - 430px);
    max-height: -webkit-calc(100vh - 430px);
    overflow: auto; }
    @media (max-width: 35.94em) {
      .mini-cart__list {
        margin-bottom: 20px; } }
  .mini-cart__product:not(:last-child) {
    margin-bottom: 30px; }
  .mini-cart__product-remove {
    height: 20px;
    line-height: 17px;
    width: 20px;
    font-family: Verdana,sans-serif; }
  .mini-cart__product-image {
    -webkit-flex-basis: 70px;
    -moz-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px; }
  .mini-cart__product-content {
    -webkit-flex-basis: calc(100% - 70px);
    -moz-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px;
    padding-right: 10px; }
    @media (max-width: 47.94em) {
      .mini-cart__product-content {
        -webkit-flex-basis: calc(100% - 90px);
        -moz-flex-basis: calc(100% - 90px);
        -ms-flex-preferred-size: calc(100% - 90px);
        flex-basis: calc(100% - 90px);
        max-width: calc(100% - 90px);
        padding-left: 10px; } }
  .mini-cart__product-title {
    margin: 0 0 5px; }
  .mini-cart__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px; }

/*****************************
39 - Components - Modal
*****************************/
/*-- 39.00 - Quick View Modal --*/
.modal {
  display: block !important;
  z-index: -9;
  padding-right: 0 !important; }

.modal.show {
  z-index: 1050; }

.product-modal .modal-dialog {
  width: 1125px;
  margin: 75px auto 50px; }
  @media (max-width: 81.25em) {
    .product-modal .modal-dialog {
      max-width: 95%;
      width: 1025px; } }
  @media (max-width: 61.94em) {
    .product-modal .modal-dialog {
      width: 741px;
      max-width: 741px;
      max-height: 602px;
      overflow-x: hidden; } }
  @media (max-width: 47.94em) {
    .product-modal .modal-dialog {
      width: auto;
      max-width: 80%;
      max-height: 600px; } }
  @media (max-width: 35.94em) {
    .product-modal .modal-dialog {
      max-height: 480px; } }
  @media (max-width: 28.125em) {
    .product-modal .modal-dialog {
      max-height: 320px; } }

.product-modal .modal-body {
  padding: 0; }
  .product-modal .modal-body .product-main-details .product-summary {
    padding: 30px 40px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 47.94em) {
      .product-modal .modal-body .product-main-details .product-summary {
        padding-top: 0; } }
  @media (max-width: 74.9375em) {
    .product-modal .modal-body .product-gallery--2 {
      padding-bottom: 30px; } }
  @media (max-width: 74.9375em) {
    .product-modal .modal-body .product-gallery--2 .product-gallery__image {
      padding: 30px; } }

.product-modal .close {
  padding: 5px;
  background: #000000;
  opacity: 1;
  text-shadow: 0 0 0 #000000;
  z-index: 9; }
  .product-modal .close i {
    font-size: 30px; }
  .product-modal .close:hover {
    opacity: 1 !important;
    color: #ffffff !important; }

.custom-close {
  background-color: #292929 !important;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  text-align: center !important;
  font-size: 20px;
  line-height: 1;
  display: block;
  padding: 18px !important;
  color: #fff !important;
  font-weight: 300;
  text-shadow: 0 0 0 #fff;
  opacity: 1 !important;
  width: 60px !important;
  height: 60px !important; }
  @media (max-width: 61.94em) {
    .custom-close {
      left: auto;
      top: 0 !important;
      bottom: 100% !important;
      right: 0 !important; } }
  .custom-close i {
    display: inline-block;
    vertical-align: middle; }
    .custom-close i.mfp-close {
      width: auto !important;
      height: auto;
      line-height: 60px;
      position: absolute;
      right: 50%;
      top: 0;
      margin-right: -12px;
      text-decoration: none;
      text-align: center;
      opacity: 1;
      padding: 0;
      font-style: normal;
      font-size: inherit;
      font-family: "thanos" !important; }
  .custom-close:hover i {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

/*-- 39.01 - Search Form Popup --*/
.searchform__popup {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s; }
  .searchform__popup p {
    margin-bottom: 15px; }
  .searchform__popup.open .searchform__body {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .searchform__popup .btn-close {
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .searchform__popup .btn-close i {
      font-size: 40px;
      color: #000; }
    @media (max-width: 74.9375em) {
      .searchform__popup .btn-close {
        right: 10%; } }
    @media (max-width: 61.94em) {
      .searchform__popup .btn-close {
        right: 8%;
        font-size: 40px; } }
    @media (max-width: 47.94em) {
      .searchform__popup .btn-close {
        right: 6%;
        top: 30%; } }
    @media (max-width: 35.94em) {
      .searchform__popup .btn-close {
        top: 25%; } }

.searchform__body {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  @media (max-width: 61.94em) {
    .searchform__body {
      max-width: 90%;
      margin: 0 auto; } }

/*****************************
40 - Components - Navigation
*****************************/
/*-- 40.00 - Main Navigation --*/
@media (min-width: 62em) {
  .main-navigation .mainmenu__item {
    display: inline-block;
    padding: 0 8px; } }

@media (min-width: 87.5625em) {
  .main-navigation .mainmenu__item {
    padding: 0 9px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.active > a {
    color: #040847; }
    .main-navigation .mainmenu__item.active > a:before {
      left: 15px;
      right: auto;
      width: calc(100% - 30px);
      width: -webkit-calc(100% - 30px); } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 240px;
    margin-top: 60px;
    z-index: 111;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    white-space: -moz-nowrap;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -moz-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -ms-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -o-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu.megamenu-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: #ffffff;
    padding: 30px 45px;
    left: 0;
    top: 79px;
    width: 100%; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu ul li {
    position: relative; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu ul li > a {
    font-size: 14px;
    line-height: 24px;
    color: #525252; } }

.main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1110px; }
  @media (max-width: 74.9375em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu {
      width: 937px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li {
      width: 229.5px;
      text-align: left;
      display: inline-block; } }
  @media (min-width: 87.5625em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li {
      width: 277.5px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-blog-block {
      width: 459px; } }
  @media (min-width: 87.5625em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-blog-block {
      width: 555px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-portfolio-block {
      width: 366px; } }
  @media (min-width: 87.5625em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-portfolio-block {
      width: 376px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-banner-block {
      width: 256px; } }
  @media (min-width: 87.5625em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-banner-block {
      width: 310px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a {
      margin: 10px 15px;
      display: inline-block; }
      .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
        color: #040847; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a i {
      width: 18px;
      padding-right: 5px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a.megamenu-title {
      text-transform: uppercase;
      color: #232324;
      font-size: 12px;
      font-weight: 700; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a.megamenu-title:hover {
      color: #040847; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu {
    display: block;
    background: #040847;
    width: 240px;
    min-width: 240px;
    padding: 20px 0;
    z-index: 111;
    text-align: left; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu li.has-children > a:after {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-left: 10px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu li .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 0;
    margin-left: -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -moz-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -ms-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -o-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-left: 0; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu a {
    padding: 10px 40px;
    color: #f6f6f6;
    display: block;
    position: relative; }
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu a:hover {
      color: #ffffff; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children:hover .inner-menu {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    margin-top: 35px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__link {
    color: #232324;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: block;
    line-height: 30px;
    padding: 5px 8px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
    .main-navigation .mainmenu__link:before {
      position: absolute;
      content: "";
      border-top-width: 3px;
      border-top-style: solid;
      border-top-color: inherit;
      right: 15px;
      left: auto;
      top: 0;
      width: 0;
      transition: width 300ms ease-out; }
    .main-navigation .mainmenu__link:after {
      content: "";
      position: absolute;
      top: 100%;
      width: 100%;
      left: 0;
      height: 80px; }
    .main-navigation .mainmenu__link:hover:before {
      left: 15px;
      right: auto;
      width: calc(100% - 30px);
      width: -webkit-calc(100% - 30px); } }

@media (min-width: 87.5625em) {
  .main-navigation .mainmenu__link {
    font-size: 18px;
    padding: 5px 15px; } }

.main-navigation .mainmenu-style-2 .mainmenu__item.active .mainmenu__link,
.main-navigation .mainmenu-style-2 .mainmenu__item:hover .mainmenu__link {
  background-color: #040847;
  color: #ffffff; }

@media (min-width: 62em) {
  .main-navigation .mainmenu-style-2 .mainmenu__link:before {
    display: none; } }

@media (min-width: 62em) {
  .main-navigation.color-white .mainmenu__item.active > a {
    color: #040847; }
    .main-navigation.color-white .mainmenu__item.active > a:before {
      left: 15px;
      right: auto;
      width: calc(100% - 30px);
      width: -webkit-calc(100% - 30px); } }

@media (min-width: 62em) {
  .main-navigation.color-white .mainmenu__link {
    color: #040847; }
    .main-navigation.color-white .mainmenu__link:hover {
      color: #c00a08; } }

/*-- 40.01 - Mobile Menu --*/
.mobile-menu-wrapper {
  position: relative;
  z-index: 8; }

.mobile-navigation {
  display: none;
  max-width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

    .mobile-navigation {
      display: block; } 
  .mobile-navigation.dl-menuwrapper {
    margin-right: 0; }
    .mobile-navigation.dl-menuwrapper:first-child {
      margin-right: 0; }
    .mobile-navigation.dl-menuwrapper .dl-menu {
      margin: 0; }
  .mobile-navigation .dl-trigger {
    visibility: hidden;
    opacity: 0; }
  .mobile-navigation.open-mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  .mobile-navigation .dl-menuwrapper {
    margin: 0;
    max-width: 100%; }
  .mobile-navigation ul {
    background: #fff; }
    .mobile-navigation ul.dl-menu {
      border-width: 1px 0 0;
      border-style: solid;
      border-color: rgba(140, 140, 140, 0.2);
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
      -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
      -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
      -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076); }
    .mobile-navigation ul li:not(:first-child) {
      border-width: 1px 0 0;
      border-style: solid;
      border-color: rgba(140, 140, 140, 0.2); }
    .mobile-navigation ul li > a {
      display: block;
      position: relative;
      color: #21203f;
      font-size: 20px !important;
      font-weight: 400;
      text-transform: uppercase;
      padding: 12px 30px;
      line-height: 30px;
      text-align:center !important;
        
    }
    .mobile-navigation ul li > a:not(:only-child):after {
      font-family: FontAwesome;
      content: "\f105";
      left: auto;
      right: 20px;
      top: 18px;
      position: absolute;
      font-size: 20px !important;
      width: auto;
      line-height: 1;
      color: #21203f; }
      @media(max-width:576px){
          .mobile-navigation ul li > a{
              font-size:12px !important;
          }
          .mobile-navigation ul li > a:not(:only-child):after{
              font-size:12px !important;
          }
      }
    .mobile-navigation ul li.dl-back > a {
      text-align: right;
      background-color: transparent; }
      .mobile-navigation ul li.dl-back > a:before {
        font-family: FontAwesome;
        content: "\f177";
        float: left; }
    .mobile-navigation ul li.dl-back:after {
      display: none; }
    @media (max-width: 61.94em) {
      .mobile-navigation ul li.dl-subviewopen, .mobile-navigation ul li.dl-subview {
        border-width: 0; } }
    .mobile-navigation ul .tip {
      display: none; }

/*-- 40.02 - Side Navigation --*/
.side-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  color: #21203f;
  background-color: #fff;
  width: 470px;
  min-height: 100vh;
  z-index: 9999;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09); }
  @media (max-width: 93.6875em) {
    .side-navigation {
      width: 330px; } }
  @media (max-width: 35.94em) {
    .side-navigation {
      width: 300px; } }
  .side-navigation.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .side-navigation .btn-close {
    position: absolute;
    text-align: center;
    line-height: 1;
    display: block;
    right: 30px;
    top: 20px;
    width: 50px;
    height: 50px; }
    .side-navigation .btn-close i {
      font-size: 32px;
      line-height: 50px;
      color: #000; }
  .side-navigation-wrapper {
    position: relative; }
  .side-navigation-inner {
    overflow: auto;
    height: 100%;
    padding: 70px;
    padding-top: 90px; }
    @media (max-width: 93.6875em) {
      .side-navigation-inner {
        padding: 50px 30px;
        padding-top: 70px; } }

/*-- 40.03 - Flyout Menu --*/
.flyout-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  display: table;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  transition: all .5s ease-out; }
  .flyout-menu.open {
    visibility: visible;
    opacity: 1; }
    .flyout-menu.open .flyout-menu__inner {
      visibility: visible;
      opacity: 1; }
    .flyout-menu.open .accordion-menu > li {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  .flyout-menu__inner {
    display: table-cell;
    max-width: 90%;
    vertical-align: middle;
    line-height: 30px;
    transition: all .5s ease-out;
    text-align: center;
    font-size: 14px;
    visibility: hidden;
    opacity: 0; }
    .flyout-menu__inner .btn-close {
      font-size: 40px;
      top: 20%;
      right: 20%;
      line-height: 40px;
      height: 40px;
      transition: all .3s;
      display: block;
      position: absolute;
      color: #525252; }
      .flyout-menu__inner .btn-close i {
        color: #000; }
  .flyout-menu__container {
    color: #232324; }
    .flyout-menu__container ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
      padding-right: 0; }
  .flyout-menu .accordion-menu > li {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms; }
    .flyout-menu .accordion-menu > li:nth-child(1) {
      -moz-transition-delay: 250ms;
      -ms-transition-delay: 250ms;
      -o-transition-delay: 250ms;
      -webkit-transition-delay: 250ms;
      transition-delay: 250ms; }
    .flyout-menu .accordion-menu > li:nth-child(2) {
      -moz-transition-delay: 300ms;
      -ms-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      -webkit-transition-delay: 300ms;
      transition-delay: 300ms; }
    .flyout-menu .accordion-menu > li:nth-child(3) {
      -moz-transition-delay: 350ms;
      -ms-transition-delay: 350ms;
      -o-transition-delay: 350ms;
      -webkit-transition-delay: 350ms;
      transition-delay: 350ms; }
    .flyout-menu .accordion-menu > li:nth-child(4) {
      -moz-transition-delay: 400ms;
      -ms-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      -webkit-transition-delay: 400ms;
      transition-delay: 400ms; }
    .flyout-menu .accordion-menu > li:nth-child(5) {
      -moz-transition-delay: 450ms;
      -ms-transition-delay: 450ms;
      -o-transition-delay: 450ms;
      -webkit-transition-delay: 450ms;
      transition-delay: 450ms; }
    .flyout-menu .accordion-menu > li:nth-child(6) {
      -moz-transition-delay: 500ms;
      -ms-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      -webkit-transition-delay: 500ms;
      transition-delay: 500ms; }

.accordion-menu li {
  position: relative; }
  .accordion-menu li .sub-menu {
    display: none; }

.accordion-menu > li > a {
  font-weight: 700;
  display: inline-block;
  font-size: 60px;
  line-height: 1.6; }

.accordion-menu > li a i {
  padding-right: 5px; }

/*-- 40.04 - Vertical Menu --*/
.main-navigation--aside .accordion-menu li {
  margin-bottom: 5px; }

.main-navigation--aside .accordion-menu > li > a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
  line-height: 30px; }

.main-navigation--aside .accordion-menu > li ul.sub-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 35px; }

.mainmenu.vertical-menu .mainmenu__item {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  margin-bottom: 10px; }
  .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu {
    top: -30px;
    left: 100%; }
    @media (max-width: 120em) {
      .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.megamenu-holder {
        padding: 25px 30px; } }
    @media (max-width: 74.9375em) {
      .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.megamenu-holder {
        padding: 15px 10px; } }
    .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.three-column {
      width: 900px; }
      @media (max-width: 93.6875em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.three-column {
          width: 850px; } }
      @media (max-width: 74.9375em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.three-column {
          width: 680px; } }
    .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.three-column-large {
      width: 1170px; }
      @media (max-width: 100em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.three-column-large {
          width: 1100px; } }
      @media (max-width: 93.6875em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.three-column-large {
          width: 885px; } }
      @media (max-width: 74.9375em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.three-column-large {
          width: 680px; } }
    .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.four-column {
      width: 1170px; }
      @media (max-width: 100em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.four-column {
          width: 1100px; } }
      @media (max-width: 93.6875em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.four-column {
          width: 885px; } }
      @media (max-width: 74.9375em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu.four-column {
          width: 680px; } }
    @media (max-width: 74.9375em) {
      .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu .megamenu {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        width: 100%; } }
    .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li {
      white-space: -moz-nowrap;
      white-space: nowrap;
      min-width: 225px; }
      @media (max-width: 93.6875em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li {
          min-width: 205px; } }
      @media (max-width: 74.9375em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li {
          min-width: 130px;
          width: auto; } }
      @media (max-width: 120em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li > a {
          white-space: -moz-normal;
          white-space: normal; } }
      @media (max-width: 74.9375em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-portfolio-block {
          max-width: 300px; } }
      @media (max-width: 74.9375em) {
        .mainmenu.vertical-menu .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-banner-block {
          width: 300px; } }
  .mainmenu.vertical-menu .mainmenu__item.active > a {
    color: #ffffff !important; }
  .mainmenu.vertical-menu .mainmenu__item a {
    font-family: "Roboto Slab", serif; }

.mainmenu.vertical-menu .mainmenu__link {
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  display: block;
  line-height: 30px;
  position: relative;
  font-weight: 400; }
  .mainmenu.vertical-menu .mainmenu__link:before {
    display: none; }
  .mainmenu.vertical-menu .mainmenu__link:after {
    display: none; }

/*****************************
41 - Components - Portfolio
*****************************/
/*-- 41.00 - Menu Portfolio --*/
.menu-portfolio__overlay {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -ms-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  margin: 0 !important; }
  .menu-portfolio__overlay:before {
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

.menu-portfolio:hover .menu-portfolio__overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .menu-portfolio:hover .menu-portfolio__overlay:before {
    opacity: .9; }

/*-- 41.01 - Portfolio Default Style --*/
.portfolio__inner:hover .portfolio__link {
  width: 100%;
  height: 100%; }

.portfolio__inner .icon-plus {
  height: 2px;
  width: 30px;
  z-index: 10; }
  .portfolio__inner .icon-plus:after {
    width: 2px;
    height: 30px;
    background-color: inherit;
    left: 14px;
    top: -14px;
    z-index: 10; }

.portfolio__icon {
  z-index: 10; }

.portfolio__link {
  text-indent: -99999px;
  width: 0;
  height: 0;
  z-index: 9; }

.portfolio__title {
  margin: 0 0 10px; }

/*-- 41.02 - Portfolio Style 01 --*/
.portfolio-style-1 .portfolio__inner a:hover {
  color: inherit !important;
  text-decoration: underline; }

.portfolio-style-1 .portfolio__info {
  z-index: 10;
  padding: 0 30px 25px; }

/*-- 41.03 - Portfolio Style 02 --*/
.portfolio-style-2 .portfolio__inner .item--overlay {
  background-image: none; }

.portfolio-style-2 .portfolio__inner a:hover {
  color: inherit !important;
  text-decoration: underline; }

.portfolio-style-2 .portfolio__info {
  z-index: 10;
  padding: 0 30px 0; }

.portfolio-style-2.hover-style-2 .portfolio__inner .item--overlay {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.portfolio-style-2.hover-style-2 .portfolio__inner:hover .item--overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/*-- 41.04 - Portfolio Style 03 --*/
.portfolio-style-3 .portfolio__title {
  margin-top: 20px;
  margin-bottom: 10px; }

/*-- 41.05 - Portfolio Style 04 --*/
.portfolio-style-4 .portfolio__inner .item--overlay {
  opacity: .5;
  visibility: visible; }

.portfolio-style-4 .portfolio__inner:hover .item--overlay {
  opacity: .8; }

.portfolio-style-4 .portfolio__info {
  z-index: 10;
  padding: 0 30px 25px; }

.portfolio-style-4 .portfolio__title {
  margin-top: 20px;
  margin-bottom: 10px; }

/*-- 41.06 - Portfolio Style 05 --*/
.portfolio-style-5 .portfolio__inner .item--overlay {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .portfolio-style-5 .portfolio__inner .item--overlay:before {
    visibility: hidden;
    opacity: 0;
    background-color: #040847;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.portfolio-style-5 .portfolio__inner .portfolio__icon {
  z-index: 10; }
  .portfolio-style-5 .portfolio__inner .portfolio__icon .flaticon-search {
    font-size: 23px; }

.portfolio-style-5 .portfolio__inner:hover .item--overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: .9; }
  .portfolio-style-5 .portfolio__inner:hover .item--overlay:before {
    visibility: visible;
    opacity: .9; }

/*-- 41.07 - Portfolio Info --*/
.portfolio-info-item:not(:last-child) {
  margin-bottom: 15px; }

.portfolio-info-label {
  width: 35%; }

.portfolio-sharing .portfolio-info-label {
  width: 15%; }

.portfolio-nav a i {
  vertical-align: middle;
  line-height: 30px;
  font-size: 20px; }

.portfolio-nav a span {
  vertical-align: middle;
  padding: 0 10px; }

/*-- 41.08 - Portfolio Carousel --*/
.portfolio-carousel.cover-img-bg .cover-img {
  position: relative;
  min-height: 300px;
  height: 80vh;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .portfolio-carousel.cover-img-bg .cover-img img {
    display: none; }

@media (max-width: 28.125em) {
  .fixed-image-245 {
    width: 245px;
    height: 245px; } }

.fixed-image-245 .cover-img {
  width: 245px;
  height: 245px;
  background-size: cover; }
  .fixed-image-245 .cover-img img {
    display: none; }

/*****************************
42 - Components - Pricing
*****************************/
/*-- 42.00 - Pricing table style 01 --*/
.pricing-table-style-1 {
  border: 1px solid #dedede;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -moz-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -ms-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -o-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  margin-bottom: 22px;
  margin-top: 69px; }
  .pricing-table-style-1:hover .pricing-table__action .pricing-btn {
    background-color: #00A9F7; }
  .pricing-table-style-1 .pricing-table__inner {
    padding-top: 70px;
    margin-top: 25px; }
  .pricing-table-style-1 .pricing-table__icon {
    margin-top: -70px; }
  .pricing-table-style-1 .pricing-table__title {
    margin-bottom: 8px; }
  .pricing-table-style-1 .pricing-table__desc {
    padding: 0 30px 20px; }
    @media (max-width: 61.94em) {
      .pricing-table-style-1 .pricing-table__desc {
        padding: 0 20px 20px; } }
  .pricing-table-style-1 .pricing-table__packages li {
    padding: 15px; }
    @media (max-width: 61.94em) {
      .pricing-table-style-1 .pricing-table__packages li {
        padding: 10px; } }
  .pricing-table-style-1 .pricing-table__action {
    margin-top: 20px; }
    @media (max-width: 61.94em) {
      .pricing-table-style-1 .pricing-table__action {
        margin-top: 10px; } }
    .pricing-table-style-1 .pricing-table__action .pricing-btn {
      background-color: #66c8f7;
      padding: 10px 40px;
      border-radius: 35px;
      -webkit-transform: translate(0, 50%);
      -moz-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
      transform: translate(0, 50%); }
    .pricing-table-style-1 .pricing-table__action:hover .pricing-btn {
      background-color: #00A9F7; }

/*-- 42.01 - Pricing table style 02 --*/
.pricing-table-style-2 .pricing-table__inner {
  border: 1px solid #dedede;
  padding: 30px 30px 0; }
  .pricing-table-style-2 .pricing-table__inner:before {
    width: 5px;
    height: 35px;
    top: 35px;
    background-color: #525252; }
  .pricing-table-style-2 .pricing-table__inner:hover {
    -webkit-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
    -moz-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
    -ms-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
    -o-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
    box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1); }
    .pricing-table-style-2 .pricing-table__inner:hover:before {
      background-color: #040847; }
    .pricing-table-style-2 .pricing-table__inner:hover .pricing-table__action .pricing-btn {
      background-color: #040847; }
  .pricing-table-style-2 .pricing-table__inner.featured:before {
    background-color: #040847; }

.pricing-table-style-2 .pricing-table__title {
  margin-bottom: 10px;
  line-height: 1.5; }

.pricing-table-style-2 .pricing-table__price--value {
  font-size: 36px;
  line-height: 100%;
  margin-right: 5px; }

.pricing-table-style-2 .pricing-table__price--unit {
  bottom: 0; }

.pricing-table-style-2 .pricing-table__desc {
  padding-top: 15px;
  padding-bottom: 5px; }

.pricing-table-style-2 .pricing-table__packages {
  border-top: 1px solid #dedede;
  margin-top: 20px;
  padding-top: 20px; }
  .pricing-table-style-2 .pricing-table__packages li {
    padding: 15px 0; }

.pricing-table-style-2 .pricing-table__action {
  margin-left: -31px;
  margin-right: -31px;
  margin-bottom: -1px;
  margin-top: 30px; }
  .pricing-table-style-2 .pricing-table__action .pricing-btn {
    font-size: 11px;
    padding: 13px 20px;
    letter-spacing: 1px;
    background-color: #525252; }
  .pricing-table-style-2 .pricing-table__action:hover .pricing-btn {
    background-color: #ef5619; }

/*-- 42.02 - Pricing table style 03 --*/
.pricing-table-style-3 .pricing-table__inner {
  border: 1px solid #dedede; }
  .pricing-table-style-3 .pricing-table__inner:hover .pricing-table__head:before {
    border-color: #8a8a8a transparent transparent transparent; }

.pricing-table-style-3 .pricing-table__head {
  background-color: #f7f7f7;
  background-color: #f7f7f7;
  margin: -1px;
  padding: 20px; }
  .pricing-table-style-3 .pricing-table__head:before {
    border-width: 12px 10px 0;
    border-style: solid;
    border-color: #f7f7f7 transparent transparent transparent;
    top: 100%; }

.pricing-table-style-3 .pricing-table__title {
  line-height: 1.35; }

.pricing-table-style-3 .pricing-table__price--value {
  font-size: 48px;
  line-height: 100%;
  margin-right: 5px; }

.pricing-table-style-3 .pricing-table__body {
  padding: 20px 0; }

.pricing-table-style-3 .pricing-table__packages li {
  padding: 15px 0; }

.pricing-table-style-3 .pricing-table__action {
  margin-bottom: 45px; }
  .pricing-table-style-3 .pricing-table__action .pricing-btn {
    border: 2px solid #e7e7e7;
    padding: 14px 40px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px; }

/*****************************
43 - Components - Product
*****************************/
/*-- 43.00 - Global Proudct --*/
.product-item__thumb--holder img {
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18); }

.product-item__thumb--holder .secondary-image {
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  opacity: 0; }

.product-item__thumb:hover .product-item__thumb--holder .primary-image {
  opacity: 1; }

.product-item__thumb:hover .product-item__thumb--holder .secondary-image {
  opacity: 1; }

.product-item__thumb:hover .product-item__addto {
  right: 15px; }

.product-item__overlay {
  text-indent: -99999px; }

.product-item__action .add_to_cart_btn {
  background-color: rgba(35, 35, 36, 0.9);
  bottom: -50px;
  font-size: 10px;
  line-height: 24px;
  padding: 15px;
  letter-spacing: 1px; }
  .product-item__action .add_to_cart_btn:hover {
    background-color: #040847;
    color: #ffffff; }
  .product-item__action .add_to_cart_btn span {
    padding-left: 20px; }
    .product-item__action .add_to_cart_btn span:before {
      content: "\f10d";
      font-family: "Flaticon";
      left: -5px; }

.product-item__addto {
  bottom: 70px; }

.product-item__info .product-item__action {
  display: none; }

.product-item__info .product-item__addto {
  right: auto; }
  .product-item__info .product-item__addto .add_to_cart_btn {
    background-color: #232324;
    border-color: #232324;
    border-radius: 35px;
    min-width: 150px;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 15px 50px;
    margin-right: 10px; }
    .product-item__info .product-item__addto .add_to_cart_btn:hover {
      background-color: #040847;
      border-color: #040847;
      color: #ffffff; }
    .product-item__info .product-item__addto .add_to_cart_btn span {
      padding: 0; }
      .product-item__info .product-item__addto .add_to_cart_btn span:before {
        display: none; }
  .product-item__info .product-item__addto .add_compare, .product-item__info .product-item__addto .add_wishlist {
    font-size: 0;
    line-height: 0;
    position: relative; }
    .product-item__info .product-item__addto .add_compare:before, .product-item__info .product-item__addto .add_wishlist:before {
      content: "\f120";
      font-family: "Flaticon";
      text-transform: none;
      width: 40px;
      height: 54px;
      line-height: 54px; }
  .product-item__info .product-item__addto .add_wishlist:before {
    content: "\f121"; }

.product-item__title {
  margin: 22px 0 8px;
  line-height: normal; }

.product-item__swatch {
  margin-top: 10px;
  line-height: 0; }

.product-item__excerpt {
  display: none; }

.product-item-layout-2 .product-item__inner:hover .product-item__info {
  visibility: visible;
  margin-top: 0;
  opacity: 1; }

.product-item-layout-2 .product-item__inner:hover .product-item__overlay {
  opacity: .8;
  visibility: visible; }

.product-item-layout-2 .product-item__inner:hover .product-item__addto {
  right: 15px; }

.product-item-layout-2 .product-item__info {
  top: 45%;
  margin-top: 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: margin 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: margin 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
  -ms-transition: margin 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: margin 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
  transition: margin 0.5s ease, opacity 0.2s ease, visibility 0.2s ease; }

.product-item-layout-2 .product-item__overlay {
  background: #232324;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -ms-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18); }

/*-- 43.01 - Proudct Color Swatch --*/
.swatch-wrapper {
  float: none;
  margin: 0 5px; }

.swatch-btn {
  max-width: 12px;
  max-height: 12px;
  width: 40px;
  height: 40px;
  background-color: #232324;
  font-size: 0; }
  .swatch-btn:before {
    content: attr(title);
    bottom: 80%;
    text-indent: 0;
    background: #000;
    padding: 5px 10px;
    margin-bottom: 10px;
    min-width: 50px;
    white-space: pre; }
  .swatch-btn:after {
    left: 50%;
    bottom: 80%;
    border-width: 4px 4px 0;
    border-color: #000 transparent transparent transparent;
    margin-bottom: 6px;
    margin-left: -4px; }
  .swatch-btn:hover:before {
    bottom: 100%; }
  .swatch-btn:hover:after {
    bottom: 100%; }
  .swatch-btn-label {
    display: none; }

/*-- 43.02 - Proudct Size Swatch --*/
.size-swatch-btn {
  padding-left: 20px;
  display: block;
  position: relative; }
  .size-swatch-btn:before {
    content: "";
    border-width: 1px;
    border-style: solid;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 0;
    top: 5px; }
  .size-swatch-btn:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 1px;
    font-size: 10px;
    top: 6px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    opacity: 0;
    visibility: hidden; }

.size-swatch:hover .size-swatch-btn {
  color: #040847; }
  .size-swatch:hover .size-swatch-btn:after {
    visibility: visible;
    opacity: 1; }

.size-swatch:hover .size-swatch-label {
  color: #040847; }

/*-- 43.03 - Proudct List Style --*/
.products-list .product-item__thumb {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  max-width: 32%; }
  @media (max-width: 37.5em) {
    .products-list .product-item__thumb {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 15px; } }
  @media (max-width: 47.94em) {
    .products-list .product-item__thumb--holder, .products-list .product-item__thumb--holder a, .products-list .product-item__thumb--holder img {
      height: auto; } }
  .products-list .product-item__thumb .product-item__action {
    display: none; }

.products-list .product-item__info {
  -webkit-flex-basis: 68%;
  -moz-flex-basis: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
  max-width: 68%;
  padding-left: 30px; }
  @media (max-width: 47.94em) {
    .products-list .product-item__info {
      padding-left: 20px; } }
  @media (max-width: 37.5em) {
    .products-list .product-item__info {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 0; } }
  .products-list .product-item__info .product-item__action {
    display: block; }

.products-list .product-item__title {
  font-size: 20px;
  margin: 0 0 20px; }
  @media (max-width: 47.94em) {
    .products-list .product-item__title {
      font-size: 16px;
      margin-bottom: 10px; } }

.products-list .product-item__price {
  margin-bottom: 20px; }
  @media (max-width: 47.94em) {
    .products-list .product-item__price {
      margin-bottom: 0;
      line-height: 24px; } }

.products-list .product-item__swatch {
  margin-top: 0;
  margin-bottom: 10px; }

.products-list .product-item__excerpt {
  display: block;
  margin-bottom: 20px;
  line-height: 24px;
  padding-top: 10px; }

/*-- 43.04 - Proudct Summary --*/
@media (min-width: 93.75em) {
  .product-main-details {
    padding-left: 30px; } }

.product-summary .product-title {
  font-size: 24px;
  margin: 0; }

.product-summary .product-price {
  padding-top: 20px;
  padding-bottom: 16px; }
  .product-summary .product-price .money {
    font-size: 24px;
    line-height: 1; }

.product-summary .product-meta-top {
  margin-bottom: 35px; }
  @media (max-width: 61.94em) {
    .product-summary .product-meta-top {
      margin-bottom: 20px; } }
  .product-summary .product-meta-top .sku_wrapper {
    font-size: 11px; }

.product-summary .product-short-description {
  margin-bottom: 35px; }
  @media (max-width: 61.94em) {
    .product-summary .product-short-description {
      margin-bottom: 20px; } }

.product-summary .product-variations-form {
  margin-bottom: 30px; }
  .product-summary .product-variations-form .variation-label {
    font-size: 11px;
    margin-bottom: 6px; }
  .product-summary .product-variations-form .reset_variations {
    position: relative;
    display: none;
    visibility: hidden; }
    .product-summary .product-variations-form .reset_variations:before {
      content: "\f021";
      font-family: FontAwesome;
      padding-right: 5px; }

.product-summary .product-color-variation {
  margin-bottom: 12px; }
  .product-summary .product-color-variation .swatch-wrapper {
    margin: 0 5px 5px 0;
    padding: 2px; }
    .product-summary .product-color-variation .swatch-wrapper:hover {
      border-color: #040847; }
    .product-summary .product-color-variation .swatch-wrapper .swatch-btn {
      max-width: 40px;
      max-height: 40px; }

.product-summary .product-size-variation .swatch-wrapper {
  margin: 0 5px 5px 0;
  border-color: #dadada;
  padding: 2px; }
  .product-summary .product-size-variation .swatch-wrapper .product-size-swatch-btn {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    text-align: center; }

.product-summary .product-action {
  margin-bottom: 28px; }
  .product-summary .product-action .quantity-wrapper {
    margin-right: 10px; }
    @media (max-width: 28.125em) {
      .product-summary .product-action .quantity-wrapper {
        margin-bottom: 10px; } }
  .product-summary .product-action .add_to_cart_btn {
    background-color: #232324;
    border-color: #232324;
    border-radius: 35px;
    min-width: 150px;
    font-size: 11px;
    line-height: 24px;
    padding: 15px 30px;
    margin-right: 10px; }
  .product-summary .product-action .add_wishlist, .product-summary .product-action .add_compare {
    font-size: 0;
    line-height: 0;
    position: relative; }
    .product-summary .product-action .add_wishlist:before, .product-summary .product-action .add_compare:before {
      content: "\f121";
      font-family: "Flaticon";
      text-transform: none;
      width: 120px;
      height: 54px;
      line-height: 43px;
      text-align:end;
        padding-right:10px;
    }
      
  .product-summary .product-action .add_wishlist:before {
    content: "\f121"; }
  .product-summary .product-action .add_compare:before {
    content: "\f120"; }

.product-summary .product-meta .product-categories {
  margin-bottom: 30px; }

/*-- 43.05 - Proudct Gallery --*/
@media (min-width: 93.75em) {
  .product-main-image {
    padding-right: 30px; } }

@media (max-width: 47.94em) {
  .product-gallery {
    margin-bottom: 45px; } }

.product-gallery__image img {
  width: auto !important; }

.product-gallery__large-image {
  margin-bottom: 15px; }
  @media (max-width: 61.94em) {
    .product-gallery__large-image {
      height: auto; } }

.product-gallery__nav-image {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 35.94em) {
    .product-gallery__nav-image {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .product-gallery__nav-image--single {
    margin-left: 5px;
    margin-right: 5px; }
    .product-gallery__nav-image--single:before {
      border-color: #e8e8e8; }
    .product-gallery__nav-image--single.slick-current:before {
      border-color: #040847; }

.product-gallery__actions {
  top: 15px;
  right: 15px; }
  .product-gallery__actions a {
    background-color: #040847;
    border: none;
    line-height: 28px;
    height: 30px;
    width: 30px;
    border-radius: 3px; }

.product-gallery.vertical-slide-nav {
  display: flex;
  flex-direction: row-reverse; }
  @media (max-width: 61.94em) {
    .product-gallery.vertical-slide-nav {
      flex-direction: column; } }
  .product-gallery.vertical-slide-nav .product-gallery__large-image {
    flex-basis: 87%;
    max-width: 87%; }
    @media (max-width: 61.94em) {
      .product-gallery.vertical-slide-nav .product-gallery__large-image {
        flex-basis: 100%;
        max-width: 100%; } }
  .product-gallery.vertical-slide-nav .product-gallery__nav-image {
    flex-basis: 17%;
    max-width: 17%; }
    @media (max-width: 61.94em) {
      .product-gallery.vertical-slide-nav .product-gallery__nav-image {
        flex-basis: 100%;
        max-width: 100%; } }
    .product-gallery.vertical-slide-nav .product-gallery__nav-image--single {
      margin: 5px; }

@media (max-width: 74.9375em) {
  .enable-header-aside-layout-3 .product-gallery.vertical-slide-nav {
    flex-direction: column; } }

@media (max-width: 74.9375em) {
  .enable-header-aside-layout-3 .product-gallery.vertical-slide-nav .product-gallery__large-image {
    flex-basis: 100%;
    max-width: 100%; } }

@media (max-width: 74.9375em) {
  .enable-header-aside-layout-3 .product-gallery.vertical-slide-nav .product-gallery__nav-image {
    flex-basis: 100%;
    max-width: 100%; } }

/*-- 43.06 - Advanced Product Filters --*/
.advanced-product-filters {
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  display: none;
  font-size: 12px;
  background: #fff; }
  @media (max-width: 47.94em) {
    .advanced-product-filters {
      background-color: #fff;
      color: #232324; } }
  @media (max-width: 47.94em) {
    .advanced-product-filters {
      position: fixed;
      left: 0;
      top: 0;
      width: 300px;
      display: block !important;
      z-index: 9999;
      height: 100%;
      overflow: auto;
      min-height: 100vh;
      visibility: hidden !important;
      opacity: 0 !important;
      -webkit-transition: all 400ms ease-out;
      transition: all 400ms ease-out;
      transform: translate(-200px, 0);
      -ms-transform: translate(-200px, 0);
      -webkit-transform: translate(-200px, 0); } }
  .advanced-product-filters .btn-close {
    right: 30px;
    top: 20px;
    display: none; }
    @media (max-width: 47.94em) {
      .advanced-product-filters .btn-close {
        display: block; } }
  .advanced-product-filters .product-filter {
    padding: 40px 40px 0; }
    @media (max-width: 47.94em) {
      .advanced-product-filters .product-filter {
        padding: 70px 20px; } }
    .advanced-product-filters .product-filter .product-widget {
      float: left;
      margin-bottom: 30px;
      width: 23%; }
      @media (max-width: 47.94em) {
        .advanced-product-filters .product-filter .product-widget {
          width: 100%; } }
      .advanced-product-filters .product-filter .product-widget--size {
        width: 15%; }
        @media (max-width: 47.94em) {
          .advanced-product-filters .product-filter .product-widget--size {
            width: 100%; } }
      .advanced-product-filters .product-filter .product-widget--color {
        width: 15%; }
        @media (max-width: 47.94em) {
          .advanced-product-filters .product-filter .product-widget--color {
            width: 100%; } }
    .advanced-product-filters .product-filter .reset-shop-filter {
      padding-bottom: 15px;
      position: relative;
      top: -15px;
      font-size: 16px;
      text-align: center;
      line-height: 20px; }
      .advanced-product-filters .product-filter .reset-shop-filter-btn {
        position: relative;
        padding-left: 25px; }
        .advanced-product-filters .product-filter .reset-shop-filter-btn i {
          font-size: 20px;
          position: absolute;
          left: 0; }
    .advanced-product-filters .product-filter .product-widget .widget-title {
      margin: 0 0 25px; }
    .advanced-product-filters .product-filter .product-widget__list li:not(:last-child) {
      margin-bottom: 10px; }
    .advanced-product-filters .product-filter .product-widget__list li a {
      font-size: 12px;
      line-height: 1.6; }
    .advanced-product-filters .product-filter .product-widget--color .product-color-swatch .swatch-wrapper .swatch-btn {
      font-size: 0px;
      max-width: 15px;
      max-height: 15px; }
      .advanced-product-filters .product-filter .product-widget--color .product-color-swatch .swatch-wrapper .swatch-btn-label {
        display: block;
        padding-left: 10px; }
    .advanced-product-filters .product-filter .product-widget--price ul li:not(:last-child) {
      margin-bottom: 5px; }

@media (max-width: 47.94em) {
  .open-advanced-shop-filter .advanced-product-filters {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    visibility: visible !important;
    opacity: 1 !important; } }

@media (max-width: 47.94em) {
  .open-advanced-shop-filter .global-overlay {
    visibility: visible;
    opacity: 1; } }

/*****************************
44 - Components - Progress Bar
*****************************/
/*-- 44.00 - Progress Bar --*/
.progress-charts:not(:last-child) {
  margin-bottom: 25px; }

.progress-charts .progress {
  overflow: visible;
  margin-top: 15px; }
  .progress-charts .progress-bar.background-1 {
    background-color: #040847;
    background: -moz-linear-gradient(180deg, #de92c2 0, #040847 100%);
    background: -webkit-linear-gradient(180deg, #de92c2 0, #040847 100%);
    background: -ms-linear-gradient(180deg, #de92c2 0, #040847 100%); }
  .progress-charts .progress-bar.background-2 {
    background-color: #414141; }
  .progress-charts .progress-bar.background-3 {
    background-color: #f4524d; }
  .progress-charts .progress-bar.background-4 {
    background-color: #b97ebb; }
  .progress-charts .progress-bar.background-primary {
    background-color: #040847; }
  .progress-charts .progress-bar .percent-label {
    top: -35px; }

/*-- 44.01 - Radial Progress Bar --*/
.radial-progress-wrap {
  max-width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.radial-progress__text-2 {
  font-size: 30px; }
  @media (max-width: 61.94em) {
    .radial-progress__text-2 {
      font-size: 22px; } }

.radial-progress__label {
  margin-top: 12px; }

/*-- 44.02 - Chart Legend --*/
.canvas-holder {
  max-width: 342px;
  height: 342px; }
  @media (max-width: 61.94em) {
    .canvas-holder {
      max-width: 250px; } }
  @media (max-width: 47.94em) {
    .canvas-holder {
      max-width: 100%; } }

.legend-wrap {
  left: 100%;
  padding-left: 10px; }
  @media (max-width: 47.94em) {
    .legend-wrap {
      left: auto;
      top: auto;
      bottom: 0;
      padding-left: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }

.chart-legend__item:not(:last-child) {
  margin-bottom: 5px; }

.chart-legend__box {
  width: 20px;
  height: 20px;
  border-radius: 5px; }

.chart-legend__label {
  padding-left: 8px; }

/*****************************
45 - Components - Review
*****************************/
.product-reviews .review__list {
  margin-bottom: 31px; }

.product-reviews .review__title {
  font-size: 20px;
  margin-bottom: 39px; }
  @media (max-width: 47.94em) {
    .product-reviews .review__title {
      margin-bottom: 28px; } }

.product-reviews .review__item:not(:last-child) {
  margin-bottom: 15px; }

.product-reviews .review__container {
  padding-left: 100px; }
  @media (max-width: 35.94em) {
    .product-reviews .review__container {
      padding-left: 0; } }

.product-reviews .review__avatar {
  padding: 5px;
  width: 84px;
  height: 84px; }
  @media (max-width: 35.94em) {
    .product-reviews .review__avatar {
      position: relative !important;
      margin-bottom: 10px; } }

.product-reviews .review__text {
  padding: 16px; }
  @media (max-width: 35.94em) {
    .product-reviews .review__text {
      margin: 0; } }

@media (max-width: 47.94em) {
  .product-reviews .review__meta {
    margin-bottom: 10px; } }

/*****************************
46 - Components - Service
*****************************/
.service-style-1 {
  -webkit-border-radius: 120px 120px 0 120px;
  -moz-border-radius: 120px 120px 0 120px;
  -ms-border-radius: 120px 120px 0 120px;
  -o-border-radius: 120px 120px 0 120px;
  border-radius: 120px 120px 0 120px; }
  .service-style-1 .service__inner {
    padding: 70px 10px 80px; }
  .service-style-1 .service__icon {
    margin-bottom: 20px; }

.service-style-2 .service__title {
  margin-top: 35px; }
  @media (max-width: 61.94em) {
    .service-style-2 .service__title {
      font-size: 16px;
      margin-top: 25px; } }

.service-style-2-1 .service__icon .icon-img img {
  -webkit-filter: grayscale(100%) opacity(30%);
  -moz-filter: grayscale(100%) opacity(30%);
  -o-filter: grayscale(100%) opacity(30%);
  -ms-filter: grayscale(100%) opacity(30%);
  filter: grayscale(100%) opacity(30%); }

.service-style-2-1 .service__inner {
  width: 500px;
  margin: 0 auto; }

.service-style-2-1 .service__title {
  margin-top: 45px; }
  @media (max-width: 61.94em) {
    .service-style-2-1 .service__title {
      font-size: 16px;
      margin-top: 25px; } }

.service-style-2-1:hover .service__icon .icon-img img {
  -webkit-filter: grayscale(0%) opacity(100%);
  -moz-filter: grayscale(0%) opacity(100%);
  -o-filter: grayscale(0%) opacity(100%);
  -ms-filter: grayscale(0%) opacity(100%);
  filter: grayscale(0%) opacity(100%); }

.service-style-3 .service__inner {
  padding: 40px 30px 30px;
  margin-top: 33px; }

.service-style-3 .service__icon {
  top: -34px; }

.service-style-3 .service__info {
  margin-top: 14px; }

.service-style-3 .service__link {
  margin-top: 9px; }

.service-style-3:hover .service__inner {
  -webkit-box-shadow: 0 0 38px 0 rgba(82, 109, 249, 0.17);
  -moz-box-shadow: 0 0 38px 0 rgba(82, 109, 249, 0.17);
  -ms-box-shadow: 0 0 38px 0 rgba(82, 109, 249, 0.17);
  -o-box-shadow: 0 0 38px 0 rgba(82, 109, 249, 0.17);
  box-shadow: 0 0 38px 0 rgba(82, 109, 249, 0.17); }

.service-style-3:hover .hover-style-2 span i {
  color: #ffffff; }

.service-style-4 .service__inner {
  padding-top: 8%;
  padding-right: 8%;
  padding-bottom: 7%;
  padding-left: 8%; }
  @media (max-width: 61.94em) {
    .service-style-4 .service__inner {
      padding-top: 10%;
      padding-bottom: 12%; } }

.service-style-4 .service__title {
  margin-bottom: 25px; }
  @media (max-width: 61.94em) {
    .service-style-4 .service__title {
      margin-bottom: 20px; } }

.service-style-4 .service__subtitle {
  line-height: 1.5; }

.service-style-4 .service__content {
  line-height: 30px;
  margin-bottom: 40px; }
  @media (max-width: 61.94em) {
    .service-style-4 .service__content {
      margin-bottom: 30px; } }

.service-style-5 {
  padding: 20% 20px; }
  .service-style-5:before {
    height: 12px;
    width: 0;
    z-index: 2;
    background-color: #040847; }
  .service-style-5:after {
    z-index: 1;
    background-color: #171d3d;
    opacity: .8; }
  .service-style-5:hover:before {
    width: 100%; }
  .service-style-5:hover:after {
    opacity: .7; }
  .service-style-5:hover .btn {
    background-color: #040847;
    border-color: #040847;
    color: #ffffff; }
  .service-style-5 .service__inner {
    width: 450px;
    margin: 0 auto;
    z-index: 2; }
  .service-style-5 .service__content {
    margin-bottom: 55px; }

.service-style-6 .service__inner {
  padding-top: 5%;
  padding-bottom: 6%;
  -webkit-border-radius: 60px 0;
  -moz-border-radius: 60px 0;
  -ms-border-radius: 60px 0;
  -o-border-radius: 60px 0;
  border-radius: 60px 0; }

.service-style-6 .service__img {
  margin-bottom: 20px; }

.service-style-6:hover .service__img {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px); }

.service-style-7 .service__img img {
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  -o-filter: grayscale(100);
  -ms-filter: grayscale(100);
  filter: grayscale(100);
  opacity: .6; }

.service-style-7 .service__title {
  margin-top: 25px;
  margin-bottom: 13px; }

.service-style-7 .service__link i {
  padding-left: 3px; }

.service-style-7:hover .service__img img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0); }

.service-style-8 .service__inner:hover .service__img:after {
  visibility: visible;
  opacity: .7; }

.service-style-8 .service__inner:hover .service__title a {
  color: #040847; }

.service-style-8 .service__overlay {
  z-index: 1; }
  .service-style-8 .service__overlay span {
    color: #fff; }

.service-style-8 .service__title {
  margin-top: 17px;
  margin-bottom: 10px;
  font-size: 18px; }

.service-style-8 .service__content {
  padding-left: 20px;
  padding-right: 20px; }

/*****************************
47 - Components - Social
*****************************/
.social__item:not(:last-child) {
  margin-right: 5px; }

.social-round .social__link {
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #656565;
  background-color: #F2F2F5; }
  .social-round .social__link:hover {
    background-color: #040847;
    border-color: #040847; }

.social-round.social-big .social__link {
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }

.social-round.social-large .social__link {
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 20px; }

.social-round-30 .social__link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #656565;
  background-color: #F2F2F5; }

.social-boxed .social__link {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center; }

.social-outline .social__link {
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border-style: solid; }

.social-share .social__link {
  color: #ffffff; }
  .social-share .social__link.facebook {
    background-color: #1561b7; }
  .social-share .social__link.twitter {
    background-color: #4696f0; }
  .social-share .social__link.gplus {
    background-color: #c2080f; }
  .social-share .social__link.linkedin {
    background-color: #127bbb; }
  .social-share .social__link.pinterest {
    background-color: #c2080f; }

.social-share:hover {
  opacity: .8; }

.social.space-10 .social__item:not(:last-child) {
  margin-right: 10px; }

.social.space-16 .social__item:not(:last-child) {
  margin-right: 16px; }

.social.space-20 .social__item:not(:last-child) {
  margin-right: 20px; }

.social.space-30 .social__item:not(:last-child) {
  margin-right: 30px; }

@media (max-width: 61.94em) {
  .social.space-md-15 .social__item:not(:last-child) {
    margin-right: 15px; } }

.social.color-white .social__link {
  color: #ffffff; }

.social.color-body .social__link {
  color: #525252; }

.social.color-dark .social__link {
  color: #232324; }

.social.style-circle-hover .social__link {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid transparent; }

/*****************************
48 - Components - Table
*****************************/
.table {
  margin-bottom: 0; }
  .table thead {
    background-color: #f7f7f7; }
  .table thead th, .table th {
    padding: 13px 0;
    font-weight: 400;
    border-top-width: 0;
    border-bottom-width: 0;
    vertical-align: middle;
    color: #232324; }
  .table td {
    vertical-align: middle;
    border: 0px solid #dadada; }
  .table th.wide-column, .table td.wide-column {
    min-width: 240px; }
  .table tbody td {
    padding: 29px 0;
    border-bottom: 1px solid #dadada;
    min-width: 90px; }
    .table tbody td.product-remove {
      min-width: 30px; }
      .table tbody td.product-remove .remove:before {
        content: "\f10f";
        font-family: "Flaticon";
        font-size: 16px; }
    .table tbody td.product-thumbnail {
      background-color: transparent;
      width: 90px; }
      .table tbody td.product-thumbnail img {
        width: 70px;
        height: auto; }
    .table tbody td.product-name h3 {
      font-size: 12px;
      font-weight: 400;
      margin: 0; }
    .table tbody td.product-price .product-price-wrapper .money, .table tbody td.product-total-price .product-price-wrapper .money {
      font-size: 16px; }
    .table tbody td.product-quantity {
      display: table-cell; }
      .table tbody td.product-quantity .quantity {
        margin-left: auto;
        margin-right: auto; }
  .table.shop_attributes th, .table.shop_attributes td {
    padding: 4px 0;
    text-transform: none; }
  .table.shop_attributes th {
    min-width: 140px;
    border: transparent; }
  .table.order-table thead {
    background-color: transparent; }
  .table.order-table th {
    background-color: transparent;
    border: none !important; }
    .table.order-table th strong {
      font-size: 12px; }
  .table.order-table th, .table.order-table td {
    padding-left: 0; }
  .table.order-table td {
    padding: 15px 0; }
  .table.product-table thead th {
    padding-left: 0;
    padding-right: 0; }
  .table.product-table .product-remove {
    min-width: 40px; }
  .table.product-table .product-thumbnail img {
    width: 70px; }
  .table.compare-table tbody tr:last-child th {
    border-bottom: 1px solid #dadada; }
  .table.compare-table tbody th, .table.compare-table tbody td {
    border-width: 1px;
    padding: 10px; }
  .table.compare-table tbody th {
    min-width: 200px;
    background-color: #f6f6f6;
    vertical-align: middle;
    border-color: #dadada;
    border-left: 1px solid #dadada;
    padding-left: 20px;
    letter-spacing: 0; }
  .table.compare-table tbody td {
    min-width: 250px;
    border-color: #dadada;
    vertical-align: middle;
    line-height: 1.4; }
  .table.compare-table tbody .product-name {
    font-size: 14px;
    margin: 20px 0; }
  .table.wishlist-table tbody td {
    border-bottom: 1px solid #dadada; }

.group-product-table tr {
  width: 100%; }

.group-product-table td {
  border-width: 1px; }
  .group-product-table td:first-child {
    width: 18%; }

.group-product-table tbody td {
  padding: 10px; }
  .group-product-table tbody td.product-quantity {
    display: table-cell;
    margin: 0; }
    .group-product-table tbody td.product-quantity .quantity {
      width: 140px; }
      .group-product-table tbody td.product-quantity .quantity .qtybutton {
        width: 40px; }
  .group-product-table tbody td.product-name {
    min-width: 200px; }
  .group-product-table tbody td.product-price .product-price-wrapper {
    margin-bottom: 0; }
    .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old {
      margin-bottom: 5px; }
    .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-new {
      text-decoration: underline; }

/*****************************
49 - Components - Tabs
*****************************/
/*-- 49.00 - Tab Style 1 --*/
.tab-style-1 .nav-link {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 35px;
  line-height: 22px; }
  @media (max-width: 74.9375em) {
    .tab-style-1 .nav-link {
      padding: 15px 20px; } }
  @media (max-width: 61.94em) {
    .tab-style-1 .nav-link {
      padding: 12px 14px; } }
  .tab-style-1 .nav-link:not(:last-child) {
    margin-right: 10px; }
    @media (max-width: 61.94em) {
      .tab-style-1 .nav-link:not(:last-child) {
        margin-right: 5px; } }
  .tab-style-1 .nav-link.active {
    background-color: white;
    color: #040847; }

.tab-style-1 .tab-pane {
  padding: 35px; }

/*-- 49.01 - Tab Style 2 --*/
.tab-style-2 .nav-tabs {
  margin: 15px 0 30px; }

.tab-style-2 .nav-link {
  margin: 0 5px;
  padding: 5px;
  line-height: 23px; }
  .tab-style-2 .nav-link:before {
    bottom: -10px;
    border-width: 4px 5px 0;
    border-color: transparent;
    border-top-color: currentColor; }

/*-- 49.02 - Tab Style 3 --*/
.tab-style-3 .nav-tabs {
  margin-bottom: 43px; }
  @media (max-width: 47.94em) {
    .tab-style-3 .nav-tabs {
      margin-bottom: 33px; } }

.tab-style-3 .nav-link {
  border-width: 1px;
  border-style: solid;
  border-color: #dadada;
  padding: 18px 40px;
  line-height: 24px;
  color: #232324;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  width: 260px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  @media (max-width: 61.94em) {
    .tab-style-3 .nav-link {
      width: 220px;
      padding: 18px 15px; } }
  @media (max-width: 47.94em) {
    .tab-style-3 .nav-link {
      width: 180px;
      padding: 18px 10px; } }
  .tab-style-3 .nav-link:hover {
    border-color: #232324;
    color: #232324; }
  .tab-style-3 .nav-link.active {
    border-color: #232324; }

@media (min-width: 87.5625em) {
  .product-data-tab__content {
    max-width: 820px;
    margin: 0 auto; } }

/*-- 49.03 - Tab Style 4 --*/
.tab-style-4 .nav-link:not(:last-child) {
  margin-right: 5px; }

/*-- 49.04 - User Dashboard tab --*/
.user-dashboard-tab__head {
  background-color: #f7f7f7;
  padding: 15px 0;
  -webkit-flex-basis: 190px;
  -moz-flex-basis: 190px;
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
  max-width: 190px;
  margin-right: 30px; }
  @media (max-width: 47.94em) {
    .user-dashboard-tab__head {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
      padding: 0; } }
  .user-dashboard-tab__head .nav-link {
    display: block;
    padding: 10px 30px; }
    @media (max-width: 47.94em) {
      .user-dashboard-tab__head .nav-link {
        padding: 12px; } }

.user-dashboard-tab__content {
  -webkit-flex-basis: calc(100% - 220px);
  -moz-flex-basis: calc(100% - 220px);
  -ms-flex-preferred-size: calc(100% - 220px);
  flex-basis: calc(100% - 220px);
  max-width: calc(100% - 220px); }
  @media (max-width: 47.94em) {
    .user-dashboard-tab__content {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; } }
  .user-dashboard-tab__content p a:hover {
    text-decoration: underline; }

/*-- 49.05 - Tab Content --*/
.tab-content {
  width: 100%; }
  .tab-content .tab-pane {
    display: none;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0; }
    .tab-content .tab-pane.active {
      display: block;
      height: auto;
      visibility: visible;
      opacity: 1;
      overflow: visible; }

/*****************************
50 - Components - Team
*****************************/
/*-- 50.00 - Team Member Default Style --*/
.team-member__thumb__link {
  width: 100%;
  height: 100%; }

.team-member__link {
  width: 0;
  height: 0;
  text-indent: -99999px; }

/*-- 50.01 - Team Member style 01 --*/
.team-member-style-1 .team-member__inner:hover .team-member__thumb img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.team-member-style-1 .team-member__thumb img {
  -webkit-border-radius: 80px 80px 0;
  -moz-border-radius: 80px 80px 0;
  -ms-border-radius: 80px 80px 0;
  -o-border-radius: 80px 80px 0;
  border-radius: 80px 80px 0; }

.team-member-style-1 .team-member__name {
  margin: 17px 0 7px; }

/*-- 50.02 - Team Member style 02 --*/
.team-member-style-2 .team-member__name {
  margin: 15px 0 5px; }

.team-member-style-2 .team-member__excerpt {
  padding-top: 5px; }

/*-- 50.03 - Team Member style 03 --*/
.team-member-style-3 .team-member__name {
  margin: 15px 0 5px; }

/*-- 50.04 - Team Member style 04 --*/
.team-member-style-4 .team-member__inner:hover .item--overlay {
  visibility: visible;
  opacity: .9; }

.team-member-style-4 .team-member__thumb {
  width: 135px;
  height: 135px;
  line-height: 135px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto; }

.team-member-style-4 .team-member__name {
  margin: 15px 0 5px; }

/*-- 50.05 - Team Member style 05 --*/
.team-member-style-5 .team-member__inner:hover .item--overlay {
  background-color: #040847; }

.team-member-style-5 .team-member__name {
  margin: 0 0 10px; }

.team-member-style-5 .team-member__role {
  margin: 0 0 9px;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.team-member-style-5 .team-member__social {
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

/*-- 50.06 - Team Member style 06 --*/
.team-member-style-6 .team-member__inner:hover .item--overlay {
  visibility: visible;
  opacity: .9; }

.team-member-style-6 .team-member__thumb {
  width: 180px;
  height: 180px;
  line-height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto; }

.team-member-style-6 .team-member__name {
  margin: 15px 0 5px; }

.team-member-style-6 .team-member__social {
  line-height: 20px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s; }

/*-- 50.07 - Team Member style 07 --*/
.team-member-style-7 .team-member__name {
  margin: 20px 0 5px; }
  .team-member-style-7 .team-member__name a:before {
    font-family: serif;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    content: '+';
    top: -33px; }

/*-- 50.08 - Team Member style 08 --*/
.team-member-style-8 .team-member__name {
  margin: 20px 0 5px; }

.team-member-style-8 .team-member__role {
  margin-bottom: 15px; }
  .team-member-style-8 .team-member__role:after {
    content: "";
    width: 50px;
    height: 2px;
    margin-top: 15px;
    background-color: #040847; }

/*****************************
51 - Components - Testimonial
*****************************/
/*-- 51.00 - Testimonial Style 01 --*/
.testimonial-style-1 .testimonial__excerpt {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 10px; }
  .testimonial-style-1 .testimonial__excerpt p {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 55px;
    line-height: normal; }
    @media (max-width: 93.6875em) {
      .testimonial-style-1 .testimonial__excerpt p {
        font-size: 30px; } }

.testimonial-style-1 .testimonial__author {
  background-color: #040847;
  background-image: -moz-linear-gradient(180deg, #de92c2 0, #040847 100%);
  background-image: -webkit-linear-gradient(180deg, #de92c2 0, #040847 100%);
  background-image: -ms-linear-gradient(180deg, #de92c2 0, #040847 100%);
  margin-top: 45px;
  padding: 6px 25px; }
  .testimonial-style-1 .testimonial__author--role:before {
    content: "\f111";
    padding: 0 5px;
    font-family: "FontAwesome";
    font-size: 5px;
    vertical-align: top; }

.testimonial-style-1.testimonial-fullwidth .testimonial__excerpt {
  max-width: 100%;
  padding: 0; }

/*-- 51.01 - Testimonial Style 02 --*/
.testimonial-style-2 .testimonial__excerpt {
  margin-bottom: 30px; }
  .testimonial-style-2 .testimonial__excerpt p {
    line-height: 1.5; }

.testimonial-style-2 .testimonial__author--name {
  line-height: 1.35;
  margin-bottom: 5px; }

/*-- 51.02 - Testimonial Style 03 --*/
.testimonial-style-3 .testimonial__inner {
  margin-top: 40px;
  padding: 60px 35px 30px; }

.testimonial-style-3 .testimonial__image {
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: -40px; }

.testimonial-style-3 .testimonial__author:before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #040847;
  margin: 20px auto 11px; }

.testimonial-style-3 .testimonial__author--name {
  margin-bottom: 8px; }

/*-- 51.03 - Testimonial Style 04 --*/
.testimonial-wrapper {
  width: 1600px;
  margin: 0 auto;
  padding-top: 120px; }
  @media (max-width: 85.375em) {
    .testimonial-wrapper {
      padding-top: 10px; } }

.testimonial-loop:before {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.testimonial-loop .grid-item {
  padding: 30px;
  clear: none;
  width: 33.33333%;
  float: left; }
  @media (max-width: 85.375em) {
    .testimonial-loop .grid-item {
      padding: 15px; } }
  @media (max-width: 74.9375em) {
    .testimonial-loop .grid-item {
      width: 50%; } }
  @media (max-width: 47.94em) {
    .testimonial-loop .grid-item {
      width: 100%; } }
  @media (max-width: 85.375em) {
    .testimonial-loop .grid-item:nth-of-type(n) {
      clear: none; } }
  @media (max-width: 85.375em) {
    .testimonial-loop .grid-item:nth-of-type(3n+1) {
      clear: both; } }
  @media (max-width: 74.9375em) {
    .testimonial-loop .grid-item:nth-of-type(3n+1) {
      clear: none; } }
  @media (max-width: 74.9375em) {
    .testimonial-loop .grid-item:nth-of-type(2n+1) {
      clear: both; } }
  .testimonial-loop .grid-item:nth-child(1) {
    -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: .5;
    position: absolute;
    left: -100px;
    top: 15%;
    z-index: 1; }
    @media (max-width: 109.375em) {
      .testimonial-loop .grid-item:nth-child(1) {
        left: -50px; } }
    @media (max-width: 103.125em) {
      .testimonial-loop .grid-item:nth-child(1) {
        left: 0px; } }
    @media (max-width: 85.375em) {
      .testimonial-loop .grid-item:nth-child(1) {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }
  .testimonial-loop .grid-item:nth-child(2) {
    -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: .5;
    position: absolute;
    left: 37%;
    top: 15%;
    z-index: 1; }
    @media (max-width: 85.375em) {
      .testimonial-loop .grid-item:nth-child(2) {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }
  .testimonial-loop .grid-item:nth-child(3) {
    -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: .7;
    right: 4%;
    position: absolute;
    top: 1%;
    z-index: 1; }
    @media (max-width: 85.375em) {
      .testimonial-loop .grid-item:nth-child(3) {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }
  .testimonial-loop .grid-item:nth-child(4) {
    position: relative;
    margin-top: 13%;
    z-index: 2; }
    @media (max-width: 85.375em) {
      .testimonial-loop .grid-item:nth-child(4) {
        margin-top: 0; } }
  .testimonial-loop .grid-item:nth-child(5) {
    position: relative;
    top: -80px;
    left: -10%;
    z-index: 2; }
    @media (max-width: 85.375em) {
      .testimonial-loop .grid-item:nth-child(5) {
        top: 0;
        left: 0; } }
  .testimonial-loop .grid-item:nth-child(6) {
    top: 33px;
    z-index: 2;
    position: relative;
    left: -10%;
    z-index: 2; }
    @media (max-width: 85.375em) {
      .testimonial-loop .grid-item:nth-child(6) {
        top: 0;
        left: 0; } }
  .testimonial-loop .grid-item:nth-child(8) {
    position: relative;
    top: -50px;
    left: 40px; }
    @media (max-width: 109.375em) {
      .testimonial-loop .grid-item:nth-child(8) {
        left: 0; } }
    @media (max-width: 85.375em) {
      .testimonial-loop .grid-item:nth-child(8) {
        top: 0;
        left: 0; } }
  .testimonial-loop .grid-item:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 4;
    opacity: 1; }

/*-- 51.04 - Testimonial Style 04 --*/
.testimonial-style-4 .testimonial__inner {
  padding: 40px 40px 40px 140px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16); }
  @media (max-width: 47.94em) {
    .testimonial-style-4 .testimonial__inner {
      padding: 30px 30px 30px 100px; } }

.testimonial-style-4 .testimonial__image {
  width: 80px;
  height: 80px;
  left: 30px;
  background-color: #fcfcfc; }
  @media (max-width: 47.94em) {
    .testimonial-style-4 .testimonial__image {
      left: 20px;
      width: 60px;
      height: 60px; } }

.testimonial-style-4 .testimonial__author--name {
  margin-right: 5px; }
  @media (max-width: 47.94em) {
    .testimonial-style-4 .testimonial__author--name {
      font-size: 16px; } }

/*-- 51.05 - Testimonial Style 05 --*/
.testimonial-style-5 .testimonial__excerpt p {
  line-height: 1.5; }
  @media (max-width: 61.94em) {
    .testimonial-style-5 .testimonial__excerpt p {
      font-size: 20px; } }
  @media (max-width: 47.94em) {
    .testimonial-style-5 .testimonial__excerpt p {
      font-size: 18px; } }

.testimonial-style-5 .testimonial__author {
  padding-top: 10px; }
  .testimonial-style-5 .testimonial__author:before {
    content: "";
    width: 50px;
    border-top-width: 2px;
    border-top-color: inherit;
    border-top-style: solid;
    margin: 20px auto; }
    @media (max-width: 61.94em) {
      .testimonial-style-5 .testimonial__author:before {
        margin: 15px auto; } }
    @media (max-width: 47.94em) {
      .testimonial-style-5 .testimonial__author:before {
        margin: 10px auto; } }
  .testimonial-style-5 .testimonial__author--role:before {
    content: "";
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px; }

/*-- 51.06 - Testimonial Style 06 --*/
.testimonial-style-6 .testimonial__image {
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto; }

.testimonial-style-6 .testimonial__excerpt {
  margin-top: 25px; }
  .testimonial-style-6 .testimonial__excerpt p {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 440i; }

/*-- 51.07 - Testimonial Style 07 --*/
.testimonial-style-7 .testimonial__inner {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 40px 40px 30px;
  text-align: left; }
  @media (max-width: 35.94em) {
    .testimonial-style-7 .testimonial__inner {
      padding: 20px; } }
  .testimonial-style-7 .testimonial__inner:before {
    background: url(../img/icons/icon-quote.png) no-repeat center top;
    top: -12px;
    left: 40px;
    width: 60px;
    background-color: #f5b324; }

.testimonial-style-7 .testimonial__excerpt p {
  font-size: 20px;
  line-height: 30px; }

.testimonial-style-7 .testimonial__excerpt:after {
  content: "";
  height: 2px;
  width: 40px;
  margin-top: 20px;
  margin-bottom: 15px; }

.testimonial-style-7 .testimonial__author--role:before {
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  vertical-align: middle;
  margin: 0 8px; }

/*-- 51.08 - Home 09 Testimonial Wrapper Background --*/
.home_9_testimonial {
  border-radius: 60px 0;
  padding-top: 15%;
  padding-right: 10%;
  padding-bottom: 15%;
  padding-left: 10%; }
  @media (max-width: 74.9375em) {
    .home_9_testimonial {
      padding-top: 12%;
      padding-right: 8%;
      padding-bottom: 12%;
      padding-left: 8%; } }

/*-- 51.09 - Home 17 Testimonial Column --*/
.home_17_testimonial {
  padding-left: calc((100vw - 1170px)/2);
  padding-left: -webkit-calc((100vw - 1170px)/2);
  margin-right: 75px; }
  @media (max-width: 74.9375em) {
    .home_17_testimonial {
      padding-left: 15px;
      padding-right: 15px;
      margin-right: 60px; } }
  .home_17_testimonial:after {
    content: "";
    border-width: 40px 0 40px 30px;
    border-color: transparent transparent transparent #f5b324;
    right: -105px;
    z-index: 9;
    top: 50%;
    margin-top: -40px; }
    @media (max-width: 74.9375em) {
      .home_17_testimonial:after {
        right: -90px; } }
    @media (max-width: 47.94em) {
      .home_17_testimonial:after {
        display: none; } }
  .home_17_testimonial .slick-list {
    padding-top: 30%;
    padding-bottom: 30%; }
  .home_17_testimonial .slick-slide:not(.slick-active) {
    opacity: .5; }
  .home_17_testimonial .slick-dots {
    right: -32px; }
    @media (max-width: 74.9375em) {
      .home_17_testimonial .slick-dots {
        right: -40px; } }
    .home_17_testimonial .slick-dots li:not(:last-child) {
      margin-bottom: 15px; }

/*****************************
52 - Components - Widget
*****************************/
/*-- 52.00 - Footer Widget --*/
.footer-widget .textwidget p {
  color: #bdbaba; }

.footer-widget .widget-title {
  line-height: .8;
  margin-bottom: 20px; }

.footer-widget .widget-menu li {
  line-height: 1.4; }
  .footer-widget .widget-menu li:not(:last-child) {
    margin-bottom: 20px; }
  .footer-widget .widget-menu li a {
    line-height: 1.4;
    color: #bdbaba;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }

/*-- 52.01 - Sidebar Widget --*/
.sidebar-inner .widget-title {
  line-height: .8;
  font-size: 20px; }

.sidebar-inner .widget__menu li:not(:last-child) {
  margin-bottom: 25px; }
  @media (max-width: 61.94em) {
    .sidebar-inner .widget__menu li:not(:last-child) {
      margin-bottom: 20px; } }

.sidebar-inner .widget__menu li a {
  font-size: 11px; }

.sidebar-inner .widget__menu li .menu-expand {
  top: 3px;
  height: 30px;
  line-height: 30px; }
  .sidebar-inner .widget__menu li .menu-expand i {
    width: 8px;
    margin-top: 13px;
    border-bottom: 1px solid #232324; }
    .sidebar-inner .widget__menu li .menu-expand i:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      border-bottom: 1px solid #232324; }

.sidebar-inner .widget__menu li.menu-open .menu-expand i:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.sidebar-inner .widget__menu li .sub-menu {
  padding-top: 20px;
  margin-left: 35px; }

.sidebar-inner .widget .tagcloud a {
  font-size: 10px;
  padding: 12px 20px;
  margin: 0 5px 5px 0; }
  .sidebar-inner .widget .tagcloud a:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
    -moz-box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
    -ms-box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
    -o-box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
    box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11); }

.widget__colors .product-color-swatch li {
  display: inline-block; }
  .widget__colors .product-color-swatch li .swatch-wrapper {
    position: relative;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    padding: 6px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px 5px 0; }
    .widget__colors .product-color-swatch li .swatch-wrapper:hover {
      border-color: #e6e6e6; }
  .widget__colors .product-color-swatch li .swatch-btn {
    max-width: 16px;
    max-height: 16px; }

.widget__sizes .product-size-swatch li:not(:last-child) {
  margin-bottom: 10px; }

.widget__price .product-widget__list li:not(:last-child) {
  margin-bottom: 10px; }

.widget__tags .product-tags a {
  font-size: 14px; }

/*-- 52.02 - Sidenav Widget --*/
.sidenav-widget .widget-title {
  margin-bottom: 25px;
  margin-top: 15px; }

.sidenav-widget .widget .contact-widget li:not(:last-child) {
  margin-bottom: 10px; }

.sidenav-widget .widget .contact-widget li i {
  width: 20px; }

/*-- 52.03 - Popular Post Widget --*/
.popular-post__item:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 61.94em) {
    .popular-post__item:not(:last-child) {
      margin-bottom: 30px; } }

.popular-post__media {
  -webkit-flex-basis: 70px;
  -moz-flex-basis: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  max-width: 70px; }

.popular-post__info {
  -webkit-flex-basis: calc(100% - 70px);
  -moz-flex-basis: calc(100% - 70px);
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px; }

.popular-post__title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 15px; }

/*-- 52.04 - Header Aside Widget --*/
.header-aside__widget {
  font-family: "Roboto Slab", serif; }
  .header-aside__widget .widget-title {
    padding: 30px 0 10px;
    line-height: normal;
    font-family: "Meddon", cursive; }
  .header-aside__widget .textwidget a {
    font-family: inherit; }

/*-- 52.05 - Opening Hours Widget --*/
.opening-hours-widget {
  background-color: #322e2d; }
  .opening-hours-widget .open-hours {
    padding: 30px; }
    .opening-hours-widget .open-hours-item {
      opacity: .5;
      margin-bottom: 17px;
      font-family: inherit; }
      .opening-hours-widget .open-hours-item:before {
        border-bottom-color: inherit;
        bottom: 7px;
        opacity: .5; }
      .opening-hours-widget .open-hours-item .item-title {
        background-color: #322e2d;
        padding-right: 10px; }
      .opening-hours-widget .open-hours-item .item-value {
        background-color: #322e2d;
        padding-left: 10px; }

/*-- 52.06 - Map Widget --*/
.map-widget #google-map {
  height: 280px; }

/*****************************
61 - Pages - Cart
*****************************/
.cart-calculator {
  background-color: #f7f7f7;
  border-width: 0;
  margin-top: 30px;
  margin-bottom: 20px; }
  .cart-calculator__item {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
    line-height: 1; }
    .cart-calculator__item--head {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .cart-calculator__item--value {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .cart-calculator__item:last-child {
      padding-bottom: 25px;
      padding-top: 10px; }

/*****************************
62 - Pages - Checkout
*****************************/
.user-actions__form {
  margin-bottom: 30px; }
  @media (max-width: 47.94em) {
    .user-actions__form {
      margin-bottom: 20px; } }
  .user-actions__form .form__input {
    width: 48%;
    height: 47px; }
    @media (max-width: 35.94em) {
      .user-actions__form .form__input {
        width: 100%;
        margin-bottom: 20px; } }

.checkout-title h2 {
  font-size: 20px;
  margin-bottom: 45px; }
  @media (max-width: 61.94em) {
    .checkout-title h2 {
      margin-bottom: 30px; } }
  @media (max-width: 35.94em) {
    .checkout-title h2 {
      margin-bottom: 20px; } }
  .checkout-title h2:after {
    content: "";
    width: 50px;
    display: block;
    margin-top: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: inherit; }

.new-account {
  padding-top: 20px; }

.order-details {
  padding: 40px 45px;
  border: 2px solid #dadada; }
  @media (max-width: 47.94em) {
    .order-details {
      padding: 30px 35px; } }
  @media (max-width: 35.94em) {
    .order-details {
      padding: 20px 25px; } }

.payment-radio input {
  margin-right: 10px; }

.payment-info {
  padding: 10px 0; }
  .payment-info p {
    margin-bottom: 0; }

.terms-condition-label a {
  font-size: 18px;
  font-weight: 500; }
  .terms-condition-label a:hover {
    text-decoration: underline; }

.shipping-method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .shipping-method .custom-radio {
    width: 150px; }

/*****************************
63 - Pages - Shop
*****************************/
.shop-toolbar__inner {
  padding-top: 10px;
  margin-bottom: 30px;
  line-height: 29px; }

@media (max-width: 47.94em) {
  .shop-toolbar__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

@media (max-width: 47.94em) {
  .shop-toolbar__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

.shop-toolbar .product-pages {
  margin-bottom: 0; }

.shop-toolbar .product-view-count {
  margin: 0 20px 0 40px; }
  @media (max-width: 61.94em) {
    .shop-toolbar .product-view-count {
      margin: 0 20px 0 20px; } }
  .shop-toolbar .product-view-count p {
    margin: 0 5px;
    line-height: 1.6; }
  .shop-toolbar .product-view-count ul li {
    margin: 0 5px; }
    .shop-toolbar .product-view-count ul li a {
      line-height: 1.6; }
    .shop-toolbar .product-view-count ul li.active a {
      color: #040847;
      border-bottom: 1px solid #040847; }

.shop-toolbar .product-filter-btn {
  margin-right: 15px;
  color: #232324;
  padding-right: 30px; }
  .shop-toolbar .product-filter-btn i {
    height: 2px;
    background-color: #232324;
    width: 20px;
    top: 50%;
    margin-top: -1px; }
    .shop-toolbar .product-filter-btn i:after {
      width: 2px;
      height: 20px;
      background-color: #232324;
      top: -9px;
      right: 9px; }
  .shop-toolbar .product-filter-btn.filter-open {
    color: #040847; }
    .shop-toolbar .product-filter-btn.filter-open i {
      background-color: #040847; }
      .shop-toolbar .product-filter-btn.filter-open i:after {
        display: none; }

@media (max-width: 47.94em) {
  .shop-toolbar .product-view-mode {
    margin: 0 20px; } }

.shop-toolbar .product-view-mode button {
  margin-left: 10px; }
  .shop-toolbar .product-view-mode button.active {
    color: #040847; }

.shop-toolbar .product-ordering {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #dadada;
  padding: 7px 20px;
  margin-left: 20px; }
  .shop-toolbar .product-ordering:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 7px; }
  .shop-toolbar .product-ordering p:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
    display: inline-block;
    line-height: normal; }
  .shop-toolbar .product-ordering ul {
    right: -1px;
    position: absolute;
    font-size: 12px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dadada;
    padding: 7px;
    z-index: 11;
    visibility: hidden;
    margin-top: 30px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
    opacity: 0; }
    .shop-toolbar .product-ordering ul li.active a {
      background-color: #040847;
      color: #fff; }
    .shop-toolbar .product-ordering ul li a {
      padding: 3px 10px 0;
      white-space: pre;
      display: block;
      border-radius: 2px; }
      .shop-toolbar .product-ordering ul li a:hover {
        background-color: #040847;
        color: #fff; }

.shop-products.products-list .row > [class^="col"] {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

@media (min-width: 85.4375em) {
  .enable-page-sidebar #primary-sidebar {
    max-width: 330px;
    -webkit-flex-basis: calc(330px);
    -moz-flex-basis: calc(330px);
    -ms-flex-preferred-size: calc(330px);
    flex-basis: calc(330px); } }

@media (min-width: 85.4375em) {
  .enable-page-sidebar #main-content {
    width: 100%;
    max-width: calc( 100% - 330px);
    -webkit-flex-basis: calc( 100% - 330px);
    -moz-flex-basis: calc( 100% - 330px);
    -ms-flex-preferred-size: calc( 100% - 330px);
    flex-basis: calc( 100% - 330px); } }

/*****************************
73 - Utilities - Color
*****************************/
.text-hightlight.style-1, .text-hightlight.style-2, .text-hightlight.style-3, .ht-blockquote.style-1, .ht-blockquote.style-1 footer a, .pagination li .page-number.current, .pagination li .page-number.current:hover, .tooltip-inner, .scroll-to-top, .scroll-to-top i, .instagram-feed-hover-content span, .error h1, .error h2, .clippy-banner__heading, .menu-blog__media a .overlay-icon, .blog__link--content, .blog__link--content:before, .action-btn:hover:before, .coffee-menu-item, .form__input--2, .form__btn, .newsletter-form__button, .newsletter-form--2 .newsletter-form__button, .lists-icon-2 .lists-icon__icon, .product-modal .close, .portfolio-style-1 .portfolio__info, .portfolio-style-2 .portfolio__info, .portfolio-style-4 .portfolio__info, .portfolio-style-5 .portfolio__inner .portfolio__icon .icon, .pricing-table-style-1 .pricing-table__action .pricing-btn, .pricing-table-style-2 .pricing-table__action .pricing-btn, .pricing-table-style-3 .pricing-table__inner:hover .pricing-table__title, .pricing-table-style-3 .pricing-table__inner:hover .pricing-table__price--sign, .pricing-table-style-3 .pricing-table__inner:hover .pricing-table__price--value, .pricing-table-style-3 .pricing-table__inner:hover .pricing-table__price--unit, .pricing-table-style-3 .pricing-table__inner:hover .pricing-table__action .pricing-btn, .pricing-table-style-3 .pricing-table__action:hover .pricing-btn, .product-item__action .add_to_cart_btn, .product-item__action .add_to_cart_btn span:before, .product-item__info .product-item__addto .add_to_cart_btn, .product-item-layout-2 .product-item__info, .product-item-layout-2 .product-item__title, .swatch-btn:before, .product-summary .product-action .add_to_cart_btn, .product-gallery__actions a, .product-gallery__actions a:hover i, .service-style-4 .service__title, .service-style-4 .service__subtitle, .service-style-4 .service__content, .service-style-5 .service__title, .service-style-5 .service__content, .service-style-6 .service__title, .service-style-8 .service__overlay, .social-round .social__link:hover, .social-round-30 .social__link:hover, .social-boxed .social__link, .social.style-circle-hover .social__link:hover, .user-dashboard-tab__head .nav-link.active, .user-dashboard-tab__head .nav-link:hover, .team-member-style-5 .team-member__name a, .team-member-style-5 .team-member__name a:hover, .team-member-style-5 .team-member__role, .team-member-style-5 .team-member__role:hover, .team-member-style-5 .team-member__social .social__link:hover, .team-member-style-7 .team-member__name a:before, .testimonial-style-1 .testimonial__author--name, .testimonial-style-1 .testimonial__author--role, .testimonial-style-2 .testimonial__excerpt p, .testimonial-style-2 .testimonial__author--name, .testimonial-style-2 .testimonial__author--role, .testimonial-style-7 .testimonial__excerpt p, .testimonial-style-7 .testimonial__author--name, .testimonial-style-7 .testimonial__author--role, .footer-widget .widget-title, .footer-widget .widget-menu li a:hover, .header-aside__widget .widget-title, .header-aside__widget .textwidget .copyright-text, .opening-hours-widget, .template-color-1 .blog__link--content:hover, .template-color-2 .blog__link--content:hover, .template-color-3 .blog__link--content:hover, .template-color-4 .blog__link--content:hover, .template-color-5 .blog__link--content:hover, .template-color-6 .blog__link--content:hover, .template-color-7 .blog__link--content:hover {
  color: #ffffff; }

.ht-blockquote.style-2 footer, .blog--4 .blog__meta-footer .share-link .social, .blog--5 .blog__footer .share-link .social, .menu-portfolio__overlay .icon-plus, .pagination li .page-number, .thanos-preloader.active, .accordion-style-2 .accordion-item, .menu-blog__media a .overlay-icon:hover, .blog__inner, .blog.format-video .blog__media .pf-icon-video:hover, .blog--4 .blog__inner, .related-post__info, .action-btn, .newsletter-form--2 .newsletter-form__input, .qs-datepicker .qs-controls, .qs-datepicker .qs-arrow:after, .mini-cart, .product-modal .modal-dialog, .portfolio__inner .icon-plus, .pricing-table-style-1, .pricing-table-style-2 .pricing-table__inner, .pricing-table-style-3 .pricing-table__inner, .pricing-table-style-3 .pricing-table__action .pricing-btn, .product-summary .product-color-variation .swatch-wrapper, .product-summary .product-size-variation .swatch-wrapper, .tab-style-1 .tab-pane, .tab-style-2 .tab-pane, .tab-style-3 .tab-pane, .testimonial-style-3 .testimonial__inner, .testimonial-style-4 .testimonial__inner, .testimonial-style-7 .testimonial__excerpt:after {
  background-color: #ffffff; }

.menu-blog__media a .overlay-icon:hover, .blog.format-video .blog__media .pf-icon-video:hover, .social.style-circle-hover .social__link:hover {
  border-color: #ffffff; }

.message-box a:hover, .menu-blog__footer .sharing-posts i:hover, .menu-blog__footer .favourite-link:hover i, .menu-blog__footer .comment-link:hover i, .blog--4 .blog__meta-footer .favourite-link:hover i, .blog--4 .blog__meta-footer .comment-link:hover i, .blog--5 .blog__footer .favourite-link:hover i, .blog--5 .blog__footer .comment-link:hover i, .breadcrumb-area-2 .breadcrumb li a:hover, .btn-close:hover i, .searchform__submit:hover, .mini-cart__product-remove:hover, .mini-cart__product-title:hover, .custom-close:hover i, .service-style-3:hover .service__link, .service-style-7:hover .service__link, .table.shop_attributes th a:hover, .table.shop_attributes td a:hover, .team-member__name a:hover, .team-member__social .social__link:hover, .popular-post__title a:hover {
  color: #040847; }

.blog__link--content:before, .menu-portfolio__overlay:before, .social-round-30 .social__link:hover, .user-dashboard-tab__head .nav-link.active, .user-dashboard-tab__head .nav-link:hover, .team-member-style-7 .team-member__name a:before {
  background-color: #040847; }

.sidebar-inner .widget .tagcloud a:hover {
  border-color: #040847; }

.menu-blog__media a .overlay-icon:hover, .blog.format-video .blog__media .pf-icon-video:hover, .searchform-2 .searchform__submit {
  color: #000000; }

.menu-blog__meta span, .menu-blog__meta a, .menu-blog__footer .sharing-posts i, .blog__meta-header .posted-by, .blog__meta-header .posted-by a, .blog__meta-header-top .posted-on, .blog__meta-header-top .posted-on a, .blog--3 .blog__category-link, .blog--3 .blog__meta-header .posted-on, .blog--4 .blog__category-link, .blog--4 .blog__meta-header .posted-on, .blog--4 .blog__meta-footer__link, .blog--4 .blog__meta-footer .favourite-link span, .blog--4 .blog__meta-footer .comment-link span, .blog--5 .blog__category-link, .blog--5 .blog__meta span, .blog--5 .blog__meta a, .blog--5 .blog__footer__link, .blog--5 .blog__footer .favourite-link span, .blog--5 .blog__footer .comment-link span, .post__header .posted-by, .post__header .posted-by a, .post__header .category-links a, .post__author--bio, .post-navigation .nav-links__link .meta-nav, .related-post__category-link, .related-post__meta a, .related-post__meta .posted-by, .related-post__meta .posted-by a, .breadcrumb-area-2 .breadcrumb li a, .breadcrumb-area-2 .breadcrumb li span, .breadcrumb-area-2 .breadcrumb li:not(:last-child):after, .btn-read-more, .comment-date, .comment .reply, .filter-style-1 button, .filter-style-2 button, .reservation-form__input, .portfolio-nav a span, .pricing-table-style-2 .pricing-table__price--unit, .pricing-table-style-3 .pricing-table__title, .pricing-table-style-3 .pricing-table__price--sign, .pricing-table-style-3 .pricing-table__price--value, .pricing-table-style-3 .pricing-table__price--unit, .progress-charts .progress-bar .percent-label, .service-style-7 .service__link, .table.shop_attributes th a, .table.shop_attributes td a, .tab-style-2 .nav-link, .testimonial-style-5 .testimonial__excerpt, .testimonial-style-5 .testimonial__author--name, .sidebar-inner .widget .tagcloud a, .shop-toolbar .product-view-mode button {
  color: #525252; }

.ht-blockquote.style-2, .blog__meta-header .posted-on, .post__header .posted-on, .related-post__meta .posted-on, .pagination li .page-number, .pagination li .page-number:hover, .quantity, .quantity-input, .message-box a, .countdown-timer .single-countdown__time, .countdown-timer .single-countdown__text, .burger-icon, .accordion-button:hover, .accordion-style-2 .accordion-button:hover, .menu-blog__title a, .menu-blog__footer .favourite-link span, .menu-blog__footer .comment-link span, .blog--5 .blog__title a, .post-navigation .nav-links__link .post-title, .related-post__media--with-effect .pf-icon:hover, .action-btn, .action-btn:before, .nav-round .slick-btn, .nav-default .slick-btn, .reply-title, .countdown-wrap.countdown-style-1 .countdown__time, .countdown-wrap.countdown-style-1 .countdown__text, .countdown-wrap.countdown-style-2 .countdown__time, .countdown-wrap.countdown-style-2 .countdown__text, .form__label, .form__input--4, .searchform__input, .searchform-2 .searchform__input, .nice-select:after, .fp-nav-control-type-number #fp-nav ul li a:hover .num, .fp-nav-control-type-number #fp-nav ul li a.active .num, .mini-cart, .mini-cart__product-remove, .searchform__popup, .searchform__popup p, .portfolio-info-value, .pricing-table-style-1 .pricing-table__packages li, .pricing-table-style-2 .pricing-table__packages li, .pricing-table-style-3 .pricing-table__packages li, .pricing-table-style-3 .pricing-table__action .pricing-btn, .product-item__info .product-item__addto, .product-summary .product-meta-top .sku_wrapper, .product-summary .product-variations-form .variation-label, .product-summary .product-size-variation .swatch-wrapper .product-size-swatch-label, .product-summary .product-action .add_wishlist:before, .product-summary .product-action .add_compare:before, .radial-progress__text, .radial-progress__text-2, .radial-progress__label, .product-reviews .review__meta, .product-reviews .review__description, .service-style-2 .service__title, .service-style-2-1 .service__title, .table tbody td.product-price .product-price-wrapper .money, .table tbody td.product-total-price .product-price-wrapper .money, .table.shop_attributes th, .table.order-table th, .table.compare-table tbody th, .group-product-table tbody td.product-name h3, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old, .tab-style-1 .nav-link, .tab-style-1 .nav-link:hover, .tab-style-2 .nav-link:hover, .tab-style-2 .nav-link.active, .tab-style-4 .nav-link, .tab-style-4 .nav-link:hover, .testimonial-style-1 .testimonial__excerpt p, .sidenav-widget .widget .contact-widget li a, .sidenav-widget .widget .contact-widget li i, .popular-post__title a, .cart-calculator__item {
  color: #232324; }

.pagination li .page-number.current, .blog.format-link .blog__media .post-link-overlay, .service-style-8 .service__img:after {
  background-color: #232324; }

.pagination li .page-number.current, .pagination li .page-number:hover {
  border-color: #232324; }

.burger-icon, .accordion-style-2 .accordion-header, .accordion-style-2 .accordion-button, .blog__link, .breadcrumb-area-2 .breadcrumb, .coupon_btn, .slick-dots li button, .slick-dot-style-2 .slick-dots li, .slick-dot-style-3 .slick-dots li, .slick-dot-style-4 .slick-dots li, .slick-dot-style-4 .slick-dots li button, .slick-dot-style-4 .slick-dots li button:hover, .slick-dot-style-4 .slick-dots li.slick-active button, .coffee-menu-item:before, .filter-style-1 button, .filter-style-2 button, .searchform__input, .searchform__submit, .searchform-2 .searchform__submit, .newsletter-form__input, .newsletter-form__button, .mini-cart__product-remove, .product-modal .modal-content, .social-outline .social__link, .table tbody td.product-remove .remove, .table.shop_attributes th, .tab-style-2 .nav-link, .tab-style-4 .nav-link, .shop-toolbar .product-filter-btn, .shop-toolbar .product-view-mode button {
  background-color: transparent; }

.pricing-table-style-3 .pricing-table__inner:hover .pricing-table__head, .pricing-table-style-3 .pricing-table__inner:hover .pricing-table__action .pricing-btn, .pricing-table-style-3 .pricing-table__action:hover .pricing-btn {
  border-color: #8a8a8a; }

.pricing-table-style-3 .pricing-table__inner:hover .pricing-table__head, .pricing-table-style-3 .pricing-table__inner:hover .pricing-table__action .pricing-btn, .pricing-table-style-3 .pricing-table__action:hover .pricing-btn {
  background-color: #8a8a8a; }

.color--primary {
  color: #040847 !important; }

.color--light {
  color: #999999 !important; }

.color--black {
  color: #000000 !important; }

.color--white {
  color: #ffffff !important; }

.color--white-light {
  color: rgba(255, 255, 255, 0.8) !important; }

.color--white-light-2 {
  color: rgba(255, 255, 255, 0.4) !important; }

.color--dark {
  color: #333333 !important; }

.color--alto {
  color: #D2CFCF !important; }

.color--gray {
  color: #8a8a8a !important; }

.color--dull {
  color: #a394df !important; }

.color--silver {
  color: #c2c2c2 !important; }

.heading-color {
  color: #232324 !important; }

.bg--white {
  background-color: #ffffff; }

.bg--white-light {
  background-color: rgba(255, 255, 255, 0.1); }

.bg--light {
  background-color: #999999; }

.bg--dark {
  background-color: #333333; }

.bg--black {
  background-color: #000000; }

.bg--blue {
  background-color: #3768b4; }

.bg--gray {
  background-color: #8a8a8a; }

.bg--dark {
  background-color: #333333; }

.bg--primary {
  background-color: #040847; }

.bd-color--primary {
  border-color: #040847; }

.bg-transparent {
  background-color: transparent; }

.template-color-1 a:hover, .template-color-1 button:hover {
  color: #040847; }

.template-color-1 .color--primary {
  color: #040847 !important; }

.template-color-1 .bg--primary {
  background-color: #040847; }

.template-color-1 .bd-color--primary {
  border-color: #040847; }

.template-color-1 .scroll-to-top:hover {
  background-color: #040847; }

.template-color-1 .thanos-preloader .thanos-child {
  background-color: #040847; }

.template-color-1 .header__toolbar--mini_cart a sup {
  background-color: #040847; }

.template-color-1 .header__toolbar--btn.mainmenu-btn:hover {
  background-color: #040847;
  color: #ffffff; }

@media (min-width: 62em) {
  .template-color-1 .main-navigation:not(.color-white) .mainmenu__item.active > a {
    color: #040847; } }

@media (min-width: 62em) {
  .template-color-1 .main-navigation:not(.color-white) .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
    color: #040847; } }

.template-color-1 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item.active .mainmenu__link,
.template-color-1 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item:hover .mainmenu__link {
  background-color: #040847;
  color: #ffffff; }

.template-color-1 .service-style-3:hover .hover-style-2 span {
  background-color: #040847;
  border-color: #040847;
  color: #ffffff; }
  .template-color-1 .service-style-3:hover .hover-style-2 span i {
    color: #ffffff; }

.template-color-1 .service-style-5:before {
  background-color: #040847; }

.template-color-1 .service-style-7:hover .service__link {
  color: #040847; }

.template-color-1 .service-style-8 .service__inner:hover .service__title a {
  color: #040847; }

.template-color-1 .service:hover .btn {
  background-color: #040847;
  border-color: #040847;
  color: #ffffff; }

.template-color-1 .icon-circle-2 span {
  color: #040847; }

.template-color-1 .icon-color-primary i {
  color: #040847; }

.template-color-1 .icon-bg-primary span {
  background-color: #040847; }

.template-color-1 .icon.hover-style-2 span:hover {
  background-color: #040847;
  border-color: #040847;
  color: #ffffff; }

.template-color-1 .btn:hover {
  color: #ffffff; }

.template-color-1 .btn-bg-primary {
  background-color: #040847;
  border-color: #040847; }
  .template-color-1 .btn-bg-primary:hover {
    background-color: #232324;
    border-color: #232324;
    color: #ffffff; }

.template-color-1 .btn-shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39);
  -moz-box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39);
  -ms-box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39);
  -o-box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39);
  box-shadow: 0 0 29px 0 rgba(107, 86, 226, 0.39); }

.template-color-1 .btn-hover-1:hover {
  background-color: #040847;
  border-color: #040847;
  color: #ffffff; }

.template-color-1 .btn-close:hover i {
  color: #040847; }

.template-color-1 .item--overlay {
  background-color: #040847 !important; }
  .template-color-1 .item--overlay:before {
    background-color: #040847 !important; }

.template-color-1 .filter-btns button.is-checked {
  color: #040847; }

.template-color-1 .blog__link--content:before {
  background-color: #040847; }

.template-color-1 .blog--4 .blog__meta-footer .share-link:hover {
  color: #040847; }

.template-color-1 .blog__footer .blog__meta-footer__item:hover > a > i {
  color: #040847; }

.template-color-1 .form__btn {
  background-color: #7e454d; }
  .template-color-1 .form__btn:hover {
    background-color: #23243e;
    color: #ffffff; }

.template-color-1 .accordion .card-header .btn-link {
  color: #040847; }
  .template-color-1 .accordion .card-header .btn-link.collapsed {
    color: #232324; }

.template-color-1 .delimeter {
  border-color: #040847; }

.template-color-1 .list-with-dot span.dot.primary-color {
  background-color: #040847; }

.template-color-1 .progress-charts .progress-bar.background-primary {
  background-color: #040847; }

.template-color-1 .slick-dot-color-primary .slick-dots li {
  background-color: #040847; }

.template-color-1 .slick-dot-style-2 .slick-dots li, .template-color-1 .slick-dot-style-3 .slick-dots li {
  border: 1px solid rgba(107, 86, 226, 0.4); }
  .template-color-1 .slick-dot-style-2 .slick-dots li button, .template-color-1 .slick-dot-style-3 .slick-dots li button {
    background-color: rgba(107, 86, 226, 0.4); }
    .template-color-1 .slick-dot-style-2 .slick-dots li button:hover, .template-color-1 .slick-dot-style-3 .slick-dots li button:hover {
      background-color: rgba(107, 86, 226, 0.6); }
  .template-color-1 .slick-dot-style-2 .slick-dots li.slick-active, .template-color-1 .slick-dot-style-3 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #040847; }
    .template-color-1 .slick-dot-style-2 .slick-dots li.slick-active button, .template-color-1 .slick-dot-style-3 .slick-dots li.slick-active button {
      background-color: #040847; }
  .template-color-1 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover, .template-color-1 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover {
    border: 1px solid rgba(107, 86, 226, 0.5); }
    .template-color-1 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover button:hover, .template-color-1 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover button:hover {
      background-color: rgba(107, 86, 226, 0.5); }

.template-color-1 .slick-dots li {
  background-color: #040847;
  opacity: .4; }
  .template-color-1 .slick-dots li.slick-active {
    opacity: 1; }

.template-color-1 .social .social__link:hover {
  color: #040847; }

.template-color-1 .social.style-circle-hover .social__link:hover {
  color: #ffffff;
  border-color: #ffffff; }

.template-color-1 .social-round .social__link:hover {
  border-color: #040847;
  background-color: #040847;
  color: #ffffff; }

.template-color-1 .social-round-30 .social__link:hover {
  border-color: #040847;
  background-color: #040847;
  color: #ffffff; }

.template-color-1 .newsletter-form--2 .newsletter-form__button {
  background-color: #040847; }
  .template-color-1 .newsletter-form--2 .newsletter-form__button:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-1 .info-box-hover-1:hover .info-box__icon .icon-circle span {
  background-color: #040847;
  border-color: #040847; }

.template-color-1 .team-member-style-5 .team-member__name a:hover {
  color: #ffffff; }

.template-color-1 .team-member-style-5 .color-white a:hover {
  color: #fff; }

.template-color-1 .team-member-style-6 .team-member__inner.primary-bg-hover .item--overlay {
  background-color: #040847;
  background-image: none; }

.template-color-1 .team-member-style-7 .team-member__name a:before {
  background-color: #040847; }

.template-color-1 .team-member-style-8 .team-member__role:after {
  background-color: #040847; }

.template-color-1 .pricing-table-style-2 .pricing-table__inner:hover {
  -webkit-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -moz-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -ms-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -o-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1); }
  .template-color-1 .pricing-table-style-2 .pricing-table__inner:hover:before {
    background-color: #040847; }
  .template-color-1 .pricing-table-style-2 .pricing-table__inner:hover .pricing-table__action .pricing-btn {
    background-color: #040847; }

.template-color-1 .pricing-table-style-2 .pricing-table__inner.featured:before {
  background-color: #040847; }

.template-color-1 .tab-style-1 .nav-link.active {
  color: #040847; }

.template-color-1 .lists-icon__item i {
  color: #040847; }

.template-color-1 .lists-icon-2 .lists-icon__icon {
  background-color: #040847; }
  .template-color-1 .lists-icon-2 .lists-icon__icon i {
    color: #ffffff; }

.template-color-1 .burger-icon span:hover {
  color: #040847; }

.template-color-1 .coffee-menu-item:hover:before {
  background-color: #040847; }

.template-color-1 .reservation-form .form__group:after {
  color: #040847; }

.template-color-1 .portfolio-style-5 .portfolio__inner .item--overlay:before {
  background-color: #040847; }

.template-color-1 .shop-toolbar .product-view-count ul li.active a {
  color: #040847;
  border-bottom: 1px solid #040847; }

.template-color-1 .shop-toolbar .product-filter-btn.open {
  color: #040847; }
  .template-color-1 .shop-toolbar .product-filter-btn.open i {
    background-color: #040847; }

.template-color-1 .shop-toolbar .product-view-mode a.active {
  color: #040847; }

.template-color-1 .action-btn:hover {
  background-color: #040847; }

.template-color-1 .product-gallery__actions button, .template-color-1 .product-gallery__actions a {
  background-color: #040847; }

.template-color-1 .testimonial-style-3 .testimonial__author:before {
  background-color: #040847; }

.template-color-1 .primary-bg-hover a:hover {
  color: inherit; }

.template-color-1 .primary-bg-hover .color-white a:hover {
  color: #fff; }

.template-color-2 a:hover, .template-color-2 button:hover {
  color: #0B32F9; }

.template-color-2 .color--primary {
  color: #0B32F9 !important; }

.template-color-2 .bg--primary {
  background-color: #0B32F9; }

.template-color-2 .bd-color--primary {
  border-color: #0B32F9; }

.template-color-2 .scroll-to-top:hover {
  background-color: #0B32F9; }

.template-color-2 .thanos-preloader .thanos-child {
  background-color: #0B32F9; }

.template-color-2 .header__toolbar--mini_cart a sup {
  background-color: #0B32F9; }

.template-color-2 .header__toolbar--btn.mainmenu-btn:hover {
  background-color: #0B32F9;
  color: #ffffff; }

@media (min-width: 62em) {
  .template-color-2 .main-navigation:not(.color-white) .mainmenu__item.active > a {
    color: #0B32F9; } }

@media (min-width: 62em) {
  .template-color-2 .main-navigation:not(.color-white) .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
    color: #0B32F9; } }

.template-color-2 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item.active .mainmenu__link,
.template-color-2 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item:hover .mainmenu__link {
  background-color: #0B32F9;
  color: #ffffff; }

.template-color-2 .service-style-3:hover .hover-style-2 span {
  background-color: #0B32F9;
  border-color: #0B32F9;
  color: #ffffff; }
  .template-color-2 .service-style-3:hover .hover-style-2 span i {
    color: #ffffff; }

.template-color-2 .service-style-5:before {
  background-color: #0B32F9; }

.template-color-2 .service-style-7:hover .service__link {
  color: #0B32F9; }

.template-color-2 .service-style-8 .service__inner:hover .service__title a {
  color: #0B32F9; }

.template-color-2 .service:hover .btn {
  background-color: #0B32F9;
  border-color: #0B32F9;
  color: #ffffff; }

.template-color-2 .icon-circle-2 span {
  color: #0B32F9; }

.template-color-2 .icon-color-primary i {
  color: #0B32F9; }

.template-color-2 .icon-bg-primary span {
  background-color: #0B32F9; }

.template-color-2 .icon.hover-style-2 span:hover {
  background-color: #0B32F9;
  border-color: #0B32F9;
  color: #ffffff; }

.template-color-2 .btn:hover {
  color: #ffffff; }

.template-color-2 .btn-bg-primary {
  background-color: #0B32F9;
  border-color: #0B32F9; }
  .template-color-2 .btn-bg-primary:hover {
    background-color: #232324;
    border-color: #232324;
    color: #ffffff; }

.template-color-2 .btn-shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(11, 50, 249, 0.39);
  -moz-box-shadow: 0 0 29px 0 rgba(11, 50, 249, 0.39);
  -ms-box-shadow: 0 0 29px 0 rgba(11, 50, 249, 0.39);
  -o-box-shadow: 0 0 29px 0 rgba(11, 50, 249, 0.39);
  box-shadow: 0 0 29px 0 rgba(11, 50, 249, 0.39); }

.template-color-2 .btn-hover-1:hover {
  background-color: #0B32F9;
  border-color: #0B32F9;
  color: #ffffff; }

.template-color-2 .btn-close:hover i {
  color: #0B32F9; }

.template-color-2 .item--overlay {
  background-color: #0B32F9 !important; }
  .template-color-2 .item--overlay:before {
    background-color: #0B32F9 !important; }

.template-color-2 .filter-btns button.is-checked {
  color: #0B32F9; }

.template-color-2 .blog__link--content:before {
  background-color: #0B32F9; }

.template-color-2 .blog--4 .blog__meta-footer .share-link:hover {
  color: #0B32F9; }

.template-color-2 .blog__footer .blog__meta-footer__item:hover > a > i {
  color: #0B32F9; }

.template-color-2 .form__btn {
  background-color: #0B32F9; }
  .template-color-2 .form__btn:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-2 .accordion .card-header .btn-link {
  color: #0B32F9; }
  .template-color-2 .accordion .card-header .btn-link.collapsed {
    color: #232324; }

.template-color-2 .delimeter {
  border-color: #0B32F9; }

.template-color-2 .list-with-dot span.dot.primary-color {
  background-color: #0B32F9; }

.template-color-2 .progress-charts .progress-bar.background-primary {
  background-color: #0B32F9; }

.template-color-2 .slick-dot-color-primary .slick-dots li {
  background-color: #0B32F9; }

.template-color-2 .slick-dot-style-2 .slick-dots li, .template-color-2 .slick-dot-style-3 .slick-dots li {
  border: 1px solid rgba(11, 50, 249, 0.4); }
  .template-color-2 .slick-dot-style-2 .slick-dots li button, .template-color-2 .slick-dot-style-3 .slick-dots li button {
    background-color: rgba(11, 50, 249, 0.4); }
    .template-color-2 .slick-dot-style-2 .slick-dots li button:hover, .template-color-2 .slick-dot-style-3 .slick-dots li button:hover {
      background-color: rgba(11, 50, 249, 0.6); }
  .template-color-2 .slick-dot-style-2 .slick-dots li.slick-active, .template-color-2 .slick-dot-style-3 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #0b32f9; }
    .template-color-2 .slick-dot-style-2 .slick-dots li.slick-active button, .template-color-2 .slick-dot-style-3 .slick-dots li.slick-active button {
      background-color: #0b32f9; }
  .template-color-2 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover, .template-color-2 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover {
    border: 1px solid rgba(11, 50, 249, 0.5); }
    .template-color-2 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover button:hover, .template-color-2 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover button:hover {
      background-color: rgba(11, 50, 249, 0.5); }

.template-color-2 .slick-dots li {
  background-color: #0B32F9;
  opacity: .4; }
  .template-color-2 .slick-dots li.slick-active {
    opacity: 1; }

.template-color-2 .social .social__link:hover {
  color: #0B32F9; }

.template-color-2 .social.style-circle-hover .social__link:hover {
  color: #ffffff;
  border-color: #ffffff; }

.template-color-2 .social-round .social__link:hover {
  border-color: #0B32F9;
  background-color: #0B32F9;
  color: #ffffff; }

.template-color-2 .social-round-30 .social__link:hover {
  border-color: #0B32F9;
  background-color: #0B32F9;
  color: #ffffff; }

.template-color-2 .newsletter-form--2 .newsletter-form__button {
  background-color: #0B32F9; }
  .template-color-2 .newsletter-form--2 .newsletter-form__button:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-2 .info-box-hover-1:hover .info-box__icon .icon-circle span {
  background-color: #0B32F9;
  border-color: #0B32F9; }

.template-color-2 .team-member-style-5 .team-member__name a:hover {
  color: #ffffff; }

.template-color-2 .team-member-style-5 .color-white a:hover {
  color: #fff; }

.template-color-2 .team-member-style-6 .team-member__inner.primary-bg-hover .item--overlay {
  background-color: #0B32F9;
  background-image: none; }

.template-color-2 .team-member-style-7 .team-member__name a:before {
  background-color: #0B32F9; }

.template-color-2 .team-member-style-8 .team-member__role:after {
  background-color: #0B32F9; }

.template-color-2 .pricing-table-style-2 .pricing-table__inner:hover {
  -webkit-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -moz-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -ms-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -o-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1); }
  .template-color-2 .pricing-table-style-2 .pricing-table__inner:hover:before {
    background-color: #0B32F9; }
  .template-color-2 .pricing-table-style-2 .pricing-table__inner:hover .pricing-table__action .pricing-btn {
    background-color: #0B32F9; }

.template-color-2 .pricing-table-style-2 .pricing-table__inner.featured:before {
  background-color: #0B32F9; }

.template-color-2 .tab-style-1 .nav-link.active {
  color: #0B32F9; }

.template-color-2 .lists-icon__item i {
  color: #0B32F9; }

.template-color-2 .lists-icon-2 .lists-icon__icon {
  background-color: #0B32F9; }
  .template-color-2 .lists-icon-2 .lists-icon__icon i {
    color: #ffffff; }

.template-color-2 .burger-icon span:hover {
  color: #0B32F9; }

.template-color-2 .coffee-menu-item:hover:before {
  background-color: #0B32F9; }

.template-color-2 .reservation-form .form__group:after {
  color: #0B32F9; }

.template-color-2 .portfolio-style-5 .portfolio__inner .item--overlay:before {
  background-color: #0B32F9; }

.template-color-2 .shop-toolbar .product-view-count ul li.active a {
  color: #0B32F9;
  border-bottom: 1px solid #0B32F9; }

.template-color-2 .shop-toolbar .product-filter-btn.open {
  color: #0B32F9; }
  .template-color-2 .shop-toolbar .product-filter-btn.open i {
    background-color: #0B32F9; }

.template-color-2 .shop-toolbar .product-view-mode a.active {
  color: #0B32F9; }

.template-color-2 .action-btn:hover {
  background-color: #0B32F9; }

.template-color-2 .product-gallery__actions button, .template-color-2 .product-gallery__actions a {
  background-color: #0B32F9; }

.template-color-2 .testimonial-style-3 .testimonial__author:before {
  background-color: #0B32F9; }

.template-color-2 .primary-bg-hover a:hover {
  color: inherit; }

.template-color-2 .primary-bg-hover .color-white a:hover {
  color: #fff; }

.template-color-3 a:hover, .template-color-3 button:hover {
  color: #66c8f7; }

.template-color-3 .color--primary {
  color: #66c8f7 !important; }

.template-color-3 .bg--primary {
  background-color: #66c8f7; }

.template-color-3 .bd-color--primary {
  border-color: #66c8f7; }

.template-color-3 .scroll-to-top:hover {
  background-color: #66c8f7; }

.template-color-3 .thanos-preloader .thanos-child {
  background-color: #66c8f7; }

.template-color-3 .header__toolbar--mini_cart a sup {
  background-color: #66c8f7; }

.template-color-3 .header__toolbar--btn.mainmenu-btn:hover {
  background-color: #66c8f7;
  color: #ffffff; }

@media (min-width: 62em) {
  .template-color-3 .main-navigation:not(.color-white) .mainmenu__item.active > a {
    color: #66c8f7; } }

@media (min-width: 62em) {
  .template-color-3 .main-navigation:not(.color-white) .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
    color: #66c8f7; } }

.template-color-3 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item.active .mainmenu__link,
.template-color-3 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item:hover .mainmenu__link {
  background-color: #66c8f7;
  color: #ffffff; }

.template-color-3 .service-style-3:hover .hover-style-2 span {
  background-color: #66c8f7;
  border-color: #66c8f7;
  color: #ffffff; }
  .template-color-3 .service-style-3:hover .hover-style-2 span i {
    color: #ffffff; }

.template-color-3 .service-style-5:before {
  background-color: #66c8f7; }

.template-color-3 .service-style-7:hover .service__link {
  color: #66c8f7; }

.template-color-3 .service-style-8 .service__inner:hover .service__title a {
  color: #66c8f7; }

.template-color-3 .service:hover .btn {
  background-color: #66c8f7;
  border-color: #66c8f7;
  color: #ffffff; }

.template-color-3 .icon-circle-2 span {
  color: #66c8f7; }

.template-color-3 .icon-color-primary i {
  color: #66c8f7; }

.template-color-3 .icon-bg-primary span {
  background-color: #66c8f7; }

.template-color-3 .icon.hover-style-2 span:hover {
  background-color: #66c8f7;
  border-color: #66c8f7;
  color: #ffffff; }

.template-color-3 .btn:hover {
  color: #ffffff; }

.template-color-3 .btn-bg-primary {
  background-color: #66c8f7;
  border-color: #66c8f7; }
  .template-color-3 .btn-bg-primary:hover {
    background-color: #232324;
    border-color: #232324;
    color: #ffffff; }

.template-color-3 .btn-shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 200, 247, 0.39);
  -moz-box-shadow: 0 0 29px 0 rgba(102, 200, 247, 0.39);
  -ms-box-shadow: 0 0 29px 0 rgba(102, 200, 247, 0.39);
  -o-box-shadow: 0 0 29px 0 rgba(102, 200, 247, 0.39);
  box-shadow: 0 0 29px 0 rgba(102, 200, 247, 0.39); }

.template-color-3 .btn-hover-1:hover {
  background-color: #66c8f7;
  border-color: #66c8f7;
  color: #ffffff; }

.template-color-3 .btn-close:hover i {
  color: #66c8f7; }

.template-color-3 .item--overlay {
  background-color: #66c8f7 !important; }
  .template-color-3 .item--overlay:before {
    background-color: #66c8f7 !important; }

.template-color-3 .filter-btns button.is-checked {
  color: #66c8f7; }

.template-color-3 .blog__link--content:before {
  background-color: #66c8f7; }

.template-color-3 .blog--4 .blog__meta-footer .share-link:hover {
  color: #66c8f7; }

.template-color-3 .blog__footer .blog__meta-footer__item:hover > a > i {
  color: #66c8f7; }

.template-color-3 .form__btn {
  background-color: #66c8f7; }
  .template-color-3 .form__btn:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-3 .accordion .card-header .btn-link {
  color: #66c8f7; }
  .template-color-3 .accordion .card-header .btn-link.collapsed {
    color: #232324; }

.template-color-3 .delimeter {
  border-color: #66c8f7; }

.template-color-3 .list-with-dot span.dot.primary-color {
  background-color: #66c8f7; }

.template-color-3 .progress-charts .progress-bar.background-primary {
  background-color: #66c8f7; }

.template-color-3 .slick-dot-color-primary .slick-dots li {
  background-color: #66c8f7; }

.template-color-3 .slick-dot-style-2 .slick-dots li, .template-color-3 .slick-dot-style-3 .slick-dots li {
  border: 1px solid rgba(102, 200, 247, 0.4); }
  .template-color-3 .slick-dot-style-2 .slick-dots li button, .template-color-3 .slick-dot-style-3 .slick-dots li button {
    background-color: rgba(102, 200, 247, 0.4); }
    .template-color-3 .slick-dot-style-2 .slick-dots li button:hover, .template-color-3 .slick-dot-style-3 .slick-dots li button:hover {
      background-color: rgba(102, 200, 247, 0.6); }
  .template-color-3 .slick-dot-style-2 .slick-dots li.slick-active, .template-color-3 .slick-dot-style-3 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #66c8f7; }
    .template-color-3 .slick-dot-style-2 .slick-dots li.slick-active button, .template-color-3 .slick-dot-style-3 .slick-dots li.slick-active button {
      background-color: #66c8f7; }
  .template-color-3 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover, .template-color-3 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover {
    border: 1px solid rgba(102, 200, 247, 0.5); }
    .template-color-3 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover button:hover, .template-color-3 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover button:hover {
      background-color: rgba(102, 200, 247, 0.5); }

.template-color-3 .slick-dots li {
  background-color: #66c8f7;
  opacity: .4; }
  .template-color-3 .slick-dots li.slick-active {
    opacity: 1; }

.template-color-3 .social .social__link:hover {
  color: #66c8f7; }

.template-color-3 .social.style-circle-hover .social__link:hover {
  color: #ffffff;
  border-color: #ffffff; }

.template-color-3 .social-round .social__link:hover {
  border-color: #66c8f7;
  background-color: #66c8f7;
  color: #ffffff; }

.template-color-3 .social-round-30 .social__link:hover {
  border-color: #66c8f7;
  background-color: #66c8f7;
  color: #ffffff; }

.template-color-3 .newsletter-form--2 .newsletter-form__button {
  background-color: #66c8f7; }
  .template-color-3 .newsletter-form--2 .newsletter-form__button:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-3 .info-box-hover-1:hover .info-box__icon .icon-circle span {
  background-color: #66c8f7;
  border-color: #66c8f7; }

.template-color-3 .team-member-style-5 .team-member__name a:hover {
  color: #ffffff; }

.template-color-3 .team-member-style-5 .color-white a:hover {
  color: #fff; }

.template-color-3 .team-member-style-6 .team-member__inner.primary-bg-hover .item--overlay {
  background-color: #66c8f7;
  background-image: none; }

.template-color-3 .team-member-style-7 .team-member__name a:before {
  background-color: #66c8f7; }

.template-color-3 .team-member-style-8 .team-member__role:after {
  background-color: #66c8f7; }

.template-color-3 .pricing-table-style-2 .pricing-table__inner:hover {
  -webkit-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -moz-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -ms-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -o-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1); }
  .template-color-3 .pricing-table-style-2 .pricing-table__inner:hover:before {
    background-color: #66c8f7; }
  .template-color-3 .pricing-table-style-2 .pricing-table__inner:hover .pricing-table__action .pricing-btn {
    background-color: #66c8f7; }

.template-color-3 .pricing-table-style-2 .pricing-table__inner.featured:before {
  background-color: #66c8f7; }

.template-color-3 .tab-style-1 .nav-link.active {
  color: #66c8f7; }

.template-color-3 .lists-icon__item i {
  color: #66c8f7; }

.template-color-3 .lists-icon-2 .lists-icon__icon {
  background-color: #66c8f7; }
  .template-color-3 .lists-icon-2 .lists-icon__icon i {
    color: #ffffff; }

.template-color-3 .burger-icon span:hover {
  color: #66c8f7; }

.template-color-3 .coffee-menu-item:hover:before {
  background-color: #66c8f7; }

.template-color-3 .reservation-form .form__group:after {
  color: #66c8f7; }

.template-color-3 .portfolio-style-5 .portfolio__inner .item--overlay:before {
  background-color: #66c8f7; }

.template-color-3 .shop-toolbar .product-view-count ul li.active a {
  color: #66c8f7;
  border-bottom: 1px solid #66c8f7; }

.template-color-3 .shop-toolbar .product-filter-btn.open {
  color: #66c8f7; }
  .template-color-3 .shop-toolbar .product-filter-btn.open i {
    background-color: #66c8f7; }

.template-color-3 .shop-toolbar .product-view-mode a.active {
  color: #66c8f7; }

.template-color-3 .action-btn:hover {
  background-color: #66c8f7; }

.template-color-3 .product-gallery__actions button, .template-color-3 .product-gallery__actions a {
  background-color: #66c8f7; }

.template-color-3 .testimonial-style-3 .testimonial__author:before {
  background-color: #66c8f7; }

.template-color-3 .primary-bg-hover a:hover {
  color: inherit; }

.template-color-3 .primary-bg-hover .color-white a:hover {
  color: #fff; }

.template-color-4 a:hover, .template-color-4 button:hover {
  color: #ef5619; }

.template-color-4 .color--primary {
  color: #ef5619 !important; }

.template-color-4 .bg--primary {
  background-color: #ef5619; }

.template-color-4 .bd-color--primary {
  border-color: #ef5619; }

.template-color-4 .scroll-to-top:hover {
  background-color: #ef5619; }

.template-color-4 .thanos-preloader .thanos-child {
  background-color: #ef5619; }

.template-color-4 .header__toolbar--mini_cart a sup {
  background-color: #ef5619; }

.template-color-4 .header__toolbar--btn.mainmenu-btn:hover {
  background-color: #ef5619;
  color: #ffffff; }

@media (min-width: 62em) {
  .template-color-4 .main-navigation:not(.color-white) .mainmenu__item.active > a {
    color: #ef5619; } }

@media (min-width: 62em) {
  .template-color-4 .main-navigation:not(.color-white) .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
    color: #ef5619; } }

.template-color-4 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item.active .mainmenu__link,
.template-color-4 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item:hover .mainmenu__link {
  background-color: #ef5619;
  color: #ffffff; }

.template-color-4 .service-style-3:hover .hover-style-2 span {
  background-color: #ef5619;
  border-color: #ef5619;
  color: #ffffff; }
  .template-color-4 .service-style-3:hover .hover-style-2 span i {
    color: #ffffff; }

.template-color-4 .service-style-5:before {
  background-color: #ef5619; }

.template-color-4 .service-style-7:hover .service__link {
  color: #ef5619; }

.template-color-4 .service-style-8 .service__inner:hover .service__title a {
  color: #ef5619; }

.template-color-4 .service:hover .btn {
  background-color: #ef5619;
  border-color: #ef5619;
  color: #ffffff; }

.template-color-4 .icon-circle-2 span {
  color: #ef5619; }

.template-color-4 .icon-color-primary i {
  color: #ef5619; }

.template-color-4 .icon-bg-primary span {
  background-color: #ef5619; }

.template-color-4 .icon.hover-style-2 span:hover {
  background-color: #ef5619;
  border-color: #ef5619;
  color: #ffffff; }

.template-color-4 .btn:hover {
  color: #ffffff; }

.template-color-4 .btn-bg-primary {
  background-color: #ef5619;
  border-color: #ef5619; }
  .template-color-4 .btn-bg-primary:hover {
    background-color: #232324;
    border-color: #232324;
    color: #ffffff; }

.template-color-4 .btn-shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(239, 86, 25, 0.39);
  -moz-box-shadow: 0 0 29px 0 rgba(239, 86, 25, 0.39);
  -ms-box-shadow: 0 0 29px 0 rgba(239, 86, 25, 0.39);
  -o-box-shadow: 0 0 29px 0 rgba(239, 86, 25, 0.39);
  box-shadow: 0 0 29px 0 rgba(239, 86, 25, 0.39); }

.template-color-4 .btn-hover-1:hover {
  background-color: #ef5619;
  border-color: #ef5619;
  color: #ffffff; }

.template-color-4 .btn-close:hover i {
  color: #ef5619; }

.template-color-4 .item--overlay {
  background-color: #ef5619 !important; }
  .template-color-4 .item--overlay:before {
    background-color: #ef5619 !important; }

.template-color-4 .filter-btns button.is-checked {
  color: #ef5619; }

.template-color-4 .blog__link--content:before {
  background-color: #ef5619; }

.template-color-4 .blog--4 .blog__meta-footer .share-link:hover {
  color: #ef5619; }

.template-color-4 .blog__footer .blog__meta-footer__item:hover > a > i {
  color: #ef5619; }

.template-color-4 .form__btn {
  background-color: #ef5619; }
  .template-color-4 .form__btn:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-4 .accordion .card-header .btn-link {
  color: #ef5619; }
  .template-color-4 .accordion .card-header .btn-link.collapsed {
    color: #232324; }

.template-color-4 .delimeter {
  border-color: #ef5619; }

.template-color-4 .list-with-dot span.dot.primary-color {
  background-color: #ef5619; }

.template-color-4 .progress-charts .progress-bar.background-primary {
  background-color: #ef5619; }

.template-color-4 .slick-dot-color-primary .slick-dots li {
  background-color: #ef5619; }

.template-color-4 .slick-dot-style-2 .slick-dots li, .template-color-4 .slick-dot-style-3 .slick-dots li {
  border: 1px solid rgba(239, 86, 25, 0.4); }
  .template-color-4 .slick-dot-style-2 .slick-dots li button, .template-color-4 .slick-dot-style-3 .slick-dots li button {
    background-color: rgba(239, 86, 25, 0.4); }
    .template-color-4 .slick-dot-style-2 .slick-dots li button:hover, .template-color-4 .slick-dot-style-3 .slick-dots li button:hover {
      background-color: rgba(239, 86, 25, 0.6); }
  .template-color-4 .slick-dot-style-2 .slick-dots li.slick-active, .template-color-4 .slick-dot-style-3 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #ef5619; }
    .template-color-4 .slick-dot-style-2 .slick-dots li.slick-active button, .template-color-4 .slick-dot-style-3 .slick-dots li.slick-active button {
      background-color: #ef5619; }
  .template-color-4 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover, .template-color-4 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover {
    border: 1px solid rgba(239, 86, 25, 0.5); }
    .template-color-4 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover button:hover, .template-color-4 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover button:hover {
      background-color: rgba(239, 86, 25, 0.5); }

.template-color-4 .slick-dots li {
  background-color: #ef5619;
  opacity: .4; }
  .template-color-4 .slick-dots li.slick-active {
    opacity: 1; }

.template-color-4 .social .social__link:hover {
  color: #ef5619; }

.template-color-4 .social.style-circle-hover .social__link:hover {
  color: #ffffff;
  border-color: #ffffff; }

.template-color-4 .social-round .social__link:hover {
  border-color: #ef5619;
  background-color: #ef5619;
  color: #ffffff; }

.template-color-4 .social-round-30 .social__link:hover {
  border-color: #ef5619;
  background-color: #ef5619;
  color: #ffffff; }

.template-color-4 .newsletter-form--2 .newsletter-form__button {
  background-color: #ef5619; }
  .template-color-4 .newsletter-form--2 .newsletter-form__button:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-4 .info-box-hover-1:hover .info-box__icon .icon-circle span {
  background-color: #ef5619;
  border-color: #ef5619; }

.template-color-4 .team-member-style-5 .team-member__name a:hover {
  color: #ffffff; }

.template-color-4 .team-member-style-5 .color-white a:hover {
  color: #fff; }

.template-color-4 .team-member-style-6 .team-member__inner.primary-bg-hover .item--overlay {
  background-color: #ef5619;
  background-image: none; }

.template-color-4 .team-member-style-7 .team-member__name a:before {
  background-color: #ef5619; }

.template-color-4 .team-member-style-8 .team-member__role:after {
  background-color: #ef5619; }

.template-color-4 .pricing-table-style-2 .pricing-table__inner:hover {
  -webkit-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -moz-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -ms-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -o-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1); }
  .template-color-4 .pricing-table-style-2 .pricing-table__inner:hover:before {
    background-color: #ef5619; }
  .template-color-4 .pricing-table-style-2 .pricing-table__inner:hover .pricing-table__action .pricing-btn {
    background-color: #ef5619; }

.template-color-4 .pricing-table-style-2 .pricing-table__inner.featured:before {
  background-color: #ef5619; }

.template-color-4 .tab-style-1 .nav-link.active {
  color: #ef5619; }

.template-color-4 .lists-icon__item i {
  color: #ef5619; }

.template-color-4 .lists-icon-2 .lists-icon__icon {
  background-color: #ef5619; }
  .template-color-4 .lists-icon-2 .lists-icon__icon i {
    color: #ffffff; }

.template-color-4 .burger-icon span:hover {
  color: #ef5619; }

.template-color-4 .coffee-menu-item:hover:before {
  background-color: #ef5619; }

.template-color-4 .reservation-form .form__group:after {
  color: #ef5619; }

.template-color-4 .portfolio-style-5 .portfolio__inner .item--overlay:before {
  background-color: #ef5619; }

.template-color-4 .shop-toolbar .product-view-count ul li.active a {
  color: #ef5619;
  border-bottom: 1px solid #ef5619; }

.template-color-4 .shop-toolbar .product-filter-btn.open {
  color: #ef5619; }
  .template-color-4 .shop-toolbar .product-filter-btn.open i {
    background-color: #ef5619; }

.template-color-4 .shop-toolbar .product-view-mode a.active {
  color: #ef5619; }

.template-color-4 .action-btn:hover {
  background-color: #ef5619; }

.template-color-4 .product-gallery__actions button, .template-color-4 .product-gallery__actions a {
  background-color: #ef5619; }

.template-color-4 .testimonial-style-3 .testimonial__author:before {
  background-color: #ef5619; }

.template-color-4 .primary-bg-hover a:hover {
  color: inherit; }

.template-color-4 .primary-bg-hover .color-white a:hover {
  color: #fff; }

.template-color-5 a:hover, .template-color-5 button:hover {
  color: #17d0ec; }

.template-color-5 .color--primary {
  color: #17d0ec !important; }

.template-color-5 .bg--primary {
  background-color: #17d0ec; }

.template-color-5 .bd-color--primary {
  border-color: #17d0ec; }

.template-color-5 .scroll-to-top:hover {
  background-color: #17d0ec; }

.template-color-5 .thanos-preloader .thanos-child {
  background-color: #17d0ec; }

.template-color-5 .header__toolbar--mini_cart a sup {
  background-color: #17d0ec; }

.template-color-5 .header__toolbar--btn.mainmenu-btn:hover {
  background-color: #17d0ec;
  color: #ffffff; }

@media (min-width: 62em) {
  .template-color-5 .main-navigation:not(.color-white) .mainmenu__item.active > a {
    color: #17d0ec; } }

@media (min-width: 62em) {
  .template-color-5 .main-navigation:not(.color-white) .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
    color: #17d0ec; } }

.template-color-5 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item.active .mainmenu__link,
.template-color-5 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item:hover .mainmenu__link {
  background-color: #17d0ec;
  color: #ffffff; }

.template-color-5 .service-style-3:hover .hover-style-2 span {
  background-color: #17d0ec;
  border-color: #17d0ec;
  color: #ffffff; }
  .template-color-5 .service-style-3:hover .hover-style-2 span i {
    color: #ffffff; }

.template-color-5 .service-style-5:before {
  background-color: #17d0ec; }

.template-color-5 .service-style-7:hover .service__link {
  color: #17d0ec; }

.template-color-5 .service-style-8 .service__inner:hover .service__title a {
  color: #17d0ec; }

.template-color-5 .service:hover .btn {
  background-color: #17d0ec;
  border-color: #17d0ec;
  color: #ffffff; }

.template-color-5 .icon-circle-2 span {
  color: #17d0ec; }

.template-color-5 .icon-color-primary i {
  color: #17d0ec; }

.template-color-5 .icon-bg-primary span {
  background-color: #17d0ec; }

.template-color-5 .icon.hover-style-2 span:hover {
  background-color: #17d0ec;
  border-color: #17d0ec;
  color: #ffffff; }

.template-color-5 .btn:hover {
  color: #ffffff; }

.template-color-5 .btn-bg-primary {
  background-color: #17d0ec;
  border-color: #17d0ec; }
  .template-color-5 .btn-bg-primary:hover {
    background-color: #232324;
    border-color: #232324;
    color: #ffffff; }

.template-color-5 .btn-shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(23, 208, 236, 0.39);
  -moz-box-shadow: 0 0 29px 0 rgba(23, 208, 236, 0.39);
  -ms-box-shadow: 0 0 29px 0 rgba(23, 208, 236, 0.39);
  -o-box-shadow: 0 0 29px 0 rgba(23, 208, 236, 0.39);
  box-shadow: 0 0 29px 0 rgba(23, 208, 236, 0.39); }

.template-color-5 .btn-hover-1:hover {
  background-color: #17d0ec;
  border-color: #17d0ec;
  color: #ffffff; }

.template-color-5 .btn-close:hover i {
  color: #17d0ec; }

.template-color-5 .item--overlay {
  background-color: #17d0ec !important; }
  .template-color-5 .item--overlay:before {
    background-color: #17d0ec !important; }

.template-color-5 .filter-btns button.is-checked {
  color: #17d0ec; }

.template-color-5 .blog__link--content:before {
  background-color: #17d0ec; }

.template-color-5 .blog--4 .blog__meta-footer .share-link:hover {
  color: #17d0ec; }

.template-color-5 .blog__footer .blog__meta-footer__item:hover > a > i {
  color: #17d0ec; }

.template-color-5 .form__btn {
  background-color: #17d0ec; }
  .template-color-5 .form__btn:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-5 .accordion .card-header .btn-link {
  color: #17d0ec; }
  .template-color-5 .accordion .card-header .btn-link.collapsed {
    color: #232324; }

.template-color-5 .delimeter {
  border-color: #17d0ec; }

.template-color-5 .list-with-dot span.dot.primary-color {
  background-color: #17d0ec; }

.template-color-5 .progress-charts .progress-bar.background-primary {
  background-color: #17d0ec; }

.template-color-5 .slick-dot-color-primary .slick-dots li {
  background-color: #17d0ec; }

.template-color-5 .slick-dot-style-2 .slick-dots li, .template-color-5 .slick-dot-style-3 .slick-dots li {
  border: 1px solid rgba(23, 208, 236, 0.4); }
  .template-color-5 .slick-dot-style-2 .slick-dots li button, .template-color-5 .slick-dot-style-3 .slick-dots li button {
    background-color: rgba(23, 208, 236, 0.4); }
    .template-color-5 .slick-dot-style-2 .slick-dots li button:hover, .template-color-5 .slick-dot-style-3 .slick-dots li button:hover {
      background-color: rgba(23, 208, 236, 0.6); }
  .template-color-5 .slick-dot-style-2 .slick-dots li.slick-active, .template-color-5 .slick-dot-style-3 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #17d0ec; }
    .template-color-5 .slick-dot-style-2 .slick-dots li.slick-active button, .template-color-5 .slick-dot-style-3 .slick-dots li.slick-active button {
      background-color: #17d0ec; }
  .template-color-5 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover, .template-color-5 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover {
    border: 1px solid rgba(23, 208, 236, 0.5); }
    .template-color-5 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover button:hover, .template-color-5 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover button:hover {
      background-color: rgba(23, 208, 236, 0.5); }

.template-color-5 .slick-dots li {
  background-color: #17d0ec;
  opacity: .4; }
  .template-color-5 .slick-dots li.slick-active {
    opacity: 1; }

.template-color-5 .social .social__link:hover {
  color: #17d0ec; }

.template-color-5 .social.style-circle-hover .social__link:hover {
  color: #ffffff;
  border-color: #ffffff; }

.template-color-5 .social-round .social__link:hover {
  border-color: #17d0ec;
  background-color: #17d0ec;
  color: #ffffff; }

.template-color-5 .social-round-30 .social__link:hover {
  border-color: #17d0ec;
  background-color: #17d0ec;
  color: #ffffff; }

.template-color-5 .newsletter-form--2 .newsletter-form__button {
  background-color: #17d0ec; }
  .template-color-5 .newsletter-form--2 .newsletter-form__button:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-5 .info-box-hover-1:hover .info-box__icon .icon-circle span {
  background-color: #17d0ec;
  border-color: #17d0ec; }

.template-color-5 .team-member-style-5 .team-member__name a:hover {
  color: #ffffff; }

.template-color-5 .team-member-style-5 .color-white a:hover {
  color: #fff; }

.template-color-5 .team-member-style-6 .team-member__inner.primary-bg-hover .item--overlay {
  background-color: #17d0ec;
  background-image: none; }

.template-color-5 .team-member-style-7 .team-member__name a:before {
  background-color: #17d0ec; }

.template-color-5 .team-member-style-8 .team-member__role:after {
  background-color: #17d0ec; }

.template-color-5 .pricing-table-style-2 .pricing-table__inner:hover {
  -webkit-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -moz-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -ms-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -o-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1); }
  .template-color-5 .pricing-table-style-2 .pricing-table__inner:hover:before {
    background-color: #17d0ec; }
  .template-color-5 .pricing-table-style-2 .pricing-table__inner:hover .pricing-table__action .pricing-btn {
    background-color: #17d0ec; }

.template-color-5 .pricing-table-style-2 .pricing-table__inner.featured:before {
  background-color: #17d0ec; }

.template-color-5 .tab-style-1 .nav-link.active {
  color: #17d0ec; }

.template-color-5 .lists-icon__item i {
  color: #17d0ec; }

.template-color-5 .lists-icon-2 .lists-icon__icon {
  background-color: #17d0ec; }
  .template-color-5 .lists-icon-2 .lists-icon__icon i {
    color: #ffffff; }

.template-color-5 .burger-icon span:hover {
  color: #17d0ec; }

.template-color-5 .coffee-menu-item:hover:before {
  background-color: #17d0ec; }

.template-color-5 .reservation-form .form__group:after {
  color: #17d0ec; }

.template-color-5 .portfolio-style-5 .portfolio__inner .item--overlay:before {
  background-color: #17d0ec; }

.template-color-5 .shop-toolbar .product-view-count ul li.active a {
  color: #17d0ec;
  border-bottom: 1px solid #17d0ec; }

.template-color-5 .shop-toolbar .product-filter-btn.open {
  color: #17d0ec; }
  .template-color-5 .shop-toolbar .product-filter-btn.open i {
    background-color: #17d0ec; }

.template-color-5 .shop-toolbar .product-view-mode a.active {
  color: #17d0ec; }

.template-color-5 .action-btn:hover {
  background-color: #17d0ec; }

.template-color-5 .product-gallery__actions button, .template-color-5 .product-gallery__actions a {
  background-color: #17d0ec; }

.template-color-5 .testimonial-style-3 .testimonial__author:before {
  background-color: #17d0ec; }

.template-color-5 .primary-bg-hover a:hover {
  color: inherit; }

.template-color-5 .primary-bg-hover .color-white a:hover {
  color: #fff; }

.template-color-6 a:hover, .template-color-6 button:hover {
  color: #f5b324; }

.template-color-6 .color--primary {
  color: #f5b324 !important; }

.template-color-6 .bg--primary {
  background-color: #f5b324; }

.template-color-6 .bd-color--primary {
  border-color: #f5b324; }

.template-color-6 .scroll-to-top:hover {
  background-color: #f5b324; }

.template-color-6 .thanos-preloader .thanos-child {
  background-color: #f5b324; }

.template-color-6 .header__toolbar--mini_cart a sup {
  background-color: #f5b324; }

.template-color-6 .header__toolbar--btn.mainmenu-btn:hover {
  background-color: #f5b324;
  color: #ffffff; }

@media (min-width: 62em) {
  .template-color-6 .main-navigation:not(.color-white) .mainmenu__item.active > a {
    color: #f5b324; } }

@media (min-width: 62em) {
  .template-color-6 .main-navigation:not(.color-white) .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
    color: #f5b324; } }

.template-color-6 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item.active .mainmenu__link,
.template-color-6 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item:hover .mainmenu__link {
  background-color: #f5b324;
  color: #ffffff; }

.template-color-6 .service-style-3:hover .hover-style-2 span {
  background-color: #f5b324;
  border-color: #f5b324;
  color: #ffffff; }
  .template-color-6 .service-style-3:hover .hover-style-2 span i {
    color: #ffffff; }

.template-color-6 .service-style-5:before {
  background-color: #f5b324; }

.template-color-6 .service-style-7:hover .service__link {
  color: #f5b324; }

.template-color-6 .service-style-8 .service__inner:hover .service__title a {
  color: #f5b324; }

.template-color-6 .service:hover .btn {
  background-color: #f5b324;
  border-color: #f5b324;
  color: #ffffff; }

.template-color-6 .icon-circle-2 span {
  color: #f5b324; }

.template-color-6 .icon-color-primary i {
  color: #f5b324; }

.template-color-6 .icon-bg-primary span {
  background-color: #f5b324; }

.template-color-6 .icon.hover-style-2 span:hover {
  background-color: #f5b324;
  border-color: #f5b324;
  color: #ffffff; }

.template-color-6 .btn:hover {
  color: #ffffff; }

.template-color-6 .btn-bg-primary {
  background-color: #f5b324;
  border-color: #f5b324; }
  .template-color-6 .btn-bg-primary:hover {
    background-color: #232324;
    border-color: #232324;
    color: #ffffff; }

.template-color-6 .btn-shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(245, 179, 36, 0.39);
  -moz-box-shadow: 0 0 29px 0 rgba(245, 179, 36, 0.39);
  -ms-box-shadow: 0 0 29px 0 rgba(245, 179, 36, 0.39);
  -o-box-shadow: 0 0 29px 0 rgba(245, 179, 36, 0.39);
  box-shadow: 0 0 29px 0 rgba(245, 179, 36, 0.39); }

.template-color-6 .btn-hover-1:hover {
  background-color: #f5b324;
  border-color: #f5b324;
  color: #ffffff; }

.template-color-6 .btn-close:hover i {
  color: #f5b324; }

.template-color-6 .item--overlay {
  background-color: #f5b324 !important; }
  .template-color-6 .item--overlay:before {
    background-color: #f5b324 !important; }

.template-color-6 .filter-btns button.is-checked {
  color: #f5b324; }

.template-color-6 .blog__link--content:before {
  background-color: #f5b324; }

.template-color-6 .blog--4 .blog__meta-footer .share-link:hover {
  color: #f5b324; }

.template-color-6 .blog__footer .blog__meta-footer__item:hover > a > i {
  color: #f5b324; }

.template-color-6 .form__btn {
  background-color: #f5b324; }
  .template-color-6 .form__btn:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-6 .accordion .card-header .btn-link {
  color: #f5b324; }
  .template-color-6 .accordion .card-header .btn-link.collapsed {
    color: #232324; }

.template-color-6 .delimeter {
  border-color: #f5b324; }

.template-color-6 .list-with-dot span.dot.primary-color {
  background-color: #f5b324; }

.template-color-6 .progress-charts .progress-bar.background-primary {
  background-color: #f5b324; }

.template-color-6 .slick-dot-color-primary .slick-dots li {
  background-color: #f5b324; }

.template-color-6 .slick-dot-style-2 .slick-dots li, .template-color-6 .slick-dot-style-3 .slick-dots li {
  border: 1px solid rgba(245, 179, 36, 0.4); }
  .template-color-6 .slick-dot-style-2 .slick-dots li button, .template-color-6 .slick-dot-style-3 .slick-dots li button {
    background-color: rgba(245, 179, 36, 0.4); }
    .template-color-6 .slick-dot-style-2 .slick-dots li button:hover, .template-color-6 .slick-dot-style-3 .slick-dots li button:hover {
      background-color: rgba(245, 179, 36, 0.6); }
  .template-color-6 .slick-dot-style-2 .slick-dots li.slick-active, .template-color-6 .slick-dot-style-3 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #f5b324; }
    .template-color-6 .slick-dot-style-2 .slick-dots li.slick-active button, .template-color-6 .slick-dot-style-3 .slick-dots li.slick-active button {
      background-color: #f5b324; }
  .template-color-6 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover, .template-color-6 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover {
    border: 1px solid rgba(245, 179, 36, 0.5); }
    .template-color-6 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover button:hover, .template-color-6 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover button:hover {
      background-color: rgba(245, 179, 36, 0.5); }

.template-color-6 .slick-dots li {
  background-color: #f5b324;
  opacity: .4; }
  .template-color-6 .slick-dots li.slick-active {
    opacity: 1; }

.template-color-6 .social .social__link:hover {
  color: #f5b324; }

.template-color-6 .social.style-circle-hover .social__link:hover {
  color: #ffffff;
  border-color: #ffffff; }

.template-color-6 .social-round .social__link:hover {
  border-color: #f5b324;
  background-color: #f5b324;
  color: #ffffff; }

.template-color-6 .social-round-30 .social__link:hover {
  border-color: #f5b324;
  background-color: #f5b324;
  color: #ffffff; }

.template-color-6 .newsletter-form--2 .newsletter-form__button {
  background-color: #f5b324; }
  .template-color-6 .newsletter-form--2 .newsletter-form__button:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-6 .info-box-hover-1:hover .info-box__icon .icon-circle span {
  background-color: #f5b324;
  border-color: #f5b324; }

.template-color-6 .team-member-style-5 .team-member__name a:hover {
  color: #ffffff; }

.template-color-6 .team-member-style-5 .color-white a:hover {
  color: #fff; }

.template-color-6 .team-member-style-6 .team-member__inner.primary-bg-hover .item--overlay {
  background-color: #f5b324;
  background-image: none; }

.template-color-6 .team-member-style-7 .team-member__name a:before {
  background-color: #f5b324; }

.template-color-6 .team-member-style-8 .team-member__role:after {
  background-color: #f5b324; }

.template-color-6 .pricing-table-style-2 .pricing-table__inner:hover {
  -webkit-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -moz-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -ms-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -o-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1); }
  .template-color-6 .pricing-table-style-2 .pricing-table__inner:hover:before {
    background-color: #f5b324; }
  .template-color-6 .pricing-table-style-2 .pricing-table__inner:hover .pricing-table__action .pricing-btn {
    background-color: #f5b324; }

.template-color-6 .pricing-table-style-2 .pricing-table__inner.featured:before {
  background-color: #f5b324; }

.template-color-6 .tab-style-1 .nav-link.active {
  color: #f5b324; }

.template-color-6 .lists-icon__item i {
  color: #f5b324; }

.template-color-6 .lists-icon-2 .lists-icon__icon {
  background-color: #f5b324; }
  .template-color-6 .lists-icon-2 .lists-icon__icon i {
    color: #ffffff; }

.template-color-6 .burger-icon span:hover {
  color: #f5b324; }

.template-color-6 .coffee-menu-item:hover:before {
  background-color: #f5b324; }

.template-color-6 .reservation-form .form__group:after {
  color: #f5b324; }

.template-color-6 .portfolio-style-5 .portfolio__inner .item--overlay:before {
  background-color: #f5b324; }

.template-color-6 .shop-toolbar .product-view-count ul li.active a {
  color: #f5b324;
  border-bottom: 1px solid #f5b324; }

.template-color-6 .shop-toolbar .product-filter-btn.open {
  color: #f5b324; }
  .template-color-6 .shop-toolbar .product-filter-btn.open i {
    background-color: #f5b324; }

.template-color-6 .shop-toolbar .product-view-mode a.active {
  color: #f5b324; }

.template-color-6 .action-btn:hover {
  background-color: #f5b324; }

.template-color-6 .product-gallery__actions button, .template-color-6 .product-gallery__actions a {
  background-color: #f5b324; }

.template-color-6 .testimonial-style-3 .testimonial__author:before {
  background-color: #f5b324; }

.template-color-6 .primary-bg-hover a:hover {
  color: inherit; }

.template-color-6 .primary-bg-hover .color-white a:hover {
  color: #fff; }

.template-color-7 a:hover, .template-color-7 button:hover {
  color: #c19c83; }

.template-color-7 .color--primary {
  color: #c19c83 !important; }

.template-color-7 .bg--primary {
  background-color: #c19c83; }

.template-color-7 .bd-color--primary {
  border-color: #c19c83; }

.template-color-7 .scroll-to-top:hover {
  background-color: #c19c83; }

.template-color-7 .thanos-preloader .thanos-child {
  background-color: #c19c83; }

.template-color-7 .header__toolbar--mini_cart a sup {
  background-color: #c19c83; }

.template-color-7 .header__toolbar--btn.mainmenu-btn:hover {
  background-color: #c19c83;
  color: #ffffff; }

@media (min-width: 62em) {
  .template-color-7 .main-navigation:not(.color-white) .mainmenu__item.active > a {
    color: #c19c83; } }

@media (min-width: 62em) {
  .template-color-7 .main-navigation:not(.color-white) .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
    color: #c19c83; } }

.template-color-7 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item.active .mainmenu__link,
.template-color-7 .main-navigation:not(.color-white) .mainmenu-style-2 .mainmenu__item:hover .mainmenu__link {
  background-color: #c19c83;
  color: #ffffff; }

.template-color-7 .service-style-3:hover .hover-style-2 span {
  background-color: #c19c83;
  border-color: #c19c83;
  color: #ffffff; }
  .template-color-7 .service-style-3:hover .hover-style-2 span i {
    color: #ffffff; }

.template-color-7 .service-style-5:before {
  background-color: #c19c83; }

.template-color-7 .service-style-7:hover .service__link {
  color: #c19c83; }

.template-color-7 .service-style-8 .service__inner:hover .service__title a {
  color: #c19c83; }

.template-color-7 .service:hover .btn {
  background-color: #c19c83;
  border-color: #c19c83;
  color: #ffffff; }

.template-color-7 .icon-circle-2 span {
  color: #c19c83; }

.template-color-7 .icon-color-primary i {
  color: #c19c83; }

.template-color-7 .icon-bg-primary span {
  background-color: #c19c83; }

.template-color-7 .icon.hover-style-2 span:hover {
  background-color: #c19c83;
  border-color: #c19c83;
  color: #ffffff; }

.template-color-7 .btn:hover {
  color: #ffffff; }

.template-color-7 .btn-bg-primary {
  background-color: #c19c83;
  border-color: #c19c83; }
  .template-color-7 .btn-bg-primary:hover {
    background-color: #232324;
    border-color: #232324;
    color: #ffffff; }

.template-color-7 .btn-shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(193, 156, 131, 0.39);
  -moz-box-shadow: 0 0 29px 0 rgba(193, 156, 131, 0.39);
  -ms-box-shadow: 0 0 29px 0 rgba(193, 156, 131, 0.39);
  -o-box-shadow: 0 0 29px 0 rgba(193, 156, 131, 0.39);
  box-shadow: 0 0 29px 0 rgba(193, 156, 131, 0.39); }

.template-color-7 .btn-hover-1:hover {
  background-color: #c19c83;
  border-color: #c19c83;
  color: #ffffff; }

.template-color-7 .btn-close:hover i {
  color: #c19c83; }

.template-color-7 .item--overlay {
  background-color: #c19c83 !important; }
  .template-color-7 .item--overlay:before {
    background-color: #c19c83 !important; }

.template-color-7 .filter-btns button.is-checked {
  color: #c19c83; }

.template-color-7 .blog__link--content:before {
  background-color: #c19c83; }

.template-color-7 .blog--4 .blog__meta-footer .share-link:hover {
  color: #c19c83; }

.template-color-7 .blog__footer .blog__meta-footer__item:hover > a > i {
  color: #c19c83; }

.template-color-7 .form__btn {
  background-color: #c19c83; }
  .template-color-7 .form__btn:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-7 .accordion .card-header .btn-link {
  color: #c19c83; }
  .template-color-7 .accordion .card-header .btn-link.collapsed {
    color: #232324; }

.template-color-7 .delimeter {
  border-color: #c19c83; }

.template-color-7 .list-with-dot span.dot.primary-color {
  background-color: #c19c83; }

.template-color-7 .progress-charts .progress-bar.background-primary {
  background-color: #c19c83; }

.template-color-7 .slick-dot-color-primary .slick-dots li {
  background-color: #c19c83; }

.template-color-7 .slick-dot-style-2 .slick-dots li, .template-color-7 .slick-dot-style-3 .slick-dots li {
  border: 1px solid rgba(193, 156, 131, 0.4); }
  .template-color-7 .slick-dot-style-2 .slick-dots li button, .template-color-7 .slick-dot-style-3 .slick-dots li button {
    background-color: rgba(193, 156, 131, 0.4); }
    .template-color-7 .slick-dot-style-2 .slick-dots li button:hover, .template-color-7 .slick-dot-style-3 .slick-dots li button:hover {
      background-color: rgba(193, 156, 131, 0.6); }
  .template-color-7 .slick-dot-style-2 .slick-dots li.slick-active, .template-color-7 .slick-dot-style-3 .slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #c19c83; }
    .template-color-7 .slick-dot-style-2 .slick-dots li.slick-active button, .template-color-7 .slick-dot-style-3 .slick-dots li.slick-active button {
      background-color: #c19c83; }
  .template-color-7 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover, .template-color-7 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover {
    border: 1px solid rgba(193, 156, 131, 0.5); }
    .template-color-7 .slick-dot-style-2 .slick-dots li:not(.slick-active):hover button:hover, .template-color-7 .slick-dot-style-3 .slick-dots li:not(.slick-active):hover button:hover {
      background-color: rgba(193, 156, 131, 0.5); }

.template-color-7 .slick-dots li {
  background-color: #c19c83;
  opacity: .4; }
  .template-color-7 .slick-dots li.slick-active {
    opacity: 1; }

.template-color-7 .social .social__link:hover {
  color: #c19c83; }

.template-color-7 .social.style-circle-hover .social__link:hover {
  color: #ffffff;
  border-color: #ffffff; }

.template-color-7 .social-round .social__link:hover {
  border-color: #c19c83;
  background-color: #c19c83;
  color: #ffffff; }

.template-color-7 .social-round-30 .social__link:hover {
  border-color: #c19c83;
  background-color: #c19c83;
  color: #ffffff; }

.template-color-7 .newsletter-form--2 .newsletter-form__button {
  background-color: #c19c83; }
  .template-color-7 .newsletter-form--2 .newsletter-form__button:hover {
    background-color: #232324;
    color: #ffffff; }

.template-color-7 .info-box-hover-1:hover .info-box__icon .icon-circle span {
  background-color: #c19c83;
  border-color: #c19c83; }

.template-color-7 .team-member-style-5 .team-member__name a:hover {
  color: #ffffff; }

.template-color-7 .team-member-style-5 .color-white a:hover {
  color: #fff; }

.template-color-7 .team-member-style-6 .team-member__inner.primary-bg-hover .item--overlay {
  background-color: #c19c83;
  background-image: none; }

.template-color-7 .team-member-style-7 .team-member__name a:before {
  background-color: #c19c83; }

.template-color-7 .team-member-style-8 .team-member__role:after {
  background-color: #c19c83; }

.template-color-7 .pricing-table-style-2 .pricing-table__inner:hover {
  -webkit-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -moz-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -ms-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  -o-box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1);
  box-shadow: 0 0 38px 0 rgba(52, 64, 83, 0.1); }
  .template-color-7 .pricing-table-style-2 .pricing-table__inner:hover:before {
    background-color: #c19c83; }
  .template-color-7 .pricing-table-style-2 .pricing-table__inner:hover .pricing-table__action .pricing-btn {
    background-color: #c19c83; }

.template-color-7 .pricing-table-style-2 .pricing-table__inner.featured:before {
  background-color: #c19c83; }

.template-color-7 .tab-style-1 .nav-link.active {
  color: #c19c83; }

.template-color-7 .lists-icon__item i {
  color: #c19c83; }

.template-color-7 .lists-icon-2 .lists-icon__icon {
  background-color: #c19c83; }
  .template-color-7 .lists-icon-2 .lists-icon__icon i {
    color: #ffffff; }

.template-color-7 .burger-icon span:hover {
  color: #c19c83; }

.template-color-7 .coffee-menu-item:hover:before {
  background-color: #c19c83; }

.template-color-7 .reservation-form .form__group:after {
  color: #c19c83; }

.template-color-7 .portfolio-style-5 .portfolio__inner .item--overlay:before {
  background-color: #c19c83; }

.template-color-7 .shop-toolbar .product-view-count ul li.active a {
  color: #c19c83;
  border-bottom: 1px solid #c19c83; }

.template-color-7 .shop-toolbar .product-filter-btn.open {
  color: #c19c83; }
  .template-color-7 .shop-toolbar .product-filter-btn.open i {
    background-color: #c19c83; }

.template-color-7 .shop-toolbar .product-view-mode a.active {
  color: #c19c83; }

.template-color-7 .action-btn:hover {
  background-color: #c19c83; }

.template-color-7 .product-gallery__actions button, .template-color-7 .product-gallery__actions a {
  background-color: #c19c83; }

.template-color-7 .testimonial-style-3 .testimonial__author:before {
  background-color: #c19c83; }

.template-color-7 .primary-bg-hover a:hover {
  color: inherit; }

.template-color-7 .primary-bg-hover .color-white a:hover {
  color: #fff; }

.template-dark-mode {
  background-color: #1B1B1B; }
  .template-dark-mode .header .logo--normal {
    visibility: hidden;
    height: 0; }
  .template-dark-mode .header .logo--transparency {
    visibility: visible;
    height: auto; }
  .template-dark-mode .header__outer {
    background-color: #1B1B1B; }
  .template-dark-mode .header__toolbar--btn {
    color: #ffffff; }
  @media (min-width: 62em) {
    .template-dark-mode .main-navigation .mainmenu__item.active > a {
      color: #ffffff; } }
  @media (min-width: 62em) {
    .template-dark-mode .main-navigation .mainmenu__link {
      color: #ffffff; } }
  .template-dark-mode .hamburger-icon span {
    background-color: #ffffff; }
  .template-dark-mode .site-header.is-sticky .logo--normal {
    visibility: visible;
    height: auto; }
  .template-dark-mode .site-header.is-sticky .logo--transparency {
    visibility: hidden;
    height: 0; }
  .template-dark-mode .site-header.is-sticky .main-navigation .mainmenu__link {
    color: #232324; }
  .template-dark-mode .site-header.is-sticky .header__toolbar--btn {
    color: #232324; }
    .template-dark-mode .site-header.is-sticky .header__toolbar--btn .hamburger-icon span {
      background-color: #232324; }
  .template-dark-mode .breadcrumb-area .page-title {
    color: #ffffff; }
  .template-dark-mode .filter-style-1 button, .template-dark-mode .filter-style-2 button {
    color: #ffffff; }
  .template-dark-mode .portfolio-style-4 .portfolio__title {
    color: #ffffff; }
  .template-dark-mode .portfolio-style-4 .portfolio__tags {
    color: #ffffff; }

/*-- Gradients --*/
.gradient-1, .gradient-color-1 .item--overlay, .gradient-color-1 .portfolio__inner .item--overlay {
  background-color: #f0fe73;
  background-image: -moz-linear-gradient(180deg, #49d7d9 0, #f0fe73 100%);
  background-image: -webkit-linear-gradient(180deg, #49d7d9 0, #f0fe73 100%);
  background-image: -ms-linear-gradient(180deg, #49d7d9 0, #f0fe73 100%); }

.gradient-2, .gradient-color-2 .item--overlay, .gradient-color-2 .portfolio__inner .item--overlay {
  background-color: #70c5fe;
  background-image: -moz-linear-gradient(180deg, #42d4df 0, #70c5fe 100%);
  background-image: -webkit-linear-gradient(180deg, #42d4df 0, #70c5fe 100%);
  background-image: -ms-linear-gradient(180deg, #42d4df 0, #70c5fe 100%); }

.gradient-3, .gradient-color-3 .item--overlay, .gradient-color-3 .portfolio__inner .item--overlay {
  background-color: #f673b0;
  background-image: -moz-linear-gradient(180deg, #f673b0 0, #feebe3 100%);
  background-image: -webkit-linear-gradient(180deg, #f673b0 0, #feebe3 100%);
  background-image: -ms-linear-gradient(180deg, #f673b0 0, #feebe3 100%); }

.gradient-4, .gradient-color-4 .item--overlay, .gradient-color-4 .portfolio__inner .item--overlay {
  background-color: #efc4f4;
  background-image: -moz-linear-gradient(180deg, #a36ff7 0, #efc4f4 100%);
  background-image: -webkit-linear-gradient(180deg, #a36ff7 0, #efc4f4 100%);
  background-image: -ms-linear-gradient(180deg, #a36ff7 0, #efc4f4 100%); }

.gradient-5, .gradient-color-5 .item--overlay, .gradient-color-5 .portfolio__inner .item--overlay {
  background-color: #fcaf6a;
  background-image: -moz-linear-gradient(180deg, #fdcb62 0, #fcaf6a 100%);
  background-image: -webkit-linear-gradient(180deg, #fdcb62 0, #fcaf6a 100%);
  background-image: -ms-linear-gradient(180deg, #fdcb62 0, #fcaf6a 100%); }

.gradient-6, .gradient-color-6 .item--overlay, .gradient-color-6 .portfolio__inner .item--overlay {
  background-color: #879fa5;
  background-image: -moz-linear-gradient(180deg, #e24d66 0, #879fa5 100%);
  background-image: -webkit-linear-gradient(180deg, #e24d66 0, #879fa5 100%);
  background-image: -ms-linear-gradient(180deg, #e24d66 0, #879fa5 100%); }

.gradient-7, .gradient-color-7 .item--overlay, .gradient-color-7 .portfolio__inner .item--overlay {
  background: #594ce7;
  background: -moz-linear-gradient(left, #594ce7 0, #dc91c3 100%);
  background: -webkit-linear-gradient(left, #594ce7 0, #dc91c3 100%); }

.gradient-8, .gradient-color-8 .item--overlay, .gradient-color-8 .portfolio__inner .item--overlay {
  background-color: #f0fe73;
  background-image: -moz-linear-gradient(180deg, #49d7d9 0, #f0fe73 100%);
  background-image: -webkit-linear-gradient(180deg, #49d7d9 0, #f0fe73 100%);
  background-image: -ms-linear-gradient(180deg, #49d7d9 0, #f0fe73 100%); }

.gradient-9, .gradient-color-9 .item--overlay, .gradient-color-9 .portfolio__inner .item--overlay {
  background-color: #fcaf6a;
  background-image: -moz-linear-gradient(180deg, #fdcb62 0, #fcaf6a 100%);
  background-image: -webkit-linear-gradient(180deg, #fdcb62 0, #fcaf6a 100%);
  background-image: -ms-linear-gradient(180deg, #fdcb62 0, #fcaf6a 100%); }

.gradient-10, .gradient-color-10 .item--overlay, .gradient-color-10 .portfolio__inner .item--overlay {
  background-color: #5baade;
  background-image: -moz-linear-gradient(left, #5baade 0%, #f992de 100%);
  background-image: -webkit-linear-gradient(left, #5baade 0%, #f992de 100%);
  background-image: -ms-linear-gradient(left, #5baade 0%, #f992de 100%); }

.gradient-11, .gradient-color-11 .item--overlay, .gradient-color-11 .portfolio__inner .item--overlay {
  background-color: #8ae7b1;
  background-image: -moz-linear-gradient(180deg, #43d5dd 0%, #8ae7b1 100%);
  background-image: -webkit-linear-gradient(180deg, #43d5dd 0%, #8ae7b1 100%);
  background-image: -ms-linear-gradient(180deg, #43d5dd 0%, #8ae7b1 100%); }

.gradient-12, .gradient-color-12 .item--overlay, .gradient-color-12 .portfolio__inner .item--overlay {
  background-color: #ef5619;
  background-image: -moz-linear-gradient(180deg, #ef5619 0%, #af3b0c 100%);
  background-image: -webkit-linear-gradient(180deg, #ef5619 0%, #af3b0c 100%);
  background-image: -ms-linear-gradient(180deg, #ef5619 0%, #af3b0c 100%); }

.gradient-13, .gradient-color-13 .item--overlay, .gradient-color-13 .portfolio__inner .item--overlay {
  background-color: #c19c83;
  background-image: -moz-linear-gradient(180deg, #c19c83 0%, #a57453 100%);
  background-image: -webkit-linear-gradient(180deg, #c19c83 0%, #a57453 100%);
  background-image: -ms-linear-gradient(180deg, #c19c83 0%, #a57453 100%); }

.gradient-14, .gradient-color-14 .item--overlay, .gradient-color-14 .portfolio__inner .item--overlay {
  background-color: #c19c83;
  background-image: -moz-linear-gradient(180deg, #6b82fa, #8397fb 100%);
  background-image: -webkit-linear-gradient(180deg, #6b82fa, #8397fb 100%);
  background-image: -ms-linear-gradient(180deg, #6b82fa, #8397fb 100%); }

/*****************************
74 - Utilities - Spacing
*****************************/
.pl-10percent {
  padding-left: 10%; }

.plr-10percent {
  padding-left: 10%;
  padding-right: 10%; }

.mtb--13 {
  margin-top: 13px;
  margin-bottom: 13px; }

.mtb--30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m--0 {
  margin: 0; }

.mb--5 {
  margin-bottom: 5px; }

.mb--10 {
  margin-bottom: 10px; }

.mb--13 {
  margin-bottom: 13px; }

.mb--14 {
  margin-bottom: 14px; }

.mb--15 {
  margin-bottom: 15px; }

.mb--18 {
  margin-bottom: 18px; }

.mb--20 {
  margin-bottom: 20px; }

.mb--25 {
  margin-bottom: 25px; }

.mb--30 {
  margin-bottom: 30px; }

.mb--33 {
  margin-bottom: 33px; }

.mb--35 {
  margin-bottom: 35px; }

.mb--37 {
  margin-bottom: 37px; }

.mb--40 {
  margin-bottom: 40px; }

.mb--43 {
  margin-bottom: 43px; }

.mb--45 {
  margin-bottom: 45px; }

.mb--46 {
  margin-bottom: 46px; }

.mb--47 {
  margin-bottom: 47px; }

.mb--50 {
  margin-bottom: 50px; }

.mb--52 {
  margin-bottom: 52px; }

.mb--55 {
  margin-bottom: 55px; }

.mb--56 {
  margin-bottom: 56px; }

.mb--57 {
  margin-bottom: 57px; }

.mb--60 {
  margin-bottom: 60px; }

.mb--62 {
  margin-bottom: 62px; }

.mb--63 {
  margin-bottom: 63px; }

.mb--65 {
  margin-bottom: 65px; }

.mb--67 {
  margin-bottom: 67px; }

.mb--70 {
  margin-bottom: 70px; }

.mb--73 {
  margin-bottom: 73px; }

.mb--75 {
  margin-bottom: 75px; }

.mb--77 {
  margin-bottom: 77px; }

.mb--78 {
  margin-bottom: 78px; }

.mb--79 {
  margin-bottom: 79px; }

.mb--80 {
  margin-bottom: 80px; }

.mb--82 {
  margin-bottom: 82px; }

.mb--83 {
  margin-bottom: 83px; }

.mb--85 {
  margin-bottom: 85px; }

.mb--87 {
  margin-bottom: 87px; }

.mb--90 {
  margin-bottom: 90px; }

.mb--92 {
  margin-bottom: 92px; }

.mb--93 {
  margin-bottom: 93px; }

.mb--95 {
  margin-bottom: 95px; }

.mb--96 {
  margin-bottom: 96px; }

.mb--100 {
  margin-bottom: 100px; }

.mb--110 {
  margin-bottom: 110px; }

.mb--120 {
  margin-bottom: 120px; }

.mb--125 {
  margin-bottom: 125px; }

.mb--180 {
  margin-bottom: 180px; }

.mt--0 {
  margin-top: 0px; }

.mt--5 {
  margin-top: 5px; }

.mt--10 {
  margin-top: 10px; }

.mt--15 {
  margin-top: 15px; }

.mt--20 {
  margin-top: 20px; }

.mt--30 {
  margin-top: 30px; }

.mt--35 {
  margin-top: 35px; }

.mt--45 {
  margin-top: 45px; }

.mt--40 {
  margin-top: 40px; }

.mt--41 {
  margin-top: 41px; }

.mt--50 {
  margin-top: 50px; }

.mt--55 {
  margin-top: 55px; }

.mt--60 {
  margin-top: 60px; }

.mt--62 {
  margin-top: 62px; }

.mt--65 {
  margin-top: 65px; }

.mt--70 {
  margin-top: 70px; }

.mt--75 {
  margin-top: 75px; }

.mt--80 {
  margin-top: 80px; }

.mt--100 {
  margin-top: 100px; }

.ml--10 {
  margin-left: 10px; }

.mr--20 {
  margin-right: 20px; }

.ptb--35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.ptb--50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptb--70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.ptb--80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.ptb--85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.ptb--90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.ptb--100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.ptb--140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.pt--0 {
  padding-top: 0; }

.pt--10 {
  padding-top: 10px; }

.pt--20 {
  padding-top: 20px; }

.pt--25 {
  padding-top: 25px; }

.pt--30 {
  padding-top: 30px; }

.pt--35 {
  padding-top: 35px; }

.pt--37 {
  padding-top: 37px; }

.pt--40 {
  padding-top: 40px; }

.pt--45 {
  padding-top: 45px; }

.pt--50 {
  padding-top: 50px; }

.pt--53 {
  padding-top: 53px; }

.pt--60 {
  padding-top: 60px; }

.pt--63 {
  padding-top: 63px; }

.pt--65 {
  padding-top: 65px; }

.pt--67 {
  padding-top: 67px; }

.pt--68 {
  padding-top: 68px; }

.pt--70 {
  padding-top: 70px; }

.pt--73 {
  padding-top: 73px; }

.pt--75 {
  padding-top: 75px; }

.pt--77 {
  padding-top: 77px; }

.pt--80 {
  padding-top: 80px; }

.pt--81 {
  padding-top: 81px; }

.pt--82 {
  padding-top: 82px; }

.pt--85 {
  padding-top: 85px; }

.pt--90 {
  padding-top: 90px; }

.pt--94 {
  padding-top: 94px; }

.pt--100 {
  padding-top: 100px; }

.pt--103 {
  padding-top: 103px; }

.pt--115 {
  padding-top: 115px; }

.pt--120 {
  padding-top: 120px; }

.pt--135 {
  padding-top: 135px; }

.pt--140 {
  padding-top: 140px; }

.pt--160 {
  padding-top: 160px; }

.pt--170 {
  padding-top: 170px; }

.pt--180 {
  padding-top: 180px; }

.pt--370 {
  padding-top: 370px; }

.pt--400 {
  padding-top: 400px; }

.pt--500 {
  padding-top: 500px; }

.pt--560 {
  padding-top: 560px; }

.pt--600 {
  padding-top: 600px; }

.pb--400 {
  padding-bottom: 400px; }

.pb--0 {
  padding-bottom: 0px !important; }

.pb--22 {
  padding-bottom: 22px; }

.pb--25 {
  padding-bottom: 25px; }

.pb--30 {
  padding-bottom: 30px; }

.pb--38 {
  padding-bottom: 38px; }

.pb--40 {
  padding-bottom: 40px; }

.pb--43 {
  padding-bottom: 43px; }

.pb--52 {
  padding-bottom: 52px; }

.pb--60 {
  padding-bottom: 60px; }

.pb--65 {
  padding-bottom: 65px; }

.pb--70 {
  padding-bottom: 70px; }

.pb--75 {
  padding-bottom: 75px; }

.pb--80 {
  padding-bottom: 80px; }

.pb--85 {
  padding-bottom: 85px; }

.pb--90 {
  padding-bottom: 90px; }

.pb--95 {
  padding-bottom: 95px; }

.pb--100 {
  padding-bottom: 100px; }

.pb--106 {
  padding-bottom: 106px; }

.pb--120 {
  padding-bottom: 120px; }

.pb--125 {
  padding-bottom: 125px; }

.pb--135 {
  padding-bottom: 135px; }

.pb--140 {
  padding-bottom: 140px; }

.pb--150 {
  padding-bottom: 150px; }

.pb--220 {
  padding-bottom: 220px; }

.pr--5 {
  padding-right: 5px !important; }

.pr--15 {
  padding-right: 15px; }

.pr--50 {
  padding-right: 50px; }

.pr-12-percent {
  padding-right: 12%; }

.pl-12-percent {
  padding-left: 12%; }

.pl--5 {
  padding-left: 5px !important; }

.pl--15 {
  padding-left: 15px; }

.plr--15 {
  padding-left: 15px;
  padding-right: 15px; }

.plr--20 {
  padding-left: 20px;
  padding-right: 20px; }

.plr--50 {
  padding-left: 50px;
  padding-right: 50px; }

@media (max-width: 85.375em) {
  .mb-xbl--30 {
    margin-bottom: 30px; } }

@media (max-width: 93.6875em) {
  .mb-xl--10 {
    margin-bottom: 10px; }
  .mb-xl--20 {
    margin-bottom: 20px; }
  .mb-xl--25 {
    margin-bottom: 25px; }
  .mb-xl--27 {
    margin-bottom: 27px; }
  .mb-xl--33 {
    margin-bottom: 33px; }
  .mb-xl--40 {
    margin-bottom: 40px; }
  .mb-xl--60 {
    margin-bottom: 60px; }
  .mb-xl--73 {
    margin-bottom: 73px; }
  .mb-xl--77 {
    margin-bottom: 77px; }
  .mb-xl--80 {
    margin-bottom: 80px; }
  .mb-xl--82 {
    margin-bottom: 82px; }
  .mb-xl--85 {
    margin-bottom: 85px; }
  .mb-xl--90 {
    margin-bottom: 90px; }
  .pb-xl--28 {
    padding-bottom: 28px; }
  .pt-xl--30 {
    padding-top: 30px; } }

@media (max-width: 74.9375em) {
  .pb-lg--18 {
    padding-bottom: 18px; }
  .pt-lg--20 {
    padding-top: 20px; }
  .pt-lg--30 {
    padding-top: 30px; }
  .pt-lg--45 {
    padding-top: 45px; }
  .pt-lg--84 {
    padding-top: 84px; }
  .pt-lg--95 {
    padding-top: 95px; }
  .pt-lg--100 {
    padding-top: 100px; }
  .pb-lg--100 {
    padding-bottom: 100px; }
  .pb-lg--90 {
    padding-bottom: 90px; }
  .pb-lg--50 {
    padding-bottom: 50px; }
  .mb-lg--15 {
    margin-bottom: 15px; }
  .mb-lg--17 {
    margin-bottom: 17px; }
  .mb-lg--20 {
    margin-bottom: 20px; }
  .mb-lg--25 {
    margin-bottom: 25px; }
  .mb-lg--27 {
    margin-bottom: 27px; }
  .mb-lg--30 {
    margin-bottom: 30px; }
  .mb-lg--50 {
    margin-bottom: 50px; }
  .mb-lg--55 {
    margin-bottom: 55px; }
  .mb-lg--60 {
    margin-bottom: 60px; }
  .mb-lg--63 {
    margin-bottom: 63px; }
  .mb-lg--68 {
    margin-bottom: 68px; }
  .mb-lg--70 {
    margin-bottom: 70px; }
  .mb-lg--72 {
    margin-bottom: 72px; }
  .mb-lg--73 {
    margin-bottom: 73px; }
  .mb-lg--74 {
    margin-bottom: 74px; }
  .mb-lg--75 {
    margin-bottom: 75px; }
  .mb-lg--83 {
    margin-bottom: 83px; }
  .mb-lg--85 {
    margin-bottom: 85px; }
  .mb-lg--87 {
    margin-bottom: 87px; }
  .mb-lg--90 {
    margin-bottom: 90px; }
  .mb-lg--95 {
    margin-bottom: 95px; }
  .mb-lg--100 {
    margin-bottom: 100px; }
  .mt-lg--10 {
    margin-top: 10px; }
  .mt-lg--20 {
    margin-top: 20px; }
  .mt-lg--40 {
    margin-top: 40px; }
  .mt-lg--45 {
    margin-top: 45px; }
  .mt-lg--55 {
    margin-top: 55px; }
  .mt-lg--65 {
    margin-top: 65px; }
  .mt-lg--90 {
    margin-top: 90px; }
  .pt-lg--90 {
    padding-top: 90px; }
  .pb-lg--30 {
    padding-bottom: 30px; }
  .pr-lg--0 {
    padding-right: 0; } }

@media (max-width: 61.94em) {
  .mtb-md--15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .mb-md--5 {
    margin-bottom: 5px; }
  .mb-md--10 {
    margin-bottom: 10px; }
  .mb-md--15 {
    margin-bottom: 15px; }
  .mb-md--16 {
    margin-bottom: 16px; }
  .mb-md--20 {
    margin-bottom: 20px; }
  .mb-md--25 {
    margin-bottom: 25px; }
  .mb-md--30 {
    margin-bottom: 30px; }
  .mb-md--33 {
    margin-bottom: 33px; }
  .mb-md--34 {
    margin-bottom: 34px; }
  .mb-md--35 {
    margin-bottom: 35px; }
  .mb-md--37 {
    margin-bottom: 37px; }
  .mb-md--40 {
    margin-bottom: 40px; }
  .mb-md--42 {
    margin-bottom: 42px; }
  .mb-md--43 {
    margin-bottom: 43px; }
  .mb-md--45 {
    margin-bottom: 45px; }
  .mb-md--48 {
    margin-bottom: 48px; }
  .mb-md--50 {
    margin-bottom: 50px; }
  .mb-md--52 {
    margin-bottom: 52px; }
  .mb-md--53 {
    margin-bottom: 53px; }
  .mb-md--55 {
    margin-bottom: 55px; }
  .mb-md--57 {
    margin-bottom: 57px; }
  .mb-md--60 {
    margin-bottom: 60px; }
  .mb-md--63 {
    margin-bottom: 63px; }
  .mb-md--64 {
    margin-bottom: 64px; }
  .mb-md--65 {
    margin-bottom: 65px; }
  .mb-md--67 {
    margin-bottom: 67px; }
  .mb-md--70 {
    margin-bottom: 70px; }
  .mb-md--130 {
    margin-bottom: 130px; }
  .mt-md--0 {
    margin-top: 0; }
  .mt-md--10 {
    margin-top: 10px; }
  .mt-md--20 {
    margin-top: 20px; }
  .mt-md--25 {
    margin-top: 25px; }
  .mt-md--40 {
    margin-top: 40px; }
  .mt-md--45 {
    margin-top: 45px; }
  .mt-md--50 {
    margin-top: 50px; }
  .mt-md--70 {
    margin-top: 70px; }
  .mt-md--90 {
    margin-top: 90px; }
  .ptb-md--60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .ptb-md--70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .ptb-md--80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .ptb-md--100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .pt-md--13 {
    padding-top: 13px; }
  .pt-md--12 {
    padding-top: 12px; }
  .pt-md--15 {
    padding-top: 15px; }
  .pt-md--30 {
    padding-top: 30px; }
  .pt-md--40 {
    padding-top: 40px; }
  .pt-md--50 {
    padding-top: 50px; }
  .pt-md--55 {
    padding-top: 55px; }
  .pt-md--60 {
    padding-top: 60px; }
  .pt-md--65 {
    padding-top: 65px; }
  .pt-md--70 {
    padding-top: 70px; }
  .pt-md--75 {
    padding-top: 75px; }
  .pt-md--95 {
    padding-top: 95px; }
  .pt-md--100 {
    padding-top: 100px; }
  .pt-md--110 {
    padding-top: 110px; }
  .pt-md--120 {
    padding-top: 120px; }
  .pt-md--150 {
    padding-top: 150px; }
  .pb-md--20 {
    padding-bottom: 20px; }
  .pb-md--25 {
    padding-bottom: 25px; }
  .pb-md--45 {
    padding-bottom: 45px; }
  .pb-md--48 {
    padding-bottom: 48px; }
  .pb-md--50 {
    padding-bottom: 50px; }
  .pb-md--55 {
    padding-bottom: 55px; }
  .pb-md--60 {
    padding-bottom: 60px; }
  .pb-md--65 {
    padding-bottom: 65px; }
  .pb-md--70 {
    padding-bottom: 70px; }
  .pb-md--75 {
    padding-bottom: 75px; }
  .pb-md--100 {
    padding-bottom: 100px; }
  .pb-md--105 {
    padding-bottom: 105px; }
  .pb-md--120 {
    padding-bottom: 120px; }
  .ptb-md--50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .plr-md--15 {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 47.94em) {
  .mt-sm--0 {
    margin-top: 0; }
  .mt-sm--25 {
    margin-top: 25px; }
  .mt-sm--32 {
    margin-top: 32px; }
  .mt-sm--35 {
    margin-top: 35px; }
  .mb-sm--5 {
    margin-bottom: 5px; }
  .mb-sm--7 {
    margin-bottom: 7px; }
  .mb-sm--10 {
    margin-bottom: 10px; }
  .mb-sm--12 {
    margin-bottom: 12px; }
  .mb-sm--17 {
    margin-bottom: 17px; }
  .mb-sm--20 {
    margin-bottom: 20px; }
  .mb-sm--25 {
    margin-bottom: 25px; }
  .mb-sm--27 {
    margin-bottom: 27px; }
  .mb-sm--30 {
    margin-bottom: 30px; }
  .mb-sm--35 {
    margin-bottom: 35px; }
  .mb-sm--40 {
    margin-bottom: 40px; }
  .mb-sm--42 {
    margin-bottom: 42px; }
  .mb-sm--43 {
    margin-bottom: 43px; }
  .mb-sm--45 {
    margin-bottom: 45px; }
  .mb-sm--47 {
    margin-bottom: 47px; }
  .mb-sm--50 {
    margin-bottom: 50px; }
  .mb-sm--52 {
    margin-bottom: 52px; }
  .mb-sm--60 {
    margin-bottom: 60px; }
  .mb-sm--65 {
    margin-bottom: 65px; }
  .mb-sm--70 {
    margin-bottom: 70px; }
  .mb-sm--80 {
    margin-bottom: 80px; }
  .pl-sm--0 {
    padding-left: 0 !important; }
  .plr-sm--15 {
    padding-left: 30px;
    padding-right: 30px; }
  .pr-sm--0 {
    padding-right: 0 !important; }
  .ptb-sm--90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .pt-sm--20 {
    padding-top: 20px; }
  .pt-sm--27 {
    padding-top: 27px; }
  .pt-sm--30 {
    padding-top: 30px; }
  .pt-sm--25 {
    padding-top: 25px; }
  .pt-sm--38 {
    padding-top: 38px; }
  .pt-sm--40 {
    padding-top: 40px; }
  .pt-sm--45 {
    padding-top: 45px; }
  .pt-sm--50 {
    padding-top: 50px; }
  .pt-sm--56 {
    padding-top: 56px; }
  .pt-sm--80 {
    padding-top: 80px; }
  .pb-sm--8 {
    padding-bottom: 8px; }
  .pb-sm--18 {
    padding-bottom: 18px; }
  .pb-sm--23 {
    padding-bottom: 23px; }
  .pb-sm--40 {
    padding-bottom: 40px; }
  .pb-sm--55 {
    padding-bottom: 55px; }
  .pb-sm--60 {
    padding-bottom: 60px; }
  .pb-sm--70 {
    padding-bottom: 70px; } }

@media (max-width: 35.94em) {
  .mt-xs--10 {
    margin-top: 10px; }
  .mb-xs--10 {
    margin-bottom: 10px; }
  .mb-xs--20 {
    margin-bottom: 20px; }
  .mb-xs--35 {
    margin-bottom: 35px; }
  .mb-xs--40 {
    margin-bottom: 40px; }
  .mb-xs--50 {
    margin-bottom: 50px; }
  .mb-xs--60 {
    margin-bottom: 60px; }
  .mr-xs--0 {
    margin-right: 0px; } }

.mt--10pt {
  margin-top: 10rem; }

.mt--9pt {
  margin-top: 9rem; }

.mt--9pt4 {
  margin-top: 9.4rem; }

.mt--9pt7 {
  margin-top: 9.7rem; }

.mt--6pt {
  margin-top: 6rem; }

.mb--4pt5 {
  margin-bottom: 4.5rem; }

.mb--5pt {
  margin-bottom: 5rem; }

.mb--6pt {
  margin-bottom: 6rem; }

.mb--6pt5 {
  margin-bottom: 6.5rem; }

.mb--7pt {
  margin-bottom: 7rem; }

.mb--7pt5 {
  margin-bottom: 7.5rem; }

.mb--8pt {
  margin-bottom: 8rem; }

.mb--9pt {
  margin-bottom: 9rem; }

.mb--9pt2 {
  margin-bottom: 9.2rem; }

.mb--9pt3 {
  margin-bottom: 9.3rem; }

.mb--9pt4 {
  margin-bottom: 9.4rem; }

.mb--9pt5 {
  margin-bottom: 9.5rem; }

.mb--9pt6 {
  margin-bottom: 9.6rem; }

.mb--9pt7 {
  margin-bottom: 9.7rem; }

.mb--10pt {
  margin-bottom: 10rem; }

.mb--10pt8 {
  margin-bottom: 10.8rem; }

.mb--12pt {
  margin-bottom: 12rem; }

.mb--14pt5 {
  margin-bottom: 14.5rem; }

.mb--15pt {
  margin-bottom: 15rem; }

.ptb--15pt {
  padding-top: 16rem;
  padding-bottom: 16rem; }

.ptb--12pt {
  padding-top: 12rem;
  padding-bottom: 12rem; }

.ptb--11pt {
  padding-top: 11rem;
  padding-bottom: 11rem; }

.pt--8pt {
  padding-top: 8rem; }

.pt--9pt {
  padding-top: 9rem; }

.pt--9pt3 {
  padding-top: 9.3rem; }

.pt--9pt5 {
  padding-top: 9.5rem; }

.pt--9pt7 {
  padding-top: 9.7rem; }

.pt--10pt {
  padding-top: 10rem; }

.pt--10pt5 {
  padding-top: 10.5rem; }

.pt--11pt {
  padding-top: 11rem; }

.pt--11pt5 {
  padding-top: 11.5rem; }

.pt--12pt {
  padding-top: 12rem; }

.pb--5pt {
  padding-bottom: 5rem; }

.pb--9pt5 {
  padding-bottom: 9.5rem; }

.pb--10pt {
  padding-bottom: 10rem; }

.pb--10pt5 {
  padding-bottom: 10.5rem; }

.pb--11pt {
  padding-bottom: 11rem; }

.pb--12pt {
  padding-bottom: 12rem; }

.pb--22pt {
  padding-bottom: 22rem; }

@media (max-width: 74.9375em) {
  .mb-lg--6pt {
    margin-bottom: 6rem; }
  .mb-lg--7pt5 {
    margin-bottom: 7.5rem; }
  .mb-lg--8pt2 {
    margin-bottom: 8.2rem; }
  .mb-lg--8pt6 {
    margin-bottom: 8.6rem; }
  .mb-lg--9pt {
    margin-bottom: 9rem; }
  .mb-lg--9pt5 {
    margin-bottom: 9.5rem; }
  .pb-lg--3pt {
    padding-bottom: 3rem; } }

@media (max-width: 61.94em) {
  .mt-md--9pt9 {
    margin-top: 9.9rem; }
  .mb-md--3pt {
    margin-bottom: 3rem; }
  .mb-md--4pt {
    margin-bottom: 4rem; }
  .mb-md--9pt {
    margin-bottom: 9rem; }
  .mb-md--9pt3 {
    margin-bottom: 9.3rem; }
  .mb-md--9pt5 {
    margin-bottom: 9.5rem; }
  .mb-md--9pt9 {
    margin-bottom: 9.9rem; }
  .mb-md--10pt {
    margin-bottom: 10rem; } }

@media (max-width: 47.94em) {
  .mt-sm--10pt {
    margin-top: 10rem; }
  .mt-sm--9pt5 {
    margin-top: 9.5rem; }
  .mt-sm--7pt {
    margin-top: 7rem; }
  .mb-sm--1pt8 {
    margin-bottom: 1.8rem; }
  .mb-sm--6pt5 {
    margin-bottom: 6.5rem; }
  .mb-sm--7pt {
    margin-bottom: 7rem; }
  .mb-sm--7pt2 {
    margin-bottom: 7.2rem; }
  .mb-sm--8pt2 {
    margin-bottom: 8.2rem; }
  .mb-sm--9pt {
    margin-bottom: 9rem; }
  .mb-sm--9pt5 {
    margin-bottom: 9.5rem; }
  .mb-sm--10pt {
    margin-bottom: 10rem; }
  .pb-sm--10pt {
    padding-bottom: 10rem; }
  .pt-sm--7pt {
    padding-top: 7rem; } }
