/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ==========================================================================
    Style Button
    1.[See more]
    2.[Tabs]
========================================================================== */
/* Blog Listing */
/*comment*/
/* ==========================================================================
[All Style Shortcode VC]
   1.Social
   2.Progress Bar
   3.Accordion
   4.CMS Carousel
   5.CMS Fancybox
   6. CMS Grid
========================================================================== */
/* ==========================================================================
   [Start] All Style Footer Top & Footer Bottom
========================================================================== */
/* ==========================================================================
   [Start] All Style Form
========================================================================== */
/* ==========================================================================
   [Start] All style header
   /* 1. Header Main
      2. Search Popup
      3. Hidden Sidebar
========================================================================== */
/* ==========================================================================
   [1. Header Main
========================================================================== */
/*------------------------------------------------------------------
[Main of contents]

1. Reset HTML/CSS, Unitest, Body
2. Page Title
3. Primary
4. Post Title
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== */
/*------------------------------------------------------------------
[Woo of contents]

1. Navigation
2. Typo
3. Sidebar
4. Archive Product
5. Single Product
6. Cart Search

-------------------------------------------------------------------*/
/*Archive Product*/
/* ==========================================================================
    Style Main Menu
========================================================================== */
/*
-----> Minimum width of 992 pixels.
*/
/*------------------------------------------------------------------
[All Style Widget]

1. Blog
2. Folow us
3. Search
4. Tag
5. Recent post
6. Categories
7. Single Post
-------------------------------------------------------------------*/
/* Media Body */
.style2 .widget_newsletterwidget form, .style2 .widget_newsletterwidget form div {
  max-width: 100%; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  /* For IE6-8 */
  src: url(../fonts/MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
  /* ADDS A BROWSER PREFIX TO THE PROPERTY */ }

.btn, button, .button, input[type="submit"] {
  border: 1px solid #82b236;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 48px;
  margin: 0;
  height: 50px;
  padding: 0px 39px;
  min-width: 187px;
  position: relative;
  border-radius: 3px;
  text-align: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #90c43e;
  text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }

.btn:hover, button:hover, .hover .btn, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  outline: medium none;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  background-color: #749f30;
  border-color: #82b236;
  -webkit-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25); }

.btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .focus .btn {
  outline: medium none;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  background-color: #577725;
  border-color: #82b236;
  -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.25); }

.btn i {
  padding-left: 10px; }
  .btn.btn-default2 {
    background-color: #90c43e;
    color: #fdfffa;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: 0.035em;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    min-width: 185px;
    text-shadow: none;
    -webkit-box-shadow: 0 3px #49641f;
    -moz-box-shadow: 0 3px #49641f;
    -ms-box-shadow: 0 3px #49641f;
    box-shadow: 0 3px #49641f;
    border: none; }
    .btn.btn-default2:hover {
      -webkit-box-shadow: 0 1px #49641f;
      -moz-box-shadow: 0 1px #49641f;
      -ms-box-shadow: 0 1px #49641f;
      box-shadow: 0 1px #49641f;
      top: 2px;
      background-color: #90c43e;
      color: #fdfffa; }
    .btn.btn-default2:focus {
      -webkit-box-shadow: 0 0px #49641f;
      -moz-box-shadow: 0 0px #49641f;
      -ms-box-shadow: 0 0px #49641f;
      box-shadow: 0 0px #49641f;
      top: 6px;
      background-color: #90c43e;
      color: #fdfffa; }
  .btn.btn-default3 {
    background-color: #88ba39;
    border-color: #82b236;
    color: #fdfffa;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: 0.035em;
    line-height: 48px;
    height: 50px;
    padding: 0 20px;
    min-width: 185px;
    text-shadow: none;
    -webkit-box-shadow: 0 3px #49641f;
    -moz-box-shadow: 0 3px #49641f;
    -ms-box-shadow: 0 3px #49641f;
    box-shadow: 0 3px #49641f; }
    .btn.btn-default3:hover {
      -webkit-box-shadow: 0 1px #49641f;
      -moz-box-shadow: 0 1px #49641f;
      -ms-box-shadow: 0 1px #49641f;
      box-shadow: 0 1px #49641f;
      top: 2px;
      background-color: #88ba39;
      color: #fdfffa;
      border-color: #82b236; }
    .btn.btn-default3:focus {
      -webkit-box-shadow: 0 0px #49641f;
      -moz-box-shadow: 0 0px #49641f;
      -ms-box-shadow: 0 0px #49641f;
      box-shadow: 0 0px #49641f;
      top: 6px;
      background-color: #88ba39;
      color: #fdfffa;
      border-color: #82b236; }
  .btn.btn-default4 {
    background-color: #90c43e;
    color: #fdfffa;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: 0.035em;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    min-width: 185px;
    text-shadow: none;
    -webkit-box-shadow: 0 1px #49641f;
    -moz-box-shadow: 0 1px #49641f;
    -ms-box-shadow: 0 1px #49641f;
    box-shadow: 0 1px #49641f;
    border: none; }
    .btn.btn-default4:hover {
      -webkit-box-shadow: 0 3px #49641f;
      -moz-box-shadow: 0 3px #49641f;
      -ms-box-shadow: 0 3px #49641f;
      box-shadow: 0 3px #49641f;
      top: -2px;
      background-color: #90c43e;
      color: #fdfffa; }
    .btn.btn-default4:focus {
      -webkit-box-shadow: 0 0px #49641f;
      -moz-box-shadow: 0 0px #49641f;
      -ms-box-shadow: 0 0px #49641f;
      box-shadow: 0 0px #49641f;
      top: 6px;
      background-color: #90c43e;
      color: #fdfffa; }
  .btn.btn-super {
    height: 77px;
    line-height: 75px;
    font-size: 20px;
    letter-spacing: 0.045em;
    min-width: 212px;
    padding: 0 46px; }
  .btn.btn-lg {
    height: 57px;
    line-height: 55px;
    min-width: 187px;
    padding: 0 41px;
    font-size: 18px;
    letter-spacing: 0.035em; }
  .btn.btn-lg2 {
    min-width: 150px;
    height: 60px;
    line-height: 58px;
    font-family: 'proxima_novaregular';
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-radius: 30px;
    padding: 0 41px; }
  .btn.btn-slider, .btn.btn-md2 {
    height: 48px;
    min-width: 210px;
    border-radius: 2px;
    line-height: 46px;
    font-size: 16px;
    text-align: center !important; }
  .btn.btn-sm {
    min-width: 162px;
    height: 44px;
    line-height: 42px;
    padding: 0px 32px;
    font-size: 16px;
    letter-spacing: 0.025em; }
  .btn.btn-tiny {
    min-width: 137px;
    height: 37px;
    line-height: 35px;
    padding: 0px 32px;
    font-size: 14px;
    letter-spacing: 0.035em; }
  .btn.btn-xs {
    min-width: 112px;
    height: 32px;
    line-height: 30px;
    padding: 0px 32px;
    font-size: 12px;
    letter-spacing: 0.035em; }
  .btn.btn-block {
    display: block; }
  .btn.btn-shape-default {
    border-radius: 3px; }
  .btn.btn-square {
    border-radius: 1px; }
  .btn.btn-rounded {
    border-radius: 5px; }
  .btn.btn-circle {
    border-radius: 24px; }
  .btn.btn-circle-large {
    border-radius: 30px; }
  .btn.btn-primary {
    background: #90c43e;
    border: 1px solid #82b236; }
    .btn.btn-primary:hover {
      border: 1px solid #82b236;
      background-color: #749f30;
      -webkit-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25); }
    .btn.btn-primary:focus {
      background-color: #577725;
      -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.25); }
  .btn.btn-secondary {
    background: none;
    border: #90c43e solid 3px;
    color: #90c43e;
    text-shadow: none;
    box-shadow: none; }
  .btn.btn-info {
    background: #42a5f5;
    border-color: #3998e6; }
  .btn.btn-warning {
    background: #fbc02d;
    border-color: #ecb21e; }
  .btn.btn-danger {
    background: #d32f2f;
    border-color: #b22121; }
  .btn.btn-default-alt {
    background-color: transparent;
    border: #212121 solid 2px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #000;
    height: 40px;
    line-height: 36px;
    padding: 0 11px;
    font-size: 15px;
    margin-left: 7px;
    text-transform: none;
    text-shadow: none;
    font-weight: normal;
    box-shadow: none; }
    .btn.btn-default-alt:hover, .btn.btn-default-alt:focus {
      border-color: #90c43e;
      color: #90c43e; }
    .btn.btn-default-alt.btn-default-alt-style2 {
      border-color: #fff;
      color: #fff;
      min-width: 160px;
      height: 35px;
      line-height: 31px;
      font-size: 16px; }
      .btn.btn-default-alt.btn-default-alt-style2:hover {
        border-color: #90c43e;
        color: #90c43e; }
    .btn.btn-default-alt.btn-default-alt-style3 {
      border-color: #90c43e;
      color: #90c43e;
      min-width: 150px;
      height: 60px;
      line-height: 56px;
      border-radius: 30px;
      font-family: 'proxima_novaregular';
      text-transform: none;
      font-size: 18px;
      letter-spacing: 0.05em;
      text-shadow: none; }

.rev_slider_wrapper {
  /* 1.[See more] */ }
  .rev_slider_wrapper .btn {
    -webkit-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important; }

body .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
  font-size: 18px;
  padding: 16px 43px;
  /* ==========================================================================
    End Style Button
========================================================================== */ }

#page-blog-listing {
  padding: 62px 0 84px; }
  #page-blog-listing .entry-blog {
    padding-top: 0;
    margin-bottom: 71px;
    float: left;
    width: 100%; }
  #page-blog-listing #sidebar {
    padding-top: 0;
    margin-top: 0; }
  #page-blog-listing .entry-title {
    line-height: 48px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: -3px; }
    #page-blog-listing .entry-title a {
      color: #212121; }
  #page-blog-listing #content article:last-child .entry-blog {
    margin-bottom: 24px; }
  #page-blog-listing .paging-navigation {
    margin-top: 45px;
    float: left;
    width: 100%; }
  #page-blog-listing .entry-time {
    margin-bottom: 20px; }
  #page-blog-listing .entry-feature-image {
    margin-bottom: 24px;
    width: 100%; }
  #page-blog-listing .entry-content-inner span {
    margin-left: 13px; }
  #page-blog-listing .pagination {
    margin: 7px 0 0; }
    #page-blog-listing .pagination .page-numbers {
      padding: 0 2px;
      margin: 0 5px;
      color: #90c43e;
      position: relative; }
      #page-blog-listing .pagination .page-numbers.current, #page-blog-listing .pagination .page-numbers:hover {
        font-weight: bold;
        color: #fff; }
        #page-blog-listing .pagination .page-numbers.current:after, #page-blog-listing .pagination .page-numbers:hover:after {
          position: absolute;
          display: block;
          content: "";
          height: 1px;
          width: 100%;
          background-color: #90c43e;
          left: 0;
          bottom: 0; }
      #page-blog-listing .pagination .page-numbers.dots:hover {
        font-weight: normal; }
        #page-blog-listing .pagination .page-numbers.dots:hover:after {
          opacity: 0; }
      #page-blog-listing .pagination .page-numbers:first-child {
        padding-left: 0; }
      #page-blog-listing .pagination .page-numbers.next {
        padding-right: 0;
        margin-right: 0;
        margin-left: 9px; }
      #page-blog-listing .pagination .page-numbers.prev {
        padding-left: 0;
        margin-left: 0;
        margin-right: 9px; }
  #page-blog-listing .entry-blog-left {
    float: left;
    width: 35.5%;
    background: #fff; }
    #page-blog-listing .entry-blog-left .entry-feature-image {
      margin-bottom: 0; }
  #page-blog-listing .entry-blog-right {
    float: left;
    width: 64.5%; }
    #page-blog-listing .entry-blog-right .entry-blog-right-inner {
      padding: 16px 20px 16px 41px;
      float: left;
      min-height: 262px; }
      #page-blog-listing .entry-blog-right .entry-blog-right-inner .entry-header {
        padding-right: 50px; }
  #page-blog-listing.page-blog-listing2 {
    padding: 77px 0 72px;
    padding: 77px 0 72px; }
    #page-blog-listing.page-blog-listing2 #primary #content {
      float: left;
      width: 100%;
      padding-right: 107px; }
    #page-blog-listing.page-blog-listing2.sidebar-left-active #primary #content {
      padding-left: 104px;
      padding-right: 0px; }
    #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs {
      border-bottom: 2px solid #e7e7e7; }
      #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li {
        border: none;
        background: none;
        color: #212121;
        float: left;
        margin: 0;
        padding: 0; }
      #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li a {
        color: rgba(0, 0, 0, 0.6);
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0.035em;
        position: relative;
        padding: 4px 25px 11px;
        background: none;
        border: none; }
        #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li a:after {
          content: '';
          width: 100%;
          height: 4px;
          left: 0;
          bottom: -2px;
          background: transparent;
          position: absolute;
          z-index: 2; }
        #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li a:hover {
          background: none; }
        #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li a.active, #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li a:hover {
          color: #000; }
          #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li a.active:after, #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li a:hover:after {
            background: #90c43e; }
      #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li:before, #page-blog-listing.page-blog-listing2 .blog-tabs ul.nav-tabs li:after {
        display: none; }
      #page-blog-listing.page-blog-listing2 .blog-tabs .tab-content {
        padding-top: 66px; }
    #page-blog-listing.page-blog-listing2 #sidebar {
      margin-top: -6px; }
    #page-blog-listing.page-blog-listing2 .entry-blog {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      background: #fff;
      margin-bottom: 53px; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-blog-inner {
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
        float: left;
        width: 100%;
        border-radius: 3px;
        transition-duration: 0.1s; }
      #page-blog-listing.page-blog-listing2 .entry-blog:hover .entry-blog-inner {
        -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
        -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
        transition-duration: 0.1s; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-title {
        line-height: 32px;
        color: #212121;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.025em;
        margin-bottom: 14px;
        margin-top: -3px; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta > div, #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta .cs-blog-comments {
        float: left;
        color: #212121;
        text-transform: uppercase;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.015em;
        padding: 0 10px;
        font-weight: 500;
        line-height: 1;
        border-left: #767676 solid 1px; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta > div:first-child, #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta .cs-blog-comments:first-child {
        padding-left: 0;
        border: none; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta > div.entry-time, #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta .cs-blog-comments.entry-time {
        margin-bottom: 22px; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta > div a, #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta .cs-blog-comments a {
        color: #212121; }
        #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta > div a:hover, #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta .cs-blog-comments a:hover {
          color: #90c43e; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-content {
        color: #212121;
        font-size: 15px;
        line-height: 26px; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-content .entry-content-inner span {
        margin-left: 0;
        float: left;
        width: 100%; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-content .btn-readmore {
        display: block;
        font-size: 18px;
        text-transform: none;
        margin-top: 19px;
        float: left;
        font-weight: 500; }
      #page-blog-listing.page-blog-listing2 .entry-blog .entry-content .btn-readmore:after {
        display: none; }

.page-blog-masonry {
  padding: 77px 0 48px; }
  .page-blog-masonry #primary > #content {
    float: left;
    width: 100%;
    padding-right: 106px; }
  .page-blog-masonry #sidebar {
    margin-top: -6px; }
  .page-blog-masonry .blog-tabs ul {
    border-bottom: 2px solid #e7e7e7;
    float: left;
    width: 100%; }
    .page-blog-masonry .blog-tabs ul li {
      border: none;
      background: none;
      color: #212121;
      float: left;
      margin: 0;
      padding: 0; }
    .page-blog-masonry .blog-tabs ul li a {
      color: rgba(0, 0, 0, 0.6);
      font-size: 20px;
      font-weight: normal;
      letter-spacing: 0.035em;
      position: relative;
      padding: 4px 25px 11px;
      background: none;
      border: none;
      display: block; }
    .page-blog-masonry .blog-tabs ul li a:after {
      content: '';
      width: 100%;
      height: 4px;
      left: 0;
      bottom: -2px;
      background: transparent;
      position: absolute;
      z-index: 2; }
    .page-blog-masonry .blog-tabs ul li a.active, .page-blog-masonry .blog-tabs ul li a:hover {
      color: #000; }
      .page-blog-masonry .blog-tabs ul li a.active:after, .page-blog-masonry .blog-tabs ul li a:hover:after {
        background: #90c43e; }
    .page-blog-masonry .blog-tabs ul li:before, .page-blog-masonry .blog-tabs ul li:after {
      display: none; }
    .page-blog-masonry .blog-tabs .tab-content {
      padding-top: 66px; }
  .page-blog-masonry .blog-masonry-content {
    float: left;
    width: 100%;
    margin-top: 56px; }
    .page-blog-masonry .blog-masonry-content .row {
      margin: 0 -20px; }
    .page-blog-masonry .blog-masonry-content .row .item-masonry {
      padding: 0 20px; }
    .page-blog-masonry .blog-masonry-content article {
      background: #fff;
      margin-bottom: 35px;
      float: left;
      width: 100%; }
    .page-blog-masonry .blog-masonry-content article .entry-blog {
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
      -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
      float: left;
      width: 100%; }
    .page-blog-masonry .blog-masonry-content article .entry-blog:hover {
      -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
      -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
    .page-blog-masonry .blog-masonry-content .entry-feature {
      margin-bottom: 17px; }
    .page-blog-masonry .blog-masonry-content .entry-header {
      float: left;
      padding: 0 10px; }
    .page-blog-masonry .blog-masonry-content .entry-header .entry-time {
      font-size: 8px;
      line-height: 1;
      letter-spacing: 0.035em;
      font-weight: 500;
      color: #212121;
      text-transform: uppercase; }
    .page-blog-masonry .blog-masonry-content .entry-title {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.025em;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 7px; }
    .page-blog-masonry .blog-masonry-content .entry-title a {
      color: #212121; }
    .page-blog-masonry .blog-masonry-content .entry-title a:hover {
      color: #90c43e; }
    .page-blog-masonry .blog-masonry-content .entry-content {
      font-size: 11px;
      line-height: 18px;
      color: #212121;
      margin-top: 10px;
      padding: 0 10px 16px; }
  .page-blog-masonry.page-blog-masonry-latest .masonry-popular {
    display: none; }

.page-blog-standard {
  padding: 77px 0 72px; }
  .page-blog-standard #primary #content {
    float: left;
    width: 100%;
    padding-right: 107px; }
  .page-blog-standard.sidebar-left-active #primary #content {
    padding-left: 104px;
    padding-right: 0px; }
  .page-blog-standard .blog-tabs ul.nav-tabs {
    border-bottom: 2px solid #e7e7e7; }
    .page-blog-standard .blog-tabs ul.nav-tabs li {
      border: none;
      background: none;
      color: #212121;
      float: left;
      margin: 0;
      padding: 0; }
    .page-blog-standard .blog-tabs ul.nav-tabs li a {
      color: rgba(0, 0, 0, 0.6);
      font-size: 20px;
      font-weight: normal;
      letter-spacing: 0.035em;
      position: relative;
      padding: 4px 25px 11px;
      background: none;
      border: none; }
    .page-blog-standard .blog-tabs ul.nav-tabs li a:after {
      content: '';
      width: 100%;
      height: 4px;
      left: 0;
      bottom: -2px;
      background: transparent;
      position: absolute;
      z-index: 2; }
    .page-blog-standard .blog-tabs ul.nav-tabs li a:hover {
      background: none; }
    .page-blog-standard .blog-tabs ul.nav-tabs li a.active, .page-blog-standard .blog-tabs ul.nav-tabs li a:hover {
      color: #000; }
      .page-blog-standard .blog-tabs ul.nav-tabs li a.active:after, .page-blog-standard .blog-tabs ul.nav-tabs li a:hover:after {
        background: #90c43e; }
    .page-blog-standard .blog-tabs ul.nav-tabs li:before, .page-blog-standard .blog-tabs ul.nav-tabs li:after {
      display: none; }
    .page-blog-standard .blog-tabs .tab-content {
      padding-top: 66px; }
  .page-blog-standard #sidebar {
    margin-top: -6px; }
  .page-blog-standard .entry-blog {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
    margin-bottom: 46px;
    float: left;
    width: 100%; }
    .page-blog-standard .entry-blog .entry-blog-inner {
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
      -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
      float: left;
      width: 100%;
      text-align: center; }
    .page-blog-standard .entry-blog:hover .entry-blog-inner {
      -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
      -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
    .page-blog-standard .entry-blog .entry-feature {
      margin-bottom: 3px; }
    .page-blog-standard .entry-blog .entry-header {
      float: left;
      width: 100%;
      padding-left: 23px;
      padding-right: 46px; }
    .page-blog-standard .entry-blog .entry-header .detail-terms {
      font-size: 12px;
      line-height: 32px;
      letter-spacing: 0.035em;
      color: #90c43e;
      text-transform: uppercase; }
    .page-blog-standard .entry-blog .entry-title {
      line-height: 32px;
      color: #212121;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0.025em;
      margin-bottom: 16px;
      text-transform: capitalize;
      margin-top: -2px; }
    .page-blog-standard .entry-blog .entry-title a {
      color: #212121; }
    .page-blog-standard .entry-blog .entry-title a:hover {
      color: #90c43e; }
    .page-blog-standard .entry-blog .entry-meta {
      float: left;
      width: 100%;
      padding-left: 23px;
      padding-right: 46px; }
    .page-blog-standard .entry-blog .entry-meta > div, .page-blog-standard .entry-blog .entry-meta .cs-blog-comments {
      float: none;
      display: inline-block;
      color: #212121;
      text-transform: uppercase;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.015em;
      padding: 0 10px;
      line-height: 1;
      border-left: #767676 solid 1px; }
    .page-blog-standard .entry-blog .entry-meta > div:first-child, .page-blog-standard .entry-blog .entry-meta .cs-blog-comments:first-child {
      padding-left: 0;
      border: none; }
    .page-blog-standard .entry-blog .entry-meta > div.entry-time, .page-blog-standard .entry-blog .entry-meta .cs-blog-comments.entry-time {
      margin-bottom: 22px; }
    .page-blog-standard .entry-blog .entry-meta > div a, .page-blog-standard .entry-blog .entry-meta .cs-blog-comments a {
      color: #212121; }
    .page-blog-standard .entry-blog .entry-meta > div a:hover, .page-blog-standard .entry-blog .entry-meta .cs-blog-comments a:hover {
      color: #90c43e; }
    .page-blog-standard .entry-blog .entry-content {
      color: #212121;
      font-size: 14px;
      line-height: 26px;
      width: 100%;
      float: left;
      padding-left: 97px;
      padding-right: 97px; }
    .page-blog-standard .entry-blog .entry-content .entry-content-inner span {
      margin-left: 0;
      float: left;
      width: 100%; }
    .page-blog-standard .entry-blog .entry-content .btn-readmore {
      display: block;
      font-size: 18px;
      text-transform: none;
      margin-top: 17px;
      float: left; }
    .page-blog-standard .entry-blog .entry-content .btn-readmore:after {
      display: none; }
    .page-blog-standard .entry-blog .content-bottom {
      float: left;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 17px;
      position: relative;
      min-height: 32px;
      padding-left: 23px;
      padding-right: 46px; }
    .page-blog-standard .entry-blog .content-bottom .blog-tags {
      float: left;
      color: #bdbdbd;
      margin-top: 10px; }
    .page-blog-standard .entry-blog .content-bottom .blog-tags i {
      color: #757575;
      font-size: 16px;
      margin-right: 5px;
      position: relative;
      top: 3px; }
    .page-blog-standard .entry-blog .content-bottom .blog-tags a {
      color: #bdbdbd;
      font-size: 12px;
      line-height: 32px;
      font-weight: 500;
      letter-spacing: 0.025em;
      text-transform: uppercase; }
    .page-blog-standard .entry-blog .content-bottom .blog-tags a:hover {
      color: #90c43e; }
    .page-blog-standard .entry-blog .content-bottom .content-bottom-right {
      float: right;
      color: #757575;
      font-size: 14px;
      line-height: 1px;
      margin-top: 18px;
      letter-spacing: 0.025em; }
    .page-blog-standard .entry-blog .content-bottom .content-bottom-right .share-label {
      line-height: 16px;
      display: inline-block;
      position: relative;
      top: -2px; }
    .page-blog-standard .entry-blog .content-bottom .content-bottom-right i {
      font-size: 16px; }
    .page-blog-standard .entry-blog .content-bottom .content-bottom-right a {
      color: #757575;
      margin-left: 9px; }
    .page-blog-standard .entry-blog .content-bottom .content-bottom-right a:hover {
      color: #90c43e; }
    .page-blog-standard .entry-blog .content-bottom .btn-readmore {
      font-size: 16px;
      margin: 0;
      line-height: 30px;
      padding: 0 20px;
      min-width: 127px;
      background-color: #90c43e;
      color: #fff;
      font-weight: 700;
      height: 32px;
      border-radius: 2px;
      z-index: 2;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      border: #82b236 solid 1px;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0px);
      -khtml-transform: translate(-50%, 0px);
      -moz-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      -o-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .page-blog-standard .entry-blog .content-bottom .btn-readmore:hover {
      background-color: #749f30;
      border-color: #82b236;
      -webkit-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.25); }
    .page-blog-standard .entry-blog .content-bottom .btn-readmore:after {
      display: none; }
  .page-blog-standard .paging-navigation {
    float: left;
    width: 100%;
    text-align: center;
    padding-right: 107px;
    padding-top: 12px; }
    .page-blog-standard .paging-navigation .page-numbers {
      min-width: 30px;
      height: 30px;
      line-height: 28px;
      display: inline-block;
      color: #bdbdbd;
      font-size: 16px;
      padding: 0 2px;
      border-radius: 2px;
      border: #bdbdbd solid 1px;
      float: left;
      margin-left: 12px; }
    .page-blog-standard .paging-navigation .page-numbers i {
      width: 16px; }
    .page-blog-standard .paging-navigation .page-numbers.current, .page-blog-standard .paging-navigation .page-numbers:hover {
      background: #90c43e;
      border-color: #749f30;
      color: #fff; }

.paging-navigation {
  float: left;
  width: 100%;
  text-align: center;
  padding-right: 107px;
  padding-top: 12px;
  /* ==========================================================================
   [Start] 4. Single post
========================================================================== */ }
  .paging-navigation .page-numbers {
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    color: #bdbdbd;
    font-size: 16px;
    padding: 0 2px;
    border-radius: 2px;
    border: #bdbdbd solid 1px;
    float: left;
    margin-left: 12px; }
    .paging-navigation .page-numbers i {
      width: 16px; }
    .paging-navigation .page-numbers.current, .paging-navigation .page-numbers:hover {
      background: #90c43e;
      border-color: #749f30;
      color: #fff; }

#post-title {
  background-position: center center;
  background-size: cover;
  min-height: 530px;
  position: relative; }
  #post-title:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    opacity: 0.6;
    content: ''; }
  #post-title .post-title-text {
    position: relative;
    z-index: 2;
    padding-top: 174px; }
    #post-title .post-title-text h2 {
      color: #fff;
      margin-bottom: 152px; }
    #post-title .post-title-text .social-post {
      font-weight: bold;
      color: rgba(255, 255, 255, 0.2);
      text-transform: uppercase; }
    #post-title .post-title-text .social-post li {
      display: inline-block;
      padding: 0 9px; }
    #post-title .post-title-text .social-post li a {
      border: 2px solid rgba(255, 255, 255, 0.2);
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */
      color: rgba(255, 255, 255, 0.2);
      height: 32px;
      line-height: 28px;
      text-align: center;
      width: 32px;
      display: block; }
    #post-title .post-title-text .social-post li a i {
      line-height: 28px; }
    #post-title .post-title-text .social-post li a:hover, #post-title .post-title-text .social-post li a:focus {
      border: 2px solid #00aced;
      color: #00aced; }
    #post-title .post-title-text .social-post li:first-child {
      padding-left: 0; }

.single-post-wrap {
  padding-top: 59px;
  padding-bottom: 75px; }
  .single-post-wrap #sidebar {
    margin-top: 0; }
  .single-post-wrap .entry-header {
    margin-bottom: 38px;
    padding-bottom: 34px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7; }
    .single-post-wrap .entry-header .entry-date {
      font-weight: 300;
      font-size: 18px;
      line-height: 34px; }
    .single-post-wrap .entry-header .entry-tags {
      float: right; }
    .single-post-wrap .entry-header .entry-tags li {
      color: #fff;
      font-weight: bold;
      padding: 0px 13px;
      min-width: 86px;
      line-height: 32px;
      background-color: #90c43e;
      margin-right: 5px;
      margin-bottom: 5px;
      text-transform: uppercase;
      display: inline-block;
      text-align: center; }
    .single-post-wrap .entry-header .entry-tags li:last-child {
      margin-right: 0; }
    .single-post-wrap .entry-header .entry-tags li a {
      display: inline-block;
      color: #fff; }
    .single-post-wrap .entry-header .entry-tags li:hover {
      background-color: #212121;
      border-color: #212121; }
  .single-post-wrap .entry-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px; }
    .single-post-wrap .entry-content p strong {
      font-size: 24px;
      line-height: 36px; }
    .single-post-wrap .entry-content img {
      margin-top: 15px;
      margin-bottom: 22px; }
  .single-post-wrap .entry-content-inner > ul {
    margin-bottom: 30px; }
    .single-post-wrap .entry-content-inner > ul ul {
      margin-bottom: 0; }
  .single-post-wrap .entry-feature {
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .single-post-wrap .entry-feature .carousel-control span {
      top: 50%;
      -webkit-transform: translate(0px, -50%);
      -khtml-transform: translate(0px, -50%);
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      position: absolute; }

.entry-feature {
  margin-bottom: 30px;
  float: left;
  width: 100%; }
  .entry-feature .carousel-control span {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    position: absolute; }

#page-default {
  /*page search*/ }

.entry-content .searchform {
  margin-top: 10px;
  float: left;
  width: 100%; }
  .entry-content .searchform input[type='text'] {
    height: 38px;
    margin-top: 0;
    line-height: 1px;
    float: left; }
  .entry-content .searchform label {
    line-height: 38px;
    float: left;
    margin: 0 5px 0 0; }
  .entry-content .searchform input[type="submit"] {
    float: left;
    margin-left: 10px;
    height: 38px;
    line-height: 36px; }

#page-search-results #page-blog-listing {
  padding: 62px 0 82px; }

.home #page-default {
  padding-top: 0; }

.entry-content {
  float: left;
  width: 100%; }

.entry-title i.fa-thumb-tack {
  display: none; }

.sticky .entry-title i.fa-thumb-tack {
  display: inline-block; }

blockquote p {
  margin-bottom: 0 !important; }

dl.gallery-item {
  margin: 0; }

.wp-caption {
  width: auto !important;
  /**recipe page**/ }

#recipe-title {
  background-position: center center;
  background-size: cover;
  min-height: 544px;
  position: relative; }
  #recipe-title:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: 0.75;
    content: ''; }
  #recipe-title .recipe-title-text {
    position: relative;
    z-index: 2;
    padding-top: 98px;
    padding-bottom: 231px; }
  #recipe-title .recipe-title-text h2 {
    color: #fff;
    font-size: 55px;
    letter-spacing: 0.055em;
    text-transform: uppercase; }
  #recipe-title .recipe-title-text h5 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.075em;
    font-weight: 100;
    padding-top: 18px; }
  #recipe-title .recipe-title-text a {
    border: #fafafa solid 1px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 50px;
    color: #fff; }
  #recipe-title .recipe-title-text a span {
    display: inline-block;
    width: 100%;
    border: rgba(255, 255, 255, 0.5) solid 1px;
    border-radius: 3px;
    font-size: 18px;
    height: 38px;
    line-height: 30px;
    min-width: 136px;
    padding: 0 28px; }
  #recipe-title .recipe-title-text a span i {
    position: relative;
    top: 3px;
    margin-right: 2px;
    width: 18px; }
  #recipe-title .recipe-title-text a:hover {
    color: #90c43e;
    border-color: #90c43e; }

.pt-single-recipe {
  -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22) inset;
  -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22) inset;
  -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22) inset;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22) inset; }
  .pt-single-recipe #comments .comment-list li .comment-main .comment-date {
    color: rgba(0, 0, 0, 0.7); }
  .pt-single-recipe .single-recipe-wrap .entry-blog {
    max-width: 1054px;
    margin-left: 43px;
    width: 100%;
    float: left;
    margin-top: -156px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-left {
    float: left;
    width: 50%; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-left .entry-feature {
    margin: 0;
    float: left;
    height: 100%;
    width: 100%; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-left .entry-feature .cms-img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left;
    height: 100%;
    width: 100%;
    min-height: 710px;
    background-position: center center;
    background-size: cover; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right {
    float: left;
    width: 50%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 107px;
    position: relative;
    min-height: 710px; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top {
    background: #90c43e;
    padding: 22px 28px 23px;
    border-top-right-radius: 4px;
    float: left;
    width: 100%;
    position: relative; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top h3 {
    font-size: 31px;
    line-height: 34px;
    color: #fff;
    font-weight: 400; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .meta_recipe {
    margin-top: 2px;
    float: left; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .meta_recipe > span {
      font-size: 25px;
      line-height: 34px;
      color: #fff;
      font-weight: 300;
      margin-right: 15px; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .meta_recipe > span span {
        color: #49641f; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .meta_recipe > span ul {
        display: inline-block; }
        .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .meta_recipe > span ul li {
          width: 15px;
          height: 15px;
          display: inline-block;
          float: left;
          background: #749f30;
          border-radius: 50%;
          margin-right: 6px; }
          .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .meta_recipe > span ul li.active {
            background: #49641f; }
          .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .meta_recipe > span ul li:last-child {
            margin-right: 0; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .desc-content {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 11px; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share {
    position: absolute;
    bottom: -31px;
    color: #f50057;
    top: auto;
    left: auto;
    right: 97px;
    text-align: center; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share a.dropdown-toggle {
      cursor: pointer; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share i {
      font-size: 28px;
      color: #49641f;
      width: 28px; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share ul li {
      float: left; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share ul li a {
        padding: 3px 12px; }
        .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share ul li a:hover {
          background: none; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share ul li i {
        color: #90c43e;
        font-size: 14px;
        width: 14px; }
        .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share ul li i:hover {
          color: #49641f; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .favorite {
    position: absolute;
    bottom: -30px;
    color: #f50057;
    top: auto;
    left: auto;
    right: 33px;
    max-width: 94px;
    text-align: center; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .favorite i {
      width: 28px; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .favorite .nectar-love {
      position: static;
      color: #f50057;
      font-size: 28px;
      width: 100%;
      text-align: center;
      display: inline-block; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .favorite .title-favorite {
      background: #424242;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
      font-size: 15px;
      line-height: 28px;
      letter-spacing: 0.045em;
      color: rgba(224, 224, 224, 0.87);
      min-width: 94px;
      padding: 0 10px;
      height: 28px;
      display: inline-block;
      position: relative;
      font-weight: 500; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .favorite .title-favorite:before {
        content: '';
        display: block;
        position: absolute;
        border-color: transparent;
        border-width: 7px 16px;
        border-style: solid;
        border-bottom-color: #424242;
        top: -13px;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -khtml-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab {
    display: block;
    float: left;
    color: #212121;
    line-height: 22px;
    width: 100%;
    padding-bottom: 25px; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav {
    margin: 0 0 13px;
    padding: 0 28px;
    background: #90c43e;
    border: none; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li {
      border: none;
      background: none;
      float: left;
      margin: 0;
      padding: 0 24px; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li a {
        color: rgba(255, 255, 255, 0.55);
        font-size: 17px;
        font-weight: 500;
        position: relative;
        padding: 4px 0;
        letter-spacing: 0.045em;
        background: none;
        border: none;
        text-transform: uppercase; }
        .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li a:after {
          content: '';
          width: 100%;
          height: 3px;
          left: 0;
          bottom: 0px;
          background: transparent;
          position: absolute;
          z-index: 2;
          -webkit-transition: all 300ms linear 0ms;
          -moz-transition: all 300ms linear 0ms;
          -ms-transition: all 300ms linear 0ms;
          transition: all 300ms linear 0ms; }
        .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li a.active, .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li a:hover {
          color: #fff; }
          .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li a.active:after, .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li a:hover:after {
            background: #fff; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li:first-child {
        padding-left: 0; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li:before, .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab ul.nav li:after {
        display: none; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content {
    padding: 16px 28px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    position: relative; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content .tab-pane {
      height: 322px;
      width: 100% !important; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content .tab-pane > div {
        float: left;
        margin-left: 74px; }
        .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content .tab-pane > div:first-child {
          margin-left: 0; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content .tab-pane h5 {
        color: #212121;
        font-size: 20px;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 7px; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content .tab-pane + div {
        left: inherit !important;
        right: 0px;
        top: 0 !important;
        height: 100% !important; }
        .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content .tab-pane + div .enscroll-track {
          background-color: #e0e0e0;
          width: 8px;
          border-radius: 0px;
          height: 100% !important; }
          .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content .tab-pane + div .enscroll-track .vertical-handle {
            background-color: #757575;
            width: 8px;
            border-radius: 4px;
            left: 0; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom {
    position: absolute;
    bottom: 34px;
    right: 34px; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom span {
    color: rgba(33, 33, 33, 0.57);
    font-size: 16px;
    padding-bottom: 7px; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom a, .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom span {
    float: right; }
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom a {
    height: 47px;
    line-height: 45px;
    padding: 0px 9px;
    font-size: 16px; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom a i {
      line-height: 1;
      width: 26px; }
  .pt-single-recipe .woocommerce-tabs-related {
    max-width: 1004px;
    margin-left: 62px;
    width: 100%;
    float: left;
    margin-top: 123px;
    padding-bottom: 44px; }
  .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs {
    border-bottom: 2px solid #e7e7e7; }
  .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li {
    border: none;
    background: none;
    color: #212121;
    float: left;
    margin: 0;
    padding: 0 17px; }
  .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.035em;
    position: relative;
    padding: 4px 8px 9px 2px;
    border: none;
    background: none; }
  .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li a:after {
    content: '';
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -2px;
    background: transparent;
    position: absolute;
    z-index: 2; }
  .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li a:hover {
    background: none; }
  .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li a.active, .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li a:hover {
    color: #000; }
    .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li a.active:after, .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li a:hover:after {
      background: #90c43e; }
  .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li:first-child {
    padding-left: 0; }
  .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li:before, .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li:after {
    display: none; }
  .pt-single-recipe .woocommerce-tabs-related .tab-content {
    padding-top: 42px; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap {
    border-radius: 2px;
    border: none;
    margin: 0 3.5px 36px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap.content-product-list {
    margin: 0 3.5px 32px; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .cshere-woo-item-wrap2 {
    float: left;
    position: relative;
    width: 100%;
    padding: 12px 26px 27px 22px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border: none;
    background: #fff; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .cshere-woo-item-wrap2 .cshero-woo-image {
    height: initial;
    line-height: 150px;
    min-height: 150px; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .cshere-woo-item-wrap2 .cshero-woo-image img {
    max-height: initial;
    line-height: 150px; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap.hover .cshere-woo-item-wrap2 {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .add_to_wishlist {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 18px;
    color: #bdbdbd;
    visibility: hidden;
    padding: 0 !important;
    display: block;
    width: 18px; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .add_to_wishlist:hover {
    color: #90c43e; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .add_to_wishlist:before {
    content: 'favorite_border' !important;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    width: 18px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse, .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 18px; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse .feedback, .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse .feedback {
    display: none !important; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse > a, .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse > a {
    color: #90c43e;
    visibility: hidden;
    padding: 0 !important;
    display: block;
    width: 18px; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse > a:before, .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse > a:before {
    content: 'favorite' !important;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    width: 18px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible; }
  .pt-single-recipe .woocommerce-tabs-related .cshere-woo-item-wrap .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta {
    text-align: center;
    margin-top: 15px; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .star-rating {
    float: none;
    display: inline-block; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .star-rating:before {
    color: #e0e0e0; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .star-rating span {
    color: #ffc62c; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .woocommerce-review-link {
    color: #616161;
    letter-spacing: 0.035em;
    font-size: 13px;
    font-weight: 500; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .cshero-product-title {
    margin-top: 0; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .cshero-product-title h3 {
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: normal;
    color: #424242;
    letter-spacing: 0.035em;
    margin-bottom: 20px; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .cshero-product-title h3 a {
    color: #424242; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart {
    float: left;
    width: 100%;
    position: relative;
    min-height: 32px; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart.has_sale {
    min-width: 180px; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .tagged_as {
    display: none; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart a.add_to_cart_button, .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .added_to_cart {
    position: relative;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    min-width: 112px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2);
    opacity: 0; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart a.add_to_cart_button:after, .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .added_to_cart:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'shopping_basket';
    position: relative;
    top: 1px;
    margin-left: 8px;
    animation: unset;
    vertical-align: unset;
    right: 0; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .add_to_cart_button.added {
    display: none; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .added_to_cart {
    opacity: 1; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .star-rating {
    display: none; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .price {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, 0px);
    -khtml-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .price > span, .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .price > del, .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .price > ins {
    min-width: 112px;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2); }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .price span {
    color: #fff;
    font-size: 16px; }
    .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart .price span del {
      padding-right: 6px; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart:hover a.add_to_cart_button {
    opacity: 1; }
  .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart:hover .price > span, .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart:hover .price > del, .pt-single-recipe .woocommerce-tabs-related .cshero-woo-meta .price-add-to-cart:hover .price > ins {
    opacity: 0; }
  .pt-single-recipe .cms-recipe .row {
    margin: 0 -17px; }
  .pt-single-recipe .cms-recipe .row .item-post {
    padding: 0 17px; }
  .pt-single-recipe .cms-recipe .row .item-post article {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08); }
  .pt-single-recipe .cms-recipe .row .item-post article .item-inner img {
    width: 100%;
    border-radius: 2px; }
  .pt-single-recipe .cms-recipe .row .item-post h3.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 18px 14px 0;
    position: absolute;
    bottom: 3px;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
  .pt-single-recipe .cms-recipe .row .item-post h3.title a {
    color: #fff; }
    .pt-single-recipe .cms-recipe .row .item-post h3.title a:hover {
      color: #90c43e; }
  .pt-single-recipe .cms-recipe .row .item-post .menu_product_meta {
    text-align: center; }
  .pt-single-recipe .cms-recipe .row .item-post .menu_product_meta .item_product_meta {
    display: inline-block;
    max-width: 33%;
    padding: 0px 10px; }
    .pt-single-recipe .cms-recipe .row .item-post .menu_product_meta .item_product_meta span {
      display: inline-block;
      float: left;
      clear: both;
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      line-height: 18px;
      letter-spacing: 0.025em;
      color: #fff; }
      .pt-single-recipe .cms-recipe .row .item-post .menu_product_meta .item_product_meta span.title {
        margin-top: 5px; }
    .pt-single-recipe .cms-recipe .row .item-post .menu_product_meta .item_product_meta i {
      font-size: 35px;
      color: #fff;
      float: left;
      width: 35px;
      display: inline-block; }
  .pt-single-recipe .cms-recipe .row .item-post .item-inner {
    position: relative; }
  .pt-single-recipe .cms-recipe .row .item-post .content-overlay {
    background: rgba(33, 33, 33, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 39px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .pt-single-recipe .cms-recipe .row .item-post .content-overlay .content-recipe {
    padding: 14px 16px 6px;
    color: #dfdfdf;
    background: rgba(26, 26, 30, 0.9);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .pt-single-recipe .cms-recipe .row .item-post .content-overlay .content-recipe .readmore {
      float: right;
      color: #fff; }
  .pt-single-recipe .cms-recipe .row .item-post .content-overlay h3.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 21px 16px 0; }
    .pt-single-recipe .cms-recipe .row .item-post .content-overlay h3.title a {
      color: #fff; }
      .pt-single-recipe .cms-recipe .row .item-post .content-overlay h3.title a:hover {
        color: #90c43e; }
  .pt-single-recipe .cms-recipe .row .item-post:hover .item-inner > h3.title {
    -webkit-transform: translate3d(0, -108px, 0);
    -khtml-transform: translate3d(0, -108px, 0);
    -moz-transform: translate3d(0, -108px, 0);
    -ms-transform: translate3d(0, -108px, 0);
    -o-transform: translate3d(0, -108px, 0);
    transform: translate3d(0, -108px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .pt-single-recipe .cms-recipe .row .item-post:hover .content-overlay {
    opacity: 1; }
  .pt-single-recipe #comments .comment-reply-title {
    margin: 0;
    padding-bottom: 0;
    margin-top: -14px; }

.related-recipe-wrap {
  padding-top: 112px;
  padding-bottom: 105px;
  /* Tooltips */ }
  .related-recipe-wrap .title-recipe-related {
    font-size: 35px;
    letter-spacing: 0.075em;
    color: #212121;
    padding: 0 15px;
    padding-bottom: 20px; }
  .related-recipe-wrap .item-post {
    padding: 0 17px; }
  .related-recipe-wrap .item-post h3.title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    padding: 18px 14px 0;
    position: absolute;
    bottom: 4px;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
  .related-recipe-wrap .item-post h3.title a {
    color: #fff; }
  .related-recipe-wrap .item-post h3.title a:hover {
    color: #90c43e; }
  .related-recipe-wrap .item-post h5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    padding: 18px 14px 0;
    position: absolute;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
  .related-recipe-wrap .item-post .item-inner {
    position: relative; }
  .related-recipe-wrap .item-post .item-inner:after {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    padding-top: 39px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .related-recipe-wrap .item-post .item-inner img {
    border-radius: 4px; }
  .related-recipe-wrap .item-post:hover .item-inner:after {
    opacity: 1; }
  .related-recipe-wrap .item-post:hover .item-inner > h3.title {
    -webkit-transform: translate3d(0, -45px, 0);
    -khtml-transform: translate3d(0, -45px, 0);
    -moz-transform: translate3d(0, -45px, 0);
    -ms-transform: translate3d(0, -45px, 0);
    -o-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .related-recipe-wrap .item-post:hover .item-inner > h5 {
    -webkit-transform: translate3d(0, -70px, 0);
    -khtml-transform: translate3d(0, -70px, 0);
    -moz-transform: translate3d(0, -70px, 0);
    -ms-transform: translate3d(0, -70px, 0);
    -o-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.tooltip {
  z-index: 1000; }

.tooltip-inner {
  border-radius: 0px;
  background-color: #424242;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.045em;
  color: rgba(224, 224, 224, 0.87);
  min-width: 94px;
  padding: 0 10px;
  height: 28px;
  display: inline-block;
  position: relative;
  font-weight: 500; }

.tooltip.in {
  opacity: 1; }

.tooltip.top .tooltip-arrow {
  border-top-color: #424242; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #424242;
  border-width: 7px 16px;
  top: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -khtml-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  /* BACKGROUND GRADIENT */
  /* TRANSFORM STYLE */
  margin-left: 0px; }

.tooltip.right .tooltip-arrow {
  border-right-color: #424242; }

.tooltip.left .tooltip-arrow {
  border-left-color: #424242; }

.cms_recipe-meta {
  padding: 23px 0; }
  .cms_recipe-meta .form-search {
    position: relative;
    padding-right: 8px; }
  .cms_recipe-meta .form-search .screen-reader-text {
    display: none; }
  .cms_recipe-meta .form-search .search-field {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #bdbdbd;
    border: #bdbdbd solid 1px;
    height: 40px;
    border-radius: 0;
    padding: 2px 21px;
    margin-top: 0;
    font-size: 16px; }
  .cms_recipe-meta .form-search input[type="submit"] {
    background-color: transparent;
    border: medium none;
    font-size: 0;
    max-width: 50px;
    position: absolute;
    right: 0;
    padding: 0 27px;
    min-width: auto;
    top: 0;
    height: 40px;
    box-shadow: none; }
  .cms_recipe-meta .form-search input[type="submit"]:hover {
    background-color: transparent !important; }
  .cms_recipe-meta .form-search:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 21px;
    top: 6px;
    font-size: 14px;
    color: #bdbdbd; }
  .cms_recipe-meta .filter-content {
    padding-right: 0;
    margin-top: 9PX; }
  .cms_recipe-meta .filter-content label {
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 0;
    margin: 0 0 0 31px;
    cursor: pointer;
    padding-right: 14px; }
  .cms_recipe-meta .filter-content label.active:after {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms_recipe-meta .filter-content label:after {
    content: '\f2f9';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    pointer-events: none;
    position: absolute;
    top: 2px;
    right: -14px;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms_recipe-meta .cms-product-layout {
    float: right;
    padding-right: 106px;
    text-align: right;
    overflow: hidden;
    margin-top: 12px; }
  .cms_recipe-meta .cms-product-layout input[type="radio"] {
    opacity: 0;
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 16px;
    margin-left: 12px;
    margin-top: -1px;
    z-index: 2;
    /*left:-10000;*/
    cursor: pointer; }
  .cms_recipe-meta .cms-product-layout input[type="radio"] + label {
    cursor: pointer;
    width: 20px;
    height: 16px;
    margin-left: 12px;
    border: transparent solid 1px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    /* N.B You could use a child span in the label if you didn't want to use the :after pseudo */ }
  .cms_recipe-meta .cms-product-layout input[type="radio"] + label:hover {
    border-color: #90c43e; }
  .cms_recipe-meta .cms-product-layout input[type="radio"] + label:hover:after {
    color: #90c43e; }
  .cms_recipe-meta .cms-product-layout input[type="radio"] + label:after {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f321';
    color: #000;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 16px;
    top: -1px;
    position: relative;
    float: left;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms_recipe-meta .cms-product-layout input[type="radio"] + label.radio-list:after {
    content: '\f320'; }
  .cms_recipe-meta .cms-product-layout input[type="radio"]:checked + label, .cms_recipe-meta .cms-product-layout input[type="radio"]:hover + label {
    border-color: #90c43e; }
  .cms_recipe-meta .cms-product-layout input[type="radio"]:checked + label:after, .cms_recipe-meta .cms-product-layout input[type="radio"]:hover + label:after {
    color: #90c43e; }

#page-recipe {
  padding-top: 30px;
  background: #eee;
  padding-bottom: 85px;
  -webkit-box-shadow: 0px 2px 6px rgba(217, 217, 217, 0.9) inset;
  -moz-box-shadow: 0px 2px 6px rgba(217, 217, 217, 0.9) inset;
  -ms-box-shadow: 0px 2px 6px rgba(217, 217, 217, 0.9) inset;
  box-shadow: 0px 2px 6px rgba(217, 217, 217, 0.9) inset; }
  #page-recipe #sidebar {
    margin-top: 0;
    padding-right: 8px; }
  #page-recipe #sidebar .widget-title {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    box-shadow: none;
    border: none;
    background: none;
    padding: 0; }
  #page-recipe #sidebar aside {
    margin-bottom: 35px;
    border-radius: 2px;
    border: none; }
  #page-recipe #sidebar aside .wg-wrap {
    float: left;
    width: 100%;
    padding: 15px 26px 15px 22px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13), 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13), 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13), 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13), 0px 1px 3px 0px rgba(0, 0, 0, 0.22); }
  #page-recipe #sidebar .widget_wp_uking_recipe_nationality {
    background: #fff;
    border: none; }
  #page-recipe #sidebar .widget_wp_uking_recipe_nationality .widget-title {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #page-recipe #sidebar .widget_wp_uking_recipe_nationality .widget-title:after {
    content: '\f136';
    -webkit-transform: rotate(46deg);
    -khtml-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    transform: rotate(46deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    float: right;
    margin-top: 2px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #page-recipe #sidebar .widget_wp_uking_recipe_nationality .widget-title.active:after {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul {
    float: left;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0; }
  #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul li {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    position: relative;
    float: left; }
  #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul li label {
    color: #000;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    float: left;
    cursor: pointer; }
    #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul li label:before {
      content: '';
      width: 12px;
      height: 12px;
      border: #bdbdbd solid 1px;
      border-radius: 3px;
      display: inline-block;
      position: absolute;
      top: 7px;
      right: 0;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul li label:after {
      content: '\f26b';
      display: inline-block;
      position: absolute;
      top: 7px;
      right: 0;
      font-size: 13px;
      color: #fff;
      font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
      line-height: 12px;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      opacity: 0;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul li label:hover:after {
      opacity: 1; }
      #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul li label:hover:before {
        background: #90c43e;
        border-color: #90c43e; }
  #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul li input[type=checkbox] {
    float: right;
    visibility: hidden;
    margin-top: 7px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
    #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul li input[type=checkbox]:checked + label:after {
      opacity: 1; }
      #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul li input[type=checkbox]:checked + label:before {
        background: #90c43e;
        border-color: #90c43e; }
  #page-recipe #sidebar .widget_wp_uking_recipe_nationality ul.active {
    opacity: 1;
    max-height: 10000px;
    overflow: visible;
    margin-top: 7px; }
  #page-recipe #sidebar .widget_wp_uking_recipe_cooking_time {
    background: #fff;
    border: none; }
  #page-recipe #sidebar .widget_wp_uking_recipe_cooking_time .widget-title {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #page-recipe #sidebar .widget_wp_uking_recipe_cooking_time .widget-title:after {
    content: '\f136';
    -webkit-transform: rotate(46deg);
    -khtml-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    transform: rotate(46deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    float: right;
    margin-top: 2px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #page-recipe #sidebar .widget_wp_uking_recipe_cooking_time .widget-title.active:after {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  #page-recipe #sidebar .widget_wp_uking_recipe_cooking_time .rf-cooking-time {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    float: left;
    width: 100%; }
  #page-recipe #sidebar .widget_wp_uking_recipe_cooking_time .rf-cooking-time label {
    color: #000; }
  #page-recipe #sidebar .widget_wp_uking_recipe_cooking_time .rf-cooking-time input[type='text'], #page-recipe #sidebar .widget_wp_uking_recipe_cooking_time .rf-cooking-time input[type="datetime"] {
    margin-top: 5px;
    margin-bottom: 12px; }
  #page-recipe #sidebar .widget_wp_uking_recipe_cooking_time .rf-cooking-time.active {
    opacity: 1;
    max-height: 10000px;
    overflow: visible;
    margin-top: 7px; }
  #page-recipe #sidebar .widget_tag_cloud {
    box-shadow: none !important;
    margin-top: -15px; }
  #page-recipe #sidebar .widget_tag_cloud .wg-wrap {
    box-shadow: none !important;
    padding-left: 0; }
  #page-recipe #sidebar .widget_tag_cloud .widget-title {
    font-size: 14px !important;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: rgba(0, 0, 0, 0.4);
    margin-top: -9px;
    margin-bottom: 8px; }
  #page-recipe #sidebar .widget_tag_cloud .tagcloud {
    padding: 0; }
  #page-recipe #sidebar .widget_tag_cloud .tagcloud a {
    display: inline-block;
    border: #90c43e solid 2px;
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.78) !important;
    font-size: 14px !important;
    line-height: 28px;
    letter-spacing: 0.035em;
    padding: 0 10px;
    float: left;
    margin-right: 8px;
    margin-bottom: 2px;
    background: none; }
  #page-recipe #sidebar .widget_tag_cloud .tagcloud a:before {
    display: none; }
  #page-recipe #sidebar .widget_tag_cloud .tagcloud a:hover {
    background: #90c43e;
    color: #fff !important; }
  #page-recipe .row {
    margin: 0 -12px; }
  #page-recipe #primary {
    padding-left: 34px;
    padding-right: 92px; }
  #page-recipe #primary.layout-list {
    padding-right: 0px; }
  #page-recipe #primary.layout-list .item-post {
    margin-bottom: 36px; }
  #page-recipe .item-post {
    padding: 0 12px;
    margin-bottom: 24px; }
  #page-recipe .item-post article {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    float: left;
    width: 100%; }
  #page-recipe .item-post article .item-inner img {
    width: 100%;
    border-radius: 2px; }
  #page-recipe .item-post h3.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 18px 14px 0;
    position: absolute;
    bottom: 3px;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
  #page-recipe .item-post h3.title a {
    color: #fff; }
  #page-recipe .item-post h3.title a:hover {
    color: #90c43e; }
  #page-recipe .item-post .menu_product_meta {
    text-align: center; }
  #page-recipe .item-post .menu_product_meta .item_product_meta {
    display: inline-block;
    max-width: 33%;
    padding: 0px 10px; }
  #page-recipe .item-post .menu_product_meta .item_product_meta span {
    display: inline-block;
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: #fff; }
  #page-recipe .item-post .menu_product_meta .item_product_meta span.title {
    margin-top: 5px; }
  #page-recipe .item-post .menu_product_meta .item_product_meta i {
    font-size: 35px;
    color: #fff;
    float: left;
    width: 100%;
    display: inline-block; }
  #page-recipe .item-post .item-inner {
    position: relative; }
  #page-recipe .item-post .content-overlay {
    background: rgba(33, 33, 33, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 39px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #page-recipe .item-post .content-overlay .content-recipe {
    padding: 14px 16px 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #4c4c4c;
    background: #fff;
    letter-spacing: 0.025em; }
  #page-recipe .item-post .content-overlay .content-recipe .readmore {
    float: right;
    color: #383838;
    padding: 5px 0;
    font-weight: 500; }
  #page-recipe .item-post .content-overlay h3.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 21px 16px 0; }
  #page-recipe .item-post .content-overlay h3.title a {
    color: #fff; }
  #page-recipe .item-post .content-overlay h3.title a:hover {
    color: #90c43e; }
  #page-recipe .item-post:hover .item-inner > h3.title {
    -webkit-transform: translate3d(0, -108px, 0);
    -khtml-transform: translate3d(0, -108px, 0);
    -moz-transform: translate3d(0, -108px, 0);
    -ms-transform: translate3d(0, -108px, 0);
    -o-transform: translate3d(0, -108px, 0);
    transform: translate3d(0, -108px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  #page-recipe .item-post:hover .content-overlay {
    opacity: 1; }
  #page-recipe .item-post .content-layout-list {
    float: left;
    width: 100%;
    background: #fff; }
  #page-recipe .item-post .content-layout-list .recipe-list-image {
    width: 32.4%;
    float: left; }
  #page-recipe .item-post .content-layout-list .recipe-list-content {
    width: 67.6%;
    float: left;
    padding: 0 52px 20px; }
  #page-recipe .item-post .content-layout-list .recipe-list-content h3.title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.025em;
    color: rgba(0, 0, 0, 0.87);
    padding: 21px 0px 0;
    position: static;
    z-index: 2; }
  #page-recipe .item-post .content-layout-list .recipe-list-content h3.title a {
    color: rgba(0, 0, 0, 0.87); }
  #page-recipe .item-post .content-layout-list .recipe-list-content .short-content {
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.87);
    padding-top: 11px; }
  #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-left {
    float: left;
    width: 50%; }
  #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right {
    float: left;
    width: 50%;
    padding-top: 29px;
    text-align: right; }
  #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right .menu_product_meta {
    text-align: right; }
    #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right .menu_product_meta .item_product_meta i {
      font-size: 32px;
      color: #000; }
      #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right .menu_product_meta .item_product_meta span {
        color: #000; }
        #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right .menu_product_meta .item_product_meta span.title {
          margin-top: 4px; }
      #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right .menu_product_meta .item_product_meta:last-child {
        padding-right: 0; }
  #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right .readmore {
    min-width: 132px;
    margin-top: 15px; }
  #page-recipe .item-post .content-layout-list:hover .recipe-list-content h3.title {
    color: #000; }
  #page-recipe .item-post .content-layout-list:hover .recipe-list-content h3.title a {
    color: #000; }
  #page-recipe .item-post .content-layout-list:hover .recipe-list-content .short-content {
    color: #000; }

.comments-area {
  float: left;
  width: 100%; }
  .comments-area li {
    list-style: none; }

#comments {
  float: left;
  width: 100%; }
  #comments .border-wrap {
    margin-top: 50px; }
  #comments .border-wrap-inner2 {
    padding: 6px 40px 10px; }
  #comments .comments-title {
    color: #333;
    font-size: 27px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px 0 25px 0;
    padding-bottom: 13px;
    text-align: left;
    border-bottom: #f3f3f3 solid 2px;
    margin-top: 20px; }
  #comments .comments-title span {
    position: relative;
    display: inline-block; }
  #comments .comments-title span span {
    color: #90c43e; }
  #comments .comments-title span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #90c43e;
    left: 0;
    bottom: -14px;
    position: absolute; }
  #comments .comment-list {
    margin: 0;
    padding: 0; }
  #comments .comment-list li {
    border-top: #ececec solid 1px;
    list-style: none !important;
    padding-bottom: 30px;
    padding-top: 25px;
    display: block;
    clear: both; }
  #comments .comment-list li .comment-awaiting-moderation {
    display: none; }
  #comments .comment-list li:first-child {
    margin-top: 0;
    padding-top: 0px;
    border: none; }
  #comments .comment-list li .comment-author-image {
    float: left;
    width: 70px;
    margin-top: 5px; }
  #comments .comment-list li .comment-author-image img {
    margin-left: 0px;
    float: none; }
  #comments .comment-list li .comment-main {
    float: left;
    width: calc(100% - 70px);
    position: relative;
    padding-left: 20px;
    padding-bottom: 3px; }
  #comments .comment-list li .comment-main .comment-author {
    font-size: 15px;
    font-family: 'Georgia';
    color: #333;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize; }
  #comments .comment-list li .comment-main .comment-date {
    font-size: 12px;
    color: #bcbcbc;
    font-family: 'Open Sans', serif;
    font-weight: 400; }
  #comments .comment-list li .comment-main .comment-content {
    font-size: 13px;
    text-align: left;
    margin-top: 6px;
    float: left; }
  #comments .comment-list li .comment-main .comment-content ul li, #comments .comment-list li .comment-main .comment-content ol li {
    padding: 5px 10px;
    border: none; }
  #comments .comment-list li .comment-main .comment-content ol li {
    list-style: decimal !important;
    display: list-item; }
  #comments .comment-list li .comment-main .reply {
    font-size: 12px;
    float: left;
    background: #1c1c1c;
    color: #fff;
    padding: 0 8px;
    line-height: 25px;
    text-align: center;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: -7px; }
  #comments .comment-list li .comment-main .reply a {
    color: #fff; }
    #comments .comment-list li .comment-main .reply a:hover {
      color: #90c43e; }
  #comments .comment-list li ul.children {
    padding-left: 90px;
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    border-top: #ececec solid 1px;
    padding-top: 30px; }
  #comments .comment-list li ul.children li {
    display: block;
    clear: both; }
  #comments .comment-list li ul.children li .comment-author-image {
    width: 70px; }
    #comments .comment-list li ul.children li .comment-author-image img {
      margin-left: 0px; }
  #comments .comment-reply-title {
    color: #333;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 20px 0 25px 0;
    padding-bottom: 13px;
    text-align: left;
    border-bottom: #f3f3f3 solid 2px; }
  #comments .comment-reply-title span {
    position: relative;
    display: inline-block; }
  #comments .comment-reply-title span span {
    color: #90c43e; }
  #comments .comment-reply-title span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #90c43e;
    left: 0;
    bottom: -14px;
    position: absolute; }

.comment-form-cookies-consent label {
  display: inline; }

.cms-button-wrapper {
  display: inline-block; }
  .cms-button-wrapper + .cms-button-wrapper {
    margin-left: 14px; }

.owl-theme .owl-controls .owl-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* BACKGROUND GRADIENT */
  /* TRANSFORM STYLE */
  left: 0; }
  .owl-theme .owl-controls .owl-prev {
    left: -45px; }
  .owl-theme .owl-controls .owl-next {
    right: -45px; }
  .owl-theme .owl-controls .owl-prev, .owl-theme .owl-controls .owl-next {
    display: inline-block;
    margin: -26px 0px 0 0px;
    position: absolute; }
  .owl-theme .owl-controls .owl-prev i, .owl-theme .owl-controls .owl-next i {
    width: auto;
    height: auto;
    line-height: 29px;
    text-align: center;
    border: none;
    border-radius: 0;
    display: inline-block;
    color: #90c43e;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .owl-theme .owl-controls .owl-prev i.fa-arrow-left:before, .owl-theme .owl-controls .owl-next i.fa-arrow-left:before {
    content: '\f2fa';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 48px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .owl-theme .owl-controls .owl-prev i.fa-arrow-right:before, .owl-theme .owl-controls .owl-next i.fa-arrow-right:before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 48px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f2fb'; }
  .owl-theme .owl-controls .owl-dots {
    margin-top: 30px;
    text-align: center; }
  .owl-theme .owl-controls .owl-dot {
    zoom: 1;
    *display: inline;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 5px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    background: #e9e9e9;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset; }
  .owl-theme .owl-controls .owl-dot.active, .owl-theme .owl-controls .owl-dot:hover {
    background: #3b5019; }

.cms-carousel-images .owl-carousel .owl-item img {
  border-radius: 2px; }
  .cms-carousel-images .owl-theme .owl-controls .owl-dots {
    margin-top: 13px; }

.line-title {
  display: inline-block;
  height: 5px;
  width: 23px;
  background-color: #90c43e;
  vertical-align: top;
  /* 1.[Social] */ }

.cms-social-page {
  /* 2.[Progress Bar] */ }
  .cms-social-page a {
    border: 2px solid #595959;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    color: #595959;
    display: inline-block;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
    margin: 23px 29px 0 0;
    font-size: 14px;
    float: left; }
  .cms-social-page a:hover, .cms-social-page a:focus {
    border: 2px solid #00aced;
    color: #00aced; }
  .cms-social-page a:last-child {
    margin-right: 0; }
  .cms-social-page a i {
    line-height: 28px; }
  .cms-social-page.social-layout2 {
    display: inline-block; }
  .cms-social-page.social-layout2 a {
    width: 107px;
    height: 107px;
    line-height: 97px;
    border: transparent solid 5px;
    border-radius: 50%;
    font-size: 58px;
    color: #eae9e8;
    margin: 0 32px; }
  .cms-social-page.social-layout2 a i {
    line-height: 1; }
  .cms-social-page.social-layout2 a:hover {
    border-color: #90c43e;
    color: #90c43e; }
  .cms-social-page.social-layout3 {
    display: inline-block; }
  .cms-social-page.social-layout3 a {
    font-size: 28px;
    color: #fff;
    margin: 0 23px 0 0;
    border: none;
    float: left; }
  .cms-social-page.social-layout3 a i {
    line-height: 1; }

.cms-progress-wraper {
  /* 3.[Accordion] */ }
  .cms-progress-wraper .cms-progress-item-wrap {
    position: relative; }
  .cms-progress-wraper .cms-progress-item-wrap .cms-progress-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #212121; }
  .cms-progress-wraper .cms-progress-item-wrap .cms-progress {
    display: inline-block;
    box-shadow: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) inset;
    max-width: calc(100% - 67px);
    margin-bottom: 21px; }
  .cms-progress-wraper .cms-progress-item-wrap .cms-progress:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.3) inset;
    height: 100%;
    content: '';
    z-index: 1; }
  .cms-progress-wraper .cms-progress-item-wrap .cms-progress.vertical .progress-bar {
    border-radius: 0 !important; }
  .cms-progress-wraper .cms-progress-item-wrap .cms-progress .progress-bar {
    z-index: 2;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;
    -moz-box-shadow: 0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;
    -ms-box-shadow: 0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset;
    box-shadow: 0px -1px 0px 0px rgba(46, 46, 46, 0.17) inset; }
  .cms-progress-wraper .cms-progress-item-wrap .cms-progress .progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(46, 46, 46, 0.17) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(46, 46, 46, 0.17) inset;
    -ms-box-shadow: 0px 1px 0px 0px rgba(46, 46, 46, 0.17) inset;
    box-shadow: 0px 1px 0px 0px rgba(46, 46, 46, 0.17) inset;
    height: 100%;
    content: '';
    z-index: 2; }
  .cms-progress-wraper .cms-progress-item-wrap span {
    float: left;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: 0.075em;
    color: #757575;
    padding-right: 33px; }
  .cms-progress-wraper.cms-progress-layout2 .cms-progress-item-wrap .cms-progress .progress-bar {
    margin-left: 6px; }
  .cms-progress-wraper.cms-progress-layout3 .cms-progress-item-wrap .cms-progress-title {
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    letter-spacing: 0.125em;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 100%; }
  .cms-progress-wraper.cms-progress-layout3 .cms-progress-item-wrap .progress-content {
    float: left;
    width: 100%; }
  .cms-progress-wraper.cms-progress-layout3 .cms-progress-item-wrap .progress-couter {
    float: right;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    letter-spacing: 0.125em;
    color: #fff;
    text-transform: uppercase; }
  .cms-progress-wraper.cms-progress-layout3 .cms-progress-item-wrap .progress-couter + .progress {
    margin-top: 0px; }
  .cms-progress-wraper.cms-progress-layout3 .cms-progress-item-wrap .cms-progress {
    border-radius: 0;
    height: 6px !important;
    overflow: initial;
    margin-bottom: 16px; }
  .cms-progress-wraper.cms-progress-layout3 .cms-progress-item-wrap .cms-progress .progress-bar {
    height: 100%;
    overflow: inherit; }
  .cms-progress-wraper.cms-progress-layout3 .cms-progress-item-wrap .cms-progress .progress-bar:after {
    position: absolute;
    left: auto;
    height: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    width: 10px;
    border-radius: 50%;
    content: '';
    top: -2px;
    right: -1px;
    background: inherit; }

body .vc_tta.vc_general .vc_tta-icon {
  border-radius: 4px;
  font-size: 20px;
  padding: 12px 14px 9px; }

.vc_tta-container {
  margin-bottom: 24px !important;
  /* Style Heading */ }
  .vc_tta-container > h2 {
    color: rgba(144, 196, 62, 0.5);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    position: relative;
    text-transform: uppercase;
    margin-bottom: -2px; }
  .vc_tta-container > h2:after {
    content: '';
    background: rgba(144, 196, 62, 0.5);
    width: 100%;
    height: 5px;
    bottom: 0;
    position: absolute;
    left: 0; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels {
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13);
    background: #fff; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: #fff;
    border: none;
    border-top: #ebebeb solid 1px;
    border-bottom: #eee solid 1px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      padding: 18px 17px;
      color: #000;
      font-size: 17px; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
        color: #000;
        font-size: 17px;
        line-height: 27px;
        position: static;
        display: inline-block;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
        padding: 0;
        background-color: transparent;
        font-size: 24px;
        color: #424242;
        margin-right: 6px;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
        display: none; }
        .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after {
          left: auto;
          right: 11px;
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          display: inline-block;
          -webkit-transition: all 300ms linear 0ms;
          -moz-transition: all 300ms linear 0ms;
          -ms-transition: all 300ms linear 0ms;
          transition: all 300ms linear 0ms;
          width: 16px;
          height: auto;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          content: 'add';
          float: left;
          margin-right: 2px;
          color: #000;
          background: none;
          top: 23px;
          position: absolute; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #f6f6f6;
    padding: 25px 25px 26px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.055em;
    color: #424242;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08) inset;
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08) inset; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    background: #fff; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #90c43e; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon, .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon, .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
        color: #90c43e; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after, .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after {
        content: 'remove';
        color: #90c43e; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: none; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading {
    border-bottom: none; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel {
    margin-bottom: 12px; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    background: #fff;
    border: none;
    border-radius: 2px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      padding: 15px 26px 15px 23px;
      color: #000;
      font-size: 16px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: #000;
      font-size: 16px;
      line-height: 24px;
      position: static;
      display: inline-block;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      padding: 0;
      background-color: transparent;
      font-size: 24px;
      color: #424242;
      margin-right: 6px;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
      display: none; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after {
        left: auto;
        right: 18px;
        display: inline-block;
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f2f2';
        float: left;
        margin-right: 2px;
        font-size: 28px;
        color: #000;
        background: none;
        position: absolute;
        top: 15px;
        height: auto;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        -webkit-transform: rotate(0deg);
        -khtml-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
      padding-left: 30px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
      padding-right: 30px; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 0px 25px 26px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.055em;
    color: #424242;
    border: none; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13); }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #000; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
        color: #000; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
        color: #90c43e; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after {
        -webkit-transform: rotate(180deg);
        -khtml-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
        right: 24px; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: none; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading {
      border-bottom: none; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel {
    margin-bottom: 12px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.13) isset;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.13) isset;
    -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.13) isset;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.13) isset;
    background: transparent;
    border: none;
    border-radius: 0px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      padding: 19px 26px 21px 23px;
      border-bottom: #eee solid 2px;
      color: #000;
      font-size: 25px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: #000;
      font-size: 25px;
      line-height: 30px;
      position: static;
      display: inline-block;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      padding: 0;
      background-color: transparent;
      font-size: 24px;
      color: #424242;
      margin-right: 6px;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
      display: none; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
      padding-left: 30px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
      padding-right: 30px; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
    padding: 17px 25px 40px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.055em;
    color: #757575;
    border: none; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    border: none;
    border-radius: 2px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
      border-color: transparent; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
        color: #90c43e; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
        color: #90c43e; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active {
        margin-top: 29px;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
        -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
        background-color: #fff;
        border: none;
        border-radius: 2px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #90c43e;
      margin-left: 23px;
      margin-right: 17px;
      padding: 19px 0px 18px 0px;
      border-color: #eee; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
        color: #90c43e; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
        color: #90c43e; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
        border-top: none; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a {
      border-bottom: none; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
    border-bottom: #749f30 solid 1px;
    border-radius: 2px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      padding: 16.5px 26px 16.5px 0px;
      color: #749f30;
      font-size: 18px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: #749f30;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.05em;
      position: static;
      display: inline-block;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      padding: 0;
      background-color: transparent;
      font-size: 24px;
      color: #424242;
      margin-right: 6px;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
      display: none; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after {
        left: auto;
        right: 18px;
        display: inline-block;
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f2fb';
        float: left;
        margin-right: 2px;
        font-size: 22px;
        color: #749f30;
        background: none;
        position: absolute;
        top: 21px;
        height: auto;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        -webkit-transform: rotate(0deg);
        -khtml-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
      padding-left: 30px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
      padding-right: 30px; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
    padding: 0px 25px 25px 0;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.055em;
    color: #757575;
    border: none;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-bottom: #749f30 solid 1px;
    border-radius: 0; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom: none; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
      padding-top: 4px; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon, .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    color: #90c43e; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after, .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after {
      -webkit-transform: rotate(90deg);
      -khtml-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: none; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading {
      border-bottom: none; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-body {
      border-bottom: none; }
  .vc_tta-container.vc_tta-container-style1 {
    background: #fff;
    border-radius: 4px;
    padding: 15px 22px 27px; }
  .vc_tta-container.vc_tta-container-style1 > h2 {
    color: #90c43e; }
  .vc_tta-container.vc_tta-container-style2 {
    background: #fff;
    border-radius: 4px;
    padding: 15px 22px 6px; }
  .vc_tta-container.vc_tta-container-style2 > h2 {
    color: #90c43e; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container {
    margin: 0; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
    overflow: initial;
    float: left;
    width: 100%;
    padding-left: 16px; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li {
    float: left;
    padding: 0;
    position: relative;
    margin: 0 10px 0 0;
    border-top: transparent solid 3px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a {
    font-size: 15px;
    color: rgba(144, 196, 62, 0.87);
    line-height: 35px;
    letter-spacing: 0.015em;
    padding: 4.5px 28px;
    background: none;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
    border: none;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a i {
      font-size: 28px;
      color: #424242;
      padding-right: 4px;
      padding: 0;
      line-height: 1; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:last-child a {
    border-right: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li.vc_active, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:hover {
    border-top: #90c43e solid 3px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li.vc_active a, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:hover a {
      color: #90c43e; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels {
    background: #fff !important;
    border: none !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    border-radius: 3px !important; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
    border-radius: 0px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      border-bottom: #90c43e solid 1px;
      font-size: 15px;
      color: rgba(144, 196, 62, 0.87);
      line-height: 35px;
      letter-spacing: 0.015em;
      padding: 4.5px 20px;
      background: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: rgba(144, 196, 62, 0.87);
      font-size: 15px;
      line-height: 35px;
      position: static;
      display: inline-block;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      padding: 0;
      background-color: transparent;
      font-size: 24px;
      color: #424242;
      margin-right: 6px;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
      display: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
      padding-left: 30px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
      padding-right: 30px; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
    padding: 48px 0px 0px 30px;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.055em;
    color: #707070;
    border: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
      border-color: transparent; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active {
      border: none;
      border-radius: 2px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
      border-top: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a {
      border-bottom: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list {
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: #e0e0e0 solid 4px;
    overflow: initial;
    float: left;
    width: 100%; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li {
    float: left;
    padding: 7px 0;
    position: relative;
    margin: 0; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a {
    font-size: 15px;
    color: rgba(144, 196, 62, 0.87);
    line-height: 35px;
    letter-spacing: 0.015em;
    padding: 4.5px 30px;
    background: none;
    border: none;
    text-align: center; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a i {
      font-size: 28px;
      color: #424242;
      padding-right: 4px;
      padding: 0;
      line-height: 1; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:last-child a {
    border-right: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:after {
    content: '';
    background: #90c43e;
    width: 100%;
    height: 6px;
    bottom: -4px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover a {
    color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active:after, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover:after {
      opacity: 1; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels {
    background: #fff !important;
    border: none !important; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
    border-radius: 0px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      border-bottom: #eee solid 2px;
      font-size: 15px;
      color: rgba(144, 196, 62, 0.87);
      line-height: 35px;
      letter-spacing: 0.015em;
      padding: 4.5px 20px;
      background: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: rgba(144, 196, 62, 0.87);
      font-size: 15px;
      line-height: 35px;
      position: static;
      display: inline-block;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      padding: 0;
      background-color: transparent;
      font-size: 24px;
      color: #424242;
      margin-right: 6px;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
      display: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
      padding-left: 30px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
      padding-right: 30px; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
    padding: 31px 0px 30px 9px;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.055em;
    color: #707070;
    border: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
      border-color: transparent; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active {
      border: none;
      border-radius: 2px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #90c43e;
      border-color: #eee; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
      border-top: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a {
      border-bottom: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline {
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.13); }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list {
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li {
    float: left;
    padding: 17px 0;
    position: relative; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a {
    font-size: 18px;
    color: #424242;
    line-height: 35px;
    letter-spacing: 0.02em;
    padding: 4.5px 54px;
    background: none;
    min-width: 201px;
    border: none;
    text-align: center;
    border-right: #e0e0e0 solid 1px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a i, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a i {
      font-size: 28px;
      color: #424242;
      padding-right: 4px;
      padding: 0;
      line-height: 1; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:last-child a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:last-child a {
    border-right: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:after, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:after {
    content: '';
    background: #82b236;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li.vc_active:after, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li.vc_active:after, .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:hover:after, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:hover:after {
    opacity: 1; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li.vc_active a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li.vc_active a, .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:hover a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:hover a {
      color: #90c43e; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li.vc_active a i, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li.vc_active a i, .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:hover a i, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:hover a i {
      color: #90c43e; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels {
    background: #90c43e !important; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
    border-radius: 0px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      font-size: 18px;
      color: #fff;
      line-height: 35px;
      letter-spacing: 0.02em;
      padding: 4.5px 20px;
      background: none;
      border: none;
      border-bottom: #fff solid 2px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
      font-size: 18px;
      color: #fff;
      line-height: 35px;
      letter-spacing: 0.02em;
      position: static;
      display: inline-block;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      padding: 0;
      background-color: transparent;
      font-size: 24px;
      color: #fff;
      margin-right: 6px;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
      display: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
      padding-left: 30px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
      padding-right: 30px; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
    padding: 65px 42px 76px 54px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.055em;
    color: #fff;
    border: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #fff; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: #fff; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      color: #fff; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active {
      border: none;
      border-radius: 2px; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #fff;
      border-color: #fff; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
      color: #fff; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
      color: #fff; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
      border-top: none; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a {
      border-bottom: none; }

.cms-heading-wrapper {
  text-align: center; }
  .cms-heading-wrapper .icon-image {
    position: absolute;
    top: -22px; }
  .cms-heading-wrapper .title {
    margin-bottom: 4px; }
  .cms-heading-wrapper.heading-layout2 {
    text-align: left; }
  .cms-heading-wrapper.heading-layout2 .title {
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.035em;
    color: #212121; }
  .cms-heading-wrapper.heading-layout2 .cms-heading-subtitle {
    font-size: 20px;
    line-height: 1;
    margin-top: -3px;
    letter-spacing: 0.225em;
    color: rgba(33, 33, 33, 0.87);
    text-transform: uppercase; }
  .cms-heading-wrapper.heading-layout3 {
    text-align: center; }
  .cms-heading-wrapper.heading-layout3 .cms-heading-subtitle {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0.035em;
    color: #212121;
    text-align: center;
    margin-bottom: 6px; }
  .cms-heading-wrapper.heading-layout3 .title {
    font-size: 45px;
    line-height: 48px;
    letter-spacing: 0.035em;
    color: #303030;
    position: relative;
    margin-bottom: 117px; }
  .cms-heading-wrapper.heading-layout3 .title span {
    color: #90c43e; }
  .cms-heading-wrapper.heading-layout3 .title:after {
    content: '';
    height: 2px;
    background: #e9e9e9;
    border-bottom: #fcfcfc solid 1px;
    width: 136px;
    display: inline-block;
    position: absolute;
    bottom: -60px;
    -webkit-transform: translate(-50%, 0px);
    -khtml-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    left: 50%; }
  .cms-heading-wrapper.heading-layout3 .description {
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    line-height: 30px;
    color: #212121;
    width: 100%;
    max-width: 50%;
    display: inline-block; }
  .cms-heading-wrapper.heading-layout3.style2 .title {
    margin-bottom: 83px; }
  .cms-heading-wrapper.heading-layout3.style2 .title:after {
    bottom: -43px; }
  .cms-heading-wrapper.heading-layout3.style2 .description {
    max-width: 100%;
    line-height: 32px; }
  .cms-heading-wrapper.heading-layout4 {
    text-align: left; }
  .cms-heading-wrapper.heading-layout4 .title {
    font-size: 45px;
    line-height: 48px;
    letter-spacing: 0.035em;
    color: #212121;
    position: relative;
    margin-bottom: 53px;
    padding-top: 40px; }
  .cms-heading-wrapper.heading-layout4 .description {
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    line-height: 30px;
    color: #212121;
    width: 100%;
    max-width: 85%;
    display: inline-block; }
  .cms-heading-wrapper.cms-heading-layout5 .title {
    font-size: 55px;
    line-height: 58px;
    color: #424242;
    letter-spacing: 0.025em;
    margin-bottom: 24px; }
  .cms-heading-wrapper.cms-heading-layout5 .content {
    padding-top: 9px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    letter-spacing: 0.025em; }
  .cms-heading-wrapper.cms-heading-layout5 .content p {
    display: inline-block; }
  .cms-heading-wrapper.cms-heading-layout5 .cms-heading-button {
    margin-top: 58px; }

.vc_custom_heading cite {
  font-weight: 400;
  color: #90c43e;
  font-style: normal; }

.box-shadow1 {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.box-shadow2 {
  -webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.25); }

.box-shadow3 {
  -webkit-box-shadow: -1px -1px 4px #e5e5e5;
  -moz-box-shadow: -1px -1px 4px #e5e5e5;
  -ms-box-shadow: -1px -1px 4px #e5e5e5;
  box-shadow: -1px -1px 4px #e5e5e5;
  position: relative; }
  .box-shadow3 .vc_column_wrapper {
    -webkit-box-shadow: 1px 1px 4px #e5e5e5;
    -moz-box-shadow: 1px 1px 4px #e5e5e5;
    -ms-box-shadow: 1px 1px 4px #e5e5e5;
    box-shadow: 1px 1px 4px #e5e5e5; }

.box-shadow4 {
  -webkit-box-shadow: 1px 1px 4px #e5e5e5;
  -moz-box-shadow: 1px 1px 4px #e5e5e5;
  -ms-box-shadow: 1px 1px 4px #e5e5e5;
  box-shadow: 1px 1px 4px #e5e5e5; }

.box-shadow-default1 {
  -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22) inset;
  -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22) inset;
  -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22) inset;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22) inset; }

.box-shadow-default2 {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) inset;
  /*counter*/ }

.cms-counter-wraper {
  text-align: center;
  /* End Blog Listing */
  /* 1.CMS Carousel */ }
  .cms-counter-wraper .cms-counter {
    border-radius: 50%;
    height: 185px;
    min-width: 185px;
    display: inline-block;
    border: #90c43e solid 2px;
    font-size: 65px;
    font-weight: 100;
    padding: 0 17px;
    line-height: 183px;
    text-align: center;
    color: #fff; }
  .cms-counter-wraper .cms-counter-icon {
    margin: 10px 0; }
  .cms-counter-wraper .cms-counter-icon i {
    font-size: 30px; }
  .cms-counter-wraper .cms-counter-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.055em;
    color: #fff;
    margin-top: 21px; }
  .cms-counter-wraper.cms-counter-layout-2 {
    padding-top: 23px;
    padding-bottom: 37px; }
  .cms-counter-wraper.cms-counter-layout-2 .cms-counter {
    border-radius: 0;
    height: auto;
    min-width: auto;
    display: inline-block;
    border: none;
    padding: 0;
    font-size: 110px;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    color: #fff; }
  .cms-counter-wraper.cms-counter-layout-2 .cms-counter-icon {
    margin: 10px 0; }
  .cms-counter-wraper.cms-counter-layout-2 .cms-counter-icon i {
    font-size: 30px; }
  .cms-counter-wraper.cms-counter-layout-2 .cms-counter-title {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: rgba(255, 255, 255, 0.87);
    margin-top: 46px;
    text-transform: uppercase; }
  .cms-counter-wraper.cms-counter-layout-2.no-border {
    border-right: none; }

.template-cms_carousel .cms-grid-media {
  margin-bottom: 30px;
  text-align: center; }
  .template-cms_carousel .cms-carousel-title {
    margin-bottom: 0;
    font-size: 27px;
    margin-top: 16px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #000; }
  .template-cms_carousel .cms-carousel-title a {
    color: #000; }
  .template-cms_carousel .cms-carousel-title a:hover, .template-cms_carousel .cms-carousel-title a:focus {
    color: #90c43e; }
  .template-cms_carousel .cms-carousel-time {
    margin-top: 20px;
    text-align: center;
    width: 100%; }

.cms_carousel--layout-team1 .cms-grid-media {
  width: 100%;
  float: left; }
  .cms_carousel--layout-team1 .cms-grid-media img {
    border-radius: 5px; }
  .cms_carousel--layout-team1 .cms-team-item {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    position: relative;
    float: left;
    width: 100%; }
  .cms_carousel--layout-team1 .cms-team-item:after {
    content: '';
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 5px; }
  .cms_carousel--layout-team1 .cms-team-item h3 {
    font-size: 21.39px;
    line-height: 26px;
    letter-spacing: 0.125em;
    color: #fff;
    padding: 18px 13px 0;
    position: absolute;
    bottom: 28px;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
  .cms_carousel--layout-team1 .cms-team-item .position {
    font-size: 14.26px;
    line-height: 26px;
    position: absolute;
    letter-spacing: 0.125em;
    color: #fff;
    bottom: 15px;
    padding: 0 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    z-index: 2; }
  .cms_carousel--layout-team1 .cms-team-item .cms-grid-team-content {
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 0 13px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 2; }
  .cms_carousel--layout-team1 .cms-team-item .cms-grid-team-content .cms-team-social {
    float: left;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 0; }
  .cms_carousel--layout-team1 .cms-team-item .cms-grid-team-content .cms-team-social a {
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
    color: #fff;
    float: left;
    margin: 0;
    margin-right: 20px; }
  .cms_carousel--layout-team1 .cms-team-item .cms-grid-team-content .cms-team-social a i {
    font-size: 14px; }
  .cms_carousel--layout-team1 .cms-team-item .cms-grid-team-content .cms-team-social a:hover {
    color: #90c43e; }
  .cms_carousel--layout-team1 .cms-team-item .cms-grid-team-content .description {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.125em;
    color: #fff;
    width: 100%;
    text-align: left; }
  .cms_carousel--layout-team1 .cms-team-item .cms-grid-team-content .description p {
    margin-bottom: 25px; }
  .cms_carousel--layout-team1 .cms-team-item .cms-grid-team-content .description p:last-child {
    margin-bottom: 0; }
  .cms_carousel--layout-team1 .cms-team-item:hover:after {
    opacity: 1; }
  .cms_carousel--layout-team1 .cms-team-item:hover h3 {
    -webkit-transform: translate3d(0, -101px, 0);
    -khtml-transform: translate3d(0, -101px, 0);
    -moz-transform: translate3d(0, -101px, 0);
    -ms-transform: translate3d(0, -101px, 0);
    -o-transform: translate3d(0, -101px, 0);
    transform: translate3d(0, -101px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms_carousel--layout-team1 .cms-team-item:hover .position {
    -webkit-transform: translate3d(0, -101px, 0);
    -khtml-transform: translate3d(0, -101px, 0);
    -moz-transform: translate3d(0, -101px, 0);
    -ms-transform: translate3d(0, -101px, 0);
    -o-transform: translate3d(0, -101px, 0);
    transform: translate3d(0, -101px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms_carousel--layout-team1 .cms-team-item:hover .cms-grid-team-content {
    opacity: 1; }

.cms_carousel--layout-team2 {
  padding: 0 45px; }
  .cms_carousel--layout-team2.owl-theme .owl-controls .owl-prev {
    left: 0; }
  .cms_carousel--layout-team2.owl-theme .owl-controls .owl-prev i:before {
    color: #fff; }
  .cms_carousel--layout-team2.owl-theme .owl-controls .owl-next {
    right: 0; }
  .cms_carousel--layout-team2.owl-theme .owl-controls .owl-next i:before {
    color: #fff; }
  .cms_carousel--layout-team2 .cms-grid-media {
    width: 100%;
    float: left; }
  .cms_carousel--layout-team2 .cms-grid-media img {
    border-radius: 2px; }
  .cms_carousel--layout-team2 .cms-team-item {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
    position: relative;
    float: left;
    width: 100%; }
  .cms_carousel--layout-team2 .cms-team-item:after {
    content: '';
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 5px; }
  .cms_carousel--layout-team2 .cms-team-item h3 {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 18px 20px 0;
    position: absolute;
    bottom: 5px;
    margin: 0;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
  .cms_carousel--layout-team2 .cms-team-item .position {
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    letter-spacing: 0.025em;
    color: #fff;
    bottom: 38px;
    padding: 0 20px;
    font-weight: 400;
    z-index: 2;
    font-style: italic; }
  .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 0 28px 0 20px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 2; }
  .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content .cms-team-social {
    float: right;
    width: 100%;
    margin-top: 0px;
    text-align: right; }
  .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content .cms-team-social a {
    border: none;
    width: auto;
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    float: none;
    height: auto;
    margin: 0;
    margin-left: 10px; }
  .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content .cms-team-social a i {
    font-size: 14px; }
  .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content .cms-team-social a:hover {
    color: #90c43e; }
  .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content .description {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.035em;
    color: #fff;
    width: 100%;
    text-align: left; }
  .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content .description p {
    margin-bottom: 25px; }
  .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content .description p:last-child {
    margin-bottom: 0; }
  .cms_carousel--layout-team2 .cms-team-item:hover:after {
    opacity: 1; }
  .cms_carousel--layout-team2 .cms-team-item:hover h3 {
    -webkit-transform: translate3d(0, -95px, 0);
    -khtml-transform: translate3d(0, -95px, 0);
    -moz-transform: translate3d(0, -95px, 0);
    -ms-transform: translate3d(0, -95px, 0);
    -o-transform: translate3d(0, -95px, 0);
    transform: translate3d(0, -95px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms_carousel--layout-team2 .cms-team-item:hover .position {
    -webkit-transform: translate3d(0, -96px, 0);
    -khtml-transform: translate3d(0, -96px, 0);
    -moz-transform: translate3d(0, -96px, 0);
    -ms-transform: translate3d(0, -96px, 0);
    -o-transform: translate3d(0, -96px, 0);
    transform: translate3d(0, -96px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms_carousel--layout-team2 .cms-team-item:hover .cms-grid-team-content {
    opacity: 1; }

.cms_carousel--layout-team3 {
  margin: 0 -23px; }
  .cms_carousel--layout-team3.owl-theme .owl-controls {
    margin-top: 32px; }
  .cms_carousel--layout-team3.owl-theme .owl-controls .owl-dot {
    display: inline-block;
    background: #fff; }
  .cms_carousel--layout-team3.owl-theme .owl-controls .owl-dot.active, .cms_carousel--layout-team3.owl-theme .owl-controls .owl-dot:hover {
    background: #747474; }
  .cms_carousel--layout-team3 .cms-grid-media {
    width: 100%;
    float: left; }
  .cms_carousel--layout-team3 .cms-grid-media img {
    border-radius: 2px; }
  .cms_carousel--layout-team3 .cms-team-item {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 23px;
    padding-bottom: 15px; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content {
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 15px;
    border-radius: 4px;
    width: calc(100% - 46px);
    left: 23px;
    background: #fff;
    padding: 13px 28px 27px 20px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 2; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content h3 {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.035em;
    color: #212121;
    padding: 18px 0px 0;
    margin: 0;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .position {
    font-size: 16px;
    line-height: 30px;
    margin-top: -9px;
    letter-spacing: 0.025em;
    color: #616161;
    padding: 0 20px;
    font-weight: 400;
    z-index: 2;
    margin-bottom: 8px; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .cms-team-social {
    float: right;
    width: 100%;
    margin-top: 24px;
    text-align: center; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .cms-team-social a {
    border: none;
    width: auto;
    font-size: 29px;
    display: inline-block;
    line-height: 1;
    color: #757575;
    float: none;
    height: auto;
    margin: 0 16px; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .cms-team-social a i {
    font-size: 29px; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .cms-team-social a:hover {
    color: #90c43e; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .description {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #616161;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .description p {
    margin-bottom: 25px; }
  .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .description p:last-child {
    margin-bottom: 0; }
  .cms_carousel--layout-team3 .cms-team-item:hover .cms-grid-team-content {
    opacity: 1; }
  .cms_carousel--layout-team3 .cms-team-item:hover .cms-grid-team-content .description {
    opacity: 1;
    max-height: 1000px; }

.cms_carousel--layout-team4 {
  text-align: center; }
  .cms_carousel--layout-team4.owl-theme .owl-controls {
    margin-top: 32px; }
  .cms_carousel--layout-team4.owl-theme .owl-controls .owl-dot {
    display: inline-block;
    background: #fff; }
  .cms_carousel--layout-team4.owl-theme .owl-controls .owl-dot.active, .cms_carousel--layout-team4.owl-theme .owl-controls .owl-dot:hover {
    background: #747474; }
  .cms_carousel--layout-team4 .cms-grid-media {
    width: 100%;
    float: left; }
  .cms_carousel--layout-team4 .cms-grid-media img {
    border-radius: 2px;
    /* Chrome, Safari, Opera */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .cms_carousel--layout-team4 .cms-team-item {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 19px; }
  .cms_carousel--layout-team4 .cms-team-item .cms-grid-team-content {
    background: #fff;
    float: left;
    width: 100%;
    padding: 0px 20px 27px 20px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 2; }
  .cms_carousel--layout-team4 .cms-team-item .cms-grid-team-content h3 {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.035em;
    color: #212121;
    padding: 16px 0px 0;
    margin: 0;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
  .cms_carousel--layout-team4 .cms-team-item .cms-grid-team-content .position {
    font-size: 16px;
    line-height: 30px;
    margin-top: -9px;
    letter-spacing: 0.025em;
    color: #212121;
    padding: 0 20px;
    font-weight: 400;
    z-index: 2;
    margin-bottom: 8px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms_carousel--layout-team4 .cms-team-item .cms-grid-team-content .cms-team-social {
    float: right;
    width: 100%;
    margin-top: 2px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms_carousel--layout-team4 .cms-team-item .cms-grid-team-content .cms-team-social a {
    border: none;
    width: auto;
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    color: #757575;
    float: none;
    height: auto;
    margin: 0 9px; }
  .cms_carousel--layout-team4 .cms-team-item .cms-grid-team-content .cms-team-social a i {
    font-size: 14px; }
  .cms_carousel--layout-team4 .cms-team-item .cms-grid-team-content .cms-team-social a:hover {
    color: #90c43e; }
  .cms_carousel--layout-team4 .cms-team-item:hover .cms-grid-media img {
    /* Chrome, Safari, Opera */
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .cms_carousel--layout-team4 .cms-team-item:hover .cms-grid-team-content .position, .cms_carousel--layout-team4 .cms-team-item:hover .cms-grid-team-content .cms-team-social {
    opacity: 1; }

.cms_carousel--layout-team5 {
  margin: 0 -23px;
  /*testimonial*/ }
  .cms_carousel--layout-team5.owl-theme .owl-controls {
    margin-top: 32px; }
  .cms_carousel--layout-team5.owl-theme .owl-controls .owl-dot {
    display: inline-block;
    background: #fff; }
  .cms_carousel--layout-team5.owl-theme .owl-controls .owl-dot.active, .cms_carousel--layout-team5.owl-theme .owl-controls .owl-dot:hover {
    background: #747474; }
  .cms_carousel--layout-team5 .cms-grid-media {
    width: 100%;
    float: left; }
  .cms_carousel--layout-team5 .cms-grid-media img {
    border-radius: 2px;
    width: 100%; }
  .cms_carousel--layout-team5 .cms-team-item {
    outline: 0;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 23px;
    padding-bottom: 15px;
    opacity: 0.3; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 15px;
    border-radius: 4px;
    width: calc(100% - 46px);
    left: 23px;
    background: #fff;
    padding: 13px 28px 27px 20px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 2; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content h3 {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.035em;
    color: #212121;
    padding: 18px 0px 0;
    margin: 0;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content .position {
    font-size: 16px;
    line-height: 30px;
    margin-top: -9px;
    letter-spacing: 0.025em;
    color: #616161;
    padding: 0 20px;
    font-weight: 400;
    z-index: 2;
    margin-bottom: 8px; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content .cms-team-social {
    float: right;
    width: 100%;
    margin-top: 24px;
    text-align: center; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content .cms-team-social a {
    border: none;
    width: auto;
    font-size: 25px;
    display: inline-block;
    line-height: 1;
    color: #757575;
    float: none;
    height: auto;
    margin: 0 16px; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content .cms-team-social a i {
    font-size: 14px; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content .cms-team-social a:hover {
    color: #90c43e; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content .description {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #616161;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content .description p {
    margin-bottom: 25px; }
  .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content .description p:last-child {
    margin-bottom: 0; }
  .cms_carousel--layout-team5 .cms-team-item:hover .cms-grid-team-content {
    opacity: 1;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25); }
  .cms_carousel--layout-team5 .cms-team-item:hover .cms-grid-team-content .description {
    opacity: 1;
    max-height: 1000px; }
  .cms_carousel--layout-team5 .cms-team-item.slick-active {
    opacity: 1; }
  .cms_carousel--layout-team5 .cms-team-item.slick-center + .slick-active + .slick-active {
    opacity: 0.3; }
  .cms_carousel--layout-team5 .slick-dots {
    width: 100%;
    text-align: center;
    position: static;
    margin-top: 25px;
    padding-bottom: 30px; }
  .cms_carousel--layout-team5 .slick-dots li {
    margin: 0 4.5px; }
  .cms_carousel--layout-team5 .slick-dots li button {
    background: #e9e9e9;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    width: 13px;
    height: 13px;
    min-width: 13px;
    border-radius: 50%; }
  .cms_carousel--layout-team5 .slick-dots li button:before {
    display: none; }
  .cms_carousel--layout-team5 .slick-dots li.slick-active button {
    background: #747474; }

.cms-testimonial-layout1 .cms-carousel-item {
  outline: 0; }
  .cms-testimonial-layout1 .cms-testimonial-wrapper {
    padding: 33px 34px 29px 33px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08); }
  .cms-testimonial-layout1 .cms-testimonial-body-left {
    margin-top: 16px;
    float: left;
    width: 100%;
    max-height: 165px; }
  .cms-testimonial-layout1 .cms-testimonial-body-left .content {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.125em;
    text-align: center;
    color: #424242;
    font-style: italic; }
  .cms-testimonial-layout1 .cms-testimonial-body-left .content .left-quote {
    padding-bottom: 4px; }
  .cms-testimonial-layout1 .cms-testimonial-body-left .content .left-quote, .cms-testimonial-layout1 .cms-testimonial-body-left .content .right-quote {
    font-size: 33px;
    line-height: 24px;
    letter-spacing: 0.125em;
    color: #90c43e; }
  .cms-testimonial-layout1 .cms-testimonial-body-right {
    float: right;
    width: 100%;
    margin-top: 38px;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-testimonial-layout1 .cms-testimonial-body-right .cms-grid-media {
    width: 126px;
    height: 126px;
    display: inline-block; }
  .cms-testimonial-layout1 .cms-testimonial-body-right .cms-grid-media img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .cms-testimonial-layout1 .cms-testimonial-body-right .title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.125em;
    position: relative;
    color: #212121;
    margin-top: 6px;
    text-transform: uppercase; }
  .cms-testimonial-layout1 .cms-testimonial-body-right .position {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.125em;
    position: relative;
    color: #212121; }
  .cms-testimonial-layout1 .slick-dots {
    width: 100%;
    text-align: center;
    position: static;
    margin-top: 20px;
    padding-bottom: 30px; }
  .cms-testimonial-layout1 .slick-dots li {
    margin: 0 4.5px; }
  .cms-testimonial-layout1 .slick-dots li button {
    background: #e9e9e9;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    width: 13px;
    height: 13px;
    min-width: 13px;
    border-radius: 50%; }
  .cms-testimonial-layout1 .slick-dots li button:before {
    display: none; }
  .cms-testimonial-layout1 .slick-dots li.slick-active button {
    background: #3b5019; }

@media (min-width: 1600px) {
  .cms-testimonial-layout3-wrap {
    max-width: 1470px;
    min-width: 1170px; } }

@media (min-width: 1200px) {
  .cms-testimonial-layout1 .cms-carousel-item {
    width: 260px !important;
    outline: 0; }
    .cms-testimonial-layout1 .cms-carousel-item .cms-testimonial-body-left {
      opacity: 0; }
    .cms-testimonial-layout1 .cms-carousel-item.slick-active.slick-current {
      width: 619px !important; }
      .cms-testimonial-layout1 .cms-carousel-item.slick-active.slick-current .cms-testimonial-wrapper {
        background: #fff;
        max-width: 485px;
        margin-left: 67px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08); }
      .cms-testimonial-layout1 .cms-carousel-item.slick-active.slick-current .cms-testimonial-body-left {
        opacity: 1; }
      .cms-testimonial-layout1 .cms-carousel-item.slick-active.slick-current .cms-testimonial-body-right {
        margin-top: 0px; }
      .cms-testimonial-layout1 .cms-carousel-item.slick-active.slick-current + .slick-active .cms-testimonial-body-right {
        float: left; }
        .cms-testimonial-layout1 .cms-carousel-item.slick-active.slick-current + .slick-active .cms-testimonial-body-left {
          float: right; }
    .cms-testimonial-layout1 .cms-testimonial-wrapper {
      padding: 33px 34px 29px 33px;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
      background: none;
      box-shadow: none; }
    .cms-testimonial-layout1 .cms-testimonial-body-left {
      margin-top: 16px;
      float: left;
      width: calc(100% - 126px);
      max-height: 165px; }
    .cms-testimonial-layout1 .cms-testimonial-body-left .content {
      font-size: 13px;
      line-height: 24px;
      letter-spacing: 0.125em;
      text-align: center;
      color: #424242; }
      .cms-testimonial-layout1 .cms-testimonial-body-left .content .left-quote {
        padding-bottom: 4px; }
      .cms-testimonial-layout1 .cms-testimonial-body-left .content .left-quote, .cms-testimonial-layout1 .cms-testimonial-body-left .content .right-quote {
        font-size: 33px;
        line-height: 24px;
        letter-spacing: 0.125em;
        color: #90c43e; }
    .cms-testimonial-layout1 .cms-testimonial-body-right {
      float: right;
      width: 126px;
      margin-top: 38px;
      text-align: center;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .cms-testimonial-layout1 .cms-testimonial-body-right .cms-grid-media {
      width: 126px;
      height: 126px;
      display: inline-block; }
      .cms-testimonial-layout1 .cms-testimonial-body-right .cms-grid-media img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .cms-testimonial-layout1 .cms-testimonial-body-right .title {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.125em;
      position: relative;
      color: #212121;
      margin-top: 6px;
      text-transform: uppercase; }
    .cms-testimonial-layout1 .cms-testimonial-body-right .position {
      font-size: 12px;
      line-height: 24px;
      letter-spacing: 0.125em;
      position: relative;
      color: #212121; }
    .cms-testimonial-layout1 .slick-dots {
      width: 100%;
      text-align: center;
      position: static;
      margin-top: 20px;
      padding-bottom: 30px; }
    .cms-testimonial-layout1 .slick-dots li {
      margin: 0 4.5px; }
      .cms-testimonial-layout1 .slick-dots li button {
        background: #e9e9e9;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
        -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
        -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
        width: 13px;
        height: 13px;
        border-radius: 50%; }
      .cms-testimonial-layout1 .slick-dots li button:before {
        display: none; }
      .cms-testimonial-layout1 .slick-dots li.slick-active button {
        background: #3b5019; }

  .cms-testimonial-layout3-wrap {
    max-width: 1170px; }
    .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item {
      outline: 0; }
      .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item .cms-testimonial-body-right {
        opacity: 0; }
      .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item.slick-active .cms-testimonial-body-left .cms-grid-media {
        float: left; }
        .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item.slick-active .cms-testimonial-body-left .cms-grid-media img {
          opacity: 0.3; }
      .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item.slick-active.slick-current .cms-testimonial-body-left .cms-grid-media {
        float: none; }
        .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item.slick-active.slick-current .cms-testimonial-body-left .cms-grid-media img {
          opacity: 1; }
        .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item.slick-active.slick-current .cms-testimonial-body-left .cms-grid-media:before {
          opacity: 1; }
        .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item.slick-active.slick-current .cms-testimonial-body-left .title {
          opacity: 0;
          max-height: 0;
          margin-top: 9px; }
        .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item.slick-active.slick-current .cms-testimonial-body-right {
          opacity: 1;
          max-height: 184px; }
        .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item.slick-active.slick-current .cms-testimonial-body-right .title {
          margin-top: 39px; }
        .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item.slick-active.slick-current + .slick-active .cms-testimonial-body-left .cms-grid-media {
          float: right; } }

.cms-testimonial-layout2 {
  display: inline-block; }
  .cms-testimonial-layout2 .cms-testimonial-item {
    min-height: 168px; }
  .cms-testimonial-layout2 .cms-testimonial-body .content {
    font-size: 14px;
    line-height: 24px;
    color: #fff; }
  .cms-testimonial-layout2 .cms-testimonial-body .content p {
    margin-bottom: 9px; }
  .cms-testimonial-layout2 .cms-testimonial-body .cms-testimonial-body-left {
    float: left;
    margin-top: 20px;
    width: calc(100% - 139px);
    text-align: left; }
  .cms-testimonial-layout2 .cms-testimonial-body .title {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    position: relative;
    padding-left: 27px; }
  .cms-testimonial-layout2 .cms-testimonial-body .title:before {
    content: '';
    width: 19px;
    height: 2px;
    background: rgba(255, 255, 255, 0.45);
    top: 10px;
    left: 0;
    position: absolute; }
  .cms-testimonial-layout2 .cms-testimonial-body .cms-grid-media {
    float: right;
    width: 92px;
    height: 92px;
    margin-top: 22px; }
  .cms-testimonial-layout2 .cms-testimonial-body .cms-grid-media img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.cms-testimonial-layout3-wrap {
  display: inline-block; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-carousel-item {
    outline: 0; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-wrapper {
    padding: 21px 34px 0px 33px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 3px; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-left {
    margin-top: 16px;
    float: left;
    width: 100%;
    text-align: center; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-left .cms-grid-media {
    display: inline-block;
    position: relative; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-left .cms-grid-media img {
    width: 150px;
    height: 150px;
    border-radius: 50%; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-left .cms-grid-media .title {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.125em;
    position: relative;
    color: #fff;
    opacity: 0.3;
    width: 100%;
    text-align: center;
    margin-top: 34px; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-left .cms-grid-media:before {
    content: "\f10e";
    position: absolute;
    top: -9px;
    left: -56px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    color: #90c43e;
    opacity: 0; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-right {
    float: right;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-right .content {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.125em;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    font-style: italic; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-right .content .left-quote {
    padding-bottom: 4px; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-right .content .left-quote, .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-right .content .right-quote {
    font-size: 33px;
    line-height: 24px;
    letter-spacing: 0.125em;
    color: #90c43e; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-right .content .right-quote {
    padding-top: 17px; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-right .title {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.125em;
    position: relative;
    color: #fff;
    margin-top: 37px; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .cms-testimonial-body-right .position {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.125em;
    position: relative;
    color: #212121; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .slick-dots {
    width: 100%;
    text-align: center;
    position: static;
    padding-bottom: 19px; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .slick-dots li {
    margin: 0 4.5px; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .slick-dots li button {
    background: #e9e9e9;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
    width: 13px;
    height: 13px;
    min-width: 13px;
    border-radius: 50%; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .slick-dots li button:before {
    display: none; }
  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .slick-dots li.slick-active button {
    background: #3b5019; }

.cms-testimonial-layout4 .cms-testimonial-item {
  border: #d6d6d6 solid 1px;
  border-radius: 3px;
  background: #fff;
  padding: 27px 60px 19px 34px; }
  .cms-testimonial-layout4 .cms-testimonial-item .cms-testimonial-body-top i {
    font-size: 90px;
    color: #eee; }
  .cms-testimonial-layout4 .cms-testimonial-item .cms-testimonial-body-top .content {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.125em;
    color: #a8a7a7;
    margin-top: 3px; }
  .cms-testimonial-layout4 .cms-testimonial-item .cms-testimonial-body-bottom {
    float: left;
    width: 100%;
    margin-top: 27px; }
  .cms-testimonial-layout4 .cms-testimonial-item .cms-testimonial-body-bottom .cms-grid-media {
    float: left; }
  .cms-testimonial-layout4 .cms-testimonial-item .cms-testimonial-body-bottom .cms-grid-media img {
    width: 65px;
    height: 65px;
    border-radius: 50%; }
  .cms-testimonial-layout4 .cms-testimonial-item .cms-testimonial-body-bottom .content-right {
    float: left;
    padding-top: 7px;
    padding-left: 19px; }
  .cms-testimonial-layout4 .cms-testimonial-item .cms-testimonial-body-bottom .content-right .title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.125em;
    position: relative;
    color: #424242; }
  .cms-testimonial-layout4 .cms-testimonial-item .cms-testimonial-body-bottom .content-right .position {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.125em;
    position: relative;
    color: #424242;
    margin-top: 1px; }

.template-cms_carousel--layout-blog .cms-grid-media {
  background-size: cover;
  min-height: 470px; }
  .template-cms_carousel--layout-blog .cms-carousel-item {
    position: relative; }
  .template-cms_carousel--layout-blog .cms-carousel-item .content-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 30px 45px 28px 21px; }
  .template-cms_carousel--layout-blog .cms-carousel-item .content-overlay .cms-carousel-title h3 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0; }
  .template-cms_carousel--layout-blog .cms-carousel-item .content-overlay .cms-carousel-title h3 a {
    color: #fff; }
  .template-cms_carousel--layout-blog .cms-carousel-item .content-overlay .cms-carousel-categories {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -1px;
    padding-left: 9px; }
  .template-cms_carousel--layout-blog .cms-carousel-item .content-overlay .cms-carousel-categories a {
    color: #fff; }
  .template-cms_carousel--layout-blog .cms-carousel-item .content-overlay .cms-grid-content {
    font-size: 14px;
    padding-left: 9px;
    line-height: 22px;
    margin-top: 14px; }
  .template-cms_carousel--layout-blog .cms-carousel-item .content-overlay .cms-grid-content a {
    color: #fff;
    font-style: italic; }
  .template-cms_carousel--layout-blog .owl-dots {
    position: absolute;
    right: 45px;
    bottom: 156px; }
  .template-cms_carousel--layout-blog .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: #fff solid 1px;
    border-radius: 50%;
    float: left;
    margin-left: 5px;
    box-shadow: none; }
  .template-cms_carousel--layout-blog .owl-dots .owl-dot.active, .template-cms_carousel--layout-blog .owl-dots .owl-dot:hover {
    background: #fff; }

.template-cms_carousel--layout-blog2 {
  height: 100%; }
  .template-cms_carousel--layout-blog2 .owl-stage-outer, .template-cms_carousel--layout-blog2 .owl-stage, .template-cms_carousel--layout-blog2 .owl-item, .template-cms_carousel--layout-blog2 .cms-carousel-item, .template-cms_carousel--layout-blog2 .cms-grid-media {
    height: 100%; }
  .template-cms_carousel--layout-blog2 .cms-grid-media {
    background-size: cover;
    border-radius: 5px;
    min-height: 300px; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item {
    position: relative;
    min-height: 300px; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    content: '';
    border-radius: 5px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 1; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 3;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item:hover:after {
    opacity: 0.3; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-carousel-left {
    position: absolute;
    bottom: 0;
    left: 24px;
    z-index: 4; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-carousel-right {
    float: right;
    width: 46%;
    padding-right: 26px;
    padding-bottom: 30px;
    z-index: 4;
    position: relative; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-carousel-title h3 {
    font-size: 45px;
    line-height: 48px;
    letter-spacing: 0.035em;
    color: #fff;
    position: relative;
    margin-bottom: 16px; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-carousel-title h3 a {
    color: #fff; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-carousel-categories {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: -3px; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-carousel-categories a {
    color: rgba(255, 255, 255, 0.87); }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-grid-content {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #fff;
    margin-bottom: -3px; }
  .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-grid-content a {
    font-weight: bold;
    color: #fff; }
  .template-cms_carousel--layout-blog2 .owl-dots {
    position: absolute;
    right: 45px;
    bottom: 156px; }
  .template-cms_carousel--layout-blog2 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: #fff solid 1px;
    border-radius: 50%;
    float: left;
    margin-left: 5px; }
  .template-cms_carousel--layout-blog2 .owl-dots .owl-dot.active, .template-cms_carousel--layout-blog2 .owl-dots .owl-dot:hover {
    background: #fff; }

.cms-slick-wrap.cms-carousel-shop {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  padding-top: 28px;
  padding-bottom: 23px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
  /* End Carousel */
  /* 2.CMS Fancybox */ }
  .cms-slick-wrap.cms-carousel-shop .cms-carousel-item {
    outline: none; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-default {
    float: left;
    width: 100%; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-wrap {
    width: 100%;
    float: left;
    text-align: center; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-wrap .cms-carousel-item {
    margin: 0;
    padding: 0 82px; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-wrap .cms-carousel-title {
    text-align: center;
    padding-bottom: 30px;
    font-size: 33px;
    line-height: 35px;
    letter-spacing: 0.055em;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-wrap .cms-grid-content {
    color: #707070;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.055em; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav {
    width: 100%;
    float: left;
    margin-bottom: 19px;
    padding: 0 43px;
    position: relative; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .cms-carousel-item .cms-grid-media {
    position: relative;
    margin: 0 11.5px; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .cms-carousel-item .cms-grid-media:after {
    content: '';
    background: rgba(33, 33, 33, 0.4);
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .cms-carousel-item img {
    height: 100px;
    width: 100%;
    border-radius: 3px; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .cms-carousel-item .title {
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.015em;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .cms-carousel-item:hover .cms-grid-media:after {
    opacity: 0; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .cms-carousel-item:hover .title {
    opacity: 1;
    color: #90c43e; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .slick-prev, .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    min-width: auto;
    text-shadow: none; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .slick-prev:before, .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .slick-next:before {
    color: #bdbdbd;
    content: '\f2fa';
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    font-size: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .slick-next:before {
    content: '\f2fb'; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .slick-prev {
    left: 0; }
  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .slick-next {
    right: 0; }

.cms-fancyboxes-wraper {
  height: 100%; }

.cms-fancybox-default .cms-fancybox-title {
  color: #424242;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 0.025em;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  margin-bottom: 18px; }
  .cms-fancybox-default .cms-fancybox-title span {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1; }
  .cms-fancybox-default .line-title {
    display: block;
    margin: auto; }
  .cms-fancybox-default .cms-fancybox-image, .cms-fancybox-default .cms-fancybox-icon {
    margin-bottom: 20px; }
  .cms-fancybox-default .cms-fancybox-image img {
    max-height: 156px;
    max-width: 156px;
    border-radius: 50%; }
  .cms-fancybox-default .cms-fancybox-content {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 11px; }
  .cms-fancybox-default .cms-fancyboxes-footer a {
    font-weight: bold;
    color: #90c43e;
    position: relative; }
  .cms-fancybox-default .cms-fancyboxes-footer a:after {
    content: "";
    background-color: #90c43e;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .cms-fancybox-default .cms-fancyboxes-footer a:hover {
    font-weight: 400; }
  .cms-fancybox-default .cms-fancyboxes-footer a.btn {
    color: #fff; }
  .cms-fancybox-default .cms-fancyboxes-footer a.btn:after {
    display: none; }

.template-cms_fancybox_single--layout1 {
  /* end single-layout1 */ }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item {
    text-align: center; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .fancy-box-icon {
    display: inline-block; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .fancy-box-icon i {
    font-size: 58px;
    margin-bottom: 40px; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .cms-fancybox-image {
    margin: 0 auto 22px;
    width: 70px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    display: inline-block; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .cms-fancybox-image img {
    max-height: 58px;
    max-width: 100%;
    line-height: 58px; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .content-center {
    padding: 0 41px; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item h5 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.055em;
    color: #424242;
    text-transform: capitalize; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .cms-fancybox-content {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.055em;
    color: #616161; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .cms-fancyboxes-footer a {
    font-weight: bold;
    color: #90c43e;
    position: relative; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .cms-fancyboxes-footer a:after {
    content: "";
    background-color: #90c43e;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .cms-fancyboxes-footer a:hover {
    font-weight: 400; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .cms-fancyboxes-footer a.btn {
    color: #fff; }
  .template-cms_fancybox_single--layout1 .cms-fancybox-item .cms-fancyboxes-footer a.btn:after {
    display: none; }

.template-cms_fancybox_single--layout2 {
  /* end single-layout2 */
  /* end single-layout3 */ }
  .template-cms_fancybox_single--layout2 .cms-fancybox-item {
    text-align: center;
    position: relative; }
  .template-cms_fancybox_single--layout2 .cms-fancybox-item .fancy-box-icon i {
    font-size: 60px;
    margin-bottom: 40px; }
  .template-cms_fancybox_single--layout2 .cms-fancybox-item .cms-fancybox-image img {
    border-radius: 3px; }
  .template-cms_fancybox_single--layout2 .cms-fancybox-item h5 {
    margin-bottom: 0px; }
  .template-cms_fancybox_single--layout2 .cms-fancybox-item .cms-fancybox-content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 13px; }
  .template-cms_fancybox_single--layout2 .content-right {
    text-align: center;
    padding: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: rgba(255, 255, 255, 0.55) solid 1px; }
  .template-cms_fancybox_single--layout2 .content-right .content-right-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    left: 0;
    padding: 0 20px; }
  .template-cms_fancybox_single--layout2 .content-right h5 {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.035em;
    color: #fff; }
  .template-cms_fancybox_single--layout2 .content-right .cms-fancybox-content p {
    margin-bottom: 0; }

.template-cms_fancybox_single--layout3 {
  /* End Fancybox */ }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item {
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-left {
    position: relative;
    text-align: right;
    z-index: 2;
    float: left;
    width: 55px;
    margin-top: 11px; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-left .cms-fancybox-image {
    text-align: left; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-left .fancy-box-icon i {
    font-size: 55px;
    color: #90c43e; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right {
    position: relative;
    z-index: 2;
    float: left;
    width: calc(100% - 55px);
    padding-left: 19px; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .cms-fancybox-title {
    font-size: 24px;
    color: #212121;
    line-height: 48px;
    margin: 0 0 14px 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .fancy-box-content {
    font-size: 12px;
    color: #757575;
    line-height: 22px;
    letter-spacing: 0.045em;
    font-weight: 300;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .fancy-box-content p {
    margin: 0px 0 10px; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .cms-fancyboxes-footer {
    float: left;
    width: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .cms-fancyboxes-footer a {
    color: #90c43e;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    opacity: 0;
    display: inline-block;
    position: relative; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .cms-fancyboxes-footer a span {
    display: inline-block;
    position: relative; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .cms-fancyboxes-footer a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #90c43e;
    content: ''; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .cms-fancyboxes-footer a:hover {
    font-weight: 400; }
  .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .cms-fancyboxes-footer a.btn {
    color: #fff; }
    .template-cms_fancybox_single--layout3 .cms-fancybox-item .fancybox-right .cms-fancyboxes-footer a.btn:after {
      display: none; }

.template-cms_fancybox_single--layout4 {
  padding-top: 19px;
  padding-bottom: 18px;
  float: left;
  padding-left: 26px; }
  .template-cms_fancybox_single--layout4 .icon-left {
    float: left;
    max-width: 28px; }
  .template-cms_fancybox_single--layout4 .icon-left .fancy-box-icon i {
    font-size: 30px;
    color: #212121; }
  .template-cms_fancybox_single--layout4 .content-right {
    float: left;
    margin-left: 25px; }
  .template-cms_fancybox_single--layout4 .content-right h5 {
    font-size: 18px;
    line-height: 25px;
    color: #212121;
    font-weight: 300;
    margin: 0; }

.template-cms_fancybox_single--layout10 .icon-left {
  float: left;
  max-width: 25px; }
  .template-cms_fancybox_single--layout10 .icon-left .fancy-box-icon i {
    font-size: 25px;
    color: #90c43e; }
  .template-cms_fancybox_single--layout10 .content-right {
    float: left;
    margin-left: 10px; }
  .template-cms_fancybox_single--layout10 .content-right h5 {
    font-size: 16px;
    line-height: 25px;
    color: #757575;
    margin: 0;
    font-weight: normal; }

.template-cms_fancybox_single--layout5 {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  /* end single-layout5 */ }
  .template-cms_fancybox_single--layout5 .cms-fancyboxes-body {
    background: #fff;
    position: relative;
    float: left;
    height: 100%;
    min-height: 218px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item {
    padding-bottom: 23px;
    float: left; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancybox-item-title {
    float: left;
    width: 100%;
    text-align: center;
    background: #90c43e;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 9px 22px 4px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancybox-item-title .fancy-box-icon, .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancybox-item-title .cms-fancybox-image {
    display: inline-block; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancybox-item-title h5 {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    margin-left: 6px;
    font-size: 16px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .fancy-box-icon i {
    font-size: 16px;
    width: 16px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancybox-image {
    margin: 0 auto 26px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancybox-image img {
    max-height: 20px;
    max-width: 100%;
    line-height: 20px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item h5 {
    margin-bottom: 19px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancybox-content {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #757575;
    float: left;
    width: 100%;
    padding: 18px 18px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancyboxes-footer {
    float: left;
    width: 100%; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancyboxes-footer a {
    font-weight: 500;
    color: #90c43e;
    position: absolute;
    left: 20px;
    bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 5px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancyboxes-footer a:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    display: inline-block;
    width: 14px;
    height: auto;
    line-height: 24px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'keyboard_arrow_right';
    margin-right: 2px;
    position: relative;
    top: 2px; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancyboxes-footer a:hover {
    font-weight: 400; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancyboxes-footer a.btn {
    color: #fff; }
  .template-cms_fancybox_single--layout5 .cms-fancybox-item .cms-fancyboxes-footer a.btn:after {
    display: none; }

.template-cms_fancybox_single--layout6 {
  padding: 19px 0 2px; }
  .template-cms_fancybox_single--layout6 .icon-left {
    float: left;
    width: 35px;
    margin-top: 8px; }
  .template-cms_fancybox_single--layout6 .icon-left .fancy-box-icon i {
    font-size: 38px;
    color: #fff; }
  .template-cms_fancybox_single--layout6 .content-right {
    float: left;
    width: calc(100% - 35px);
    padding-left: 18px; }
  .template-cms_fancybox_single--layout6 .content-right h5 {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.035em;
    margin-bottom: -1px; }
  .template-cms_fancybox_single--layout6 .content-right .cms-fancybox-content {
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.87);
    letter-spacing: 0.035em;
    text-transform: uppercase; }

.template-cms_fancybox_single--layout7 {
  /* end single-layout7 */ }
  .template-cms_fancybox_single--layout7 .cms-fancybox-item {
    text-align: center; }
  .template-cms_fancybox_single--layout7 .cms-fancybox-item .fancy-box-icon i {
    font-size: 60px;
    margin-bottom: 40px; }
  .template-cms_fancybox_single--layout7 .cms-fancybox-item .cms-fancybox-image {
    margin: 0 auto 49px;
    max-height: 186px;
    text-align: center;
    line-height: 186px; }
  .template-cms_fancybox_single--layout7 .cms-fancybox-item .cms-fancybox-image img {
    max-height: 186px;
    max-width: 186px;
    line-height: 186px;
    border-radius: 50%; }
  .template-cms_fancybox_single--layout7 .cms-fancybox-item .content-center {
    padding: 0 41px; }
  .template-cms_fancybox_single--layout7 .cms-fancybox-item h5 {
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0.045em;
    color: #212121;
    padding-bottom: 26px; }
  .template-cms_fancybox_single--layout7 .cms-fancybox-item .cms-fancybox-content {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    color: #212121;
    padding-bottom: 18px; }
  .template-cms_fancybox_single--layout7 .cms-fancybox-item .cms-fancyboxes-footer a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #90c43e;
    position: relative;
    margin-top: 17px; }
  .template-cms_fancybox_single--layout7 .cms-fancybox-item .cms-fancyboxes-footer a.btn {
    color: #fff; }

.template-cms_fancybox_single--layout8 {
  height: auto; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item {
    position: relative;
    background-size: cover;
    border-radius: 5px;
    min-height: 269px; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c3640;
    opacity: 0.3;
    content: '';
    border-radius: 5px;
    z-index: 1;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    display: block;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item:hover .bg-overlay {
    background: #000; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-left {
    position: absolute;
    left: 25px;
    bottom: 0;
    display: inline-block;
    z-index: 3; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-left .fancy-box-content {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: -3px; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-left .fancy-box-content p {
    margin-bottom: 0; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-left .cms-fancybox-title {
    font-size: 45px;
    line-height: 48px;
    letter-spacing: 0.035em;
    color: #fff;
    position: relative; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-right {
    position: absolute;
    right: 28px;
    bottom: 15px;
    z-index: 3; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-right a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #fff; }
  .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-right a:hover {
    color: #90c43e; }
  .template-cms_fancybox_single--layout8.style2 {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px; }
  .template-cms_fancybox_single--layout8.style2 .cms-fancybox-item {
    min-height: 241px; }
  .template-cms_fancybox_single--layout8.style2 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-left .cms-fancybox-title {
    font-size: 35px;
    margin-bottom: 12px; }
  .template-cms_fancybox_single--layout8.style2 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-left .fancy-box-content {
    margin-bottom: -7px; }
  .template-cms_fancybox_single--layout8.style2 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-right a {
    font-size: 14px;
    line-height: 24px; }

.cms-fancybox-layout9 {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* BACKGROUND GRADIENT */
  padding: 44px 20px 21px 20px;
  color: #fff;
  position: relative;
  background-size: cover;
  /* 3.CMS Grid */ }
  .cms-fancybox-layout9:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
    height: 100%;
    width: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-fancybox-layout9:hover:after {
    background: rgba(0, 0, 0, 0.45); }
  .cms-fancybox-layout9 .cms-fancyboxes-body {
    position: relative;
    z-index: 2; }
  .cms-fancybox-layout9 .cms-fancybox-title {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 35px; }
  .cms-fancybox-layout9 .cms-fancybox-readmore a {
    color: #fff; }
  .cms-fancybox-layout9 .cms-fancybox-readmore a:hover {
    color: #90c43e; }

.cms-pricing-layout1 {
  background-color: #fff;
  text-align: center; }
  .cms-pricing-layout1 .cms-pricing-item {
    border-right: 1px solid #f6f6f6;
    padding: 45px 5px 76px 5px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-repeat: no-repeat;
    background-position: bottom center; }
  .cms-pricing-layout1 .cms-pricing-item:last-child {
    border: none; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-title h3 {
    color: #3e3e3e;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.035em;
    margin-bottom: 25px; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-price {
    font-size: 44px;
    color: #a1a1a1;
    line-height: 1;
    margin-bottom: 20px; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-price span {
    display: inline-block; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-price span.unit {
    font-size: 20px;
    position: relative;
    top: 5px;
    left: 8px;
    vertical-align: top; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-price span.time {
    font-size: 16px;
    position: relative;
    right: 10px; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-content {
    font-size: 12px;
    color: #616161; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-content li {
    padding: 7px 0; }
  .cms-pricing-layout1 .cms-pricing-item .cms-ordernow {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
  .cms-pricing-layout1 .cms-pricing-item .cms-ordernow a {
    min-width: 149px;
    height: 34px;
    margin-top: 24px;
    line-height: 34px;
    font-size: 12px;
    border-color: #bddc8c;
    background-color: #a2ce5d; }
  .cms-pricing-layout1 .cms-pricing-item:hover {
    background-color: #82b236;
    background-image: url(../images/bg-feature-pricing.png); }
  .cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-title h3 {
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-price {
    color: #47721b; }
  .cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-content {
    color: #fff; }
  .cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-content li {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-pricing-layout1 .cms-pricing-item:hover .cms-pricing-content li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9); }

.cms-pricing-layout2 .row {
  margin-right: -23px;
  margin-left: -23px; }
  .cms-pricing-layout2 .row .cms-pricing-item {
    padding: 0 23px; }
  .cms-pricing-layout2 .cms-pricing-item-inner {
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    height: 100%;
    float: left;
    width: 100%;
    padding-bottom: 100px;
    position: relative;
    border-radius: 2px; }
  .cms-pricing-layout2 .cms-pricing-item-inner .cms-grid-icon {
    padding-top: 23px;
    padding-bottom: 22px; }
  .cms-pricing-layout2 .cms-pricing-item-inner .cms-pricing-title h3 {
    font-size: 32px;
    color: #212121;
    letter-spacing: 0.125em;
    margin-bottom: 0; }
  .cms-pricing-layout2 .cms-pricing-item-inner .cms-pricing-title .subtitle {
    font-size: 12px;
    color: #212121;
    letter-spacing: 0.125em;
    margin-top: -4px; }
  .cms-pricing-layout2 .cms-pricing-item-inner .cms-pricing-price {
    font-size: 42px;
    letter-spacing: 0.125em;
    color: #212121;
    margin-top: 44px; }
  .cms-pricing-layout2 .cms-pricing-item-inner .cms-pricing-payment {
    font-size: 12px;
    letter-spacing: 0.125em;
    color: #90c43e;
    padding-top: 7px; }
  .cms-pricing-layout2 .cms-pricing-item-inner .cms-pricing-content {
    padding-top: 36px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: #424242;
    font-weight: 500; }
  .cms-pricing-layout2 .cms-pricing-item-inner .cms-ordernow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .cms-pricing-layout2 .cms-pricing-item-inner .cms-ordernow a {
    width: 100%;
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 75px;
    line-height: 75px;
    font-size: 28px;
    letter-spacing: 0.125em;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
    min-width: 1px;
    padding: 0 10px; }

.cms-pricing-layout3 .row {
  margin-right: -23px;
  margin-left: -23px; }
  .cms-pricing-layout3 .row .cms-pricing-item {
    padding: 0 23px; }
  .cms-pricing-layout3 .cms-pricing-item-inner {
    background: #eee;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    height: 100%;
    float: left;
    width: 100%;
    padding-bottom: 102px;
    position: relative;
    border-radius: 3px; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-grid-icon {
    padding-top: 23px;
    padding-bottom: 22px; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-pricing-title {
    padding: 27px 10px 41px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-pricing-title h3 {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.075em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-pricing-title .subtitle {
    font-size: 12px;
    color: #212121;
    letter-spacing: 0.125em;
    margin-top: -4px; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-pricing-price {
    color: #90c43e;
    margin-top: 52px;
    text-align: center; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-pricing-price .unit {
    font-size: 31px;
    position: relative;
    top: -14px; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-pricing-price .price {
    font-size: 50px;
    letter-spacing: 0.035em; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-pricing-price .time {
    font-size: 18px; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-pricing-content {
    padding-top: 33px;
    font-size: 14px;
    line-height: 30px;
    padding-left: 51px;
    letter-spacing: 0.035em;
    color: #9f9f9f;
    font-weight: 400; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-pricing-content ul {
    list-style: disc; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-ordernow {
    position: absolute;
    bottom: 29px;
    left: 0;
    width: 100%;
    text-align: center; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-ordernow a {
    min-width: 152px;
    border-radius: 3px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    box-shadow: none;
    letter-spacing: 0.035em; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-ordernow a.style1 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .cms-pricing-layout3 .cms-pricing-item-inner .cms-ordernow a.style2 {
    background: transparent !important;
    text-shadow: none; }

.cms-pricing-layout4 .row {
  margin-right: 23px;
  margin-left: 23px; }
  .cms-pricing-layout4 .row .cms-pricing-item {
    padding: 0;
    padding-bottom: 79px; }
  .cms-pricing-layout4 .cms-pricing-item {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    float: left;
    border-radius: 2px;
    position: relative;
    text-align: center; }
  .cms-pricing-layout4 .cms-pricing-item .line {
    height: 10px;
    width: 100%;
    padding: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .cms-pricing-layout4 .cms-pricing-item .cms-pricing-title {
    margin-top: 39px; }
  .cms-pricing-layout4 .cms-pricing-item .cms-pricing-title h3 {
    font-size: 42px;
    color: #616161;
    letter-spacing: 0.025em;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center; }
  .cms-pricing-layout4 .cms-pricing-item .subtitle {
    font-size: 14px;
    color: #9f9f9f;
    letter-spacing: 0.035em;
    margin-top: 26px; }
  .cms-pricing-layout4 .cms-pricing-item .cms-pricing-price {
    color: #90c43e;
    margin-top: 50px;
    text-align: center; }
  .cms-pricing-layout4 .cms-pricing-item .cms-pricing-price .unit {
    font-size: 36px;
    position: relative;
    top: -17px; }
  .cms-pricing-layout4 .cms-pricing-item .cms-pricing-price .price {
    font-size: 58px;
    font-weight: 300; }
  .cms-pricing-layout4 .cms-pricing-item .cms-pricing-content {
    padding-top: 19px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: #424242;
    font-weight: 400; }
  .cms-pricing-layout4 .cms-pricing-item .cms-ordernow {
    position: absolute;
    bottom: 29px;
    left: 0;
    width: 100%;
    text-align: center;
    box-shadow: none; }
  .cms-pricing-layout4 .cms-pricing-item .cms-ordernow a {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature {
    margin-top: -30px; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature.cms-pricing-item {
    padding-bottom: 93px; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature.cms-pricing-item .cms-pricing-title {
    margin-top: 38px; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature.cms-pricing-item .cms-pricing-title h3 {
    font-size: 44px; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature.cms-pricing-item .cms-pricing-price {
    margin-top: 64px; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature.cms-pricing-item .cms-pricing-price .price {
    font-size: 60px; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature.cms-pricing-item .cms-pricing-price .unit {
    top: -18px; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature.cms-pricing-item .subtitle {
    margin-top: 36px; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature.cms-pricing-item .cms-pricing-content {
    padding-top: 40px; }
  .cms-pricing-layout4 .cms-pricing-item.pricing-feature.cms-pricing-item .cms-ordernow {
    bottom: 36px; }

.cms-pricing-layout5 .row {
  margin-right: -23px;
  margin-left: -23px; }
  .cms-pricing-layout5 .row .cms-pricing-item {
    padding: 0 23px; }
  .cms-pricing-layout5 .cms-pricing-item-inner {
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    height: 100%;
    float: left;
    width: 100%;
    border-radius: 2px;
    padding: 34px 37px 54px;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-pricing-layout5 .cms-pricing-item-inner:hover {
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
  .cms-pricing-layout5 .cms-pricing-item-inner .cms-pricing-title h3 {
    font-size: 38px;
    color: #90c43e;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    word-break: break-all; }
  .cms-pricing-layout5 .cms-pricing-item-inner .cms-pricing-price {
    color: #90c43e;
    text-align: center;
    position: absolute;
    right: 8px;
    bottom: -6px; }
  .cms-pricing-layout5 .cms-pricing-item-inner .cms-pricing-price .unit {
    font-size: 83px;
    font-weight: 700;
    letter-spacing: -0.08em; }
  .cms-pricing-layout5 .cms-pricing-item-inner .cms-pricing-price .price {
    font-size: 199px;
    font-weight: 700;
    letter-spacing: -0.08em; }
  .cms-pricing-layout5 .cms-pricing-item-inner .cms-pricing-content {
    font-size: 16px;
    padding-top: 24px;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: #989898;
    font-weight: 400; }

.cms-pricing-layout6 {
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  /* End Pricing */
  /* Blog 3 Columns */ }
  .cms-pricing-layout6 .cms-pricing-item {
    padding: 59px 5px 107px 5px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08); }
  .cms-pricing-layout6 .cms-pricing-item .cms-pricing-title h3 {
    color: #3e3e3e;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0.035em;
    margin-bottom: 34px; }
  .cms-pricing-layout6 .cms-pricing-item .cms-pricing-price {
    font-size: 60px;
    color: #a1a1a1;
    line-height: 1;
    margin-bottom: 29px;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.35); }
  .cms-pricing-layout6 .cms-pricing-item .cms-pricing-price span {
    display: inline-block; }
  .cms-pricing-layout6 .cms-pricing-item .cms-pricing-price span.unit {
    font-size: 32px;
    position: relative;
    top: 10px;
    left: 8px;
    vertical-align: top;
    color: #cdcdcd; }
  .cms-pricing-layout6 .cms-pricing-item .cms-pricing-price span.time {
    font-size: 20px;
    position: relative;
    right: 10px;
    color: #cdcdcd; }
  .cms-pricing-layout6 .cms-pricing-item .cms-pricing-content {
    font-size: 14px;
    color: #616161;
    line-height: 48px;
    letter-spacing: 0.035em; }
  .cms-pricing-layout6 .cms-pricing-item .cms-ordernow {
    position: absolute;
    bottom: 27px;
    width: 100%;
    text-align: center; }
  .cms-pricing-layout6 .cms-pricing-item .cms-ordernow a {
    min-width: 200px;
    height: 45px;
    margin-top: 24px;
    border-radius: 21px;
    line-height: 45px;
    font-size: 14px;
    letter-spacing: 0.035em;
    color: rgba(255, 255, 255, 0.8);
    border-color: #a2ce5d;
    background-color: #a2ce5d; }
  .cms-pricing-layout6 .cms-pricing-item:hover {
    background-color: #82b236; }
  .cms-pricing-layout6 .cms-pricing-item:hover .cms-pricing-title h3 {
    color: #fff; }
  .cms-pricing-layout6 .cms-pricing-item:hover .cms-pricing-price {
    color: #47721b; }
  .cms-pricing-layout6 .cms-pricing-item:hover .cms-pricing-price span {
    color: #47721b; }
  .cms-pricing-layout6 .cms-pricing-item:hover .cms-pricing-content {
    color: rgba(255, 255, 255, 0.9); }
  .cms-pricing-layout6 .cms-pricing-item:hover .cms-pricing-content li {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-pricing-layout6 .cms-pricing-item:hover .cms-pricing-content li:hover {
    background-color: rgba(255, 255, 255, 0.2); }

.cms-grid-filter .cms-filter-category {
  padding: 0;
  margin: 0 0 62px;
  text-align: center; }
  .cms-grid-filter .cms-filter-category li {
    padding-right: 3px; }
  .cms-grid-filter .cms-filter-category li a {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
    min-width: 126px;
    text-align: center;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    position: relative; }
  .cms-grid-filter .cms-filter-category li a span {
    height: 100%;
    width: 100%;
    border: transparent solid 2px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */
    line-height: 29px;
    padding: 0px 25px;
    display: inline-block; }
  .cms-grid-filter .cms-filter-category li a:hover, .cms-grid-filter .cms-filter-category li a.active {
    color: #90c43e;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 700;
    border-color: #90c43e; }
  .cms-grid-filter .cms-filter-category li a:hover span, .cms-grid-filter .cms-filter-category li a.active span {
    border-color: #90c43e; }
  .cms-grid-filter .cms-filter-category li:last-child {
    margin-right: 0; }

.template-cms_grid--layout-3columns, .template-cms_grid--layout-masonry {
  /* End Blog 3 Cloumns */
  /*lay out product listing*/ }
  .template-cms_grid--layout-3columns .cms-grid .cms-grid-3columns, .template-cms_grid--layout-masonry .cms-grid .cms-grid-3columns {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
    -webkit-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
    -moz-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
    -ms-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
    box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
    text-align: center;
    margin-bottom: 30px; }
  .template-cms_grid--layout-3columns .cms-grid .cms-grid-3columns .cms-grid-media, .template-cms_grid--layout-masonry .cms-grid .cms-grid-3columns .cms-grid-media {
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 2px 4px rgba(246, 246, 246, 0.95);
    -moz-box-shadow: 0 2px 4px rgba(246, 246, 246, 0.95);
    -ms-box-shadow: 0 2px 4px rgba(246, 246, 246, 0.95);
    box-shadow: 0 2px 4px rgba(246, 246, 246, 0.95); }
  .template-cms_grid--layout-3columns .cms-grid .cms-grid-3columns .cms-grid-media img, .template-cms_grid--layout-masonry .cms-grid .cms-grid-3columns .cms-grid-media img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%; }
  .template-cms_grid--layout-3columns .cms-grid .cms-grid-3columns .cms-grid-descriptions, .template-cms_grid--layout-masonry .cms-grid .cms-grid-3columns .cms-grid-descriptions {
    padding: 29px 18px 17px; }
  .template-cms_grid--layout-3columns .cms-grid .cms-grid-3columns .cms-grid-descriptions .cms-grid-title, .template-cms_grid--layout-masonry .cms-grid .cms-grid-3columns .cms-grid-descriptions .cms-grid-title {
    margin-bottom: -13px; }
  .template-cms_grid--layout-3columns .cms-grid .cms-grid-3columns .cms-grid-descriptions .cms-grid-title:hover h5, .template-cms_grid--layout-masonry .cms-grid .cms-grid-3columns .cms-grid-descriptions .cms-grid-title:hover h5 {
    color: #90c43e; }
  .template-cms_grid--layout-3columns .cms-grid .cms-grid-3columns .cms-grid-descriptions .cms-grid-time, .template-cms_grid--layout-masonry .cms-grid .cms-grid-3columns .cms-grid-descriptions .cms-grid-time {
    margin-bottom: 10px; }
  .template-cms_grid--layout-3columns .cms-grid .cms-grid-3columns .cms-grid-descriptions .cms-grid-content, .template-cms_grid--layout-masonry .cms-grid .cms-grid-3columns .cms-grid-descriptions .cms-grid-content {
    text-transform: capitalize; }
  .template-cms_grid--layout-3columns .cms-load-posts, .template-cms_grid--layout-masonry .cms-load-posts {
    text-align: center;
    margin-top: 10px; }
  .template-cms_grid--product-list .cms-grid-filter, .template-cms_grid--product-top-sellers .cms-grid-filter {
    text-align: center;
    margin-top: 32px; }
  .template-cms_grid--product-list .cms-grid-filter .cms-filter-category, .template-cms_grid--product-top-sellers .cms-grid-filter .cms-filter-category {
    margin: 0 0 54px; }
  .template-cms_grid--product-list .cms-grid-item, .template-cms_grid--product-top-sellers .cms-grid-item {
    margin-bottom: 19px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_grid--product-list .cms-grid-item .cms-grid-product, .template-cms_grid--product-top-sellers .cms-grid-item .cms-grid-product {
    border: transparent solid 1px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
    -webkit-box-shadow: 2px 2px 4px transparent;
    -moz-box-shadow: 2px 2px 4px transparent;
    -ms-box-shadow: 2px 2px 4px transparent;
    box-shadow: 2px 2px 4px transparent;
    padding-bottom: 28px; }
  .template-cms_grid--product-list .cms-grid-item:hover .cms-grid-product, .template-cms_grid--product-top-sellers .cms-grid-item:hover .cms-grid-product {
    border: #e7e7e7 solid 1px;
    -webkit-box-shadow: 2px 2px 4px rgba(244, 244, 244, 0.75);
    -moz-box-shadow: 2px 2px 4px rgba(244, 244, 244, 0.75);
    -ms-box-shadow: 2px 2px 4px rgba(244, 244, 244, 0.75);
    box-shadow: 2px 2px 4px rgba(244, 244, 244, 0.75); }
  .template-cms_grid--product-list .cms-grid-descriptions, .template-cms_grid--product-top-sellers .cms-grid-descriptions {
    text-align: center; }
  .template-cms_grid--product-list .cms-grid-media, .template-cms_grid--product-top-sellers .cms-grid-media {
    height: 204px;
    line-height: 204px;
    text-align: center; }
  .template-cms_grid--product-list .cms-grid-media img, .template-cms_grid--product-top-sellers .cms-grid-media img {
    display: inline-block;
    line-height: 204px; }
  .template-cms_grid--product-list .cshere-woo-item-wrap, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap {
    border-radius: 2px;
    border: none;
    margin: 0 3.5px 36px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_grid--product-list .cshere-woo-item-wrap.content-product-list, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap.content-product-list {
    margin: 0 3.5px 32px; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .cshere-woo-item-wrap2, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .cshere-woo-item-wrap2 {
    float: left;
    position: relative;
    width: 100%;
    padding: 12px 26px 27px 22px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border: none;
    background: #fff; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .cshere-woo-item-wrap2 .cshero-woo-image, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .cshere-woo-item-wrap2 .cshero-woo-image {
    height: initial;
    line-height: 150px;
    min-height: 150px; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .cshere-woo-item-wrap2 .cshero-woo-image img, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .cshere-woo-item-wrap2 .cshero-woo-image img {
    max-height: initial;
    line-height: 150px; }
  .template-cms_grid--product-list .cshere-woo-item-wrap.hover .cshere-woo-item-wrap2, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap.hover .cshere-woo-item-wrap2 {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
  .template-cms_grid--product-list .cshere-woo-item-wrap .add_to_wishlist, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .add_to_wishlist {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 18px;
    color: #bdbdbd;
    visibility: hidden;
    padding: 0 !important;
    display: block;
    width: 18px; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .add_to_wishlist:hover, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .add_to_wishlist:hover {
    color: #90c43e; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .add_to_wishlist:before, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .add_to_wishlist:before {
    content: 'favorite_border' !important;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    width: 18px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse, .template-cms_grid--product-list .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 18px; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse .feedback, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse .feedback, .template-cms_grid--product-list .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse .feedback, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse .feedback {
    display: none !important; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse > a, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse > a, .template-cms_grid--product-list .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse > a, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse > a {
    color: #90c43e;
    visibility: hidden;
    padding: 0 !important;
    display: block;
    width: 18px; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse > a:before, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse > a:before, .template-cms_grid--product-list .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse > a:before, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse > a:before {
    content: 'favorite' !important;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    width: 18px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible; }
  .template-cms_grid--product-list .cshere-woo-item-wrap .yith-wcwl-add-to-wishlist .ajax-loading, .template-cms_grid--product-top-sellers .cshere-woo-item-wrap .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important; }
  .template-cms_grid--product-list .cshero-woo-meta, .template-cms_grid--product-top-sellers .cshero-woo-meta {
    text-align: center;
    margin-top: 15px; }
  .template-cms_grid--product-list .cshero-woo-meta .star-rating, .template-cms_grid--product-top-sellers .cshero-woo-meta .star-rating {
    float: none;
    display: inline-block; }
  .template-cms_grid--product-list .cshero-woo-meta .star-rating:before, .template-cms_grid--product-top-sellers .cshero-woo-meta .star-rating:before {
    color: #e0e0e0; }
  .template-cms_grid--product-list .cshero-woo-meta .star-rating span, .template-cms_grid--product-top-sellers .cshero-woo-meta .star-rating span {
    color: #ffc62c; }
  .template-cms_grid--product-list .cshero-woo-meta .woocommerce-review-link, .template-cms_grid--product-top-sellers .cshero-woo-meta .woocommerce-review-link {
    color: #616161;
    letter-spacing: 0.035em;
    font-size: 13px;
    font-weight: 500; }
  .template-cms_grid--product-list .cshero-woo-meta .cshero-product-title, .template-cms_grid--product-top-sellers .cshero-woo-meta .cshero-product-title {
    margin-top: 0; }
  .template-cms_grid--product-list .cshero-woo-meta .cshero-product-title h3, .template-cms_grid--product-top-sellers .cshero-woo-meta .cshero-product-title h3 {
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: normal;
    color: #424242;
    letter-spacing: 0.035em;
    margin-bottom: 20px; }
  .template-cms_grid--product-list .cshero-woo-meta .cshero-product-title h3 a, .template-cms_grid--product-top-sellers .cshero-woo-meta .cshero-product-title h3 a {
    color: #424242; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart {
    float: left;
    width: 100%;
    position: relative;
    min-height: 32px; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .tagged_as, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .tagged_as {
    display: none; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart a.add_to_cart_button, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart a.add_to_cart_button, .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .added_to_cart, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .added_to_cart {
    position: relative;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    min-width: 112px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2);
    opacity: 0; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart a.add_to_cart_button:after, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart a.add_to_cart_button:after, .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .added_to_cart:after, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .added_to_cart:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'shopping_basket';
    position: relative;
    top: 1px;
    margin-left: 8px;
    animation: unset;
    vertical-align: unset;
    right: 0; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .add_to_cart_button.added, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .add_to_cart_button.added {
    display: none; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .added_to_cart, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .added_to_cart {
    opacity: 1; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .star-rating, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .star-rating {
    display: none; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .price, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .price {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, 0px);
    -khtml-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .price > span, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .price > span {
    min-width: 112px;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2); }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .price span, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .price span {
    color: #fff;
    font-size: 16px; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart .price span del, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart .price span del {
    padding-right: 6px; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart:hover a.add_to_cart_button, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart:hover a.add_to_cart_button {
    opacity: 1; }
  .template-cms_grid--product-list .cshero-woo-meta .price-add-to-cart:hover .price > span, .template-cms_grid--product-top-sellers .cshero-woo-meta .price-add-to-cart:hover .price > span {
    opacity: 0; }
  .template-cms_grid--product-list .cms-grid-title, .template-cms_grid--product-top-sellers .cms-grid-title {
    margin-top: 9px; }
  .template-cms_grid--product-list .cms-grid-title h5, .template-cms_grid--product-top-sellers .cms-grid-title h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000; }
  .template-cms_grid--product-list .price, .template-cms_grid--product-top-sellers .price {
    margin-top: 5px;
    line-height: 1; }
  .template-cms_grid--product-list .price span, .template-cms_grid--product-top-sellers .price span {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.6); }
  .template-cms_grid--product-list .price span.sales-price, .template-cms_grid--product-top-sellers .price span.sales-price {
    text-decoration: line-through;
    padding-right: 15px; }
  .template-cms_grid--product-list .per_unit, .template-cms_grid--product-top-sellers .per_unit {
    line-height: 1;
    margin-top: 4px; }
  .template-cms_grid--product-list .readmore_product, .template-cms_grid--product-top-sellers .readmore_product {
    margin-top: 20px; }
  .template-cms_grid--product-list .readmore_product a, .template-cms_grid--product-top-sellers .readmore_product a {
    color: #90c43e;
    font-size: 14px;
    font-weight: 700;
    position: relative; }
  .template-cms_grid--product-list .readmore_product a:after, .template-cms_grid--product-top-sellers .readmore_product a:after {
    content: "";
    background-color: #90c43e;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .template-cms_grid--product-list .cms_pagination, .template-cms_grid--product-top-sellers .cms_pagination {
    padding-top: 50px; }
  .template-cms_grid--product-list .cms_pagination .cms-load-posts, .template-cms_grid--product-top-sellers .cms_pagination .cms-load-posts {
    text-align: center; }
  .template-cms_grid--product-list .cms_pagination .cms-load-posts a, .template-cms_grid--product-top-sellers .cms_pagination .cms-load-posts a {
    color: #90c43e;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    background: none;
    border: none;
    line-height: 24px;
    height: auto;
    padding: 0; }
  .template-cms_grid--product-list .cms_pagination .cms-load-posts a:after, .template-cms_grid--product-top-sellers .cms_pagination .cms-load-posts a:after {
    content: "";
    background-color: #90c43e;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.template-cms_grid--product-layout1 .grid-item {
  float: left;
  width: 50%;
  position: relative; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-media {
    width: 100%;
    height: 254px;
    background-size: cover;
    background-position: center center;
    position: relative; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-media .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 27px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions h5 {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    padding: 0 28px;
    opacity: 1;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions h5 a {
    color: #fff; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions .des-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 27px 19px;
    -webkit-transform: translate3d(0, 50px, 0);
    -khtml-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s;
    transition: opacity 0.35s;
    opacity: 0;
    width: 100%; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions .cms-grid-subtitle {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-top: 5px; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions .price_unit {
    margin-top: 15px; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions .price_unit > div {
    float: left;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    margin-right: 3px; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions .readmore_product a {
    color: #fff;
    background: #90c43e;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 26px;
    border-radius: 50%; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions .readmore_product a i {
    width: 16px; }
  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions .readmore_product a:after {
    display: none; }
  .template-cms_grid--product-layout1 .grid-item:hover .cms-grid-descriptions h5 {
    -webkit-transform: translate3d(0, -76px, 0);
    -khtml-transform: translate3d(0, -76px, 0);
    -moz-transform: translate3d(0, -76px, 0);
    -ms-transform: translate3d(0, -76px, 0);
    -o-transform: translate3d(0, -76px, 0);
    transform: translate3d(0, -76px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .template-cms_grid--product-layout1 .grid-item:hover .cms-grid-descriptions .des-inner {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.template-cms_grid--product-layout2 .cms-grid-filter .cms-filter-category {
  margin-bottom: 27px; }
  .template-cms_grid--product-layout2 .cms-grid-filter .cms-filter-category li {
    padding: 0;
    border-top: #e7e7e7 solid 1px;
    border-bottom: #e7e7e7 solid 1px;
    border-left: #e7e7e7 solid 1px;
    margin-left: -4px; }
  .template-cms_grid--product-layout2 .cms-grid-filter .cms-filter-category li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .template-cms_grid--product-layout2 .cms-grid-filter .cms-filter-category li:last-child {
    border-right: #e7e7e7 solid 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .template-cms_grid--product-layout2 .cms-grid-filter .cms-filter-category li a {
    border: none;
    border-radius: 0;
    height: 33px;
    min-width: 112px; }
  .template-cms_grid--product-layout2 .cms-grid-filter .cms-filter-category li a span {
    border: none;
    line-height: 33px;
    padding: 0px 16px; }
  .template-cms_grid--product-layout2 .cms-grid-filter .cms-filter-category li a.active, .template-cms_grid--product-layout2 .cms-grid-filter .cms-filter-category li a:hover {
    color: #fff;
    background: #90c43e; }
  .template-cms_grid--product-layout2 .cms-grid-item {
    padding: 6px 13.5px; }
  .template-cms_grid--product-layout2 .cms-grid-item .cms-grid-media img {
    width: 100%; }
  .template-cms_grid--product-layout2 .cms-grid-item .cms-grid-product {
    float: left;
    -webkit-box-shadow: 2px 2px 6px rgba(217, 217, 217, 0.9);
    -moz-box-shadow: 2px 2px 6px rgba(217, 217, 217, 0.9);
    -ms-box-shadow: 2px 2px 6px rgba(217, 217, 217, 0.9);
    box-shadow: 2px 2px 6px rgba(217, 217, 217, 0.9); }
  .template-cms_grid--product-layout2 .cms-grid-item .cms-grid-product .cms-grid-product-inner {
    -webkit-box-shadow: -2px -2px 6px rgba(217, 217, 217, 0.9);
    -moz-box-shadow: -2px -2px 6px rgba(217, 217, 217, 0.9);
    -ms-box-shadow: -2px -2px 6px rgba(217, 217, 217, 0.9);
    box-shadow: -2px -2px 6px rgba(217, 217, 217, 0.9);
    float: left; }
  .template-cms_grid--product-layout2 .woocommerce .readmore_product {
    margin-top: 0; }
  .template-cms_grid--product-layout2 .woocommerce .readmore_product a {
    font-size: 14px;
    font-weight: 400; }
  .template-cms_grid--product-layout2 .woocommerce .readmore_product a:after {
    display: none; }
  .template-cms_grid--product-layout2 .cms-grid-descriptions {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 14px 18px 11px; }
  .template-cms_grid--product-layout2 .cms-grid-descriptions-top {
    float: left;
    width: 100%; }
  .template-cms_grid--product-layout2 .cms-grid-descriptions-top .cms-grid-title {
    float: left;
    padding-right: 8px; }
  .template-cms_grid--product-layout2 .cms-grid-descriptions-top .cms-grid-title h5 {
    font-weight: 500;
    margin-bottom: 9px; }
  .template-cms_grid--product-layout2 .cms-grid-descriptions-top .price-unit {
    float: right;
    margin-top: 8px; }
  .template-cms_grid--product-layout2 .cms-grid-descriptions-top .price-unit > div {
    float: left;
    color: #90c43e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1; }
  .template-cms_grid--product-layout2 .cms-grid-descriptions-top .price-unit .per_unit {
    margin-left: 3px; }
  .template-cms_grid--product-layout2 .short-desc {
    color: #000;
    font-size: 14px;
    line-height: 15px;
    margin-top: 14px;
    margin-bottom: 6px;
    float: left; }
  .template-cms_grid--product-layout2 .cms_pagination {
    text-align: center; }
  .template-cms_grid--product-layout2 .cms_pagination .cms-load-posts {
    margin-top: 30px; }
  .template-cms_grid--product-layout2 .cms_pagination .cms-load-posts a {
    border: none;
    font-size: 18px;
    font-weight: 700;
    background: none;
    position: relative;
    padding: 0;
    height: auto;
    line-height: 1;
    color: #90c43e;
    box-shadow: none; }
  .template-cms_grid--product-layout2 .cms_pagination .cms-load-posts a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #90c43e;
    content: ''; }

.title_product_great {
  text-align: center;
  color: #000;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 62px; }

.template-cms_grid--product-great {
  text-align: center; }
  .template-cms_grid--product-great .cms-grid-filter {
    display: inline-block;
    width: auto;
    border-radius: 4px;
    margin-bottom: 82px; }
  .template-cms_grid--product-great .cms-grid-filter ul {
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    margin: 0;
    padding: 25px 59px 17px 69px;
    float: left;
    position: relative; }
  .template-cms_grid--product-great .cms-grid-filter ul li {
    float: left;
    padding: 0; }
  .template-cms_grid--product-great .cms-grid-filter ul li a {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.035em;
    color: rgba(33, 33, 33, 0.55);
    border: none;
    padding-top: 34px;
    position: relative;
    display: block;
    height: auto;
    border-left: #e0e0e0 solid 1px;
    border-radius: 0; }
  .template-cms_grid--product-great .cms-grid-filter ul li a span {
    border: none;
    padding: 0px 40px; }
    .template-cms_grid--product-great .cms-grid-filter ul li a span.line {
      padding: 0;
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: -17px;
      left: 0;
      opacity: 0;
      background: #90c43e;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
  .template-cms_grid--product-great .cms-grid-filter ul li a.no_icon_images {
    padding-top: 14px; }
  .template-cms_grid--product-great .cms-grid-filter ul li a .img-cat-block {
    width: 100%;
    float: left;
    text-align: center; }
    .template-cms_grid--product-great .cms-grid-filter ul li a .img-cat-block img {
      position: absolute;
      max-height: 26px;
      height: 26px;
      top: 0;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
      -webkit-transform: translate(-50%, 0px);
      -khtml-transform: translate(-50%, 0px);
      -moz-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      -o-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .template-cms_grid--product-great .cms-grid-filter ul li a .img-cat-block img.img-cat-hover {
      opacity: 0; }
    .template-cms_grid--product-great .cms-grid-filter ul li a .img-cat-block i {
      position: absolute;
      max-height: 26px;
      height: 26px;
      top: 0;
      color: #9f9f9f;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
      -webkit-transform: translate(-50%, 0px);
      -khtml-transform: translate(-50%, 0px);
      -moz-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      -o-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
    .template-cms_grid--product-great .cms-grid-filter ul li a .img-cat-block i.icon1-hover {
      opacity: 0; }
  .template-cms_grid--product-great .cms-grid-filter ul li a.active, .template-cms_grid--product-great .cms-grid-filter ul li a:hover {
    color: #212121;
    border: none;
    border-left: #e0e0e0 solid 1px;
    font-weight: inherit; }
    .template-cms_grid--product-great .cms-grid-filter ul li a.active .img-cat-block img.img-cat, .template-cms_grid--product-great .cms-grid-filter ul li a:hover .img-cat-block img.img-cat {
      opacity: 0; }
    .template-cms_grid--product-great .cms-grid-filter ul li a.active .img-cat-block img.img-cat-hover, .template-cms_grid--product-great .cms-grid-filter ul li a:hover .img-cat-block img.img-cat-hover {
      opacity: 1; }
    .template-cms_grid--product-great .cms-grid-filter ul li a.active .img-cat-block i, .template-cms_grid--product-great .cms-grid-filter ul li a:hover .img-cat-block i {
      color: #90c43e; }
    .template-cms_grid--product-great .cms-grid-filter ul li a.active .img-cat-block i.icon1-not-hover, .template-cms_grid--product-great .cms-grid-filter ul li a:hover .img-cat-block i.icon1-not-hover {
      opacity: 0; }
    .template-cms_grid--product-great .cms-grid-filter ul li a.active .img-cat-block i.icon1-hover, .template-cms_grid--product-great .cms-grid-filter ul li a:hover .img-cat-block i.icon1-hover {
      opacity: 1; }
    .template-cms_grid--product-great .cms-grid-filter ul li a.active span.line, .template-cms_grid--product-great .cms-grid-filter ul li a:hover span.line {
      opacity: 1; }
  .template-cms_grid--product-great .cms-grid-filter ul li:first-child a {
    border-left: none;
    padding-top: 14px; }
  .template-cms_grid--product-great .cms-grid-filter ul #magic-line {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #90c43e; }
  .template-cms_grid--product-great .cms-grid-product .cms-grid-media {
    height: 176px; }
  .template-cms_grid--product-great .cms-grid-product .cms-grid-media img {
    max-height: 176px; }
  .template-cms_grid--product-great .cms-grid-product .cms-grid-title h5 {
    color: #424242;
    font-weight: normal;
    letter-spacing: 0.035em;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 18px; }
  .template-cms_grid--product-great .cms-grid-product .cms-grid-title h5 a {
    color: #424242; }
  .template-cms_grid--product-great .cms-grid-product .cms-grid-title h5 a:hover {
    color: #90c43e; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    min-height: 32px; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .tagged_as {
    display: none; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart > a.add_to_cart_button, .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .added_to_cart {
    position: relative;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    min-width: 112px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2);
    opacity: 0; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart > a.add_to_cart_button:after, .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .added_to_cart:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'shopping_basket';
    position: relative;
    top: 1px;
    margin-left: 8px; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .add_to_cart_button.added {
    display: none; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .added_to_cart {
    opacity: 1; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .star-rating {
    display: none; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .price {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, 0px);
    -khtml-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .price > span, .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .price > del, .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .price > ins {
    min-width: 112px;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2); }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .price > del, .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .price > ins {
    min-width: 85px;
    padding: 0 10px;
    opacity: 1; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart .price > ins {
    padding-left: 6px; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart:hover > a.add_to_cart_button {
    opacity: 1; }
  .template-cms_grid--product-great .cms-grid-product .price-add-to-cart:hover .price > span, .template-cms_grid--product-great .cms-grid-product .price-add-to-cart:hover .price > del, .template-cms_grid--product-great .cms-grid-product .price-add-to-cart:hover .price > ins {
    opacity: 0; }
  .template-cms_grid--product-great .view-all a {
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0.035em;
    font-size: 22px;
    line-height: 1;
    position: relative;
    margin-top: 88px; }
  .template-cms_grid--product-great .view-all a:after {
    content: '';
    background: #90c43e;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0; }

.template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-filter {
  margin-bottom: 49px; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-filter ul {
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.22);
    border-radius: 4px; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .row.cms-grid {
    overflow: initial !important;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item {
    padding-bottom: 45px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: -1px;
    margin-bottom: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .cms-grid-title h5 {
    padding-top: 50px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item:hover {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item:hover .cms-grid-title h5 {
    font-size: 26px; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    min-height: 32px; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .tagged_as {
    display: none; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart > a.add_to_cart_button, .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .added_to_cart {
    position: relative;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    min-width: 112px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2);
    opacity: 0; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart > a.add_to_cart_button:after, .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .added_to_cart:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'shopping_basket';
    position: relative;
    top: 1px;
    margin-left: 8px; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .add_to_cart_button.added {
    display: none; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .added_to_cart {
    opacity: 1; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .star-rating {
    display: none; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .price {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, 0px);
    -khtml-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .price > span, .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .price > del, .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .price > ins {
    min-width: 112px;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2); }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .price > del, .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .price > ins {
    min-width: 85px;
    padding: 0 10px;
    opacity: 1; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart .price > ins {
    padding-left: 6px; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart:hover > a.add_to_cart_button {
    opacity: 1; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart:hover .price > span, .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart:hover .price > del, .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .price-add-to-cart:hover .price > ins {
    opacity: 0; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .onsale {
    position: absolute;
    top: 0;
    right: 36px;
    width: 35px;
    height: 64px;
    line-height: 57px;
    background: #90c43e;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.025em; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .onsale:after {
    content: '';
    display: block;
    position: absolute;
    border-color: transparent;
    border-width: 7px 17px;
    border-style: solid;
    bottom: 0;
    left: 0;
    border-bottom-color: #fff; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .cms-grid-item .onsale:before {
    content: '';
    display: block;
    position: absolute;
    border-color: transparent;
    border-width: 7px 17px;
    border-style: solid;
    bottom: 0;
    left: 0;
    border-bottom-color: #fff; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .view-all a {
    display: inline-block;
    font-family: inherit;
    font-weight: normal;
    letter-spacing: 0.035em;
    font-size: 16px;
    line-height: 48px;
    height: 50px;
    position: relative;
    margin-top: 77px;
    min-width: 212px;
    text-transform: uppercase; }
  .template-cms_grid--product-great.template-cms_grid--product-special-offer .view-all a:after {
    display: none; }

.template-cms_grid--layout-portfolio.template-cms_grid--product-great .cms-grid-filter {
  margin-bottom: 109px; }
  .template-cms_grid--layout-portfolio.template-cms_grid--product-great .cms-grid-filter ul {
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
  .template-cms_grid--layout-portfolio .cms-grid-item {
    margin-bottom: 30px; }
  .template-cms_grid--layout-portfolio .cms-grid-item .cms-gallery-item {
    position: relative; }
  .template-cms_grid--layout-portfolio .cms-grid-item .cms-gallery-item img {
    border-radius: 2px; }
  .template-cms_grid--layout-portfolio .cms-grid-item .cms-gallery-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(144, 196, 62, 0.75);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .template-cms_grid--layout-portfolio .cms-grid-item .cms-gallery-item a {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 2; }
  .template-cms_grid--layout-portfolio .cms-grid-item .cms-gallery-item a i {
    color: #fff;
    font-size: 37px;
    float: left; }
  .template-cms_grid--layout-portfolio .cms-grid-item:hover .cms-gallery-item:after {
    opacity: 1; }
  .template-cms_grid--layout-portfolio .cms-grid-item:hover .cms-gallery-item a {
    opacity: 1; }
  .template-cms_grid--layout-portfolio .cms-load-posts {
    margin-top: 86px;
    margin-bottom: 0; }
  .template-cms_grid--layout-portfolio .cms-load-posts a {
    min-width: 212px;
    height: 50px;
    line-height: 48px; }

.template-cms_grid--layout-timeline {
  position: relative;
  padding-top: 19px;
  padding-bottom: 45px; }
  .template-cms_grid--layout-timeline:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 50%;
    width: 15px;
    margin-left: -7.5px;
    background: #90c43e;
    border-radius: 7px; }
  .template-cms_grid--layout-timeline .cms-grid-item {
    z-index: 2;
    position: relative; }
  .template-cms_grid--layout-timeline .cms-grid-item:nth-child(2n+2) .cms-grid-left, .template-cms_grid--layout-timeline .cms-grid-item:nth-child(2n+2) .cms-grid-right {
    float: right; }
  .template-cms_grid--layout-timeline .cms-grid-item:nth-child(2n+2) .cms-grid-right {
    margin-right: 45px;
    margin-left: 0; }
  .template-cms_grid--layout-timeline .cms-grid-item:nth-child(2n+2) .cms-grid-media {
    float: right; }
  .template-cms_grid--layout-timeline .cms-grid-item:nth-child(2n+2) .cms-grid-year {
    margin-right: 58px; }
  .template-cms_grid--layout-timeline .cms-grid-left {
    width: 460px;
    max-width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 26px 47px 13px 23px;
    float: left; }
  .template-cms_grid--layout-timeline .cms-grid-left .cms-grid-title {
    color: #424242;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .template-cms_grid--layout-timeline .cms-grid-left .cms-grid-content {
    color: #424242;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.055em; }
  .template-cms_grid--layout-timeline .cms-grid-left .cms-grid-time {
    color: #424242;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    float: right; }
  .template-cms_grid--layout-timeline .cms-grid-right {
    float: left;
    margin-top: 49px;
    margin-left: 45px;
    position: relative;
    z-index: 2; }
  .template-cms_grid--layout-timeline .cms-grid-right .cms-grid-media {
    float: left; }
  .template-cms_grid--layout-timeline .cms-grid-right .cms-grid-media img {
    width: 127px;
    height: 127px;
    border-radius: 50%; }
  .template-cms_grid--layout-timeline .cms-grid-right .cms-grid-year {
    float: left;
    color: #424242;
    font-size: 22px;
    line-height: 127px;
    letter-spacing: 0.075em;
    margin-left: 58px; }

.cms-gallery-layout1 .w100 {
  float: left; }
  .cms-gallery-layout1 .w25 {
    width: 25%;
    float: left; }
  .cms-gallery-layout1 .item1 {
    height: 600px; }
  .cms-gallery-layout1 .item2, .cms-gallery-layout1 .item3, .cms-gallery-layout1 .item4 {
    height: 300px; }
  .cms-gallery-layout1 .cms-grid-item {
    float: left;
    position: relative;
    height: 100%;
    width: 100%; }
  .cms-gallery-layout1 .cms-grid-item .cms-grid-media {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative; }
  .cms-gallery-layout1 .cms-grid-item .cms-grid-media:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    padding: 50px;
    text-align: center; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .cshero-product-title {
    color: #191919;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.075em;
    margin-bottom: 20px; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .cshero-product-desc {
    color: #2f2f2f;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.075em; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart {
    display: inline-block;
    margin-top: 20px; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .tagged_as, .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .cshero-product-price, .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .star-rating {
    display: none; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart > a {
    display: inline-block;
    padding: 0;
    min-width: 1px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: none;
    box-shadow: none;
    color: #424242;
    min-height: 1px;
    border: #424242 solid 1px;
    border-radius: 50%;
    margin: 0 21px;
    float: left; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart > a:hover {
    background: #90c43e;
    border-color: #90c43e;
    color: #fff; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .add_to_cart_button, .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .added_to_cart {
    position: relative;
    text-indent: 100px;
    overflow: hidden; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .add_to_cart_button:hover, .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .added_to_cart:hover {
    background: #90c43e;
    border-color: #90c43e;
    color: #fff; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .add_to_cart_button:before, .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .added_to_cart:before {
    content: '\f1cb';
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    text-indent: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 28px;
    top: 0;
    left: 0; }
  .cms-gallery-layout1 .cms-grid-item .cshero-woo-meta .price-add-to-cart .added_to_cart:before {
    content: '\f2fb';
    line-height: 26px; }
  .cms-gallery-layout1 .cms-grid-item:hover .cms-grid-media:after, .cms-gallery-layout1 .cms-grid-item.hover .cms-grid-media:after {
    opacity: 1; }
  .cms-gallery-layout1 .cms-grid-item:hover .cshero-woo-meta, .cms-gallery-layout1 .cms-grid-item.hover .cshero-woo-meta {
    opacity: 1; }

.cms-gallery-layout2 .w100 {
  float: left; }
  .cms-gallery-layout2 .w26 {
    width: 26%;
    float: left; }
  .cms-gallery-layout2 .w48 {
    width: 48%;
    float: left; }
  .cms-gallery-layout2 .item1 .cms-grid-item, .cms-gallery-layout2 .item6 .cms-grid-item {
    height: 450px; }
  .cms-gallery-layout2 .cs-portfolio-masonry-item {
    float: left;
    width: 100%; }
  .cms-gallery-layout2 .item2 .cms-grid-item, .cms-gallery-layout2 .item3 .cms-grid-item, .cms-gallery-layout2 .item4 .cms-grid-item, .cms-gallery-layout2 .item5 .cms-grid-item {
    height: 218px; }
  .cms-gallery-layout2 .item2, .cms-gallery-layout2 .item3 {
    margin-bottom: 7px; }
  .cms-gallery-layout2 .item2, .cms-gallery-layout2 .item4 {
    padding-right: 7px;
    padding-left: 14px; }
  .cms-gallery-layout2 .item4, .cms-gallery-layout2 .item5 {
    margin-top: 7px; }
  .cms-gallery-layout2 .item3, .cms-gallery-layout2 .item5 {
    padding-right: 14px;
    padding-left: 7px; }
  .cms-gallery-layout2 .item7 .cms-grid-item, .cms-gallery-layout2 .item12 .cms-grid-item {
    height: 450px; }
  .cms-gallery-layout2 .item8 .cms-grid-item, .cms-gallery-layout2 .item9 .cms-grid-item, .cms-gallery-layout2 .item10 .cms-grid-item, .cms-gallery-layout2 .item11 .cms-grid-item {
    height: 218px; }
  .cms-gallery-layout2 .item8, .cms-gallery-layout2 .item9 {
    margin-bottom: 7px; }
  .cms-gallery-layout2 .item8, .cms-gallery-layout2 .item10 {
    padding-right: 7px;
    padding-left: 14px; }
  .cms-gallery-layout2 .item10, .cms-gallery-layout2 .item11 {
    margin-top: 7px; }
  .cms-gallery-layout2 .item9, .cms-gallery-layout2 .item11 {
    padding-right: 14px;
    padding-left: 7px; }
  .cms-gallery-layout2 .item13 .cms-grid-item, .cms-gallery-layout2 .item18 .cms-grid-item {
    height: 450px; }
  .cms-gallery-layout2 .item14 .cms-grid-item, .cms-gallery-layout2 .item15 .cms-grid-item, .cms-gallery-layout2 .item16 .cms-grid-item, .cms-gallery-layout2 .item17 .cms-grid-item {
    height: 218px; }
  .cms-gallery-layout2 .item14, .cms-gallery-layout2 .item15 {
    margin-bottom: 7px; }
  .cms-gallery-layout2 .item14, .cms-gallery-layout2 .item16 {
    padding-right: 7px;
    padding-left: 14px; }
  .cms-gallery-layout2 .item16, .cms-gallery-layout2 .item17 {
    margin-top: 7px; }
  .cms-gallery-layout2 .item15, .cms-gallery-layout2 .item17 {
    padding-right: 14px;
    padding-left: 7px; }
  .cms-gallery-layout2 .cms-grid-item {
    float: left;
    position: relative;
    height: 100%;
    width: 100%; }
  .cms-gallery-layout2 .cms-grid-item:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-gallery-layout2 .cms-grid-item .cms-gallery-item {
    height: 100%;
    width: 100%;
    text-align: center; }
  .cms-gallery-layout2 .cms-grid-item .cms-gallery-item a {
    top: 50%;
    width: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 2; }
  .cms-gallery-layout2 .cms-grid-item .cms-gallery-item a i {
    font-size: 30px;
    color: #90c43e; }
  .cms-gallery-layout2 .cms-grid-item .cms-grid-media {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative; }
  .cms-gallery-layout2 .cms-grid-item .cshero-woo-meta {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-gallery-layout2 .cms-grid-item .cshero-woo-meta .cshero-product-title {
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.035em;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    left: 20px; }
  .cms-gallery-layout2 .cms-grid-item .cshero-woo-meta .cshero-product-subtitle {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.025em;
    position: absolute;
    font-style: italic;
    font-weight: 400;
    bottom: 39px;
    left: 20px; }
  .cms-gallery-layout2 .cms-grid-item:hover:after {
    opacity: 1; }
  .cms-gallery-layout2 .cms-grid-item:hover .cms-gallery-item a {
    opacity: 1; }
  .cms-gallery-layout2 .cs-portfolio-masonry-box {
    margin-bottom: 14px; }
  .cms-gallery-layout2 .cs-portfolio-masonry-box:last-child {
    margin-bottom: 0; }

.cms-gallery-layout3 {
  margin-bottom: 0;
  /* End Grid */ }
  .cms-gallery-layout3 .cs-portfolio-masonry-item {
    float: left;
    width: 100%; }
  .cms-gallery-layout3 .cms-grid-item {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    outline: 0; }
  .cms-gallery-layout3 .cms-grid-item .cms-gallery-item {
    height: 100%;
    width: 100%;
    text-align: center; }
  .cms-gallery-layout3 .cms-grid-item .cms-gallery-item a {
    top: 50%;
    width: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 2; }
  .cms-gallery-layout3 .cms-grid-item .cms-gallery-item a i {
    font-size: 30px;
    color: #90c43e; }
  .cms-gallery-layout3 .cms-grid-item .cms-grid-media {
    width: calc(100% - 30px);
    height: 100%;
    margin: 0 15px;
    min-height: 250px;
    background-size: cover;
    position: relative;
    border-radius: 2px; }
  .cms-gallery-layout3 .cms-grid-item .cms-grid-media:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 2px; }
  .cms-gallery-layout3 .cms-grid-item .cshero-woo-meta {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-gallery-layout3 .cms-grid-item .cshero-woo-meta .cshero-product-title {
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.035em;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    left: 35px; }
  .cms-gallery-layout3 .cms-grid-item .cshero-woo-meta .cshero-product-subtitle {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.025em;
    position: absolute;
    font-style: italic;
    font-weight: 400;
    bottom: 39px;
    left: 35px; }
  .cms-gallery-layout3 .cms-grid-item:hover:after {
    opacity: 1; }
  .cms-gallery-layout3 .cms-grid-item:hover .cms-gallery-item a {
    opacity: 1; }
  .cms-gallery-layout3 .cs-portfolio-masonry-box {
    margin-bottom: 14px; }
  .cms-gallery-layout3 .cs-portfolio-masonry-box:last-child {
    margin-bottom: 0; }
  .cms-gallery-layout3 .slick-prev, .cms-gallery-layout3 .slick-next {
    width: 200px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    top: 0;
    margin: 0;
    border-radius: 2px;
    text-align: center;
    box-shadow: none; }
  .cms-gallery-layout3 .slick-prev:before, .cms-gallery-layout3 .slick-next:before {
    content: '\f2fa';
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 155px;
    color: #484848;
    opacity: 1; }
  .cms-gallery-layout3 .slick-next:before {
    content: '\f2fb'; }

.vc_custom_heading {
  /*pie chart*/ }
  .vc_custom_heading a {
    position: relative;
    text-decoration: underline !important; }

.vc_pie_chart {
  /*call to action*/ }
  .vc_pie_chart .vc_pie_wrapper {
    border-radius: 50%;
    width: 200px !important;
    height: 200px !important; }
  .vc_pie_chart .vc_pie_wrapper .wpb_pie_chart_heading {
    width: 100%;
    height: auto !important;
    font-size: 11px;
    letter-spacing: 0.075em;
    line-height: 24px !important;
    text-transform: uppercase; }
  .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
    border: #424242 solid 37px;
    border-radius: 50%;
    opacity: 1;
    width: 200px !important;
    height: 200px !important;
    background: #e4e4e4; }
  .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
    width: 100%;
    height: auto !important;
    font-size: 55px;
    letter-spacing: 0.075em;
    line-height: 49px !important;
    position: static; }
  .vc_pie_chart .vc_pie_wrapper .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .vc_pie_chart .vc_pie_wrapper canvas {
    width: 200px !important;
    height: 200px !important; }
  .vc_pie_chart.style2 {
    display: inline-block; }
  .vc_pie_chart.style2 .vc_pie_wrapper {
    width: auto !important;
    height: auto !important;
    text-align: center; }
  .vc_pie_chart.style2 .vc_pie_wrapper .wpb_pie_chart_heading {
    width: 100%;
    height: auto !important;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 24px !important;
    text-transform: uppercase;
    margin-top: 33px; }
  .vc_pie_chart.style2 .vc_pie_wrapper .vc_pie_chart_back {
    display: none; }
  .vc_pie_chart.style2 .vc_pie_wrapper .vc_pie_chart_value {
    width: auto !important;
    height: auto !important;
    font-size: 55px;
    letter-spacing: 0em;
    line-height: 49px !important;
    position: static;
    color: #90c43e; }
  .vc_pie_chart.style2 .vc_pie_wrapper .content {
    position: static;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .vc_pie_chart.style2 .vc_pie_wrapper canvas {
    opacity: 0;
    float: left;
    max-height: 0; }
  .vc_pie_chart.style2 + .vc_sep_width_10 {
    width: 8% !important;
    position: relative;
    top: -71px; }

.cms-cta-wrapper {
  /*vc_separator*/ }
  .cms-cta-wrapper.cms-style-default {
    background-size: cover;
    background-position: center center;
    border-radius: 9px;
    text-align: center;
    padding: 35px 50px;
    width: 100%;
    max-width: 1100px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35); }
  .cms-cta-wrapper.cms-style-default .cms-cta-text {
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: #fff; }
  .cms-cta-wrapper.cms-style-default .cms-cta-text .text {
    padding-top: 36px;
    padding-bottom: 69px; }
  .cms-cta-wrapper.cms-style-default .cms-cta-button a {
    display: inline-block;
    border-radius: 5px;
    border: #fff solid 4px;
    height: 60px;
    line-height: 52px;
    padding: 0 40px;
    min-width: 245px;
    font-size: 18px;
    letter-spacing: 0.035em;
    color: #fff;
    margin: 0 18px;
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2); }
  .cms-cta-wrapper.cms-style-default .cms-cta-button a img {
    margin-right: 20px;
    max-height: 29px; }

.vc_separator {
  /*step*/ }
  .vc_separator.style1 .vc_sep_holder .vc_sep_line {
    position: relative; }
  .vc_separator.style1 .vc_sep_holder .vc_sep_line:before {
    height: 6px;
    width: 150px;
    background: #90c43e;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0; }
  .vc_separator.style2 {
    display: inline-block; }
  .vc_separator.style2 .vc_sep_holder .vc_sep_line {
    position: relative; }
  .vc_separator.style2 .vc_sep_holder .vc_sep_line:before {
    height: 1px;
    width: 100%;
    background: #fff;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0; }

.cms-step {
  /*
vc_wp_search
*/ }
  .cms-step.cms-step-layout1 .cms-step-inner {
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    width: 945px;
    max-width: 100%;
    text-align: center;
    padding: 24px 0 19px; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-inner2 {
    display: inline-block;
    position: relative; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-inner2:after {
    position: absolute;
    top: 50%;
    background: rgba(144, 196, 62, 0.5);
    height: 3px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    content: '';
    width: 100%;
    left: 50%; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item {
    display: inline-block;
    position: relative;
    margin-right: 159px; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item:after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(144, 196, 62, 0.75);
    height: 10px;
    width: 10px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    content: '';
    border-radius: 50%;
    z-index: 3; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item:first-child:before {
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    height: 9px;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    content: '';
    z-index: 3; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item:last-child {
    margin-right: 0; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item:last-child:before {
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    height: 9px;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    content: '';
    z-index: 3; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item .icon {
    padding-bottom: 53px;
    opacity: 0.75; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item .icon i {
    font-size: 30px;
    color: #90c43e; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item .icon img {
    max-height: 30px; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item .title {
    font-size: 16px;
    color: #90c43e;
    opacity: 0.75; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item.item-completed .icon, .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item.item-completed .title {
    opacity: 1; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item.item-completed:after {
    height: 18px;
    width: 18px;
    border: #749f30 solid 5px;
    background: #fff; }
  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item.item-completed.last:after {
    height: 22px;
    width: 22px;
    border: #749f30 solid 6px; }
  .cms-step.cms-step-layout2 .cms-step-inner {
    text-align: center; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-inner2 {
    display: inline-block;
    position: relative; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item {
    display: inline-block;
    position: relative; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .step-item-content {
    float: left; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .icon {
    padding-bottom: 9px; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .icon i {
    font-size: 30px;
    color: rgba(33, 33, 33, 0.75); }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .icon img {
    max-height: 30px; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .title {
    font-size: 16px;
    color: rgba(33, 33, 33, 0.75);
    letter-spacing: 0.035em; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed .title {
    color: rgba(255, 255, 255, 0.75); }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed .icon i {
    color: rgba(255, 255, 255, 0.75); }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed .line-complete .line-complete-left:before {
    border: #fff solid 3px; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed .line-complete .line-complete-left .line-complete-left-inner {
      background: #fff; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed .line-complete .line-complete-right:before {
      border: #fff solid 3px; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed .line-complete .line-complete-right .line-complete-left-inner {
      background: #fff; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed.last .title {
    color: #fff; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed.last .icon i {
      color: #fff; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed.last .line-complete .line-complete-right:before {
      border: rgba(25, 25, 25, 0.75) solid 3px; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item.item-completed.last .line-complete .line-complete-right .line-complete-left-inner {
      background: rgba(25, 25, 25, 0.75); }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .line-complete {
    display: inline-block;
    height: 13px;
    width: 81px;
    float: left;
    position: relative;
    margin: 11px 7px 0 6px; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .line-complete .line-complete-left {
    float: left;
    width: 50%;
    padding-left: 13px; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .line-complete .line-complete-left:before {
      height: 13px;
      width: 13px;
      border: rgba(25, 25, 25, 0.75) solid 3px;
      background: transparent;
      content: '';
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .line-complete .line-complete-left .line-complete-left-inner {
      float: left;
      width: 100%;
      height: 3px;
      background: rgba(25, 25, 25, 0.75);
      position: relative;
      top: 5px; }
  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .line-complete .line-complete-right {
    float: left;
    width: 50%;
    padding-right: 13px; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .line-complete .line-complete-right:before {
      height: 13px;
      width: 13px;
      border: rgba(25, 25, 25, 0.75) solid 3px;
      background: transparent;
      content: '';
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0; }
    .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .line-complete .line-complete-right .line-complete-left-inner {
      float: left;
      width: 100%;
      height: 3px;
      background: rgba(25, 25, 25, 0.75);
      position: relative;
      top: 5px; }
  .cms-step.cms-step-layout3 .cms-step-inner {
    text-align: center; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-inner2 {
    display: inline-block;
    position: relative; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-inner2:after {
    position: absolute;
    top: 17px;
    background: url("../images/bg-step-layou3.png") repeat-x top left;
    height: 15px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    content: '';
    width: 94%;
    left: 50%; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item {
    display: inline-block;
    position: relative;
    margin-right: 100px; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item .icon {
    background: url("../images/bg-number-step.png") no-repeat top left;
    width: 36px;
    height: 39px;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    font-size: 13px;
    letter-spacing: 0.035em;
    color: rgba(0, 0, 0, 0);
    line-height: 39px; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item .title {
    font-size: 16px;
    letter-spacing: 0.035em;
    color: rgba(33, 33, 33, 0.75);
    line-height: 22px;
    padding-top: 50px;
    max-width: 70px;
    text-align: center; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item.item-completed .icon:after {
    height: 25px;
    width: 25px;
    background: #90c43e;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    position: absolute;
    content: '\f26b';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    text-rendering: auto;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item.item-completed .icon img {
      max-height: 30px; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item.item-completed:after {
    position: absolute;
    top: 23px;
    background: #90c43e;
    height: 3px;
    width: calc(71% + 100px);
    content: '';
    z-index: 3;
    right: calc(-38% - 100px); }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item.item-completed.last:after {
    display: none; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item:first-child .icon {
    background: url("../images/first-step.png") no-repeat top left; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item:last-child {
    margin-right: 0; }
  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item:last-child .icon {
    background: url("../images/last-step.png") no-repeat top left; }

.vc_wp_search label {
  display: none; }
  .vc_wp_search .searchform {
    margin-top: 0; }
  .vc_wp_search .searchform input[type='text'] {
    border: 1px solid #d6d6d6;
    height: 43px;
    line-height: 43px;
    background-color: #f5f5f5;
    border-radius: 3px;
    color: #cacaca;
    max-width: 100%;
    width: 586px;
    letter-spacing: 0.035em;
    font-size: 15px; }
  .vc_wp_search .searchform input::-webkit-input-placeholder {
    color: #cacaca !important; }
  .vc_wp_search .searchform input:-moz-placeholder {
    color: #cacaca !important;
    opacity: 1; }
  .vc_wp_search .searchform input::-moz-placeholder {
    color: #cacaca !important;
    opacity: 1; }
  .vc_wp_search .searchform input:-ms-input-placeholder {
    color: #cacaca !important; }
  .vc_wp_search .searchform input[type="submit"] {
    height: 43px;
    line-height: 43px;
    min-width: 112px;
    font-size: 15px;
    letter-spacing: 0.025em;
    text-transform: none; }

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  margin: 0 18px 12px 0 !important; }
  .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
    border-radius: 2px; }

.cs_extra_map .bg-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.edit-link {
  display: none; }

#cshero-footer-feature {
  background: #90c43e;
  padding-bottom: 14px; }
  #cshero-footer-feature .template-cms_fancybox_single--layout6 .icon-left {
    margin-top: 4px;
    margin-bottom: 0; }
  #cshero-footer-feature .template-cms_fancybox_single--layout6 .content-right .cms-fancybox-content {
    letter-spacing: 0.025em;
    text-transform: none; }

footer {
  background-color: #e7e7e7;
  float: left;
  width: 100%; }
  footer #cshero-footer-top {
    color: #151515;
    padding: 65px 0 40px;
    border-bottom: 1px solid #d4d4d4; }
  footer #cshero-footer-top .widget-title {
    font-size: 30px;
    color: #151515;
    margin: 0;
    padding-bottom: 20px; }
  footer #cshero-footer-top .sub-title {
    font-weight: 700;
    padding-bottom: 23px;
    margin: 0; }
  footer #cshero-footer-top .footer-top-1 {
    color: rgba(21, 21, 21, 0.6); }
  footer #cshero-footer-top .footer-top-1 p {
    margin: 0 0 25px; }
  footer #cshero-footer-top .footer-top-2-inner {
    padding: 0 94px; }
  footer #cshero-footer-top .footer-top-3 {
    position: relative; }
  footer #cshero-footer-top .footer-top-3 ul.contact-footer {
    margin-top: 6px; }
  footer #cshero-footer-top .footer-top-3 ul.contact-footer li {
    margin-bottom: 15px;
    float: left;
    display: inline-block;
    width: 100%; }
  footer #cshero-footer-top .footer-top-3 ul.contact-footer li .img-left {
    width: 40px;
    float: left;
    text-align: center; }
  footer #cshero-footer-top .footer-top-3 ul.contact-footer li span {
    font-size: 18px;
    line-height: 29px;
    padding-left: 16px; }
  footer #cshero-footer-top .footer-top-3 ul.contact-footer li:last-child {
    margin-top: 4px; }
    footer #cshero-footer-top .footer-top-3 ul.contact-footer li:last-child span {
      margin-top: 5px;
      display: inline-block; }
  footer #cshero-footer-top .footer-top-3 ul.social-footer {
    position: absolute;
    right: 0;
    top: 50%; }
  footer #cshero-footer-top .footer-top-3 ul.social-footer li {
    margin-bottom: 18px; }
  footer #cshero-footer-top .footer-top-3 ul.social-footer li a {
    border: 2px solid #5b5b5b;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    color: #5b5b5b;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px; }
    footer #cshero-footer-top .footer-top-3 ul.social-footer li a:hover, footer #cshero-footer-top .footer-top-3 ul.social-footer li a:focus {
      border: 2px solid #00aced;
      color: #00aced; }
  footer #cshero-footer-top .footer-top-3 ul.social-footer li:last-child {
    margin-bottom: 0; }
  footer #cshero-footer-top .footer-top-4 {
    text-align: center; }
  footer #cshero-footer-top .footer-top-4 .widget {
    margin-top: 93px; }
  footer #cshero-footer-top .footer-top-4 .widget_cs_social .cs-social li {
    width: 100%;
    text-align: right; }
  footer #cshero-footer-top .footer-top-4 .widget_cs_social .cs-social li a {
    margin: 18px 0 0 0;
    float: none; }
  footer #cshero-footer-top .footer-top-4 .widget_cs_social .cs-social li .tooltip {
    display: none !important; }
  footer #cshero-footer-bottom {
    padding: 54px 0px 70px;
    text-align: center; }
  footer #cshero-footer-bottom .widget_nav_menu {
    margin-top: 55px; }
  footer #cshero-footer-bottom .widget_nav_menu ul li {
    display: inline-block;
    margin: 0 8px; }
  footer #cshero-footer-bottom .widget_nav_menu ul li a {
    font-size: 16px;
    color: #90c43e;
    font-weight: 500; }
    footer #cshero-footer-bottom .widget_nav_menu ul li a:hover {
      color: #020201; }
  footer #cshero-footer-bottom .widget_nav_menu ul.sub-menu {
    display: none; }
  footer#footer-layout1 {
    background: none; }
  footer#footer-layout1 #cshero-footer-top {
    background: url(http://demo.cmssuperheroes.com/themeforest/wp-organic2/wp-content/themes/wp-organic/assets/images/footer_top.png) repeat center top transparent;
    padding: 43px 0 27px;
    border-bottom: none;
    color: #90c43e; }
  footer#footer-layout1 #cshero-footer-top .container {
    padding: 0 230px; }
  footer#footer-layout1 #cshero-footer-top .footer-top-1 {
    color: #f5f5f5;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 42px; }
  footer#footer-layout1 #cshero-footer-top .footer-top-1 span {
    color: #90c43e;
    font-weight: 500; }
  footer#footer-layout1 #cshero-footer-top .widget-title {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 18px;
    text-transform: capitalize; }
  footer#footer-layout1 #cshero-footer-top .footer-top-2 .footer-top-2-inner {
    padding: 0; }
  footer#footer-layout1 #cshero-footer-top .footer-top-2 p {
    margin-bottom: 24px; }
  footer#footer-layout1 #cshero-footer-top .footer-top-2 p:last-child {
    margin-bottom: 0; }
  footer#footer-layout1 #cshero-footer-top ul li a {
    color: #90c43e;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize; }
  footer#footer-layout1 #cshero-footer-top .footer-top-3 {
    padding-left: 37px; }
  footer#footer-layout1 #cshero-footer-top .footer-top-3 ul li a {
    color: #90c43e;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize; }
    footer#footer-layout1 #cshero-footer-top .footer-top-3 ul li a:hover {
      color: #fff; }
  footer#footer-layout1 #cshero-footer-top .footer-top-4 {
    padding-left: 66px; }
  footer#footer-layout1 #cshero-footer-top .footer-top-4 .widget {
    margin-top: 0px;
    text-align: left; }
  footer#footer-layout1 #cshero-footer-top .footer-top-4 .widget ul li {
    color: #90c43e;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px; }
    footer#footer-layout1 #cshero-footer-top .footer-top-4 .widget ul li i {
      color: #656566;
      font-size: 19px;
      margin-right: 10px;
      min-width: 19px; }
  footer#footer-layout1 #cshero-footer-top .footer-top-bottom {
    margin-top: 38px;
    text-align: center; }
  footer#footer-layout1 #cshero-footer-top .footer-top-bottom aside {
    display: inline-block; }
  footer#footer-layout1 #cshero-footer-top .footer-top-bottom .widget_cs_social {
    padding-bottom: 0; }
  footer#footer-layout1 #cshero-footer-top .footer-top-bottom .widget_cs_social .cs-social li a {
    color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    margin: 0px 22px 0 0; }
    footer#footer-layout1 #cshero-footer-top .footer-top-bottom .widget_cs_social .cs-social li a:hover {
      color: #90c43e;
      border-color: #90c43e; }
  footer#footer-layout1 #cshero-footer-bottom {
    padding: 30px 0;
    text-align: center;
    border-bottom: #e9e9e9 solid 1px;
    margin-bottom: 3px; }
  footer#footer-layout1.footer2 #cshero-footer-top {
    color: #fff;
    padding: 75px 0 61px; }
  footer#footer-layout1.footer2 #cshero-footer-top .widget-title {
    letter-spacing: 0.035em;
    padding-bottom: 16px; }
  footer#footer-layout1.footer2 #cshero-footer-top .footer-top-2 {
    color: #fff; }
  footer#footer-layout1.footer2 #cshero-footer-top .footer-top-2 .widget-title {
    font-family: Roboto !important;
    padding-bottom: 18px; }
  footer#footer-layout1.footer2 #cshero-footer-top ul li a {
    color: #fff; }
  footer#footer-layout1.footer2 #cshero-footer-top ul li a:hover {
    color: #90c43e; }
  footer#footer-layout1.footer2 #cshero-footer-top .footer-top-3 ul li a {
    color: #fff; }
  footer#footer-layout1.footer2 #cshero-footer-top .footer-top-3 ul li a:hover {
    color: #90c43e; }
  footer#footer-layout1.footer2 #cshero-footer-top .footer-top-4 .widget ul li {
    color: #fff; }
  footer#footer-layout1.footer2 #cshero-footer-top .footer-top-4 .widget ul li i {
    color: rgba(255, 255, 255, 0.2); }
  footer#footer-layout3 {
    background-color: #bbb; }
  footer#footer-layout3 #cshero-footer-top {
    padding: 73px 0 31px;
    background: #fafafa;
    color: #424242;
    letter-spacing: 0.025em;
    border-bottom: none; }
  footer#footer-layout3 #cshero-footer-top .footer-top-1 {
    color: #424242; }
  footer#footer-layout3 #cshero-footer-top .footer-top-1 img {
    margin-bottom: 20px; }
  footer#footer-layout3 #cshero-footer-top .footer-top-1 .hidden-footer3 {
    display: none; }
  footer#footer-layout3 #cshero-footer-top ul li {
    color: #757575;
    font-size: 13px; }
  footer#footer-layout3 #cshero-footer-top ul li a {
    color: #757575; }
  footer#footer-layout3 #cshero-footer-top ul li a:hover {
    color: #90c43e; }
  footer#footer-layout3 #cshero-footer-top .widget-title {
    font-size: 32px;
    color: #90c43e;
    margin: 0;
    line-height: 1;
    padding-bottom: 16px;
    letter-spacing: 0.035em; }
  footer#footer-layout3 #cshero-footer-top .footer-top-2-inner {
    padding: 0;
    padding-left: 63px; }
  footer#footer-layout3 #cshero-footer-top .footer-top-4 .widget {
    margin-top: 0px; }
  footer#footer-layout3 #cshero-footer-top .footer-top-4 {
    text-align: left; }
  footer#footer-layout3 #cshero-footer-top .footer-top-bottom {
    text-align: center;
    margin-top: 28px; }
  footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget {
    display: inline-block; }
  footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form p {
    width: auto; }
    footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .tnp-email {
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      border: #bbb solid 2px !important;
      height: 32px;
      line-height: 32px;
      border-right: none;
      font-size: 11.25px;
      letter-spacing: 0.035em;
      color: #6d6d6d;
      width: 250px !important;
      max-width: 100%;
      border-right: none !important;
      -webkit-transition: all 300ms linear 0ms !important;
      -moz-transition: all 300ms linear 0ms !important;
      -ms-transition: all 300ms linear 0ms !important;
      transition: all 300ms linear 0ms !important; }
    footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .tnp-email:hover, footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .tnp-email:focus {
      border-color: #90c43e !important; }
    footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .tnp-submit {
      height: 32px;
      line-height: 32px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      padding: 0 19px;
      min-width: 87px;
      text-shadow: none;
      font-size: 12px;
      letter-spacing: 0.035em; }
    footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .tnp-submit:hover, footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .tnp-submit:focus {
      color: rgba(255, 255, 255, 0.8) !important;
      background-color: #749f30 !important;
      text-shadow: none; }
  footer#footer-layout3 #cshero-footer-bottom {
    padding: 31px 0; }
  footer#footer-layout3.footer4 {
    background: #202228; }
  footer#footer-layout3.footer4 #cshero-footer-top {
    background: #2b2e35;
    color: #fff; }
  footer#footer-layout3.footer4 #cshero-footer-top .footer-top-1 {
    color: #fff; }
  footer#footer-layout3.footer4 #cshero-footer-top .footer-top-1 .hidden-footer3 {
    display: block; }
  footer#footer-layout3.footer4 #cshero-footer-top .footer-top-1 .hidden-footer4 {
    display: none; }
  footer#footer-layout3.footer4 #cshero-footer-top .widget-title {
    color: #fff; }
  footer#footer-layout3.footer4 #cshero-footer-top ul li {
    color: #959595; }
  footer#footer-layout3.footer4 #cshero-footer-top ul li a {
    color: #959595; }
    footer#footer-layout3.footer4 #cshero-footer-top ul li a:hover {
      color: #90c43e; }
  footer#footer-layout3.footer4 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .newsletter-email {
    border: #43464a solid 1px;
    font-size: 12px;
    color: #6d6d6d; }

#back_to_top.on {
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background-color: #90c43e;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out 0s;
  -moz-transition: 0.3s ease-in-out 0s;
  -ms-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s; }
  #back_to_top.on:hover {
    background-color: #212121;
    bottom: 8px;
    -webkit-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms; }
  #back_to_top.on:after {
    color: #fff;
    content: '\f106';
    font-size: 18px;
    line-height: 50px;
    font-family: 'FontAwesome';
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms; }

input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
  background-color: transparent;
  color: #474747;
  font-size: 14px;
  padding: 2px 14px;
  margin-top: 9px;
  height: 35px;
  line-height: 29px;
  border: 1px solid #e7e7e7;
  width: 100%;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* BACKGROUND GRADIENT */
  max-width: 360px;
  outline: transparent;
  outline: 0; }

textarea {
  height: 170px; }
  textarea#comment {
    max-width: 100%; }

input[type='text']:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: #90c43e;
  /** Contact Form 7 **/ }

.wpcf7 {
  float: left;
  width: 100%; }

.wpcf7-form {
  margin-left: 100px; }
  .wpcf7-form p {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: #000; }
  .wpcf7-form p:last-child {
    margin-bottom: 28px; }
  .wpcf7-form .wpcf7-not-valid-tip {
    color: #90c43e;
    font-size: 12px;
    float: left;
    clear: both;
    width: 100%;
    margin: 15px 0; }
  .wpcf7-form .wpcf7-validation-errors {
    border: medium none;
    display: block;
    text-align: left;
    margin: 0; }
  .wpcf7-form input[type="submit"] {
    margin-top: 8px;
    height: 38px;
    line-height: 36px; }
  .wpcf7-form.style1, .wpcf7-form.style2 {
    margin: 0 -19px;
    float: left; }
  .wpcf7-form.style1 p, .wpcf7-form.style2 p {
    width: 50%;
    float: left;
    color: #90c43e;
    font-size: 13px;
    font-weight: 400;
    padding: 0 19px;
    margin-bottom: 27px; }
  .wpcf7-form.style1 p span, .wpcf7-form.style2 p span {
    width: 100%; }
  .wpcf7-form.style1 p.full, .wpcf7-form.style2 p.full {
    width: 100%; }
  .wpcf7-form.style1 p label, .wpcf7-form.style2 p label {
    color: #90c43e;
    font-size: 13px;
    font-weight: 400;
    opacity: 0;
    margin: 0 0 -2px 0;
    float: left; }
  .wpcf7-form.style1 p input::-webkit-input-placeholder, .wpcf7-form.style2 p input::-webkit-input-placeholder, .wpcf7-form.style1 p textarea::-webkit-input-placeholder, .wpcf7-form.style2 p textarea::-webkit-input-placeholder {
    font: inherit;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .wpcf7-form.style1 p input[type='text'], .wpcf7-form.style2 p input[type='text'], .wpcf7-form.style1 p input[type="password"], .wpcf7-form.style2 p input[type="password"], .wpcf7-form.style1 p input[type="datetime"], .wpcf7-form.style2 p input[type="datetime"], .wpcf7-form.style1 p input[type="datetime-local"], .wpcf7-form.style2 p input[type="datetime-local"], .wpcf7-form.style1 p input[type="date"], .wpcf7-form.style2 p input[type="date"], .wpcf7-form.style1 p input[type="month"], .wpcf7-form.style2 p input[type="month"], .wpcf7-form.style1 p input[type="time"], .wpcf7-form.style2 p input[type="time"], .wpcf7-form.style1 p input[type="week"], .wpcf7-form.style2 p input[type="week"], .wpcf7-form.style1 p input[type="number"], .wpcf7-form.style2 p input[type="number"], .wpcf7-form.style1 p input[type="email"], .wpcf7-form.style2 p input[type="email"], .wpcf7-form.style1 p input[type="url"], .wpcf7-form.style2 p input[type="url"], .wpcf7-form.style1 p input[type="search"], .wpcf7-form.style2 p input[type="search"], .wpcf7-form.style1 p input[type="tel"], .wpcf7-form.style2 p input[type="tel"], .wpcf7-form.style1 p input[type="color"], .wpcf7-form.style2 p input[type="color"], .wpcf7-form.style1 p textarea, .wpcf7-form.style2 p textarea, .wpcf7-form.style1 p select, .wpcf7-form.style2 p select {
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    line-height: 18px;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
    padding: 20px 0 10px;
    border-bottom: solid 1px #90c43e;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #90c43e 4%);
    background-position: -1000px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    resize: none;
    overflow: hidden; }
  .wpcf7-form.style1 p input[type='text']:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type='text']:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="password"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="password"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="datetime"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="datetime"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="datetime-local"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="datetime-local"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="date"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="date"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="month"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="month"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="time"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="time"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="week"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="week"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="number"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="number"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="email"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="email"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="url"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="url"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="search"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="search"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="tel"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="tel"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="color"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="color"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p textarea:focus::-webkit-input-placeholder, .wpcf7-form.style2 p textarea:focus::-webkit-input-placeholder, .wpcf7-form.style1 p select:focus::-webkit-input-placeholder, .wpcf7-form.style2 p select:focus::-webkit-input-placeholder {
    color: #90c43e; }
  .wpcf7-form.style1 p input[type='text']:focus, .wpcf7-form.style2 p input[type='text']:focus, .wpcf7-form.style1 p input[type="password"]:focus, .wpcf7-form.style2 p input[type="password"]:focus, .wpcf7-form.style1 p input[type="datetime"]:focus, .wpcf7-form.style2 p input[type="datetime"]:focus, .wpcf7-form.style1 p input[type="datetime-local"]:focus, .wpcf7-form.style2 p input[type="datetime-local"]:focus, .wpcf7-form.style1 p input[type="date"]:focus, .wpcf7-form.style2 p input[type="date"]:focus, .wpcf7-form.style1 p input[type="month"]:focus, .wpcf7-form.style2 p input[type="month"]:focus, .wpcf7-form.style1 p input[type="time"]:focus, .wpcf7-form.style2 p input[type="time"]:focus, .wpcf7-form.style1 p input[type="week"]:focus, .wpcf7-form.style2 p input[type="week"]:focus, .wpcf7-form.style1 p input[type="number"]:focus, .wpcf7-form.style2 p input[type="number"]:focus, .wpcf7-form.style1 p input[type="email"]:focus, .wpcf7-form.style2 p input[type="email"]:focus, .wpcf7-form.style1 p input[type="url"]:focus, .wpcf7-form.style2 p input[type="url"]:focus, .wpcf7-form.style1 p input[type="search"]:focus, .wpcf7-form.style2 p input[type="search"]:focus, .wpcf7-form.style1 p input[type="tel"]:focus, .wpcf7-form.style2 p input[type="tel"]:focus, .wpcf7-form.style1 p input[type="color"]:focus, .wpcf7-form.style2 p input[type="color"]:focus, .wpcf7-form.style1 p textarea:focus, .wpcf7-form.style2 p textarea:focus, .wpcf7-form.style1 p select:focus, .wpcf7-form.style2 p select:focus {
    box-shadow: none;
    outline: none;
    background-position: 0 0; }
  .wpcf7-form.style1 p input[type='text']:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type='text']:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="password"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="password"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="datetime"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="datetime"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="datetime-local"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="datetime-local"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="date"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="date"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="month"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="month"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="time"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="time"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="week"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="week"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="number"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="number"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="email"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="email"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="url"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="url"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="search"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="search"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="tel"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="tel"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p input[type="color"]:focus::-webkit-input-placeholder, .wpcf7-form.style2 p input[type="color"]:focus::-webkit-input-placeholder, .wpcf7-form.style1 p textarea:focus::-webkit-input-placeholder, .wpcf7-form.style2 p textarea:focus::-webkit-input-placeholder, .wpcf7-form.style1 p select:focus::-webkit-input-placeholder, .wpcf7-form.style2 p select:focus::-webkit-input-placeholder {
    font-size: 0.8em;
    transform: translateY(-20px);
    visibility: visible !important;
    opacity: 1;
    color: #90c43e; }
  .wpcf7-form.style1 p input[type='submit'], .wpcf7-form.style2 p input[type='submit'] {
    background: transparent;
    border: #90c43e solid 2px;
    height: 37px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    color: #90c43e;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 33px;
    min-width: 168px;
    margin-top: 88px;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    -moz-transition: transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    -ms-transition: transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    box-shadow: none; }
  .wpcf7-form.style1 p input[type='submit']:hover, .wpcf7-form.style2 p input[type='submit']:hover, .wpcf7-form.style1 p input[type='submit']:focus, .wpcf7-form.style2 p input[type='submit']:focus {
    background-color: #90c43e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: none; }
  .wpcf7-form.style1 p.p-last-child, .wpcf7-form.style2 p.p-last-child {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 36px; }
  .wpcf7-form.style1 .wpcf7-not-valid-tip, .wpcf7-form.style2 .wpcf7-not-valid-tip {
    margin: 15px 0 0; }
  .wpcf7-form.style2 p {
    margin-bottom: 32px; }
  .wpcf7-form.style2 p input[type='submit'] {
    margin-top: 46px;
    text-transform: uppercase;
    height: 40px;
    line-height: 36px;
    box-shadow: none; }
  .wpcf7-form.style2 p.p-last-child {
    width: 100%;
    text-align: center; }
  .wpcf7-form.style1.invalid p input[type='submit'] {
    margin-top: 0px; }
  .wpcf7-form.style1.invalid p.p-last-child {
    margin-bottom: 14px; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1; }

input::-webkit-input-placeholder, textarea::-webkit-placeholder {
  color: #b8b8b8;
  opacity: 1; }

input::-o-placeholder, textarea::-o-placeholder {
  color: #b8b8b8;
  opacity: 1; }

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #b8b8b8;
  opacity: 1; }

.placeholder-dark input::-moz-placeholder, .placeholder-dark textarea::-moz-placeholder {
  color: #474747;
  opacity: 1; }

.placeholder-dark input::-webkit-input-placeholder, .placeholder-dark textarea::-webkit-input-placeholder {
  color: #474747;
  opacity: 1; }

.placeholder-dark input::-o-placeholder, .placeholder-dark textarea::-o-placeholder {
  color: #474747;
  opacity: 1; }

.placeholder-dark input::-ms-placeholder, .placeholder-dark textarea::-ms-placeholder {
  color: #474747;
  opacity: 1; }

.placeholder-dark input {
  color: #474747; }

.element-form-post {
  position: relative; }
  .element-form-post i {
    left: 20px;
    position: absolute;
    top: 16px; }

.wpcf7-form .form-white .wpcf7-form-control, .wpcf7-form .form-white .wpcf7-form-control:focus {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
  .wpcf7-form [class*="menu-"] {
    position: relative; }
  .wpcf7-form [class*="menu-"]:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: -2px;
    right: 0;
    z-index: -1;
    color: #b8b8b8; }
  .wpcf7-form select {
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 12px 25px; }
  .wpcf7-form select option {
    color: #424242; }

.wpcf7-form .wpcf7-response-output, .wpcf7-not-valid-tip {
  font-size: 13px;
  font-style: italic;
  /*fix modal login*/ }
  .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-not-valid-tip.wpcf7-validation-errors {
    color: red;
    float: left; }
  .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7-not-valid-tip.wpcf7-mail-sent-ng {
    border: none;
    padding: 0;
    color: #90c43e; }

@media (min-width: 768px) {
  /*login-form*/
    .modal-dialog {
      width: 585px; }
    .form-register .modal-dialog {
      width: 1168px;
      max-width: 100%; } }

.login-form label {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #90c43e;
  max-width: 438px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  top: 3px;
  opacity: 0; }
  .login-form .login-group.focus label {
    opacity: 1; }
  .login-form .login-remember {
    margin-top: 4px; }
  .login-form .login-remember input[type=checkbox] {
    float: left; }
  .login-form .login-remember .remember {
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.035em;
    color: rgba(33, 33, 33, 0.5);
    float: left;
    width: auto;
    margin-left: 10px; }
  .login-form .login-remember .forget {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.035em;
    color: #212121;
    float: right;
    position: relative;
    display: inline-block; }
  .login-form .login-remember .forget:before {
    content: '';
    height: 1px;
    background: #212121;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0; }
  .login-form input[type="text"], .login-form input[type="password"] {
    background: transparent;
    border: none;
    border-bottom: #577725 solid 2px;
    max-width: 438px;
    height: auto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.035em;
    float: none;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    padding: 0 0 6px;
    color: #212121;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 24px; }
  .login-form input[type="text"]:focus, .login-form input[type="password"]:focus {
    outline: 0; }
  .login-form input::-webkit-input-placeholder {
    color: rgba(33, 33, 33, 0.66) !important; }
  .login-form input:-moz-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
    opacity: 1; }
  .login-form input::-moz-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
    opacity: 1; }
  .login-form input:-ms-input-placeholder {
    color: rgba(33, 33, 33, 0.66) !important; }
  .login-form span.wpcf7-not-valid-tip {
    margin-top: -12px; }
  .login-form .input.password + span.wpcf7-not-valid-tip {
    margin-top: -12px;
    padding-bottom: 20px; }
  .login-form .login-group {
    float: left;
    position: relative;
    width: 100%;
    text-align: left; }
  .login-form .login-group .btn {
    width: 190px;
    font-weight: 700;
    float: none;
    text-transform: uppercase;
    height: 49px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 47px;
    border-radius: 3px;
    margin-top: 48px; }
  .login-form .login-group .btn.btn-register {
    margin-left: 18px;
    margin-left: 17px \9; }
  .login-form .login-group .btn:hover {
    background-color: #212121;
    border-color: #212121;
    color: #fff; }
  .login-form .password-group {
    position: relative;
    float: left;
    width: 100%; }
  .login-form .password-group .forget {
    position: absolute;
    left: auto;
    right: 112px;
    top: 16px;
    background: #1c1c1c;
    color: #fff;
    border-radius: 2px;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400; }
  .login-form .password-group .forget:hover {
    background: #90c43e; }

.user-press-profile {
  /*register*/ }
  .user-press-profile .user-avatar {
    margin-bottom: 30px; }
  .user-press-profile .user-name {
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 35px; }
  .user-press-profile .user-press-logout {
    display: inline-block; }
  .user-press-profile .user-press-logout a {
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 700;
    color: #90c43e;
    line-height: 35px;
    margin-left: 20px; }

.modal-backdrop {
  z-index: 0; }

.modal-open {
  padding: 0 !important;
  overflow: auto; }

.modal {
  background: rgba(0, 0, 0, 0.7);
  padding: 0 !important; }

.modal-body {
  width: 100%;
  float: left;
  padding: 0px 73px 58px; }

.modal-title {
  font-size: 26px;
  text-align: left;
  font-weight: 400;
  padding: 23px 58px 62px;
  margin: 0;
  position: relative;
  color: #212121;
  letter-spacing: 0.035em;
  float: left; }

.modal-header {
  float: left;
  width: 100%; }
  .modal-header p {
    float: left;
    color: #90c43e;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-top: 29px;
    margin-left: 10px;
    margin-bottom: 0; }
  .modal-header p a {
    text-decoration: underline;
    cursor: pointer; }

.modal-content-login {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .modal-content-login .bg-overlay {
    content: '';
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }

.modal-content-left, .modal-content-right {
  float: left;
  width: 50%;
  position: relative; }

.modal-content-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .modal-content-left .bg-overlay {
    content: '';
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .modal-content-left .modal-content-left-inner {
    float: left;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    border: rgba(255, 255, 255, 0.4) solid 1px;
    position: relative;
    padding: 80px 37px 0; }
  .modal-content-left .modal-content-left-title {
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #fff;
    position: relative;
    line-height: 1; }
  .modal-content-left p {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: rgba(255, 255, 255, 0.87);
    position: relative;
    line-height: 34px;
    max-width: 80%;
    float: left;
    margin-top: 59px; }
  .modal-content-left img {
    position: absolute;
    bottom: 28px;
    left: 37px; }

.form-register .modal-title {
  padding: 23px 90px 1px 37px; }
  .form-register .modal-header p a {
    text-decoration: none;
    cursor: pointer; }
  .form-register .modal-body {
    padding: 0px 173px 58px 52px; }
  .form-register .modal-body p {
    float: left;
    font-size: 12px; }
  .form-register .modal-body .up-social-wrapper {
    margin-top: 0px;
    float: left;
    border-bottom: rgba(224, 224, 224, 0.66) solid 1px;
    padding-bottom: 18px;
    margin-bottom: 21px; }
  .form-register .modal-body .up-social-wrapper > p {
    font-weight: 300;
    color: rgba(33, 33, 33, 0.5);
    letter-spacing: 0.035em;
    margin-bottom: 12px;
    width: 100%;
    float: left; }
  .form-register .modal-body .up-social-wrapper button {
    border: none;
    height: 35px;
    line-height: 34px;
    float: left;
    padding: 0 14px 0 8px;
    font-family: 'helveticaneuelight';
    font-size: 10px;
    min-width: 142px;
    border-radius: 2px; }
  .form-register .modal-body .up-social-wrapper button i {
    font-size: 21px;
    float: left;
    line-height: 35px;
    margin-right: 6px;
    margin-top: 0; }
  .form-register .modal-body .up-social-wrapper .up-twitter-button {
    margin-left: 20px; }

.register-form label {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #90c43e;
  max-width: 438px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  top: 3px;
  opacity: 0; }
  .register-form .field-group.focus label {
    opacity: 1; }
  .register-form input[type='text'], .register-form input[type="password"] {
    background: transparent;
    border: none;
    border-bottom: #577725 solid 2px;
    max-width: 438px;
    height: auto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.035em;
    float: none;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    padding: 0 0 6px;
    color: #212121;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 16px; }
  .register-form input[type='text']:focus, .register-form input[type="password"]:focus {
    outline: 0; }
  .register-form input::-webkit-input-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
    font-size: 16px; }
  .register-form input:-moz-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
    font-size: 16px; }
  .register-form input::-moz-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
    font-size: 16px; }
  .register-form input:-ms-input-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
    font-size: 16px; }
  .register-form .field-group .btn-up-register {
    width: 190px;
    font-weight: 700;
    float: none;
    text-transform: uppercase;
    height: 50px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 48px;
    border-radius: 3px;
    margin-top: 48px;
    padding: 0 10px; }
  .register-form .field-group .btn-up-register.btn-register {
    margin-left: 18px;
    margin-left: 17px \9; }
  .register-form .field-group .btn-up-register:hover {
    background-color: #212121;
    border-color: #212121;
    color: #fff; }
  .register-form span.wpcf7-not-valid-tip {
    margin-top: -12px; }
  .register-form #res_email + span.wpcf7-not-valid-tip {
    margin-top: -12px;
    padding-bottom: 20px; }

.profile-content {
  text-align: center; }

.modal-header .close {
  z-index: 10000;
  position: relative;
  font-size: 26px;
  color: #212121;
  opacity: 1;
  line-height: 1;
  top: 20px;
  width: 26px;
  right: 8px;
  min-width: 1px;
  box-shadow: none;
  height: auto; }
  .modal-header .close:hover {
    background: none;
    color: #90c43e; }

.modal-header {
  border: none; }

.user-press-register .notifyjs-container {
  margin-top: -20px;
  width: 317px;
  white-space: pre-wrap; }
  .user-press-register .field-group {
    float: left;
    width: 100%; }
  .user-press-register .register-form {
    float: left;
    width: 100%;
    padding-bottom: 11px;
    margin-top: -24px; }
  .user-press-register .up-social-wrapper {
    float: left;
    width: 100%; }

.modal.form-register {
  min-height: 508px; }

.md-modal.md-show {
  width: 61.5%; }
  .md-modal.md-show .wpl-modal-close {
    min-width: auto;
    background: none;
    border: none;
    width: 23px;
    height: auto;
    top: 28px;
    right: 28px;
    text-indent: 30px;
    overflow: hidden;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .md-modal.md-show .wpl-modal-close:after {
    content: '\f135';
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #bdbdbd;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-indent: 0; }
  .md-modal.md-show .wpl-modal-close:hover:after {
    color: #90c43e; }
  .md-modal.md-show .wpb_single_image .vc_figure {
    WIDTH: 100%; }
  .md-modal.md-show .wpb_single_image .vc_figure > div {
    width: 100%; }
  span.md-close {
    font-size: 14px;
    color: #250000;
    font-style: italic;
    line-height: 34px;
    letter-spacing: 0.035em;
    text-decoration: underline;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 108px; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 35px;
  line-height: 33px;
  height: 35px;
  text-shadow: none;
  min-width: 1px;
  text-align: center;
  background: none; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  background: none; }

button.mfp-close, button.mfp-arrow {
  min-width: 1px; }

div.wpcf7-mail-sent-ok {
  border: none !important;
  /* ==========================================================================
   [End] All Style Form
========================================================================== */ }

.header-logo3 {
  text-align: center;
  background: #212121;
  padding-top: 23px;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }
  .header-logo3 img {
    max-height: 82px; }
  .header-logo3 a {
    display: inline-block;
    height: 82px;
    line-height: 82px; }

#cshero-header-inner #cshero-header-top {
  font-size: 14px;
  padding: 12px 0 11px;
  position: relative;
  z-index: 1001;
  background-color: #f9f9f9;
  color: #bfbfbf;
  border-bottom: 1px solid #e5e4e4; }
  #cshero-header-inner #cshero-header-top a {
    color: #90c43e; }
  #cshero-header-inner #cshero-header-top a:hover {
    color: #212121; }
  #cshero-header-inner #cshero-header-top .cs-social li a {
    color: #b8b8b8; }
  #cshero-header-inner #cshero-header-top .cs-social li a:hover {
    color: #90c43e; }
  #cshero-header-inner #cshero-header-top .contact-top ul {
    line-height: 22px; }
  #cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li > ul {
    top: 100%; }
  #cshero-header-inner.bg-trans {
    position: absolute;
    width: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #cshero-header-inner.bg-trans #cshero-header {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-color: transparent; }
  #cshero-header-inner.bg-trans #cshero-header.header-fixed {
    background-color: #222; }
  #cshero-header-inner.header-3 #cshero-header {
    background: #212121; }
  #cshero-header-inner.header-4 #cshero-header {
    background: #fafafa; }
  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .menu-main-menu > ul > li > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .menu-main-menu > ul > ul > li > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .menu-main-menu > li > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .menu-main-menu > ul > li > a {
    color: #626262 !important; }
  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .menu-main-menu > ul > li > a .menu-title:after, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .menu-main-menu > ul > ul > li > a .menu-title:after, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .menu-main-menu > li > a .menu-title:after, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .menu-main-menu > ul > li > a .menu-title:after {
    display: none; }
  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation li ul li a {
    color: #626262;
    border-bottom: 1px solid rgba(98, 98, 98, 0.2); }
  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation li ul li a:hover {
    color: #90c43e; }
  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation li ul li:last-child a {
    border: none; }
  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a {
    color: #212121 !important; }
  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-ancestor > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-ancestor > a {
    color: #90c43e; }
  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) {
    background: #fafafa; }
  #cshero-header-inner #cshero-header {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    z-index: 1000;
    background-color: #fff; }
  #cshero-header-inner #cshero-header .container {
    position: relative; }
  #cshero-header-inner #cshero-header.header-fixed {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1001;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  #cshero-header-inner #cshero-header.header-fixed #cshero-header-logo {
    height: 82px !important;
    line-height: 82px !important; }
  #cshero-header-inner #cshero-header.header-fixed #cshero-header-logo a {
    line-height: 82px !important; }
  #cshero-header-inner #cshero-header.header-fixed #cshero-header-logo img {
    max-height: 82px; }
  #cshero-header-inner #cshero-header #cshero-header-logo {
    height: 82px;
    line-height: 82px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #cshero-header-inner #cshero-header #cshero-header-logo img {
    max-height: 82px; }
  #cshero-header-inner #cshero-header #cshero-header-logo a {
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    line-height: 82px;
    display: block;
    position: relative; }
  #cshero-header-inner #cshero-header .cshero-navigation-widget-top {
    position: absolute;
    top: -30px;
    right: 10px; }
  #cshero-header-inner #cshero-header .cshero-navigation-widget-top aside {
    display: inline-block;
    margin-right: 16px; }
  #cshero-header-inner #cshero-header .cshero-navigation-widget-top aside:nth-child(2) {
    margin-right: 54px; }
  #cshero-header-inner #cshero-header .cshero-navigation-widget-top aside:last-child {
    margin-right: 0; }
  #cshero-header-inner #cshero-header .cshero-navigation-widget-top aside h3 {
    color: #d0d0d0;
    font-size: 12px;
    margin-bottom: 0; }
  #cshero-header-inner #cshero-header .cshero-navigation-widget-top img {
    max-width: 32px;
    margin-top: -7px;
    margin-right: 10px; }
  #cshero-header-inner #cshero-header .cshero-navigation-widget-top span {
    font-weight: bold; }

#cshero-header-top.header-top2 {
  padding: 3px 0; }
  #cshero-header-top.header-top3 {
    padding: 0;
    background: #1d1d1d; }
  #cshero-header-top.header-top3 .header-right-top .login-wrap {
    margin-top: 4px;
    margin-right: 54px; }
  #cshero-header-top.header-top3 .header-right-top .login-wrap button, #cshero-header-top.header-top3 .header-right-top .shop-cart .cart-product span {
    color: rgba(255, 255, 255, 0.87);
    letter-spacing: 0.015em; }
  #cshero-header-top.header-top3 .header-right-top .login-wrap button:hover, #cshero-header-top.header-top3 .header-right-top .shop-cart .cart-product span:hover {
    color: #90c43e; }
  #cshero-header-top.header-top3 .header-right-top .shop-cart .cart-product {
    margin-top: 1px; }
  #cshero-header-top.header-top3 .header-right-top .shop-cart .cart-img .material-icons {
    font-size: 16px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.87); }
  #cshero-header-top.header-top3 .header-right-top .shop-cart .cart-img .material-icons:hover {
    color: #90c43e; }
  #cshero-header-top.header-top4 {
    padding: 3px 0;
    background: #e5e5e5; }
  #cshero-header-top.header-top4 .header-right-top .login-wrap button:hover, #cshero-header-top.header-top4 .header-right-top .shop-cart .cart-product span:hover {
    color: #90c43e; }
  #cshero-header-top.header-top4 .header-right-top .shop-cart:hover .cart-img .material-icons, #cshero-header-top.header-top4 .header-right-top .shop-cart:hover .cart-product span {
    color: #90c43e; }
  #cshero-header-top .header-right-top .login-wrap {
    margin-right: 44px;
    float: right;
    margin-top: 8px; }
  #cshero-header-top .header-right-top .login-wrap button {
    color: rgba(45, 45, 45, 0.87);
    line-height: 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: auto;
    min-width: 1px;
    text-transform: none;
    text-shadow: none;
    letter-spacing: 0;
    font-weight: 400; }
  #cshero-header-top .header-right-top .login-wrap button span {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #cshero-header-top .header-right-top .login-wrap button:hover {
    color: #fff; }
  #cshero-header-top .header-right-top .shop-cart .cart-img {
    background: none;
    color: #212121;
    width: 16px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    height: auto;
    float: left;
    cursor: pointer; }
  #cshero-header-top .header-right-top .shop-cart .cart-img .material-icons {
    font-size: 16px;
    height: auto;
    line-height: 28px;
    color: #212121; }
  #cshero-header-top .header-right-top .shop-cart:hover .cart-img {
    color: #fff; }
  #cshero-header-top .header-right-top .shop-cart:hover .cart-img i {
    color: #fff; }
  #cshero-header-top .header-right-top .shop-cart:hover .cart-product span {
    color: #fff; }
  #cshero-header-top .header-right-top .shop-cart .cart-product {
    margin-top: 3px; }
  #cshero-header-top .header-right-top .shop-cart .cart-product span {
    color: #2d2d2d;
    font-weight: 700;
    line-height: 24px;
    font-size: 12px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #cshero-header-top .header-right-top .shop-cart .cart-product .couter_items {
    padding-left: 7px; }

.header-right-top {
  float: right;
  width: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }
  .header-right-top .header-right {
    float: right; }
  .header-right-top .login-wrap {
    margin-right: 54px;
    float: right; }
  .header-right-top .login-wrap button {
    background: none;
    border: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 28px;
    padding: 0 6px; }
  .header-right-top .login-wrap button:hover {
    color: #90c43e; }
  .header-right-top .shop-cart {
    float: right;
    padding: 6px 0 5px; }
  .header-right-top .shop-cart .cart-img {
    background: url("../images/cart.png") no-repeat top left;
    width: 30px;
    height: 26px;
    float: left;
    cursor: pointer;
    position: relative; }
  .header-right-top .shop-cart .cart-product {
    float: left; }
  .header-right-top .shop-cart .cart-product .couter_items {
    padding-left: 12px; }
  .header-right-top .shop-cart .cart-product span {
    color: #2d2d2d;
    font-weight: 700;
    line-height: 24px;
    font-size: 12px; }
  .header-right-top .shop-cart .cart-info {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 53px;
    right: 64px;
    font-size: 18px;
    z-index: 99999;
    border-radius: 4px;
    overflow-y: auto;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .header-right-top .shop-cart .cart-info.no_product .widget_shopping_cart {
    height: auto; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart {
    overflow: hidden;
    font-size: 18px;
    z-index: 99999;
    border-radius: 4px;
    width: 330px !important;
    overflow-y: auto; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart + div {
    left: auto !important;
    opacity: 1;
    right: 0;
    z-index: 99999 !important;
    height: 100% !important;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart + div .enscroll-track {
    background-color: #f2f2f2;
    width: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* BACKGROUND GRADIENT */ }
    .header-right-top .shop-cart .cart-info .widget_shopping_cart + div .enscroll-track .vertical-handle {
      background-color: #2e2e2e;
      width: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      /* BACKGROUND GRADIENT */
      height: 60px !important; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart.widget_shopping_cart_empty {
    height: auto !important; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart.widget_shopping_cart_empty + div {
    opacity: 0 !important; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart.slow + div {
    opacity: 1; }
  .header-right-top .shop-cart .cart-info.slow {
    opacity: 1;
    overflow: visible;
    max-height: 1000px; }
  .header-right-top .shop-cart .cart-info .cart-info-inner {
    position: relative;
    background: #fafafa;
    padding: 20px 24px;
    z-index: 100;
    border: #bdbdbd solid 1px;
    width: 100%;
    margin-top: 13px;
    float: left; }
  .header-right-top .shop-cart .cart-info .cart-info-inner .arrow {
    position: absolute;
    display: block;
    top: -13px;
    right: 73px; }
  .header-right-top .shop-cart .cart-info .cart-info-inner .arrow:before, .header-right-top .shop-cart .cart-info .cart-info-inner .arrow:after {
    content: '';
    display: block;
    position: absolute;
    border-color: transparent;
    border-width: 13px 25px;
    border-style: solid; }
  .header-right-top .shop-cart .cart-info .cart-info-inner .arrow:before {
    border-bottom-color: #fff;
    top: -13px; }
  .header-right-top .shop-cart .cart-info .cart-info-inner .arrow:after {
    border-bottom-color: #fff;
    top: -12px; }
  .header-right-top .shop-cart .cart-info h3 {
    font-size: 18px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    margin-bottom: 18px; }
  .header-right-top .shop-cart .cart-info h3 i {
    font-size: 18px;
    width: 18px;
    height: auto;
    line-height: 24px;
    float: left;
    margin-right: 7px; }
  .header-right-top .shop-cart .cart-info.no_product {
    height: auto; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart {
    width: 100%;
    float: left;
    position: relative; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart .variation {
    display: none; }
  .header-right-top .shop-cart .cart-info span {
    color: #616161;
    font-size: 15px; }
  .header-right-top .shop-cart .cart-info ul li {
    padding: 7px 0 !important;
    margin-bottom: 0px;
    border-top: #e2e2e2 solid 1px;
    position: relative;
    float: left;
    width: 100%; }
  .header-right-top .shop-cart .cart-info ul li:hover a.remove {
    opacity: 1 !important; }
  .header-right-top .shop-cart .cart-info ul li a {
    color: #616161;
    font-weight: 400;
    margin-top: 4px;
    float: left; }
  .header-right-top .shop-cart .cart-info ul li span {
    color: #616161;
    font-size: 15px; }
  .header-right-top .shop-cart .cart-info .buttons {
    margin-bottom: 10px; }
  .header-right-top .shop-cart .cart-info .button {
    float: left;
    border: #90c43e solid 2px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #fff;
    color: #90c43e;
    font-size: 15px;
    font-weight: 500;
    min-width: 127px;
    padding: 0 12px;
    height: 33px;
    line-height: 29px;
    position: relative;
    letter-spacing: -0.025em;
    text-shadow: none;
    box-shadow: none; }
  .header-right-top .shop-cart .cart-info .button:hover {
    background: #90c43e;
    color: #fff; }
  .header-right-top .shop-cart .cart-info .button:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    display: inline-block;
    width: 15px;
    height: auto;
    line-height: 29px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'shopping_cart';
    float: left;
    margin-right: 2px; }
  .header-right-top .shop-cart .cart-info .button.checkout {
    margin-left: 26px;
    background: #90c43e;
    color: #fff; }
  .header-right-top .shop-cart .cart-info .button.checkout:before {
    content: 'verified_user';
    margin-right: 6px; }
  .header-right-top .shop-cart .cart-info .button.checkout:hover {
    background: #fff;
    color: #90c43e; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart .cart_list li a.remove, .header-right-top .shop-cart .cart-info .widget_shopping_cart .cart_list li a.remove {
    top: 31px;
    right: 5px;
    left: auto;
    text-indent: 1000px;
    overflow: hidden;
    background: none;
    width: 39px;
    display: inline-block;
    opacity: 0;
    position: absolute; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart .cart_list li a.remove:after, .header-right-top .shop-cart .cart-info .widget_shopping_cart .cart_list li a.remove:after {
    content: 'Remove';
    color: rgba(211, 47, 47, 0.77);
    font-weight: 700;
    position: absolute;
    text-align: right;
    top: 0;
    left: 0;
    text-indent: 0px;
    font-size: 10px;
    width: 100%;
    font-family: 'Roboto'; }
  .header-right-top .shop-cart .cart-info ul.cart_list li img, .header-right-top .shop-cart .cart-info ul.product_list_widget li img {
    float: left;
    width: 50px;
    max-width: 100%;
    height: 50px;
    border-radius: 50%;
    margin-right: 18px; }
  .header-right-top .shop-cart .cart-info span.quantity {
    display: inline-block;
    color: #bdbdba;
    margin-top: -28px;
    float: left;
    clear: both;
    margin-left: 68px; }
  .header-right-top .shop-cart .cart-info span.quantity:hover {
    color: #bdbdba; }
  .header-right-top .shop-cart .cart-info span.quantity .amount {
    position: absolute;
    top: 17px;
    right: 5px; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart .total, .header-right-top .shop-cart .cart-info .widget_shopping_cart .total {
    border-top: 1px solid #e2e2e2;
    padding: 14px 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #616161;
    text-align: right;
    float: left;
    width: 100%; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart .total strong, .header-right-top .shop-cart .cart-info .widget_shopping_cart .total strong {
    font-weight: 500; }
  .header-right-top .shop-cart .cart-info .widget_shopping_cart .total span, .header-right-top .shop-cart .cart-info .widget_shopping_cart .total span {
    color: #616161;
    font-size: 18px; }

@media (min-width: 992px) {
  #cshero-header-inner #cshero-header-wrapper {
    min-height: 82px; }
    #cshero-header-inner #cshero-header #cshero-header-logo {
      height: 82px;
      line-height: 82px; }
      #cshero-header-inner #cshero-header #cshero-header-logo img {
        max-height: 82px; }
    #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > li, #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > ul > li, #cshero-header-inner #cshero-header-navigation .menu-main-menu > li, #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > li {
      padding: 0 19px;
      padding-bottom: 0; }
      #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > li:last-child, #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > ul > li:last-child, #cshero-header-inner #cshero-header-navigation .menu-main-menu > li:last-child, #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > li:last-child {
        padding-right: 0; }
      #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > li > a, #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > ul > li > a, #cshero-header-inner #cshero-header-navigation .menu-main-menu > li > a, #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > li > a {
        line-height: 82px;
        color: #fff !important; }
        #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > li > a .menu-title:after, #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > ul > li > a .menu-title:after, #cshero-header-inner #cshero-header-navigation .menu-main-menu > li > a .menu-title:after, #cshero-header-inner #cshero-header-navigation .menu-main-menu > ul > li > a .menu-title:after {
          background: #fff !important; }
      #cshero-header-inner #cshero-header-navigation .menu-main-menu, #cshero-header-inner #cshero-header-navigation .cshero-navigation-right {
        float: right;
        display: inline-block; }
    #cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation.header-top-acitve {
      padding: 0 !important; }
      #cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation.header-top-acitve .menu-main-menu > ul > li > a, #cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation.header-top-acitve .menu-main-menu > li > a {
        line-height: 82px; }
    #cshero-header-inner #cshero-header.header-fixed #cshero-header-logo img {
      max-height: 82px; }
    #cshero-header-inner .icon-white i {
      color: #fff !important; }
      #cshero-header-inner .icon-white i:hover {
        color: #90c43e !important; }
    #cshero-header-inner.header-3 #cshero-header-wrapper {
      min-height: 63px; }
      #cshero-header-inner.header-3 #cshero-header.header-fixed {
        background: #212121; }
      #cshero-header-inner.header-3 #cshero-header-navigation .menu-main-menu {
        width: 100%;
        text-align: center; }
      #cshero-header-inner.header-3 #cshero-header-navigation .menu-main-menu > ul > li, #cshero-header-inner.header-3 #cshero-header-navigation .menu-main-menu > li {
        padding: 0 18px; }
      #cshero-header-inner.header-3 #cshero-header-navigation .menu-main-menu > ul > li > a, #cshero-header-inner.header-3 #cshero-header-navigation .menu-main-menu > li > a {
        line-height: 63px !important; }
        #cshero-header-inner.header-3 #cshero-header-navigation .menu-main-menu > ul > li > a .menu-title:after, #cshero-header-inner.header-3 #cshero-header-navigation .menu-main-menu > li > a .menu-title:after {
          height: 3px;
          bottom: -22px;
          background: #90c43e !important; }

  .cs-boxed #main {
    background-color: #fff; }
    .cs-boxed #cshero-header.header-fixed {
      max-width: 1200px; }

  .cms-header-trans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
    .cms-header-trans #cshero-header-top {
      background-color: transparent !important; }
      .cms-header-trans #cshero-header-top .login-wrap button {
        color: #fff; }
      .cms-header-trans #cshero-header-top .login-wrap button:hover {
        color: #90c43e; }
      .cms-header-trans #cshero-header-top .shop-cart {
        cursor: pointer; }
      .cms-header-trans #cshero-header-top .shop-cart i, .cms-header-trans #cshero-header-top .shop-cart span {
        color: #fff !important; }
      .cms-header-trans #cshero-header-top .shop-cart:hover i, .cms-header-trans #cshero-header-top .shop-cart:hover span {
        color: #90c43e !important; }
    .cms-header-trans #cshero-header-inner #cshero-header #cshero-header-logo a {
      line-height: 82px; }
      .cms-header-trans #cshero-header-inner #cshero-header #cshero-header-logo .trans-logo img {
        max-height: 82px; }
      .cms-header-trans #cshero-header-inner #cshero-header #cshero-header-logo .main-logo {
        left: 15px;
        display: none !important;
        position: absolute;
        top: 0; }
    .cms-header-trans #cshero-header-inner.header-2 #cshero-header {
      background: #90c43e; }
      .cms-header-trans #cshero-header-inner.header-2 #cshero-header:not(.header-fixed) {
        background-color: transparent !important; }
      .cms-header-trans #cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-logo .trans-logo {
        display: none !important; }
      .cms-header-trans #cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-logo .main-logo {
        display: block !important; }
      .cms-header-trans #cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a, .cms-header-trans #cshero-header-inner.header-2 #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > ul > li > a {
        line-height: 82px; }
      .cms-header-trans #cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > li > a, .cms-header-trans #cshero-header-inner.header-2 #cshero-header #cshero-header-navigation .menu-main-menu > ul > li > a {
        line-height: 82px; }
    .cms-header-trans + .page-title {
      padding-top: 225px; } }

@media (max-width: 991px) {
  .header-logo3 {
    text-align: left;
    padding-bottom: 22px; }

  .header-3 #cshero-header #cshero-menu-mobile i {
    top: -60px; }

  #cshero-header-wrapper {
    height: auto; }

  .header-right-top .login-wrap {
    margin-right: 28px;
    float: right; }

  #cshero-header-inner.header-center {
    height: 80px; }
    #cshero-header-inner.header-center #cshero-header-logo {
      padding: 14px 15px;
      text-align: left; }
      #cshero-header-inner.header-center #cshero-header-logo img {
        max-height: 51px; }
    #cshero-header-inner.header-center #cshero-header-navigation.collapse {
      top: 0; }

  #cshero-header-inner #cshero-header #cshero-header-logo a.trans-logo {
    display: none; }

  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a {
    color: #fff !important; }

  .header-4 #cshero-header-navigation.collapse {
    top: 100px; }

  .header-3 #cshero-header-navigation.collapse {
    top: 0px; }

  #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) {
    background: #222; } }

.admin-bar {
  /* ==========================================================================
   [End] 1. Header Main
========================================================================== */
  /* ==========================================================================
   [Start] 3. Hidden Sidebar
========================================================================== */ }
  .admin-bar #cshero-header-inner #cshero-header.header-fixed {
    top: 32px; }

#cms-organic #page-wrapper {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -ms-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  position: relative;
  z-index: 999; }
  #cms-organic #page-wrapper.cs-wide {
    background-color: #fff; }
  #cms-organic.hidden-sidebar-active #page-wrapper {
    -webkit-transform: translateX(-370px);
    -khtml-transform: translateX(-370px);
    -moz-transform: translateX(-370px);
    -ms-transform: translateX(-370px);
    -o-transform: translateX(-370px);
    transform: translateX(-370px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.cshero-hidden-sidebar {
  background-color: #222;
  color: #bfbfbf;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 370px;
  padding: 65px 40px;
  z-index: 1000;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -ms-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  /* ==========================================================================
   [Start] 4. Hidden Sidebar
========================================================================== */ }
  .cshero-hidden-sidebar .sidebar-close {
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 30px;
    top: 50px;
    opacity: 0;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -ms-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms; }
  .cshero-hidden-sidebar .sidebar-close:hover {
    color: #fff; }
  .cshero-hidden-sidebar:hover .sidebar-close {
    opacity: 1; }
  .cshero-hidden-sidebar.open {
    opacity: 1;
    visibility: visible; }
  .cshero-hidden-sidebar .sidebar-inner {
    height: 100vh; }
  .cshero-hidden-sidebar a {
    color: #fff; }
  .cshero-hidden-sidebar a:hover {
    color: #90c43e; }
  .cshero-hidden-sidebar aside {
    margin-bottom: 35px; }
  .cshero-hidden-sidebar ul.menu li a {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 40px; }
  .cshero-hidden-sidebar ul.menu li a .menu-title {
    position: relative; }
  .cshero-hidden-sidebar ul.menu li a .menu-title:before {
    background-color: #90c43e;
    content: "";
    height: 2px;
    position: absolute;
    top: -3px;
    width: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cshero-hidden-sidebar ul.menu li.current-menu-item a, .cshero-hidden-sidebar ul.menu li a:hover {
    color: #90c43e; }
  .cshero-hidden-sidebar ul.menu li.current-menu-item a .menu-title:before, .cshero-hidden-sidebar ul.menu li a:hover .menu-title:before {
    opacity: 1;
    filter: alpha(opacity=1);
    width: 10px; }
  .cshero-hidden-sidebar .cs-social {
    text-align: center; }
  .cshero-hidden-sidebar .cs-social li {
    margin: 0 13px; }
  .cshero-hidden-sidebar .cs-social li a {
    font-size: 14px; }

@media (max-width: 767px) {
  .header-4 #cshero-header-navigation.collapse {
    top: 100px; }

  .header-3 #cshero-header-navigation.collapse {
    top: 0px; } }

@media (max-width: 320px) {
  .header-logo3 {
    text-align: center; }

  #cshero-header-inner #cshero-header #cshero-header-logo {
    text-align: center; }

  .header-right-top {
    float: left;
    width: 71%;
    padding-top: 0; }

  .header-right-top .login-wrap {
    margin-right: 0;
    float: left;
    margin-bottom: 15px; }

  .header-right-top .header-right {
    float: left; }

  .header-right-top .shop-cart {
    float: left;
    clear: both;
    width: 80%; }

  .header-3 #cshero-header #cshero-menu-mobile i {
    top: -54px; }

  .header-logo3 {
    padding-bottom: 80px; }

  .header-top2#cshero-header-top .header-right-top .login-wrap, .header-top3#cshero-header-top .header-right-top .login-wrap {
    margin-right: 0px;
    float: left;
    margin-bottom: 0; }
    .header-top2 .header-right-top .shop-cart, .header-top3 .header-right-top .shop-cart {
      float: right;
      width: auto; }
    .header-top2 .header-right-top .shop-cart .cart-product, .header-top3 .header-right-top .shop-cart .cart-product {
      width: auto; }

  .header-2 #cshero-header #cshero-menu-mobile i {
    top: 31px; }

  .header-4 #cshero-header #cshero-menu-mobile i {
    top: 27px; }

  .header-4 #cshero-header-navigation.collapse {
    top: 100px; }

  .header-3 #cshero-header-navigation.collapse {
    top: 0px; }

  .header-top4 .header-right-top .shop-cart {
    float: right;
    clear: both;
    width: 50%; } }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /* Preferred icon size */
  font-size: inherit;
  display: inline-block;
  height: auto;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  /* Support for all WebKit browsers. */
  direction: ltr;
  /* Support for Safari and Chrome. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  text-rendering: optimizeLegibility;
  /* Support for IE. */
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

@font-face {
  font-family: "Trend Sans Four";
  /* IE9*/
  src: url("../fonts/33ca94f43a53fc634323a6fe191ffd64.eot");
  /* IE6-IE8 */
  /* chrome?firefox */
  /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  /* iOS 4.1- */
  src: url("../fonts/33ca94f43a53fc634323a6fe191ffd64.eot?#iefix") format("embedded-opentype"), url("../fonts/33ca94f43a53fc634323a6fe191ffd64.woff") format("woff"), url("../fonts/33ca94f43a53fc634323a6fe191ffd64.ttf") format("truetype"), url("../fonts/33ca94f43a53fc634323a6fe191ffd64.svg#Trend Sans W00 Four") format("svg"); }

@font-face {
  font-family: "Roboto Black";
  src: url("../fonts/Roboto-Black.eot?") format("eot"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ostrich_sansblack';
  src: url('../fonts/ostrichsans-black-webfont.eot');
  src: url('../fonts/ostrichsans-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrichsans-black-webfont.woff2') format('woff2'), url('../fonts/ostrichsans-black-webfont.woff') format('woff'), url('../fonts/ostrichsans-black-webfont.ttf') format('truetype'), url('../fonts/ostrichsans-black-webfont.svg#ostrich_sansblack') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novalight';
  src: url('../fonts/proximanova-light-webfont.woff2') format('woff2'), url('../fonts/proximanova-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ostrich_sansbold';
  src: url('../fonts/ostrichsans-bold-webfont.woff2') format('woff2'), url('../fonts/ostrichsans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helveticaneuemedium';
  src: url('../fonts/helveticaneue_medium-webfont.eot');
  src: url('../fonts/helveticaneue_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue_medium-webfont.woff2') format('woff2'), url('../fonts/helveticaneue_medium-webfont.woff') format('woff'), url('../fonts/helveticaneue_medium-webfont.ttf') format('truetype'), url('../fonts/helveticaneue_medium-webfont.svg#helveticaneuemedium') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gotham_lightregular';
  src: url('../fonts/gotham-light-webfont.eot');
  src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-light-webfont.woff2') format('woff2'), url('../fonts/gotham-light-webfont.woff') format('woff'), url('../fonts/gotham-light-webfont.ttf') format('truetype'), url('../fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helveticaneuelight';
  src: url('../fonts/helveticaneue_light-webfont.eot');
  src: url('../fonts/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'), url('../fonts/helveticaneue_light-webfont.woff') format('woff'), url('../fonts/helveticaneue_light-webfont.ttf') format('truetype'), url('../fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ostrich_sansheavy';
  src: url('../fonts/ostrichsans-heavy-webfont.eot');
  src: url('../fonts/ostrichsans-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrichsans-heavy-webfont.woff2') format('woff2'), url('../fonts/ostrichsans-heavy-webfont.woff') format('woff'), url('../fonts/ostrichsans-heavy-webfont.ttf') format('truetype'), url('../fonts/ostrichsans-heavy-webfont.svg#ostrich_sansheavy') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Ostrich Sans Black";
  src: url("../fonts/ostrich-black.eot?") format("eot"), url("../fonts/ostrich-black.woff") format("woff"), url("../fonts/ostrich-black.ttf") format("truetype"), url("../fonts/ostrich-black.svg#OstrichSans-Black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novabold';
  src: url('../fonts/pnb-webfont.woff2') format('woff2'), url('../fonts/pnb-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novaregular';
  src: url('../fonts/pnr-webfont.woff2') format('woff2'), url('../fonts/pnr-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novasemibold';
  src: url('../fonts/pnsb-webfont.woff2') format('woff2'), url('../fonts/pnsb-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helveticaneuebold';
  src: url('../fonts/helvetica_neu_bold-webfont.eot');
  src: url('../fonts/helvetica_neu_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neu_bold-webfont.woff2') format('woff2'), url('../fonts/helvetica_neu_bold-webfont.woff') format('woff'), url('../fonts/helvetica_neu_bold-webfont.ttf') format('truetype'), url('../fonts/helvetica_neu_bold-webfont.svg#helveticaneuebold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Snell Roundhand Script';
  src: url('../fonts/Snell Roundhand Script.eot'), url('../fonts/Snell Roundhand Script.woff') format('woff'), url('../fonts/Snell Roundhand Script.ttf') format('truetype'), url('../fonts/Snell Roundhand Script.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

.custom-font-1, .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover, .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active, .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active, .vc_wp_search .searchform input[type='text'], footer#footer-layout3 #cshero-footer-top, footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .tnp-email, footer#footer-layout3.footer4 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .newsletter-email, .style4 .widget_newsletterwidget form .tnp-email {
  font-family: 'proxima_novaregular'; }

.custom-font-2 {
  font-family: 'ostrich_sansheavy'; }

.custom-font-3, footer#footer-layout1.footer2 #cshero-footer-top .widget-title, footer#footer-layout3 #cshero-footer-top .widget-title, .style2 .widget_newsletterwidget form .tnp-submit {
  font-family: "Ostrich Sans Black"; }

.custom-font-4 {
  font-family: "Trend Sans Four"; }

.custom-font-5 {
  font-family: 'ostrich_sansbold'; }

.custom-font-6 {
  font-family: 'proxima_novalight'; }

.custom-font-7, .vc_tta-container > h2, .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-accordion.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span, footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .tnp-submit, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a, #cshero-header-inner.header-4 #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a, .style4 .widget_newsletterwidget form .tnp-submit, .style5 .widget_newsletterwidget form .tnp-submit {
  font-family: 'proxima_novabold'; }

.custom-font-8, .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a, .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span, #cshero-footer-feature .template-cms_fancybox_single--layout6 .content-right .cms-fancybox-content, footer#footer-layout3 #cshero-footer-top ul li {
  font-family: 'proxima_novasemibold'; }

.custom-font-9 {
  font-family: 'Snell Roundhand Script'; }

.custom-font-10 {
  font-family: 'Roboto Condensed', sans-serif; }

.custom-font-11 {
  font-family: "Roboto Black"; }

.custom-font-12 {
  font-family: 'helveticaneuebold'; }

.custom-font-13 {
  font-family: 'helveticaneuemedium'; }

.custom-font-14 {
  font-family: 'gotham_lightregular'; }

.custom-font-15, .cms-heading-wrapper.heading-layout3 .description, .cms-heading-wrapper.heading-layout4 .description, .cms_carousel--layout-team2 .cms-team-item .position, .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content .description, .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .position, .cms_carousel--layout-team4 .cms-team-item .cms-grid-team-content .position, .cms_carousel--layout-team5 .cms-team-item .cms-grid-team-content .position, .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-carousel-categories, .template-cms_carousel--layout-blog2 .cms-carousel-item .content-overlay .cms-grid-content, .template-cms_fancybox_single--layout7 .cms-fancybox-item .cms-fancybox-content, .template-cms_fancybox_single--layout7 .cms-fancybox-item .cms-fancyboxes-footer a, .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-left .fancy-box-content, .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-right a, .cms-gallery-layout2 .cms-grid-item .cshero-woo-meta .cshero-product-subtitle, .cms-gallery-layout3 .cms-grid-item .cshero-woo-meta .cshero-product-subtitle, .style2 .widget_newsletterwidget form .tnp-email, .style3 .widget_newsletterwidget form .tnp-email {
  font-family: 'PT Sans', sans-serif; }

#arctext.custom-font-2 {
  letter-spacing: 0.045em !important; }

body {
  overflow-x: hidden;
  color: rgba(0, 0, 0, 0.6) !important;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased; }

#page-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

img.aligncenter {
  margin: 5px auto; }

.alignleft {
  float: left; }
  .alignleft img {
    margin: 5px 30px 15px 0; }

img.alignleft {
  margin: 5px 30px 15px 0; }

.alignright {
  float: right; }
  .alignright img, .alignright > p {
    margin-left: 15px; }

img.alignright {
  margin-left: 15px;
  margin-bottom: 20px; }

.wp-caption {
  opacity: 1;
  clear: both; }
  .wp-caption.alignnone {
    width: 100% !important; }

.media-left img {
  max-width: inherit; }

.wp-caption-text {
  opacity: 1; }

.gallery-caption {
  opacity: 1; }

.left {
  float: left; }

.right {
  float: right; }

.text-upper {
  text-transform: uppercase; }

.entry-page-image {
  margin-bottom: 14px; }

#main #page-default {
  position: relative;
  z-index: 1; }

.block {
  display: block; }

.b-ra img {
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  /* BACKGROUND GRADIENT */ }

.sl-italic {
  font-style: italic;
  letter-spacing: 0 !important; }

a {
  color: #90c43e; }

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }

a:hover, a:focus {
  color: #90c43e; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: 1.1;
  font-weight: 700; }

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

p {
  margin: 0 0 15px; }

img {
  height: auto;
  max-width: 100%; }

.hide-image img {
  display: none; }

.w50 {
  float: left;
  width: 50%; }

.size_big {
  font-size: 64px; }

.size_small {
  font-size: 26px; }

body .wpb_content_element, body .wpb_button {
  margin: 0; }

.vc_column-inner, .wpb_wrapper {
  height: 100%; }

.page-template-default .entry-content > p:nth-child(1) {
  margin-top: 50px; }
  .page-template-default .entry-content > p:last-child {
    margin-bottom: 60px; }

.entry-content > .vc_row-fluid {
  position: relative; }

.entry-content > .wpb_row .wpb_row {
  margin-left: -15px;
  margin-right: -15px; }

.entry-content > .wpb_row .padding-30 .wpb_row {
  margin-left: 0;
  margin-right: 0; }

.vc_row-fluid .container .container, .vc_row-fluid .vc_row-fluid .container {
  width: 100%; }

.entry-content > .vc_row-fluid {
  background-color: #fff; }

.margin-top40 {
  margin-top: 40px; }

.thin {
  font-weight: 300; }

.well {
  border: medium none;
  border-radius: 0;
  box-shadow: none; }

.dark {
  color: #424242; }

.dark2 {
  color: #474747; }

.color-primary {
  color: #90c43e; }

.media .color-primary {
  color: #90c43e !important; }

.cmsline {
  width: 19px;
  height: 3px;
  background-color: #474747;
  display: block; }

.line-gray {
  height: 1px;
  display: block;
  width: 100%;
  background-color: #353535; }

.icon-box-style {
  display: block;
  height: 60px;
  line-height: 72px;
  text-align: center;
  width: 60px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  /* BACKGROUND GRADIENT */
  background-color: #90c43e;
  position: relative; }
  .icon-box-style:before {
    content: "";
    height: 2px;
    width: 19px;
    background-color: #90c43e;
    position: absolute;
    bottom: -10px;
    left: 0; }
  .icon-box-style i {
    font-size: 28px;
    color: #fff; }

.btn-readmore {
  color: #90c43e;
  font-weight: bold;
  position: relative; }
  .btn-readmore:after {
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #90c43e; }

.dot, .widget_tag_cloud .tagcloud a:before, #sidebar .widget_archive ul li a:before, #sidebar .widget_categories ul li a:before, #sidebar .widget_meta ul li a:before, #sidebar .widget_nav_menu ul li a:before, #sidebar .widget_pages ul li a:before, #sidebar .widget_product_categories ul li a:before, #sidebar .widget_recent_entries ul li a:before, #sidebar .widget_block .wp-block-group .wp-block-latest-posts li a:before {
  content: "";
  background-color: #90c43e;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* BACKGROUND GRADIENT */
  margin-right: 6px;
  display: inline-block; }

.cms-title, #sidebar .widget-title, #sidebar .wg-title {
  padding: 17px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  -webkit-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
  -moz-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
  -ms-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
  box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95); }

.widget_wrap, #sidebar aside, .widget_tag_cloud, #sidebar .widget_archive, #sidebar .widget_categories, #sidebar .widget_meta, #sidebar .widget_nav_menu, #sidebar .widget_pages, #sidebar .widget_product_categories, #sidebar .widget_recent_entries, .main-sidebar-2 .widget_text {
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* BACKGROUND GRADIENT */
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
  -moz-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
  -ms-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
  box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95); }

.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  /* BACKGROUND GRADIENT */ }

.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  /* BACKGROUND GRADIENT */ }

.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* BACKGROUND GRADIENT */ }

.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /* BACKGROUND GRADIENT */
  /*
================> Unit Test
*/ }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */ }
  table th {
    color: #424242; }

caption, td {
  font-weight: normal;
  text-align: left; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px; }

th {
  font-weight: 700;
  padding: 6px 10px 6px 0; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/ }

dl {
  margin: 0 0 0 25px; }

dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #424242; }

dl dd {
  line-height: normal;
  margin-bottom: 20px; }
  dl dd a {
    color: #90c43e; }
  dl dd a:hover {
    color: #b2b2b2; }

code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.woocommerce ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #90c43e; }

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word; }

.woocommerce ins {
  background-color: transparent; }

.entry-content-inner ul {
  padding: 0 0 0 35px;
  list-style-type: square; }
  .entry-content-inner ul.list-style-check {
    list-style: none;
    padding: 0; }

dl + h2 + ul {
  list-style: none;
  padding: 0 0 0 35px;
  /* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== */
  /* ==========================================================================
   [Start] 2. Page Title
========================================================================== */ }
  dl + h2 + ul li {
    position: relative;
    padding-left: 15px;
    list-style: none; }
  dl + h2 + ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 7px;
    left: 0;
    position: absolute;
    color: #90c43e; }
  dl + h2 + ul li ul {
    padding-left: 35px; }

#breadcrumb-text {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 6px 3px -3px #e7e7e7 inset;
  -moz-box-shadow: 0 6px 3px -3px #e7e7e7 inset;
  -ms-box-shadow: 0 6px 3px -3px #e7e7e7 inset;
  box-shadow: 0 6px 3px -3px #e7e7e7 inset;
  background: #f2f2f2; }
  #breadcrumb-text ul.breadcrumbs {
    color: #000;
    list-style: none;
    text-transform: uppercase; }
  #breadcrumb-text ul.breadcrumbs li {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 49px; }
  #breadcrumb-text ul.breadcrumbs li + li:before {
    padding: 0 16px;
    content: '>'; }
  #breadcrumb-text ul.breadcrumbs li a {
    color: #000;
    font-weight: 400; }
  #breadcrumb-text ul.breadcrumbs li a:hover {
    color: #90c43e;
    text-decoration: none; }
  #breadcrumb-text ul.breadcrumbs li:first-child a:before {
    content: ""; }

.home #page-default {
  padding-top: 0; }

.woocommerce-page #page-default {
  padding: 60px 0; }

#page-title {
  min-height: 315px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 104px 0 114px 0; }
  #page-title:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    opacity: 0.6;
    content: ''; }
  #page-title #page-title-text {
    position: relative;
    z-index: 2; }
  #page-title #page-title-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 19px;
    text-transform: capitalize;
    word-break: break-all;
    text-align: center; }
  #page-title #page-title-text .sub-title {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    display: block; }
  #page-title.br-style2 {
    padding: 111px 0 106px 0; }
  #page-title.br-style2:after {
    background: #000;
    opacity: 0.55; }
  #page-title.br-style2 #page-title-text {
    position: relative;
    z-index: 2; }
  #page-title.br-style2 #page-title-text h1 {
    font-size: 55px;
    margin-bottom: 11px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    text-align: left; }
  #page-title.br-style2 #page-title-text .sub-title {
    font-size: 28px;
    letter-spacing: 0.075em;
    color: rgba(255, 255, 255, 0.68);
    text-align: left; }
  #page-title.br-style3 {
    padding: 111px 0 106px 0; }
  #page-title.br-style3:after {
    background: #000;
    opacity: 0.55; }
  #page-title.br-style3 #page-title-text {
    position: relative;
    z-index: 2; }
  #page-title.br-style3 #page-title-text h1 {
    font-size: 55px;
    margin-bottom: 5px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #212121;
    text-align: center; }
  #page-title.br-style3 #page-title-text .sub-title {
    font-size: 25px;
    letter-spacing: 0.225em;
    color: rgba(33, 33, 33, 0.87);
    text-transform: uppercase;
    text-align: center; }

.home #breadcrumb-text {
  display: none; }

body.post-type-archive-product {
  /* ==========================================================================
   [End] 2. Page Title
========================================================================== */
  /* ==========================================================================
   [Start] 3. Primary
========================================================================== */ }
  body.post-type-archive-product #page-title {
    padding: 111px 0 106px 0;
    min-height: 314px; }
  body.post-type-archive-product #page-title:after {
    background: #000;
    opacity: 0.55; }
  body.post-type-archive-product #page-title #page-title-text {
    text-align: left; }
  body.post-type-archive-product #page-title #page-title-text h1 {
    font-size: 55px;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    margin-bottom: 10px; }
  body.post-type-archive-product #page-title #page-title-text .sub-title {
    font-size: 28px;
    letter-spacing: 0.075em; }
  body.post-type-archive-product #breadcrumb-text {
    display: none; }

#page-wrapper.cs-boxed {
  background-color: #fff; }

#main .sidebar-left-active #primary.sidebar-active {
  float: right; }

.vc_row-o-full-height {
  opacity: 0;
  filter: alpha(opacity=0); }

.vc_column_container > .vc_column-inner {
  background-position: top center !important;
  /* Column Overlay */ }

.column-bg-overlay {
  color: #fff; }
  .column-bg-overlay .overlay-color-column {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .column-bg-overlay .wpb_wrapper {
    position: relative;
    z-index: 1; }
  .column-bg-overlay ul li {
    border-color: rgba(255, 255, 255, 0.2) !important; }

.column-no-padding {
  /* End Column Overlay */ }
  .column-no-padding .vc_column_container > .vc_column-inner {
    padding: 0; }

#content footer.entry-meta {
  padding: 0;
  text-align: center; }

.sider-page .wpb_row .container {
  padding: 0;
  width: 100%; }
  .sider-page.sd-left #primary {
    float: right; }
  .sider-page.sd-right #primary {
    float: left; }

#page-blog-standard, #page-events {
  /* Sidebar */ }
  #page-blog-standard #primary.page-full-width, #page-events #primary.page-full-width {
    float: none;
    margin: auto;
    max-width: 940px; }
  #page-blog-standard #primary.page-full-width #content, #page-events #primary.page-full-width #content {
    padding-right: 0px; }

#sidebar {
  margin-top: 62px;
  /* Background Image Fixed vs Background Overlay Color */ }
  #sidebar aside > div, #sidebar aside > ul {
    padding: 17px 23px 20px; }
  #sidebar aside > div.cms-recent-post, #sidebar aside > ul.cms-recent-post {
    padding: 17px 23px 29px; }
  #sidebar aside.has_background .widget-title {
    background-image: url(http://demo.cmssuperheroes.com/themeforest/wp-organic2/wp-content/themes/wp-organic/assets/images/bg-title-sidebar.jpg);
    background-size: cover; }
  #sidebar aside.widget_search {
    border: none;
    box-shadow: none; }
  #sidebar .slidingbar-widget-col {
    margin-bottom: 51px; }
  #sidebar ul.children, #sidebar ul.sub-menu {
    padding-left: 15px; }
  #sidebar #cms-recent-post .cms-recent-post li .cms-recent-details .desc {
    display: none; }

#content .wpb_row {
  /* Page 404 */ }
  #content .wpb_row.row-background-fixed {
    position: inherit;
    background-attachment: fixed;
    background-repeat: no-repeat; }
  #content .wpb_row.row-background-fixed .overlay-color {
    height: 3000px;
    left: -50%;
    position: relative;
    margin-bottom: -3000px;
    width: 200%;
    -webkit-transform: translateY(-20%);
    -khtml-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  #content .wpb_row .overlay-color {
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    left: -50%; }

.error404 #page-title {
  display: none; }

.page-404-site-content {
  position: relative;
  float: left;
  width: 100%; }
  .page-404-site-content:after {
    background: #90c43e;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ''; }
  .page-404-site-content #content {
    position: relative;
    z-index: 2; }

#page-default .main-content > p:nth-child(1) {
  margin-top: 50px; }

.mejs-controls .mejs-button button {
  min-width: 1px; }

.cms-error404 {
  text-align: center;
  margin-bottom: 354px; }
  .cms-error404 .entry-header h1 {
    font-size: 250px;
    line-height: 1;
    letter-spacing: 0.125em;
    color: rgba(144, 196, 62, 0.9);
    margin-top: 314px;
    font-weight: 300;
    margin-bottom: 40px; }
  .cms-error404 .entry-content {
    margin: auto;
    max-width: 474px;
    float: none; }
  .cms-error404 .entry-content p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.055em;
    color: #fff; }
  .cms-error404 .entry-content a {
    margin-top: 51px;
    height: 50px;
    border: #749f30 solid 1px;
    border-radius: 3px;
    padding: 0px 50px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.035em;
    font-size: 16px;
    text-transform: uppercase; }

.clr {
  display: block;
  width: 100%;
  float: left;
  /* Page Loading */ }

#cms-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  /* Page Contact - Gettouch */ }

.page-get-contact {
  /* Custom - Row background image */ }
  .page-get-contact ul {
    margin-bottom: 20px; }
  .page-get-contact ul li {
    padding-left: 23px;
    position: relative;
    margin-bottom: 7px;
    margin-top: 4px; }
  .page-get-contact ul li i {
    font-size: 16px;
    color: #474747;
    padding-right: 14px;
    left: 0;
    position: absolute;
    top: 3px; }
  .page-get-contact ul li a {
    display: block; }

.background-images-overlay-fullwidth .custom-row-image {
  background-size: initial;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%; }

.custom-row-image-left .custom-row-image {
  -webkit-background-size: initial;
  background-size: initial; }
  .custom-row-image-left .custom-row-image:before {
    background-color: transparent; }

.custom-row-image {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  -webkit-width: -webkit-calc(50% - 28px);
  -moz-width: -moz-calc(50% - 28px);
  width: calc(50% - 28px); }

.overlay-none .custom-row-image:before {
  background: transparent; }

.row-image-holder {
  border: 2px solid #f9f9f9;
  bottom: 90px;
  left: 15px;
  position: absolute;
  right: 165px;
  text-align: center;
  top: 90px; }
  .row-image-holder img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.over_follow_initial {
  overflow: initial !important; }
  .over_follow_initial .wpb_row {
    z-index: 2;
    position: relative; }

body .bg-left-bottom {
  background-position: bottom left !important; }

body .bg-left-top {
  background-position: top left !important; }

body .bg-right-top {
  background-position: top right !important; }

body .bg-right-bottom {
  background-position: bottom right !important; }

body .bg-center-bottom {
  background-position: center bottom !important; }

.custom-row-image-right .custom-row-image {
  left: initial;
  right: 0px;
  width: 100%;
  background-size: auto; }
  .custom-row-image-right .custom-row-image:before {
    background-color: transparent; }

.custom-row-image-right-cover {
  /* Custom Slider */ }
  .custom-row-image-right-cover .custom-row-image {
    left: initial;
    right: 0px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover; }
  .custom-row-image-right-cover .custom-row-image:before {
    background-color: transparent; }

.slider-primary-color {
  color: #558b2f !important; }

.rev_slider_wrapper {
  /*Slider*/ }
  .rev_slider_wrapper .rev-btn {
    -webkit-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important; }
  .rev_slider_wrapper .material-icons {
    color: #90c43e;
    margin-right: 5px !important;
    position: relative;
    top: 3px; }
  .rev_slider_wrapper .material-icons.font16 {
    max-width: 16px !important; }
  .rev_slider_wrapper .tp-bullets.custom .tp-bullet {
    width: 15px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6); }
  .rev_slider_wrapper .tp-bullets.custom .tp-bullet.selected, .rev_slider_wrapper .tp-bullets.custom .tp-bullet:hover {
    background-color: #90c43e; }
  .rev_slider_wrapper .tp-leftarrow.custom, .rev_slider_wrapper .tp-rightarrow.custom {
    height: 72px;
    width: 36px;
    background-color: transparent;
    border-style: solid;
    border-width: 36px; }
  .rev_slider_wrapper .tp-leftarrow.custom:before, .rev_slider_wrapper .tp-rightarrow.custom:before {
    font-family: FontAwesome;
    font-size: 20px;
    color: #999;
    content: "\f105";
    left: -23px;
    position: relative;
    top: -21px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .rev_slider_wrapper .tp-leftarrow.custom:hover:before, .rev_slider_wrapper .tp-rightarrow.custom:hover:before {
    color: #90c43e; }
  .rev_slider_wrapper .tp-leftarrow.custom {
    left: 0 !important;
    border-color: transparent transparent transparent #fff; }
  .rev_slider_wrapper .tp-rightarrow.custom {
    right: 0 !important;
    border-color: transparent #fff transparent transparent; }
  .rev_slider_wrapper .tp-rightarrow.custom:before {
    content: "\f104";
    left: 18px; }
  .rev_slider_wrapper .font-ostrich-sanblack {
    font-family: "Ostrich Sans Black" !important;
    letter-spacing: 0.045em !important; }

.metis .tp-bullet-image {
  width: 22px;
  height: 22px;
  background: #eeebf1; }

.tp-bullets.metis {
  counter-reset: div;
  position: relative; }

.metis .tp-bullet {
  width: 28px;
  height: 28px;
  border: #c3c3cd solid 3px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  margin-top: 24px;
  background: #eeebf1; }
  .metis .tp-bullet .tp-bullet-image {
    display: none; }
  .metis .tp-bullet:before {
    counter-increment: div;
    content: counter(div);
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #90c43e;
    font-size: 18px;
    font-family: 'dinpro';
    line-height: 22px; }
  .metis .tp-bullet.selected, .metis .tp-bullet:hover {
    border-color: #90c43e;
    background: #eeebf1; }
  .metis .tp-bullet .tp-bullet-title {
    display: none; }

.slotholder {
  position: relative; }
  .slotholder:after {
    content: "";
    background-color: #3c3c3c;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    width: 100%; }

.home-slider1 .slotholder {
  position: relative; }
  .home-slider1 .tp-caption.text_wrap_box, .home-slider1 .text_wrap_box {
    background: none !important;
    border: #fff solid 5px;
    border-radius: 5px;
    font-size: 25px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center; }
  .home-slider1 .tp-caption.text_wrap_box span, .home-slider1 .text_wrap_box span {
    font-family: "Trend Sans Four"; }

.pt-san-text {
  width: 600px;
  max-width: 100%;
  display: block;
  white-space: pre-wrap; }

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

.letter-spacing35 {
  letter-spacing: 0.035em !important; }

.letter-spacing45 {
  letter-spacing: 0.045em !important; }

.font17 {
  font-size: 17px !important; }

i.font17 {
  width: 17px; }

.ml15 {
  margin-left: 15px; }

.ml0 {
  margin-left: 0 !important; }

.over_follow_initial-chrome {
  overflow: initial !important;
  /* End Custom Slider */ }

.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 35px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 35px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-block-button {
  margin-bottom: 30px; }
  .wp-block-button.is-style-squared {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */ }

#main .wp-block-cover-text {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400 !important; }

body .wp-block-gallery {
  display: flex;
  margin-bottom: 25px; }
  body .wp-block-gallery .blocks-gallery-caption {
    font-size: 15px; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    padding: 0.8075em 0;
    font-size: 0.875em;
    font-style: italic; }

.wp-caption-text {
  text-align: center; }

.fade.show {
  opacity: 1; }

.wishlist-title {
  display: none; }

.cart.wishlist_table tfoot {
  display: none; }

#yith-wcwl-form {
  overflow-x: auto; }

.woocommerce .woocommerce-info {
  border-top-color: #90c43e; }
  .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after {
    color: #90c43e; }

.sku_wrapper {
  float: left;
  width: 100%;
  color: #212121;
  line-height: 20px;
  padding-bottom: 10px; }

.woocommerce div.product form.cart .variations label {
  color: #212121;
  font-weight: normal; }

.woocommerce .woocommerce-style-1 .pr-single-product .variations-item {
  margin: 15px 0; }

.woocommerce .woocommerce-style-1 .pr-single-product .variations-item .quantity .minus, .woocommerce .woocommerce-style-2 .pr-single-product .variations-item .quantity .minus, .woocommerce .woocommerce-style-1 .pr-single-product .variations-item .quantity .plus, .woocommerce .woocommerce-style-2 .pr-single-product .variations-item .quantity .plus {
  display: inline-block;
  width: 35px;
  line-height: 32px;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  padding-top: 2px; }

.woocommerce-variation-price .price {
  color: #90c43e !important; }

.variations_button {
  float: right !important;
  margin-bottom: 10px; }

.product-archive-style2 .product-type-variable .cshero-woo-meta .price-add-to-cart .price > span {
  width: auto;
  padding: 0 11px; }

.product-archive-style2 .product-type-variable .cshere-woo-item-wrap .cshere-woo-item-wrap2 {
  padding: 12px 26px 71px 22px; }
  .product-archive-style2 .product-type-variable .cshere-woo-item-wrap .cshere-woo-item-wrap2 .cshero-woo-meta .price-add-to-cart .price > ins {
    clear: both;
    margin-top: 10px; }

.woocommerce td.product-name dl.variation {
  margin: 5px 0;
  font-size: 12px;
  float: left;
  display: block;
  clear: both;
  width: 100%; }

.woocommerce td.product-name dl.variation dt {
  font-weight: normal;
  text-transform: none; }

.woocommerce td.product-name dl.variation + .amount {
  padding-top: 22px !important; }

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
  display: inline-block;
  float: none;
  margin-bottom: 0; }

.woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-name .amount, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-name .amount {
  padding-top: 23px; }

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  height: auto;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: 'shopping_basket';
  position: relative;
  top: 3px;
  margin-left: 8px; }

.woocommerce .cart-collaterals .cart_totals tr.shipping section.shipping-calculator-form .form-row-wide, .woocommerce-page .cart-collaterals .cart_totals tr.shipping section.shipping-calculator-form .form-row-wide {
  width: 100%;
  padding: 0; }

.woocommerce .wishlist_table a.button.loading:after, .woocommerce .wishlist_table .button.remove_from_wishlist {
  display: none !important; }

.woocommerce .ins {
  background-color: transparent; }

.woocommerce {
  /*sing product*/ }
  .woocommerce .woo-image-categries {
    display: none; }
  .woocommerce .cshere-woo-item-wrap {
    text-align: center;
    margin-bottom: 19px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .woocommerce .cshere-woo-item-wrap .cshere-woo-item-wrap2 {
    border: transparent solid 1px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
    -webkit-box-shadow: 2px 2px 4px transparent;
    -moz-box-shadow: 2px 2px 4px transparent;
    -ms-box-shadow: 2px 2px 4px transparent;
    box-shadow: 2px 2px 4px transparent;
    padding-bottom: 28px; }
  .woocommerce .cshere-woo-item-wrap.hover .cshere-woo-item-wrap2 {
    border: #e7e7e7 solid 1px;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
  .woocommerce .cshero-woo-image {
    height: 204px;
    line-height: 204px;
    text-align: center; }
  .woocommerce .cshero-woo-image img {
    display: inline-block;
    line-height: 204px;
    max-height: 204px; }
  .woocommerce .cshero-product-title {
    margin-top: 9px; }
  .woocommerce .cshero-product-title h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize; }
  .woocommerce .cshero-product-price {
    margin-top: 5px; }
  .woocommerce .cshero-product-price span {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.6); }
  .woocommerce .cshero-product-price span del {
    padding-right: 15px; }
  .woocommerce .per_unit {
    line-height: 1; }
  .woocommerce .readmore_product {
    margin-top: 20px; }
  .woocommerce .readmore_product a {
    color: #90c43e;
    font-size: 14px;
    font-weight: 700;
    position: relative; }
  .woocommerce .readmore_product a:after {
    content: "";
    background-color: #90c43e;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .woocommerce nav.woocommerce-pagination {
    padding-bottom: 60px; }
  .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
    line-height: 35px;
    min-width: 35px;
    padding: 0 10px; }
  .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #90c43e;
    color: #fff !important; }
  .woocommerce .woocommerce-ordering .arrow-down {
    display: none; }
  .woocommerce .woocommerce-ordering select {
    margin: 0; }
  .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0;
    line-height: 35px; }
  .woocommerce .cms-product-meta {
    margin-bottom: 40px; }
  .woocommerce .cms-product-meta.cms_recipe-meta {
    margin-bottom: 0; }
  .woocommerce span.onsale {
    padding: 0;
    background: #90c43e;
    top: 0;
    z-index: 1;
    left: 0; }

body.single-product .woocommerce-style-1 .page-title {
  display: none; }

.pr-single-product {
  margin-top: 83px; }

.cms-related-products-wrapper {
  margin-top: 112px;
  border-top: #e7e7e7 solid 1px;
  padding-top: 93px; }
  .cms-related-products-wrapper .cshere-woo-item-wrap {
    width: 100%; }
  .cms-related-products-wrapper .cshero-woo-image {
    width: 100%;
    float: left; }

.cms-related-heading, .cms-feature-heading {
  text-align: center;
  color: #000;
  margin-bottom: 61px;
  font-style: normal; }
  .cms-related-heading .wg-title, .cms-feature-heading .wg-title {
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: 400;
    line-height: 1; }
  .cms-related-heading .wg-subtitle, .cms-feature-heading .wg-subtitle {
    font-size: 30px;
    font-weight: 300; }

.cms-feature-heading {
  margin-bottom: 64px; }

#related-product-carousel.owl-carousel .owl-item img, .feature-product-carousel.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 100%; }
  #related-product-carousel .owl-item, .feature-product-carousel .owl-item {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border: transparent solid 1px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
    -webkit-box-shadow: 2px 2px 4px transparent;
    -moz-box-shadow: 2px 2px 4px transparent;
    -ms-box-shadow: 2px 2px 4px transparent;
    box-shadow: 2px 2px 4px transparent; }
  #related-product-carousel .owl-item:hover, .feature-product-carousel .owl-item:hover {
    border: #e7e7e7 solid 1px;
    -webkit-box-shadow: 2px 2px 4px rgba(244, 244, 244, 0.75);
    -moz-box-shadow: 2px 2px 4px rgba(244, 244, 244, 0.75);
    -ms-box-shadow: 2px 2px 4px rgba(244, 244, 244, 0.75);
    box-shadow: 2px 2px 4px rgba(244, 244, 244, 0.75); }

#cms-feature-product {
  margin-top: 89px;
  padding-bottom: 89px; }

.pr-single-product .woocommerce-tabs {
  display: none; }
  .pr-single-product .product_title {
    font-weight: 700;
    font-size: 48px;
    color: #000;
    text-transform: capitalize; }
  .pr-single-product .woo-price span {
    color: #90c43e;
    font-size: 36px;
    line-height: 1;
    font-weight: 400 !important; }
  .pr-single-product .woo-price del {
    opacity: 1 !important;
    padding-right: 15px;
    font-size: 30px;
    text-decoration-thickness: 1px; }
  .pr-single-product .cs-product-wrap .per_unit {
    float: left;
    margin-top: 16px;
    margin-left: 3px; }
  .pr-single-product .cshero-product-meta {
    float: right;
    margin-top: 1px; }
  .pr-single-product .pr-price-rating {
    padding-top: 6px; }
  .pr-single-product .content {
    margin-top: 9px;
    padding-bottom: 30px; }
  .pr-single-product .quantity-wrap {
    border-top: #e7e7e7 solid 1px;
    border-bottom: #e7e7e7 solid 1px;
    padding-top: 29px;
    padding-bottom: 32px; }
  .pr-single-product .quantity-wrap .label-quantity {
    float: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 13px;
    line-height: 32px; }
  .pr-single-product .quantity-wrap input[type="number"] {
    height: 32px;
    line-height: 30px;
    margin-top: 0;
    min-width: 96px;
    padding: 0 3px; }
  .pr-single-product #content_hidden {
    display: none;
    padding-top: 20px; }
  .pr-single-product .more_content {
    background: none;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    border: none;
    display: inline-block;
    line-height: 1;
    height: auto;
    padding: 0;
    color: #90c43e;
    margin-top: 2px; }
  .pr-single-product .more_content:after {
    content: "";
    background-color: #90c43e;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .pr-single-product form.cart {
    margin: 0 !important; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
  font-size: 1.25em;
  float: left; }

.cshero-product-meta {
  display: inline-block; }
  .cshero-product-meta .share-label {
    float: left;
    line-height: 32px;
    float: left; }
  .cshero-product-meta a {
    border: 2px solid #595959;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    color: #595959;
    display: inline-block;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
    margin: 0px 0 0 16px;
    font-size: 14px;
    float: left; }
  .cshero-product-meta a:hover {
    border: 2px solid #00aced;
    color: #00aced; }
  .cshero-product-meta a i {
    line-height: 28px; }
  .cshero-product-meta a i.fa.fa-pinterest-p {
    font-size: 18px;
    line-height: 30px; }
  .cshero-product-meta .share-label {
    color: #000;
    text-transform: uppercase;
    font-weight: 700; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 38.1%; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 61.9%;
  padding-right: 30px; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #000;
  background-image: none;
  color: #fff; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-size: 18px;
  margin: 0;
  line-height: 38px;
  min-width: 195px;
  padding: 0 20px;
  background-color: #90c43e;
  color: #fff;
  font-weight: 400;
  height: 38px;
  text-align: center;
  display: inline-block; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus {
    outline: medium none;
    text-decoration: none;
    background-color: #212121;
    border-color: #212121;
    color: #fff; }

.woocommerce button.single_add_to_cart_button {
  font-size: 24px;
  margin: 0;
  line-height: 48px;
  min-width: 210px;
  padding: 0 20px;
  background-color: #90c43e;
  color: #fff;
  font-weight: 400;
  height: 48px;
  margin-top: 37px;
  text-align: center; }

.woocommerce div.product div.images img {
  width: auto; }

.woocommerce div.product div.images, .woocommerce div.product div.summary {
  margin-bottom: 0;
  /*cart*/ }

.title_cart {
  text-align: center;
  font-size: 48px;
  margin-top: 48px;
  margin-bottom: 38px; }

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  max-width: 946px;
  margin: 0 auto;
  padding: 0 42px; }

.woocommerce table.shop_table {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  max-width: 946px;
  margin: 0 auto; }
  .woocommerce table.shop_table tr > th {
    font-weight: 700;
    padding: 21px 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    border-left: #e7e7e7 solid 1px;
    text-align: center; }
  .woocommerce table.shop_table tr > th:first-child {
    border-left: none; }
  .woocommerce table.shop_table tr > td {
    border-top: 1px solid #e7e7e7;
    padding: 13.5px 12px;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: none;
    border-left: #e7e7e7 solid 1px;
    text-align: center; }
  .woocommerce table.shop_table tr > td:first-child {
    border-left: none; }
  .woocommerce table.shop_table tr > td.product-thumbnail {
    width: 135px; }
  .woocommerce table.shop_table tr > td.product-quantity {
    width: 115px; }
  .woocommerce table.shop_table tr > td.product-price {
    width: 120px; }
  .woocommerce table.shop_table tr > td.product-subtotal {
    width: 145px; }
  .woocommerce table.shop_table tr > td.product-remove {
    width: 49px; }
  .woocommerce table.shop_table tr > td.product-name {
    text-transform: capitalize; }
  .woocommerce table.shop_table tr.cart-action-wrap {
    background-color: #f8f8f8; }
  .woocommerce table.shop_table tr.cart-action-wrap td {
    border-left: none; }
  .woocommerce table.shop_table tr.cart-action-wrap div.coupon {
    float: left;
    padding-left: 29px; }
  .woocommerce table.shop_table tr.cart-action-wrap div.coupon label {
    font-size: 18px;
    color: #000;
    line-height: 34px;
    font-weight: 500;
    padding-right: 20px; }
  .woocommerce table.shop_table tr.cart-action-wrap div.coupon input[type='text'] {
    max-width: 177px;
    height: 34px;
    line-height: 28px;
    background: #fff; }
  .woocommerce table.shop_table tr.cart-action-wrap div.coupon input.button {
    margin-left: 5px;
    min-width: 1px;
    padding: 0 10px;
    margin-right: 10px; }
  .woocommerce table.shop_table tr.cart-action-wrap .actions {
    padding-right: 35px; }
  .woocommerce table.shop_table tr.cart-action-wrap .actions > input.button {
    background: none;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    border: none;
    display: inline-block;
    line-height: 1;
    height: auto;
    padding: 0;
    color: #90c43e;
    text-decoration: underline;
    float: right;
    margin-top: 12px;
    margin-bottom: 4px;
    box-shadow: none; }
  .woocommerce table.shop_table .product-quantity .quantity {
    float: left; }
  .woocommerce table.shop_table .product-quantity .quantity .qty {
    text-align: center;
    width: 70px;
    height: 34px;
    line-height: 32px;
    font-size: 15px;
    color: #000;
    padding: 2px 3px; }
  .woocommerce table.shop_table .product-quantity span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    float: right;
    line-height: 38px; }

.woocommerce a.remove {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f2f2f2;
  border-radius: 50%;
  vertical-align: middle; }
  .woocommerce a.remove i {
    color: #a3a3a3;
    font-size: 20px;
    line-height: 18px;
    width: 20px;
    height: 20px; }
  .woocommerce a.remove:hover {
    background-color: #90c43e; }
  .woocommerce a.remove:hover i {
    color: #fff; }

.woocommerce-cart table.cart img {
  width: 75px; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding-top: 17px;
  padding-bottom: 0; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
  margin-top: 24PX; }
  .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
    border: none;
    margin-top: 3px; }
  .woocommerce .cart-collaterals .cart_totals .cart-subtotal-wrap td, .woocommerce-page .cart-collaterals .cart_totals .cart-subtotal-wrap td, .woocommerce .cart-collaterals .cart_totals .cart-subtotal-wrap th, .woocommerce-page .cart-collaterals .cart_totals .cart-subtotal-wrap th {
    border: none;
    PADDING: 6px 10px 8px 0; }
  .woocommerce .cart-collaterals .cart_totals tr.shipping, .woocommerce-page .cart-collaterals .cart_totals tr.shipping {
    width: 50%;
    float: left;
    margin-top: 5px;
    position: relative; }
  .woocommerce .cart-collaterals .cart_totals tr.shipping td, .woocommerce-page .cart-collaterals .cart_totals tr.shipping td, .woocommerce .cart-collaterals .cart_totals tr.shipping th, .woocommerce-page .cart-collaterals .cart_totals tr.shipping th {
    border: none;
    PADDING: 6px 10px 6px 0; }
  .woocommerce .cart-collaterals .cart_totals tr.shipping section.shipping-calculator-form, .woocommerce-page .cart-collaterals .cart_totals tr.shipping section.shipping-calculator-form {
    position: absolute;
    top: 56px;
    right: 0;
    background: #fff;
    padding: 30px 30px 17px;
    border: #e7e7e7 solid 1px;
    z-index: 3; }
  .woocommerce .cart-collaterals .cart_totals tr.order-total, .woocommerce-page .cart-collaterals .cart_totals tr.order-total {
    width: 50%;
    float: left; }
  .woocommerce .cart-collaterals .cart_totals tr.order-total td, .woocommerce-page .cart-collaterals .cart_totals tr.order-total td, .woocommerce .cart-collaterals .cart_totals tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals tr.order-total th {
    float: right;
    border: none; }
  .woocommerce .cart-collaterals .cart_totals tr.order-total td, .woocommerce-page .cart-collaterals .cart_totals tr.order-total td {
    font-size: 36px;
    line-height: 1; }
  .woocommerce .cart-collaterals .cart_totals tr.order-total td span, .woocommerce-page .cart-collaterals .cart_totals tr.order-total td span {
    margin-top: -3px; }
  .woocommerce .cart-collaterals .cart_totals tr.order-total td strong, .woocommerce-page .cart-collaterals .cart_totals tr.order-total td strong {
    font-weight: 500; }
  .woocommerce .cart-collaterals .cart_totals tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals tr.order-total th {
    margin-top: 5px; }
  .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr th, .woocommerce .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr td {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    width: auto; }
  .woocommerce .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr td {
    padding-left: 12px; }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator, .woocommerce-page .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    float: right;
    position: relative; }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row input.input-text, .woocommerce-page .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row input.input-text {
    width: 100%; }
  .woocommerce .cart-collaterals .cart_totals .shipping-calculator-button, .woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button {
    background: none;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    border: none;
    display: inline-block;
    line-height: 1;
    height: auto;
    padding: 0;
    color: #90c43e;
    margin-left: 20px;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 4px; }
  .woocommerce .cart-collaterals .cart_totals .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button:after {
    content: "";
    background-color: #90c43e;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%; }

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 10px;
  /*billing detail*/ }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 63%; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 37%; }

.title_billing {
  text-align: center;
  font-size: 48px;
  margin-top: 48px;
  line-height: 1;
  margin-bottom: 46px;
  color: #000; }

.font-20 {
  font-size: 30px;
  padding-bottom: 14px; }

.woocommerce form .woocommerce-billing-fields .form-row, .woocommerce-page form .woocommerce-billing-fields .form-row, .woocommerce form .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
  margin: 0 0 30px 0; }
  .woocommerce form .woocommerce-billing-fields .form-row input.input-text, .woocommerce-page form .woocommerce-billing-fields .form-row input.input-text, .woocommerce form .woocommerce-shipping-fields .form-row input.input-text, .woocommerce form .form-row input.input-text {
    box-sizing: border-box;
    width: calc(100% - 120px);
    background-color: #e0e5e7;
    border: none;
    padding: 2px 10px;
    line-height: 30px;
    height: 34px;
    float: left;
    max-width: 100%;
    color: #000; }
  .woocommerce form .woocommerce-billing-fields .form-row input.input-text#account_password, .woocommerce-page form .woocommerce-billing-fields .form-row input.input-text#account_password, .woocommerce form .woocommerce-shipping-fields .form-row input.input-text#account_password, .woocommerce form .form-row input.input-text#account_password {
    width: auto; }
  .woocommerce form .woocommerce-billing-fields .form-row input::-webkit-input-placeholder, .woocommerce-page form .woocommerce-billing-fields .form-row input::-webkit-input-placeholder, .woocommerce form .woocommerce-shipping-fields .form-row input::-webkit-input-placeholder, .woocommerce form .form-row input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    line-height: 30px; }
  .woocommerce form .woocommerce-billing-fields .form-row input:-moz-placeholder, .woocommerce-page form .woocommerce-billing-fields .form-row input:-moz-placeholder, .woocommerce form .woocommerce-shipping-fields .form-row input:-moz-placeholder, .woocommerce form .form-row input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1;
    line-height: 30px; }
  .woocommerce form .woocommerce-billing-fields .form-row input::-moz-placeholder, .woocommerce-page form .woocommerce-billing-fields .form-row input::-moz-placeholder, .woocommerce form .woocommerce-shipping-fields .form-row input::-moz-placeholder, .woocommerce form .form-row input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1;
    line-height: 30px; }
  .woocommerce form .woocommerce-billing-fields .form-row input:-ms-input-placeholder, .woocommerce-page form .woocommerce-billing-fields .form-row input:-ms-input-placeholder, .woocommerce form .woocommerce-shipping-fields .form-row input:-ms-input-placeholder, .woocommerce form .form-row input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    line-height: 30px; }
  .woocommerce form .woocommerce-billing-fields .form-row label, .woocommerce-page form .woocommerce-billing-fields .form-row label, .woocommerce form .woocommerce-shipping-fields .form-row label, .woocommerce form .form-row label {
    line-height: 34px;
    color: #000;
    font-weight: 400;
    float: left;
    margin: 0;
    width: 120px; }
  .woocommerce form .woocommerce-billing-fields .form-row label.checkbox, .woocommerce-page form .woocommerce-billing-fields .form-row label.checkbox, .woocommerce form .woocommerce-shipping-fields .form-row label.checkbox, .woocommerce form .form-row label.checkbox {
    line-height: 24px;
    width: auto;
    margin-right: 5px; }
  .woocommerce form .woocommerce-billing-fields .form-row#account_password_field label, .woocommerce-page form .woocommerce-billing-fields .form-row#account_password_field label, .woocommerce form .woocommerce-shipping-fields .form-row#account_password_field label, .woocommerce form .form-row#account_password_field label {
    width: auto;
    margin-right: 12px; }
  .woocommerce form .woocommerce-billing-fields .form-row .select2-container, .woocommerce-page form .woocommerce-billing-fields .form-row .select2-container, .woocommerce form .woocommerce-shipping-fields .form-row .select2-container, .woocommerce form .form-row .select2-container {
    line-height: 34px;
    width: calc(100% - 120px) !important;
    float: left; }
  .woocommerce form .woocommerce-billing-fields .form-row .select2-container .select2-choice, .woocommerce-page form .woocommerce-billing-fields .form-row .select2-container .select2-choice, .woocommerce form .woocommerce-shipping-fields .form-row .select2-container .select2-choice, .woocommerce form .form-row .select2-container .select2-choice {
    background-color: #e0e5e7; }
  .woocommerce form .woocommerce-billing-fields .form-row#order_comments_field, .woocommerce-page form .woocommerce-billing-fields .form-row#order_comments_field, .woocommerce form .woocommerce-shipping-fields .form-row#order_comments_field, .woocommerce form .form-row#order_comments_field {
    /* BOX SIZING */ }
  .woocommerce form .woocommerce-billing-fields .form-row#order_comments_field .input-text, .woocommerce-page form .woocommerce-billing-fields .form-row#order_comments_field .input-text, .woocommerce form .woocommerce-shipping-fields .form-row#order_comments_field .input-text, .woocommerce form .form-row#order_comments_field .input-text {
    height: 100px;
    padding: 10px;
    line-height: 24px;
    width: 100%; }
  .woocommerce form .woocommerce-billing-fields .form-row#order_comments_field textarea::-webkit-input-placeholder, .woocommerce-page form .woocommerce-billing-fields .form-row#order_comments_field textarea::-webkit-input-placeholder, .woocommerce form .woocommerce-shipping-fields .form-row#order_comments_field textarea::-webkit-input-placeholder, .woocommerce form .form-row#order_comments_field textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .woocommerce form .woocommerce-billing-fields .form-row#order_comments_field textarea::-moz-placeholder, .woocommerce-page form .woocommerce-billing-fields .form-row#order_comments_field textarea::-moz-placeholder, .woocommerce form .woocommerce-shipping-fields .form-row#order_comments_field textarea::-moz-placeholder, .woocommerce form .form-row#order_comments_field textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1; }
  .woocommerce form .woocommerce-billing-fields .form-row#order_comments_field textarea:-ms-textarea-placeholder, .woocommerce-page form .woocommerce-billing-fields .form-row#order_comments_field textarea:-ms-textarea-placeholder, .woocommerce form .woocommerce-shipping-fields .form-row#order_comments_field textarea:-ms-textarea-placeholder, .woocommerce form .form-row#order_comments_field textarea:-ms-textarea-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .woocommerce form .woocommerce-billing-fields .form-row#order_comments_field label, .woocommerce-page form .woocommerce-billing-fields .form-row#order_comments_field label, .woocommerce form .woocommerce-shipping-fields .form-row#order_comments_field label, .woocommerce form .form-row#order_comments_field label {
    width: 100%;
    margin-bottom: 10px; }

.woocommerce form.checkout_coupon .form-row {
  padding: 0;
  margin: 0;
  width: auto;
  float: left;
  min-width: 35%; }
  .woocommerce form.checkout_coupon .form-row input[type='text'] {
    height: 38px;
    margin-right: 20px;
    width: 94%; }
  .woocommerce form.checkout_coupon .form-row input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    line-height: 34px; }
  .woocommerce form.checkout_coupon .form-row input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1;
    line-height: 34px; }
  .woocommerce form.checkout_coupon .form-row input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1;
    line-height: 34px; }
  .woocommerce form.checkout_coupon .form-row input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    line-height: 34px; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr > th {
  padding: 22px 12px;
  font-size: 12px; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr > td, .woocommerce table.shop_table.order_details tr > td {
  padding: 15px 12px; }

#order_review {
  padding-left: 39px;
  margin-top: 16px; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot, .woocommerce table.shop_table.order_details tfoot {
  background-color: #f6f6f6; }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, .woocommerce table.shop_table.order_details tfoot tr th {
    padding: 16px 12px; }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce table.shop_table.order_details tfoot th {
    font-size: 18px; }

#ship-to-different-address {
  margin-top: 6px;
  padding-bottom: 5px;
  width: 100%;
  float: left;
  font-size: 24px; }
  #ship-to-different-address label {
    font-weight: 400;
    float: left; }
  #ship-to-different-address input[type=checkbox] {
    margin-left: 15px;
    margin-top: 29px;
    float: left;
    outline-offset: 0;
    outline: 0; }

.woocommerce form .form-row textarea {
  height: 100px;
  padding: 10px;
  line-height: 24px;
  max-width: 100%; }

.woocommerce-shipping-fields {
  max-width: 63%; }

.woocommerce-checkout #payment div.payment_box {
  display: none; }

.payment_method_paypal img, .payment_method_paypal a {
  display: none; }

.woocommerce-checkout #payment {
  background: none; }
  .woocommerce-checkout #payment h3 {
    margin-top: 14px;
    padding-bottom: 0px;
    width: 100%;
    float: left;
    font-size: 24px; }
  .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0;
    border: none;
    margin: 0;
    list-style: none; }
  .woocommerce-checkout #payment ul.payment_methods li {
    float: left;
    margin-right: 80px;
    font-size: 18px;
    color: #000;
    width: 19%; }
  .woocommerce-checkout #payment ul.payment_methods li:last-child {
    margin: 0; }
  .woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px; }
  .woocommerce-checkout #payment ul.payment_methods li label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #e0e5e7;
    border-radius: 50%; }
  .woocommerce-checkout #payment ul.payment_methods li input[type=radio] {
    display: none; }
  .woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label:before {
    content: "\2022";
    color: #90c43e;
    font-size: 34px;
    text-align: center;
    line-height: 22px; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left; }

.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin-top: 36px; }

.thank_you {
  font-weight: 700;
  font-size: 15px;
  color: #90c43e; }

.woocommerce .order_details li {
  margin-right: 40px;
  padding-right: 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 30px; }
  .woocommerce .order_details li strong {
    font-size: 16px;
    line-height: 24px; }

.woocommerce-order-received .woocommerce h2, .woocommerce-order-received .woocommerce h3 {
  font-size: 23px;
  line-height: 30px;
  margin-top: 15px; }

.woocommerce .order_details {
  margin: 0; }
  .woocommerce .order_details li {
    margin-bottom: 20px; }

.product-archive {
  margin-top: 71px;
  /*form login*/ }

.woocommerce-checkout .woocommerce .login {
  float: none; }

.woocommerce .login {
  float: left; }
  .woocommerce .login .form-row {
    width: 100%;
    clear: both;
    float: left; }
  .woocommerce .login .form-row label {
    line-height: 34px;
    color: #000;
    font-weight: 400;
    float: left;
    margin: 0;
    width: 100%;
    margin-right: 30px; }
  .woocommerce .login .form-row label.inline {
    display: inline;
    float: left;
    clear: both; }
  .woocommerce .login .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    background-color: #e0e5e7;
    border: none;
    padding: 2px 10px;
    line-height: 30px;
    height: 34px;
    float: left;
    max-width: 250px;
    color: #000; }
  .woocommerce .login .form-row input.button {
    float: left;
    clear: both;
    margin: 15px 0; }
  .woocommerce .login .lost_password {
    float: left;
    clear: both; }
  .woocommerce .login input[type=checkbox], .woocommerce .login input[type=radio] {
    margin: 10px 0 0;
    margin-top: 10px \9;
    line-height: normal;
    float: left;
    margin-right: 5px; }

body .woocommerce-checkout {
  margin-bottom: 20px; }

.cms-checkout-page {
  margin-bottom: 17px;
  margin-bottom: 17px; }

.my_account_orders {
  margin-bottom: 15px !important; }

.woocommerce-account h2, .woocommerce-account h3 {
  font-size: 36px;
  margin-top: 15px; }
  .woocommerce-account .woocommerce .col2-set .col-2, .woocommerce-account .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 50%; }
  .woocommerce-account .woocommerce .col2-set .col-1, .woocommerce-account .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 50%; }

.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
  float: left;
  line-height: 33px;
  margin-top: 18px;
  margin-left: 20px;
  background: #90c43e;
  color: #fff;
  border-radius: 3px;
  padding: 0 15px; }

.woocommerce table.my_account_orders .order-actions {
  text-align: center; }

.woocommerce table.my_account_orders .order-total {
  min-width: 250px; }

.woocommerce legend {
  border: none; }

.woocommerce-cart .woocommerce-style-1 #page-default, .woocommerce-cart .woocommerce-style-2 #page-default {
  background: #f5f5f5; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table {
    border: #e6e6e6 solid 1px;
    border-top: 0;
    background: #fff;
    border-radius: 0;
    max-width: 655px; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody {
    border-bottom: #c7c7c7 solid 1px;
    padding: 20px;
    float: left;
    width: 100%; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr {
    float: left;
    width: 100%;
    padding-bottom: 18px; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td {
    background: #fafafa;
    padding: 0;
    border: none; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-thumbnail, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-thumbnail {
    width: 120px; }
    .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-thumbnail img, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-thumbnail img {
      width: 120px;
      height: 120px !important; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-name, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-name {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    padding-left: 13px;
    text-align: left;
    width: 40%; }
    .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-name a, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-name a {
      display: block;
      margin-top: -2px; }
    .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-name .amount, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-name .amount {
      color: #424242;
      font-size: 18px;
      font-weight: 500;
      padding-top: 55px;
      display: inline-block; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-quantity {
    width: 40.5%;
    color: #424242;
    font-size: 15px;
    font-weight: 500;
    padding-right: 26px; }
    .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-quantity .qty-top, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-quantity .qty-top {
      float: left;
      width: 100%; }
    .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-quantity .qty-top .text-qty, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-quantity .qty-top .text-qty {
      margin-right: 6px;
      line-height: 32px; }
    .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-quantity .qty-top > div, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-quantity .qty-top > div {
      float: right; }
    .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-quantity .qty-top > div .qty, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-quantity .qty-top > div .qty {
      text-align: center;
      width: 54px;
      height: 32px;
      line-height: 26px;
      font-size: 15px;
      color: #424242;
      font-weight: 500;
      padding: 2px 7px;
      border: #eee solid 1px;
      display: inline-block;
      border-radius: 0; }
    .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr td.product-quantity a.remove, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr td.product-quantity a.remove {
      display: inline-block;
      height: auto;
      width: auto;
      text-align: center;
      line-height: 20px;
      background-color: transparent;
      border-radius: 0;
      vertical-align: middle;
      font-weight: bold;
      font-size: 10px;
      color: rgba(211, 47, 47, 0.77) !important;
      float: right;
      line-height: 1;
      margin-top: 1px;
      padding: 10px 8px 0 8px; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tbody tr:last-child, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tbody tr:last-child {
    padding-bottom: 0; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tr.cart-action-wrap div.coupon, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tr.cart-action-wrap div.coupon {
    padding-left: 0;
    background: none; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tr.cart-action-wrap div.coupon input[type='text'], .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tr.cart-action-wrap div.coupon input[type='text'] {
    max-width: 177px;
    height: 38px;
    line-height: 36px;
    background: #fff; }
  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tr.cart-action-wrap .actions > input.button, .woocommerce-cart .woocommerce-style-2 .woocommerce table.shop_table tr.cart-action-wrap .actions > input.button {
    text-align: right;
    line-height: 38px;
    margin: 0; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page {
    margin-top: -24px;
    float: left;
    width: 100%; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .title_cart, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .title_cart {
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 35px;
    color: #212121;
    line-height: 25px; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .title_cart i, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .title_cart i {
    font-size: 25px;
    float: left;
    margin-right: 9px;
    width: 25px; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page form, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page form {
    float: left; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals {
    max-width: 362px;
    float: right;
    padding: 0;
    border: #e6e6e6 solid 1px;
    border-top: 0;
    background: #fff; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart-collaterals-inner, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart-collaterals-inner {
    border-bottom: #c7c7c7 solid 1px;
    padding: 13px 19px 32px;
    float: left;
    width: 100%; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart-collaterals-inner .wc-proceed-to-checkout, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart-collaterals-inner .wc-proceed-to-checkout {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 28px; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart-collaterals-inner .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart-collaterals-inner .wc-proceed-to-checkout .checkout-button {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    height: 55px;
    line-height: 55px; }
    .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart-collaterals-inner .wc-proceed-to-checkout .checkout-button:before, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart-collaterals-inner .wc-proceed-to-checkout .checkout-button:before {
      content: 'lock';
      font-family: 'Material Icons';
      font-size: 18px;
      line-height: 1px;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      width: 18px;
      height: auto;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      position: relative;
      top: 2px; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals {
    border: none;
    border-radius: 0;
    width: 100%;
    margin: 0; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals table, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals table {
    margin: 8px 0 0 0; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody tr.shipping, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals tbody tr.shipping, .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody .order-total, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals tbody .order-total {
    width: 100%;
    float: none; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody tr th, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals tbody tr th {
    color: #424242;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700; }
    .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody tr td, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals tbody tr td {
      color: #757575;
      font-size: 18px;
      font-weight: 500;
      text-align: right;
      text-transform: none;
      line-height: 24px; }
    .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody tr td .shipping-calculator-button, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals tbody tr td .shipping-calculator-button {
      font-size: 18px;
      font-weight: 500; }
    .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody tr.order-total th, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals tbody tr.order-total th, .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody tr.order-total td, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals tbody tr.order-total td {
      border-top: #e8e8e8 solid 1px;
      padding-top: 19px;
      float: none; }
    .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody tr.order-total td, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .cart-collaterals .cart_totals tbody tr.order-total td {
      color: #424242; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .continue-shopping, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .continue-shopping {
    float: left;
    width: 100%;
    margin-top: 99px;
    margin-bottom: -36px; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .continue-shopping a, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .continue-shopping a {
    color: #bdbdbd;
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 24px; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .continue-shopping a:hover, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .continue-shopping a:hover {
    color: #90c43e; }
  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .continue-shopping a i, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .continue-shopping a i {
    letter-spacing: -9.5px;
    margin-right: 9px;
    line-height: 24px;
    float: left;
    width: 12px; }

.woocommerce-checkout .woocommerce-style-1 #page-default {
  background: #f5f5f5;
  padding-top: 36px; }
  .woocommerce-checkout .woocommerce-style-1 .woocommerce-info {
    margin-bottom: 14px !important; }
  .woocommerce-checkout .woocommerce-style-1 .title_billing {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #212121;
    line-height: 25px; }
  .woocommerce-checkout .woocommerce-style-1 .title_billing i {
    font-size: 25px;
    float: left;
    margin-right: 9px;
    width: 25px; }
  .woocommerce-checkout .woocommerce-style-1 form.checkout_coupon .form-row input.input-text {
    height: 38px;
    line-height: 36px;
    background: #fafafa; }
  .woocommerce-checkout .woocommerce-style-1 form.login, .woocommerce-checkout .woocommerce-style-1 form.register {
    background: #fff;
    border-radius: 0; }
  .woocommerce-checkout .woocommerce-style-1 form.login .form-row, .woocommerce-checkout .woocommerce-style-1 form.register .form-row {
    padding: 0; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .update-cart {
    float: left;
    width: 100%;
    margin-top: 29px;
    margin-bottom: -19px; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .update-cart a {
    color: #bdbdbd;
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 24px; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .update-cart a:hover {
    color: #90c43e; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .update-cart a i {
    letter-spacing: -9.5px;
    margin-right: 9px;
    line-height: 24px;
    float: left; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left {
    float: left;
    width: 100%;
    max-width: 655px; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default {
    border-color: #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    border-top: 0; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading {
    border-bottom: #c7c7c7 solid 1px;
    color: rgba(33, 33, 33, 0.33);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    background: #fafafa;
    padding: 10.5px 35px;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    min-height: 72px; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading:before {
    content: 'panorama_fish_eye';
    font-family: 'Material Icons';
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: auto;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 50px; }
    .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading h4 a {
      display: block; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading span {
    font-weight: 700; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading:hover, .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading.active {
    background: #90c43e;
    color: #fff;
    border-bottom-color: #cfcfcf; }
    .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading:hover a, .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading.active a {
      color: #fff; }
    .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading:hover:before, .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading.active:before {
      content: 'check';
      border: #fff solid 4px;
      border-radius: 50%;
      width: 34px;
      height: 34px;
      line-height: 26px;
      font-size: 20px;
      text-align: center;
      -webkit-transform: translate(0px, -50%);
      -khtml-transform: translate(0px, -50%);
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */
      right: 20px;
      top: 50%; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-group .panel + .panel {
    margin-top: 10px; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-body {
    padding: 16px 20px 20px;
    border-bottom: #c7c7c7 solid 1px; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .font-18, .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left #ship-to-different-address {
    font-size: 18px;
    color: #212121;
    line-height: 24px;
    font-weight: 500; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .font-18 input[type=checkbox], .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left #ship-to-different-address input[type=checkbox] {
    margin-left: 15px;
    margin-top: 17px;
    float: left;
    outline-offset: 0;
    outline: 0; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-right {
    float: right;
    width: 100%;
    max-width: 362px; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout #payment ul.payment_methods li {
    width: 100%;
    color: #212121; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: 500; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout #payment div.payment_box {
    font-size: 15px; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout #payment div.form-row {
    width: 100%; }
  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout #payment #place_order {
    float: left;
    width: 100%;
    border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
    border-bottom-right-radius: 19px;
    border-top-right-radius: 19px;
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: block !important; }

.woocommerce-style-1 form.lost_reset_password .form-row {
  padding: 0 !important; }
  .woocommerce-style-1 .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields-inner, .woocommerce-style-1 .woocommerce-page form .woocommerce-billing-fields .woocommerce-billing-fields-inner {
    margin: 0 -17px; }
  .woocommerce-style-1 .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields-inner .clear, .woocommerce-style-1 .woocommerce-page form .woocommerce-billing-fields .woocommerce-billing-fields-inner .clear {
    clear: none; }
  .woocommerce-style-1 .woocommerce form .woocommerce-billing-fields div.create-account, .woocommerce-style-1 .woocommerce-page form .woocommerce-billing-fields div.create-account {
    padding: 0 0px 0 17px;
    float: right;
    width: 50%; }
  .woocommerce-style-1 .woocommerce form .woocommerce-billing-fields div.create-account label, .woocommerce-style-1 .woocommerce-page form .woocommerce-billing-fields div.create-account label {
    line-height: 34px; }
  .woocommerce-style-1 .woocommerce form .woocommerce-billing-fields div.create-account .form-row, .woocommerce-style-1 .woocommerce-page form .woocommerce-billing-fields div.create-account .form-row {
    width: 100%;
    padding: 0; }
  .woocommerce-style-1 .woocommerce form .woocommerce-billing-fields .form-row .select2-container, .woocommerce-style-1 .woocommerce-page form .woocommerce-billing-fields .form-row .select2-container {
    width: 100% !important; }
    .woocommerce-style-1 .woocommerce form .woocommerce-billing-fields .form-row .select2-container select, .woocommerce-style-1 .woocommerce-page form .woocommerce-billing-fields .form-row .select2-container select {
      width: 100%;
      border-radius: 0;
      background: #fafafa;
      height: 44px;
      line-height: 38px;
      color: rgba(33, 33, 33, 0.55);
      font-weight: 300;
      font-size: 15px; }
    .woocommerce-style-1 .woocommerce form .woocommerce-billing-fields .form-row .select2-container .select2-choice, .woocommerce-style-1 .woocommerce-page form .woocommerce-billing-fields .form-row .select2-container .select2-choice {
      width: 100%;
      border-radius: 0;
      background: #fafafa;
      height: 44px;
      line-height: 38px;
      color: rgba(33, 33, 33, 0.55);
      font-weight: 300;
      font-size: 15px;
      border: #eee solid 1px; }
  .woocommerce-style-1 .woocommerce form .form-row, .woocommerce-style-1 .woocommerce-page form .form-row {
    margin: 0 0 8px 0;
    width: 50%;
    padding: 0 17px;
    float: left; }
  .woocommerce-style-1 .woocommerce form .form-row#order_comments_field, .woocommerce-style-1 .woocommerce-page form .form-row#order_comments_field {
    width: 100%;
    padding: 0; }
  .woocommerce-style-1 .woocommerce form .form-row.create-account label.checkbox, .woocommerce-style-1 .woocommerce-page form .form-row.create-account label.checkbox {
    line-height: 34px; }
  .woocommerce-style-1 .woocommerce form .form-row.create-account .input-checkbox, .woocommerce-style-1 .woocommerce-page form .form-row.create-account .input-checkbox {
    margin-top: 9px; }
  .woocommerce-style-1 .woocommerce form .form-row label, .woocommerce-style-1 .woocommerce-page form .form-row label {
    width: 100%;
    color: #212121; }
  .woocommerce-style-1 .woocommerce form .form-row input.input-text, .woocommerce-style-1 .woocommerce-page form .form-row input.input-text {
    width: 100%;
    border: #eee solid 1px;
    border-radius: 0;
    background: #fafafa;
    height: 44px;
    line-height: 38px;
    color: rgba(33, 33, 33, 0.55);
    font-weight: 300;
    font-size: 15px; }
  .woocommerce-style-1 .woocommerce form .form-row input.input-text#account_password, .woocommerce-style-1 .woocommerce-page form .form-row input.input-text#account_password {
    width: 100%; }
  .woocommerce-style-1 .woocommerce form .form-row .select2-container, .woocommerce-style-1 .woocommerce-page form .form-row .select2-container {
    width: 100% !important; }
  .woocommerce-style-1 .woocommerce form .form-row .select2-container select, .woocommerce-style-1 .woocommerce-page form .form-row .select2-container select {
    width: 100%;
    border-radius: 0;
    background: #fafafa;
    height: 44px;
    line-height: 38px;
    color: rgba(33, 33, 33, 0.55);
    font-weight: 300;
    font-size: 15px; }
  .woocommerce-style-1 .woocommerce form .form-row .select2-container .select2-choice, .woocommerce-style-1 .woocommerce-page form .form-row .select2-container .select2-choice {
    width: 100%;
    border-radius: 0;
    background: #fafafa;
    height: 44px;
    line-height: 38px;
    color: rgba(33, 33, 33, 0.55);
    font-weight: 300;
    font-size: 15px;
    border: #eee solid 1px; }
  .woocommerce-style-1 .woocommerce form .form-row-wide, .woocommerce-style-1 .woocommerce-page form .form-row-wide {
    width: 50%;
    padding: 0 17px;
    float: left;
    clear: none; }
  .woocommerce-style-1 .woocommerce form .shipping_address, .woocommerce-style-1 .woocommerce-page form .shipping_address {
    margin: 0 -17px; }
  .woocommerce-style-1 .woocommerce form .woocommerce-shipping-fields, .woocommerce-style-1 .woocommerce-page form .woocommerce-shipping-fields {
    max-width: 100%; }

.woocommerce table.shop_table.review-table tr > td {
  color: #212121;
  font-weight: 500;
  padding: 5px; }
  .woocommerce table.shop_table.review-table tr > td.product-thumbnail {
    width: 120px; }

.woocommerce-style-1 #order_review {
  padding-left: 0px;
  margin-top: 0px;
  width: 100%;
  border: #e6e6e6 solid 1px;
  border-top: 0; }
  .woocommerce-style-1 #order_review .woocommerce-checkout-review-order-table {
    border: none;
    border-bottom: #c7c7c7 solid 1px;
    padding: 19px 19px 20px;
    background: #fff;
    border-radius: 0; }
  .woocommerce-style-1 #order_review .woocommerce-checkout-review-order-table td, .woocommerce-style-1 #order_review .woocommerce-checkout-review-order-table th {
    border: none;
    padding: 0; }
  .woocommerce-style-1 #order_review .woocommerce-checkout-review-order-table th {
    color: #424242;
    font-size: 20px;
    line-height: 39px;
    font-family: "Roboto Black";
    font-weight: normal;
    text-align: left; }
  .woocommerce-style-1 #order_review .woocommerce-checkout-review-order-table td {
    color: #757575;
    font-size: 18px;
    line-height: 39px;
    font-weight: 500;
    text-align: right; }
  .woocommerce-style-1 #order_review .woocommerce-checkout-review-order-table .shipping th, .woocommerce-style-1 #order_review .woocommerce-checkout-review-order-table .shipping td {
    padding-bottom: 9px; }
  .woocommerce-style-1 #order_review .woocommerce-checkout-review-order-table .order-total th, .woocommerce-style-1 #order_review .woocommerce-checkout-review-order-table .order-total td {
    border-top: #e8e8e8 solid 1px;
    padding-top: 11px; }

.archive-product-meta {
  background: #fff;
  padding-top: 23px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.13);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.13); }
  .archive-product-meta label {
    float: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.025em;
    padding-right: 24px;
    line-height: 40px;
    margin-bottom: 0; }
  .archive-product-meta .sort-by, .archive-product-meta .woocommerce-result-count {
    float: left; }
  .archive-product-meta .sort-by select, .archive-product-meta .woocommerce-result-count select {
    border-radius: 2px;
    float: left;
    margin: 0;
    width: auto;
    height: 40px;
    line-height: 29px;
    border: 1px solid #e0e0e0; }
  .archive-product-meta .sort-by form, .archive-product-meta .woocommerce-result-count form {
    float: left; }
  .archive-product-meta .woocommerce-result-count {
    margin-left: 40px; }
  .archive-product-meta .cms-product-layout {
    float: right;
    padding-right: 15px; }
  .archive-product-meta .cms-product-layout label {
    margin-top: 0px; }
  .archive-product-meta .cms-product-layout a {
    display: inline-block;
    margin-top: 12px;
    color: #bdbdbd;
    border: transparent solid 1px;
    padding: 1px;
    padding-top: 0;
    height: 16px;
    width: 19px;
    vertical-align: top; }
  .archive-product-meta .cms-product-layout a span, .archive-product-meta .cms-product-layout a i {
    float: left;
    line-height: 1;
    font-size: 18px;
    margin-top: -1px;
    margin-left: -1px; }
  .archive-product-meta .cms-product-layout a.active, .archive-product-meta .cms-product-layout a:hover {
    color: #90c43e;
    border-color: #90c43e; }
  .archive-product-meta .cms-product-layout a:last-child {
    padding-right: 3px;
    margin-left: 14px;
    width: 20px; }
  .archive-product-meta .cms-product-meta {
    margin-bottom: 0; }

.product-archive-style2 {
  /*widget filter price*/ }
  .product-archive-style2 #content {
    margin-left: 43px; }
  .product-archive-style2 #sidebar {
    margin-top: 0; }
  .product-archive-style2 #sidebar .widget-title {
    margin-bottom: 7px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    box-shadow: none;
    border: none;
    background: none;
    padding: 0; }
  .product-archive-style2 #sidebar aside {
    margin-bottom: 27px;
    border-radius: 2px;
    border: none; }
  .product-archive-style2 #sidebar aside .wg-wrap {
    float: left;
    width: 100%;
    padding: 15px 26px 15px 22px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08); }
  .product-archive-style2 #sidebar aside.widget_product_tag_cloud .widget-title {
    font-weight: 400; }
  .product-archive-style2 #sidebar aside.widget_price_filter .wg-wrap {
    padding-top: 11px;
    padding-bottom: 19px; }
  .product-archive-style2 #sidebar .widget_product_categories {
    background: #fff;
    border: none; }
  .product-archive-style2 #sidebar .widget_product_categories .widget-title {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .product-archive-style2 #sidebar .widget_product_categories .widget-title:after {
    content: 'arrow_drop_up';
    font-family: 'Material Icons';
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 28px;
    height: auto;
    color: #000;
    float: right;
    margin-right: -8px;
    margin-top: 0px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .product-archive-style2 #sidebar .widget_product_categories .widget-title.active-close:after {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .product-archive-style2 #sidebar .widget_product_categories ul {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-top: 4px;
    float: left;
    width: 100%;
    opacity: 1;
    max-height: 10000px;
    overflow: visible; }
  .product-archive-style2 #sidebar .widget_product_categories ul li a {
    color: #000;
    float: left;
    width: 100%; }
    .product-archive-style2 #sidebar .widget_product_categories ul li a:before {
      width: 12px;
      height: 12px;
      border-radius: 2px;
      border: #bdbdbd solid 1px;
      background: none;
      float: right;
      margin-top: 8px;
      margin-right: 0;
      color: #90c43e; }
  .product-archive-style2 #sidebar .widget_product_categories ul li > a:hover:before, .product-archive-style2 #sidebar .widget_product_categories ul li.current-cat > a:before {
    content: "\f14a";
    font: normal normal normal 14px/1 FontAwesome;
    border: none;
    border-radius: 0;
    color: #90c43e; }
  .product-archive-style2 #sidebar .widget_product_categories ul li.current-cat a {
    color: #90c43e; }
  .product-archive-style2 #sidebar .widget_product_categories ul.active-close {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    padding: 0; }
  .product-archive-style2 .cshere-woo-item-wrap {
    border-radius: 2px;
    border: none;
    margin: 0 3.5px 36px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .product-archive-style2 .cshere-woo-item-wrap.content-product-list {
    margin: 0 3.5px 34px; }
  .product-archive-style2 .cshere-woo-item-wrap .cshere-woo-item-wrap2 {
    float: left;
    position: relative;
    width: 100%;
    padding: 12px 26px 28px 22px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background: #fff;
    border: none; }
  .product-archive-style2 .cshere-woo-item-wrap .cshere-woo-item-wrap2 .cshero-woo-image {
    height: initial;
    line-height: 150px;
    min-height: 150px; }
  .product-archive-style2 .cshere-woo-item-wrap .cshere-woo-item-wrap2 .cshero-woo-image img {
    max-height: initial;
    line-height: 150px; }
  .product-archive-style2 .cshere-woo-item-wrap.hover .cshere-woo-item-wrap2 {
    border: none;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.13); }
  .product-archive-style2 .cshere-woo-item-wrap .add_to_wishlist {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 18px;
    color: #bdbdbd;
    visibility: hidden;
    padding: 0 !important;
    display: block;
    width: 18px; }
  .product-archive-style2 .cshere-woo-item-wrap .add_to_wishlist:hover {
    color: #90c43e; }
  .product-archive-style2 .cshere-woo-item-wrap .add_to_wishlist:before {
    content: 'favorite_border' !important;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    width: 18px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible; }
  .product-archive-style2 .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse, .product-archive-style2 .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 18px; }
  .product-archive-style2 .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse .feedback, .product-archive-style2 .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse .feedback {
    display: none !important; }
  .product-archive-style2 .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse > a, .product-archive-style2 .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse > a {
    color: #90c43e;
    visibility: hidden;
    padding: 0 !important;
    display: block;
    width: 18px; }
  .product-archive-style2 .cshere-woo-item-wrap .yith-wcwl-wishlistexistsbrowse > a:before, .product-archive-style2 .cshere-woo-item-wrap .yith-wcwl-wishlistaddedbrowse > a:before {
    content: 'favorite' !important;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    width: 18px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible; }
  .product-archive-style2 .cshere-woo-item-wrap .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important; }
  .product-archive-style2 .cshero-woo-meta {
    text-align: center;
    margin-top: 25px; }
  .product-archive-style2 .cshero-woo-meta .star-rating {
    float: none;
    display: inline-block;
    height: 15px; }
  .product-archive-style2 .cshero-woo-meta .star-rating:before {
    color: #e0e0e0; }
  .product-archive-style2 .cshero-woo-meta .star-rating span {
    color: #ffc62c; }
  .product-archive-style2 .cshero-woo-meta .woocommerce-review-link {
    color: #616161;
    letter-spacing: 0.035em;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: -3px; }
  .product-archive-style2 .cshero-woo-meta .cshero-product-title {
    margin-top: 2px; }
  .product-archive-style2 .cshero-woo-meta .cshero-product-title h3 {
    font-weight: normal;
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    color: #424242;
    letter-spacing: 0.035em;
    margin-bottom: 20px; }
  .product-archive-style2 .cshero-woo-meta .cshero-product-title h3 a {
    color: #424242; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart {
    float: left;
    width: 100%;
    position: relative;
    min-height: 32px; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart.has_sale {
    min-width: 180px; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .tagged_as {
    display: none; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .add_to_cart_button, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .added_to_cart, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .ajax_add_to_cart {
    position: relative;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    min-width: 112px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    white-space: pre; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .add_to_cart_button:after, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .added_to_cart:after, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .ajax_add_to_cart:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'shopping_basket';
    position: relative;
    top: 1px;
    margin-left: 8px;
    animation: unset;
    vertical-align: unset;
    right: 0; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .add_to_cart_button.loading:after, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .added_to_cart.loading:after, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .ajax_add_to_cart.loading:after {
    top: 1px;
    right: auto;
    position: relative; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .ajax_add_to_cart.added {
    display: none; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .star-rating {
    display: none; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .price {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, 0px);
    -khtml-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .price > span, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .price > del, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .price > ins {
    min-width: 112px;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2); }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .price > del, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .price > ins {
    min-width: 85px;
    padding: 0 10px;
    opacity: 1; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .price > ins {
    padding-left: 6px; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart:hover .add_to_cart_button, .product-archive-style2 .cshero-woo-meta .price-add-to-cart:hover .ajax_add_to_cart, .product-archive-style2 .cshero-woo-meta .price-add-to-cart:hover .added_to_cart {
    opacity: 1; }
  .product-archive-style2 .cshero-woo-meta .price-add-to-cart:hover .price > span, .product-archive-style2 .cshero-woo-meta .price-add-to-cart:hover .price del, .product-archive-style2 .cshero-woo-meta .price-add-to-cart:hover .price ins {
    opacity: 0; }
  .product-archive-style2 .content-product-list .cshero-woo-inner {
    float: left;
    width: 180px; }
  .product-archive-style2 .content-product-list .cshero-woo-inner .cshero-woo-image {
    height: 150px;
    line-height: 150px; }
  .product-archive-style2 .content-product-list .cshero-woo-inner .cshero-woo-image img {
    line-height: 150px;
    max-height: 150px; }
  .product-archive-style2 .content-product-list .cshere-woo-item-wrap2 {
    padding: 12px 26px 20px 22px; }
  .product-archive-style2 .content-product-list .cshero-woo-meta {
    float: right;
    text-align: left;
    margin-top: 0;
    width: calc(100% - 210px);
    padding-left: 30px; }
  .product-archive-style2 .content-product-list .cshero-woo-meta .woocommerce-review-link {
    position: relative;
    top: -3px; }
  .product-archive-style2 .content-product-list .cshero-woo-meta .cshero-product-title {
    margin-top: 6px; }
  .product-archive-style2 .content-product-list .cshero-woo-meta .cshero-product-title h3 {
    margin-bottom: 4px; }
  .product-archive-style2 .content-product-list .cshero-woo-meta .price-add-to-cart {
    float: right;
    width: auto; }
  .product-archive-style2 .content-product-list .cshero-woo-meta .price-add-to-cart .price {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .product-archive-style2 .content-product-list .cshero-woo-meta .price-add-to-cart .price .ins {
    margin-left: 6px; }
  .product-archive-style2 .content-product-list .cshero-woo-meta .product-desc {
    margin-top: 0px;
    float: left;
    padding-right: 120px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.035em;
    color: #424242; }
  .product-archive-style2 .content-product-list .cshero-woo-meta .price-add-to-cart a.add_to_cart_button {
    position: relative;
    width: 100%;
    left: auto;
    float: right;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .product-archive-style2 .content-product-list .cshero-woo-meta .price-add-to-cart a.added_to_cart {
    width: 100%; }
  .product-archive-style2 .content-product-list .content_product_list_bottom {
    float: left;
    width: 100%;
    margin-top: 9px; }
  .product-archive-style2 .content-product-list .content_product_list_bottom .rating-wrap {
    float: left;
    margin-top: 15px; }
  .product-archive-style2 .content-product-list .yith-wcwl-add-to-wishlist {
    margin-top: 0px; }
  .product-archive-style2 .content-product-list .add_to_wishlist {
    position: absolute;
    top: 16px;
    right: 22px;
    left: auto;
    font-size: 12px;
    color: #212121;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: 500;
    visibility: visible;
    padding: 0 !important;
    display: block;
    width: auto;
    float: right; }
  .product-archive-style2 .content-product-list .add_to_wishlist:hover {
    color: #90c43e; }
  .product-archive-style2 .content-product-list .add_to_wishlist:hover:before {
    color: #90c43e; }
  .product-archive-style2 .content-product-list .add_to_wishlist:before {
    content: 'favorite_border' !important;
    font-family: 'Material Icons';
    color: #bdbdbd;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible;
    position: relative;
    top: 2px; }
  .product-archive-style2 .content-product-list .yith-wcwl-wishlistexistsbrowse, .product-archive-style2 .content-product-list .yith-wcwl-wishlistaddedbrowse {
    top: 16px;
    right: 22px;
    left: auto; }
  .product-archive-style2 .content-product-list .yith-wcwl-wishlistexistsbrowse .feedback, .product-archive-style2 .content-product-list .yith-wcwl-wishlistaddedbrowse .feedback {
    display: none !important; }
  .product-archive-style2 .content-product-list .yith-wcwl-wishlistexistsbrowse > a, .product-archive-style2 .content-product-list .yith-wcwl-wishlistaddedbrowse > a {
    font-size: 12px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: 500;
    color: #212121;
    visibility: visible;
    padding: 0 !important;
    display: block;
    width: auto;
    float: right; }
  .product-archive-style2 .content-product-list .yith-wcwl-wishlistexistsbrowse > a:before, .product-archive-style2 .content-product-list .yith-wcwl-wishlistaddedbrowse > a:before {
    content: 'favorite' !important;
    font-family: 'Material Icons';
    font-weight: normal;
    color: #90c43e;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible;
    position: relative;
    top: 2px; }
  .product-archive-style2 .content-product-list .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important; }

.woocommerce.widget_price_filter {
  background: #fff; }
  .woocommerce.widget_price_filter .wg-wrap {
    padding-top: 12px;
    padding-bottom: 18px; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f5f5f5;
  border: #bdbdbd solid 1px;
  height: 15px;
  border-radius: 4px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  border-radius: 0;
  background-color: #90c43e; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 21px;
  height: 21px;
  border: #bfbfbf solid 1px;
  background-color: #ececec;
  border-radius: 50%;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: -0.5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
    position: absolute;
    width: 7px;
    height: 7px;
    border: #bfbfbf solid 1px;
    background-color: #90c43e;
    content: '';
    border-radius: 50%;
    top: 6px;
    left: 6px; }

.price_slider_wrapper {
  padding-top: 7px;
  position: relative;
  margin-left: -10px; }

.price_label {
  position: absolute;
  top: -33px;
  right: 0;
  color: #757575;
  font-weight: 500;
  font-size: 12px; }

.woocommerce .widget_price_filter .price_slider_amount .button {
  min-width: auto;
  float: right;
  color: #757575;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  background: none;
  padding: 0;
  line-height: 1;
  height: auto;
  /*widget tag product*/ }

.widget_product_tag_cloud .wg-wrap {
  padding: 0 !important;
  box-shadow: none !important; }

#sidebar .widget_product_tag_cloud {
  box-shadow: none !important; }
  #sidebar .widget_product_tag_cloud .widget-title {
    font-size: 14px !important;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: rgba(0, 0, 0, 0.4);
    margin-top: -9px;
    margin-bottom: 14px; }
  #sidebar .widget_product_tag_cloud .tagcloud a {
    display: inline-block;
    border: #90c43e solid 2px;
    border-radius: 4px;
    color: #000;
    font-size: 14px !important;
    line-height: 28px;
    letter-spacing: 0.035em;
    padding: 0 10px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px; }
  #sidebar .widget_product_tag_cloud .tagcloud a:hover {
    background: #90c43e;
    color: #fff; }

.nectar-love {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 18px;
  color: #bdbdbd; }
  .nectar-love.loved {
    color: #90c43e; }
  .nectar-love .nectar-love-count {
    display: none; }

.woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs {
  display: block; }
  .woocommerce .woocommerce-style-1.cms-checkout-page .woocommerce-product-rating, .woocommerce .woocommerce-style-2.cms-checkout-page .woocommerce-product-rating {
    display: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product, .woocommerce .woocommerce-style-2 .pr-single-product {
    padding-right: 65px;
    margin-top: 86px; }
  .woocommerce .woocommerce-style-1 .pr-single-product div.product div.images, .woocommerce .woocommerce-style-2 .pr-single-product div.product div.images {
    width: 58.9% !important;
    padding-right: 30px; }
  .woocommerce .woocommerce-style-1 .pr-single-product div.product div.summary, .woocommerce .woocommerce-style-2 .pr-single-product div.product div.summary {
    float: right;
    width: 41.1% !important; }
  .woocommerce .woocommerce-style-1 .pr-single-product .product_title, .woocommerce .woocommerce-style-2 .pr-single-product .product_title {
    font-weight: 400;
    color: #90c43e;
    text-transform: capitalize;
    border-bottom: #d9d9d9 solid 1px;
    padding-bottom: 11px !important;
    margin-top: -2px !important;
    margin-bottom: 2px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .quantity, .woocommerce .woocommerce-style-2 .pr-single-product .quantity {
    position: relative;
    margin-right: 10px;
    width: 100%;
    margin-top: -3px !important; }
  .woocommerce .woocommerce-style-1 .pr-single-product .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce .woocommerce-style-2 .pr-single-product .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce .woocommerce-style-1 .pr-single-product .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce .woocommerce-style-2 .pr-single-product .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .quantity input[type=number], .woocommerce .woocommerce-style-2 .pr-single-product .quantity input[type=number] {
    -moz-appearance: textfield; }
  .woocommerce .woocommerce-style-1 .pr-single-product .quantity .qty, .woocommerce .woocommerce-style-2 .pr-single-product .quantity .qty {
    border: 1px solid #90c43e;
    background-color: transparent;
    font-size: 14px;
    color: #212121;
    height: 35px;
    padding: 0 2px;
    line-height: 33px;
    width: 35px;
    min-width: 35px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .quantity .minus, .woocommerce .woocommerce-style-2 .pr-single-product .quantity .minus, .woocommerce .woocommerce-style-1 .pr-single-product .quantity .plus, .woocommerce .woocommerce-style-2 .pr-single-product .quantity .plus {
    display: block;
    width: 35px;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    padding-top: 2px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .quantity .minus:before, .woocommerce .woocommerce-style-2 .pr-single-product .quantity .minus:before, .woocommerce .woocommerce-style-1 .pr-single-product .quantity .plus:before, .woocommerce .woocommerce-style-2 .pr-single-product .quantity .plus:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    display: inline-block;
    width: 14px;
    height: auto;
    line-height: 29px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'add';
    color: #424242; }
  .woocommerce .woocommerce-style-1 .pr-single-product .quantity .minus, .woocommerce .woocommerce-style-2 .pr-single-product .quantity .minus {
    padding-bottom: 1px;
    padding-top: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .quantity .minus:before, .woocommerce .woocommerce-style-2 .pr-single-product .quantity .minus:before {
    content: 'remove'; }
  .woocommerce .woocommerce-style-1 .pr-single-product .content, .woocommerce .woocommerce-style-2 .pr-single-product .content {
    float: left;
    color: #212121;
    line-height: 20px;
    padding-bottom: 2px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .pr-price-rating, .woocommerce .woocommerce-style-2 .pr-single-product .pr-price-rating {
    width: 53%;
    float: left; }
  .woocommerce .woocommerce-style-1 .pr-single-product form.cart, .woocommerce .woocommerce-style-2 .pr-single-product form.cart {
    float: right;
    width: 47%;
    padding-left: 8px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woo-price span, .woocommerce .woocommerce-style-2 .pr-single-product .woo-price span {
    font-size: 30px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cs-product-wrap .per_unit, .woocommerce .woocommerce-style-2 .pr-single-product .cs-product-wrap .per_unit {
    margin-top: 11px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .category_product, .woocommerce .woocommerce-style-2 .pr-single-product .category_product {
    margin-top: 3px;
    padding-bottom: 5px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .category_product, .woocommerce .woocommerce-style-2 .pr-single-product .category_product, .woocommerce .woocommerce-style-1 .pr-single-product .tag_product, .woocommerce .woocommerce-style-2 .pr-single-product .tag_product {
    font-size: 16px;
    color: #212121;
    line-height: 22px;
    font-weight: 500; }
  .woocommerce .woocommerce-style-1 .pr-single-product .category_product a, .woocommerce .woocommerce-style-2 .pr-single-product .category_product a, .woocommerce .woocommerce-style-1 .pr-single-product .tag_product a, .woocommerce .woocommerce-style-2 .pr-single-product .tag_product a {
    font-weight: 400; }
  .woocommerce .woocommerce-style-1 .pr-single-product .quantity-wrap, .woocommerce .woocommerce-style-2 .pr-single-product .quantity-wrap {
    border-top: none;
    border-bottom: none;
    padding-top: 4px;
    padding-bottom: 0px;
    width: 35px;
    float: left; }
  .woocommerce .woocommerce-style-1 .pr-single-product button.single_add_to_cart_button, .woocommerce .woocommerce-style-2 .pr-single-product button.single_add_to_cart_button {
    font-size: 14px;
    margin: 0;
    line-height: 35px;
    min-width: 152px;
    padding: 0 20px;
    background-color: #90c43e;
    border: #82b236 solid 1px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    height: 37px;
    margin-top: 29px;
    margin-left: 13px;
    text-align: center;
    text-transform: uppercase; }
  .woocommerce .woocommerce-style-1 .pr-single-product button.single_add_to_cart_button i, .woocommerce .woocommerce-style-2 .pr-single-product button.single_add_to_cart_button i {
    position: relative;
    top: 2px;
    line-height: 1;
    width: 14px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs {
    display: block;
    float: left;
    width: 100%;
    margin-top: 55px;
    color: #212121;
    line-height: 22px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 13px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs:before, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs:before {
    border-bottom: 2px solid #e7e7e7;
    z-index: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li {
    border: none;
    background: none;
    color: #212121;
    float: left;
    margin: 0;
    padding: 0 30px;
    border-bottom: transparent solid 2px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li a, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li a {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 4px 0; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li a:after, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li a:after {
      content: '';
      width: 100%;
      height: 4px;
      left: 0;
      bottom: -2px;
      background: transparent;
      position: absolute;
      z-index: 2;
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li:first-child, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li:first-child {
    padding-left: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li:before, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li:before, .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li:after, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li:after {
    display: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li.active, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li.active, .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li:hover, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li:hover {
    border-bottom-color: #e7e7e7; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li.active a, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li.active a, .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li:hover a, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li:hover a {
      font-weight: 500;
      color: #212121; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs ul.tabs li:hover a:after, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs ul.tabs li:hover a:after {
      background: #90c43e; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs .panel, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs .panel {
    box-shadow: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #reply-title, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #reply-title {
    display: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews .comment-author-image, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews .comment-author-image {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 24px 0 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews .comment-author-image img, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews .comment-author-image img {
    width: 100%; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #commentform, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #commentform {
    margin: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #commentform .stars, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #commentform .stars {
    margin-bottom: 20px; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #commentform .stars a:after, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #commentform .stars a:after {
      color: #f0bf2d; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #commentform .title-rating, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #commentform .title-rating {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #commentform .form-submit, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #commentform .form-submit {
    padding: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .commentlist, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .commentlist {
    padding: 0; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .commentlist .comment, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .commentlist .comment {
      margin-bottom: 28px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-text, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-text {
    margin: 0;
    border: none;
    padding: 0;
    float: left;
    width: calc(100% - 104px); }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-text p:last-child, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-text p:last-child {
      margin-bottom: 0; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-text p.meta, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-text p.meta {
      margin-bottom: 5px; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-text .description, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-text .description {
      font-size: 15px;
      line-height: 23px;
      float: left;
      width: 100%;
      margin-top: 10px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .author-rating, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .author-rating {
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 4px; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .author, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .author {
      color: #333;
      display: block;
      font-size: 18px;
      line-height: 27px;
      text-transform: capitalize;
      float: left; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta time, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta time {
      float: left;
      padding-left: 10px;
      margin-top: 4px; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating {
      overflow: initial;
      float: left;
      margin-left: 0px;
      float: left; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating:before, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating:before {
      color: #90c43e; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating .star, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating .star {
      width: 5.4em; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span {
      padding-top: 0;
      padding-left: 10px; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span strong, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span strong {
      visibility: hidden; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span:before, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span:before {
      color: #90c43e; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span.result, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span.result {
      float: right;
      position: absolute;
      padding: 0;
      font-size: 16px;
      color: #ccc;
      right: -40px;
      left: auto; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span.result:before, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs #tab-reviews #comments .comment-meta .star-rating span.result:before {
      display: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper {
    margin-top: 0;
    border-top: none;
    padding-top: 40px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .cshero-product-title h3, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .cshero-product-title h3 {
    color: #424242;
    font-weight: normal;
    letter-spacing: 0.035em;
    font-size: 22px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .cshero-product-title h3 a, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .cshero-product-title h3 a {
    color: #424242; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .cshero-product-title h3 a:hover, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .cshero-product-title h3 a:hover {
      color: #90c43e; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    min-height: 32px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart.has_sale, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart.has_sale {
    min-width: 180px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .tagged_as, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .tagged_as {
    display: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart > a.add_to_cart_button, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart > a.add_to_cart_button, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .added_to_cart, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .added_to_cart, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .ajax_add_to_cart, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .ajax_add_to_cart {
    position: relative;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    min-width: 112px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2);
    opacity: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart > a.add_to_cart_button:after, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart > a.add_to_cart_button:after, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .added_to_cart:after, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .added_to_cart:after, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .ajax_add_to_cart:after, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .ajax_add_to_cart:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'shopping_basket';
    position: relative;
    top: 1px;
    margin-left: 8px;
    animation: unset;
    vertical-align: unset;
    right: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .ajax_add_to_cart.added, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .ajax_add_to_cart.added {
    display: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .star-rating, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .star-rating {
    display: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, 0px);
    -khtml-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > span, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > span, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > del, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > del, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > ins, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > ins {
    min-width: 112px;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding: 0 20px;
    background-color: #90c43e;
    color: #fff;
    font-weight: 700;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    border: #749f30 solid 1px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2); }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > del, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > del, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > ins, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > ins {
    min-width: 85px;
    padding: 0 10px;
    opacity: 1; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > ins, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart .price > ins {
    padding-left: 6px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover > a.add_to_cart_button, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover > a.add_to_cart_button, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .ajax_add_to_cart, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .ajax_add_to_cart, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .added_to_cart, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .added_to_cart {
    opacity: 1; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .price > span, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .price > span, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .price > del, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .price > del, .woocommerce .woocommerce-style-1 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .price > ins, .woocommerce .woocommerce-style-2 .pr-single-product .cms-related-products-wrapper .price-add-to-cart:hover .price > ins {
    opacity: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related {
    padding-bottom: 75px;
    margin-left: 72px;
    padding-right: 6px;
    max-width: 1002px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs {
    border-bottom: 2px solid #e7e7e7; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li {
    border: none;
    background: none;
    color: #212121;
    float: left;
    margin: 0;
    padding: 0 18px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.035em;
    position: relative;
    padding: 4px 8px 9px 2px;
    border: none;
    background: none; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a:after, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a:after {
      content: '';
      width: 100%;
      height: 4px;
      left: 0;
      bottom: -2px;
      background: transparent;
      position: absolute;
      z-index: 2; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a:hover, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a:hover {
      background: none; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a.active, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a.active, .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a:hover, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a:hover {
      color: #000; }
    .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a.active:after, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a.active:after, .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a:hover:after, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li a:hover:after {
      background: #90c43e; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li:first-child, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li:first-child {
    padding-left: 0; }
  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li:before, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li:before, .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li:after, .woocommerce .woocommerce-style-2 .pr-single-product .woocommerce-tabs-related ul.nav-tabs li:after {
    display: none; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe {
    margin-top: 44px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row {
    margin: 0 -17px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post {
    padding: 0 17px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post article, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post article {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08); }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post article .item-inner img, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post article .item-inner img {
      border-radius: 2px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post h3.title, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post h3.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 18px 14px 0;
    position: absolute;
    bottom: 3px;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post h3.title a, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post h3.title a {
      color: #fff; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post h3.title a:hover, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post h3.title a:hover {
      color: #90c43e; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .menu_product_meta, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .menu_product_meta {
    text-align: center; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .menu_product_meta .item_product_meta, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .menu_product_meta .item_product_meta {
      display: inline-block;
      max-width: 33%;
      padding: 0px 10px; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .menu_product_meta .item_product_meta span, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .menu_product_meta .item_product_meta span {
      display: inline-block;
      float: left;
      clear: both;
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      line-height: 18px;
      letter-spacing: 0.025em;
      color: #fff; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .menu_product_meta .item_product_meta span.title, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .menu_product_meta .item_product_meta span.title {
      margin-top: 5px; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .menu_product_meta .item_product_meta i, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .menu_product_meta .item_product_meta i {
      font-size: 35px;
      color: #fff;
      float: left;
      width: 100%;
      display: inline-block; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .item-inner, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .item-inner {
    position: relative; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .content-overlay, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .content-overlay {
    background: rgba(33, 33, 33, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 39px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .content-overlay .content-recipe, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .content-overlay .content-recipe {
      padding: 14px 16px 6px;
      color: #dfdfdf;
      background: rgba(26, 26, 30, 0.9);
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      position: absolute;
      bottom: 0;
      width: 100%; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .content-overlay .content-recipe .readmore, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .content-overlay .content-recipe .readmore {
      float: right;
      color: #fff; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .content-overlay h3.title, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .content-overlay h3.title {
      font-size: 18px;
      font-weight: 500;
      line-height: 19px;
      letter-spacing: 0.025em;
      color: #fff;
      padding: 21px 16px 0; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .content-overlay h3.title a, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .content-overlay h3.title a {
      color: #fff; }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .content-overlay h3.title a:hover, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post .content-overlay h3.title a:hover {
      color: #90c43e; }
  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post:hover .item-inner > h3.title, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post:hover .item-inner > h3.title {
    -webkit-transform: translate3d(0, -108px, 0);
    -khtml-transform: translate3d(0, -108px, 0);
    -moz-transform: translate3d(0, -108px, 0);
    -ms-transform: translate3d(0, -108px, 0);
    -o-transform: translate3d(0, -108px, 0);
    transform: translate3d(0, -108px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
    .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post:hover .content-overlay, .woocommerce .woocommerce-style-2 .pr-single-product .cms-recipe .row .item-post:hover .content-overlay {
      opacity: 1; }
  .woocommerce .woocommerce-style-1 .pr-single-product .yith-wcwl-add-to-wishlist, .woocommerce .woocommerce-style-2 .pr-single-product .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    float: right;
    width: 100%; }
  .woocommerce .woocommerce-style-1 .pr-single-product .add_to_wishlist, .woocommerce .woocommerce-style-2 .pr-single-product .add_to_wishlist {
    float: right;
    font-size: 12px;
    color: #90c43e;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: 500;
    visibility: visible;
    padding: 0 !important;
    display: block;
    width: auto; }
  .woocommerce .woocommerce-style-1 .pr-single-product .add_to_wishlist:hover, .woocommerce .woocommerce-style-2 .pr-single-product .add_to_wishlist:hover {
    color: #90c43e; }
  .woocommerce .woocommerce-style-1 .pr-single-product .add_to_wishlist:hover:before, .woocommerce .woocommerce-style-2 .pr-single-product .add_to_wishlist:hover:before {
    color: #90c43e; }
  .woocommerce .woocommerce-style-1 .pr-single-product .add_to_wishlist:before, .woocommerce .woocommerce-style-2 .pr-single-product .add_to_wishlist:before {
    content: 'favorite_border' !important;
    font-family: 'Material Icons';
    color: #90c43e;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible;
    position: relative;
    top: 2px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .yith-wcwl-wishlistexistsbrowse .feedback, .woocommerce .woocommerce-style-2 .pr-single-product .yith-wcwl-wishlistexistsbrowse .feedback, .woocommerce .woocommerce-style-1 .pr-single-product .yith-wcwl-wishlistaddedbrowse .feedback, .woocommerce .woocommerce-style-2 .pr-single-product .yith-wcwl-wishlistaddedbrowse .feedback {
    display: none !important; }
  .woocommerce .woocommerce-style-1 .pr-single-product .yith-wcwl-wishlistexistsbrowse > a, .woocommerce .woocommerce-style-2 .pr-single-product .yith-wcwl-wishlistexistsbrowse > a, .woocommerce .woocommerce-style-1 .pr-single-product .yith-wcwl-wishlistaddedbrowse > a, .woocommerce .woocommerce-style-2 .pr-single-product .yith-wcwl-wishlistaddedbrowse > a {
    font-size: 12px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: 500;
    color: #90c43e;
    visibility: visible;
    padding: 0 !important;
    display: block;
    width: auto;
    float: right; }
  .woocommerce .woocommerce-style-1 .pr-single-product .yith-wcwl-wishlistexistsbrowse > a:before, .woocommerce .woocommerce-style-2 .pr-single-product .yith-wcwl-wishlistexistsbrowse > a:before, .woocommerce .woocommerce-style-1 .pr-single-product .yith-wcwl-wishlistaddedbrowse > a:before, .woocommerce .woocommerce-style-2 .pr-single-product .yith-wcwl-wishlistaddedbrowse > a:before {
    content: 'favorite' !important;
    font-family: 'Material Icons';
    font-weight: normal;
    color: #90c43e;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    visibility: visible;
    position: relative;
    top: 2px; }
  .woocommerce .woocommerce-style-1 .pr-single-product .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce .woocommerce-style-2 .pr-single-product .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important; }

.w100 {
  width: 100%; }

.cms_grid_product_great {
  -webkit-box-shadow: 0px 2px 6px rgba(217, 217, 217, 0.9) inset;
  -moz-box-shadow: 0px 2px 6px rgba(217, 217, 217, 0.9) inset;
  -ms-box-shadow: 0px 2px 6px rgba(217, 217, 217, 0.9) inset;
  box-shadow: 0px 2px 6px rgba(217, 217, 217, 0.9) inset;
  padding-top: 73px;
  padding-bottom: 105px; }

.cms-fancyboxes-wraper-section {
  background-color: #eee; }
  .cms-fancyboxes-wraper-section .cms-fancyboxes-wraper {
    border-left: #d6d6d6 solid 1px;
    padding-top: 19px;
    padding-bottom: 18px;
    float: left;
    padding-left: 26px; }
  .cms-fancyboxes-wraper-section .cms-fancyboxes-wraper.no-border {
    border-left: none;
    padding-left: 40px; }

.woocommerce #wl-wrapper .wl-add-to {
  background: none !important;
  font-size: 14px;
  text-transform: uppercase; }
  .woocommerce #wl-wrapper .wl-add-to:before {
    content: 'favorite_border' !important;
    font-size: 18px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: auto;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: relative;
    top: 3px; }

.archive-show-category .cat-wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 150px;
  border-radius: 2px;
  background-image: url(../images/images-cat.jpg); }
  .archive-show-category .cat-wrap.has-images-cat {
    background-image: none; }
  .archive-show-category .cat-wrap .images-cat {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 150px;
    width: 100%;
    border-radius: 2px;
    position: relative;
    background-image: url(../images/images-cat.jpg); }
  .archive-show-category .cat-wrap .cat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 2px; }
  .archive-show-category .cat-wrap .cat-overlay .cat-overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .archive-show-category .cat-wrap .cat-overlay .cat-overlay-inner a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.035em;
    text-transform: capitalize; }
  .archive-show-category .cat-wrap .cat-overlay .cat-overlay-inner a + a {
    font-size: 30px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin-top: 1px;
    line-height: 1; }
  .archive-show-category + .archive-product-meta {
    background: none;
    box-shadow: none;
    padding-top: 33px;
    padding-bottom: 23px;
    margin-bottom: 0; }

.container-inner {
  border-top: #e0e0dd solid 1px;
  padding-top: 28px; }

@media screen and (max-width: 1200px) {
  .woocommerce form.checkout_coupon .form-row.form-row-last {
    margin-left: 15px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .pr-single-product .cshero-product-meta {
    float: left;
    clear: both; }

  .cms-related-products-wrapper {
    margin-top: 50px;
    padding-top: 50px; }

  .woocommerce .cart-collaterals .cart_totals tr.shipping, .woocommerce-page .cart-collaterals .cart_totals tr.shipping {
    width: 60%; }

  .woocommerce .cart-collaterals .cart_totals tr.order-total, .woocommerce-page .cart-collaterals .cart_totals tr.order-total {
    width: 40%; }

  .woocommerce-checkout #payment ul.payment_methods li {
    margin-right: 53px; }

  .woocommerce span.onsale {
    left: 2px; }

  .woocommerce form.checkout_coupon .form-row.form-row-last {
    margin-left: 15px; }

  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table {
    max-width: 558px; }

  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tr.cart-action-wrap div.coupon input.button {
    margin-left: 15px;
    min-width: 150px; }

  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tr.cart-action-wrap .actions > input.button {
    min-width: 141px; }

  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left {
    max-width: 560px; }

  .product-archive-style2 #content {
    margin-left: 0; }

  .woocommerce .woocommerce-style-1 .pr-single-product {
    padding-right: 15px; }

  .woocommerce .woocommerce-style-1 .pr-single-product .pr-price-rating, .woocommerce .woocommerce-style-1 .pr-single-product form.cart {
    width: 100%; }

  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related {
    margin-left: 0;
    padding-right: 15px; }

  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post article .item-inner img {
    width: 100%; }

  .template-cms_grid--product-great {
    padding: 0 15px;
    width: 100%;
    margin-left: 0; }

  .cms-fancyboxes-wraper-section .cms-fancyboxes-wraper {
    border-left: none; }

  .cms-fancyboxes-wraper-section .cms-fancyboxes-wraper.no-border {
    padding-left: 26px; }

  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .content-overlay {
    padding-top: 20px; }

  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post:hover .item-inner > h3.title {
    -webkit-transform: translate3d(0, -126px, 0);
    -khtml-transform: translate3d(0, -126px, 0);
    -moz-transform: translate3d(0, -126px, 0);
    -ms-transform: translate3d(0, -126px, 0);
    -o-transform: translate3d(0, -126px, 0);
    transform: translate3d(0, -126px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  .product-archive-style2 .content-product-list .cshero-woo-meta .product-desc {
    padding-right: 32px; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .continue-shopping a i, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .continue-shopping a i {
    letter-spacing: -23px;
    margin-right: 9px;
    line-height: 24px;
    float: left;
    width: 30px; }

  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .update-cart a i {
    width: 30px;
    letter-spacing: -23px; }

  .woocommerce .woocommerce-style-1 .pr-single-product .add_to_wishlist, .woocommerce .woocommerce-style-2 .pr-single-product .add_to_wishlist {
    float: left; } }

@media screen and (max-width: 991px) {
  .pr-single-product .cshero-product-meta {
    float: left;
    clear: both;
    margin-bottom: 10px; }

  .cms-related-products-wrapper {
    margin-top: 50px;
    padding-top: 50px; }

  .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding-right: 12px; }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%; }

  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%; }

  .woocommerce form .woocommerce-billing-fields .form-row label, .woocommerce-page form .woocommerce-billing-fields .form-row label, .woocommerce form .woocommerce-shipping-fields .form-row label, .woocommerce form .woocommerce-billing-fields .form-row .input-text, .woocommerce-page form .woocommerce-billing-fields .form-row .input-text, .woocommerce form .woocommerce-shipping-fields .form-row .input-text {
    width: 100%; }

  .woocommerce form .woocommerce-billing-fields .form-row, .woocommerce-page form .woocommerce-billing-fields .form-row, .woocommerce form .woocommerce-shipping-fields .form-row {
    margin: 5px 0; }

  .woocommerce form .woocommerce-billing-fields .form-row .select2-container, .woocommerce-page form .woocommerce-billing-fields .form-row .select2-container, .woocommerce form .woocommerce-shipping-fields .form-row .select2-container {
    line-height: 34px;
    width: 100% !important;
    float: left; }

  #order_review {
    padding-left: 0;
    margin-top: 16px;
    margin-top: 30px; }

  .woocommerce span.onsale {
    left: 2px; }

  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    max-width: 946px;
    margin: 0 auto;
    padding: 0; }

  .woocommerce form.checkout_coupon .form-row.form-row-last {
    margin-left: 15px; }

  .woocommerce a.remove i {
    line-height: 20px; }

  .woocommerce-account .woocommerce .col2-set .col-2, .woocommerce-account .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%; }
    .woocommerce-account .woocommerce .col2-set .col-1, .woocommerce-account .woocommerce-page .col2-set .col-1 {
      float: left;
      width: 100%; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page form {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce .woocommerce-style-1 .pr-single-product .add_to_wishlist, .woocommerce .woocommerce-style-2 .pr-single-product .add_to_wishlist {
    float: left; }

  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 50%; }

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 50%; }

  .woocommerce table.shop_table tr.cart-action-wrap div.coupon input[type='text'] {
    margin-bottom: 10px; }

  .woocommerce table.shop_table tr.cart-action-wrap div.coupon {
    float: left;
    padding-left: 0;
    text-align: left; }

  .woocommerce table.shop_table tr.cart-action-wrap div.coupon input.button {
    margin-left: 0px;
    clear: both;
    float: left; }

  .woocommerce table.shop_table tr.cart-action-wrap div.coupon input#coupon_code {
    float: left; }

  .woocommerce table.shop_table tr.cart-action-wrap div.coupon label {
    float: left;
    clear: both;
    width: 100%; }

  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator, .woocommerce-page .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    float: right;
    clear: both; }

  .woocommerce .col2-set.addresses .col-1, .woocommerce-page .col2-set.addresses .col-1, .woocommerce .col2-set.addresses .col-2, .woocommerce-page .col2-set.addresses .col-2 {
    width: 48%; }

  .woocommerce table.shop_table_responsive.my_account_orders thead {
    display: table-header-group; }
    .woocommerce table.shop_table_responsive.my_account_orders thead tr {
      display: table-row; }

  .woocommerce table.shop_table_responsive.my_account_orders tbody tr:first-child td:first-child {
    border-top: 1px solid #e7e7e7; }

  .woocommerce-account form {
    margin-bottom: 40px; }

  .woocommerce form .woocommerce-billing-fields .form-row input.input-text, .woocommerce-page form .woocommerce-billing-fields .form-row input.input-text, .woocommerce form .woocommerce-shipping-fields .form-row input.input-text, .woocommerce form .form-row input.input-text {
    width: 100%; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .title_cart {
    text-align: center; }
    .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .title_cart i {
      float: none;
      position: relative;
      top: 4px; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals {
    margin-top: 30px; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page {
    max-width: 655px;
    margin: -24px auto 0;
    float: none; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .continue-shopping {
    margin-top: 40px;
    margin-bottom: -18px; }

  .woocommerce-cart .woocommerce-style-1 .woocommerce table.shop_table tr.cart-action-wrap div.coupon input.button {
    margin-left: 15px;
    clear: none; }

  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-right {
    float: left; }

  .archive-product-meta .sort-by, .archive-product-meta .woocommerce-result-count {
    padding: 0 15px; }

  .archive-product-meta .woocommerce-result-count {
    margin-left: 0px;
    margin-top: 15px;
    clear: left; }

  .archive-product-meta .cms-product-layout {
    float: RIGHT;
    MARGIN-TOP: 15PX; }

  .product-archive-style2 #content {
    margin-left: 0; }

  .product-archive-style2 .content-product-list .cshero-woo-inner .cshero-woo-image {
    height: 150px;
    line-height: 150px;
    max-width: 150px; }

  .product-archive-style2 .content-product-list .cshero-woo-inner .cshero-woo-image img {
    line-height: 150px;
    max-height: 150px; }

  .product-archive-style2 .content-product-list .cshero-woo-meta {
    width: calc(100% - 150px); }

  .woocommerce .woocommerce-style-1 .pr-single-product {
    padding-right: 15px; }

  .woocommerce .woocommerce-style-1 .pr-single-product .pr-price-rating, .woocommerce .woocommerce-style-1 .pr-single-product form.cart {
    width: 100%; }

  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related {
    margin-left: 0;
    padding-right: 15px; }

  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post article .item-inner img {
    width: 100%; }

  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post {
    margin-bottom: 30PX; }

  .template-cms_grid--product-great {
    padding: 0 15px;
    width: 100%;
    margin-left: 0; }

  .template-cms_grid--product-great .cms-grid-filter {
    width: 100%;
    margin-bottom: 40px; }
    .template-cms_grid--product-great .cms-grid-filter ul {
      padding: 25px 0px 17px 0px; }
      .template-cms_grid--product-great .cms-grid-filter ul li {
        float: none; }
        .template-cms_grid--product-great .cms-grid-filter ul li a {
          border: none; }

  .template-cms_grid--product-great .cms-grid-item {
    margin-bottom: 30px; }

  .cms-fancyboxes-wraper-section .cms-fancyboxes-wraper {
    border-left: none; }

  .cms-fancyboxes-wraper-section .cms-fancyboxes-wraper.no-border {
    padding-left: 26px; }

  .product-archive-style2 .content-product-list .cshero-woo-meta .product-desc {
    padding-right: 0; }

  .product-archive-style2 .content-product-list .content_product_list_bottom .rating-wrap {
    margin-top: 6px; }

  .product-archive-style2 .content-product-list .cshero-woo-meta .price-add-to-cart {
    float: right;
    margin-top: 10px;
    min-width: 80%;
    width: auto; }

  .product-archive-style2 .clr {
    display: none; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .continue-shopping a i, .woocommerce-cart .woocommerce-style-2 .cms-checkout-page .continue-shopping a i {
    letter-spacing: -23px;
    margin-right: 9px;
    line-height: 24px;
    float: left;
    width: 30px; }

  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .update-cart a i {
    width: 30px;
    letter-spacing: -23px; }

  .product-archive-style2 .cshero-woo-meta .price-add-to-cart .price > del, .product-archive-style2 .cshero-woo-meta .price-add-to-cart .price > ins {
    min-width: 83px; } }

@media (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce table.my_account_orders tr td.order-actions:before, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page table.my_account_orders tr td.order-actions:before {
    display: table-cell; }

  .woocommerce table.shop_table_responsive tbody tr, .woocommerce-page table.shop_table_responsive tbody tr {
    display: table-row; }

  .woocommerce table.shop_table_responsive tbody tr td, .woocommerce-page table.shop_table_responsive tbody tr td {
    display: table-cell; }

  .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
    content: ''; }

  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: table-cell; }

  .woocommerce #content table.cart.cart.wishlist_table .product-thumbnail {
    display: none; } }

@media (max-width: 767px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important; }

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100% !important; }

  .woocommerce div.product div.images img {
    display: inline-block; }

  .cshero-product-images-wrap {
    text-align: center;
    margin-bottom: 30px; }

  .woocommerce .cart-collaterals .cart_totals tr.shipping, .woocommerce-page .cart-collaterals .cart_totals tr.shipping, .woocommerce .cart-collaterals .cart_totals tr.order-total, .woocommerce-page .cart-collaterals .cart_totals tr.order-total {
    width: auto;
    float: left;
    clear: both; }

  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator, .woocommerce-page .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    float: left;
    clear: both;
    width: 100%; }

  .woocommerce .cart-collaterals .cart_totals .shipping-calculator-button, .woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button {
    margin-left: 0; }

  .woocommerce .cart-collaterals .cart_totals tr.shipping th, .woocommerce-page .cart-collaterals .cart_totals tr.shipping th, .woocommerce .cart-collaterals .cart_totals tr.shipping td, .woocommerce-page .cart-collaterals .cart_totals tr.shipping td {
    width: 100%;
    clear: both;
    float: left; }

  .woocommerce .cart-collaterals .cart_totals tr.shipping td, .woocommerce-page .cart-collaterals .cart_totals tr.shipping td {
    padding-left: 0px; }

  .woocommerce table.shop_table tr.cart-action-wrap div.coupon input[type='text'] {
    margin-bottom: 10px; }

  .woocommerce table.shop_table tr.cart-action-wrap div.coupon {
    float: left;
    padding-left: 0;
    text-align: left; }

  .woocommerce table.shop_table tr.cart-action-wrap div.coupon input.button {
    margin-left: 0px;
    clear: both; }

  .woocommerce table.shop_table tr.cart-action-wrap div.coupon label {
    float: left;
    clear: both;
    width: 100%; }

  .woocommerce-shipping-fields {
    max-width: 100%; }

  .woocommerce-checkout #payment ul.payment_methods li {
    float: left;
    color: #000;
    width: 100%; }

  .woocommerce .order_details li {
    float: left;
    width: 100%;
    border: none;
    text-align: left; }
    .woocommerce .order_details li strong {
      display: inline-block;
      padding-left: 15px; }

  .woocommerce table.shop_table_responsive tbody th, .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive thead {
    display: table-cell; }

  .woocommerce table.shop_table {
    margin: 0; }

  header.title h3 {
    margin-top: 10px; }

  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    float: right;
    display: block;
    clear: both;
    margin-left: 10px; }

  .woocommerce .cart-collaterals .cart_totals tr.shipping section.shipping-calculator-form, .woocommerce-page .cart-collaterals .cart_totals tr.shipping section.shipping-calculator-form {
    top: 48px;
    left: 0; }

  .woocommerce .cart-collaterals .cart_totals tr.shipping, .woocommerce-page .cart-collaterals .cart_totals tr.shipping {
    width: 100%; }

  .woocommerce table.shop_table .product-quantity span {
    width: 100%; }

  .woocommerce form.checkout_coupon .form-row.form-row-last {
    margin-left: 0px;
    margin-top: 15px; }

  .woocommerce table.shop_table_responsive.my_account_orders thead {
    display: table-header-group; }
    .woocommerce table.shop_table_responsive.my_account_orders thead tr {
      display: table-row; }

  .woocommerce table.shop_table_responsive.my_account_orders tbody tr:first-child td:first-child {
    border-top: 1px solid #e7e7e7; }

  .woocommerce-checkout {
    margin-bottom: 0; }

  .woocommerce form .woocommerce-billing-fields .form-row input.input-text, .woocommerce-page form .woocommerce-billing-fields .form-row input.input-text, .woocommerce form .woocommerce-shipping-fields .form-row input.input-text, .woocommerce form .form-row input.input-text {
    width: 100%; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody tr td {
    float: none;
    clear: none; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .continue-shopping {
    margin-top: 39px; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals {
    margin-top: 30px; }

  .woocommerce-style-1 .woocommerce form .form-row, .woocommerce-style-1 .woocommerce-page form .form-row, .woocommerce-style-1 .woocommerce form .form-row-wide, .woocommerce-style-1 .woocommerce-page form .form-row-wide {
    width: 100%; }

  .archive-product-meta .sort-by, .archive-product-meta .woocommerce-result-count {
    padding: 0 15px;
    margin-top: 15px; }

  .archive-product-meta .woocommerce-result-count {
    margin-left: 0; }

  .archive-product-meta .cms-product-layout {
    display: none; }

  .product-archive-style2 #content {
    margin-left: 0; }

  .product-archive-style2 .content-product-list .cshero-woo-meta {
    width: 100%;
    padding-left: 0; }

  .woocommerce .woocommerce-style-1 .pr-single-product {
    padding-right: 15px; }

  .woocommerce .woocommerce-style-1 .pr-single-product .pr-price-rating, .woocommerce .woocommerce-style-1 .pr-single-product form.cart {
    width: 100%; }

  .woocommerce .woocommerce-style-1 .pr-single-product .woocommerce-tabs-related {
    margin-left: 0;
    padding-right: 15px; }

  #related-product-item .cms-product {
    margin-bottom: 30px;
    float: left;
    width: 100%; }

  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post article .item-inner img {
    width: 100%; }

  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post {
    margin-bottom: 30PX; }

  .template-cms_grid--product-great {
    padding: 0 15px;
    width: 100%;
    margin-left: 0; }

  .template-cms_grid--product-great .cms-grid-filter {
    width: 100%;
    margin-bottom: 40px; }
    .template-cms_grid--product-great .cms-grid-filter ul {
      padding: 25px 0px 17px 0px; }
      .template-cms_grid--product-great .cms-grid-filter ul li {
        float: none; }
        .template-cms_grid--product-great .cms-grid-filter ul li a {
          border: none; }

  .template-cms_grid--product-great .cms-grid-item {
    margin-bottom: 30px; }

  .cms-fancyboxes-wraper-section .cms-fancyboxes-wraper {
    border-left: none; }

  .cms-fancyboxes-wraper-section .cms-fancyboxes-wraper.no-border {
    padding-left: 26px; }

  .product-archive-style2 .content-product-list .cshero-woo-inner {
    width: 100%; }

  .product-archive-style2 .content-product-list .cshero-woo-meta .product-desc {
    padding-right: 0; }

  .product-archive-style2 .content-product-list .content_product_list_bottom .rating-wrap {
    margin-top: 6px; }

  .woocommerce .woocommerce-style-1 .pr-single-product .add_to_wishlist, .woocommerce .woocommerce-style-2 .pr-single-product .add_to_wishlist {
    float: left; }

  .product-archive-style2 .content-product-list .add_to_wishlist, .product-archive-style2 .content-product-list .yith-wcwl-wishlistexistsbrowse, .product-archive-style2 .content-product-list .yith-wcwl-wishlistaddedbrowse {
    position: static;
    float: left;
    margin-bottom: 20px; }

  .product-archive-style2 .content-product-list .cshero-woo-meta .price-add-to-cart {
    float: right;
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 320px) {
  .woocommerce span.onsale {
    left: 2px; }

  .title_billing {
    line-height: 60px; }

  #ship-to-different-address label {
    width: 90%; }

  #ship-to-different-address input[type=checkbox] {
    margin-left: 0px;
    margin-top: 29px;
    float: right;
    width: 10%;
    outline-offset: 0;
    text-align: right;
    outline: 0; }

  .woocommerce .order_details li {
    margin-bottom: 15px;
    text-align: center; }
    .woocommerce .order_details li strong {
      display: block;
      padding-left: 0px; }

  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    margin-bottom: 10px;
    margin-left: 0; }

  .header-right-top .shop-cart .cart-product {
    float: left;
    width: calc(100% - 30px); }

  .woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .title_cart {
    font-size: 22px; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart_totals tbody tr td .shipping-calculator-button {
    font-size: 16px; }

  .woocommerce-cart .woocommerce-style-1 .cms-checkout-page .cart-collaterals .cart-collaterals-inner {
    padding: 19px 10px 31px; }

  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading {
    padding: 10.5px 10px; }
    .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .panel-default .panel-heading h4 {
      font-size: 18px; }

  .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left .font-18 input[type=checkbox], .woocommerce-checkout .woocommerce-style-1 form.woocommerce-checkout .form-left #ship-to-different-address input[type=checkbox] {
    position: absolute;
    right: 25px; } }

@media (max-width: 991px) {
  body.single-product #primary .cs-product-wrap .woocommerce-product-gallery, body.single-product #primary .cs-product-wrap .entry-summary {
    width: 100% !important;
    margin-bottom: 50px; } }

.woocommerce-checkout .form-right.right {
  width: 100%;
  max-width: 400px; }
  .woocommerce-checkout .form-row.place-order .form-row.validate-required {
    width: 100%;
    margin-bottom: 20px; }
  .woocommerce-checkout .form-row.place-order .woocommerce-form__label-for-checkbox {
    padding-left: 20px;
    position: relative; }
  .woocommerce-checkout .form-row.place-order .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    position: absolute;
    margin: 0;
    top: 5px;
    left: 0; }
  .woocommerce-checkout .update-cart i {
    padding-right: 10px; }

.wc-braintree-credit-card-new-payment-method-form label {
  float: none !important;
  padding-left: 0px !important; }

.wc-braintree-credit-card-new-payment-method-form label:before {
  display: none !important; }

.cshero-woo-meta .add_to_wishlist .yith-wcwl-icon {
  display: none; }

.media .media-left {
  max-width: 40px;
  padding: 0;
  text-align: center;
  float: left; }
  .media .media-body {
    font-size: 18px;
    padding-left: 16px;
    line-height: 28px;
    color: #151515;
    font-weight: 400; }

@media screen and (min-width: 992px) {
  /*
-----> Minimum width of 992 pixels.
*/
    #cshero-menu-mobile, .cs-menu-toggle {
      display: none !important; }
    #cshero-header-navigation {
      position: static; }
      #cshero-header-navigation .collapse {
        display: block; }
    #cshero-header-navigation .main-navigation div.nav-menu > ul {
      width: 100%; }
      #cshero-header-navigation .main-navigation .menu-main-menu {
        float: right; }
        #cshero-header-navigation .main-navigation .menu-main-menu li ul.back {
          right: 0;
          left: auto; }
        #cshero-header-navigation .main-navigation .menu-main-menu > ul > li, #cshero-header-navigation .main-navigation .menu-main-menu > li {
          vertical-align: top;
          margin: 0;
          display: inline-block; }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a, #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
            font-weight: 400;
            font-size: 16px;
            color: #fff;
            text-transform: capitalize; }
            #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a .menu-title, #cshero-header-navigation .main-navigation .menu-main-menu > li > a .menu-title {
              position: relative; }
              #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a .menu-title:after, #cshero-header-navigation .main-navigation .menu-main-menu > li > a .menu-title:after {
                background-color: #82b236;
                content: "";
                height: 2px;
                position: absolute;
                bottom: -6px;
                left: 0;
                width: 100%;
                -webkit-transform: scale(0);
                -khtml-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                /* BACKGROUND GRADIENT */
                /* TRANSFORM STYLE */
                -webkit-transition: all 300ms linear 0ms;
                -moz-transition: all 300ms linear 0ms;
                -ms-transition: all 300ms linear 0ms;
                transition: all 300ms linear 0ms; }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.sub-menu, #cshero-header-navigation .main-navigation .menu-main-menu > li > ul.sub-menu {
            opacity: 0;
            -webkit-transition: opacity 0.4s ease 0s;
            -moz-transition: opacity 0.4s ease 0s;
            -ms-transition: opacity 0.4s ease 0s;
            transition: opacity 0.4s ease 0s;
            min-width: 200px;
            padding: 12px 0; }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > ul.sub-menu, #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > ul.sub-menu {
            opacity: 1; }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a, #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a {
            color: #90c43e; }
            #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a .menu-title:after, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a .menu-title:after, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a .menu-title:after, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a .menu-title:after, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a .menu-title:after, #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a .menu-title:after {
              -webkit-transform: scale(1);
              -khtml-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1);
              /* BACKGROUND GRADIENT */
              /* TRANSFORM STYLE */ }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-ancestor > a {
            color: #90c43e; }
      #cshero-header-navigation .main-navigation.menu-white .menu-main-menu > li > a {
        color: #fff; }
        #cshero-header-navigation .main-navigation.menu-white .menu-main-menu > li.current-menu-item > a, #cshero-header-navigation .main-navigation.menu-white .menu-main-menu > li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation.menu-white .menu-main-menu > li:hover > a {
          color: #90c43e; }
    #cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) {
      background-color: #2c2b2b;
      margin: 0;
      position: absolute;
      top: 100%;
      z-index: 1;
      height: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
      /* Menu Stick Wall */ }
      #cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) li.menu-item-has-children > a:after {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        float: right; }
    #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item) {
      top: 0;
      left: 100%;
      min-width: 200px;
      /* End Menu Stick Wall */ }
      #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back {
        right: 100%;
        left: auto; }
        #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul:not(.back) {
          right: 100%;
          left: auto; }
        #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back {
          left: 100%;
          right: auto; }
          #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul:not(.back) {
            left: 100%;
            right: auto; }
          #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul.back {
            right: 100%;
            left: auto; }
    #cshero-header-navigation .main-navigation {
      /* End Menu Sub Level */ }
      #cshero-header-navigation .main-navigation ul li:hover > ul, #cshero-header-navigation .main-navigation ul li:focus > ul, #cshero-header-navigation .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit; }
      #cshero-header-navigation .main-navigation li ul li {
        padding: 0 30px; }
        #cshero-header-navigation .main-navigation li ul li a {
          display: block;
          line-height: 40px;
          color: #c2c2c2;
          font-size: 14px;
          text-transform: capitalize;
          border-bottom: 1px solid #393838;
          text-align: left; }
          #cshero-header-navigation .main-navigation li ul li a:hover {
            color: #90c43e; }
      #cshero-header-navigation .main-navigation li ul.sub-menu li:last-child > a {
        border: none; }
      #cshero-header-navigation .main-navigation ul.sub-menu li {
        position: relative; } }

@media screen and (max-width: 991px) {
  /*
-----> Max width of 992 pixels.
*/
    #cshero-header-inner #cshero-header #cshero-header-logo {
      height: 100px;
      line-height: 100px; }
    #cshero-header-navigation {
      text-align: left; }
      #cshero-header-navigation.collapse {
        background: #222;
        position: absolute;
        top: 101px;
        width: 100%;
        left: 0;
        padding: 0 15px; }
    .header-right-top {
      float: right;
      width: 100%;
      padding-bottom: 20px;
      padding-right: 59px; }
    #header-main-right {
      position: static; }
    #cshero-header #cshero-menu-mobile {
      display: block; }
      #cshero-header #cshero-menu-mobile i {
        background: #90c43e;
        color: #fff;
        cursor: pointer;
        font-size: 26px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 45px;
        position: absolute;
        top: 31px; }
        #cshero-header #cshero-menu-mobile i.cms-icon-menu {
          right: 15px; }
        #cshero-header #cshero-menu-mobile i:hover {
          background: #333; }
      #cshero-header #cshero-menu-mobile .page-popup-wrapper {
        position: static !important; }
        #cshero-header #cshero-menu-mobile .page-popup-wrapper .contact-page i {
          right: 125px;
          left: inherit; }
        #cshero-header #cshero-menu-mobile .page-popup-wrapper .search-page i {
          right: 70px; }
    #cshero-header-navigation .main-navigation div.nav-menu > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      max-height: 0;
      overflow: hidden;
      transition: all 500ms ease; }
      #cshero-header-navigation .main-navigation div.nav-menu > ul li {
        list-style: none; }
        #cshero-header-navigation .main-navigation div.nav-menu > ul li a {
          display: block;
          color: #5e5e5e; }
          #cshero-header-navigation .main-navigation div.nav-menu > ul li a:hover, #cshero-header-navigation .main-navigation div.nav-menu > ul li a:focus {
            color: #21759b; }
    .collapse .main-navigation div.nav-menu > ul {
      display: block;
      max-height: 2000px; }
    #cshero-header #cshero-header-navigation .main-navigation {
      padding: 15px 0;
      /* Dropdown Sub Menu */ }
      #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
        display: none; }
        #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li {
          line-height: 31px; }
          #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li a {
            background: transparent;
            color: #999; }
      #cshero-header #cshero-header-navigation .main-navigation ul.sub-menu {
        width: 100% !important;
        margin: 0;
        padding-left: 20px; }
      #cshero-header #cshero-header-navigation .main-navigation li.current-menu-item > a, #cshero-header #cshero-header-navigation .main-navigation li.current-menu-parent > a, #cshero-header #cshero-header-navigation .main-navigation li.current-menu-ancestor > a {
        color: #fff !important; }
    .cs-menu-toggle {
      display: block;
      color: #999;
      cursor: pointer;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 30px;
      font-size: 18px;
      background-color: rgba(255, 255, 255, 0.03);
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      /* BACKGROUND GRADIENT */
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
      .cs-menu-toggle:before {
        display: none; }
      .cs-menu-toggle:hover {
        color: #fff; }
    #cshero-header-navigation .main-navigation .menu-main-menu > li {
      position: relative; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li li {
        position: relative; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li a {
        display: block;
        border-bottom: none;
        font-size: 16px;
        margin: 0 0 10px;
        text-transform: none; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li a:hover {
          color: #fff !important; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li ul li a {
        font-size: 15px; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        padding-left: 10px;
        -webkit-transition: max-height 600ms linear 0ms;
        -moz-transition: max-height 600ms linear 0ms;
        -ms-transition: max-height 600ms linear 0ms;
        transition: max-height 600ms linear 0ms; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open {
          max-height: 1000px; }
          #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle {
            background-color: rgba(255, 255, 255, 0.1); }
            #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle:before {
              content: "\f107"; }
    .vc_column_container > .vc_column-inner {
      padding-left: 15px !important;
      margin-bottom: 10px;
      padding-right: 15px !important; } }

@media screen and (max-width: 767px) {
  /*
-----> End Max width of 992 pixels.
*/
    #cshero-header-inner #cshero-header #cshero-header-logo {
      height: 100px;
      line-height: 100px; }
    #cshero-header-navigation {
      text-align: left; }
      #cshero-header-navigation.collapse {
        background: #222;
        position: absolute;
        top: 154px;
        width: 100%;
        left: 0; }
    .header-right-top {
      float: right;
      width: 100%;
      padding-top: 0;
      padding-bottom: 10px;
      padding-right: 15px; }
    #cshero-header #cshero-menu-mobile {
      display: block; }
      #cshero-header #cshero-menu-mobile i {
        top: 27px; }
        #cshero-header #cshero-menu-mobile i.cms-icon-menu {
          right: 15px; }
        #cshero-header #cshero-menu-mobile i:hover {
          background: #333; }
      #cshero-header #cshero-menu-mobile .page-popup-wrapper {
        position: static !important; }
        #cshero-header #cshero-menu-mobile .page-popup-wrapper .contact-page i {
          right: 125px;
          left: inherit; }
        #cshero-header #cshero-menu-mobile .page-popup-wrapper .search-page i {
          right: 70px; }
    #page-blog-listing #content {
      margin-bottom: 40px; }
    .header-2 #cshero-header-navigation.collapse {
      left: 0;
      top: 89px; } }

@media (max-width: 320px) {
  /* ==========================================================================
  End Style Main Menu
========================================================================== */
    #cshero-header #cshero-menu-mobile i {
      top: 100px; }
    #cshero-header-navigation.collapse {
      left: 0;
      top: 177px; }
    .header-2 #cshero-header-navigation.collapse {
      left: 0;
      top: 89px; } }

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot?-2irksn');
  src: url('../fonts/Roboto-Light.eot?#iefix-2irksn') format('embedded-opentype'), url('../fonts/Roboto-Light.ttf?-2irksn') format('truetype'), url('../fonts/fontawesome-webfont.svg?-2irksn#fontawesome-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
  /* 1.Blog */
  /* 2. Folow us */ }

.widget_cs_social {
  padding-bottom: 23px;
  /* 3. Search */ }
  .widget_cs_social .text-left {
    text-align: center; }
  .widget_cs_social .cs-social li {
    display: inline-block; }
  .widget_cs_social .cs-social li span {
    display: none; }
  .widget_cs_social .cs-social li a {
    border: 2px solid #595959;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    color: #595959;
    display: inline-block;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
    margin: 0px 29px 0 0;
    font-size: 14px;
    float: left; }
  .widget_cs_social .cs-social li a:hover {
    border: 2px solid #00aced;
    color: #00aced; }
  .widget_cs_social .cs-social li a i {
    line-height: 28px; }
  .widget_cs_social .cs-social li a i.fa-pinterest-p {
    font-size: 18px;
    line-height: 30px; }
  .widget_cs_social .cs-social li a i.fa-instagram, .widget_cs_social .cs-social li a i.fa-twitter {
    font-size: 15px; }
  .widget_cs_social .cs-social li:first-child a {
    margin-left: 0; }
  .widget_cs_social .cs-social li:last-child a {
    margin-right: 0; }

#sidebar .widget_search {
  margin-bottom: 30px; }
  #sidebar .widget_search .screen-reader-text {
    display: none; }
  #sidebar .widget_search .widget-title {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-bottom: 2px;
    margin-top: -3px; }
  #sidebar .widget_search .searchform {
    position: relative;
    width: 100%; }
  #sidebar .widget_search .searchform:after {
    content: "\e618";
    font-family: 'Pe-icon-7-stroke';
    position: absolute;
    right: 7px;
    top: 9px;
    font-size: 24px;
    color: #90c43e;
    cursor: pointer;
    line-height: 38px; }
  #sidebar .widget_search .searchform input[type='text'] {
    height: 38px;
    line-height: 38px;
    padding-right: 34px; }
  #sidebar .widget_search .searchform #searchsubmit {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 0;
    padding: 0;
    line-height: 38px;
    background-color: transparent;
    border: none;
    color: transparent;
    width: 34px;
    box-shadow: none;
    min-width: 1px;
    text-indent: 100px;
    overflow: hidden; }

.cshero-popup-search #searchform:before {
  font-size: 28px;
  right: 15px;
  top: 10px; }

.widget_product_search .woocommerce-product-search {
  position: relative; }
  .widget_product_search .woocommerce-product-search .screen-reader-text {
    display: none; }
  .widget_product_search .woocommerce-product-search .search-field {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #bdbdbd;
    border: #bdbdbd solid 1px;
    height: 40px;
    padding-right: 42px;
    border-radius: 0;
    padding: 2px 21px;
    font-size: 16px;
    margin-top: 0; }
  .widget_product_search .woocommerce-product-search button[type="submit"] {
    background-color: transparent;
    border: medium none;
    font-size: 0;
    max-width: 50px;
    position: absolute;
    right: 0;
    padding: 0 27px;
    min-width: auto;
    top: 0;
    height: 40px;
    box-shadow: none; }
  .widget_product_search .woocommerce-product-search button[type="submit"]:hover {
    background-color: transparent !important; }
  .widget_product_search .woocommerce-product-search:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 21px;
    top: 6px;
    font-size: 14px;
    color: #bdbdbd; }

.cms-error404 #searchform {
  max-width: 287px;
  margin: auto;
  /* 3. End Search */
  /* 4. Start Tags */ }

.widget_tag_cloud {
  /* 5. Start Recent Post */ }
  .widget_tag_cloud .tagcloud {
    padding: 0 20px 17px 20px;
    margin-bottom: 4px; }
  .widget_tag_cloud .tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 6px 2px 0px 0;
    padding: 0px 9px 0px 0;
    line-height: 34px;
    color: #fff !important;
    background-color: #90c43e;
    text-transform: capitalize; }
  .widget_tag_cloud .tagcloud a:before {
    background-color: #fff !important;
    margin-right: 9px;
    margin-left: 12px; }
  .widget_tag_cloud .tagcloud a:hover {
    background-color: #212121;
    border-color: #212121; }

#cms-recent-post .cms-recent-post li {
  margin-bottom: 27px; }
  #cms-recent-post .cms-recent-post li .cms-recent-details .title a {
    color: #151515;
    font-weight: bold; }
  #cms-recent-post .cms-recent-post li .cms-recent-details .title a:hover {
    color: #90c43e; }
  #cms-recent-post .cms-recent-post li .cms-recent-details .date {
    color: rgba(21, 21, 21, 0.6);
    line-height: 1;
    margin-top: -1px; }
  #cms-recent-post .cms-recent-post li .cms-recent-details .desc {
    color: #151515;
    margin-top: 14px; }

#sidebar #cms-recent-post .cms-recent-post li {
  margin-bottom: 23px; }
  #sidebar #cms-recent-post .cms-recent-post li .cms-recent-details .title a {
    font-weight: 400;
    color: #000; }
  #sidebar #cms-recent-post .cms-recent-post li:last-child {
    margin-bottom: 0; }
  #sidebar .widget_cs_social .cs-social {
    float: left;
    padding: 26px 20px 0px;
    width: 100%;
    text-align: center; }
  #sidebar .widget_cs_social .cs-social li a {
    margin-right: 27px; }
  #sidebar .widget_cs_social .cs-social li:last-child a {
    margin-right: 0px; }

#sidebar .widget_archive ul, #sidebar .widget_categories ul, #sidebar .widget_meta ul, #sidebar .widget_nav_menu ul, #sidebar .widget_pages ul, #sidebar .widget_product_categories ul, #sidebar .widget_recent_entries ul {
  padding-bottom: 20px; }
  #sidebar .widget_archive ul li, #sidebar .widget_categories ul li, #sidebar .widget_meta ul li, #sidebar .widget_nav_menu ul li, #sidebar .widget_pages ul li, #sidebar .widget_product_categories ul li, #sidebar .widget_recent_entries ul li {
    line-height: 30px; }
  #sidebar .widget_archive ul li a, #sidebar .widget_categories ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_pages ul li a, #sidebar .widget_product_categories ul li a, #sidebar .widget_recent_entries ul li a {
    color: rgba(0, 0, 0, 0.6); }
  #sidebar .widget_archive ul li a:hover, #sidebar .widget_categories ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_pages ul li a:hover, #sidebar .widget_product_categories ul li a:hover, #sidebar .widget_recent_entries ul li a:hover {
    color: #90c43e; }
  #sidebar .widget_archive ul ul.children, #sidebar .widget_categories ul ul.children, #sidebar .widget_meta ul ul.children, #sidebar .widget_nav_menu ul ul.children, #sidebar .widget_pages ul ul.children, #sidebar .widget_product_categories ul ul.children, #sidebar .widget_recent_entries ul ul.children {
    padding-bottom: 0; }
  #sidebar .widget_archive ul ul, #sidebar .widget_categories ul ul, #sidebar .widget_meta ul ul, #sidebar .widget_nav_menu ul ul, #sidebar .widget_pages ul ul, #sidebar .widget_product_categories ul ul, #sidebar .widget_recent_entries ul ul {
    padding-bottom: 0 !important; }
  #sidebar .widget_rss a {
    color: #000; }
  #sidebar .widget_rss a:hover {
    color: #90c43e; }

.widget_nav_menu .widget-title {
  margin: 0 0 15px; }
  .widget_nav_menu li.current-menu-item > a {
    color: #90c43e; }
  .widget_nav_menu ul.sub-menu {
    margin-left: -5px !important; }

.widget_calendar.slidingbar-widget-col {
  margin-top: 60px; }
  .widget_calendar #wp-calendar {
    position: relative; }
  .widget_calendar #wp-calendar caption {
    background-color: #90c43e;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 0;
    text-align: center; }
  .widget_calendar #wp-calendar thead {
    background-color: #212121;
    color: #fff; }
  .widget_calendar #wp-calendar thead th {
    font-weight: 700;
    text-align: center;
    color: #fff; }
  .widget_calendar #wp-calendar thead tr th:first-child {
    padding-left: 20px; }
  .widget_calendar #wp-calendar thead tr th:last-child {
    padding-right: 20px; }
  .widget_calendar #wp-calendar tbody {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
  .widget_calendar #wp-calendar tbody td {
    font-weight: 300;
    text-align: center;
    padding: 0;
    border-top: none; }
  .widget_calendar #wp-calendar tbody td a {
    font-weight: 700;
    color: #90c43e; }
  .widget_calendar #wp-calendar tbody td a:hover {
    color: #212121; }
  .widget_calendar #wp-calendar tbody tr td:first-child {
    padding-left: 20px; }
  .widget_calendar #wp-calendar tbody tr td:last-child {
    padding-right: 20px; }
  .widget_calendar #wp-calendar tbody tr:first-child td {
    padding-top: 12px; }
  .widget_calendar #wp-calendar tbody tr:last-child td {
    padding-bottom: 12px; }
  .widget_calendar #wp-calendar tfoot {
    border: medium none; }
  .widget_calendar #wp-calendar tfoot td {
    padding: 0;
    border: none;
    height: 60px;
    position: absolute;
    top: 0;
    left: 15px; }
  .widget_calendar #wp-calendar tfoot td#prev a {
    font-size: 0;
    width: 15px;
    display: inline-block; }
  .widget_calendar #wp-calendar tfoot td#prev a:before {
    color: #fff;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 60px; }
  .widget_calendar #wp-calendar tfoot td#next {
    left: inherit;
    right: 15px;
    width: 15px;
    display: inline-block; }
  .widget_calendar #wp-calendar tfoot td#next a {
    font-size: 0; }
    .widget_calendar #wp-calendar tfoot td#next a:before {
      color: #fff;
      content: "\f105";
      font-family: FontAwesome;
      font-size: 16px;
      line-height: 60px; }

.widget_newsletterwidget .tnp-widget {
  margin-top: 12px; }
  .widget_newsletterwidget form {
    float: left;
    width: 100%;
    margin-top: 13px; }
  .widget_newsletterwidget form div {
    float: left;
    max-width: 363px;
    width: 50%; }
  .widget_newsletterwidget form label {
    display: none; }
  .widget_newsletterwidget form .tnp-email {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 3px solid #90c43e !important;
    height: 39px !important;
    line-height: 29px !important;
    background-color: transparent !important;
    border-radius: 0;
    color: #fff;
    max-width: 363px;
    margin: 0;
    border-right: none !important;
    width: 100% !important;
    padding: 2px 14px !important; }
  .widget_newsletterwidget form .tnp-submit {
    height: 39px !important;
    background-color: #90c43e !important;
    font-weight: 700;
    font-size: 14px;
    min-width: auto;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-radius: 0;
    line-height: 37px !important;
    text-transform: uppercase;
    padding: 0 31px !important;
    width: auto !important;
    border: 1px solid #90c43e !important; }
  .widget_newsletterwidget form .tnp-submit:hover {
    background-color: #90c43e;
    border-color: #90c43e; }

.style1 .widget_newsletterwidget .tnp-widget {
  margin-top: 0px; }
  .style1 .widget_newsletterwidget form {
    max-width: 370px;
    position: relative;
    margin-top: 12px; }
  .style1 .widget_newsletterwidget form:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: auto;
    line-height: 42px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'send';
    position: absolute;
    top: 0;
    right: 25px;
    color: #000;
    z-index: 1; }
  .style1 .widget_newsletterwidget form div {
    width: calc(100% - 40px); }
  .style1 .widget_newsletterwidget form div:last-child {
    width: 40px; }
  .style1 .widget_newsletterwidget form .tnp-email {
    background-color: transparent !important;
    color: #fff;
    border: #fff solid 2px !important;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 2px 11px !important;
    font-size: 13px;
    border-right: none !important;
    line-height: 34px !important;
    height: 42px !important;
    width: 100% !important;
    -webkit-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important; }
  .style1 .widget_newsletterwidget form .tnp-submit {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background: transparent !important;
    border: #fff solid 2px !important;
    border-left: 0 !important;
    height: 42px !important;
    width: 40px !important;
    padding: 0 !important;
    text-indent: 100px;
    overflow: hidden;
    position: relative;
    z-index: 5; }

.style2 .widget_newsletterwidget {
  text-align: center; }
  .style2 .widget_newsletterwidget .tnp-widget {
    margin-top: 0px; }
  .style2 .widget_newsletterwidget form {
    position: relative;
    margin-top: 12px;
    float: none;
    display: inline-block;
    width: auto; }
  .style2 .widget_newsletterwidget form:after {
    display: none; }
  .style2 .widget_newsletterwidget form div {
    width: auto; }
  .style2 .widget_newsletterwidget form .tnp-email {
    background-color: rgba(255, 255, 255, 0.87) !important;
    border: #3e3e3e solid 2px !important;
    line-height: 1 !important;
    padding: 4px 11px !important;
    font-size: 13px;
    height: 55px !important;
    border-radius: 5px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.025em;
    color: #212121 !important;
    width: 397px !important;
    max-width: 100%;
    -webkit-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important; }
  .style2 .widget_newsletterwidget form .tnp-email:hover, .style2 .widget_newsletterwidget form .tnp-email:focus {
    border-color: #90c43e !important; }
  .style2 .widget_newsletterwidget form .tnp-submit {
    border: #212121 solid 2px !important;
    border-radius: 5px;
    height: 55px !important;
    width: auto !important;
    margin-left: 5px;
    text-indent: 0px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    font-size: 22px;
    line-height: 55px !important;
    padding: 0 15px !important;
    letter-spacing: 0.035em;
    color: #212121 !important;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.87) !important; }
  .style2 .widget_newsletterwidget form .tnp-submit:hover, .style2 .widget_newsletterwidget form .tnp-submit:focus {
    border-color: #90c43e !important;
    color: #90c43e !important; }

.ft_flickr_widget {
  overflow: hidden; }

.style3 .widget_newsletterwidget form {
  width: auto;
  float: right; }
  .style3 .widget_newsletterwidget form div {
    width: auto; }
  .style3 .widget_newsletterwidget form .tnp-email {
    border: 1px solid #82b236 !important;
    height: 49px !important;
    line-height: 49px !important;
    background-color: transparent !important;
    border-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: rgba(255, 255, 255, 0.55);
    max-width: 100%;
    width: 280px !important;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.035em;
    font-size: 13.02px;
    padding: 2px 14px !important;
    border-right: none !important;
    -webkit-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important; }
  .style3 .widget_newsletterwidget form .tnp-email:hover, .style3 .widget_newsletterwidget form .tnp-email:focus {
    border-color: #749f30 !important; }
  .style3 .widget_newsletterwidget form .tnp-submit {
    height: 49px !important;
    background-color: #90c43e !important;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    line-height: 49px !important;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    padding: 0 32px !important;
    border: #82b236 solid 1px !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2);
    width: auto !important; }
  .style3 .widget_newsletterwidget form .tnp-submit:hover, .style3 .widget_newsletterwidget form .tnp-submit:focus {
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: #749f30 !important;
    text-shadow: none; }

.style4 .widget_newsletterwidget form {
  width: auto;
  float: none;
  display: inline-block; }
  .style4 .widget_newsletterwidget form div {
    width: auto;
    margin-bottom: 0; }
  .style4 .widget_newsletterwidget form .tnp-email {
    border: 1px solid #4b4b4b !important;
    height: 30px !important;
    line-height: 30px !important;
    background-color: rgba(66, 66, 66, 0.8) !important;
    border-radius: 3px;
    color: #6d6d6d;
    max-width: 100%;
    width: 280px !important;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.035em;
    font-size: 12px;
    border-right: none !important;
    padding: 2px 14px !important; }
  .style4 .widget_newsletterwidget form .tnp-submit {
    height: 30px !important;
    background-color: #90c43e !important;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    line-height: 30px !important;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    padding: 0 18px !important;
    border: #90c43e;
    border-radius: 3px;
    text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.2);
    min-width: 85px;
    width: auto !important;
    margin-left: 8px;
    border: 1px solid #90c43e !important; }

.style5 {
  /* 5. Recent Post */ }
  .style5 .widget_newsletterwidget form {
    width: auto;
    float: none;
    display: inline-block;
    margin-left: 35px;
    margin-top: 40px; }
  .style5 .widget_newsletterwidget form div {
    width: 100%;
    margin-bottom: 0; }
  .style5 .widget_newsletterwidget form input::-webkit-input-placeholder, .style5 .widget_newsletterwidget form textarea::-webkit-input-placeholder {
    font: inherit;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .style5 .widget_newsletterwidget form .tnp-email {
    border: none !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    color: #212121;
    line-height: 16px !important;
    max-width: 360px;
    height: auto !important;
    margin: 0;
    letter-spacing: 0.035em;
    display: block;
    padding: 20px 0 7px !important;
    border-bottom: solid 2px #577725 !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #577725 4%) !important;
    background-position: -1000px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    resize: none;
    overflow: hidden;
    width: 100% !important; }
  .style5 .widget_newsletterwidget form .tnp-email:focus::-webkit-input-placeholder {
    color: #90c43e; }
  .style5 .widget_newsletterwidget form .tnp-email:focus {
    box-shadow: none;
    outline: none;
    background-position: 0 0; }
  .style5 .widget_newsletterwidget form .tnp-email:focus::-webkit-input-placeholder {
    font-size: 0.8em;
    transform: translateY(-20px);
    visibility: visible !important;
    opacity: 1;
    color: #90c43e; }
  .style5 .widget_newsletterwidget form .tnp-submit {
    height: 50px !important;
    background-color: #749f30 !important;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 50px !important;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    padding: 0 18px !important;
    border-radius: 0px;
    min-width: 190px;
    width: auto !important;
    margin-left: 0px;
    margin-top: 42px;
    border: 1px solid #90c43e !important; }

.widget_recent_entries li, .widget_recent_comments li {
  padding: 15px 0 0px;
  border-top: 1px solid #f5f4f4;
  position: relative;
  display: -webkit-flex;
  line-height: 30px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .widget_recent_entries li:first-child, .widget_recent_comments li:first-child {
    border-top: none;
    padding-top: 0; }
  .widget_recent_entries li:first-child:before, .widget_recent_comments li:first-child:before {
    top: 10px; }
  .widget_recent_entries li .post-date, .widget_recent_comments li .post-date {
    color: #90c43e;
    display: block;
    order: -1; }

.widget_recent_comments li {
  display: inline-block; }
  .widget_recent_comments li a {
    color: #212121; }
  .widget_recent_comments li a:hover {
    color: #90c43e; }

.widget_recent_comments .comment-author-link {
  display: block; }

.widget_rss .rsswidget {
  display: block; }
  .widget_rss .rss-date {
    font-style: italic; }
  .widget_rss .rssSummary {
    padding-top: 12px; }
  .widget_rss li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 20px; }

#sidebar .widget > label {
  padding: 17px 23px 0px; }
  #sidebar .widget > select {
    margin: 0 23px 20px;
    width: calc(100% - 46px); }

.widget select option {
  max-width: 300px; }

.post-password-form [type="password"] {
  margin-bottom: 10px; }

.attorney-download a {
  display: block;
  border: 2px solid #eee;
  padding: 13px 13px 13px 60px;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: normal;
  font-family: Raleway;
  font-weight: 600;
  /* 6. About us */ }
  .attorney-download a i {
    position: absolute;
    bottom: -7px;
    left: 13px;
    background-color: #90c43e;
    color: #fff;
    font-size: 24px;
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    -webkit-border-radius: 2px 2px 2px 0;
    -khtml-border-radius: 2px 2px 2px 0;
    -moz-border-radius: 2px 2px 2px 0;
    -ms-border-radius: 2px 2px 2px 0;
    -o-border-radius: 2px 2px 2px 0;
    border-radius: 2px 2px 2px 0;
    /* BACKGROUND GRADIENT */ }
  .attorney-download a i:after {
    height: 0;
    width: 0;
    left: 0;
    bottom: -8px;
    position: absolute;
    border-style: solid;
    border-width: 4px;
    border-color: #90c43e transparent transparent #90c43e;
    content: ""; }
  .attorney-download a:hover {
    border-color: #90c43e; }
  .attorney-download a + a {
    margin-top: 32px; }

.main-sidebar-2 {
  /*gallery photo*/ }
  .main-sidebar-2 .widget_text .about-us {
    padding: 0 23px; }
  .main-sidebar-2 .widget_text .about-us img {
    margin-bottom: 13px; }

.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider {
  margin: 0;
  border: none;
  box-shadow: none;
  float: left;
  height: auto !important;
  position: static;
  display: block;
  overflow: visible; }
  .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul {
    margin-left: -3.5px;
    margin-right: -2.5px;
    margin-top: 3px;
    margin-bottom: 12px; }
  .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul li {
    float: left !important;
    width: 50% !important;
    margin: 0 !important;
    padding: 3.5px 4.5px;
    opacity: 1 !important;
    display: inline-block; }
  .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul li img {
    height: 71px; }
  .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider .flex-control-nav, .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider .flex-direction-nav {
    display: none; }

#sidebar.main-sidebar-3 aside {
  float: left;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin-bottom: 23px; }
  #sidebar.main-sidebar-3 aside .widget-title {
    padding: 0;
    background: none;
    border-bottom: 2px solid #e7e7e7;
    margin: 0;
    box-shadow: none;
    font-size: 13px;
    color: #000;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 24px; }
  #sidebar.main-sidebar-3 aside .widget-title span {
    position: relative;
    padding: 0 19px 0 10px;
    display: inline-block; }
  #sidebar.main-sidebar-3 aside .widget-title span:after {
    content: '';
    background: #90c43e;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget .tnp-widget {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget form div {
    width: 60%; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget form div.tnp-field-button {
    width: 30%; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget form .tnp-submit {
    padding: 0 15px !important; }
  #sidebar.main-sidebar-3 .widget_tag_cloud .tagcloud {
    padding: 0 !important;
    margin-top: -8px; }
  #sidebar.main-sidebar-3 .widget_tag_cloud .tagcloud a {
    display: inline-block;
    font-size: 12px !important;
    margin: 8px 5px 0px 0;
    padding: 0px 10px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.78) !important;
    font-weight: 500;
    background: none;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    border: #90c43e solid 2px;
    border-radius: 4px; }
  #sidebar.main-sidebar-3 .widget_tag_cloud .tagcloud a:before {
    display: none; }
  #sidebar.main-sidebar-3 .widget_tag_cloud .tagcloud a:hover {
    background: #90c43e;
    color: #fff !important; }
  #sidebar.main-sidebar-3 .widget_search {
    margin-bottom: 68px; }
  #sidebar.main-sidebar-3 .widget_search .searchform input[type='text'] {
    border: 1px solid #bdbdbd;
    height: 40px;
    border-radius: 1px;
    font-size: 16px;
    color: #bdbdbd;
    line-height: 34px; }
  #sidebar.main-sidebar-3 .widget_search .searchform input::-webkit-input-placeholder {
    color: #bdbdbd !important; }
  #sidebar.main-sidebar-3 .widget_search .searchform input:-moz-placeholder {
    color: #bdbdbd !important;
    opacity: 1; }
  #sidebar.main-sidebar-3 .widget_search .searchform input::-moz-placeholder {
    color: #bdbdbd !important;
    opacity: 1; }
  #sidebar.main-sidebar-3 .widget_search .searchform input:-ms-input-placeholder {
    color: #bdbdbd !important; }
  #sidebar.main-sidebar-3 .widget_search .searchform #searchsubmit {
    height: 40px; }
  #sidebar.main-sidebar-3 .widget_search .searchform:after {
    font-size: 22px;
    color: #bdbdbd;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 22px;
    height: auto;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'search';
    overflow: hidden; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.025em;
    font-weight: 500;
    color: #616161;
    margin-top: 11px; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget .widget-title {
    margin-bottom: 21px; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget {
    margin-top: 16px;
    padding: 0 !important;
    float: left; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form .newsletter-email {
    border: 2px solid #90c43e;
    height: 46px;
    line-height: 38px;
    background-color: transparent;
    border-radius: 0;
    color: #bdbdbd;
    max-width: 363px;
    margin: 0;
    border-right: none;
    font-size: 13px;
    font-weight: 500;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form .newsletter-submit {
    height: 46px;
    background-color: #90c43e;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    min-width: 107px;
    border-radius: 0;
    line-height: 37px;
    text-transform: uppercase;
    padding: 0 9px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form p {
    width: calc(100% - 107px); }
  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form p:last-child {
    width: 107px; }

.cms-feature-post {
  float: left;
  position: relative;
  display: block;
  padding: 0 !important; }
  .cms-feature-post .cms-feature-post-wrapper {
    height: 378px;
    width: calc(100% - 3px) !important; }
  .cms-feature-post .cms-feature-post-wrapper li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 24px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    background: #fff; }
  .cms-feature-post .cms-feature-post-wrapper li .cms-feature-post-inner {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    float: left;
    width: 100%;
    border-radius: 3px; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-media {
    float: left;
    width: 100px;
    height: 100px; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-media img {
    max-height: 100px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-details {
    width: calc(100% - 100px);
    float: right; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-details .cms-recent-details-inner {
    padding: 9px 20px 7px 18px;
    width: 100%;
    float: left;
    min-height: 100px; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-details .title {
    font-size: 12px;
    color: #212121;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-weight: 500;
    margin-bottom: 2px; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-details .title a {
    color: #212121; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-details .title a:hover {
    color: #90c43e; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-details .date {
    font-size: 9px;
    color: #212121;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-weight: 500; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-details a.readmore {
    font-size: 12px;
    color: #212121;
    line-height: 18px;
    margin-top: 11px;
    float: left;
    display: block;
    letter-spacing: 0.035em;
    font-weight: 500;
    text-transform: uppercase; }
  .cms-feature-post .cms-feature-post-wrapper .cms-recent-details a.readmore:hover {
    color: #90c43e; }
  .cms-feature-post .cms-feature-post-wrapper + div {
    left: inherit !important;
    right: 0px;
    top: 0 !important;
    height: 100% !important; }
  .cms-feature-post .cms-feature-post-wrapper + div .enscroll-track {
    background-color: #e0e0e0;
    width: 8px;
    border-radius: 0px;
    height: 100% !important; }
  .cms-feature-post .cms-feature-post-wrapper + div .enscroll-track .vertical-handle {
    background-color: #757575;
    width: 8px;
    border-radius: 4px;
    left: 0; }

.vc_wp_search .widget_search div {
  display: flex;
  flex-wrap: nowrap; }

#sidebar .widget_block .wp-block-group {
  padding: 0; }
  #sidebar .widget_block .wp-block-group h2 {
    font-family: Roboto;
    line-height: 24px;
    color: #000;
    font-size: 18px;
    padding: 17px 20px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    -webkit-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
    -moz-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
    -ms-box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95);
    box-shadow: 0px 2px 3px rgba(246, 246, 246, 0.95); }
  #sidebar .widget_block .wp-block-group .wp-block-latest-posts {
    padding: 17px 23px 20px; }
  #sidebar .widget_block .wp-block-group .wp-block-latest-posts li {
    display: flex;
    line-height: 30px; }
  #sidebar .widget_block .wp-block-group .wp-block-latest-posts li a {
    color: rgba(0, 0, 0, 0.6); }
    #sidebar .widget_block .wp-block-group .wp-block-latest-posts li a:hover {
      color: #90c43e; }
    #sidebar .widget_block .wp-block-group .wp-block-latest-comments {
      padding: 17px 23px 20px;
      margin: 0; }
  #sidebar .widget_block .wp-block-group .wp-block-latest-comments li {
    line-height: 30px; }
  #sidebar .widget_block .wp-block-group .wp-block-latest-comments li a {
    color: #212121; }
    #sidebar .widget_block .wp-block-group .wp-block-latest-comments li a:hover {
      color: #90c43e; }
  #sidebar .widget_block .wp-block-group .wp-block-latest-comments footer {
    background-color: transparent;
    float: none; }
  #sidebar .widget_block.widget_search .wp-block-search__label {
    font-family: Roboto;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    margin-bottom: 17px; }
  #sidebar .widget_block.widget_search .wp-block-search__input {
    margin: 0; }
  #sidebar .widget_block.widget_search .wp-block-search__button {
    padding: 0 10px;
    height: auto;
    line-height: 1;
    width: auto;
    min-width: auto; }

@media screen and (max-width: 1601px) {
  .cms_carousel--layout-team5 .cms-team-item.slick-active ~ .slick-slide:not(.slick-active) {
    opacity: 0.3; } }

@media screen and (min-width: 1200px) {
  body .cs-boxed {
    margin: auto;
    width: 1200px; }

  .md-modal.md-show {
    min-width: 1168px; }

  .cms-testimonial-layout1 .owl-controls .owl-nav {
    bottom: -4px;
    position: absolute;
    right: 0; }

  .modal.fade .modal-dialog {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ } }

@media (min-width: 1200px) and (max-width: 1280px) {
  .style5 .widget_newsletterwidget form {
    margin-top: 0; }

  span.md-close {
    margin-top: 36px; } }

@media (max-width: 1200px) {
  .template-cms_grid--product-great .cms-grid {
    background: #fff; }

  footer #cshero-footer-top .footer-top-2-inner {
    padding: 0 0px; }

  #page-blog-listing.page-blog-listing2 #primary #content {
    padding-right: 0px; }

  #page-blog-listing .entry-blog-right .entry-blog-right-inner .entry-header {
    padding-right: 0px; }

  #page-blog-listing.page-blog-listing2.sidebar-left-active #primary #content {
    padding-left: 0px;
    padding-right: 0px; }

  .page-blog-masonry #primary > #content {
    padding-right: 0; }

  .page-blog-standard #primary #content, .page-blog-standard .paging-navigation {
    padding-right: 0px; }

  .cms-testimonial-layout3-wrap {
    display: inline-block;
    width: 100%;
    float: left; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .modal-body {
    padding: 0px 50px 58px; }

  .vc_wp_search .searchform input[type='text'] {
    max-width: 67%; }

  .custom-row-image {
    left: 0;
    -webkit-width: -webkit-calc(50% - 15px);
    -moz-width: -moz-calc(50% - 15px);
    width: calc(50% - 15px); }

  .row-image-holder {
    bottom: 30px;
    left: 30px;
    right: 45px;
    top: 30px; }

  .cms-pricing-layout1 .cms-pricing-item {
    margin-bottom: 30px; }

  #cshero-menu-mobile {
    display: none !important; }

  .modal.fade .modal-dialog {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  footer #cshero-footer-top .footer-top-2-inner {
    padding: 0 0px; }

  .template-cms_carousel--layout-team .cms-grid-team-content .description {
    width: 95%; }

  .cms-fancyboxes-deault .cms-fancybox-item .cms-fancybox-item-inner {
    position: static;
    width: 100%; }

  .cms-fancyboxes-deault .cms-fancybox-item {
    position: relative;
    padding: 15px; }

  .cms-fancyboxes-deault .cms-fancybox-item .fancybox-right, .cms-fancyboxes-deault .cms-fancybox-item .fancybox-left {
    float: left;
    width: 100%; }

  .metis .tp-bullet {
    display: none; }

  .template-cms_carousel--layout-testimonial .content span.right-quote {
    right: 0; }

  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
    padding-right: 0; }

  input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]select {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 1; }

  #sidebar .widget_cs_social .cs-social li a {
    margin-right: 12px; }

  .pr-single-product .quantity-wrap input[type="number"] {
    line-height: 1; }

  #sidebar .widget_search .searchform input[type='text'] {
    line-height: 1; }

  .single-post-wrap {
    padding-bottom: 30px; }

  #page-blog-listing {
    padding: 62px 0 50px; }

  .vc_column_container > .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .vc_row.column-no-padding .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .vc_row.column-no-padding .vc_column-inner .wpb_row {
      margin-left: 0PX !important; }
      .vc_row.column-no-padding .vc_column-inner .wpb_row .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important; }

  .template-cms_carousel--layout-blog .cms-carousel-item img {
    min-height: 471px; }

  .wpcf7-form {
    margin-left: 0; }

  .vc_empty_space {
    height: 50px !important; }

  .media .media-left {
    margin-bottom: 10px; }

  .cms-social-page a {
    margin-top: 13px; }

  .pp_content .pp_expand {
    display: none !important; }

  .entry-content > .vc_row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none !important; }

  .vc_column_container > .vc_column-inner {
    border: none !important; }

  footer#footer-layout1 #cshero-footer-top .container {
    padding: 0 136px; }

  .entry-content > .wpb_row .wpb_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .wpcf7-form.style1 p input[type='submit'] {
    margin-top: 73px; }

  .form-register .modal-body {
    padding: 0px 100px 58px 52px; }

  .pt-single-recipe .woocommerce-tabs-related {
    margin-left: 0; }

  #page-recipe #primary {
    padding-left: 0;
    padding-right: 0px; }

  .cms_recipe-meta .cms-product-layout {
    padding-right: 15px; }

  #yith-wcwl-popup-message + .md-modal .vc_row {
    padding-bottom: 40px; }
    #yith-wcwl-popup-message + .md-modal .vc_column_container > .vc_column-inner {
      padding-right: 53px !important;
      padding-left: 53px !important; }

  .template-cms_grid--layout-timeline .cms-grid-left {
    width: 39%; }

  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a {
    padding: 4.5px 48px;
    min-width: auto; }

  .vc_pie_chart.style2 + .vc_sep_width_10 {
    width: 4% !important; }

  .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
    border: #424242 solid 44px !important; }

  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form p:last-child {
    width: 92px; }

  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form .newsletter-submit {
    min-width: 92px;
    padding: 0 20px; }

  .contact2 .box-shadow1 {
    box-shadow: none; }

  #page-recipe .item-post .menu_product_meta .item_product_meta {
    display: inline-block;
    max-width: 30%;
    padding: 0px 5px; } }

@media screen and (max-width: 991px) {
  .wpcf7-form {
    margin-left: 0; }

  .title-tablet {
    font-size: 300% !important; }

  .text-center-md {
    text-align: center; }
    .text-center-md * {
      text-align: center !important; }
    .text-center-md .cart-contents {
      float: none !important; }

  body > div > div > .container, #cs-header > .container {
    width: 100% !important; }

  .container {
    width: 100%;
    /* ==========================================================================
      Header Mobile
  ========================================================================== */ }

  body #cshero-header {
    position: static !important; }
    body #cshero-header > .container {
      position: relative;
      z-index: 99; }
    body #cshero-header .cshero-header-search {
      right: 70px; }

  #cshero-header-navigation {
    display: none; }

  #cshero-header-navigation.collapse {
    display: block;
    /* ==========================================================================
     End Header Mobile
  ========================================================================== */ }

  #cshero-footer-top {
    /* Footer Top */ }
    #cshero-footer-top [class^="col-"] {
      margin-bottom: 30px; }

  body footer #cshero-footer-top .footer-top-3 ul.social-footer {
    right: 15px;
    /* Media Body */ }

  body .media .media-body {
    padding-left: 17px;
    /* Social */ }

  body .template-cms_carousel--layout-team .cms-grid-team-content .cms-team-social a {
    margin: 0 8px 0 0; }

  footer #cshero-footer-top .footer-top-2-inner {
    padding: 0px; }

  .metis .tp-bullet {
    display: none; }

  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
    padding-right: 0; }

  .template-cms_fancybox_single--layout1 .cms-fancybox-item .content-center {
    padding: 0; }

  input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 1; }

  .entry-content > .vc_row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none !important; }

  .pr-single-product .quantity-wrap input[type="number"] {
    line-height: 1; }

  #sidebar .widget_search .searchform input[type='text'] {
    line-height: 1; }

  .single-post-wrap {
    padding-bottom: 40px; }

  .home .header-right-top .login-wrap {
    margin-bottom: 0; }

  .header-right-top .login-wrap {
    margin-bottom: 10px; }

  .entry-content > .wpb_row.margin-column {
    margin-bottom: 30px !important; }

  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:before {
    top: -4px; }

  p.return-to-shop {
    margin-bottom: 41px; }

  #comments .comment-list li .comment-author-image img {
    margin-left: 0;
    width: auto; }

  .comment-form-author, .comment-form-email, .comment-form-comment {
    width: 100%;
    padding: 0; }

  .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: none !important;
    margin-bottom: 0; }

  .vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .entry-content > .wpb_row .wpb_row {
    border: none !important; }

  #cshero-header-top.header-top2 .header-right-top {
    padding-right: 15px;
    padding-bottom: 0; }

  .header-2 #cshero-header-navigation.collapse {
    left: 0;
    top: 89px; }

  .cms-counter-wraper {
    margin-bottom: 30px; }

  #yith-wcwl-popup-message + .md-modal .vc_row {
    padding-bottom: 40px; }
    #yith-wcwl-popup-message + .md-modal .custom-row-image {
      display: block !important; }
    #yith-wcwl-popup-message + .md-modal .vc_column_container > .vc_column-inner {
      padding-right: 53px !important;
      padding-left: 53px !important; }
    #yith-wcwl-popup-message + .md-modal .style5 .widget_newsletterwidget form .newsletter-email {
      width: 300px; }

  .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
    border: #424242 solid 42px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .template-cms_fancybox_single--layout5 .cms-fancyboxes-body {
    min-height: 257px; }

  .rev_slider_wrapper .btn-slider {
    display: none; }

  .modal.fade .modal-dialog {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  .template-cms_grid--layout-3columns .cms-grid-filter .cms-filter-category li {
    padding-right: 3px;
    margin-bottom: 15px; }

  .cms-progress-layout1 .cms-progress-item-wrap .cms-progress {
    max-width: 80%; }

  .vc_tta.vc_general .vc_tta-panel-title span {
    font-size: 27px;
    line-height: 30px; }

  .template-cms_grid--layout-pricing .cms-grid .cms-grid-item {
    margin-bottom: 30px; }
    .template-cms_grid--layout-pricing .cms-grid .cms-grid-item:last-child {
      margin-bottom: 0; }

  #cshero-header-inner #cshero-header.header-fixed {
    box-shadow: none; }

  .template-cms_carousel--layout-testimonial .content span.right-quote {
    right: 0; }

  .cms-grid-filter .cms-filter-category {
    width: 100%;
    float: left;
    text-align: center; }

  #sidebar .widget_cs_social .cs-social li a {
    margin-right: 13px; }

  .template-cms_fancybox_single--layout2 .content-right {
    padding-left: 30px;
    padding-right: 0; }

  .template-cms_carousel--layout-team .cms-grid-team-content .description {
    width: 93%; }

  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
    min-height: 45px; }

  .entry-content .searchform input[type='text'] {
    max-width: 214px; }

  .vc_tta.vc_general .vc_tta-panel-title span:before {
    top: 12px;
    left: -40px; }

  .vc_tta.vc_general .vc_tta-panel-title span:after {
    top: 19px;
    left: -47px; }

  #header-main-right {
    position: static;
    float: right; }

  .rev_slider_wrapper .rev-btn {
    padding: 6px 30px 10px !important;
    font-size: 21px; }

  #comments .comment-list li .comment-author-image {
    padding-left: 10px; }

  #comments .comment-list li ul.children li {
    padding-left: 20px; }

  .comment-awaiting-moderation {
    display: block;
    margin-left: 23%; }

  #comments .comment-list li ul.children {
    padding-left: 0; }

  .widget_calendar #wp-calendar caption {
    font-size: 18px; }

  .widget_calendar #wp-calendar tfoot td {
    top: -5px; }

  .cms-social-page a {
    margin-top: 13px; }

  .pp_content .pp_expand {
    display: none !important; }

  .template-cms_grid--product-layout1 .grid-item .cms-grid-media {
    height: 259px; }

  .template-cms_grid--product-layout2 .cms-grid-item .cms-grid-product .cms-grid-product-inner img {
    width: 100%; }

  footer#footer-layout1 #cshero-footer-top .container {
    padding: 0 122px; }

  .entry-content > .wpb_row .wpb_row {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .modal-content-left {
    display: none; }

  .modal-content-right {
    width: 100%; }

  .form-register .modal-dialog {
    width: 585px; }

  .page-blog-standard .entry-blog .entry-header, .page-blog-standard .entry-blog .entry-content {
    padding: 0 20px; }

  .page-blog-standard .entry-blog .entry-meta {
    padding: 0 20px; }

  .page-blog-standard .entry-blog .content-bottom {
    padding-top: 32px; }

  .page-blog-standard .entry-blog .content-bottom .blog-tags {
    margin-top: 14px; }

  .template-cms_grid--product-great .cms-grid-filter ul li a span {
    padding: 0 28px; }

  .style3 .widget_newsletterwidget form .newsletter-email {
    border-right: 1px solid #90c43e;
    border-radius: 4px; }

  .style3 .widget_newsletterwidget form .newsletter-submit {
    border-radius: 4px; }

  .pt-single-recipe .single-recipe-wrap .entry-blog {
    margin-left: 0; }

  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share {
    right: 77px; }

  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content .tab-pane > div {
    margin-left: 50px; }

  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom {
    position: absolute;
    bottom: 24px;
    right: 26px; }

  .pt-single-recipe .woocommerce-tabs-related {
    margin-left: 0; }

  .pt-single-recipe .cms-recipe .row .item-post .content-overlay {
    display: none; }

  .pt-single-recipe .cms-recipe .row .item-post:hover .item-inner > h3.title {
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  .pt-single-recipe .cms-recipe .row .item-post:hover .item-inner > .subtitle {
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  .related-recipe-wrap .item-post h5 {
    bottom: -63px; }

  .related-recipe-wrap .item-post:hover .item-inner > h3.title {
    -webkit-transform: translate3d(0, -62px, 0);
    -khtml-transform: translate3d(0, -62px, 0);
    -moz-transform: translate3d(0, -62px, 0);
    -ms-transform: translate3d(0, -62px, 0);
    -o-transform: translate3d(0, -62px, 0);
    transform: translate3d(0, -62px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  .woocommerce .woocommerce-style-1 .pr-single-product .cms-recipe .row .item-post .menu_product_meta {
    display: none; }

  footer#footer-layout3 #cshero-footer-top .footer-top-2-inner {
    padding-left: 0; }

  #page-recipe #primary {
    padding-left: 0px;
    padding-right: 0px; }

  #page-recipe .item-post .content-layout-list .recipe-list-image {
    width: 100%; }

  #page-recipe .item-post .content-layout-list .recipe-list-content {
    width: 100%;
    padding: 0 15px 20px; }

  #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-left, #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right {
    width: 100%; }

  #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right .menu_product_meta, #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right {
    text-align: left; }

  .cms_recipe-meta .cms-product-layout {
    padding-right: 15px; }

  #page-recipe #primary {
    padding-left: 0;
    padding-right: 0px; }

  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item {
    margin-right: 90px; }

  .span-contact + .span-contact {
    margin-left: 0;
    margin-top: 20px; }

  .template-cms_grid--layout-timeline .cms-grid-left {
    width: 35%; }

  .cms-gallery-layout1 .item2, .cms-gallery-layout1 .item3, .cms-gallery-layout1 .item4 {
    height: 200px; }

  .w50 .w50 {
    width: 100%; }

  .cms-gallery-layout2 .w26 {
    width: 100%; }

  .cms-gallery-layout2 .w48 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px; }

  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a {
    padding: 4.5px 28px;
    min-width: auto; }

  .template-cms_carousel--layout-blog2 {
    margin-top: 20px; }

  .cms-heading-wrapper.heading-layout3 .cms-heading-subtitle {
    margin-bottom: 50px; }

  .template-cms_fancybox_single--layout4 .content-right {
    margin-left: 14px; }

  .template-cms_fancybox_single--layout4 {
    padding-left: 0; }

  .vc_col-sm-6 .cms-button-wrapper + .cms-button-wrapper {
    margin-top: 10px; }

  .vc_pie_chart.style2 .vc_pie_wrapper .vc_pie_chart_back {
    width: auto !important; }

  .vc_pie_chart.style2 .vc_pie_wrapper canvas {
    width: 150px !important; }

  .vc_pie_chart.style2 + .vc_sep_width_10 {
    width: 5% !important; }

  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form .newsletter-email {
    border-right: 2px solid #90c43e;
    border-radius: 4px; }

  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form p {
    width: 100%; }

  .form-register .modal-body {
    padding: 0px 52px 58px 52px; }

  .up-social-wrapper .up-twitter-button {
    margin-left: 15px; }

  .cms-pricing-layout5 .row {
    margin-right: -5px;
    margin-left: -5px; }
    .cms-pricing-layout5 .row .cms-pricing-item {
      padding: 0 5px; }

  #page-recipe .item-post .menu_product_meta .item_product_meta {
    display: inline-block;
    max-width: 30%;
    padding: 0px 5px; }

  #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta > div, #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta .cs-blog-comments {
    padding: 0 7px; } }

@media (max-width: 767px) {
  #cshero-header-inner #cshero-header.header-fixed {
    box-shadow: none;
    /* Media Body */ }

  body .media .media-body {
    display: inline;
    padding-left: 0; }

  body .cms-social-page a {
    /* Footer Top */ }

  body footer #cshero-footer-top .footer-top-3 ul.social-footer {
    top: 100%;
    right: auto; }
    body footer #cshero-footer-top .footer-top-3 ul.social-footer li {
      display: inline-block;
      margin-right: 10px; }

  #page-blog-listing {
    padding: 62px 0 40px;
    /* Button */ }

  .btn {
    margin-bottom: 4px; }
    .vc_column_container > .vc_column-inner {
      /* Page Title */ }
    .vc_column_container > .vc_column-inner .vc_column-inner {
      padding-left: 0px !important;
      padding-right: 0px !important; }

  .vc_column_wrapper .vc_column_container > .vc_column-inner {
    border: none !important; }
    .vc_column_wrapper .vc_column_container:last-child > .vc_column-inner {
      margin-bottom: 0px; }

  .entry-content > .wpb_row .wpb_row {
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .wpb_content_element {
    padding-right: 0 !important; }

  .slider-home-2 .rev_slider_wrapper {
    margin-top: -12px !important; }

  footer #cshero-footer-top .footer-top-2-inner {
    padding: 0; }

  footer #cshero-footer-top .footer-top-4 .widget_cs_social .cs-social li {
    width: auto;
    margin-right: 20px;
    float: left; }

  footer #cshero-footer-top .footer-top-4 {
    text-align: left;
    margin-top: 0; }

  .template-cms_grid--layout-3columns .cms-grid-filter .cms-filter-category li {
    padding-right: 3px;
    margin-bottom: 15px; }

  #breadcrumb-text ul.breadcrumbs {
    padding: 10px 0; }

  #breadcrumb-text ul.breadcrumbs li {
    line-height: 26px; }

  .single-post-wrap .entry-date {
    float: left; }

  #post-title .post-title-text {
    padding-top: 50px; }

  .single-post-wrap .entry-header .entry-tags {
    float: left;
    margin-top: 10px;
    clear: both; }

  #post-title .post-title-text h2 {
    color: #fff;
    margin-bottom: 79px; }

  .template-cms_fancybox_single--layout2 .cms-fancybox-item .cms-fancybox-image {
    height: auto !important;
    line-height: 1 !important; }

  .template-cms_fancybox_single--layout2 .cms-fancybox-item .cms-fancybox-image img {
    width: 100%; }

  .template-cms_grid--layout-pricing .cms-grid .cms-grid-item {
    margin-bottom: 30px; }
    .template-cms_grid--layout-pricing .cms-grid .cms-grid-item:last-child {
      margin-bottom: 0; }

  .cms-grid-filter .cms-filter-category li {
    margin: 0 0 10px; }

  .header-right-top .shop-cart .cart-info {
    max-width: 100%; }

  .cms-fancyboxes-deault .cms-fancybox-item .cms-fancybox-item-inner {
    position: static;
    width: 100%; }

  .cms-fancyboxes-deault .cms-fancybox-item {
    position: relative;
    padding: 15px; }

  .rev-btn {
    margin-top: 19px !important;
    font-size: 10px !important;
    padding: 0px 7px !important; }

  .template-cms_carousel--layout-testimonial .content span.right-quote {
    right: 0; }

  .header-right-top .shop-cart .cart-img {
    cursor: inherit; }

  #sidebar {
    margin-top: 60px;
    margin-bottom: 50px; }

  #page-default #sidebar {
    margin-top: 0px; }

  .cms-grid-media img {
    width: 100%; }

  .template-cms_grid--product-list .cms-grid-media img, .template-cms_grid--product-top-sellers .cms-grid-media img {
    width: auto; }

  .vc_tta.vc_general .vc_tta-panel-title span {
    line-height: 33px; }

  .wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper, .wpb_single_image img {
    width: 100%; }

  .vc_tta-tabs.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
    padding: 42px 15px; }

  #post-title {
    min-height: auto;
    padding-bottom: 60px; }

  .vc_tta-tabs.vc_tta.vc_general {
    font-size: 1em;
    padding-bottom: 30px; }

  input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
    max-width: 100%; }

  .entry-content .searchform input[type='submit'] {
    margin-top: 15px;
    margin-left: 0; }

  .vc_tta.vc_general .vc_tta-panel-title span:before {
    top: 10px;
    left: -40px; }

  .vc_tta.vc_general .vc_tta-panel-title span:after {
    top: 17px;
    left: -47px; }

  #sidebar .widget_search .searchform {
    width: 100%; }

  .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul li img {
    height: 127px; }

  .rev_slider_wrapper .rev-btn, .rev_slider_wrapper .pt-san-text, .rev_slider_wrapper .btn-slider {
    display: none; }

  #comments .comment-list li .comment-author-image {
    width: 36px; }

  #comments .comment-list li .comment-main {
    width: calc(100% - 36px); }

  #comments .comment-list li ul.children {
    padding-left: 20px; }

  .comment-awaiting-moderation {
    display: block;
    margin-left: 50px; }

  .entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
    margin-left: 10px; }
    .entry-content ol ul, .comment-content ol ul, .entry-content ul ul, .comment-content ul ul, .mu_register ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .mu_register ul ol {
      margin-left: 10px; }

  #comments .comment-list li ul.children li .comment-author-image {
    width: 36px; }

  #comments .comment-list li ul.children li .comment-main {
    width: calc(100% - 36px); }

  footer #cshero-footer-top .footer-top-4 .widget {
    margin-top: 11px; }

  #page-blog-listing #sidebar {
    margin-top: 60px;
    margin-bottom: 0; }

  .single-post-wrap #sidebar {
    margin-bottom: 0px;
    margin-top: 40px; }

  .pp_hoverContainer, div.pp_default .pp_content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    max-height: 400px; }

  .pp_content, div.pp_pic_holder {
    max-width: 100% !important;
    width: 100% !important;
    left: 3px !important;
    height: auto !important;
    max-height: 400px; }
    .pp_content #fullResImage, div.pp_pic_holder #fullResImage {
      max-width: 100%;
      width: 100% !important;
      height: 400px !important; }
    .pp_content .pp_details, div.pp_pic_holder .pp_details, .pp_content .pp_gallery, div.pp_pic_holder .pp_gallery, .pp_content .pp_expand, div.pp_pic_holder .pp_expand {
      display: none !important; }

  #page-search-results #page-blog-listing {
    padding: 62px 0 40px; }

  #cshero-header-top.header-top2 .header-right-top {
    padding-right: 15px;
    padding-bottom: 0; }

  .template-cms_carousel--layout-blog.owl-carousel .owl-item .cms-grid-media img {
    width: 100%; }

  .template-cms_carousel--layout-blog .cms-carousel-item .content-overlay {
    opacity: 0; }

  .vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  footer#footer-layout1 #cshero-footer-top .container {
    padding: 0 15px; }

  footer#footer-layout1 #cshero-footer-top .footer-top-3 {
    margin: 30px 0;
    padding: 0 15px; }

  footer#footer-layout1 #cshero-footer-top .footer-top-4 {
    padding-left: 15px; }

  .wpcf7-form.style1 {
    margin-bottom: 0; }

  .wpcf7-form.style1 p input[type='submit'] {
    margin-bottom: 24px; }

  .vc_column_container > .vc_column-inner .vc_column-inner {
    padding-top: 0 !important; }

  .modal-content-left {
    display: none; }

  .modal-content-right {
    width: 100%; }

  #page-blog-listing .entry-blog-left {
    width: 100%; }
    #page-blog-listing .entry-blog-left img {
      width: 100%; }

  #page-blog-listing .entry-blog-right {
    width: 100%; }
    #page-blog-listing .entry-blog-right .entry-blog-right-inner {
      padding: 16px 20px 16px 20px; }

  #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta > div, #page-blog-listing.page-blog-listing2 .entry-blog .entry-meta .cs-blog-comments {
    padding: 0 8px; }

  .page-blog-standard .entry-blog .entry-header, .page-blog-standard .entry-blog .entry-content {
    padding: 0 10px; }

  .page-blog-standard .entry-blog .entry-meta {
    padding: 0px; }

  .page-blog-standard .entry-blog .content-bottom {
    padding-top: 32px; }

  .page-blog-standard .entry-blog .content-bottom .blog-tags {
    margin-top: 14px; }

  .page-404-site-content {
    padding: 0 15px; }

  .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner {
    position: absolute;
    left: 25px;
    bottom: 20px; }
    .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-left, .template-cms_fancybox_single--layout8 .cms-fancybox-item .cms-fancybox-item-inner .fancybox-right {
      position: static;
      width: 100%;
      float: left;
      max-width: 100%; }

  .style2 .widget_newsletterwidget form .newsletter-email {
    width: 100%; }

  .cms-heading-wrapper.heading-layout3 .description {
    max-width: 100%; }

  .template-cms_grid--product-great .cms-grid-filter ul li a {
    border: none !important;
    margin: 10px 0; }

  .template-cms_grid--product-great .cms-grid-filter ul #magic-line {
    display: none !important; }

  .pt-single-recipe .single-recipe-wrap .entry-blog {
    margin-left: 0; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-left, .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right {
      width: 100%; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right {
      padding-bottom: 0; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .meta_recipe > span {
      width: 100%;
      display: block;
      margin-bottom: 5px; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .content-tab .tab-content .tab-pane > div {
      margin-left: 0;
      width: 100%; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom {
      position: static;
      float: left;
      padding: 20px 28px 30px; }
      .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom a, .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-bottom span {
        float: left; }

  .pt-single-recipe .woocommerce-tabs-related {
    margin-left: 0;
    margin-top: 50px;
    padding-bottom: 44px; }

  .pt-single-recipe .woocommerce-tabs-related ul.nav-tabs li {
    padding: 0 12px; }

  .pt-single-recipe .cms-recipe .row .item-post .item-inner {
    margin-bottom: 30px; }
    .pt-single-recipe .cms-recipe .row .item-post .item-inner img {
      width: 100%; }

  .related-recipe-wrap .item-post .item-inner {
    margin-bottom: 30px; }

  footer#footer-layout3 #cshero-footer-top .footer-top-2-inner {
    padding-left: 0; }

  footer#footer-layout3 #cshero-footer-top [class*='col-'] {
    padding: 15px; }

  #page-recipe .item-post .content-layout-list .recipe-list-image, #page-recipe .item-post .content-layout-list .recipe-list-content {
    width: 100%; }

  #page-recipe #primary {
    padding-left: 0;
    padding-right: 0px; }

  .cms_recipe-meta .cms-product-layout {
    padding-right: 23px; }

  .cms-pricing-layout2 .row .cms-pricing-item, .cms-pricing-layout3 .row .cms-pricing-item, .cms-pricing-layout4 .row .cms-pricing-item, .cms-pricing-layout4 .cms-pricing-item.pricing-feature, .cms-pricing-layout5 .row .cms-pricing-item {
    margin: 15px 0; }

  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item {
    margin-right: 53px; }

  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .line-complete {
    width: 44px; }

  .cms-progress-wraper .cms-progress-item-wrap span {
    padding-right: 30px; }

  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-inner2:after {
    position: absolute;
    top: 17px;
    background: url("../images/step-mobile.png") repeat-y top center;
    height: 84%;
    content: '';
    width: 15px;
    left: 50%; }

  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 54px; }

  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item .title {
    padding-top: 0; }

  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item .icon {
    background: url("../images/bg-number-step-mobile.png") no-repeat top left;
    width: 39px;
    height: 36px;
    line-height: 36px; }

  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item:first-child .icon {
    background: url("../images/first-step-mobile.png") no-repeat top left; }

  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item:last-child .icon {
    background: url("../images/last-step-mobile.png") no-repeat top left; }

  .cms-step.cms-step-layout3 .cms-step-inner .cms-step-item.item-completed:after {
    position: absolute;
    top: auto;
    background: #90c43e;
    width: 3px;
    height: calc(71% + 54px);
    left: 50%;
    content: '';
    z-index: 3;
    bottom: calc(-38% - 54px);
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

  .vc_custom_heading br {
    display: none; }

  .template-cms_grid--layout-timeline:after {
    display: none; }

  .template-cms_grid--layout-timeline .cms-grid-right {
    margin: 40px 0; }

  .template-cms_grid--layout-timeline .cms-grid-item:nth-child(2n+2) .cms-grid-right {
    margin-right: 0; }
    .template-cms_grid--layout-timeline .cms-grid-item:nth-child(2n+2) .cms-grid-right .cms-grid-year {
      margin-left: 0; }

  .template-cms_grid--layout-timeline .cms-grid-left {
    width: 100%; }

  .cms-grid-filter .cms-filter-category li {
    padding-right: 3px;
    clear: both;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 90%; }

  .cms-gallery-layout1 .w50, .cms-gallery-layout2 .w50, .cms-gallery-layout1 .w25, .cms-gallery-layout2 .w25, .cms-gallery-layout1 .w24, .cms-gallery-layout2 .w24, .cms-gallery-layout1 .w26, .cms-gallery-layout2 .w26, .cms-gallery-layout1 .w48, .cms-gallery-layout2 .w48 {
    width: 100%; }

  .cms-gallery-layout1 .item1 {
    height: 300px; }

  .cms-gallery-layout2 .item2, .cms-gallery-layout2 .item4 {
    padding-right: 0;
    padding-left: 0; }

  .cms-gallery-layout2 .item2, .cms-gallery-layout2 .item3 {
    margin-bottom: 14px; }

  .cms-gallery-layout2 .item3, .cms-gallery-layout2 .item5 {
    padding-right: 0;
    padding-left: 0; }

  .cms-gallery-layout2 .item4, .cms-gallery-layout2 .item5 {
    margin-top: 0;
    margin-bottom: 14px; }

  .cms-gallery-layout2 .item2 {
    margin-top: 14px; }

  .cms-slick-wrap.cms-carousel-shop .cms-slider-wrap .cms-carousel-item {
    padding: 0 15px; }

  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 30px 20px 30px 20px; }

  .cms-slick-wrap.cms-carousel-shop .cms-carousel-item {
    margin: 0; }
    .cms-slick-wrap.cms-carousel-shop .cms-carousel-item .cms-grid-media {
      margin: 0 10px; }

  .template-cms_fancybox_single--layout7 {
    margin: 0 0 30px; }

  .form-register .modal-content {
    height: 300px;
    max-height: 300px;
    overflow: scroll; }

  .md-show .md-content {
    height: 300px;
    max-height: 300px;
    overflow: scroll; }

  .btn-default2 {
    margin-bottom: 10px; }

  .text-center .cms-button-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .text-center .cms-button-wrapper .btn {
      float: none !important; }

  .cms-fancybox-layout9 {
    margin-bottom: 10px; }

  .vc_pie_chart {
    margin-bottom: 30px !important;
    width: 100%; }

  .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
    border: 13px solid #424242 !important; }

  .style5 .widget_newsletterwidget form {
    margin-left: 0; }

  .template-cms_carousel--layout-blog2 {
    margin-top: 42px; }

  .form-register .modal-body {
    padding: 0 52px 58px; }

  .contact2 .over_follow_initial .wpb_row .vc_column-inner {
    padding-top: 28px !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .cms-cta-wrapper.cms-style-default .cms-cta-button a {
    margin-bottom: 10px; }

  .page-blog-masonry .blog-masonry-content .entry-feature img {
    width: 100%; }

  .template-cms_grid--product-great .cms-grid-media img {
    width: auto; } }

@media (max-width: 600px) {
  .form-register .modal-body .up-social-wrapper .up-twitter-button {
    margin-left: 10px;
    min-width: 1px; } }

@media (max-width: 480px) {
  body .media .media-body {
    display: table-cell;
    padding-left: 23px; }

  body .cms-social-page a {
    margin-bottom: 15px;
    /* Footer Bottom */ }

  .template-cms_carousel--layout-team .cms-grid-team-content {
    padding-left: 0;
    display: block;
    text-align: center;
    float: left;
    width: 100%; }
    .template-cms_carousel--layout-team .cms-grid-team-content .description {
      width: 100%;
      padding: 0 20px; }

  .template-cms_carousel--layout-team .cms-grid-team-content .cms-team-social {
    text-align: center;
    float: none;
    width: auto;
    clear: both;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 40px; }
    .template-cms_carousel--layout-team .cms-grid-team-content .cms-team-social a {
      float: left; }

  .cms-error404 .entry-header h1 {
    font-size: 200px; }

  .cms-error404 {
    margin-bottom: 166px; }

  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions .readmore_product a {
    right: 15px; }

  .template-cms_carousel--layout-testimonial2.owl-carousel .owl-item .cms-grid-media img {
    display: inline-block;
    width: 92px;
    height: 92px; }

  .wpcf7-form.style1 p, .wpcf7-form.style2 p {
    width: 100%; }

  .modal-body {
    padding: 0px 15px 58px; }

  .form-register .modal-body {
    padding: 0px 15px 58px 15px; }

  .cms-social-page.social-layout2 a {
    margin: 0 2px; }

  .cms-cta-wrapper.cms-style-default .cms-cta-button a:first-child {
    margin-bottom: 10px; }

  .cms-cta-wrapper.cms-style-default .cms-cta-button a {
    padding: 0 36px; }

  .style3 .widget_newsletterwidget form .newsletter-email {
    border-right: 1px solid #90c43e;
    border-radius: 4px;
    margin-right: 10px; }

  .style3 .widget_newsletterwidget form .newsletter-submit {
    border-radius: 4px; }

  .btn.btn-lg.btn-lg2, .btn.btn-default-alt.btn-default-alt-style3 {
    float: left;
    margin-left: 30px; }

  #yith-wcwl-popup-message + .md-modal .style5 .widget_newsletterwidget form .newsletter-email {
    width: 231px; }

  .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
    border: 21px solid #424242 !important; }

  .cms_recipe-meta .filter-content {
    margin-top: 18PX;
    padding-right: 38px; }

  .form-register .modal-body .up-social-wrapper .up-twitter-button {
    margin-left: 10px;
    min-width: 1px; } }

@media (max-width: 400px) {
  .form-register .modal-body .up-social-wrapper .up-twitter-button {
    margin-left: 0px;
    display: block;
    margin-top: 10px; }

  #cshero-header-top .header-right-top .login-wrap {
    float: left;
    margin-right: 0; }
    #cshero-header-top .header-right-top .login-wrap button {
      float: left;
      display: block; }

  .header-right-top .shop-cart .cart-info {
    right: 15px; }

  .span-contact {
    margin-left: 0;
    margin-top: 20px; }

  .span-contact + .span-contact {
    margin-left: 0px; }

  .cms-button-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .cms-button-wrapper .btn {
      float: none; }

  .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
    border: 28px solid #424242 !important; } }

@media (max-width: 360px) {
  .form-register .modal-body .up-social-wrapper .up-twitter-button {
    margin-left: 5px;
    display: block;
    margin-top: 10px; }

  #cshero-header-top .header-right-top .login-wrap {
    float: left; }

  .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
    border: 29px solid #424242 !important; } }

@media (max-width: 320px) {
  .login-form .password-group .forget {
    right: 7px; }

  .login-form .login-group .btn.btn-register {
    margin-left: 0;
    margin-top: 20px; }

  .up-social-wrapper div {
    float: none;
    display: inline-block;
    margin-left: 6px; }

  .cms-progress-layout1 .cms-progress-item-wrap .cms-progress {
    max-width: 75%; }

  .template-cms_carousel--layout-team .cms-grid-team-content .description {
    padding: 0; }

  .cms-grid-filter .cms-filter-category li {
    padding-right: 3px;
    clear: both;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 90%; }

  .cms-grid-filter .cms-filter-category {
    float: left;
    width: 100%; }

  .cms-fancyboxes-deault .cms-fancybox-item .fancybox-right, .cms-fancyboxes-deault .cms-fancybox-item .fancybox-left {
    float: left;
    width: 100%; }

  #page-search-results h1 {
    font-size: 41px; }

  .cms-error404 .entry-header h1 {
    font-size: 154px; }

  #respond h3#reply-title #cancel-comment-reply-link {
    margin-top: 18px;
    margin-left: 0;
    display: block; }

  .comment-awaiting-moderation + .comment-main {
    padding-left: 50px !important; }

  .pp_content, div.pp_pic_holder {
    max-height: 200px; }
    .pp_content #fullResImage, div.pp_pic_holder #fullResImage {
      height: 200px !important; }

  .vc_custom_heading {
    word-break: break-all; }

  .template-cms_grid--product-layout1 .grid-item {
    width: 100%; }

  .template-cms_grid--product-layout1 .grid-item .cms-grid-descriptions {
    padding: 0 7px; }

  .template-cms_grid--product-layout2 .cms-grid-item {
    padding: 6px 0px; }

  .template-cms_carousel--layout-testimonial2 .cms-testimonial-body .cms-testimonial-body-left {
    width: 100%; }

  .template-cms_carousel--layout-testimonial2 .cms-testimonial-body .cms-grid-media {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 22px;
    text-align: center; }

  .template-cms_carousel--layout-testimonial2.owl-carousel .owl-item .cms-grid-media img {
    display: inline-block;
    width: 92px;
    height: 92px; }

  .up-social-wrapper .up-twitter-button {
    margin-left: 0;
    margin-top: 10px; }

  .form-register .modal-body .up-social-wrapper .up-twitter-button {
    margin-left: 0;
    display: block; }

  .style3 .widget_newsletterwidget form .newsletter-email {
    border-right: 1px solid #90c43e;
    border-radius: 4px; }

  .style3 .widget_newsletterwidget form .newsletter-submit {
    border-radius: 4px; }

  .vc_tta-container .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:after {
    display: none; }

  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .favorite {
    bottom: -62px; }
    .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .share {
      bottom: -65px; }

  .cms-cta-wrapper.cms-style-default {
    padding: 35px 10px; }

  .cms-cta-wrapper.cms-style-default .cms-cta-button a {
    padding: 0 16px;
    min-width: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 10PX; }

  .cms-social-page.social-layout2 {
    display: inline-block;
    TEXT-ALIGN: CENTER; }

  .cms-social-page.social-layout2 a {
    DISPLAY: INLINE-BLOCK;
    float: nONE; }

  .btn.btn-lg.btn-lg2, .btn.btn-default-alt.btn-default-alt-style3 {
    float: left;
    margin-left: 30px; }

  .style4 .widget_newsletterwidget form .newsletter-submit {
    margin-top: 15px; }

  #page-recipe .item-post .content-layout-list .recipe-list-content {
    padding: 0 15px 20px; }

  #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right, #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right .menu_product_meta {
    text-align: left; }

  #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-left, #page-recipe .item-post .content-layout-list .recipe-list-content .recipe-list-content-right {
    width: 100%; }

  .cms-pricing-layout5 .cms-pricing-item-inner {
    padding: 34px 18px 54px; }

  .cms-step.cms-step-layout1 .cms-step-inner .cms-step-item {
    margin-right: 7px; }

  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item {
    width: 58%; }

  #yith-wcwl-popup-message + .md-modal {
    min-width: 80%;
    min-width: 300px; }
    #yith-wcwl-popup-message + .md-modal .style5 .widget_newsletterwidget form .newsletter-email {
      width: 200px; }

  .cms_carousel--layout-team3 {
    margin: 0; }
    .cms_carousel--layout-team3 .cms-team-item {
      padding: 0 0 15px; }
    .cms_carousel--layout-team3 .cms-team-item .cms-grid-team-content .cms-team-social a {
      margin: 0 12px; }

  .span-contact + .span-contact {
    margin-left: 0;
    margin-top: 20px; }

  .text-right .cms-button-wrapper {
    float: left; }

  .cms-slick-wrap.cms-carousel-shop .cms-slider-nav .cms-carousel-item .title {
    display: none; }

  .cms-slick-wrap.cms-carousel-shop .cms-carousel-item {
    margin: 0; }

  .cms-step.cms-step-layout2 .cms-step-inner .cms-step-item .step-item-content {
    float: left;
    margin-bottom: 20px; }

  .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
    border: 33px solid #424242 !important; }

  footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .newsletter-email {
    border-right: #bbb solid 2px;
    border-radius: 3px; }

  footer#footer-layout3 #cshero-footer-top .footer-top-bottom .widget_newsletterwidget form .newsletter-submit {
    border-radius: 3px; }

  .cms_carousel--layout-team2 .cms-team-item .cms-grid-team-content {
    bottom: 0; }

  .cms_carousel--layout-team3 .cms-team-item:hover .cms-grid-team-content .description {
    opacity: 0;
    max-height: 0; }

  .cms_recipe-meta .filter-content label {
    margin: 5px 0 5px 14px; }

  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form p:last-child {
    width: 76px; }

  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form p {
    width: calc(100% - 76px); }

  #sidebar.main-sidebar-3 .widget_newsletterwidget .newsletter-widget form .newsletter-submit {
    min-width: 76px;
    padding: 0 11px; } }

@-moz-document url-prefix() {
  /*fix ie11*/
  .archive-product-meta .cms-product-layout a:last-child i {
    margin-left: 0; }

  .over_follow_initial-chrome {
    overflow: hidden !important; }

  .cms-testimonial-layout1 .slick-dots {
    margin-top: 30px;
    padding-bottom: 22px; }

  .cms-testimonial-layout3-wrap .cms-testimonial-layout3 .slick-dots {
    margin-top: 9px;
    padding-bottom: 12px; }

  .cms_carousel--layout-team5 .slick-dots {
    margin-top: 35px;
    padding-bottom: 23px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pt-single-recipe .single-recipe-wrap .entry-blog .recipe-right .entry-content-top .meta_recipe > span {
    margin-right: 25px; }

  .over_follow_initial {
    overflow: visible !important; } }
