/*$Id$*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

img {
  max-width: 100%;
  border: 0 none;
  vertical-align: middle; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none; }

:focus, :active,
.active {
  outline: 0 none; }

button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  line-height: 1.42857143;
  border: 0 none; }
  button:hover,
  input[type='submit']:hover,
  input[type='reset']:hover,
  input[type='button']:hover {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear; }
  button:active, button.active,
  input[type='submit']:active,
  input.active[type='submit'],
  input[type='reset']:active,
  input.active[type='reset'],
  input[type='button']:active,
  input.active[type='button'] {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  button::-moz-focus-inner,
  input[type='submit']::-moz-focus-inner,
  input[type='reset']::-moz-focus-inner,
  input[type='button']::-moz-focus-inner {
    border: none;
    padding: 0; }

button.disabled, button[disabled],
button fieldset[disabled],
input.disabled[type='submit'],
input[type='submit'][disabled],
input[type='submit'] fieldset[disabled],
input.disabled[type='reset'],
input[type='reset'][disabled],
input[type='reset'] fieldset[disabled],
input.disabled[type='button'],
input[type='button'][disabled],
input[type='button'] fieldset[disabled],
input.disabled,
input[disabled],
input fieldset[disabled],
textarea.disabled,
textarea[disabled],
textarea fieldset[disabled],
select.disabled,
select[disabled],
select fieldset[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

input,
textarea,
select {
  border: 1px solid #ccc;
  padding: 10px 5px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

textarea {
  resize: none;
  height: 110px;
  display: block; }

input[type='radio'],
input[type='file'],
input[type='checkbox'] {
  padding: 0;
  border: 0 none;
  width: auto; }

select {
  background: #fff;
  height: 39px;
  padding-right: 0; }

select[multiple] {
  height: 75px;
  padding: 10px 5px;
  padding-right: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

td, td {
  vertical-align: middle; }

noscript {
  height: 100%; }

.theme-header-topbar {
  padding: 13px 0;
  background: #F7F8FA;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #364253; }
  .theme-header-topbar .zpcontainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    word-break: break-all; }
  .theme-header-topbar .theme-topbar-contact-info {
    padding-right: 15px;
    display: none; }
    @media all and (min-width: 992px) {
      .theme-header-topbar .theme-topbar-contact-info {
        padding-right: 0px;
        display: block; } }
    .theme-header-topbar .theme-topbar-contact-info ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 0; }
      .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info {
        padding: 0;
        list-style: none; }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info a {
          color: #364253;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-transition: 0.15s linear;
          -moz-transition: 0.15s linear;
          -ms-transition: 0.15s linear;
          -o-transition: 0.15s linear;
          transition: 0.15s linear; }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info:last-child {
          margin-left: 0; }
          @media all and (min-width: 768px) {
            .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info:last-child {
              padding-left: 13px;
              border-left: 1px dotted #7a8da8;
              margin-left: 13px; } }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info:only-child {
          border-left: 0 none;
          margin-left: 0;
          padding-left: 0; }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon {
          margin-right: 0;
          display: block;
          line-height: 0; }
          @media all and (min-width: 768px) {
            .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon {
              margin-right: 10px; } }
          .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon svg {
            fill: currentColor;
            width: 13px;
            height: 13px; }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon {
          margin-right: 15px; }
          @media all and (min-width: 768px) {
            .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon {
              margin-right: 5px; } }
        .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon-text {
          display: none; }
          @media all and (min-width: 992px) {
            .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon-text {
              display: inline; } }
  .theme-header-topbar .theme-socialicon-parent {
    display: none;
    margin-left: 13px;
    padding-left: 13px;
    border-left: 1px dotted #7a8da8; }
    @media all and (min-width: 992px) {
      .theme-header-topbar .theme-socialicon-parent {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .theme-header-topbar .theme-socialicon-parent.theme-social-icon-space {
      border-left: 0 none;
      padding-left: 0;
      margin-left: 0; }
    .theme-header-topbar .theme-socialicon-parent ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .theme-header-topbar .theme-socialicon-parent ul li a {
        margin-left: 17px; }
        .theme-header-topbar .theme-socialicon-parent ul li a svg {
          width: 12px;
          height: 12px;
          margin: 4px 0 0;
          fill: #364253;
          -webkit-transition: 0.15s linear;
          -moz-transition: 0.15s linear;
          -ms-transition: 0.15s linear;
          -o-transition: 0.15s linear;
          transition: 0.15s linear; }
      .theme-header-topbar .theme-socialicon-parent ul li:first-child a {
        margin-left: 0; }
    .theme-header-topbar .theme-socialicon-parent ul.theme-scoialicon-inner-parent {
      padding: 0;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .theme-header-topbar .theme-socialicon-parent ul.theme-scoialicon-inner-parent li {
        padding: 0;
        list-style: none; }
  .theme-header-topbar .theme-portal-login {
    margin-left: auto; }
    .theme-header-topbar .theme-portal-login .theme-portal-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content {
        float: left;
        text-transform: capitalize; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content {
          position: relative; }
          .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list {
            position: absolute;
            display: none;
            left: 0px;
            top: 100%;
            padding: 0px;
            margin: 0px;
            list-style: none;
            z-index: 285;
            padding-top: 12px;
            width: 100%; }
            .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li {
              min-width: 140px;
              list-style: none;
              padding: 0px;
              border-bottom: 1px dotted #CACACA;
              background: #F7F8FA;
              word-wrap: break-word;
              word-break: break-word; }
              .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li:last-child {
                border-bottom: 0 none; }
              .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li a {
                display: block;
                padding: 10px;
                color: #364253;
                -webkit-transition: 0.2s linear;
                -moz-transition: 0.2s linear;
                -ms-transition: 0.2s linear;
                -o-transition: 0.2s linear;
                transition: 0.2s linear; }
                .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li a:hover {
                  color: #2596be; }
          .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content:hover .theme-username-dropdown-list {
            display: block; }
          .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content a.theme-user-name-dropdown {
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; }
            .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content a.theme-user-name-dropdown .theme-user-profile-down-arrow {
              display: block;
              height: 6px;
              width: 6px;
              border-right: 1px solid;
              border-top: 1px solid;
              background: transparent;
              -webkit-transform: rotate(135deg);
              -moz-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
              -o-transform: rotate(135deg);
              transform: rotate(135deg);
              margin-left: 10px;
              margin-top: -1px; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a {
          color: #364253;
          font-size: 13px; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content:first-child {
          padding-right: 10px; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content:last-child {
          padding-left: 10px;
          border-left: 1px dotted #7a8da8; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content:only-child {
          border-left: 0 none; }
        .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a .theme-portal-username {
            max-width: 150px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            white-space: nowrap; }
  .theme-header-topbar .theme-search-minicart-responsive {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media all and (min-width: 992px) {
      .theme-header-topbar .theme-search-minicart-responsive {
        display: none; } }
    .theme-header-topbar .theme-search-minicart-responsive .theme-search-and-mini-cart-group {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media all and (min-width: 992px) {
        .theme-header-topbar .theme-search-minicart-responsive .theme-search-and-mini-cart-group {
          display: none; } }
      .theme-header-topbar .theme-search-minicart-responsive .theme-search-and-mini-cart-group .theme-search {
        margin-top: -15px;
        margin-bottom: -15px;
        position: relative;
        -webkit-align-self: stretch;
        -moz-align-self: stretch;
        -ms-align-self: stretch;
        -o-align-self: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .theme-header-topbar .theme-search-minicart-responsive .theme-search-and-mini-cart-group .theme-search .theme-search-icon {
          padding-left: 0px; }
          @media all and (min-width: 992px) {
            .theme-header-topbar .theme-search-minicart-responsive .theme-search-and-mini-cart-group .theme-search .theme-search-icon {
              padding-left: 15px; } }
        .theme-header-topbar .theme-search-minicart-responsive .theme-search-and-mini-cart-group .theme-search .theme-search-field-container {
          left: 0; }
  .theme-header-topbar.theme-header-topbar-responsive {
    display: block; }
    @media all and (min-width: 992px) {
      .theme-header-topbar.theme-header-topbar-responsive {
        display: none; } }
    .theme-header-topbar.theme-header-topbar-responsive.theme-hide-responsive-topbar {
      display: none; }

.theme-header {
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 15px; }
  @media all and (min-width: 992px) {
    .theme-header {
      padding: 0; } }
  .theme-header .zpcontainer {
    padding: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media all and (min-width: 992px) {
      .theme-header .zpcontainer {
        padding: 15px 15px; } }
    @media all and (min-width: 992px) {
      .theme-header .zpcontainer {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto; } }
    @media only screen and (min-width: 1200px) {
      .theme-header .zpcontainer {
        position: relative;
        padding: 32px 15px; } }
    @media all and (min-width: 992px) {
      .theme-header .zpcontainer {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start; } }
    .theme-header .zpcontainer .theme-branding-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      -o-flex: 0 1 auto;
      flex: 0 1 auto;
      margin-right: auto;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 0;
      min-width: 1%; }
      @media all and (min-width: 992px) {
        .theme-header .zpcontainer .theme-branding-info {
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          -o-flex-wrap: nowrap;
          flex-wrap: nowrap;
          padding: 0;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; } }
      .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        -o-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
        min-width: 1%; }
        @media all and (min-width: 768px) {
          .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
            -webkit-flex: 0 1 auto;
            -moz-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            -o-flex: 0 1 auto;
            flex: 0 1 auto; } }
        @media all and (min-width: 992px) {
          .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
            display: block;
            margin-top: 0px;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; } }
      @media all and (min-width: 992px) {
        .theme-header .zpcontainer .theme-branding-info .theme-menu-area-res {
          margin-left: 0; } }
      .theme-header .zpcontainer .theme-branding-info .theme-logo-parent {
        padding-right: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        min-width: 1%; }
        @media all and (min-width: 992px) {
          .theme-header .zpcontainer .theme-branding-info .theme-logo-parent {
            height: 100%;
            padding-top: 0;
            -webkit-flex: 1 0 auto;
            -moz-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            -o-flex: 1 0 auto;
            flex: 1 0 auto;
            padding-right: 15px; } }
        @media only screen and (min-width: 1200px) {
          .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a {
            height: auto;
            line-height: normal;
            max-width: none; } }
        .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
          max-width: 500px;
          max-height: 500px; }
        .theme-header .zpcontainer .theme-branding-info .theme-logo-parent.theme-disable-logo-mobile {
          display: none; }
          @media all and (min-width: 992px) {
            .theme-header .zpcontainer .theme-branding-info .theme-logo-parent.theme-disable-logo-mobile {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; } }
      .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
        padding-right: 15px; }
        .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name {
          color: #364253;
          font-size: 24px;
          font-family: 'Nunito',sans-serif; }
          .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name.theme-disable-sitename-mobile {
            display: none; }
            @media all and (min-width: 992px) {
              .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name.theme-disable-sitename-mobile {
                display: block; } }
        .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption {
          color: #c1c7cf;
          font-family: 'Lato', sans-serif;
          font-size: 15px; }
          .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption.theme-disable-sitecaption-mobile {
            display: none; }
            @media all and (min-width: 992px) {
              .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption.theme-disable-sitecaption-mobile {
                display: block; } }
        .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name,
        .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption {
          width: 100%;
          line-height: normal;
          word-break: break-word;
          word-wrap: break-word;
          -webkit-transition: 0.15s linear;
          -moz-transition: 0.15s linear;
          -ms-transition: 0.15s linear;
          -o-transition: 0.15s linear;
          transition: 0.15s linear; }
        .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption.theme-site-title-caption-space {
          margin-top: 15px; }
          @media all and (min-width: 992px) {
            .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption.theme-site-title-caption-space {
              margin-top: 0px; } }
    .theme-header .zpcontainer .theme-navigation-and-icons {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end; }
      @media all and (min-width: 992px) {
        .theme-header .zpcontainer .theme-navigation-and-icons {
          min-width: 1%; } }
      .theme-header .zpcontainer .theme-navigation-and-icons .theme-search-cart-non-res {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-self: stretch;
        -moz-align-self: stretch;
        -ms-align-self: stretch;
        -o-align-self: stretch;
        align-self: stretch;
        margin-right: 10px; }
        @media all and (min-width: 992px) {
          .theme-header .zpcontainer .theme-navigation-and-icons .theme-search-cart-non-res {
            margin-right: 0px; } }
        @media all and (min-width: 992px) {
          .theme-header .zpcontainer .theme-navigation-and-icons .theme-search-cart-non-res.theme-search-cart-scrollposition-non-responsive .theme-search-and-mini-cart-group .theme-search {
            margin-top: -20px;
            margin-bottom: -20px; } }
.zpheader-style-01,
.zpheader-style-02,
.zpheader-style-03,
.zpheader-style-04,
.zpheader-style-05 {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  position: relative; }
  .zpheader-style-01.theme-header-fixed,
  .zpheader-style-02.theme-header-fixed,
  .zpheader-style-03.theme-header-fixed,
  .zpheader-style-04.theme-header-fixed,
  .zpheader-style-05.theme-header-fixed {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .zpheader-style-01.theme-header-fixed .theme-navigation-and-icons .theme-menu-area ul li a,
    .zpheader-style-02.theme-header-fixed .theme-navigation-and-icons .theme-menu-area ul li a,
    .zpheader-style-03.theme-header-fixed .theme-navigation-and-icons .theme-menu-area ul li a,
    .zpheader-style-04.theme-header-fixed .theme-navigation-and-icons .theme-menu-area ul li a,
    .zpheader-style-05.theme-header-fixed .theme-navigation-and-icons .theme-menu-area ul li a {
      -webkit-transition: 0.15s linear;
      -moz-transition: 0.15s linear;
      -ms-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear; }
  .zpheader-style-01 .theme-header .zpcontainer,
  .zpheader-style-02 .theme-header .zpcontainer,
  .zpheader-style-03 .theme-header .zpcontainer,
  .zpheader-style-04 .theme-header .zpcontainer,
  .zpheader-style-05 .theme-header .zpcontainer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (min-width: 992px) {
      .zpheader-style-01 .theme-header .zpcontainer .theme-branding-info,
      .zpheader-style-02 .theme-header .zpcontainer .theme-branding-info,
      .zpheader-style-03 .theme-header .zpcontainer .theme-branding-info,
      .zpheader-style-04 .theme-header .zpcontainer .theme-branding-info,
      .zpheader-style-05 .theme-header .zpcontainer .theme-branding-info {
        padding-right: 15px; } }
.zpheader-style-01.theme-cart-checkout-headersix.theme-mobile-header-fixed {
  position: fixed;
  top: 0px;
  z-index: 200;
  right: 0px;
  width: 100%; }
  @media all and (min-width: 992px) {
    .zpheader-style-01.theme-cart-checkout-headersix.theme-mobile-header-fixed {
      position: static; } }
.zpheader-style-01.theme-cart-checkout-headersix .theme-headersix-hide-topbar {
  display: none; }
  @media all and (min-width: 992px) {
    .zpheader-style-01.theme-cart-checkout-headersix .theme-headersix-hide-topbar {
      display: block; } }
.zpheader-style-06 + .theme-vertical-navigation-resposnive .theme-header .zpcontainer .theme-branding-info {
  padding-right: 15px; }

@media all and (min-width: 992px) {
  .zpheader-style-06 + .theme-vertical-navigation-resposnive {
    position: fixed;
    top: 0px;
    z-index: 200;
    right: 0px;
    width: 100%; } }

.zpheader-style-06 + .theme-vertical-navigation-resposnive.theme-mobile-header-fixed {
  position: fixed;
  top: 0px;
  z-index: 200;
  right: 0px;
  width: 100%; }

@media all and (min-width: 992px) {
  .zpheader-style-01 .theme-navigation-and-icons,
  .zpheader-style-04 .theme-navigation-and-icons {
    -webkit-flex: 1 0 1%;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    -o-flex: 1 0 1%;
    flex: 1 0 1%; } }

.zpsocialicon-floater {
  display: none; }
  @media all and (min-width: 992px) {
    .zpsocialicon-floater {
      position: fixed;
      display: block;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border-left: 0 none;
      margin-left: 0;
      -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.21);
      -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.21);
      box-shadow: 0 0px 4px rgba(0, 0, 0, 0.21);
      padding: 0;
      z-index: 250; } }
  @media all and (min-width: 992px) {
    .zpsocialicon-floater ul {
      display: block;
      padding: 0; } }
  @media all and (min-width: 992px) {
    .zpsocialicon-floater ul li {
      list-style: none;
      padding: 0; } }
  .zpsocialicon-floater ul li a {
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .zpsocialicon-floater ul li a svg {
      height: 15px;
      width: 15px;
      fill: #ffffff; }
    .zpsocialicon-floater ul li a.theme-linkedin-container {
      background: #007bb5; }
    .zpsocialicon-floater ul li a.theme-facebook-container {
      background: #3b5998; }
    .zpsocialicon-floater ul li a.theme-gplus-container {
      background: #dd4b39; }
    .zpsocialicon-floater ul li a.theme-twitter-container {
      background: #55acee; }
    .zpsocialicon-floater ul li a.theme-pinterest-container {
      background: #cb2027; }
    .zpsocialicon-floater ul li a.theme-youtube-container {
      background: #bb0000; }
    .zpsocialicon-floater ul li a.theme-flickr-container {
      background: #0063DC; }
    .zpsocialicon-floater ul li a.theme-email-container {
      background: #848484; }
    .zpsocialicon-floater ul li a.theme-rssfeed-container {
      background: #ff6600; }
    .zpsocialicon-floater ul li a.theme-instagram-container {
      background: #e95950; }
    .zpsocialicon-floater ul li a.theme-medium-container {
      background: #32c24d; }
  @media all and (min-width: 992px) {
    .zpsocialicon-floater ul li:last-child {
      margin-bottom: 0; } }
.zpheader-style-02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (min-width: 992px) {
    .zpheader-style-02 {
      display: block; } }
  .zpheader-style-02 .theme-header-topbar {
    width: 100%; }
    @media all and (min-width: 992px) {
      .zpheader-style-02 .theme-header-topbar {
        width: auto; } }
  .zpheader-style-02 .theme-header {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto; }
    .zpheader-style-02 .theme-header.theme-header-navigation-style {
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      -o-flex: 0 1 auto;
      flex: 0 1 auto;
      padding-left: 0px; }
    @media all and (min-width: 992px) {
      .zpheader-style-02 .theme-header .zpcontainer .theme-branding-info {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto;
        margin-right: 0px; } }
    @media all and (min-width: 992px) {
      .zpheader-style-02 .theme-header .zpcontainer .theme-branding-info.theme-brand-style-02 {
        margin-right: auto; } }
    @media all and (min-width: 992px) {
      .zpheader-style-02 .theme-header .zpcontainer .theme-navigation-and-icons.theme-navigation-and-icon-style {
        margin-left: auto;
        margin-top: 0;
        padding-top: 0;
        -webkit-flex: 0 1 0;
        -moz-flex: 0 1 0;
        -ms-flex: 0 1 0;
        -o-flex: 0 1 0;
        flex: 0 1 0;
        -webkit-flex: 1 0 0px;
        -moz-flex: 1 0 0px;
        -ms-flex: 1 0 0px;
        -o-flex: 1 0 0px;
        flex: 1 0 0px;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end; } }
    @media all and (min-width: 992px) {
      .zpheader-style-02 .theme-header .zpcontainer .theme-navigation-and-icons .theme-header-topbar-style-05 {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto; } }
    .zpheader-style-02 .theme-header .zpcontainer .theme-navigation-and-icons .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a {
      color: #364253;
      -webkit-transition: 0.15s linear;
      -moz-transition: 0.15s linear;
      -ms-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear; }

.zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li,
.zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -o-align-self: stretch;
  align-self: stretch;
  margin: -20px 30px; }
  .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:first-child,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:first-child {
    margin-left: 0; }
  .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:last-child,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:last-child {
    margin-right: 0; }
  .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover:after,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover:after {
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    background: #2596be;
    top: -2px;
    left: 0;
    width: 100%; }
  .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li a,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li a {
    padding: 20px 0;
    line-height: normal; }
  @media all and (min-width: 992px) {
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover a,
    .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover a {
      background: transparent;
      color: #364253; } }
  .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover ul li a,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover ul li a {
    color: #364253; }
  @media all and (min-width: 992px) {
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul,
    .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul {
      padding-top: 0px; } }
  .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li {
    margin: 0; }
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li a,
    .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li a {
      padding: 8px 10px;
      padding-right: 25px; }
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li:hover > a,
    .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li:hover > a {
      color: #364253; }
      @media all and (min-width: 992px) {
        .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li:hover > a,
        .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li:hover > a {
          background: rgba(37, 150, 190, 0.1); } }
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li:hover:after,
    .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li:hover:after {
      display: none; }
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li.theme-menu-selected > a,
    .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li.theme-menu-selected > a {
      background: transparent; }
      @media all and (min-width: 992px) {
        .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li.theme-menu-selected > a,
        .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li.theme-menu-selected > a {
          background: rgba(37, 150, 190, 0.1);
          color: #364253; } }
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li.theme-menu-selected:after, .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li.theme-menu-selected:before,
    .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li.theme-menu-selected:after,
    .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li.theme-menu-selected:before {
      display: none; }
  .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected a,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected a {
    background: transparent;
    color: #364253; }
  .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected:after,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected:after {
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    background: #2596be;
    top: -2px;
    left: 0;
    width: 100%; }

.zpheader-style-02 .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-02, .zpheader-style-02 .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-03,
.zpheader-style-03 .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-02,
.zpheader-style-03 .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-03 {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -o-flex: 0 1 auto;
  flex: 0 1 auto; }
  .zpheader-style-02 .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-02 .theme-search-and-mini-cart-group-item, .zpheader-style-02 .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-03 .theme-search-and-mini-cart-group-item,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-02 .theme-search-and-mini-cart-group-item,
  .zpheader-style-03 .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-03 .theme-search-and-mini-cart-group-item {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto; }

.zpheader-style-02 .theme-header-animate .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover:after, .zpheader-style-02 .theme-header-animate .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected:after {
  top: 4px; }

.zpheader-style-02.theme-header-animate .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover:after, .zpheader-style-02.theme-header-animate .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected:after {
  top: 4px; }

.zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected:after {
  top: 100%; }

.zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-search-and-mini-cart-group-item {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto; }

.zpheader-style-02 .theme-header.theme-header-navigation-style,
.zpheader-style-05 .theme-header.theme-header-navigation-style {
  border: 0px;
  margin-left: auto; }
  @media all and (min-width: 992px) {
    .zpheader-style-02 .theme-header.theme-header-navigation-style,
    .zpheader-style-05 .theme-header.theme-header-navigation-style {
      border-top: 1px solid rgba(202, 202, 202, 0.5);
      margin-left: 0; } }
  .zpheader-style-02 .theme-header.theme-header-navigation-style .zpcontainer,
  .zpheader-style-05 .theme-header.theme-header-navigation-style .zpcontainer {
    display: none; }
    @media all and (min-width: 992px) {
      .zpheader-style-02 .theme-header.theme-header-navigation-style .zpcontainer,
      .zpheader-style-05 .theme-header.theme-header-navigation-style .zpcontainer {
        display: block; } }
    .zpheader-style-02 .theme-header.theme-header-navigation-style .zpcontainer.theme-responsive-menu-area,
    .zpheader-style-05 .theme-header.theme-header-navigation-style .zpcontainer.theme-responsive-menu-area {
      display: block; }
      @media all and (min-width: 992px) {
        .zpheader-style-02 .theme-header.theme-header-navigation-style .zpcontainer.theme-responsive-menu-area,
        .zpheader-style-05 .theme-header.theme-header-navigation-style .zpcontainer.theme-responsive-menu-area {
          display: none; } }
    @media all and (min-width: 992px) {
      .zpheader-style-02 .theme-header.theme-header-navigation-style .zpcontainer,
      .zpheader-style-05 .theme-header.theme-header-navigation-style .zpcontainer {
        padding-bottom: 0;
        padding-top: 0; } }
    @media all and (min-width: 992px) {
      .zpheader-style-02 .theme-header.theme-header-navigation-style .zpcontainer .theme-navigation-and-icons,
      .zpheader-style-05 .theme-header.theme-header-navigation-style .zpcontainer .theme-navigation-and-icons {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        padding: 20px 0px;
        width: 100%; } }
.zpheader-style-02.theme-header-fixed .theme-header.theme-header-navigation-style,
.zpheader-style-05.theme-header-fixed .theme-header.theme-header-navigation-style {
  border-top: 0 none; }

@media all and (min-width: 992px) {
  .zpheader-style-02 .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; } }

.zpheader-style-02 .theme-navigation-and-icons .theme-menu-area .theme-menu.theme-menu-align-left ul {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }

.zpheader-style-03 .theme-header-topbar .theme-socialicon-parent {
  border-left: 0 none;
  padding-left: 0;
  margin-left: auto; }

.zpheader-style-03 .theme-header-topbar .theme-portal-style-03 {
  margin-left: auto;
  display: block; }
  @media all and (min-width: 992px) {
    .zpheader-style-03 .theme-header-topbar .theme-portal-style-03 {
      display: none; } }
@media all and (min-width: 992px) {
  .zpheader-style-03 .theme-header .zpcontainer {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row; } }

@media only screen and (min-width: 1200px) {
  .zpheader-style-03 .theme-header .zpcontainer {
    padding: 32px 15px; } }

.zpheader-style-03 .theme-header .zpcontainer .theme-branding-info {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -o-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media all and (min-width: 992px) {
    .zpheader-style-03 .theme-header .zpcontainer .theme-branding-info {
      padding-top: 0px; } }
@media all and (min-width: 992px) {
  .zpheader-style-03 .theme-header .zpcontainer .theme-navigation-and-icons {
    padding: 20px 0; } }

.zpheader-style-03 .theme-header .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-03 {
  width: auto;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -o-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: none; }
  .zpheader-style-03 .theme-header .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-03 .theme-search-icon {
    border-left: 1px dotted #b8c2d0; }
  .zpheader-style-03 .theme-header .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-03:only-child .theme-search-icon {
    border-left: 0 none; }
  @media all and (min-width: 992px) {
    .zpheader-style-03 .theme-header .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-03 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-align-self: stretch;
      -o-align-self: stretch;
      align-self: stretch; } }
.zpheader-style-03 .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }
  .zpheader-style-03 .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover:after {
    top: 100%; }

.zpheader-style-03 .theme-header .zpcontainer .theme-header-topbar {
  margin-top: -26px;
  margin-left: auto; }
  @media all and (min-width: 992px) {
    .zpheader-style-03 .theme-header .zpcontainer .theme-header-topbar {
      margin-top: 0; } }
  .zpheader-style-03 .theme-header .zpcontainer .theme-header-topbar.theme-portal-non-responsive {
    display: none; }
    @media all and (min-width: 992px) {
      .zpheader-style-03 .theme-header .zpcontainer .theme-header-topbar.theme-portal-non-responsive {
        display: block; } }
    .zpheader-style-03 .theme-header .zpcontainer .theme-header-topbar.theme-portal-non-responsive .theme-portal-style-03 {
      display: none; }
      @media all and (min-width: 992px) {
        .zpheader-style-03 .theme-header .zpcontainer .theme-header-topbar.theme-portal-non-responsive .theme-portal-style-03 {
          display: block; } }
.zpheader-style-03 .theme-header .theme-header-topbar {
  padding: 0; }
  .zpheader-style-03 .theme-header .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a {
    color: #364253; }

.zpheader-style-03 .theme-header.zpheader-style-navigation-03 {
  display: none;
  border-top: 1px solid rgba(202, 202, 202, 0.5); }
  @media all and (min-width: 992px) {
    .zpheader-style-03 .theme-header.zpheader-style-navigation-03 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .zpheader-style-03 .theme-header.zpheader-style-navigation-03 .zpcontainer {
    display: none;
    padding: 20px 15px; }
    .zpheader-style-03 .theme-header.zpheader-style-navigation-03 .zpcontainer.theme-responsive-menu-area {
      display: block; }
      @media all and (min-width: 992px) {
        .zpheader-style-03 .theme-header.zpheader-style-navigation-03 .zpcontainer.theme-responsive-menu-area {
          display: none; } }
    @media all and (min-width: 992px) {
      .zpheader-style-03 .theme-header.zpheader-style-navigation-03 .zpcontainer {
        padding: 0 15px;
        display: block; } }
.zpheader-style-03 .theme-header .theme-responsive-menu-area-style-03 {
  padding-left: 15px;
  margin-left: auto; }
  @media all and (min-width: 992px) {
    .zpheader-style-03 .theme-header .theme-responsive-menu-area-style-03 {
      display: none; } }
.zpheader-style-03.theme-header-fixed .zpheader-style-navigation-03 {
  border-top: 0 none; }

.zpheader-style-04 .theme-header-topbar .theme-topbar-contact-info {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  -o-flex: 1 0 0px;
  flex: 1 0 0px; }

.zpheader-style-04 .theme-header-topbar .theme-socialicon-parent {
  margin-left: auto;
  padding-left: 0;
  border-left: 0 none; }

.zpheader-style-04 .theme-header-topbar .theme-portal-login {
  margin-left: 15px;
  padding-left: 15px; }
  .zpheader-style-04 .theme-header-topbar .theme-portal-login.theme-portal-space {
    margin-left: auto; }
    @media all and (min-width: 992px) {
      .zpheader-style-04 .theme-header-topbar .theme-portal-login.theme-portal-space {
        border-left: 1px dotted #7a8da8;
        margin-left: 15px; } }
  .zpheader-style-04 .theme-header-topbar .theme-portal-login.theme-portal-space-style-04 {
    margin-left: auto; }

@media all and (min-width: 992px) {
  .zpheader-style-04 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
    margin-left: 25px; } }

@media all and (min-width: 992px) {
  .zpheader-style-04 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu ul ul {
    margin-left: 0px; } }

@media all and (min-width: 992px) {
  .zpheader-style-05 .theme-navigation-and-icons .theme-menu-area .theme-menu ul,
  .zpheader-style-04 .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; } }

.zpheader-style-05 .theme-portal-responsive-style-05 {
  margin-left: auto; }

.zpheader-style-05 .theme-header-topbar-05 {
  display: block; }
  @media all and (min-width: 992px) {
    .zpheader-style-05 .theme-header-topbar-05 {
      display: none; } }
.zpheader-style-05 .theme-header .zpcontainer {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media all and (min-width: 992px) {
    .zpheader-style-05 .theme-header .zpcontainer {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row; } }
.zpheader-style-05 .theme-header .theme-header-topbar {
  padding: 0;
  display: none;
  width: 100%;
  padding-bottom: 32px; }
  @media all and (min-width: 992px) {
    .zpheader-style-05 .theme-header .theme-header-topbar {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .zpheader-style-05 .theme-header .theme-header-topbar .theme-portal-login {
    padding-left: 15px;
    margin-left: auto; }
    @media all and (min-width: 992px) {
      .zpheader-style-05 .theme-header .theme-header-topbar .theme-portal-login {
        margin-left: 15px; } }
    @media all and (min-width: 992px) {
      .zpheader-style-05 .theme-header .theme-header-topbar .theme-portal-login.theme-portal-space {
        border-left: 1px dotted #7a8da8;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
  @media all and (min-width: 992px) {
    .zpheader-style-05 .theme-header .theme-header-topbar {
      width: auto;
      padding-bottom: 0px; } }
.zpheader-style-05 .theme-header.zpheader-style-navigation-05 {
  display: none; }
  @media all and (min-width: 992px) {
    .zpheader-style-05 .theme-header.zpheader-style-navigation-05 {
      display: block;
      background: #F7F8FA; } }
  @media all and (min-width: 992px) {
    .zpheader-style-05 .theme-header.zpheader-style-navigation-05.theme-header-transparent {
      background: rgba(247, 248, 250, 0.85); } }
.zpheader-style-05 .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search {
  margin-top: -20px;
  margin-bottom: -20px; }

@media all and (min-width: 992px) {
  .zpheader-style-05 .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul {
    padding-top: 20px; } }

@media all and (min-width: 992px) {
  .zpheader-style-05 .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul {
    padding-top: 0px; } }

.zpheader-style-05.theme-header-fixed .theme-header.zpheader-style-navigation-05 {
  background: transparent; }

.zpheader-style-05.theme-header-fixed.theme-header-animate .theme-header.zpheader-style-navigation-05 {
  background: #ffffff; }

.zpheader-style-05.theme-header-fixed.theme-header-animate .theme-header.theme-header-transparent {
  background: rgba(255, 255, 255, 0.8); }

.theme-topbar-not-in-header-05 {
  display: block; }

.theme-topbar-in-none-responsive-header-03 {
  display: block; }
  @media all and (min-width: 992px) {
    .theme-topbar-in-none-responsive-header-03 {
      display: none; } }
.zpheader-style-05 .theme-header .theme-header-topbar,
.zpheader-style-03 .theme-header .theme-header-topbar {
  background: transparent; }

@media all and (max-width: 768px) {
  .theme-checkout-topbar {
    display: none; }
  .zpheader-style-05 .theme-header-topbar-05.theme-checkout-topbar {
    display: none; } }

@media all and (max-width: 992px) {
  .theme-header {
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -o-flex: 1 0 0;
    flex: 1 0 0; }
    .theme-header .zpcontainer {
      width: 80%;
      -webkit-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      -o-flex: 1 0 auto;
      flex: 1 0 auto; }
    .theme-header .theme-responsive-menu-area.zpcontainer {
      -webkit-flex: 0 1 0;
      -moz-flex: 0 1 0;
      -ms-flex: 0 1 0;
      -o-flex: 0 1 0;
      flex: 0 1 0; }
  .zpheader-style-02 .theme-header {
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    -o-flex: 1 0 0px;
    flex: 1 0 0px; } }
  @media all and (max-width: 992px) and (min-width: 992px) {
    .zpheader-style-02 .theme-header {
      -webkit-flex: 1 0 0px;
      -moz-flex: 1 0 0px;
      -ms-flex: 1 0 0px;
      -o-flex: 1 0 0px;
      flex: 1 0 0px;
      max-width: none; } }
@media all and (max-width: 992px) {
    .zpheader-style-02 .theme-header .zpcontainer {
      width: 100%;
      -webkit-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      -o-flex: 1 0 auto;
      flex: 1 0 auto; } }
    @media all and (max-width: 992px) and (min-width: 992px) {
      .zpheader-style-02 .theme-header .zpcontainer {
        width: 80%; } }
@media all and (max-width: 992px) {
    .zpheader-style-02 .theme-header .theme-responsive-menu-area.zpcontainer {
      -webkit-flex: 0 1 0;
      -moz-flex: 0 1 0;
      -ms-flex: 0 1 0;
      -o-flex: 0 1 0;
      flex: 0 1 0; } }

.theme-vertical-navigation-container {
  background: #ffffff;
  display: none; }
  @media all and (min-width: 992px) {
    .theme-vertical-navigation-container {
      display: block; } }
  .theme-vertical-navigation-container .theme-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    padding: 30px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 250; }
    .theme-vertical-navigation-container .theme-header .zpcontainer {
      width: 100%;
      padding: 0;
      display: block; }
      .theme-vertical-navigation-container .theme-header .zpcontainer .theme-branding-info {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: 100%; }
        .theme-vertical-navigation-container .theme-header .zpcontainer .theme-branding-info .theme-logo-parent {
          padding-right: 0px;
          display: block;
          -webkit-flex: 1 0 0;
          -moz-flex: 1 0 0;
          -ms-flex: 1 0 0;
          -o-flex: 1 0 0;
          flex: 1 0 0; }
          @media all and (min-width: 992px) {
            .theme-vertical-navigation-container .theme-header .zpcontainer .theme-branding-info .theme-logo-parent {
              margin-bottom: 5px;
              width: 100%; } }
          @media all and (min-width: 992px) {
            .theme-vertical-navigation-container .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a {
              width: 100%;
              display: block;
              text-align: center; } }
        .theme-vertical-navigation-container .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
          text-align: center;
          padding-right: 0px; }
      .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-search-cart-container {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        padding: 15px 0px;
        border-top: 1px solid #CACACA;
        border-bottom: 1px solid #CACACA;
        margin-top: 25px;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-search-cart-container .theme-search-and-mini-cart-group .theme-search {
          position: static;
          margin-top: -15px;
          margin-bottom: -15px; }
          .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-search-cart-container .theme-search-and-mini-cart-group .theme-search .theme-search-field-container {
            left: 0; }
            @media all and (min-width: 992px) {
              .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-search-cart-container .theme-search-and-mini-cart-group .theme-search .theme-search-field-container {
                width: 100%; } }
            .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-search-cart-container .theme-search-and-mini-cart-group .theme-search .theme-search-field-container input[type="text"] {
              width: 100%; }
      @media all and (min-width: 992px) {
        .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons {
          display: block; } }
      .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons.theme-vertical-navigation-search-cart-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul {
        display: block; }
        .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li {
          margin-left: 0;
          margin-top: 25px;
          margin-right: -30px;
          padding-right: 30px; }
          .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li > a {
            padding: 0px 10px 0px 0px;
            position: relative;
            word-wrap: break-word;
            word-break: break-word;
            text-align: left;
            line-height: normal; }
            @media all and (min-width: 992px) {
              .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li > a {
                display: block; } }
          .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover > a, .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected > a {
            background: transparent;
            color: #2596be; }
          .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li .theme-sub-li-menu.theme-non-responsive-menu {
            right: 0px;
            position: absolute;
            -webkit-transform: rotate(45deg) translate(0px, -50%);
            -moz-transform: rotate(45deg) translate(0px, -50%);
            -ms-transform: rotate(45deg) translate(0px, -50%);
            -o-transform: rotate(45deg) translate(0px, -50%);
            transform: rotate(45deg) translate(0px, -50%); }
            @media all and (min-width: 992px) {
              .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li .theme-sub-li-menu.theme-non-responsive-menu {
                margin-left: auto; } }
          .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li > ul {
            top: 0;
            left: 100%;
            padding-top: 0px; }
            .theme-vertical-navigation-container .theme-header .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li > ul > li .theme-sub-li-menu.theme-non-responsive-menu {
              right: 35px; }
      .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-contact-social {
        padding-top: 25px;
        border-top: 1px solid #CACACA; }
        .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-contact-social .theme-header-topbar {
          padding: 0px;
          margin: 0px;
          background: transparent; }
          .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-contact-social .theme-header-topbar .theme-socialicon-parent {
            border: 0 none;
            margin: 0px;
            padding: 0px; }
            .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-contact-social .theme-header-topbar .theme-socialicon-parent ul.theme-scoialicon-inner-parent {
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              width: 100%;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              -o-flex-wrap: wrap;
              flex-wrap: wrap; }
          .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-contact-social .theme-header-topbar .theme-topbar-contact-info.theme-verticalheader-top-space {
            margin-top: 15px; }
          .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-contact-social .theme-header-topbar .theme-topbar-contact-info ul {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column; }
            .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-contact-social .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info:last-child {
              margin-left: 0px;
              padding-left: 0px;
              border-left: 0 none;
              margin-top: 15px; }
            .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-contact-social .theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info:only-child {
              margin-top: 0px; }
      .theme-vertical-navigation-container .theme-header .zpcontainer.theme-vertical-navigation-contact-social-container {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 30px;
        left: 0; }
      .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-portal {
        margin: -30px -30px 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        @media only screen and (min-width: 1200px) {
          .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-portal {
            margin: -30px -30px 30px; } }
        .theme-vertical-navigation-container .theme-header .zpcontainer .theme-vertical-navigation-portal .theme-portal-login .theme-portal-container {
          padding: 0 30px; }
  .theme-vertical-navigation-container .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:only-child .theme-search-icon {
    padding-left: 0px; }
  .theme-vertical-navigation-container.theme-veritical-nav-with-sidebar {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
    z-index: 300; }
    @media all and (min-width: 992px) {
      .theme-vertical-navigation-container.theme-veritical-nav-with-sidebar {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .theme-vertical-navigation-container.theme-veritical-nav-with-sidebar .theme-header {
      position: relative;
      height: auto;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      width: 300px;
      padding: 30px; }
    .theme-vertical-navigation-container.theme-veritical-nav-with-sidebar .theme-sidebar-area {
      padding-top: 50px;
      padding-bottom: 180px; }

@media all and (min-width: 992px) {
  .zpbanner-for-header-06 {
    padding-left: 300px; } }

.zpbanner-for-header-06 .zphero .zsslider-arrows-container .zsslider-arrow-left {
  left: 50px; }

.zpbanner-for-header-06 .zphero .zsslider-arrows-container .zsslider-arrow-right {
  right: 50px; }

@media all and (min-width: 992px) {
  .zpcontent-for-header-06,
  .zpfooter-for-header-06 {
    padding-left: 300px; } }

@media all and (min-width: 992px) {
  .zpbanner-for-header-06 .zpcontainer,
  .zpcontent-for-header-06 .zpcontainer,
  .zpfooter-for-header-06 .zpcontainer {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px; } }

@media (min-width: 1500px) {
  .zpbanner-for-header-06 .zpcontainer,
  .zpcontent-for-header-06 .zpcontainer,
  .zpfooter-for-header-06 .zpcontainer {
    width: 1100px; } }

.theme-vertical-navigation-resposnive {
  display: block;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); }
  @media all and (min-width: 992px) {
    .theme-vertical-navigation-resposnive {
      display: none; } }
  .theme-vertical-navigation-resposnive .theme-header {
    position: relative; }
  .theme-vertical-navigation-resposnive .theme-header-topbar .theme-search-minicart-responsive {
    margin-right: auto; }
  .theme-vertical-navigation-resposnive .theme-portal-style-06 {
    margin-left: auto; }

@media all and (max-width: 768px) {
  .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
    max-height: 35vh;
    max-width: 75vw; }
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto {
      height: auto !important;
      width: auto !important; }
  .zpheader-style-01.theme-mobile-header-fixed,
  .zpheader-style-02.theme-mobile-header-fixed,
  .zpheader-style-03.theme-mobile-header-fixed,
  .zpheader-style-04.theme-mobile-header-fixed,
  .zpheader-style-05.theme-mobile-header-fixed {
    position: fixed;
    top: 0px;
    z-index: 250;
    right: 0px;
    width: 100%; } }

.theme-navigation-and-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -o-align-self: stretch;
  align-self: stretch; }
  @media all and (min-width: 992px) {
    .theme-navigation-and-icons {
      -webkit-flex: 1 0 0px;
      -moz-flex: 1 0 0px;
      -ms-flex: 1 0 0px;
      -o-flex: 1 0 0px;
      flex: 1 0 0px;
      max-width: 100%;
      margin-left: auto; } }
  .theme-navigation-and-icons .theme-menu-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media all and (min-width: 768px) {
      .theme-navigation-and-icons .theme-menu-area {
        width: auto;
        width: 100%;
        -webkit-flex: 1 0 0px;
        -moz-flex: 1 0 0px;
        -ms-flex: 1 0 0px;
        -o-flex: 1 0 0px;
        flex: 1 0 0px; } }
    @media all and (min-width: 992px) {
      .theme-navigation-and-icons .theme-menu-area {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .theme-navigation-and-icons .theme-menu-area .theme-menu {
      width: 100%;
      background: #ffffff;
      position: absolute;
      left: 0;
      top: 100%;
      height: auto;
      overflow: hidden;
      z-index: 280;
      border-top: 3px solid #2596be;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      visibility: hidden; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu.theme-change-zindex {
        z-index: auto; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu {
        border: 1px solid #364253;
        border-radius: 100%;
        height: 20px;
        position: absolute;
        right: 13px;
        top: 20px;
        width: 20px;
        display: block; }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu {
            display: none; } }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu:before,
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-menu:after {
        background-color: #364253;
        content: " ";
        height: 12px;
        left: 8px;
        position: absolute;
        top: 3px;
        width: 2px; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .close-menu:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .close-menu:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      @media all and (min-width: 992px) {
        .theme-navigation-and-icons .theme-menu-area .theme-menu {
          position: static;
          background: none;
          width: auto;
          max-width: 100%;
          -webkit-flex: 1 0 0px;
          -moz-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
          -o-flex: 1 0 0px;
          flex: 1 0 0px;
          padding-top: 0;
          visibility: visible;
          height: 100%;
          overflow: visible;
          border-top: none;
          -webkit-box-shadow: 0 0 0 transparent;
          -moz-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent; } }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu {
        cursor: pointer;
        display: inline;
        position: absolute;
        right: 10px;
        text-align: center;
        line-height: 0;
        top: 50%;
        height: 25px;
        width: 25px;
        background: whitesmoke;
        -webkit-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%); }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu {
            margin-left: 5px;
            position: static;
            -webkit-transform: translate(0px, 0px);
            -moz-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            background: transparent; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-down-arrow, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-up-arrow {
          border: 0 none;
          width: 35px;
          height: 80%;
          background: transparent; }
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-down-arrow:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-up-arrow:after {
            display: block;
            height: 6px;
            width: 6px;
            border-right: 1px solid;
            border-top: 1px solid;
            background: transparent;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            margin-left: 10px;
            content: "";
            left: 5px;
            top: 40%;
            position: absolute; }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-down-arrow, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-right-arrow {
            display: block;
            height: 6px;
            width: 6px;
            border-right: 1px solid;
            border-top: 1px solid;
            background: transparent;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            margin-left: 10px; } }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-down-arrow:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-right-arrow:after {
            display: none; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-up-arrow:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 50%; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-up-arrow:after {
              display: none; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-submenu-right-arrow {
          -webkit-transform: rotate(45deg) translate(0, -50%);
          -moz-transform: rotate(45deg) translate(0, -50%);
          -ms-transform: rotate(45deg) translate(0, -50%);
          -o-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
          margin-left: auto;
          position: absolute; }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-responsive-menu {
          display: inline; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-responsive-menu {
              display: none; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-non-responsive-menu {
          display: none; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-sub-li-menu.theme-non-responsive-menu {
              display: block; } }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-close-li-menu {
        display: none; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
        overflow: auto;
        padding: 0; }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul {
            max-height: none;
            overflow: visible;
            text-align: right;
            padding-left: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            max-width: 100%;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            -ms-justify-content: flex-end;
            -o-justify-content: flex-end;
            justify-content: flex-end; } }
        .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
          position: relative;
          padding: 0px;
          list-style: none; }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:last-of-type {
            border-bottom: none; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:first-of-type {
              margin-left: 0; } }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
              padding: 0px 0px; } }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            position: relative;
            color: #364253;
            font-size: 15px;
            font-weight: normal;
            padding: 10px 45px 10px 15px;
            word-wrap: break-word;
            word-break: break-word;
            -webkit-transition: 0.15s linear;
            -moz-transition: 0.15s linear;
            -ms-transition: 0.15s linear;
            -o-transition: 0.15s linear;
            transition: 0.15s linear;
            -webkit-text-size-adjust: 100%; }
            @media all and (min-width: 992px) {
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
                padding: 0;
                border-bottom: none;
                position: relative;
                height: 100%;
                padding: 8px 16px;
                border-radius: 3px;
                line-height: 1;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                color: #364253;
                font-size: 15px;
                font-family: 'Lato', sans-serif;
                -webkit-text-size-adjust: auto; } }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
              margin-left: 25px; } }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul {
            position: static;
            background: none;
            position: static;
            padding-bottom: 0;
            display: none;
            padding-right: 0;
            max-height: none;
            background: #F7F8FA; }
            @media all and (min-width: 992px) {
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul {
                position: absolute;
                left: 0;
                display: none;
                background: none;
                z-index: 280;
                padding-top: 25px;
                top: 100%; }
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul.theme-sub-menu-position-change {
                  left: auto;
                  padding-left: 0px;
                  min-width: 260px;
                  padding-right: 3px;
                  right: 0px; }
                  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul.theme-sub-menu-position-change > li {
                    min-width: 0px; } }
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li {
              border-bottom: 0;
              margin-left: 0;
              text-align: left;
              padding-left: 15px; }
              @media all and (min-width: 992px) {
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li {
                  min-width: 260px;
                  width: 100%;
                  margin-top: 0;
                  background: #ffffff;
                  padding: 5px 10px;
                  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
                  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
                  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
                  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); } }
              @media all and (min-width: 992px) {
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:only-of-type {
                  padding: 10px;
                  -webkit-border-radius: 5px;
                  -moz-border-radius: 5px;
                  -ms-border-radius: 5px;
                  -o-border-radius: 5px;
                  border-radius: 5px;
                  -webkit-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
                  -moz-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
                  -ms-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
                  -o-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1); } }
              @media all and (min-width: 992px) {
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:first-child {
                  padding-top: 10px;
                  -webkit-border-radius: 5px 5px 0 0;
                  -moz-border-radius: 5px 5px 0 0;
                  -ms-border-radius: 5px 5px 0 0;
                  -o-border-radius: 5px 5px 0 0;
                  border-radius: 5px 5px 0 0;
                  -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
                  -moz-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
                  -ms-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
                  -o-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1); } }
              @media all and (min-width: 992px) {
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:last-child {
                  -webkit-border-radius: 0 0 5px 5px;
                  -moz-border-radius: 0 0 5px 5px;
                  -ms-border-radius: 0 0 5px 5px;
                  -o-border-radius: 0 0 5px 5px;
                  border-radius: 0 0 5px 5px;
                  -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);
                  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
                  padding-bottom: 10px; } }
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
                padding: 10px;
                padding-right: 45px;
                display: block;
                font-size: 15px;
                font-family: 'Lato', sans-serif;
                font-size: 14px;
                position: relative;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                -ms-border-radius: 25px;
                -o-border-radius: 25px;
                border-radius: 25px;
                font-weight: normal;
                -webkit-text-size-adjust: 100%;
                line-height: normal; }
                @media all and (min-width: 992px) {
                  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
                    color: #364253;
                    width: 100%;
                    text-transform: none;
                    padding: 8px 10px;
                    padding-right: 25px;
                    -webkit-justify-content: space-between;
                    -moz-justify-content: space-between;
                    -ms-justify-content: space-between;
                    -o-justify-content: space-between;
                    justify-content: space-between;
                    -webkit-text-size-adjust: auto; } }
                @media all and (min-width: 992px) {
                  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a .theme-sub-li-menu {
                    right: 10px;
                    position: absolute;
                    top: 50%; } }
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:hover > a {
                background: transparent; }
                @media all and (min-width: 992px) {
                  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:hover > a {
                    color: #364253;
                    background: rgba(37, 150, 190, 0.1); } }
              @media all and (min-width: 992px) {
                .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:only-child {
                  -webkit-border-radius: 5px;
                  -moz-border-radius: 5px;
                  -ms-border-radius: 5px;
                  -o-border-radius: 5px;
                  border-radius: 5px;
                  -webkit-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
                  -moz-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
                  -ms-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
                  -o-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1); } }
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul {
              top: 0;
              left: 100%;
              padding-top: 0;
              padding-left: 0; }
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul.theme-sub-menu-position-change {
                left: -100%;
                padding-left: 0px; }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
            background: none; }
            @media all and (min-width: 992px) {
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
                background: #2596be;
                color: #ffffff; } }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a {
            background: none;
            color: #2596be; }
            @media all and (min-width: 992px) {
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a {
                background: #2596be;
                color: #ffffff; } }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > ul {
              display: block !important; } }
          .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > ul li.theme-menu-selected > a {
            background: transparent; }
            @media all and (min-width: 992px) {
              .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > ul li.theme-menu-selected > a {
                color: #364253;
                background: rgba(37, 150, 190, 0.1); } }
  .theme-navigation-and-icons .theme-search-and-mini-cart-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    -o-align-self: stretch;
    align-self: stretch; }
    .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search {
      padding-top: 0;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      -o-align-self: center;
      align-self: center; }
      @media all and (min-width: 992px) {
        .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-self: stretch;
          -moz-align-self: stretch;
          -ms-align-self: stretch;
          -o-align-self: stretch;
          align-self: stretch;
          margin-bottom: -32px;
          margin-top: -32px;
          position: relative; } }
      .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon {
        border: 0 none;
        padding-left: 0;
        padding: 0 15px;
        line-height: 0;
        display: block;
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-align-self: center;
        -o-align-self: center;
        align-self: center;
        cursor: pointer; }
        .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon svg {
          width: 17px;
          height: 17px;
          fill: #364253; }
      .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-field-container {
        border-top: 3px solid #2596be;
        -webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 21px rgba(0, 0, 0, 0.2);
        display: none;
        position: absolute;
        top: 100%;
        right: 15px;
        z-index: 300;
        width: 300px; }
        @media all and (min-width: 992px) {
          .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-field-container {
            width: auto; } }
        .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-field-container input[type="text"] {
          width: 300px;
          font-size: 16px;
          padding: 5px 60px 5px 20px;
          height: 50px;
          background: #ffffff;
          border: 0 none;
          font-family: inherit;
          color: #6C798B;
          font-family: inherit; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-field-container input[type="text"] {
              width: 474px;
              font-size: 14px; } }
        .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-field-container .theme-search-go {
          height: 100%;
          width: 60px;
          top: 0px;
          right: 0;
          position: absolute;
          background: #2596be;
          color: #ffffff;
          font-weight: normal;
          font-size: 18px;
          font-family: 'Lato', sans-serif;
          text-align: center;
          display: block;
          -webkit-appearance: none;
          border-radius: 0px; }
    .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      -o-align-self: center;
      align-self: center; }
      .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon {
        padding: 0 15px 0px 0px;
        line-height: 0;
        display: block;
        position: relative;
        margin-top: 1px;
        cursor: pointer; }
        .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon svg {
          width: 24px;
          height: 24px;
          fill: #364253;
          stroke: #364253; }
        .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon .theme-mini-cart-count {
          background: #2596be;
          border-radius: 100%;
          color: #ffffff;
          display: block;
          font-size: 10px;
          line-height: 0.6;
          padding: 6px;
          position: absolute;
          right: 5px;
          text-align: center;
          top: -7px;
          visibility: hidden; }
    .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:first-child .theme-search-icon {
      border-right: 1px dotted #b8c2d0;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      margin-right: 15px; }
    .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:only-child {
      margin-left: 0; }
      .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:only-child .theme-search-icon {
        padding-right: 0;
        border-right: 0 none;
        margin-right: 0px; }
      .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:only-child .theme-search-field-container {
        right: 0px; }
      @media all and (min-width: 992px) {
        .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:only-child {
          margin-left: 20px; } }
    .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item .theme-search-hide-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      z-index: 285; }

@media all and (min-width: 992px) {
  .theme-vertical-navigation-container .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:only-child {
    margin-left: 0px; } }

.theme-responsive-menu-area.zpcontainer {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -o-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center; }
  @media all and (min-width: 992px) {
    .theme-responsive-menu-area.zpcontainer {
      display: none; } }
  .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container {
    cursor: pointer;
    height: 20px;
    width: 23px;
    margin: 0 auto;
    position: relative;
    margin-top: -13px; }
    .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon {
      display: block;
      width: 100%;
      height: 2px;
      background: #2596be;
      position: relative;
      margin-top: 15px; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:before, .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after {
        background: #2596be;
        content: "";
        height: 3px;
        left: 0;
        margin-bottom: 5px;
        position: absolute;
        top: 8px;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        -ms-transition: 0.3s linear;
        -o-transition: 0.3s linear;
        transition: 0.3s linear; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after {
        top: 16px; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon.theme-close-icon {
        background: transparent; }
        .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon.theme-close-icon:before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 10px; }
        .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon.theme-close-icon:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 10px; }
    @media all and (min-width: 992px) {
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container {
        display: none; } }
  .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent {
    -webkit-flex: 1 1 0px;
    -moz-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    -o-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 22px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent li {
      padding: 0; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent li a {
        padding: 0; }
        .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent li a svg {
          height: 14px;
          width: 14px;
          fill: #364253;
          margin-right: 10px; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent li:last-child a svg {
        margin-right: 10px; }
  .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu > ul {
    border-bottom: 1px solid silver; }
  .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-left: auto; }
      .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li {
        padding: 0;
        margin-right: 20px; }
        .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li a {
          padding-left: 0px;
          padding-right: 0px; }
          .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li a svg {
            height: 14px;
            width: 14px;
            fill: #364253;
            margin-right: 10px; }
          .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li a .theme-topbar-info-icon-text {
            display: none; }
            @media all and (min-width: 992px) {
              .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-topbar-contact-info ul:first-child li a .theme-topbar-info-icon-text {
                display: inline; } }
.theme-responsive-menu-area.theme-navigation-and-icons .theme-menu-area .theme-menu.theme-toggle-animate {
  visibility: visible;
  max-height: 50vh;
  overflow: auto; }

@-webkit-keyframes toggleAnimate {
  from {
    max-height: 0; } }

@-moz-keyframes toggleAnimate {
  from {
    max-height: 0; } }

@-ms-keyframes toggleAnimate {
  .theme-responsive-menu-area.theme-navigation-and-icons .theme-menu-area .theme-menu from {
    max-height: 0; } }

@-o-keyframes toggleAnimate {
  from {
    max-height: 0; } }

@keyframes toggleAnimate {
  from {
    max-height: 0; } }

.theme-responsive-menu-area.theme-navigation-and-icons .theme-menu-area .theme-menu.theme-toggle-animate-end {
  max-height: 0; }

@-webkit-keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible; } }

@-moz-keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible; } }

@-ms-keyframes toggleAnimateEnd {
  .theme-responsive-menu-area.theme-navigation-and-icons .theme-menu-area .theme-menu from {
    max-height: 100vh;
    visibility: visible; } }

@-o-keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible; } }

@keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible; } }

body.theme-body-overflowhidden {
  overflow: hidden; }

@media all and (min-width: 992px) {
  .theme-header-animate {
    right: 0;
    width: 100%;
    top: 0;
    z-index: 250;
    position: fixed;
    visibility: visible;
    -webkit-animation: headerStart 0.8s linear 1 alternate;
    -moz-animation: headerStart 0.8s linear 1 alternate;
    -ms-animation: headerStart 0.8s linear 1 alternate;
    -o-animation: headerStart 0.8s linear 1 alternate;
    animation: headerStart 0.8s linear 1 alternate;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); } }

.zpheader-style-04 .theme-header .zpcontainer,
.zpheader-style-01 .theme-header .zpcontainer {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear; }

@media all and (min-width: 992px) {
  .theme-header-transparent {
    background: rgba(255, 255, 255, 0.9); } }

@media all and (min-width: 992px) {
  .theme-header-transparent.zpdark-header-portion.theme-header {
    background: rgba(54, 66, 83, 0.9); } }

@-webkit-keyframes noTopBarAni {
  from {
    top: -300px; } }

@-moz-keyframes noTopBarAni {
  from {
    top: -300px; } }

@-ms-keyframes noTopBarAni {
  from {
    top: -300px; } }

@-o-keyframes noTopBarAni {
  from {
    top: -300px; } }

@keyframes noTopBarAni {
  from {
    top: -300px; } }

@-webkit-keyframes headerStart {
  from {
    top: -300px; } }

@-moz-keyframes headerStart {
  from {
    top: -300px; } }

@-ms-keyframes headerStart {
  from {
    top: -300px; } }

@-o-keyframes headerStart {
  from {
    top: -300px; } }

@keyframes headerStart {
  from {
    top: -300px; } }

@media all and (min-width: 992px) {
  .theme-header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 248; } }

@media all and (min-width: 992px) {
  .theme-header-fixed.theme-header-transparent {
    background: transparent; } }

@media all and (min-width: 992px) {
  .theme-header-fixed .theme-header-topbar {
    background: transparent; } }

@media all and (min-width: 992px) {
  .theme-header-fixed .theme-header {
    background: transparent;
    box-shadow: none; } }

@media all and (min-width: 992px) {
  .theme-header-fixed .theme-header .theme-menu-area .theme-menu ul li:hover > a, .theme-header-fixed .theme-header .theme-menu-area .theme-menu ul li.theme-menu-selected > a {
    background: transparent;
    color: #2596be; } }

@media all and (min-width: 992px) {
  .theme-header-fixed .theme-header .theme-menu-area .theme-menu ul li ul li:hover > a, .theme-header-fixed .theme-header .theme-menu-area .theme-menu ul li ul li.theme-menu-selected > a {
    background: rgba(37, 150, 190, 0.1);
    color: #364253; } }

@media all and (min-width: 992px) {
  .theme-header-fixed .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear; } }

@media all and (min-width: 992px) {
  .theme-header-fixed .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a, .theme-header-fixed .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a {
    background: transparent;
    color: #ffffff; } }

.theme-header-fixed .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
  color: #364253; }

@media all and (min-width: 992px) {
  .theme-header-fixed .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:hover > a, .theme-header-fixed .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li.theme-menu-selected > a {
    background: rgba(37, 150, 190, 0.1);
    color: #364253; } }

.theme-header-fixed.theme-header-animate {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
  @media all and (min-width: 992px) {
    .theme-header-fixed.theme-header-animate .theme-header {
      background: #ffffff;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); } }
  @media all and (min-width: 992px) {
    .theme-header-fixed.theme-header-animate .theme-header.theme-header-transparent {
      background: rgba(255, 255, 255, 0.9); } }
  @media all and (min-width: 992px) {
    .theme-header-fixed.theme-header-animate .theme-header.theme-header-transparent.zpdark-header-portion {
      background: rgba(54, 66, 83, 0.9); } }
.theme-header-fixed.zpheader-style-02 .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover:after, .theme-header-fixed.zpheader-style-02 .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected:after, .theme-header-fixed.zpheader-style-03 .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover:after, .theme-header-fixed.zpheader-style-03 .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected:after {
  background: #ffffff; }

@-webkit-keyframes fixedHeaderStart {
  from {
    opacity: 0; } }

@-moz-keyframes fixedHeaderStart {
  from {
    opacity: 0; } }

@-ms-keyframes fixedHeaderStart {
  from {
    opacity: 0; } }

@-o-keyframes fixedHeaderStart {
  from {
    opacity: 0; } }

@keyframes fixedHeaderStart {
  from {
    opacity: 0; } }

@-webkit-keyframes fixedHeaderEnd {
  from {
    background: #ffffff;
    opacity: 0; } }

@-moz-keyframes fixedHeaderEnd {
  from {
    background: #ffffff;
    opacity: 0; } }

@-ms-keyframes fixedHeaderEnd {
  from {
    background: #ffffff;
    opacity: 0; } }

@-o-keyframes fixedHeaderEnd {
  from {
    background: #ffffff;
    opacity: 0; } }

@keyframes fixedHeaderEnd {
  from {
    background: #ffffff;
    opacity: 0; } }

.zphero-full-screen .zphero {
  height: 100vh !important; }

@media all and (min-width: 992px) {
  .zphero .zpflex-align-self-end {
    padding-bottom: 80px !important; } }

.zphero .zphero-slides,
.zphero .zphero-slide {
  padding: 0; }

.zphero .zsslider-arrows-container .zsslider-arrow-left,
.zphero .zsslider-arrows-container .zsslider-arrow-right {
  z-index: 200 !important; }
  .zphero .zsslider-arrows-container .zsslider-arrow-left svg,
  .zphero .zsslider-arrows-container .zsslider-arrow-right svg {
    -webkit-transition: fill 0.5s linear;
    -moz-transition: fill 0.5s linear;
    -ms-transition: fill 0.5s linear;
    -o-transition: fill 0.5s linear;
    transition: fill 0.5s linear; }

@media all and (min-width: 992px) {
  .zphero-fullwidth-overlap .zphero {
    height: 72vh !important; } }

.zphero-boxed .zphero ul li.zphero-slide .zphero-slider-container,
.zpbanner-for-header-06 .zphero ul li.zphero-slide .zphero-slider-container {
  padding-left: 15px;
  padding-right: 15px; }
  @media all and (min-width: 992px) {
    .zphero-boxed .zphero ul li.zphero-slide .zphero-slider-container,
    .zpbanner-for-header-06 .zphero ul li.zphero-slide .zphero-slider-container {
      padding-left: 60px;
      padding-right: 60px; } }
.zphero-boxed {
  padding-top: 50px; }
  .zphero-boxed.zpbanner-for-header-06.zpcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media all and (min-width: 992px) {
      .zphero-boxed.zpbanner-for-header-06.zpcontainer {
        padding-left: 300px;
        padding-right: 0px; } }
    .zphero-boxed.zpbanner-for-header-06.zpcontainer .zpcontent-container.hero-container {
      width: 100%;
      padding-right: 0px;
      padding-left: 0px; }
      @media all and (min-width: 992px) {
        .zphero-boxed.zpbanner-for-header-06.zpcontainer .zpcontent-container.hero-container {
          padding-left: 50px;
          padding-right: 50px; } }
@media (min-width: 1500px) {
  .zphero-boxed.zpbanner-for-header-06.zpcontainer {
    width: 100%; }
    .zphero-boxed.zpbanner-for-header-06.zpcontainer .zpcontent-container.hero-container {
      width: 1100px;
      margin: 0 auto; } }

.zpdark-header-portion.theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info a, .zpdark-header-portion.theme-header .theme-topbar-contact-info ul .theme-topbar-info a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.zpdark-header-portion.theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info:last-child, .zpdark-header-portion.theme-header .theme-topbar-contact-info ul .theme-topbar-info:last-child {
  border-left-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.zpdark-header-portion.theme-header-topbar .theme-socialicon-parent, .zpdark-header-portion.theme-header .theme-socialicon-parent {
  border-left-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }
  .zpdark-header-portion.theme-header-topbar .theme-socialicon-parent ul li a svg, .zpdark-header-portion.theme-header .theme-socialicon-parent ul li a svg {
    fill: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear; }

.zpdark-header-portion.theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a, .zpdark-header-portion.theme-header .theme-portal-login .theme-portal-container .theme-portal-content a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.zpdark-header-portion.theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content:last-child, .zpdark-header-portion.theme-header .theme-portal-login .theme-portal-container .theme-portal-content:last-child {
  border-left-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.zpdark-header-portion.theme-header-topbar .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name,
.zpdark-header-portion.theme-header-topbar .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption, .zpdark-header-portion.theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name,
.zpdark-header-portion.theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption {
  color: rgba(255, 255, 255, 0.8); }

.zpdark-header-portion.theme-header {
  background: #364253;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto; }
  @media all and (min-width: 992px) {
    .zpdark-header-portion.theme-header {
      background: #3c495c;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      -o-flex: 0 1 auto;
      flex: 0 1 auto; } }
  @media all and (min-width: 992px) {
    .zpdark-header-portion.theme-header .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li > a {
      color: rgba(255, 255, 255, 0.8); } }
  @media all and (min-width: 992px) {
    .zpdark-header-portion.theme-header .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover > a {
      background: #5e7391;
      color: #ffffff; } }
  @media all and (min-width: 992px) {
    .zpdark-header-portion.theme-header .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected > a {
      background: #5e7391; } }
  @media all and (min-width: 992px) {
    .zpdark-header-portion.theme-header .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li ul li:first-of-type {
      border-top-color: #7a8da8; } }
.zpdark-header-portion.theme-header-topbar {
  background: #323d4d; }
  @media all and (min-width: 992px) {
    .zpdark-header-portion.theme-header-topbar {
      background: #364253; } }
.zpdark-header-portion .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon {
  background: #ffffff; }
  .zpdark-header-portion .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon.theme-close-icon {
    background: transparent; }
  .zpdark-header-portion .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:before, .zpdark-header-portion .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after {
    background: #ffffff; }

.zpdark-header-portion.theme-header .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon svg, .zpdark-header-portion.theme-header-topbar .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon svg {
  fill: rgba(255, 255, 255, 0.8); }

.zpdark-header-portion.theme-header .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon svg, .zpdark-header-portion.theme-header-topbar .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon svg {
  fill: rgba(255, 255, 255, 0.8);
  stroke: rgba(255, 255, 255, 0.8); }

.zpdark-header-portion.theme-header .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:first-child .theme-search-icon, .zpdark-header-portion.theme-header-topbar .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:first-child .theme-search-icon {
  border-right-color: rgba(255, 255, 255, 0.8); }

.zpheader-style-02 .zpdark-header-portion.theme-header {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  -o-flex: 1 0 0px;
  flex: 1 0 0px; }
  .zpheader-style-02 .zpdark-header-portion.theme-header.theme-header-navigation-style {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto; }

@media all and (min-width: 992px) {
  .theme-header-fixed .zpdark-header-portion.theme-header {
    background: transparent; } }

@media all and (min-width: 992px) {
  .theme-header-fixed .zpdark-header-portion.theme-header-topbar {
    background: transparent; } }

@media all and (min-width: 992px) {
  .theme-header-fixed.theme-header-animate .zpdark-header-portion.theme-header {
    background: #3c495c; } }

.zpheader-style-03 .theme-header.zpdark-header-portion .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.zpheader-style-03 .theme-header.zpdark-header-portion .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content ul li a {
  color: #364253; }
  .zpheader-style-03 .theme-header.zpdark-header-portion .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content ul li a:hover {
    color: #2596be; }

.zpheader-style-03 .theme-header.zpdark-header-portion .zpcontainer .theme-navigation-and-icons.theme-search-mini-cart-style-03 .theme-search-icon {
  border-left-color: #ffffff; }

.zpheader-style-04 .zpdark-header-portion.theme-header-topbar .theme-portal-login.theme-portal-space {
  border-left-color: #f2f2f2;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.zpheader-style-02 .zpdark-header-portion.theme-header.theme-header-navigation-style,
.zpheader-style-05 .zpdark-header-portion.theme-header.theme-header-navigation-style {
  background: transparent; }
  @media all and (min-width: 992px) {
    .zpheader-style-02 .zpdark-header-portion.theme-header.theme-header-navigation-style,
    .zpheader-style-05 .zpdark-header-portion.theme-header.theme-header-navigation-style {
      background: #364253;
      border-top: 0 none; } }
  .zpheader-style-02 .zpdark-header-portion.theme-header.theme-header-navigation-style.theme-header-transparent,
  .zpheader-style-05 .zpdark-header-portion.theme-header.theme-header-navigation-style.theme-header-transparent {
    background: rgba(54, 66, 83, 0.8); }

@media all and (min-width: 992px) {
  .zpheader-style-02.theme-header-fixed .zpdark-header-portion.theme-header.theme-header-navigation-style,
  .zpheader-style-05.theme-header-fixed .zpdark-header-portion.theme-header.theme-header-navigation-style {
    background: transparent; } }

@media all and (min-width: 992px) {
  .zpheader-style-02.theme-header-fixed .zpdark-header-portion.theme-header.theme-header-navigation-style.theme-header-transparent,
  .zpheader-style-05.theme-header-fixed .zpdark-header-portion.theme-header.theme-header-navigation-style.theme-header-transparent {
    background: rgba(54, 66, 83, 0.8); } }

@media all and (min-width: 992px) {
  .zpheader-style-02.theme-header-fixed.theme-header-animate .zpdark-header-portion.theme-header.theme-header-navigation-style,
  .zpheader-style-05.theme-header-fixed.theme-header-animate .zpdark-header-portion.theme-header.theme-header-navigation-style {
    background: #364253; } }

@media all and (min-width: 992px) {
  .zpheader-style-02.theme-header-fixed.theme-header-animate .zpdark-header-portion.theme-header.theme-header-navigation-style.theme-header-transparent,
  .zpheader-style-05.theme-header-fixed.theme-header-animate .zpdark-header-portion.theme-header.theme-header-navigation-style.theme-header-transparent {
    background: rgba(54, 66, 83, 0.8); } }

@media all and (max-width: 992px) {
  .zpheader-style-02 .theme-header.theme-responsive-dark {
    background: #364253; }
    .zpheader-style-02 .theme-header.theme-responsive-dark .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon {
      background: #ffffff; }
      .zpheader-style-02 .theme-header.theme-responsive-dark .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after, .zpheader-style-02 .theme-header.theme-responsive-dark .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:before {
        background: #ffffff; }
      .zpheader-style-02 .theme-header.theme-responsive-dark .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon.theme-close-icon {
        background: transparent; }
  .zpheader-style-02 .zpdark-header-portion .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon {
    background: #2596be; }
    .zpheader-style-02 .zpdark-header-portion .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:after, .zpheader-style-02 .zpdark-header-portion .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon:before {
      background: #2596be; }
    .zpheader-style-02 .zpdark-header-portion .theme-responsive-menu-area.zpcontainer .theme-responsive-menu-container .theme-burger-icon.theme-close-icon {
      background: transparent; }
  .zpheader-style-02 .zpdark-header-portion.theme-header.theme-responsive-dark {
    background: #364253; } }

.zpheader-style-03 .zpdark-header-portion.theme-header.zpheader-style-navigation-03 {
  background: #364253;
  border-top: 0 none; }
  .zpheader-style-03 .zpdark-header-portion.theme-header.zpheader-style-navigation-03.theme-header-transparent {
    background: rgba(54, 66, 83, 0.8); }

@media all and (min-width: 992px) {
  .zpheader-style-03.theme-header-fixed .zpdark-header-portion.theme-header.zpheader-style-navigation-03 {
    background: transparent; } }

@media all and (min-width: 992px) {
  .zpheader-style-03.theme-header-fixed .zpdark-header-portion.theme-header.zpheader-style-navigation-03.theme-header-transparent {
    background: rgba(54, 66, 83, 0.8); } }

.zpheader-style-03.theme-header-fixed.theme-header-animate .zpdark-header-portion.theme-header.zpheader-style-navigation-03 {
  background: #364253; }
  .zpheader-style-03.theme-header-fixed.theme-header-animate .zpdark-header-portion.theme-header.zpheader-style-navigation-03.theme-header-transparent {
    background: rgba(54, 66, 83, 0.8); }

@media all and (min-width: 992px) {
  .zpheader-style-02 .zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover > a, .zpheader-style-02 .zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected > a,
  .zpheader-style-03 .zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover > a,
  .zpheader-style-03 .zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected > a {
    background: transparent;
    color: #ffffff; } }

@media all and (min-width: 992px) {
  .zpheader-style-02 .zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover:after, .zpheader-style-02 .zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected:after,
  .zpheader-style-03 .zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover:after,
  .zpheader-style-03 .zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected:after {
    background: #7a8da8; } }

.zpheader-style-05 .zpdark-header-portion.theme-header-topbar .theme-portal-login.theme-portal-space, .zpheader-style-05 .zpdark-header-portion.theme-header .theme-portal-login.theme-portal-space {
  border-left-color: #f2f2f2;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.theme-vertical-navigation-container .theme-header.zpdark-header-portion .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li:hover > a, .theme-vertical-navigation-container .theme-header.zpdark-header-portion .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li.theme-menu-selected > a {
  color: #99a7bc;
  background: transparent; }

.theme-vertical-navigation-container .theme-header.zpdark-header-portion .zpcontainer .theme-vertical-navigation-search-cart-container {
  border-top: 1px solid rgba(202, 202, 202, 0.2);
  border-bottom: 1px solid rgba(202, 202, 202, 0.2); }

.theme-vertical-navigation-container .theme-header.zpdark-header-portion .zpcontainer .theme-vertical-navigation-contact-social {
  border-top: 1px solid rgba(202, 202, 202, 0.2); }

.theme-vertical-navigation-container .theme-header.zpdark-header-portion .theme-portal-login .theme-portal-container .theme-portal-content a {
  color: #364253;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.theme-vertical-navigation-container .theme-header.zpdark-header-portion .theme-portal-login .theme-portal-container .theme-portal-content:last-child {
  border-left-color: #364253;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.theme-vertical-navigation-container .theme-header.zpdark-header-portion .zpdark-header-portion .theme-portal-container .theme-portal-content a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.theme-vertical-navigation-container .theme-header.zpdark-header-portion .zpdark-header-portion .theme-portal-container .theme-portal-content:last-child {
  border-left-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.theme-header-style-02-responsive-dark-background {
  background: #364253; }
  @media all and (min-width: 992px) {
    .theme-header-style-02-responsive-dark-background {
      background: transparent; } }
@media all and (max-width: 768px) {
  .zpheader-style-02 .zpdark-header-portion.theme-header.theme-header-navigation-style.theme-dark-nav-mobile-02,
  .zpheader-style-05 .zpdark-header-portion.theme-header.theme-header-navigation-style.theme-dark-nav-mobile-02 {
    background: #ffffff; }
  .zpheader-style-02 {
    background: #ffffff; }
    .zpheader-style-02.theme-header-style-02-responsive-dark-background {
      background: #364253; }
  .zpheader-style-03 .theme-header .theme-responsive-menu-area-style-03.theme-only-menu-in-mobile {
    margin-left: auto; } }

.zpbutton.zpbutton-type-primary,
button.zpbutton-type-primary,
input.zpbutton-type-primary[type=submit],
input.zpbutton-type-primary[type=button] {
  background: #2596be;
  color: #ffffff; }
  .zpbutton.zpbutton-type-primary.zpbutton-outline,
  button.zpbutton-type-primary.zpbutton-outline,
  input.zpbutton-type-primary.zpbutton-outline[type=submit],
  input.zpbutton-type-primary.zpbutton-outline[type=button] {
    background: transparent;
    border-color: #2596be;
    color: #2596be; }
    .zpbutton.zpbutton-type-primary.zpbutton-outline.disabled:hover,
    button.zpbutton-type-primary.zpbutton-outline.disabled:hover,
    input.zpbutton-type-primary.zpbutton-outline.disabled[type=submit]:hover,
    input.zpbutton-type-primary.zpbutton-outline.disabled[type=button]:hover {
      background: transparent;
      color: #2596be; }
  .zpbutton.zpbutton-type-primary:hover,
  button.zpbutton-type-primary:hover,
  input.zpbutton-type-primary[type=submit]:hover,
  input.zpbutton-type-primary[type=button]:hover {
    background: #1d7493;
    color: #ffffff; }
  .zpbutton.zpbutton-type-primary.disabled:hover,
  button.zpbutton-type-primary.disabled:hover,
  input.zpbutton-type-primary.disabled[type=submit]:hover,
  input.zpbutton-type-primary.disabled[type=button]:hover {
    background: #2596be;
    color: #ffffff; }

.zpbutton.zpbutton-type-secondary,
button.zpbutton-type-secondary,
input.zpbutton-type-secondary[type=submit],
input.zpbutton-type-secondary[type=button] {
  background: #364253;
  color: #ffffff; }
  .zpbutton.zpbutton-type-secondary.zpbutton-outline,
  button.zpbutton-type-secondary.zpbutton-outline,
  input.zpbutton-type-secondary.zpbutton-outline[type=submit],
  input.zpbutton-type-secondary.zpbutton-outline[type=button] {
    background: transparent;
    border-color: #364253;
    color: #364253; }
    .zpbutton.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    button.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    input.zpbutton-type-secondary.zpbutton-outline.disabled[type=submit]:hover,
    input.zpbutton-type-secondary.zpbutton-outline.disabled[type=button]:hover {
      background: transparent;
      color: #364253; }
  .zpbutton.zpbutton-type-secondary:hover,
  button.zpbutton-type-secondary:hover,
  input.zpbutton-type-secondary[type=submit]:hover,
  input.zpbutton-type-secondary[type=button]:hover {
    background: #222934;
    color: #ffffff; }
  .zpbutton.zpbutton-type-secondary.disabled:hover,
  button.zpbutton-type-secondary.disabled:hover,
  input.zpbutton-type-secondary.disabled[type=submit]:hover,
  input.zpbutton-type-secondary.disabled[type=button]:hover {
    background: #364253;
    color: #ffffff; }

.zpbutton.zpbutton-type-link,
button.zpbutton-type-link,
input.zpbutton-type-link[type=submit],
input.zpbutton-type-link[type=button] {
  background: transparent;
  color: #2596be;
  padding-left: 0;
  padding-right: 0; }
  .zpbutton.zpbutton-type-link.disabled:hover,
  button.zpbutton-type-link.disabled:hover,
  input.zpbutton-type-link.disabled[type=submit]:hover,
  input.zpbutton-type-link.disabled[type=button]:hover {
    background: transparent;
    color: #2596be; }
  .zpbutton.zpbutton-type-link:hover,
  button.zpbutton-type-link:hover,
  input.zpbutton-type-link[type=submit]:hover,
  input.zpbutton-type-link[type=button]:hover {
    color: #1d7493; }

.zpdark-section .zpbutton.zpbutton-type-primary,
.zpdark-section button.zpbutton-type-primary,
.zpdark-section input.zpbutton-type-primary[type=submit],
.zpdark-section input.zpbutton-type-primary[type=button] {
  background: #ffffff;
  color: #2596be; }
  .zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline,
  .zpdark-section button.zpbutton-type-primary.zpbutton-outline,
  .zpdark-section input.zpbutton-type-primary.zpbutton-outline[type=submit],
  .zpdark-section input.zpbutton-type-primary.zpbutton-outline[type=button] {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    .zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline.disabled:hover,
    .zpdark-section button.zpbutton-type-primary.zpbutton-outline.disabled:hover,
    .zpdark-section input.zpbutton-type-primary.zpbutton-outline.disabled[type=submit]:hover,
    .zpdark-section input.zpbutton-type-primary.zpbutton-outline.disabled[type=button]:hover {
      background: transparent;
      color: #ffffff; }
  .zpdark-section .zpbutton.zpbutton-type-primary:hover,
  .zpdark-section button.zpbutton-type-primary:hover,
  .zpdark-section input.zpbutton-type-primary[type=submit]:hover,
  .zpdark-section input.zpbutton-type-primary[type=button]:hover {
    background: #e6e6e6;
    color: #2596be; }
  .zpdark-section .zpbutton.zpbutton-type-primary.disabled:hover,
  .zpdark-section button.zpbutton-type-primary.disabled:hover,
  .zpdark-section input.zpbutton-type-primary.disabled[type=submit]:hover,
  .zpdark-section input.zpbutton-type-primary.disabled[type=button]:hover {
    background: #ffffff;
    color: #2596be; }

.zpdark-section .zpbutton.zpbutton-type-secondary,
.zpdark-section button.zpbutton-type-secondary,
.zpdark-section input.zpbutton-type-secondary[type=submit],
.zpdark-section input.zpbutton-type-secondary[type=button] {
  background: #364253;
  color: #ffffff; }
  .zpdark-section .zpbutton.zpbutton-type-secondary.zpbutton-outline,
  .zpdark-section button.zpbutton-type-secondary.zpbutton-outline,
  .zpdark-section input.zpbutton-type-secondary.zpbutton-outline[type=submit],
  .zpdark-section input.zpbutton-type-secondary.zpbutton-outline[type=button] {
    background: transparent;
    border-color: #364253;
    color: #364253; }
    .zpdark-section .zpbutton.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    .zpdark-section button.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
    .zpdark-section input.zpbutton-type-secondary.zpbutton-outline.disabled[type=submit]:hover,
    .zpdark-section input.zpbutton-type-secondary.zpbutton-outline.disabled[type=button]:hover {
      background: transparent;
      color: #364253; }
  .zpdark-section .zpbutton.zpbutton-type-secondary:hover,
  .zpdark-section button.zpbutton-type-secondary:hover,
  .zpdark-section input.zpbutton-type-secondary[type=submit]:hover,
  .zpdark-section input.zpbutton-type-secondary[type=button]:hover {
    background: #222934;
    color: #ffffff; }
  .zpdark-section .zpbutton.zpbutton-type-secondary.disabled:hover,
  .zpdark-section button.zpbutton-type-secondary.disabled:hover,
  .zpdark-section input.zpbutton-type-secondary.disabled[type=submit]:hover,
  .zpdark-section input.zpbutton-type-secondary.disabled[type=button]:hover {
    background: #364253;
    color: #ffffff; }

.zpdark-section .zpbutton.zpbutton-type-link,
.zpdark-section button.zpbutton-type-link,
.zpdark-section input.zpbutton-type-link[type=submit],
.zpdark-section input.zpbutton-type-link[type=button] {
  background: transparent;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0; }
  .zpdark-section .zpbutton.zpbutton-type-link.disabled:hover,
  .zpdark-section button.zpbutton-type-link.disabled:hover,
  .zpdark-section input.zpbutton-type-link.disabled[type=submit]:hover,
  .zpdark-section input.zpbutton-type-link.disabled[type=button]:hover {
    background: transparent;
    color: #ffffff; }
  .zpdark-section .zpbutton.zpbutton-type-link:hover,
  .zpdark-section button.zpbutton-type-link:hover,
  .zpdark-section input.zpbutton-type-link[type=submit]:hover,
  .zpdark-section input.zpbutton-type-link[type=button]:hover {
    color: #e6e6e6; }

body {
  color: #6C798B;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.6; }

body .zpdark-section {
  color: #ffffff; }

a {
  color: #2596be; }
  a:hover {
    color: #1d7493; }

.zpdark-section a {
  color: #2596be; }
  .zpdark-section a:hover {
    color: #1d7493; }

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: none;
  color: #364253; }
  h1:before, h1:after {
    background: #364253; }

h2 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #364253; }
  h2:before, h2:after {
    background: #364253; }

h3 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  color: #364253; }
  h3:before, h3:after {
    background: #364253; }

h4 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #364253; }
  h4:before, h4:after {
    background: #364253; }

h5 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #364253; }
  h5:before, h5:after {
    background: #364253; }

h6 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #364253; }
  h6:before, h6:after {
    background: #364253; }

.zpdark-section h1 {
  color: #ffffff; }
  .zpdark-section h1:before, .zpdark-section h1:after {
    background: #ffffff; }

.zpdark-section h2 {
  color: #ffffff; }
  .zpdark-section h2:before, .zpdark-section h2:after {
    background: #ffffff; }

.zpdark-section h3 {
  color: #ffffff; }
  .zpdark-section h3:before, .zpdark-section h3:after {
    background: #ffffff; }

.zpdark-section h4 {
  color: #ffffff; }
  .zpdark-section h4:before, .zpdark-section h4:after {
    background: #ffffff; }

.zpdark-section h5 {
  color: #ffffff; }
  .zpdark-section h5:before, .zpdark-section h5:after {
    background: #ffffff; }

.zpdark-section h6 {
  color: #ffffff; }
  .zpdark-section h6:before, .zpdark-section h6:after {
    background: #ffffff; }

.zpdivider-container .zpdivider-common:after, .zpdivider-container .zpdivider-common:before {
  border-color: #CACACA; }

.zpdivider-container.zpdivider-icon.zpdivider-style-border .zpdivider-common, .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner .zpdivider-common, .zpdivider-container.zpdivider-icon.zpdivider-style-circle .zpdivider-common {
  border-color: #CACACA; }

.zpdivider-container.zpdivider-icon.zpdivider-style-bgfill .zpdivider-common, .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill .zpdivider-common, .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill .zpdivider-common {
  background: #2596be; }
  .zpdivider-container.zpdivider-icon.zpdivider-style-bgfill .zpdivider-common svg, .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill .zpdivider-common svg, .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill .zpdivider-common svg {
    fill: #ffffff; }

.zpdivider-container.zpdivider-icon .zpdivider-common svg {
  fill: #2596be; }

.zpdivider-container.zpdivider-text.zpdivider-style-border .zpdivider-common, .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner .zpdivider-common, .zpdivider-container.zpdivider-text.zpdivider-style-circle .zpdivider-common {
  border-color: #CACACA; }

.zpdivider-container.zpdivider-text.zpdivider-style-bgfill .zpdivider-common, .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner-fill .zpdivider-common, .zpdivider-container.zpdivider-text.zpdivider-style-circle-fill .zpdivider-common {
  background: #2596be;
  color: #ffffff; }

.zpdivider-container.zpdivider-text .zpdivider-common {
  color: #2596be; }

.zpdark-section .zpdivider-container .zpdivider-common:after, .zpdark-section .zpdivider-container .zpdivider-common:before {
  border-color: rgba(255, 255, 255, 0.7); }

.zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-border .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-circle .zpdivider-common {
  border-color: rgba(255, 255, 255, 0.7); }

.zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-bgfill .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill .zpdivider-common {
  background: #ffffff; }
  .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-bgfill .zpdivider-common svg, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-roundcorner-fill .zpdivider-common svg, .zpdark-section .zpdivider-container.zpdivider-icon.zpdivider-style-circle-fill .zpdivider-common svg {
    fill: #2596be; }

.zpdark-section .zpdivider-container.zpdivider-icon .zpdivider-common svg {
  fill: #ffffff; }

.zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-border .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-circle .zpdivider-common {
  border-color: rgba(255, 255, 255, 0.7); }

.zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-bgfill .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-roundcorner-fill .zpdivider-common, .zpdark-section .zpdivider-container.zpdivider-text.zpdivider-style-circle-fill .zpdivider-common {
  background: #ffffff;
  color: #2596be; }

.zpdark-section .zpdivider-container.zpdivider-text .zpdivider-common {
  color: #ffffff; }

.zpicon-common svg {
  fill: #2596be; }

.zpicon-common.zpicon-style-bgfill, .zpicon-common.zpicon-style-circle-fill, .zpicon-common.zpicon-style-roundcorner-fill {
  background: #2596be; }
  .zpicon-common.zpicon-style-bgfill svg, .zpicon-common.zpicon-style-circle-fill svg, .zpicon-common.zpicon-style-roundcorner-fill svg {
    fill: #ffffff; }

.zpicon-common.zpicon-style-border, .zpicon-common.zpicon-style-circle, .zpicon-common.zpicon-style-roundcorner {
  border-color: #CACACA; }

.zpdark-section .zpicon-common svg {
  fill: #ffffff; }

.zpdark-section .zpicon-common.zpicon-style-bgfill, .zpdark-section .zpicon-common.zpicon-style-circle-fill, .zpdark-section .zpicon-common.zpicon-style-roundcorner-fill {
  background: #ffffff; }
  .zpdark-section .zpicon-common.zpicon-style-bgfill svg, .zpdark-section .zpicon-common.zpicon-style-circle-fill svg, .zpdark-section .zpicon-common.zpicon-style-roundcorner-fill svg {
    fill: #2596be; }

.zpdark-section .zpicon-common.zpicon-style-border, .zpdark-section .zpicon-common.zpicon-style-circle, .zpdark-section .zpicon-common.zpicon-style-roundcorner {
  border-color: #ffffff; }

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
  border-color: transparent;
  background: #ffffff;
  color: #364253; }
  @media all and (min-width: 768px) {
    .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
      border-color: #CACACA; } }
  .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab.zptab-active, .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab:hover, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab.zptab-active, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab:hover, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab.zptab-active, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:hover {
    background: #2596be;
    color: #ffffff;
    border-color: #2596be; }

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptabs-content-container .zptab-content, .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
  border-color: #CACACA;
  background: #ffffff; }

.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content, .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
  background: transparent;
  border-color: transparent; }

.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
  color: #364253;
  background: #ffffff; }
  @media all and (min-width: 768px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
      background: transparent; } }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active {
    background: #2596be;
    color: #ffffff; }
    .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active:hover {
      color: #ffffff; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab:hover {
    color: #2596be; }

.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptabs-content-container .zptab-content {
  border-color: #2596be; }

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
  color: #364253;
  border-bottom-color: #364253; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active {
    color: #2596be;
    border-color: #2596be; }
    .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active:after {
      background: #2596be; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:hover {
    color: #2596be; }

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptabs-content-container .zptab-content {
  border-top-color: #2596be; }

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  color: #364253;
  border-bottom-color: #364253; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active {
    color: #2596be;
    border-color: #2596be; }
    .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active:after {
      border-top-color: #2596be; }
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover {
    color: #2596be; }

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptabs-content-container .zptab-content {
  border-top-color: #2596be; }

.zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff; }
  @media all and (min-width: 768px) {
    .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
      border-color: rgba(255, 255, 255, 0.25); } }
  .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab.zptab-active, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab:hover, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab.zptab-active, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab:hover, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab.zptab-active, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:hover {
    background: #ffffff;
    color: #364253;
    border-color: #ffffff; }

.zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptabs-content-container .zptab-content, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15); }

.zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content, .zpdark-section .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
  background: transparent;
  border-color: transparent; }

.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25); }
  @media all and (min-width: 768px) {
    .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
      background: transparent; } }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active {
    background: #ffffff;
    color: #364253; }
    .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active:hover {
      color: #364253; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab:hover {
    color: #ffffff; }

.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptabs-content-container .zptab-content {
  border-color: #ffffff; }

.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
  color: #ffffff;
  border-bottom-color: #ffffff; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active {
    color: #ffffff;
    border-color: #ffffff; }
    .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active:after {
      background: #ffffff; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:hover {
    color: #ffffff; }

.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptabs-content-container .zptab-content {
  border-top-color: #ffffff; }

.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  color: #ffffff;
  border-bottom-color: #ffffff; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active {
    color: #ffffff;
    border-color: #ffffff; }
    .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active:after {
      border-top-color: #ffffff; }
  .zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover {
    color: #ffffff; }

.zpdark-section .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptabs-content-container .zptab-content {
  border-top-color: #ffffff; }

.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right {
  background: #ebebeb; }
  .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover {
    background: #ebebeb; }

.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg {
  fill: #6C798B; }

.zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg {
  fill: rgba(108, 121, 139, 0.8); }

.zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller {
  background: transparent;
  border-color: #a4a4a4; }
  .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller:hover, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller.zpcarousel-controller-active, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller:hover, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller.zpcarousel-controller-active, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller:hover, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller.zpcarousel-controller-active, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller:hover, .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller.zpcarousel-controller-active {
    background: #a4a4a4;
    border-color: #a4a4a4; }

.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left,
.zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right {
  background: #ffffff; }
  .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 .zpcarousel-arrow-right:hover, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-left:hover,
  .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 .zpcarousel-arrow-right:hover {
    background: #ffffff; }

.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-02 svg, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-03 svg {
  fill: #6C798B; }

.zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpdark-section .zpcarousel-container.zpcarousel-style-01 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpdark-section .zpcarousel-container.zpcarousel-style-02 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpdark-section .zpcarousel-container.zpcarousel-style-03 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-left svg, .zpdark-section .zpcarousel-container.zpcarousel-style-04 .zpcarousel-arrows-container.zpcarousel-arrow-type-01 .zpcarousel-arrow-right svg {
  fill: rgba(255, 255, 255, 0.8); }

.zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller {
  background: transparent;
  border-color: #f0f0f0; }
  .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller:hover, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-01 .zpcarousel-controller.zpcarousel-controller-active, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller:hover, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-02 .zpcarousel-controller.zpcarousel-controller-active, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller:hover, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-03 .zpcarousel-controller.zpcarousel-controller-active, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller:hover, .zpdark-section .zpcarousel-container .zpcarousel-controller-container.zpcarousel-controller-type-04 .zpcarousel-controller.zpcarousel-controller-active {
    background: #f0f0f0;
    border-color: #f0f0f0; }

.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  border-width: 1px;
  border-style: solid; }
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
    border-bottom-width: 2px; }

.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  border-width: 1px;
  border-style: solid;
  border-bottom: 0px; }
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  border: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.24); }

.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  border: 0px !important; }

.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  background: #ffffff;
  color: #364253;
  margin-bottom: 0;
  border-color: #CACACA; }
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
    background: #ffffff;
    color: #364253;
    border-bottom-color: #2596be; }
  @media all and (min-width: 992px) {
    .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
      background: #ffffff;
      color: #364253; } }
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  margin-bottom: 0;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
  background: #ffffff;
  border-top-color: transparent; }
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
    border-bottom-color: #CACACA; }

.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #364253;
  border-color: #CACACA; }
  .zpaccordion-container.zpaccordion-style-02 .zpaccordion.zpaccordion-active {
    color: #364253; }
  @media all and (min-width: 992px) {
    .zpaccordion-container.zpaccordion-style-02 .zpaccordion:hover {
      color: #364253; } }
.zpaccordion-container.zpaccordion-style-02 .zpaccordion-content {
  border-color: #CACACA; }

.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  margin-bottom: 0;
  border-color: rgba(255, 255, 255, 0.25); }
  .zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
    background: #ffffff;
    color: #364253;
    border-bottom-color: #ffffff; }
  @media all and (min-width: 992px) {
    .zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
      background: #ffffff;
      color: #364253; } }
.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  margin-bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  border-top-color: transparent; }
  .zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
    border-bottom-color: rgba(255, 255, 255, 0.25); }

.zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25); }
  .zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion.zpaccordion-active {
    color: #ffffff; }
  @media all and (min-width: 992px) {
    .zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion:hover {
      color: #ffffff; } }
.zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion-content {
  border-color: rgba(255, 255, 255, 0.25); }

.zpform-container input[type='text'],
.zpform-container input[type='email'],
.zpform-container input[type='date'],
.zpform-container input[type="file"],
.zpform-container textarea,
.zpform-container select {
  background: #ffffff;
  border-color: #CACACA;
  color: #6C798B; }

.zpform-container input[type="file"] {
  background: transparent; }

.zpform-container input::-webkit-input-placeholder,
.zpform-container textarea::-webkit-input-placeholder,
.zpform-container select::-webkit-input-placeholder {
  color: rgba(108, 121, 139, 0.5); }

.zpform-container input::-moz-placeholder,
.zpform-container textarea::-moz-placeholder,
.zpform-container select::-moz-placeholder {
  color: rgba(108, 121, 139, 0.5); }

.zpform-container input:-ms-input-placeholder,
.zpform-container textarea:-ms-input-placeholder,
.zpform-container select:-ms-input-placeholder {
  color: rgba(108, 121, 139, 0.5); }

.zpform-container .zpform-errormsg,
.zpform-container .zpform-common-errormsg {
  color: #FF4949; }

.zpform-container .zpform-common-successmsg {
  color: #13CE66; }

.zpform-container .zpform-mandatory:after {
  color: #FF4949; }

.zpdark-section .zpform-container input[type='text'],
.zpdark-section .zpform-container input[type='email'],
.zpdark-section .zpform-container input[type='date'],
.zpdark-section .zpform-container input[type="file"],
.zpdark-section .zpform-container textarea,
.zpdark-section .zpform-container select {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff; }

.zpdark-section .zpform-container input[type="file"] {
  background: transparent; }

.zpdark-section .zpform-container input::-webkit-input-placeholder,
.zpdark-section .zpform-container textarea::-webkit-input-placeholder,
.zpdark-section .zpform-container select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.zpdark-section .zpform-container input::-moz-placeholder,
.zpdark-section .zpform-container textarea::-moz-placeholder,
.zpdark-section .zpform-container select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.zpdark-section .zpform-container input:-ms-input-placeholder,
.zpdark-section .zpform-container textarea:-ms-input-placeholder,
.zpdark-section .zpform-container select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.zpdark-section .zpform-container .zpform-errormsg,
.zpdark-section .zpform-container .zpform-common-errormsg {
  color: #ffffff; }

.zpdark-section .zpform-container .zpform-common-successmsg {
  color: #ffffff; }

.zpdark-section .zpform-container .zpform-mandatory:after {
  color: #ffffff; }

.zpimage-container[class*='zpimage-overlay-effect-'] figure figcaption, .zpimage-with-text-container[class*='zpimage-overlay-effect-'] figure figcaption {
  background: rgba(37, 150, 190, 0.8);
  color: #ffffff; }

.zpimage-container[class*='zpimage-overlay-effect-'] figure:hover figcaption, .zpimage-with-text-container[class*='zpimage-overlay-effect-'] figure:hover figcaption {
  background: rgba(37, 150, 190, 0.8);
  color: #ffffff; }

.zpimage-container[class*='zpimage-overlay-effect-static-'] figure figcaption, .zpimage-with-text-container[class*='zpimage-overlay-effect-static-'] figure figcaption {
  background: rgba(37, 150, 190, 0.8);
  color: #ffffff; }

.hb-grid-gallery[class*='zpimage-overlay-effect-hv-'] figure:hover figcaption {
  background: rgba(37, 150, 190, 0.8);
  color: #ffffff; }

[data-caption_style="hv-3"] figcaption, .hv-3 figcaption {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(61, 176, 217, 0.8) 80%); }

.zpdark-section .zpimage-container[class*='zpimage-overlay-effect-'] figure figcaption, .zpdark-section .zpimage-with-text-container[class*='zpimage-overlay-effect-'] figure figcaption {
  background: rgba(54, 66, 83, 0.5);
  color: #ffffff; }

.zpdark-section .zpimage-container[class*='zpimage-overlay-effect-'] figure:hover figcaption, .zpdark-section .zpimage-with-text-container[class*='zpimage-overlay-effect-'] figure:hover figcaption {
  background: rgba(54, 66, 83, 0.5);
  color: #ffffff; }

.zpdark-section .zpimage-container[class*='zpimage-overlay-effect-static-'] figure figcaption, .zpdark-section .zpimage-with-text-container[class*='zpimage-overlay-effect-static-'] figure figcaption {
  background: rgba(54, 66, 83, 0.5);
  color: #ffffff; }

.zpdark-section .hb-grid-gallery[class*='zpimage-overlay-effect-hv-'] figure:hover figcaption {
  background: rgba(54, 66, 83, 0.5);
  color: #ffffff; }

.zpdark-section [data-caption_style="hv-3"] figcaption, .hv-3 figcaption {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(74, 91, 114, 0.5) 80%); }

.zplight-section .zptable.zptable-header-light table tr th {
  background: #f1f3f6; }

.zptable table {
  border-color: #CACACA; }
  .zptable table td, .zptable table th {
    border-bottom-color: #CACACA;
    border-right-color: #CACACA;
    color: #364253; }
  .zptable table td {
    color: #6C798B; }

.zptable.zptable-header-dark table tr th {
  background: #364253;
  color: #ffffff;
  border-right-color: #4a5b72;
  border-bottom-color: #4a5b72; }

.zptable.zptable-header-light table tr th {
  background: #F7F8FA;
  color: #364253;
  border-right-color: #CACACA;
  border-bottom-color: #CACACA; }

.zptable.zptable-header-transparent table tr th {
  color: #364253;
  border-right-color: #CACACA;
  border-bottom-color: #CACACA; }

.zpdark-section .zptable table {
  border-color: rgba(202, 202, 202, 0.6); }
  .zpdark-section .zptable table td, .zpdark-section .zptable table th {
    border-bottom-color: rgba(202, 202, 202, 0.6);
    border-right-color: rgba(202, 202, 202, 0.6);
    color: #ffffff; }
  .zpdark-section .zptable table td {
    color: #ffffff; }

.zpdark-section .zptable.zptable-header-dark table tr th {
  background: #364253;
  color: #ffffff;
  border-right-color: #4a5b72;
  border-bottom-color: #4a5b72; }

.zpdark-section .zptable.zptable-header-light table tr th {
  background: #F7F8FA;
  color: #364253;
  border-right-color: rgba(202, 202, 202, 0.6);
  border-bottom-color: rgba(202, 202, 202, 0.6); }

.zpdark-section .zptable.zptable-header-transparent table tr th {
  color: #ffffff;
  border-right-color: rgba(202, 202, 202, 0.6);
  border-bottom-color: rgba(202, 202, 202, 0.6); }

.zpdark-section-bg {
  background-color: #29a7d3; }

.zplight-section-bg {
  background-color: #F7F8FA; }

.theme-footer-area {
  background-color: #364253; }

.theme-sidebar-area {
  display: none; }

@media all and (min-width: 992px) {
  .theme-sidebar-enable.theme-content-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media all and (min-width: 992px) {
  .theme-sidebar-enable.theme-content-area .theme-content-container {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 350px); } }

@media all and (min-width: 992px) {
  .theme-sidebar-enable.theme-content-area .theme-content-container .theme-content-area-inner .zpcontainer {
    width: 690px;
    margin: 0 auto; } }

@media only screen and (min-width: 1200px) {
  .theme-sidebar-enable.theme-content-area .theme-content-container .theme-content-area-inner .zpcontainer {
    width: 740px;
    margin: 0 auto; } }

@media all and (min-width: 992px) {
  .theme-sidebar-enable.theme-sidebar-enable-right {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row; } }

.theme-sidebar-enable .theme-sidebar-area {
  background: #e7eaf0;
  width: 100%;
  display: block; }
  @media all and (min-width: 992px) {
    .theme-sidebar-enable .theme-sidebar-area {
      width: 250px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media only screen and (min-width: 1200px) {
    .theme-sidebar-enable .theme-sidebar-area {
      width: 300px; } }
  .theme-sidebar-enable .theme-sidebar-area .zprow {
    margin-left: 0;
    margin-right: 0; }
  .theme-sidebar-enable .theme-sidebar-area .zptab {
    width: 100%; }
  .theme-sidebar-enable .theme-sidebar-area .zptabs-style-01.zptab-type-03 .zptab {
    border-radius: 50px; }
    .theme-sidebar-enable .theme-sidebar-area .zptabs-style-01.zptab-type-03 .zptab:first-of-type, .theme-sidebar-enable .theme-sidebar-area .zptabs-style-01.zptab-type-03 .zptab:last-of-type {
      border-radius: 50px; }
  .theme-sidebar-enable .theme-sidebar-area .sidebar-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .theme-sidebar-enable .theme-sidebar-area .sidebar-container .zpsidebar-section {
      width: 100%; }
      .theme-sidebar-enable .theme-sidebar-area .sidebar-container .zpsidebar-section .zpsidebar-container {
        padding: 20px 15px; }

@media all and (min-width: 992px) {
  .theme-vertical-navigation-sidebar-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.theme-vertical-navigation-sidebar-container .theme-sidebar-area {
  display: block; }
  .theme-vertical-navigation-sidebar-container .theme-sidebar-area.theme-vertical-header-sidebar-responsive {
    display: block; }
    @media all and (min-width: 992px) {
      .theme-vertical-navigation-sidebar-container .theme-sidebar-area.theme-vertical-header-sidebar-responsive {
        display: none; } }
  .theme-vertical-navigation-sidebar-container .theme-sidebar-area .zprow {
    margin-left: 0;
    margin-right: 0; }
  .theme-vertical-navigation-sidebar-container .theme-sidebar-area .zptab {
    width: 100%; }
  .theme-vertical-navigation-sidebar-container .theme-sidebar-area .zptabs-style-01.zptab-type-03 .zptab {
    border-radius: 50px; }
    .theme-vertical-navigation-sidebar-container .theme-sidebar-area .zptabs-style-01.zptab-type-03 .zptab:first-of-type, .theme-vertical-navigation-sidebar-container .theme-sidebar-area .zptabs-style-01.zptab-type-03 .zptab:last-of-type {
      border-radius: 50px; }
  .theme-vertical-navigation-sidebar-container .theme-sidebar-area .sidebar-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .theme-vertical-navigation-sidebar-container .theme-sidebar-area .sidebar-container .zpsidebar-section {
      width: 100%; }
      .theme-vertical-navigation-sidebar-container .theme-sidebar-area .sidebar-container .zpsidebar-section .zpsidebar-container {
        padding: 20px 15px; }
        @media all and (min-width: 992px) {
          .theme-vertical-navigation-sidebar-container .theme-sidebar-area .sidebar-container .zpsidebar-section .zpsidebar-container {
            padding: 0px; } }
.theme-vertical-navigation-sidebar-container .theme-vertical-header-sidebar-banner-content-container {
  width: 100%; }
  @media all and (min-width: 992px) {
    .theme-vertical-navigation-sidebar-container .theme-vertical-header-sidebar-banner-content-container {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      -o-flex: 1 1 auto;
      flex: 1 1 auto; } }
  @media all and (min-width: 992px) {
    .theme-vertical-navigation-sidebar-container .theme-vertical-header-sidebar-banner-content-container .theme-content-container .theme-content-area-inner .zpcontainer {
      width: 690px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1200px) {
    .theme-vertical-navigation-sidebar-container .theme-vertical-header-sidebar-banner-content-container .theme-content-container .theme-content-area-inner .zpcontainer {
      width: 740px;
      margin: 0 auto; } }
@media all and (min-width: 992px) {
  .theme-vertical-navigation-sidebar-container .zphero-boxed.zpcontainer {
    width: 100%; } }

@media all and (min-width: 1500px) {
  .theme-vertical-navigation-sidebar-container .zphero-boxed.zpcontainer {
    width: 100%; } }

.theme-section {
  padding: 50px 0 0; }
  .theme-section:last-child {
    padding-bottom: 50px; }
  .theme-section .theme-category-name-description {
    padding: 50px 30px;
    text-align: center;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .theme-section .theme-category-name-description .theme-category-description {
      background: rgba(54, 66, 83, 0.5);
      padding: 30px 50px;
      width: 95%;
      margin: 0 auto; }
      @media all and (min-width: 992px) {
        .theme-section .theme-category-name-description .theme-category-description {
          width: 80%; } }
      .theme-section .theme-category-name-description .theme-category-description .theme-category-name {
        padding-bottom: 20px; }
    .theme-section .theme-category-name-description.theme-category-name-description-noimage {
      padding: 0px;
      min-height: auto; }
      .theme-section .theme-category-name-description.theme-category-name-description-noimage .theme-category-description {
        background: #F7F8FA;
        width: 100%; }

.theme-store-details-feature {
  margin-top: 50px; }

.theme-section-heading {
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 40px;
  line-height: normal; }

.theme-breadcrumb-container + .zpdark-section {
  margin-top: 50px; }

.theme-breadcrumb-container + .zplight-section {
  margin-top: 50px; }

.theme-breadcrumb-container.theme-section {
  padding-bottom: 0px; }

.theme-breadcrumb-container .theme-porduct-breadcrumb {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .theme-breadcrumb-container .theme-porduct-breadcrumb a {
    color: #2596be; }
    .theme-breadcrumb-container .theme-porduct-breadcrumb a:hover {
      color: #2185a9; }
  .theme-breadcrumb-container .theme-porduct-breadcrumb .theme-breadcrumb-active {
    color: rgba(54, 66, 83, 0.8); }
    .theme-breadcrumb-container .theme-porduct-breadcrumb .theme-breadcrumb-active:hover {
      color: rgba(54, 66, 83, 0.8); }
  .theme-breadcrumb-container .theme-porduct-breadcrumb span {
    color: #364253;
    display: inline-block;
    margin: 0 6px; }
    .theme-breadcrumb-container .theme-porduct-breadcrumb span:last-of-type {
      display: none; }

.theme-collection-row {
  padding: 0 30px; }

.theme-store-details-feature {
  margin-top: 50px; }

.theme-store-collection-container {
  background: #F7F8FA;
  padding: 25px 10px;
  border-radius: 4px;
  margin-top: 50px; }

.theme-collection-row-no-margin {
  margin: 0px; }

.theme-store-details-feature-bottom-space {
  margin-bottom: 50px; }

.theme-collection-row-top-margin {
  margin-top: 50px; }

.theme-store-style-02-collection-row {
  margin-top: -50px; }

.theme-no-products-error-style-02 {
  margin-top: 50px; }

.zpstoreproduct-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px; }
  .zpstoreproduct-container.zpproduct-align-left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
  .zpstoreproduct-container.zpproduct-align-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end; }
  .zpstoreproduct-container.zpproduct-align-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }

.theme-store-style-collection-row-06 {
  margin-top: -30px; }

.zpcol-md-12 .theme-prod-box.theme-product-list-style-06 {
  width: 100%; }
  @media all and (min-width: 768px) {
    .zpcol-md-12 .theme-prod-box.theme-product-list-style-06 {
      width: 50%; } }
  @media all and (min-width: 992px) {
    .zpcol-md-12 .theme-prod-box.theme-product-list-style-06 {
      width: 33.33333%; } }
.zpcol-md-11 .theme-prod-box.theme-product-list-style-06 {
  width: 100%; }
  @media all and (min-width: 768px) {
    .zpcol-md-11 .theme-prod-box.theme-product-list-style-06 {
      width: 50%; } }
  @media all and (min-width: 992px) {
    .zpcol-md-11 .theme-prod-box.theme-product-list-style-06 {
      width: 36.33333%; } }
.zpcol-md-10 .theme-prod-box.theme-product-list-style-06 {
  width: 100%; }
  @media all and (min-width: 768px) {
    .zpcol-md-10 .theme-prod-box.theme-product-list-style-06 {
      width: 50%; } }
  @media all and (min-width: 992px) {
    .zpcol-md-10 .theme-prod-box.theme-product-list-style-06 {
      width: 39.99999%; } }
.zpcol-md-9 .theme-prod-box.theme-product-list-style-06 {
  width: 100%; }
  @media all and (min-width: 768px) {
    .zpcol-md-9 .theme-prod-box.theme-product-list-style-06 {
      width: 50%; } }
  @media all and (min-width: 992px) {
    .zpcol-md-9 .theme-prod-box.theme-product-list-style-06 {
      width: 44.44444%; } }
.zpcol-md-8 .theme-prod-box.theme-product-list-style-06 {
  width: 100%; }
  @media all and (min-width: 768px) {
    .zpcol-md-8 .theme-prod-box.theme-product-list-style-06 {
      width: 50%; } }
  @media all and (min-width: 992px) {
    .zpcol-md-8 .theme-prod-box.theme-product-list-style-06 {
      width: 49.99%; } }
.zpcol-md-7 .theme-prod-box.theme-product-list-style-06 {
  width: 100%; }
  @media all and (min-width: 768px) {
    .zpcol-md-7 .theme-prod-box.theme-product-list-style-06 {
      width: 50%; } }
  @media all and (min-width: 992px) {
    .zpcol-md-7 .theme-prod-box.theme-product-list-style-06 {
      width: 57.11111%; } }
.zpcol-md-6 .theme-prod-box.theme-product-list-style-06 {
  width: 100%; }
  @media all and (min-width: 768px) {
    .zpcol-md-6 .theme-prod-box.theme-product-list-style-06 {
      width: 50%; } }
  @media all and (min-width: 992px) {
    .zpcol-md-6 .theme-prod-box.theme-product-list-style-06 {
      width: 66.55555%; } }
.zpcol-md-5 .theme-prod-box.theme-product-list-style-06 {
  width: 100%; }
  @media all and (min-width: 768px) {
    .zpcol-md-5 .theme-prod-box.theme-product-list-style-06 {
      width: 50%; } }
  @media all and (min-width: 992px) {
    .zpcol-md-5 .theme-prod-box.theme-product-list-style-06 {
      width: 79.89%; } }
.zpcol-md-4 .theme-prod-box.theme-product-list-style-06, .zpcol-md-3 .theme-prod-box.theme-product-list-style-06,
.zpcol-md-2 .theme-prod-box.theme-product-list-style-06, .zpcol-md-1 .theme-prod-box.theme-product-list-style-06 {
  width: 100%; }

.theme-prod-box.theme-product-list-style-06 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 15px;
  padding-right: 15px; }
  .theme-prod-box.theme-product-list-style-06 .theme-product-box-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    width: 90%; }
    .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      -o-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      height: 280px;
      margin-bottom: 25px;
      position: relative;
      cursor: pointer; }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area img {
        max-height: 100%;
        max-width: 100%;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -o-flex: 0 0 auto;
        flex: 0 0 auto;
        object-fit: scale-down; }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area .theme-out-of-stock-button,
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area .theme-product-quick-view-button {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area .theme-product-quick-view-button {
        display: none; }
        @media all and (min-width: 992px) {
          .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area .theme-product-quick-view-button {
            width: 75px;
            height: 75px;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: rgba(37, 150, 190, 0.95); }
            .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area .theme-product-quick-view-button svg {
              width: 20px;
              height: 20px;
              fill: #ffffff; } }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area .theme-out-of-stock-button {
        padding: 10px 25px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        background: #ffffff;
        color: #EB4D5E;
        border: 1px solid #EB4D5E;
        display: none;
        width: 85%;
        text-align: center; }
      @media all and (min-width: 992px) {
        .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area:hover .theme-product-quick-view-button {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
      @media all and (min-width: 992px) {
        .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area:hover .theme-out-of-stock-button {
          display: block; } }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area .theme-product-overlay-link {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background: url(/images/blank.gif); }
        .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area .theme-product-overlay-link.theme-out-of-stock-overlay {
          background: rgba(255, 255, 255, 0.7);
          display: none; }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-image-area:hover .theme-product-overlay-link.theme-out-of-stock-overlay {
        display: block; }
    .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area {
      -webkit-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      -o-flex: 1 0 auto;
      flex: 1 0 auto;
      padding: 0 15px;
      width: 100%;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
      -ms-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
      -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
      border: 1px solid #CACACA;
      background: #ffffff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-name {
        padding: 10px 0; }
        .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-name a {
          color: #364253;
          display: block;
          font-size: 16px; }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-rating {
        margin-bottom: 10px;
        color: #364253;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-rating .svg-grad stop {
          stop-color: #2596be; }
          .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-rating .svg-grad stop + stop {
            stop-color: #cccccc; }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-price-lable {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        -o-align-items: baseline;
        align-items: baseline;
        border-top: 1px solid #CACACA; }
        .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-price-lable .theme-product-price {
          padding: 10px 0;
          color: #364253;
          font-size: 18px; }
        .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-price-lable .theme-product-price-old {
          padding: 10px 0;
          color: #364253;
          text-decoration: line-through;
          font-size: 14px;
          padding-left: 10px; }
      .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area {
        border-top: 1px solid #CACACA;
        padding: 15px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        width: 100%; }
        .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area .theme-product-new-ribbon,
          .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area .theme-product-sale-ribbon,
          .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area .theme-ribbon-stock {
            padding: 3px 10px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            border-radius: 100px;
            font-size: 13px;
            color: #ffffff;
            line-height: 15px; }
            .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area .theme-product-new-ribbon:first-child,
            .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area .theme-product-sale-ribbon:first-child,
            .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area .theme-ribbon-stock:first-child {
              margin-right: 10px; }
          .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area .theme-product-sale-ribbon {
            background: #29a7d3; }
          .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area .theme-product-new-ribbon {
            background: #4a5b72; }
          .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-ribbon-area .theme-ribbon-stock {
            background: #ffffff;
            color: #EB4D5E;
            border: 1px solid #EB4D5E; }
        .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-button-area {
          -webkit-align-self: flex-end;
          -moz-align-self: flex-end;
          -ms-align-self: flex-end;
          -o-align-self: flex-end;
          align-self: flex-end; }
          .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-button-area a {
            text-decoration: underline;
            padding: 0;
            color: #364253; }
            .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-button-area a.theme-cart-loading-container {
              text-decoration: none; }
              .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-button-area a.theme-cart-loading-container .theme-cart-button-loading-container .theme-cart-button-loading-dots {
                display: inline-block; }
                .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-button-area a.theme-cart-loading-container .theme-cart-button-loading-container .theme-cart-button-loading-dots span {
                  text-decoration: none;
                  display: inline-block;
                  background: #364253;
                  width: 3px;
                  height: 3px;
                  margin: 0 2px;
                  -webkit-border-radius: 5px;
                  -moz-border-radius: 5px;
                  -ms-border-radius: 5px;
                  -o-border-radius: 5px;
                  border-radius: 5px;
                  -webkit-animation: wave 1s linear infinite;
                  -moz-animation: wave 1s linear infinite;
                  -ms-animation: wave 1s linear infinite;
                  -o-animation: wave 1s linear infinite;
                  animation: wave 1s linear infinite; }
                  .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-button-area a.theme-cart-loading-container .theme-cart-button-loading-container .theme-cart-button-loading-dots span:nth-child(2) {
                    animation-delay: 0.8s; }
                  .theme-prod-box.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-price-and-ribbon-area .theme-product-ribbon-and-button-area .theme-product-button-area a.theme-cart-loading-container .theme-cart-button-loading-container .theme-cart-button-loading-dots span:nth-child(3) {
                    animation-delay: 0.6s; }

.theme-product-details-style-06 .theme-product-details-area-container {
  position: relative; }
  .theme-product-details-style-06 .theme-product-details-area-container .theme-product-name-area {
    text-align: center;
    padding-bottom: 25px;
    position: relative; }
    .theme-product-details-style-06 .theme-product-details-area-container .theme-product-name-area h3 {
      font-size: 26px;
      color: #364253;
      word-break: break-all;
      word-break: break-word; }
    .theme-product-details-style-06 .theme-product-details-area-container .theme-product-name-area .theme-prod-non-returnable {
      background: #2596be;
      color: #ffffff;
      padding: 5px 10px;
      line-height: 1;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      display: inline-block;
      font-size: 13px;
      margin-top: 10px; }
  .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA; }
    @media all and (min-width: 992px) {
      .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container,
    .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      -o-flex: 1;
      flex: 1;
      width: 100%; }
      @media all and (min-width: 992px) {
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container,
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container {
          -webkit-flex: 0 1 50%;
          -moz-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
          -o-flex: 0 1 50%;
          flex: 0 1 50%;
          border: 0;
          min-height: 415px; } }
    .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      padding: 20px;
      border-top: 1px solid #CACACA; }
      @media all and (min-width: 992px) {
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container {
          border-top: 0;
          border-right: 1px solid #CACACA;
          padding: 40px 20px 40px 0; } }
      .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area {
        padding: 0 25px 15px;
        text-align: center;
        border-bottom: 1px dashed #CACACA; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-product-price-area {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-product-price-area .theme-product-total-old-price,
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-product-price-area .theme-product-total-price-lable {
            display: inline-block;
            color: #364253; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-product-price-area .theme-product-total-price-lable {
            font-size: 22px;
            font-weight: bold;
            padding-right: 10px; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-product-price-area .theme-product-total-old-price {
            text-decoration: line-through;
            font-size: 18px; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-rating-review-container {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          margin: 10px 0px 5px 0px; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-rating-review-container .theme-rating-review {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; }
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-rating-review-container .theme-rating-review .svg-grad stop {
              stop-color: #2596be; }
              .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-rating-review-container .theme-rating-review .svg-grad stop + stop {
                stop-color: #E0E0E0; }
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-rating-review-container .theme-rating-review .zpcomments-reviews-ratings .zpform-comment-rating-container label {
              width: 18px;
              height: 18px;
              cursor: default; }
              .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-rating-review-container .theme-rating-review .zpcomments-reviews-ratings .zpform-comment-rating-container label svg {
                width: 18px;
                height: 18px; }
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-rating-review-container .theme-rating-review .zpcomments-reviews-ratings .zpform-comment-rating-container + .zpcomment-rating-vote-value {
              margin-left: 20px; }
              .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-rating-review-container .theme-rating-review .zpcomments-reviews-ratings .zpform-comment-rating-container + .zpcomment-rating-vote-value a {
                color: #364253;
                font-size: 14px; }
      .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area {
        padding: 20px 0;
        width: 315px; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-color-variant-container {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          margin-bottom: 15px;
          border: 1px solid #CACACA;
          padding: 13px 12px; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-color-variant-container .theme-prod-variant-label {
            color: #364253;
            margin-right: auto;
            min-width: 100px;
            line-height: normal; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-color-variant-container .theme-product-color-variations {
            padding-right: 0px;
            line-height: 0px; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-size-varient {
          padding-bottom: 15px;
          position: relative; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-size-varient select {
            border: 1px solid #CACACA;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            padding: 12px 30px 12px 10px;
            color: #364253;
            height: auto; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-size-varient select::-ms-expand {
            display: none; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-size-varient:after, .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-size-varient:before {
            top: 20px;
            right: 13px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-size-varient:after {
            border-color: rgba(255, 255, 255, 0);
            border-top-color: #ffffff;
            border-width: 7px;
            margin-left: -7px; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-variant-container .theme-product-size-varient:before {
            border-color: rgba(54, 66, 83, 0);
            border-top-color: #364253;
            border-width: 7px;
            margin-left: -8px;
            top: 21px; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-color-variations {
          padding-right: 15px;
          max-width: 90%;
          position: relative;
          margin-bottom: -3px; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-color-variations span {
            margin-right: 10px;
            margin-bottom: 3px; }
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-color-variations span.theme-product-color {
              display: -webkit-inline-box;
              display: -webkit-inline-flex;
              display: -moz-inline-flex;
              display: -ms-inline-flexbox;
              display: inline-flex;
              position: relative;
              align-items: center; }
              .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-color-variations span.theme-product-color input[type=radio] {
                display: none;
                width: 34px;
                height: 34px; }
              .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-color-variations span.theme-product-color label {
                display: inline-block;
                width: 18px;
                height: 18px;
                cursor: pointer;
                position: relative;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
                border-radius: 50px;
                border: 1px solid #CACACA; }
                .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-color-variations span.theme-product-color label.chekedLabel {
                  border: 0 none; }
                  .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-color-variations span.theme-product-color label.chekedLabel:after {
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 100%;
                    background: transparent;
                    left: -4px;
                    top: -4px;
                    z-index: 0;
                    border: 1px solid #2596be;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    -ms-border-radius: 50px;
                    -o-border-radius: 50px;
                    border-radius: 50px;
                    padding: 3px;
                    box-sizing: content-box; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-qty-and-add-cart {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          -o-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-qty-and-add-cart input {
            width: 65px;
            height: 38px;
            padding: 8px 10px;
            text-align: center;
            margin-right: 10px;
            border: 1px solid #CACACA;
            color: #364253; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-qty-and-add-cart .theme-cart-button {
            padding: 8px 17px;
            cursor: pointer;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px; }
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-qty-and-add-cart .theme-cart-button span {
              margin: 0px; }
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-qty-and-add-cart .theme-cart-button .theme-cart-loading-area {
              margin: 0px; }
              .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-qty-and-add-cart .theme-cart-button .theme-cart-loading-area .theme-cart-loading-icon-area {
                display: inline-block; }
                .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-qty-and-add-cart .theme-cart-button .theme-cart-loading-area .theme-cart-loading-icon-area .theme-add-cart-loading-icon {
                  margin-left: 10px;
                  width: 15px;
                  height: 15px;
                  -webkit-animation: LoadingRotate 1.4s linear infinite;
                  -moz-animation: LoadingRotate 1.4s linear infinite;
                  -ms-animation: LoadingRotate 1.4s linear infinite;
                  -o-animation: LoadingRotate 1.4s linear infinite;
                  animation: LoadingRotate 1.4s linear infinite;
                  margin-bottom: -2px; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-qty-and-add-cart.theme-cart-button-nostock {
            display: none; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-wishlist-btn {
          padding: 15px 15px 10px;
          border-bottom: 1px dashed #CACACA;
          text-align: center;
          cursor: pointer;
          font-size: 12px; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-wishlist-btn a {
            color: #364253; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-details-view-btn {
          text-align: center;
          margin-top: 20px; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-properties-area .theme-product-details-view-btn a {
            color: #364253;
            text-decoration: underline; }
      .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-social-share {
        text-align: center; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-social-share h4 {
          font-size: 14px;
          font-weight: bold; }
    .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-short-desc-row {
      padding-top: 20px;
      line-height: 1.7; }
    .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 15px;
      position: relative; }
      @media all and (min-width: 992px) {
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container {
          padding: 15px 0 15px 15px; } }
      .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        -o-flex: 1 0 100%;
        flex: 1 0 100%;
        max-height: 300px;
        min-height: 300px;
        position: relative; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image img {
          -webkit-flex: 0 0 auto;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          -o-flex: 0 0 auto;
          flex: 0 0 auto;
          object-fit: scale-down;
          max-width: 100%;
          max-height: 100%;
          cursor: pointer; }
        @media all and (min-width: 992px) {
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image {
            -webkit-flex: 0 1 85%;
            -moz-flex: 0 1 85%;
            -ms-flex: 0 1 85%;
            -o-flex: 0 1 85%;
            flex: 0 1 85%;
            max-width: 85%;
            max-height: 450px; } }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image .theme-image-overlay {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          background: rgba(255, 255, 255, 0.6);
          z-index: 200;
          display: none; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image .theme-image-overlay .theme-image-loader {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 12px;
            width: 12px;
            background: rgba(0, 0, 0, 0.8);
            -webkit-animation: imageLoader 0.5s ease-in-out infinite alternate;
            -moz-animation: imageLoader 0.5s ease-in-out infinite alternate;
            -ms-animation: imageLoader 0.5s ease-in-out infinite alternate;
            -o-animation: imageLoader 0.5s ease-in-out infinite alternate;
            animation: imageLoader 0.5s ease-in-out infinite alternate;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -webkit-animation-delay: -0.16s;
            -moz-animation-delay: -0.16s;
            -ms-animation-delay: -0.16s;
            -o-animation-delay: -0.16s;
            animation-delay: -0.16s; }
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image .theme-image-overlay .theme-image-loader:after, .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image .theme-image-overlay .theme-image-loader:before {
              width: 12px;
              height: 12px;
              content: "";
              display: block;
              background: rgba(0, 0, 0, 0.7);
              position: absolute;
              -webkit-animation: imageLoader 0.5s ease-in-out infinite alternate;
              -moz-animation: imageLoader 0.5s ease-in-out infinite alternate;
              -ms-animation: imageLoader 0.5s ease-in-out infinite alternate;
              -o-animation: imageLoader 0.5s ease-in-out infinite alternate;
              animation: imageLoader 0.5s ease-in-out infinite alternate;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border-radius: 50%;
              left: -20px; }
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image .theme-image-overlay .theme-image-loader:before {
              -webkit-animation-delay: -0.32s;
              -moz-animation-delay: -0.32s;
              -ms-animation-delay: -0.32s;
              -o-animation-delay: -0.32s;
              animation-delay: -0.32s; }
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image .theme-image-overlay .theme-image-loader:after {
              left: 20px; }
      .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-thumbnail-area {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        -o-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px; }
        @media all and (min-width: 992px) {
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-thumbnail-area {
            -webkit-flex: 0 1 15%;
            -moz-flex: 0 1 15%;
            -ms-flex: 0 1 15%;
            -o-flex: 0 1 15%;
            flex: 0 1 15%;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
            margin-top: 0;
            margin-left: auto; } }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-thumbnail-area .theme-product-thumbnail-image {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          width: 65px;
          height: 65px;
          border: 1px solid #CACACA;
          margin-bottom: 10px;
          cursor: pointer;
          margin-right: 10px; }
          @media all and (min-width: 992px) {
            .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-thumbnail-area .theme-product-thumbnail-image {
              margin-right: 0; } }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-thumbnail-area .theme-product-thumbnail-image img {
            max-width: 100%;
            max-height: 100%;
            -webkit-flex: 0 0 auto;
            -moz-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            -o-flex: 0 0 auto;
            flex: 0 0 auto;
            object-fit: scale-down; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-thumbnail-area .theme-product-thumbnail-image.theme-active-thumbnail {
            border-color: #2596be; }
      .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-availabilty {
        position: absolute;
        left: 15px;
        top: 15px; }
        .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-availabilty .theme-prod-stock-details {
          display: inline-block;
          padding: 2px 10px;
          background: #2596be;
          color: #ffffff;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
          .theme-product-details-style-06 .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-image-container .theme-product-availabilty .theme-prod-stock-details.theme-out-of-stock {
            background: #EB4D5E; }

.theme-product-details-style-06 .theme-product-social-share {
  padding: 20px 0px 0px 0px; }
  .theme-product-details-style-06 .theme-product-social-share .zpelem-socialshare {
    margin: 0px; }

.theme-product-details-style-06 .theme-quick-view-container {
  height: 100%;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 400; }
  .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 455;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    background: #ffffff; }
    @media all and (min-width: 768px) {
      .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container {
        top: 4%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); } }
    @media all and (min-width: 992px) {
      .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container {
        width: 860px;
        left: 50%;
        top: 50%;
        height: auto;
        position: absolute;
        padding: 0 30px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-product-details-area-container {
      padding-bottom: 0;
      border-bottom: 0;
      max-height: 600px;
      overflow-y: auto; }
      .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-product-details-area-container .theme-product-name-area {
        padding: 20px 25px 10px; }
        .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-product-details-area-container .theme-product-name-area h3 {
          font-size: 18px; }
      .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-product-details-area-container .theme-product-varient-container .theme-product-properties-area {
        width: 255px; }
      .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-product-details-area-container .theme-product-image-container {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start; }
        .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-product-details-area-container .theme-product-image-container .theme-product-full-image {
          margin-right: 25px;
          max-width: 285px;
          height: 300px;
          -webkit-flex: 1 0 76%;
          -moz-flex: 1 0 76%;
          -ms-flex: 1 0 76%;
          -o-flex: 1 0 76%;
          flex: 1 0 76%; }
          .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-product-details-area-container .theme-product-image-container .theme-product-full-image img {
            cursor: default; }
      .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-product-details-area-container .theme-product-details-and-image-container .theme-product-varient-container .theme-product-price-and-review-area .theme-rating-review-container {
        margin-bottom: 0px; }
    .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-quickview-close {
      position: absolute;
      display: block;
      right: 15px;
      top: 20px;
      width: 27px;
      height: 27px;
      text-align: center;
      line-height: 34px;
      border: 0 none;
      background: #F7F8FA;
      box-shadow: 0 0 38px rgba(0, 0, 0, 0.25);
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
      .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-quickview-close svg {
        width: 18px;
        height: 18px;
        fill: #364253; }
      @media all and (min-width: 992px) {
        .theme-product-details-style-06 .theme-quick-view-container .theme-quick-view-inner-container .theme-quickview-close {
          top: 10px;
          right: 10px; } }
.theme-product-details-tabs-and-content-container {
  padding-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }
  .theme-product-details-tabs-and-content-container .theme-product-specification-tabs-area {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .theme-product-details-tabs-and-content-container .theme-product-specification-tabs-area .theme-product-specification-tab {
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      -o-flex: 0 1 auto;
      flex: 0 1 auto;
      padding: 10px 25px;
      border: 1px solid #CACACA;
      color: #364253;
      background: #F7F8FA;
      text-align: center;
      cursor: pointer;
      width: 100%;
      margin-bottom: 10px; }
      @media all and (min-width: 992px) {
        .theme-product-details-tabs-and-content-container .theme-product-specification-tabs-area .theme-product-specification-tab {
          margin-left: -1px;
          min-width: 185px;
          width: auto;
          margin-bottom: 0; }
          .theme-product-details-tabs-and-content-container .theme-product-specification-tabs-area .theme-product-specification-tab:first-child {
            margin-left: 0; } }
      .theme-product-details-tabs-and-content-container .theme-product-specification-tabs-area .theme-product-specification-tab.theme-product-details-tab-active {
        color: #2596be; }
  .theme-product-details-tabs-and-content-container .theme-product-specification-tabs-content-area {
    padding: 20px;
    border: 1px solid #CACACA;
    margin-top: -1px; }
    .theme-product-details-tabs-and-content-container .theme-product-specification-tabs-content-area .theme-product-specification-tab-content {
      display: none;
      background: #ffffff;
      line-height: 1.7;
      word-break: break-all;
      word-break: break-word; }
      .theme-product-details-tabs-and-content-container .theme-product-specification-tabs-content-area .theme-product-specification-tab-content.theme-product-specification-tab-content-active {
        display: block; }
      .theme-product-details-tabs-and-content-container .theme-product-specification-tabs-content-area .theme-product-specification-tab-content.theme-show-specification {
        display: block; }

.theme-product-more-view-button {
  text-align: center;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  -o-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 30px; }
  .theme-product-more-view-button a.theme-view-more-product-btn {
    text-decoration: underline;
    color: #364253; }

.theme-product-category-pagination-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .theme-product-category-pagination-container .theme-product-pagination-first-tab,
  .theme-product-category-pagination-container .theme-product-pagination-last-tab {
    min-width: 55px;
    border: 1px solid #CACACA;
    height: 30px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); }
    .theme-product-category-pagination-container .theme-product-pagination-first-tab.theme-product-pagination-disable,
    .theme-product-category-pagination-container .theme-product-pagination-last-tab.theme-product-pagination-disable {
      cursor: default;
      color: #b1b1b1; }
  .theme-product-category-pagination-container .theme-product-pagination-wrapper {
    margin: 0 4px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-next,
    .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-number,
    .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-previous {
      min-width: 35px;
      position: relative;
      cursor: pointer;
      text-align: center;
      font-size: 14px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      padding: 0 5px;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
      -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
      -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
      -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); }
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-next.theme-product-pagination-disable,
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-number.theme-product-pagination-disable,
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-previous.theme-product-pagination-disable {
        cursor: default; }
    .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-next {
      border: 1px solid #CACACA;
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
      border-left: 0; }
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-next.theme-product-pagination-disable {
        cursor: default; }
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-next:after {
        left: 50%;
        top: 50%;
        margin-left: -2px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-left-color: #6C798B;
        border-width: 4px;
        margin-top: -4px; }
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-next.theme-product-pagination-disable, .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-next.theme-product-pagination-disable:after {
        border-left-color: #b1b1b1;
        cursor: default; }
    .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-number {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      border: 1px solid #CACACA;
      margin-left: -1px; }
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-number.theme-product-pagination-number-selected, .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-number:hover {
        border-color: #2596be;
        color: #2596be;
        z-index: 1;
        background: #ffffff; }
    .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-previous {
      border: 1px solid #CACACA;
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      -ms-border-radius: 3px 0 0 3px;
      -o-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px;
      border-right: 0; }
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-previous.theme-product-pagination-disable {
        cursor: default; }
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-previous:after {
        right: 50%;
        top: 50%;
        margin-right: -2px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-right-color: #6C798B;
        border-width: 4px;
        margin-top: -4px; }
      .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-previous.theme-product-pagination-disable, .theme-product-category-pagination-container .theme-product-pagination-wrapper .theme-product-pagination-previous.theme-product-pagination-disable:after {
        border-right-color: #b1b1b1;
        cursor: default; }

.theme-product-specifications-info-container .theme-prod-detail-tab-content-heading {
  background: #F7F8FA;
  padding: 5px 15px;
  font-size: 18px; }

.theme-product-specifications-info-container ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }
  @media all and (min-width: 768px) {
    .theme-product-specifications-info-container ul li {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch; } }
  @media all and (min-width: 768px) {
    .theme-product-specifications-info-container ul li .theme-product-specific-label {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      border-right: 1px solid #CACACA;
      padding: 10px 25px 10px 0; } }
  .theme-product-specifications-info-container ul li .theme-product-specific-label span {
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    min-width: 200px;
    width: 200px;
    display: inline-block;
    max-width: 200px; }
    @media all and (min-width: 992px) {
      .theme-product-specifications-info-container ul li .theme-product-specific-label span {
        min-width: 200px;
        width: 300px;
        display: inline-block;
        max-width: 300px; } }
  @media all and (min-width: 768px) {
    .theme-product-specifications-info-container ul li .theme-product-specific-content {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      min-width: 60%; } }
  .theme-product-specifications-info-container ul li .theme-product-specific-content span {
    word-wrap: break-word;
    padding: 10px 0; }
    @media all and (min-width: 768px) {
      .theme-product-specifications-info-container ul li .theme-product-specific-content span {
        display: inline-block;
        padding: 10px 0 10px 35px;
        -webkit-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        -o-flex: 1 0 100%;
        flex: 1 0 100%;
        word-wrap: break-word; } }
.theme-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.8); }

@-webkit-keyframes toggleAnimate {
  from {
    max-height: 0; } }

@-moz-keyframes toggleAnimate {
  from {
    max-height: 0; } }

@-ms-keyframes toggleAnimate {
  from {
    max-height: 0; } }

@-o-keyframes toggleAnimate {
  from {
    max-height: 0; } }

@keyframes toggleAnimate {
  from {
    max-height: 0; } }

@-webkit-keyframes toggleAnimateEnd {
  from {
    max-height: 1000%;
    visibility: visible; } }

@-moz-keyframes toggleAnimateEnd {
  from {
    max-height: 1000%;
    visibility: visible; } }

@-ms-keyframes toggleAnimateEnd {
  from {
    max-height: 1000%;
    visibility: visible; } }

@-o-keyframes toggleAnimateEnd {
  from {
    max-height: 1000%;
    visibility: visible; } }

@keyframes toggleAnimateEnd {
  from {
    max-height: 1000%;
    visibility: visible; } }

@-webkit-keyframes LoadingStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@-moz-keyframes LoadingStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@-ms-keyframes LoadingStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@-o-keyframes LoadingStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@keyframes LoadingStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@-webkit-keyframes LoadingDetailStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@-moz-keyframes LoadingDetailStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@-ms-keyframes LoadingDetailStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@-o-keyframes LoadingDetailStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@keyframes LoadingDetailStartOne {
  from {
    letter-spacing: -7px;
    opacity: 0; } }

@-webkit-keyframes LoadingStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-moz-keyframes LoadingStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-ms-keyframes LoadingStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-o-keyframes LoadingStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes LoadingStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes LoadingDetailStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-moz-keyframes LoadingDetailStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-ms-keyframes LoadingDetailStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-o-keyframes LoadingDetailStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes LoadingDetailStartTwo {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes LoadingStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@-moz-keyframes LoadingStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@-ms-keyframes LoadingStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@-o-keyframes LoadingStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@keyframes LoadingStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@-webkit-keyframes LoadingDetailStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@-moz-keyframes LoadingDetailStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@-ms-keyframes LoadingDetailStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@-o-keyframes LoadingDetailStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@keyframes LoadingDetailStartThree {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@-webkit-keyframes LoadingStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-moz-keyframes LoadingStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-ms-keyframes LoadingStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-o-keyframes LoadingStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes LoadingStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes LoadingDetailStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-moz-keyframes LoadingDetailStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-ms-keyframes LoadingDetailStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-o-keyframes LoadingDetailStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes LoadingDetailStartFour {
  from {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes LoadingRotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0deg); } }

@-moz-keyframes LoadingRotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0deg); } }

@-ms-keyframes LoadingRotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0deg); } }

@-o-keyframes LoadingRotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0deg); } }

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

@-webkit-keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-moz-keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-ms-keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-o-keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-webkit-keyframes LoadingRotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0deg); } }

@-moz-keyframes LoadingRotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0deg); } }

@-ms-keyframes LoadingRotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0deg); } }

@-o-keyframes LoadingRotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0deg); } }

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

@-webkit-keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-moz-keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-ms-keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-o-keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes wave {
  0%, 66%, 100% {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }
  33% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

.theme-cart-update-failure-message,
.theme-cart-update-success-message,
.theme-cart-delete-failure-message,
.theme-cart-delete-success-message,
.theme-cart-add-success-message,
.theme-cart-add-failure-message {
  background: #EFF5EA;
  color: #364253;
  text-align: center;
  width: 300px;
  border-top: 2px solid #00B600;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  max-height: 0px;
  z-index: 2; }

.theme-cart-add-success-message,
.theme-cart-add-failure-message {
  display: block; }

.theme-cart-success-message-links,
.theme-cart-failure-message-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 20px; }
  .theme-cart-success-message-links .theme-cart-success-to-cart,
  .theme-cart-failure-message-links .theme-cart-success-to-cart {
    margin-right: 15px; }
  .theme-cart-success-message-links .theme-cart-success-to-cart,
  .theme-cart-success-message-links .theme-cart-success-close,
  .theme-cart-success-message-links .theme-cart-failure-close,
  .theme-cart-failure-message-links .theme-cart-success-to-cart,
  .theme-cart-failure-message-links .theme-cart-success-close,
  .theme-cart-failure-message-links .theme-cart-failure-close {
    display: block;
    padding: 4px 10px; }
  .theme-cart-success-message-links .theme-cart-success-close,
  .theme-cart-success-message-links .theme-cart-failure-close,
  .theme-cart-failure-message-links .theme-cart-success-close,
  .theme-cart-failure-message-links .theme-cart-failure-close {
    padding: 2px 8px; }

.theme-cart-update-failure-message,
.theme-cart-update-success-message,
.theme-cart-delete-failure-message,
.theme-cart-delete-success-message {
  width: 100%;
  position: static;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  left: auto; }
  .theme-cart-update-failure-message.theme-cart-success, .theme-cart-update-failure-message.theme-cart-failure,
  .theme-cart-update-success-message.theme-cart-success,
  .theme-cart-update-success-message.theme-cart-failure,
  .theme-cart-delete-failure-message.theme-cart-success,
  .theme-cart-delete-failure-message.theme-cart-failure,
  .theme-cart-delete-success-message.theme-cart-success,
  .theme-cart-delete-success-message.theme-cart-failure {
    margin-bottom: 15px; }
  .theme-cart-update-failure-message.theme-cart-success-remove, .theme-cart-update-failure-message.theme-cart-failure-remove,
  .theme-cart-update-success-message.theme-cart-success-remove,
  .theme-cart-update-success-message.theme-cart-failure-remove,
  .theme-cart-delete-failure-message.theme-cart-success-remove,
  .theme-cart-delete-failure-message.theme-cart-failure-remove,
  .theme-cart-delete-success-message.theme-cart-success-remove,
  .theme-cart-delete-success-message.theme-cart-failure-remove {
    margin-bottom: 0px; }

.theme-cart-add-failure-message.theme-cart-message-collection,
.theme-cart-add-success-message.theme-cart-message-collection {
  margin-bottom: 0px;
  position: fixed;
  left: 50%;
  top: 0%;
  width: 90%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 490; }
  @media all and (min-width: 992px) {
    .theme-cart-add-failure-message.theme-cart-message-collection,
    .theme-cart-add-success-message.theme-cart-message-collection {
      width: 500px; } }
  .theme-cart-add-failure-message.theme-cart-message-collection.theme-cart-success, .theme-cart-add-failure-message.theme-cart-message-collection.theme-cart-failure,
  .theme-cart-add-success-message.theme-cart-message-collection.theme-cart-success,
  .theme-cart-add-success-message.theme-cart-message-collection.theme-cart-failure {
    padding: 25px 15px;
    visibility: visible;
    max-height: 200px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .theme-cart-add-failure-message.theme-cart-message-collection.theme-cart-success-remove, .theme-cart-add-failure-message.theme-cart-message-collection.theme-cart-failure-remove,
  .theme-cart-add-success-message.theme-cart-message-collection.theme-cart-success-remove,
  .theme-cart-add-success-message.theme-cart-message-collection.theme-cart-failure-remove {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    visibility: hidden;
    padding: 0 15px;
    max-height: 0px; }

.theme-cart-add-failure-message,
.theme-cart-update-failure-message,
.theme-cart-delete-failure-message {
  background: #FFE3E3;
  color: #364253;
  border-top: 3px solid #FF4949; }

.theme-cart-success,
.theme-cart-failure {
  padding: 13px 15px;
  visibility: visible;
  max-height: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.theme-cart-success-remove,
.theme-cart-failure-remove {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  visibility: hidden;
  padding: 0 15px;
  max-height: 0px;
  margin-bottom: 0; }

.theme-product-details-style-06 .theme-variant-error,
.theme-product-details-style-06 .theme-variant-select-error {
  background: #FFF9EA;
  color: #2B3449;
  border: 1px solid #F8DE83;
  width: 170px;
  text-align: center;
  padding: 7px 15px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: errorMessage 0.8s ease-in-out;
  -moz-animation: errorMessage 0.8s ease-in-out;
  -ms-animation: errorMessage 0.8s ease-in-out;
  -o-animation: errorMessage 0.8s ease-in-out;
  animation: errorMessage 0.8s ease-in-out;
  margin: 10px auto 0px;
  position: relative;
  margin-bottom: 15px; }
  .theme-product-details-style-06 .theme-variant-error:before,
  .theme-product-details-style-06 .theme-variant-select-error:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #FFF9EA;
    border-top: 1px solid #F8DE83;
    border-right: 1px solid #F8DE83;
    right: 50%;
    bottom: -1px;
    top: auto;
    -webkit-transform: rotate(134deg) translate(0%, -70%);
    -moz-transform: rotate(134deg) translate(0%, -70%);
    -ms-transform: rotate(134deg) translate(0%, -70%);
    -o-transform: rotate(134deg) translate(0%, -70%);
    transform: rotate(134deg) translate(0%, -70%); }

.theme-product-details-style-06 .theme-variant-select-error {
  width: 100%;
  margin: 15px 0px 0px 0px;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .theme-product-details-style-06 .theme-variant-select-error:before {
    display: none; }

.theme-cart-success-quickview {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 490;
  margin: 0px;
  height: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

@-webkit-keyframes errorMessage {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes errorMessage {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes errorMessage {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes errorMessage {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.theme-no-products-error {
  text-align: center;
  background: #F7F8FA;
  padding: 10px;
  margin-top: 20px; }

@media all and (max-width: 1199px) {
  .zpcontent-for-header-06 .theme-prod-details-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .zpcontent-for-header-06 .theme-prod-details-container .theme-prod-detail-img-container {
    max-width: 100%; }
  .zpcontent-for-header-06 .theme-prod-details-container .theme-prod-detail-entries {
    max-width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  .zpcontent-for-header-06 .theme-prod-details-container .theme-prod-calculated-detail-entries {
    max-width: 100%; } }

@media only screen and (max-width: 1024px) {
  .zpcontent-for-header-06 .theme-product-details-style-06.theme-content-container .theme-section .theme-product-details-and-image-container {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .zpcontent-for-header-06 .theme-product-details-style-06.theme-content-container .theme-section .theme-product-details-and-image-container .theme-product-image-container {
      padding: 15px 0;
      max-width: 100%; }
      .zpcontent-for-header-06 .theme-product-details-style-06.theme-content-container .theme-section .theme-product-details-and-image-container .theme-product-image-container .theme-product-full-image {
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        -o-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        max-height: 300px; }
      .zpcontent-for-header-06 .theme-product-details-style-06.theme-content-container .theme-section .theme-product-details-and-image-container .theme-product-image-container .theme-product-thumbnail-area {
        margin-top: 25px;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        -o-flex: 1 0 100%;
        flex: 1 0 100%; }
        .zpcontent-for-header-06 .theme-product-details-style-06.theme-content-container .theme-section .theme-product-details-and-image-container .theme-product-image-container .theme-product-thumbnail-area .theme-product-thumbnail-image {
          margin-right: 15px;
          margin-bottom: 0px; }
    .zpcontent-for-header-06 .theme-product-details-style-06.theme-content-container .theme-section .theme-product-details-and-image-container .theme-product-varient-container {
      border-right: 0px;
      padding: 40px 0 0; } }

.theme-currency-hide-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 285;
  display: none; }

.theme-currency-option-container {
  height: 20px;
  cursor: pointer;
  position: relative; }
  .theme-currency-option-container ul {
    margin: 0;
    padding: 0;
    width: 60px;
    z-index: 300;
    position: relative; }
    .theme-currency-option-container ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      color: #364253;
      padding: 5px 10px;
      position: relative;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      display: none;
      font-family: 'Lato', sans-serif;
      font-size: 13px; }
      .theme-currency-option-container ul li:hover {
        background: #eee; }
      .theme-currency-option-container ul li img {
        margin-right: 5px;
        height: 15px;
        vertical-align: bottom; }
      .theme-currency-option-container ul li:first-child {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        background: transparent;
        padding: 0 0 0 10px; }
        .theme-currency-option-container ul li:first-child:after {
          content: "";
          display: inline-block;
          height: 0px;
          width: 0px;
          border-width: 4px;
          border-style: solid;
          border-color: #364253 transparent transparent transparent;
          z-index: 2;
          margin: 2px 5px 0 auto; }
    .theme-currency-option-container ul.theme-currency-open {
      background: #ffffff;
      -webkit-box-shadow: 0 0 20px rgba(98, 98, 98, 0.2);
      -moz-box-shadow: 0 0 20px rgba(98, 98, 98, 0.2);
      -ms-box-shadow: 0 0 20px rgba(98, 98, 98, 0.2);
      -o-box-shadow: 0 0 20px rgba(98, 98, 98, 0.2);
      box-shadow: 0 0 20px rgba(98, 98, 98, 0.2); }
      .theme-currency-option-container ul.theme-currency-open li {
        font-size: 11px; }
        @media all and (min-width: 992px) {
          .theme-currency-option-container ul.theme-currency-open li:first-child {
            font-size: 13px; } }
        .theme-currency-option-container ul.theme-currency-open li:first-child:after {
          border-color: transparent transparent #364253 transparent;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .theme-currency-option-container.theme-currency-style-02 ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    @media all and (min-width: 992px) {
      .theme-currency-option-container.theme-currency-style-02 ul {
        background: transparent; } }
    .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li {
      background: #ffffff;
      -webkit-box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1);
      -moz-box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1);
      -ms-box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1);
      -o-box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1);
      box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1); }
      .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:hover {
        color: #2596be; }
      .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:first-child {
        padding-bottom: 3px;
        border-bottom: 3px solid #2596be;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
        .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:first-child:hover {
          color: #364253; }
  .theme-currency-option-container.theme-currency-style-03 ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    @media all and (min-width: 992px) {
      .theme-currency-option-container.theme-currency-style-03 ul {
        background: transparent; } }
    .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li {
      background: #ffffff;
      -webkit-box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1);
      -moz-box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1);
      -ms-box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1);
      -o-box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1);
      box-shadow: 0 10px 14px rgba(98, 98, 98, 0.1);
      border-left: 1px solid #CACACA;
      border-right: 1px solid #CACACA; }
      .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:hover {
        color: #2596be; }
      .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:last-child {
        border-bottom: 1px solid #CACACA; }
      .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:nth-child(2) {
        border-top: 1px solid #CACACA; }
      .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:first-child {
        padding-bottom: 3px;
        background: transparent;
        border: 0 none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
        .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:first-child:hover {
          color: #364253; }
  .theme-currency-option-container .theme-currency-label {
    display: block; }
    @media all and (min-width: 992px) {
      .theme-currency-option-container .theme-currency-label {
        display: none; } }
.theme-close-mobile-currency {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 350;
  display: none;
  padding: 20px 28px;
  opacity: 1;
  font-size: 16px;
  color: #364253;
  width: 100%; }
  .theme-close-mobile-currency .theme-currency-open-label {
    margin-right: auto; }
  .theme-close-mobile-currency .theme-currency-close-icon-container {
    cursor: pointer;
    height: 23px;
    width: 23px;
    position: relative; }
    .theme-close-mobile-currency .theme-currency-close-icon-container:after, .theme-close-mobile-currency .theme-currency-close-icon-container:before {
      background: #2596be;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 10px; }
    .theme-close-mobile-currency .theme-currency-close-icon-container:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  @media all and (min-width: 992px) {
    .theme-close-mobile-currency {
      display: none;
      opacity: 0;
      z-index: 0; } }
.theme-currency-non-res {
  margin-left: auto;
  margin-right: 0px;
  display: none; }
  @media all and (min-width: 992px) {
    .theme-currency-non-res.theme-curency-option-left-space {
      margin-left: 13px;
      padding-left: 8px;
      border-left: 1px dotted #7a8da8; } }
  @media all and (min-width: 992px) {
    .theme-currency-non-res {
      display: block;
      width: 60px;
      height: 20px; } }
.theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-res {
  padding: 0;
  border-bottom: 1px solid silver;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media all and (min-width: 992px) {
    .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-res {
      display: none; } }
.theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 10px 20px; }
  .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container .theme-currency-label {
    margin-right: auto;
    color: #364253;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding-left: 20px;
    z-index: 310; }
  .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container ul {
    margin-left: auto; }
    .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container ul li {
      border-bottom: 0 none;
      padding: 5px;
      color: #364253; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container ul li:first-child {
        padding: 0 0 0 5px; }
  @media all and (min-width: 992px) {
    .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul {
      overflow: visible; } }
  .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul li, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul li, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul li {
    color: #364253;
    font-size: 14px;
    font-family: 'Lato', sans-serif; }
  .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 60px;
    z-index: 350;
    box-shadow: none; }
    .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open li, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li {
      color: #364253;
      font-size: 14px;
      border-left: 0 none;
      border-right: 0 none;
      padding: 10px 10px;
      box-shadow: none; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open li:first-child, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open li:last-child, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:first-child, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:last-child, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:first-child, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:last-child {
        border-top: 0 none; }
        .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open li:first-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open li:last-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:first-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:last-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:first-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:last-child:after {
          display: none; }
          @media all and (min-width: 992px) {
            .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open li:first-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open li:last-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:first-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:last-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:first-child:after, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:last-child:after {
              display: block; } }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open li:first-child, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:first-child, .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:first-child {
        color: #2596be; }
      .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-01 ul.theme-currency-open li:nth-child(2), .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:nth-child(2), .theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:nth-child(2) {
        border-top: 0 none; }

@media all and (min-width: 992px) {
  .theme-vertical-navigation-container .theme-currency-option-container {
    margin-right: 15px; } }

.theme-vertical-navigation-container.theme-currency-enable-vertical .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a .theme-portal-username {
  max-width: 100px; }

.theme-vertical-navigation-container.theme-currency-enable-vertical .theme-header .zpcontainer .theme-vertical-navigation-portal .theme-portal-login .theme-portal-container {
  padding: 0 15px; }

.theme-currency-container-style-05-non-res {
  margin-left: auto; }
  .theme-currency-container-style-05-non-res.theme-curency-option-left-space {
    margin-left: auto; }
    @media all and (min-width: 992px) {
      .theme-currency-container-style-05-non-res.theme-curency-option-left-space {
        margin-left: 13px;
        padding-left: 8px;
        border-left: 1px dotted #7a8da8; } }
  @media all and (min-width: 992px) {
    .theme-currency-container-style-05-non-res {
      height: 23px;
      width: 60px; } }
.theme-currency-container-style-06-non-res {
  margin-left: auto; }
  @media all and (min-width: 992px) {
    .theme-currency-container-style-06-non-res {
      height: 23px;
      width: 60px;
      margin-right: 15px; } }
.theme-currency-container-style-06-res {
  margin-left: 20px; }

@media all and (min-width: 992px) {
  .zpdark-header-portion .theme-currency-non-res.theme-curency-option-left-space {
    border-left: 1px dotted rgba(255, 255, 255, 0.8); } }

.zpdark-header-portion .theme-currency-option-container ul li:first-child {
  color: rgba(255, 255, 255, 0.8); }
  @media all and (min-width: 992px) {
    .zpdark-header-portion .theme-currency-option-container ul li:first-child:after {
      border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent; } }
.zpdark-header-portion .theme-currency-option-container ul.theme-currency-open li:first-child {
  color: #364253; }
  .zpdark-header-portion .theme-currency-option-container ul.theme-currency-open li:first-child:after {
    border-color: transparent transparent #364253 transparent; }

@media all and (min-width: 992px) {
  .zpdark-header-portion .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:first-child, .zpdark-header-portion .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:first-child {
    color: rgba(255, 255, 255, 0.8); } }

@media all and (min-width: 992px) {
  .zpdark-header-portion .theme-currency-option-container.theme-currency-style-02 ul.theme-currency-open li:first-child:after, .zpdark-header-portion .theme-currency-option-container.theme-currency-style-03 ul.theme-currency-open li:first-child:after {
    border-color: transparent transparent #ffffff transparent; } }

@media all and (min-width: 992px) {
  .zpdark-header-portion .theme-currency-container-style-05-non-res.theme-curency-option-left-space {
    border-left: 1px dotted white; } }

@media all and (max-width: 992px) {
  .theme-currency-container-style-05-res {
    margin-left: auto; } }

@-webkit-keyframes imageLoader {
  from {
    background: transparent; } }

@-moz-keyframes imageLoader {
  from {
    background: transparent; } }

@-ms-keyframes imageLoader {
  from {
    background: transparent; } }

@-o-keyframes imageLoader {
  from {
    background: transparent; } }

@keyframes imageLoader {
  from {
    background: transparent; } }
