/*$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[type="submit"].active,
input[type="reset"]:active,
input[type="reset"].active,
input[type="button"]:active,
input[type="button"].active {
  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[type="submit"].disabled,
input[type="submit"][disabled],
input[type="submit"] fieldset[disabled],
input[type="reset"].disabled,
input[type="reset"][disabled],
input[type="reset"] fieldset[disabled],
input[type="button"].disabled,
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: #091a26;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #ffffff;
}
.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;
  background:url('../image//1200-1500.jpg');
}
.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: #ffffff;
  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 white;
    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 white;
}
@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: #ffffff;
  -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 #303041;
  background: #091a26;
  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: #ffffff;
  -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: #369eea;
}
.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: #ffffff;
  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 white;
}
.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: #04131d;
  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;
  min-width: 1%;
  padding: 20px 0;
}
@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: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -o-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  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-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 1%;
  width: 100%;
}
@media all and (min-width: 992px) {
  .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    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
  .theme-site-name {
  color: #ffffff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}
.theme-header
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-name-img {
    margin-right: 10px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
  }
.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: #7a8193;
  font-family: "Poppins", 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 {
  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 {
  -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 .zpcontainer {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zpheader-style-01 .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;
  }
}
@media all and (min-width: 992px) {
  .zpheader-style-01 .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%;
  }
}

@media all and (max-width: 768px) {
  .zpheader-style-01.theme-mobile-header-fixed {
    position: fixed;
    top: 0px;
    z-index: 250;
    right: 0px;
    width: 100%;
  }
}
.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;
  }
}

@media all and (max-width: 768px) {
  .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;
  }
}
@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-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 {
  -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-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-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: #ffffff;
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-search
  .theme-search-field-container {
  border-top: 3px solid #369eea;
  -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;
  border-radius: 0px;
  padding: 5px 60px 5px 20px;
  height: 50px;
  background: #04131d;
  border: 0 none;
  font-family: inherit;
  color: #626878;
  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: 16px;
  }
}
.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: #369eea;
  color: #04131d;
  font-weight: normal;
  font-size: 18px;
  font-family: "Poppins", 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: #ffffff;
  stroke: #ffffff;
}
.theme-navigation-and-icons
  .theme-search-and-mini-cart-group
  .theme-mini-cart
  .theme-minicart-icon
  .theme-mini-cart-count {
  background: #369eea;
  border-radius: 100%;
  color: #04131d;
  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 white;
  -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;
}

.theme-navigation-and-icons .theme-menu-area .theme-menu {
  border-top: 3px solid #369eea;
}
.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: #02070b;
  -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;
    padding-left: 5px;
  }
}
@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;
}
.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 li {
  border-bottom: 1px solid rgba(48, 48, 65, 0.4);
  padding: 0px 0px 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: #ffffff;
  font-weight: normal;
  padding: 14px 20px;
  padding-right: 48px;
  -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%;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li.theme-menu-selected
  > a {
  color: #369eea;
}
.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-color: #091a26;
}
@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: 43px;
    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: 228px;
    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 {
  margin-left: 0;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
  padding-right: 0px;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  ul
  li:first-child {
  border-top: 1px solid rgba(48, 48, 65, 0.4);
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li {
    min-width: 228px;
    width: 100%;
    margin-top: 0;
    background: #04131d;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(48, 48, 65, 0.4);
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li:first-of-type {
    border-top: 3px solid #369eea;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
  padding: 14px 0px 14px 20px;
  display: block;
  padding-right: 48px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  position: relative;
  border-radius: 3px;
  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: #ffffff;
    width: 100%;
    text-transform: none;
    padding: 14px 20px;
    -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;
    margin-left: auto;
    position: absolute;
    top: 50%;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:hover > a,
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  ul
  li
  ul
  li.theme-menu-selected
  > a {
  background: none;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li:hover
    > a,
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li.theme-menu-selected
    > a {
    color: #369eea;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul {
  top: 0;
  left: 100%;
  padding-top: 0;
  padding-left: 0;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul {
    padding-left: 3px;
  }
}
.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 ul ul li {
  padding-left: 20px;
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul ul li {
    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 > ul {
    display: block !important;
  }
}

@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: #369eea;
  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: #369eea;
  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;
  margin-left: 0px;
  border-bottom: 0 none;
}
.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: #ffffff;
  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 #272735;
}
.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: 0px;
  margin-left: 0px;
  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: #ffffff;
}
.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 {
  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 {
  from {
    max-height: 100vh;
    visibility: visible;
  }
}
@-o-keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible;
  }
}
@keyframes toggleAnimateEnd {
  from {
    max-height: 100vh;
    visibility: visible;
  }
}
.theme-navigation-and-icons .theme-menu-area .theme-menu .theme-currency-res {
  border-bottom: 1px solid #272735;
  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: 15px 20px;
}
.theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  .theme-currency-option-container
  .theme-currency-label {
  margin-right: auto;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", 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: #ffffff;
}
.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: #ffffff;
  font-size: 16px;
  font-family: "Poppins", 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: #ffffff;
  font-size: 16px;
  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: #369eea;
}
.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;
}

.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: #04131d;
  position: absolute;
  left: 0;
  top: 100%;
  height: auto;
  overflow: hidden;
  z-index: 280;
  -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 #ffffff;
  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: #ffffff;
  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-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;
  list-style: none;
  word-break: break-word;
  word-wrap: break-word;
  padding-top: 0px;
  padding-bottom: 0px;
}
.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;
    border-bottom: 0 none;
  }
}
@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: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    -webkit-text-size-adjust: auto;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li.theme-menu-selected
    > a {
    background: #369eea;
    color: #04131d;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
    margin-left: 25px;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
    background: #369eea;
    color: #04131d;
  }
}
@media all and (min-width: 992px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > ul {
    display: block !important;
  }
}

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-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(4, 19, 29, 0.9);
  }
}
@media all and (min-width: 992px) {
  .theme-header-transparent.zpdark-header-portion.theme-header {
    background: rgba(255, 255, 255, 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: #369eea;
  }
}
@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(4, 19, 29, 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: #04131d;
  }
}
.theme-header-fixed
  .theme-header.zpdark-header-portion
  .theme-navigation-and-icons
  .theme-menu-area
  .theme-menu
  > ul
  > li
  ul
  li
  a {
  color: #ffffff;
}
@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 {
    color: #369eea;
  }
}
.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: #04131d;
    -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(4, 19, 29, 0.9);
  }
}
@media all and (min-width: 992px) {
  .theme-header-fixed.theme-header-animate
    .theme-header.theme-header-transparent.zpdark-header-portion {
    background: rgba(255, 255, 255, 0.9);
  }
}

@-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: #04131d;
    opacity: 0;
  }
}
@-moz-keyframes fixedHeaderEnd {
  from {
    background: #04131d;
    opacity: 0;
  }
}
@-ms-keyframes fixedHeaderEnd {
  from {
    background: #04131d;
    opacity: 0;
  }
}
@-o-keyframes fixedHeaderEnd {
  from {
    background: #04131d;
    opacity: 0;
  }
}
@keyframes fixedHeaderEnd {
  from {
    background: #04131d;
    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 {
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 992px) {
  .zphero-boxed .zphero ul li.zphero-slide .zphero-slider-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.zphero-boxed {
  padding-top: 50px;
}

.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(4, 19, 29, 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(4, 19, 29, 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(4, 19, 29, 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(4, 19, 29, 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(4, 19, 29, 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(4, 19, 29, 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(4, 19, 29, 0.8);
}
.zpdark-header-portion.theme-header-topbar
  .zpcontainer
  .theme-branding-info
  .theme-site-name-caption
  .theme-site-name-img
  . {
    width: 50px;
    height: 50px;
  }
.zpdark-header-portion.theme-header {
  background: #ffffff;
  -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: white;
    -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(4, 19, 29, 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: white;
    color: #04131d;
  }
}
@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: white;
  }
}
.zpdark-header-portion.theme-header-topbar {
  background: #fafafa;
}
@media all and (min-width: 992px) {
  .zpdark-header-portion.theme-header-topbar {
    background: #ffffff;
  }
}
.zpdark-header-portion
  .theme-responsive-menu-area.zpcontainer
  .theme-responsive-menu-container
  .theme-burger-icon {
  background: #04131d;
}
.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: #04131d;
}
.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(4, 19, 29, 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(4, 19, 29, 0.8);
  stroke: rgba(4, 19, 29, 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(4, 19, 29, 0.8);
}

@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: white;
  }
}

.zpbutton.zpbutton-type-primary,
button.zpbutton-type-primary,
input[type="submit"].zpbutton-type-primary,
input[type="button"].zpbutton-type-primary {
  background: #369eea;
  color: #04131d;
}
.zpbutton.zpbutton-type-primary.zpbutton-outline,
button.zpbutton-type-primary.zpbutton-outline,
input[type="submit"].zpbutton-type-primary.zpbutton-outline,
input[type="button"].zpbutton-type-primary.zpbutton-outline {
  background: transparent;
  border-color: #369eea;
  color: #369eea;
}
.zpbutton.zpbutton-type-primary.zpbutton-outline.disabled:hover,
button.zpbutton-type-primary.zpbutton-outline.disabled:hover,
input[type="submit"].zpbutton-type-primary.zpbutton-outline.disabled:hover,
input[type="button"].zpbutton-type-primary.zpbutton-outline.disabled:hover {
  background: transparent;
  color: #369eea;
}
.zpbutton.zpbutton-type-primary:hover,
button.zpbutton-type-primary:hover,
input[type="submit"].zpbutton-type-primary:hover,
input[type="button"].zpbutton-type-primary:hover {
  background: #1685d7;
  color: #04131d;
}
.zpbutton.zpbutton-type-primary.disabled:hover,
button.zpbutton-type-primary.disabled:hover,
input[type="submit"].zpbutton-type-primary.disabled:hover,
input[type="button"].zpbutton-type-primary.disabled:hover {
  background: #369eea;
  color: #04131d;
}
.zpbutton.zpbutton-type-secondary,
button.zpbutton-type-secondary,
input[type="submit"].zpbutton-type-secondary,
input[type="button"].zpbutton-type-secondary {
  background: #ffffff;
  color: #04131d;
}
.zpbutton.zpbutton-type-secondary.zpbutton-outline,
button.zpbutton-type-secondary.zpbutton-outline,
input[type="submit"].zpbutton-type-secondary.zpbutton-outline,
input[type="button"].zpbutton-type-secondary.zpbutton-outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.zpbutton.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
button.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
input[type="submit"].zpbutton-type-secondary.zpbutton-outline.disabled:hover,
input[type="button"].zpbutton-type-secondary.zpbutton-outline.disabled:hover {
  background: transparent;
  color: #ffffff;
}
.zpbutton.zpbutton-type-secondary:hover,
button.zpbutton-type-secondary:hover,
input[type="submit"].zpbutton-type-secondary:hover,
input[type="button"].zpbutton-type-secondary:hover {
  background: #e6e6e6;
  color: #04131d;
}
.zpbutton.zpbutton-type-secondary.disabled:hover,
button.zpbutton-type-secondary.disabled:hover,
input[type="submit"].zpbutton-type-secondary.disabled:hover,
input[type="button"].zpbutton-type-secondary.disabled:hover {
  background: #ffffff;
  color: #04131d;
}
.zpbutton.zpbutton-type-link,
button.zpbutton-type-link,
input[type="submit"].zpbutton-type-link,
input[type="button"].zpbutton-type-link {
  background: transparent;
  color: #369eea;
  padding-left: 0;
  padding-right: 0;
}
.zpbutton.zpbutton-type-link.disabled:hover,
button.zpbutton-type-link.disabled:hover,
input[type="submit"].zpbutton-type-link.disabled:hover,
input[type="button"].zpbutton-type-link.disabled:hover {
  background: transparent;
  color: #369eea;
}
.zpbutton.zpbutton-type-link:hover,
button.zpbutton-type-link:hover,
input[type="submit"].zpbutton-type-link:hover,
input[type="button"].zpbutton-type-link:hover {
  color: #1685d7;
}

.zpdark-section .zpbutton.zpbutton-type-primary,
.zpdark-section button.zpbutton-type-primary,
.zpdark-section input[type="submit"].zpbutton-type-primary,
.zpdark-section input[type="button"].zpbutton-type-primary {
  background: #04131d;
  color: #369eea;
}
.zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline,
.zpdark-section button.zpbutton-type-primary.zpbutton-outline,
.zpdark-section input[type="submit"].zpbutton-type-primary.zpbutton-outline,
.zpdark-section input[type="button"].zpbutton-type-primary.zpbutton-outline {
  background: transparent;
  border-color: #04131d;
  color: #04131d;
}
.zpdark-section .zpbutton.zpbutton-type-primary.zpbutton-outline.disabled:hover,
.zpdark-section button.zpbutton-type-primary.zpbutton-outline.disabled:hover,
.zpdark-section
  input[type="submit"].zpbutton-type-primary.zpbutton-outline.disabled:hover,
.zpdark-section
  input[type="button"].zpbutton-type-primary.zpbutton-outline.disabled:hover {
  background: transparent;
  color: #04131d;
}
.zpdark-section .zpbutton.zpbutton-type-primary:hover,
.zpdark-section button.zpbutton-type-primary:hover,
.zpdark-section input[type="submit"].zpbutton-type-primary:hover,
.zpdark-section input[type="button"].zpbutton-type-primary:hover {
  background: black;
  color: #369eea;
}
.zpdark-section .zpbutton.zpbutton-type-primary.disabled:hover,
.zpdark-section button.zpbutton-type-primary.disabled:hover,
.zpdark-section input[type="submit"].zpbutton-type-primary.disabled:hover,
.zpdark-section input[type="button"].zpbutton-type-primary.disabled:hover {
  background: #04131d;
  color: #369eea;
}
.zpdark-section .zpbutton.zpbutton-type-secondary,
.zpdark-section button.zpbutton-type-secondary,
.zpdark-section input[type="submit"].zpbutton-type-secondary,
.zpdark-section input[type="button"].zpbutton-type-secondary {
  background: #ffffff;
  color: #04131d;
}
.zpdark-section .zpbutton.zpbutton-type-secondary.zpbutton-outline,
.zpdark-section button.zpbutton-type-secondary.zpbutton-outline,
.zpdark-section input[type="submit"].zpbutton-type-secondary.zpbutton-outline,
.zpdark-section input[type="button"].zpbutton-type-secondary.zpbutton-outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.zpdark-section
  .zpbutton.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
.zpdark-section button.zpbutton-type-secondary.zpbutton-outline.disabled:hover,
.zpdark-section
  input[type="submit"].zpbutton-type-secondary.zpbutton-outline.disabled:hover,
.zpdark-section
  input[type="button"].zpbutton-type-secondary.zpbutton-outline.disabled:hover {
  background: transparent;
  color: #ffffff;
}
.zpdark-section .zpbutton.zpbutton-type-secondary:hover,
.zpdark-section button.zpbutton-type-secondary:hover,
.zpdark-section input[type="submit"].zpbutton-type-secondary:hover,
.zpdark-section input[type="button"].zpbutton-type-secondary:hover {
  background: #e6e6e6;
  color: #04131d;
}
.zpdark-section .zpbutton.zpbutton-type-secondary.disabled:hover,
.zpdark-section button.zpbutton-type-secondary.disabled:hover,
.zpdark-section input[type="submit"].zpbutton-type-secondary.disabled:hover,
.zpdark-section input[type="button"].zpbutton-type-secondary.disabled:hover {
  background: #ffffff;
  color: #04131d;
}
.zpdark-section .zpbutton.zpbutton-type-link,
.zpdark-section button.zpbutton-type-link,
.zpdark-section input[type="submit"].zpbutton-type-link,
.zpdark-section input[type="button"].zpbutton-type-link {
  background: transparent;
  color: #04131d;
  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[type="submit"].zpbutton-type-link.disabled:hover,
.zpdark-section input[type="button"].zpbutton-type-link.disabled:hover {
  background: transparent;
  color: #04131d;
}
.zpdark-section .zpbutton.zpbutton-type-link:hover,
.zpdark-section button.zpbutton-type-link:hover,
.zpdark-section input[type="submit"].zpbutton-type-link:hover,
.zpdark-section input[type="button"].zpbutton-type-link:hover {
  color: black;
}

body {
  color: #626878;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
}

body .zpdark-section {
  color: #04131d;
}

a {
  color: #369eea;
}
a:hover {
  color: #1685d7;
}

.zpdark-section a {
  color: #f4f44e;
}
.zpdark-section a:hover {
  color: #f1f11e;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
}
h1:before,
h1:after {
  background: #ffffff;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
}
h2:before,
h2:after {
  background: #ffffff;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
}
h3:before,
h3:after {
  background: #ffffff;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
}
h4:before,
h4:after {
  background: #ffffff;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
}
h5:before,
h5:after {
  background: #ffffff;
}

h6 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
}
h6:before,
h6:after {
  background: #ffffff;
}

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

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

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

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

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

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

.zpdivider-container .zpdivider-common:after,
.zpdivider-container .zpdivider-common:before {
  border-color: #303041;
}
.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: #303041;
}
.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: #369eea;
}
.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: #04131d;
}
.zpdivider-container.zpdivider-icon .zpdivider-common svg {
  fill: #369eea;
}
.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: #303041;
}
.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: #369eea;
  color: #04131d;
}
.zpdivider-container.zpdivider-text .zpdivider-common {
  color: #369eea;
}

.zpdark-section .zpdivider-container .zpdivider-common:after,
.zpdark-section .zpdivider-container .zpdivider-common:before {
  border-color: rgba(4, 19, 29, 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(4, 19, 29, 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: #04131d;
}
.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: #369eea;
}
.zpdark-section .zpdivider-container.zpdivider-icon .zpdivider-common svg {
  fill: #04131d;
}
.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(4, 19, 29, 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: #04131d;
  color: #369eea;
}
.zpdark-section .zpdivider-container.zpdivider-text .zpdivider-common {
  color: #04131d;
}

.zpicon-common svg {
  fill: #369eea;
}
.zpicon-common.zpicon-style-bgfill,
.zpicon-common.zpicon-style-circle-fill,
.zpicon-common.zpicon-style-roundcorner-fill {
  background: #369eea;
}
.zpicon-common.zpicon-style-bgfill svg,
.zpicon-common.zpicon-style-circle-fill svg,
.zpicon-common.zpicon-style-roundcorner-fill svg {
  fill: #04131d;
}
.zpicon-common.zpicon-style-border,
.zpicon-common.zpicon-style-circle,
.zpicon-common.zpicon-style-roundcorner {
  border-color: #303041;
}

.zpdark-section .zpicon-common svg {
  fill: #04131d;
}
.zpdark-section .zpicon-common.zpicon-style-bgfill,
.zpdark-section .zpicon-common.zpicon-style-circle-fill,
.zpdark-section .zpicon-common.zpicon-style-roundcorner-fill {
  background: #04131d;
}
.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: #369eea;
}
.zpdark-section .zpicon-common.zpicon-style-border,
.zpdark-section .zpicon-common.zpicon-style-circle,
.zpdark-section .zpicon-common.zpicon-style-roundcorner {
  border-color: #04131d;
}

.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: #04131d;
  color: #ffffff;
}
@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: #303041;
  }
}
.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: #369eea;
  color: #04131d;
  border-color: #369eea;
}
.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: #303041;
  background: #04131d;
}
.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: #ffffff;
  background: #04131d;
}
@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: #369eea;
  color: #04131d;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptab.zptab-active:hover {
  color: #04131d;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab:hover {
  color: #369eea;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptabs-content-container
  .zptab-content {
  border-color: #369eea;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active {
  color: #369eea;
  border-color: #369eea;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab.zptab-active:after {
  background: #369eea;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:hover {
  color: #369eea;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptabs-content-container
  .zptab-content {
  border-top-color: #369eea;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active {
  color: #369eea;
  border-color: #369eea;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab.zptab-active:after {
  border-top-color: #369eea;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover {
  color: #369eea;
}
.zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptabs-content-container
  .zptab-content {
  border-top-color: #369eea;
}

.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(4, 19, 29, 0.25);
  color: #04131d;
}
@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(4, 19, 29, 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: #04131d;
  color: #ffffff;
  border-color: #04131d;
}
.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(4, 19, 29, 0.25);
  background: rgba(4, 19, 29, 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: #04131d;
  background: rgba(4, 19, 29, 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: #04131d;
  color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptab.zptab-active:hover {
  color: #ffffff;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptab:hover {
  color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-01
  .zptabs-content-container
  .zptab-content {
  border-color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab {
  color: #04131d;
  border-bottom-color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab.zptab-active {
  color: #04131d;
  border-color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab.zptab-active:after {
  background: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptab:hover {
  color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-02
  .zptabs-content-container
  .zptab-content {
  border-top-color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab {
  color: #04131d;
  border-bottom-color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab.zptab-active {
  color: #04131d;
  border-color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab.zptab-active:after {
  border-top-color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptab:hover {
  color: #04131d;
}
.zpdark-section
  .zptabelem-inner-container.zptabs-style-02.zptab-type-03
  .zptabs-content-container
  .zptab-content {
  border-top-color: #04131d;
}

.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: #ededed;
}
.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: #ededed;
}
.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: #626878;
}
.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(98, 104, 120, 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: #d9d9d9;
}
.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: #d9d9d9;
  border-color: #d9d9d9;
}

.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: #04131d;
}
.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: #04131d;
}
.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: #626878;
}
.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(4, 19, 29, 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: #50506d;
}
.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: #50506d;
  border-color: #50506d;
}

.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: #04131d;
  color: #ffffff;
  margin-bottom: 0;
  border-color: #303041;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion-active {
  background: #04131d;
  color: #ffffff;
  border-bottom-color: #369eea;
}
@media all and (min-width: 992px) {
  .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
    background: #04131d;
    color: #ffffff;
  }
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
  margin-bottom: 0;
  border-left: 1px solid #303041;
  border-right: 1px solid #303041;
  background: #04131d;
  border-top-color: transparent;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:last-of-type {
  border-bottom-color: #303041;
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #ffffff;
  border-color: #303041;
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion.zpaccordion-active {
  color: #ffffff;
}
@media all and (min-width: 992px) {
  .zpaccordion-container.zpaccordion-style-02 .zpaccordion:hover {
    color: #ffffff;
  }
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion-content {
  border-color: #303041;
}

.zpdark-section .zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  background: rgba(4, 19, 29, 0.24);
  color: #04131d;
  margin-bottom: 0;
  border-color: rgba(4, 19, 29, 0.25);
}
.zpdark-section
  .zpaccordion-container.zpaccordion-style-01
  .zpaccordion.zpaccordion-active {
  background: #04131d;
  color: #ffffff;
  border-bottom-color: #04131d;
}
@media all and (min-width: 992px) {
  .zpdark-section
    .zpaccordion-container.zpaccordion-style-01
    .zpaccordion:hover {
    background: #04131d;
    color: #ffffff;
  }
}
.zpdark-section
  .zpaccordion-container.zpaccordion-style-01
  .zpaccordion-content {
  margin-bottom: 0;
  border-left: 1px solid rgba(4, 19, 29, 0.25);
  border-right: 1px solid rgba(4, 19, 29, 0.25);
  background: rgba(4, 19, 29, 0.12);
  border-top-color: transparent;
}
.zpdark-section
  .zpaccordion-container.zpaccordion-style-01
  .zpaccordion-content:last-of-type {
  border-bottom-color: rgba(4, 19, 29, 0.25);
}
.zpdark-section .zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  color: #04131d;
  border-color: rgba(4, 19, 29, 0.25);
}
.zpdark-section
  .zpaccordion-container.zpaccordion-style-02
  .zpaccordion.zpaccordion-active {
  color: #04131d;
}
@media all and (min-width: 992px) {
  .zpdark-section
    .zpaccordion-container.zpaccordion-style-02
    .zpaccordion:hover {
    color: #04131d;
  }
}
.zpdark-section
  .zpaccordion-container.zpaccordion-style-02
  .zpaccordion-content {
  border-color: rgba(4, 19, 29, 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: #04131d;
  border-color: #303041;
  color: #626878;
}
.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(98, 104, 120, 0.5);
}
.zpform-container input::-moz-placeholder,
.zpform-container textarea::-moz-placeholder,
.zpform-container select::-moz-placeholder {
  color: rgba(98, 104, 120, 0.5);
}
.zpform-container input:-ms-input-placeholder,
.zpform-container textarea:-ms-input-placeholder,
.zpform-container select:-ms-input-placeholder {
  color: rgba(98, 104, 120, 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(4, 19, 29, 0.5);
  color: #04131d;
}
.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(4, 19, 29, 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(4, 19, 29, 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(4, 19, 29, 0.5);
}
.zpdark-section .zpform-container .zpform-errormsg,
.zpdark-section .zpform-container .zpform-common-errormsg {
  color: #04131d;
}
.zpdark-section .zpform-container .zpform-common-successmsg {
  color: #04131d;
}
.zpdark-section .zpform-container .zpform-mandatory:after {
  color: #04131d;
}

.zpimage-container[class*="zpimage-overlay-effect-"] figure figcaption,
.zpimage-with-text-container[class*="zpimage-overlay-effect-"]
  figure
  figcaption {
  background: rgba(54, 158, 234, 0.8);
  color: #04131d;
}
.zpimage-container[class*="zpimage-overlay-effect-"] figure:hover figcaption,
.zpimage-with-text-container[class*="zpimage-overlay-effect-"]
  figure:hover
  figcaption {
  background: rgba(54, 158, 234, 0.8);
  color: #04131d;
}
.zpimage-container[class*="zpimage-overlay-effect-static-"] figure figcaption,
.zpimage-with-text-container[class*="zpimage-overlay-effect-static-"]
  figure
  figcaption {
  background: rgba(54, 158, 234, 0.8);
  color: #04131d;
}

.hb-grid-gallery[class*="zpimage-overlay-effect-hv-"] figure:hover figcaption {
  background: rgba(54, 158, 234, 0.8);
  color: #04131d;
}

[data-caption_style="hv-3"] figcaption,
.hv-3 figcaption {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(100, 180, 239, 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(255, 255, 255, 0.5);
  color: #04131d;
}
.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(255, 255, 255, 0.5);
  color: #04131d;
}
.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(255, 255, 255, 0.5);
  color: #04131d;
}

.zpdark-section
  .hb-grid-gallery[class*="zpimage-overlay-effect-hv-"]
  figure:hover
  figcaption {
  background: rgba(255, 255, 255, 0.5);
  color: #04131d;
}

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

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

.zptable table {
  border-color: #303041;
}
.zptable table td,
.zptable table th {
  border-bottom-color: #303041;
  border-right-color: #303041;
  color: #ffffff;
}
.zptable table td {
  color: #626878;
}
.zptable.zptable-header-dark table tr th {
  background: #ffffff;
  color: #04131d;
  border-right-color: white;
  border-bottom-color: white;
}
.zptable.zptable-header-light table tr th {
  background: #091a26;
  color: #ffffff;
  border-right-color: #303041;
  border-bottom-color: #303041;
}
.zptable.zptable-header-transparent table tr th {
  color: #ffffff;
  border-right-color: #303041;
  border-bottom-color: #303041;
}

.zpdark-section .zptable table {
  border-color: rgba(48, 48, 65, 0.6);
}
.zpdark-section .zptable table td,
.zpdark-section .zptable table th {
  border-bottom-color: rgba(48, 48, 65, 0.6);
  border-right-color: rgba(48, 48, 65, 0.6);
  color: #04131d;
}
.zpdark-section .zptable table td {
  color: #04131d;
}
.zpdark-section .zptable.zptable-header-dark table tr th {
  background: #ffffff;
  color: #04131d;
  border-right-color: white;
  border-bottom-color: white;
}
.zpdark-section .zptable.zptable-header-light table tr th {
  background: #091a26;
  color: #ffffff;
  border-right-color: rgba(48, 48, 65, 0.6);
  border-bottom-color: rgba(48, 48, 65, 0.6);
}
.zpdark-section .zptable.zptable-header-transparent table tr th {
  color: #04131d;
  border-right-color: rgba(48, 48, 65, 0.6);
  border-bottom-color: rgba(48, 48, 65, 0.6);
}

.zpdark-section-bg {
  background-color: #4da9ec;
}

.zplight-section-bg {

}

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

.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: #040c11;
  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;
  border: 4px solid;
  border-image-source: linear-gradient(to right, #8f41e9, #578aef);
  border-image-slice: 1;
}
.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;
  border: 4px solid;
  border-image-source: linear-gradient(to right, #8f41e9, #578aef);
  border-image-slice: 1;
}
.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 0px;
}

.theme-collection-sortby-section .theme-collection-sort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.theme-section-heading {
  padding-bottom: 30px;
}

@media all and (max-width: 768px) {
  .theme-section-heading {
    font-size: 20px;
  }
}
.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: #369eea;
}
.theme-breadcrumb-container .theme-porduct-breadcrumb a:hover {
  color: #1f93e8;
}
.theme-breadcrumb-container .theme-porduct-breadcrumb .theme-breadcrumb-active {
  color: rgba(255, 255, 255, 0.8);
}
.theme-breadcrumb-container
  .theme-porduct-breadcrumb
  .theme-breadcrumb-active:hover {
  color: rgba(255, 255, 255, 0.8);
}
.theme-breadcrumb-container .theme-porduct-breadcrumb span {
  color: #ffffff;
  display: inline-block;
  margin: 0 6px;
}
.theme-breadcrumb-container .theme-porduct-breadcrumb span:last-of-type {
  display: none;
}

.theme-category-col .theme-category-description {
  background: #ffffff;
  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-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 20px 20px;
}
@media all and (min-width: 992px) {
  .theme-category-col .theme-category-description {
    padding: 20px 50px;
  }
}
.theme-category-col .theme-category-description h1 {
  line-height: 1;
  font-size: 30px;
}
.theme-category-col
  .theme-category-description
  h1.theme-category-heading-with-des {
  margin-bottom: 15px;
}
.theme-category-col.theme-category-col-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media all and (min-width: 992px) {
  .theme-category-col.theme-category-col-left {
    padding-right: 0px;
  }
}
.theme-category-col.theme-category-col-right {
  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;
}
@media all and (min-width: 992px) {
  .theme-category-col.theme-category-col-right {
    padding-left: 0px;
  }
}
.theme-category-col.theme-category-col-right 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;
  display: block;
}
.theme-category-col.theme-category-noimage-description {
  padding-right: 15px;
}
.theme-category-col.theme-category-noimage-description
  .theme-category-description {
  background: #091a26;
  padding: 20px;
}
.theme-category-col .theme-collection-description {
  text-align: center;
}
.theme-category-col
  .theme-collection-description
  .theme-collection-heading-with-desc {
  margin-bottom: 15px;
}

.theme-no-products-error {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

.theme-no-products-error-style-05 {
  border: 1px dashed #303041;
  padding: 13px 10px;
  text-align: center;
  background: #091a26;
  margin-top: 30px;
}

.theme-no-products-error-style-02-04 {
  margin-top: 50px;
  background: #091a26;
  padding: 10px;
}

.theme-collection-heading-view-all {
  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-bottom: 30px;
}
.theme-collection-heading-view-all .theme-section-heading {
  font-size: 20px;
  padding-bottom: 0px;
}
.theme-collection-heading-view-all.theme-collection-heading-view-all-search {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 992px) {
  .theme-collection-heading-view-all.theme-collection-heading-view-all-search {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
}
.theme-collection-heading-view-all.theme-collection-heading-view-all-search
  .theme-collection-sort-inner {
  margin-top: 20px;
}
@media all and (min-width: 992px) {
  .theme-collection-heading-view-all.theme-collection-heading-view-all-search
    .theme-collection-sort-inner {
    margin-top: 0px;
  }
}

.theme-collection-viewall {
  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;
  margin-top: 50px;
}

.theme-collection-sort-inner {
  margin-left: 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;
  position: relative;
}
.theme-collection-sort-inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border: 5px solid;
  border-color: #626878 transparent transparent transparent;
  right: 10px;
  top: 50%;
  transform: translate(0%, -17%);
}
.theme-collection-sort-inner .theme-sortby-label {
  font-weight: bold;
  -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-collection-sort-inner select {
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  padding: 0 28px 0 10px;
  width: 160px;
  white-space: nowrap;
  font-size: 16px;
}
.theme-collection-sort-inner select::-ms-expand {
  display: none;
}
.theme-collection-sort-inner .theme-sortby-option {
  margin-left: 10px;
}
.theme-collection-sort-inner .theme-sortby-option .theme-sortby-option-val {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #626878;
}
.theme-collection-sort-inner
  .theme-sortby-option
  .theme-sortby-option-val.theme-active-sortby {
  color: #369eea;
}
.theme-collection-sort-inner
  .theme-sortby-option
  .theme-sortby-option-val:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0 none;
}
.theme-collection-sort-inner.theme-collection-sortby-style-02:after {
  display: none;
}

.theme-lazy-loading-container {
  width: 100%;
  margin-top: 50px;
  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;
}

.theme-blur-loading {
  opacity: 0.5;
  position: relative;
  z-index: -2;
}
.theme-blur-loading.theme-blur-style-04 {
  z-index: 1;
}

.theme-store-collection-container {
  background: #091a26;
  padding: 25px 10px;
  border-radius: 4px;
}

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

.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-01 {
  margin-top: -50px;
}

.zpcol-md-12 .theme-prod-box.theme-product-list-style-01 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .zpcol-md-12 .theme-prod-box.theme-product-list-style-01 {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .zpcol-md-12 .theme-prod-box.theme-product-list-style-01 {
    width: 33.33333%;
  }
}

.zpcol-md-11 .theme-prod-box.theme-product-list-style-01 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .zpcol-md-11 .theme-prod-box.theme-product-list-style-01 {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .zpcol-md-11 .theme-prod-box.theme-product-list-style-01 {
    width: 36.33333%;
  }
}

.zpcol-md-10 .theme-prod-box.theme-product-list-style-01 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .zpcol-md-10 .theme-prod-box.theme-product-list-style-01 {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .zpcol-md-10 .theme-prod-box.theme-product-list-style-01 {
    width: 39.99999%;
  }
}

.zpcol-md-9 .theme-prod-box.theme-product-list-style-01 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .zpcol-md-9 .theme-prod-box.theme-product-list-style-01 {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .zpcol-md-9 .theme-prod-box.theme-product-list-style-01 {
    width: 44.44444%;
  }
}

.zpcol-md-8 .theme-prod-box.theme-product-list-style-01 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .zpcol-md-8 .theme-prod-box.theme-product-list-style-01 {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .zpcol-md-8 .theme-prod-box.theme-product-list-style-01 {
    width: 49.99%;
  }
}

.zpcol-md-7 .theme-prod-box.theme-product-list-style-01 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .zpcol-md-7 .theme-prod-box.theme-product-list-style-01 {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .zpcol-md-7 .theme-prod-box.theme-product-list-style-01 {
    width: 57.11111%;
  }
}

.zpcol-md-6 .theme-prod-box.theme-product-list-style-01 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .zpcol-md-6 .theme-prod-box.theme-product-list-style-01 {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .zpcol-md-6 .theme-prod-box.theme-product-list-style-01 {
    width: 66.55555%;
  }
}

.zpcol-md-5 .theme-prod-box.theme-product-list-style-01 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .zpcol-md-5 .theme-prod-box.theme-product-list-style-01 {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .zpcol-md-5 .theme-prod-box.theme-product-list-style-01 {
    width: 79.89%;
  }
}

.zpcol-md-4 .theme-prod-box.theme-product-list-style-01,
.zpcol-md-3 .theme-prod-box.theme-product-list-style-01,
.zpcol-md-2 .theme-prod-box.theme-product-list-style-01,
.zpcol-md-1 .theme-prod-box.theme-product-list-style-01 {
  width: 100%;
}

.theme-prod-box.theme-product-list-style-01 {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.theme-prod-box.theme-product-list-style-01 .theme-product-box-inner {
  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;
  width: 100%;
  padding-top: 50px;
}
.theme-prod-box.theme-product-list-style-01 .theme-prod-box-content {
  margin-bottom: 10px;
  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;
  text-align: center;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.11);
  height: 250px;
  position: relative;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  img {
  vertical-align: top;
  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-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-img-container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view {
  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%);
  display: none;
  -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-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  z-index: 205;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-button,
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-prod-like-view {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -o-flex: 0 1 auto;
  flex: 0 1 auto;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-button {
  padding: 8px 31px;
  border: 1px solid #04131d;
  position: relative;
  color: #04131d;
  font-size: 12px;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-button:after {
  content: "";
  display: block;
  height: 1px;
  border-top: 1px solid;
  width: 80%;
  position: absolute;
  bottom: 3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-button:hover {
  background: #04131d;
  color: #369eea;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-button
  .theme-cart-loading {
  display: none;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-button.theme-cart-loading-container {
  width: 130px;
  height: 39px;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-button.theme-cart-loading-container
  .theme-cart-loading {
  position: absolute;
  font-size: 28px;
  letter-spacing: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  display: none;
  height: 20px;
  line-height: 0px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: LoadingStartOne 0.8s ease-out infinite alternate;
  -moz-animation: LoadingStartOne 0.8s ease-out infinite alternate;
  -ms-animation: LoadingStartOne 0.8s ease-out infinite alternate;
  -o-animation: LoadingStartOne 0.8s ease-out infinite alternate;
  animation: LoadingStartOne 0.8s ease-out infinite alternate;
  opacity: 1;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-prod-like-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 97px;
  margin: 15px 0;
  -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;
  border-bottom: 1px solid #04131d;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-prod-like-view
  span {
  line-height: 0;
  display: block;
  padding: 2px 15px 10px 15px;
  cursor: pointer;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-hover-view
  .theme-prod-like-view
  span
  svg {
  width: 15px;
  height: 15px;
  fill: #04131d;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-img
  .theme-prod-link-overlay {
  position: absolute;
  display: none;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 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%);
  background: rgba(54, 158, 234, 0.7);
  z-index: 200;
}
@media all and (min-width: 992px) {
  .theme-prod-box.theme-product-list-style-01
    .theme-prod-box-content.theme-prod-img:hover
    > .theme-prod-link-overlay {
    display: block;
  }
}
@media all and (min-width: 992px) {
  .theme-prod-box.theme-product-list-style-01
    .theme-prod-box-content.theme-prod-img:hover
    > .theme-prod-hover-view {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-price {
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  padding-right: 15px;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-price
  .theme-prod-old-price {
  color: #ffffff;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-name {
  display: block;
  word-break: break-all;
  word-break: break-word;
  padding-right: 15px;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-name
  a {
  font-size: 16px;
  color: #ffffff;
  -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-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-name
  a:hover {
  color: #369eea;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-rating {
  padding-right: 15px;
}
.theme-prod-box.theme-product-list-style-01 .theme-prod-box-content:last-child {
  margin-bottom: 0;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box {
  position: relative;
  margin-right: 15px;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons {
  position: absolute;
  right: -25px;
  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%);
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content {
  margin-bottom: 15px;
  height: 53px;
  width: 53px;
  font-size: 12px;
  color: #04131d;
  border-radius: 100%;
  display: block;
  line-height: 53px;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content:last-child {
  margin-bottom: 0;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content.theme-ribbon-sale {
  background: #4da9ec;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content.theme-ribbon-new {
  background: white;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content.theme-ribbon-stock {
  background: #04131d;
  border: 1px solid #303041;
  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;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content.theme-ribbon-stock
  svg {
  height: 23px;
  width: 23px;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content.theme-ribbon-stock
  svg
  path {
  fill: #369eea;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content.theme-ribbon-stock
  svg
  path
  + path {
  fill: transparent;
  stroke: #369eea;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content.theme-ribbon-stock
  svg
  path
  + path
  + path {
  fill: transparent;
  stroke: #369eea;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-prod-img-container {
  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;
  width: 100%;
  background: #04131d;
}
.theme-prod-box.theme-product-list-style-01 .theme-prod-box-content:last-child {
  padding-bottom: 24px;
  position: relative;
  margin-top: auto;
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #369eea;
  bottom: 0;
  left: 48%;
  -webkit-transform: translate(-48%, 0);
  -moz-transform: translate(-48%, 0);
  -ms-transform: translate(-48%, 0);
  -o-transform: translate(-48%, 0);
  transform: translate(-48%, 0);
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content
  .theme-product-resposnsive-link {
  position: absolute;
  display: block;
  z-index: 240;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media all and (min-width: 992px) {
  .theme-prod-box.theme-product-list-style-01
    .theme-prod-box-content
    .theme-product-resposnsive-link {
    display: none;
  }
}
.theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-category-description {
  word-break: break-all;
  word-break: break-word;
  display: block;
}

.zpdark-section
  .theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-name
  a {
  color: inherit;
}
.zpdark-section
  .theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-price {
  color: inherit;
}
.zpdark-section
  .theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-prod-price
  .theme-prod-old-price {
  color: inherit;
}
.zpdark-section
  .theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content:last-child:after {
  background: #04131d;
}
.zpdark-section
  .theme-prod-box.theme-product-list-style-01
  .theme-prod-box-content.theme-ribbon-prod-box
  .theme-ribbons
  .theme-ribbon-content.theme-ribbon-sale {
  background: #04131d;
  color: #ffffff;
}

.theme-collection-section {
  padding-bottom: 50px;
}

.theme-product-details-style-01 .theme-prod-details-container {
  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) {
  .theme-product-details-style-01 .theme-prod-details-container {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container {
  width: 100%;
  background: #04131d;
}
@media all and (min-width: 992px) {
  .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-detail-img-container {
    max-width: 376px;
    -webkit-flex: 1 0 376px;
    -moz-flex: 1 0 376px;
    -ms-flex: 1 0 376px;
    -o-flex: 1 0 376px;
    flex: 1 0 376px;
  }
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img {
  height: 410px;
  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;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img
  .theme-prod-detail-img-inner {
  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;
  height: 100%;
  width: 100%;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img
  .theme-prod-detail-img-inner
  img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  object-fit: scale-down;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img
  .theme-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 200;
  display: none;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img
  .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-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img
  .theme-image-overlay
  .theme-image-loader:after,
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img
  .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-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img
  .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-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img
  .theme-image-overlay
  .theme-image-loader:after {
  left: 20px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-thumbnail-container {
  margin-top: 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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-thumbnail-container
  .theme-prod-detail-thumbnail {
  margin-right: 10px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.11);
  width: 80px;
  height: 80px;
  cursor: pointer;
  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;
  opacity: 0.5;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-thumbnail-container
  .theme-prod-detail-thumbnail:hover,
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-thumbnail-container
  .theme-prod-detail-thumbnail.theme-active-thumbnail {
  border: 1px solid #303041;
  opacity: 1;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-thumbnail-container
  .theme-prod-detail-thumbnail:last-child {
  margin-right: 0;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-thumbnail-container
  .theme-prod-detail-thumbnail
  img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  -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-01
  .theme-prod-details-container
  .theme-prod-detail-entries {
  width: 100%;
  margin-top: 15px;
  padding: 30px 0px 0px 0px;
  background: #52abed;
}
@media all and (min-width: 992px) {
  .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-detail-entries {
    max-width: 457px;
    margin-top: 0px;
    -webkit-flex: 1 0 457px;
    -moz-flex: 1 0 457px;
    -ms-flex: 1 0 457px;
    -o-flex: 1 0 457px;
    flex: 1 0 457px;
  }
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row {
  padding: 30px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-product-name {
  font-size: 22px;
  line-height: 1.6;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row:first-child {
  padding-top: 0;
  border-top: 0 none;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-stock-info-container
  span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 1px;
  margin-top: 15px;
  background: #04131d;
  color: #ffffff;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-stock-info-container
  span.theme-out-of-stock {
  color: #eb4d5e;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .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;
  margin: 10px 0px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-rating-review-container
  .theme-rating-review
  .svg-grad
  stop {
  stop-color: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-rating-review-container
  .theme-rating-review
  .svg-grad
  stop
  + stop {
  stop-color: #eaeaea;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-rating-review-container
  .theme-rating-review
  .zpcomments-reviews-ratings
  .zpform-comment-rating-container
  + .zpcomment-rating-vote-value
  a {
  color: #04131d;
  font-size: 14px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-rating-review-container
  .theme-rating-review
  .zpcomments-reviews-ratings
  .zpform-comment-rating-container
  label {
  cursor: default;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-rating-review-container
  .theme-write-review {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid;
  line-height: 1;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-rating-review-container
  .theme-write-review
  a {
  color: #04131d;
  font-size: 14px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry {
  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-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .theme-prod-review {
  -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-right: 15px;
  border-right: 1px solid;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .theme-prod-review.theme-prod-review-count {
  border-right: 1px solid;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .theme-prod-review:last-child {
  padding-right: 0;
  margin-left: 15px;
  border-right: 0 none;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpform-comment-rating-container
  label {
  line-height: 0;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpform-comment-rating-container
  label
  svg {
  fill: rgba(234, 234, 234, 0.5);
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(5)
  ~ label
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(5)
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(4)
  ~ label
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(4)
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(3)
  ~ label
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(3)
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(2)
  ~ label
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(2)
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(1)
  ~ label
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-review-entry
  .zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-1
  label:nth-last-of-type(1)
  svg {
  fill: #fcbb54;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-tag-sku-details
  .theme-tag-sku-contianer {
  padding-bottom: 15px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-tag-sku-details
  .theme-tag-sku-contianer:last-child {
  padding-bottom: 0;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-tag-sku-details
  .theme-tag-sku-contianer
  .theme-tag-sku-label {
  font-weight: bold;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-short-desc-container
  h4 {
  font-size: 14px;
  padding-bottom: 10px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-short-desc-container
  .theme-prod-detail-short-desc {
  word-break: break-all;
  word-break: break-word;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-short-desc-container
  .theme-prod-detail-short-desc
  ul {
  padding-top: 20px;
  padding-left: 12px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-short-desc-container
  .theme-prod-detail-short-desc
  ul
  li {
  list-style: disc;
  padding-bottom: 5px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-short-desc-container
  .theme-prod-detail-short-desc
  ul
  li:last-child {
  padding-bottom: 0;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants {
  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;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant {
  margin-right: 15px;
  display: inline-block;
  position: relative;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant:last-child {
  margin-right: 0;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant:last-child
  a {
  font-size: 9px;
  text-decoration: underline;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-product-color-variations
  span {
  margin-right: 10px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-product-color-variations
  span:last-child {
  margin-right: 0px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .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-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-product-color-variations
  span.theme-product-color
  svg {
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 56%;
  -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: 22px;
  height: 18px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-product-color-variations
  span.theme-product-color
  svg
  g
  use {
  fill: #ffffff;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-product-color-variations
  span.theme-product-color
  input[type="radio"] {
  display: none;
  width: 34px;
  height: 34px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-product-color-variations
  span.theme-product-color
  label {
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  border: 1px solid #ffffff;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-product-color-variations
  span.theme-product-color
  label.chekedLabel
  + svg {
  visibility: visible;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-variant-select-container
  span {
  margin-right: 10px;
  margin-bottom: 3px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-variant-select-container
  span:last-child {
  margin-right: 0px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-variant-select-container
  span.theme-product-variant {
  display: inline-flex;
  position: relative;
  align-items: center;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-variant-select-container
  span.theme-product-variant
  input[type="radio"] {
  display: none;
  width: 34px;
  height: 34px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-variant-select-container
  span.theme-product-variant
  label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  border: 1px solid #ffffff;
  padding: 0px 10px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-variant-select-container
  span.theme-product-variant
  label.chekedLabel {
  color: #ffffff;
  background: #ffffff;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-prod-color {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end;
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-prod-color
  .theme-prod-color-inner {
  margin-right: 8px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-prod-color
  .theme-prod-color-inner:last-child {
  margin-right: 0;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-prod-color
  .theme-prod-color-inner
  input[type="radio"] {
  display: none;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-prod-color
  .theme-prod-color-inner
  input[type="radio"]:checked
  + label
  span {
  position: relative;
  -webkit-box-shadow: 0 0 10px #04131d;
  -moz-box-shadow: 0 0 10px #04131d;
  -ms-box-shadow: 0 0 10px #04131d;
  -o-box-shadow: 0 0 10px #04131d;
  box-shadow: 0 0 10px #04131d;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-prod-color
  .theme-prod-color-inner
  label
  span {
  height: 18px;
  width: 18px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #303041;
  cursor: pointer;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant
  .theme-prod-variant-label {
  font-size: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants
  .theme-prod-variant.theme-prod-color-variant {
  width: 140px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-non-returnable {
  background: rgba(0, 0, 0, 0.3);
  color: #04131d;
  padding: 5px 10px;
  line-height: 1;
  margin-top: 5px;
  -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;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries {
  width: 100%;
  padding: 26px 0px;
  background: rgba(255, 255, 255, 0.89);
}
@media all and (min-width: 992px) {
  .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-calculated-detail-entries {
    max-width: 277px;
    margin-top: 0px;
    -webkit-flex: 1 0 277px;
    -moz-flex: 1 0 277px;
    -ms-flex: 1 0 277px;
    -o-flex: 1 0 277px;
    flex: 1 0 277px;
  }
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  h4 {
  font-size: 18px;
  padding-bottom: 20px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row {
  padding: 30px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row.theme-prod-total-price-container {
  padding-top: 0;
  word-wrap: break-word;
  word-break: break-word;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-total-price {
  font-size: 20px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-total-old-price {
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 8px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-review-button,
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-cart-button {
  padding: 6px 16px;
  display: inline-block;
  cursor: pointer;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-cart-button {
  background: #04131d;
  margin-top: 20px;
  padding: 10px 15px;
  color: #ffffff;
  display: block;
  text-align: center;
  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-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-cart-button
  .theme-cart-loading {
  display: none;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-cart-button.theme-cart-loading-container {
  height: 39px;
  position: relative;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-cart-button.theme-cart-loading-container
  .theme-cart-loading {
  position: absolute;
  font-size: 28px;
  letter-spacing: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  display: none;
  height: 20px;
  line-height: 0px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: LoadingDetailStartOne 0.8s ease-out infinite alternate;
  -moz-animation: LoadingDetailStartOne 0.8s ease-out infinite alternate;
  -ms-animation: LoadingDetailStartOne 0.8s ease-out infinite alternate;
  -o-animation: LoadingDetailStartOne 0.8s ease-out infinite alternate;
  animation: LoadingDetailStartOne 0.8s ease-out infinite alternate;
  opacity: 1;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-cart-button.theme-cart-button-nostock {
  display: none;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-review-button {
  background: #369eea;
  color: #ffffff;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart {
  position: relative;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  background: transparent;
  overflow: hidden;
  border: 1px solid rgba(4, 19, 29, 0.7);
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container
  input[type="text"] {
  padding: 5px 15px;
  font-size: 14px;
  color: #04131d;
  border: 0 none;
  width: 85%;
  text-align: left;
  border-radius: 0px;
  border: 0 none;
  background: transparent;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container
  input[type="text"]:focus {
  border: 0 none;
  outline: 0 none;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container
  .theme-quantity-arrows {
  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;
  background: transparent;
  border-left: 1px solid rgba(4, 19, 29, 0.7);
  position: relative;
  margin-left: auto;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container
  .theme-quantity-arrows
  .theme-quantity-increase,
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container
  .theme-quantity-arrows
  .theme-quantity-decrease {
  border: 0 none;
  background: transparent;
  height: 20px;
  width: 32px;
  position: relative;
  z-index: 1;
  padding: 0px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container
  .theme-quantity-arrows:after,
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container
  .theme-quantity-arrows:before {
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  right: 13px;
  top: 8px;
  z-index: 0;
  background: transparent;
  border-top: 2px solid rgba(4, 19, 29, 0.7);
  border-right: 2px solid rgba(4, 19, 29, 0.7);
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container
  .theme-quantity-arrows:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 22px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container
  .theme-quantity-arrows:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-quantity-to-cart
  .theme-quantity-spinner-container.theme-quantity-nostock {
  display: none;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-social-share
  span {
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  height: 21px;
  width: 21px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-social-share
  span:last-child {
  margin-right: 0;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-social-share
  span
  svg {
  height: 15px;
  width: 15px;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-social-share
  span.theme-prod-share-fb
  svg {
  fill: #3b5998;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-social-share
  span.theme-prod-share-twitter
  svg {
  fill: #00aced;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-social-share
  span.theme-prod-share-pintrest
  svg {
  fill: #cb1f27;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-social-share
  span.theme-prod-share-skype
  svg {
  fill: #00aff0;
}
.theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-quantity-label-nostock {
  display: none;
}
.theme-product-details-style-01 .zpelem-socialshare {
  margin: 0px;
}

.theme-section {
  padding: 50px 0px;
}

.theme-prod-detail-tab-tabcontent-container {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
}
.theme-prod-detail-tab-tabcontent-container .theme-prod-detail-tabs {
  background: #091a26;
  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;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tabs
  .theme-prod-detail-tab {
  width: 100%;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  -o-flex: 0 1 100%;
  flex: 0 1 100%;
  border-right: 0 none;
  border-bottom: 1px solid #369eea;
  padding: 20px 23px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .theme-prod-detail-tab-tabcontent-container
    .theme-prod-detail-tabs
    .theme-prod-detail-tab {
    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;
    border-right: 1px solid #303041;
    border-bottom: 0 none;
  }
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tabs
  .theme-prod-detail-tab.theme-prod-detail-tab-active,
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tabs
  .theme-prod-detail-tab:hover {
  -webkit-box-shadow: 0 -4px 0px #369eea inset;
  -moz-box-shadow: 0 -4px 0px #369eea inset;
  -ms-box-shadow: 0 -4px 0px #369eea inset;
  -o-box-shadow: 0 -4px 0px #369eea inset;
  box-shadow: 0 -4px 0px #369eea inset;
}
.theme-prod-detail-tab-tabcontent-container .theme-prod-detail-tab-contents {
  background: #04131d;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content {
  display: none;
  padding: 28px;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content.theme-show-specification {
  display: block;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content.theme-prod-detail-tab-content-active {
  display: block;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-tab-content-heading {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #303041;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-content-info-container {
  border-bottom: 1px solid #303041;
  margin-bottom: 20px;
  padding: 20px 0;
  word-break: break-all;
  word-break: break-word;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-content-info-container
  .theme-prod-detail-tab-content-subheading {
  color: #369eea;
  font-size: 14px;
  padding-bottom: 8px;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-content-info-container:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
  margin-bottom: 0px;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-content-info-container
  .theme-prod-detail-content-info {
  padding-bottom: 28px;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-content-info-container
  .theme-prod-detail-content-info:last-child {
  padding-bottom: 0;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-content-info-container
  .theme-prod-detail-content-info.theme-prod-specification-content-info
  ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0px;
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-content-info-container
  .theme-prod-detail-content-info.theme-prod-specification-content-info
  ul
  li {
  padding-bottom: 14px;
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  -o-flex: 0 0 100px;
  flex: 0 0 100px;
}
@media all and (min-width: 768px) {
  .theme-prod-detail-tab-tabcontent-container
    .theme-prod-detail-tab-contents
    .theme-prod-detail-tab-content
    .theme-prod-detail-content-info-container
    .theme-prod-detail-content-info.theme-prod-specification-content-info
    ul
    li {
    -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: 25%;
  }
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-content-info-container
  .theme-prod-detail-content-info.theme-prod-specification-content-info
  ul
  li:last-child {
  padding-left: 0;
  width: auto;
}
@media all and (min-width: 768px) {
  .theme-prod-detail-tab-tabcontent-container
    .theme-prod-detail-tab-contents
    .theme-prod-detail-tab-content
    .theme-prod-detail-content-info-container
    .theme-prod-detail-content-info.theme-prod-specification-content-info
    ul
    li:last-child {
    padding-left: 100px;
    width: 75%;
  }
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content
  .theme-prod-detail-content-info-container
  .theme-prod-detail-content-info.theme-prod-specification-content-info
  ul
  li:first-child {
  width: 100px;
  margin-right: 15px;
  color: #369eea;
  border-right: 1px solid #303041;
  padding-right: 15px;
}
@media all and (min-width: 768px) {
  .theme-prod-detail-tab-tabcontent-container
    .theme-prod-detail-tab-contents
    .theme-prod-detail-tab-content
    .theme-prod-detail-content-info-container
    .theme-prod-detail-content-info.theme-prod-specification-content-info
    ul
    li:first-child {
    width: 150px;
    margin-right: 0;
  }
}
.theme-prod-detail-tab-tabcontent-container
  .theme-prod-detail-tab-contents
  .theme-prod-detail-tab-content:first-child
  .theme-prod-detail-content-info-container {
  padding-top: 0px;
}

.theme-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.8);
}

.theme-product-details-style-01 .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-01
  .theme-quick-view-container
  .theme-quick-view-inner-container {
  left: 50%;
  overflow: auto;
  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%;
}
@media all and (min-width: 768px) {
  .theme-product-details-style-01
    .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-01
    .theme-quick-view-container
    .theme-quick-view-inner-container {
    width: 792px;
    left: 50%;
    top: 50%;
    height: auto;
    position: absolute;
    -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-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container {
  display: block;
  margin-right: 17px;
  margin-top: 18px;
  position: relative;
  max-height: 400px;
  background: #52abed;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-details-container-inner {
  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) {
  .theme-product-details-style-01
    .theme-quick-view-container
    .theme-quick-view-inner-container
    .theme-prod-details-container
    .theme-prod-details-container-inner {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 768px) {
  .theme-product-details-style-01
    .theme-quick-view-container
    .theme-quick-view-inner-container
    .theme-prod-details-container {
    margin-top: 50px;
    max-height: 700px;
    overflow-y: auto;
  }
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-img-container {
  background: #04131d;
  max-width: 100%;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -o-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media all and (min-width: 992px) {
  .theme-product-details-style-01
    .theme-quick-view-container
    .theme-quick-view-inner-container
    .theme-prod-details-container
    .theme-prod-detail-img-container {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    -o-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-thumbnail-container {
  background: #04131d;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-thumbnail-container
  .theme-prod-detail-thumbnail {
  margin-bottom: 15px;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-thumbnail-container
  .theme-prod-detail-thumbnail:first-child {
  margin-left: 10px;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-img-container
  .theme-prod-detail-img
  .theme-prod-detail-img-inner
  img {
  cursor: default;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-entries {
  max-width: 100%;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -o-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 30px 0px;
}
@media all and (min-width: 992px) {
  .theme-product-details-style-01
    .theme-quick-view-container
    .theme-quick-view-inner-container
    .theme-prod-details-container
    .theme-prod-detail-entries {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    -o-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-details-clear-selection {
  padding-top: 18px;
  padding-bottom: 28px;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -o-flex: 1 0 100%;
  flex: 1 0 100%;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-rating-review-container {
  margin: 0px;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row
  .theme-rating-review-container
  .zpform-comment-rating-container {
  margin: 10px 0px;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries {
  padding: 0;
  padding-top: 29px;
  background: none;
  width: 100%;
  max-width: none;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries.theme-quickview-calculated-detail {
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid rgba(4, 19, 29, 0.21);
  border-left: 0 none;
  border-right: 0 none;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries.theme-quickview-calculated-detail.theme-quick-view-quantity-add {
  padding-bottom: 0;
  padding-top: 20px;
  border-bottom: 0 none;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries.theme-quickview-calculated-detail.theme-quick-view-quantity-add:last-child {
  border-top: 0 none;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row {
  padding-bottom: 0;
  border-bottom: 0 none;
  border-top: 0 none;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries
  .theme-prod-detail-entry-row
  .theme-prod-detail-entry-row {
  padding-left: 0px;
  padding-right: 0px;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants {
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 0 none;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-prod-details-container
  .theme-prod-detail-entries
  .theme-prod-detail-entry-row.theme-prod-detail-attr-variants:nth-last-child(
    2
  ) {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(4, 19, 29, 0.21);
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-quickview-close {
  position: absolute;
  display: block;
  right: 3px;
  top: 0;
  width: 37px;
  height: 37px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #04131d;
  text-align: center;
  line-height: 42px;
  border: 0 none;
}
.theme-product-details-style-01
  .theme-quick-view-container
  .theme-quick-view-inner-container
  .theme-quickview-close
  svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
@media all and (min-width: 992px) {
  .theme-product-details-style-01
    .theme-quick-view-container
    .theme-quick-view-inner-container
    .theme-quickview-close {
    top: 35px;
  }
}

@-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);
  }
}
@-webkit-keyframes ErrorMessageStart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes ErrorMessageStart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes ErrorMessageStart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes ErrorMessageStart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ErrorMessageStart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ErrorMessageEnd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes ErrorMessageEnd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes ErrorMessageEnd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes ErrorMessageEnd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ErrorMessageEnd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-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-cart-add-success-message,
.theme-cart-add-failure-message,
.theme-cart-update-failure-message,
.theme-cart-update-success-message,
.theme-cart-delete-failure-message,
.theme-cart-delete-success-message {
  left: 0px;
  top: 0px;
  padding: 28px 15px;
  width: 100%;
  z-index: 490;
  text-align: center;
  visibility: hidden;
  position: fixed;
  background: rgba(26, 188, 156, 0.9);
  color: #04131d;
  font-size: 15px;
  font-weight: bold;
  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;
}
.theme-cart-add-success-message svg,
.theme-cart-add-failure-message svg,
.theme-cart-update-failure-message svg,
.theme-cart-update-success-message svg,
.theme-cart-delete-failure-message svg,
.theme-cart-delete-success-message svg {
  margin-right: 15px;
}

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

.theme-cart-add-success-message-inner,
.theme-cart-success-message-links,
.theme-cart-add-failure-message-inner,
.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;
}

.theme-cart-success-message-links,
.theme-cart-failure-message-links {
  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-add-failure-message,
.theme-cart-update-failure-message,
.theme-cart-delete-failure-message {
  background: rgba(231, 76, 60, 0.9);
  color: #04131d;
}

.theme-cart-success,
.theme-cart-failure {
  -webkit-animation: messageStart 0.8s linear 1 alternate;
  -moz-animation: messageStart 0.8s linear 1 alternate;
  -ms-animation: messageStart 0.8s linear 1 alternate;
  -o-animation: messageStart 0.8s linear 1 alternate;
  animation: messageStart 0.8s linear 1 alternate;
  visibility: visible;
}

.theme-cart-success-remove,
.theme-cart-failure-remove {
  top: -300px;
  -webkit-animation: messageEnd 0.8s linear 1 alternate;
  -moz-animation: messageEnd 0.8s linear 1 alternate;
  -ms-animation: messageEnd 0.8s linear 1 alternate;
  -o-animation: messageEnd 0.8s linear 1 alternate;
  animation: messageEnd 0.8s linear 1 alternate;
  visibility: hidden;
}

@-webkit-keyframes messageStart {
  from {
    top: -300px;
  }
}
@-moz-keyframes messageStart {
  from {
    top: -300px;
  }
}
@-ms-keyframes messageStart {
  from {
    top: -300px;
  }
}
@-o-keyframes messageStart {
  from {
    top: -300px;
  }
}
@keyframes messageStart {
  from {
    top: -300px;
  }
}
@-webkit-keyframes messageEnd {
  from {
    top: 0;
    visibility: visible;
  }
}
@-moz-keyframes messageEnd {
  from {
    top: 0;
    visibility: visible;
  }
}
@-ms-keyframes messageEnd {
  from {
    top: 0;
    visibility: visible;
  }
}
@-o-keyframes messageEnd {
  from {
    top: 0;
    visibility: visible;
  }
}
@keyframes messageEnd {
  from {
    top: 0;
    visibility: visible;
  }
}
.theme-product-details-style-01 .theme-variant-error,
.theme-product-details-style-01 .theme-variant-select-error {
  background: #04131d;
  top: -10px;
  color: #ffffff;
  left: 50%;
  min-width: 130px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.13);
  -o-box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.13);
  right: auto;
  bottom: auto;
  -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-product-details-style-01 .theme-variant-error:before,
.theme-product-details-style-01 .theme-variant-select-error:before {
  content: "";
  border-color: #04131d transparent transparent transparent;
  border-style: solid;
  border-width: 7px;
  content: " ";
  height: 0;
  right: auto;
  position: absolute;
  left: 50%;
  bottom: -13px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0;
  z-index: 0;
}
.theme-product-details-style-01
  .theme-variant-select-error.theme-error-no-cart-button {
  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%);
  margin-top: 15px;
}
.theme-product-details-style-01
  .theme-variant-select-error.theme-error-no-cart-button:before {
  display: none;
}
.theme-product-details-style-01 .theme-quantity-error {
  color: #04131d;
  margin: 10px 0px;
  text-align: center;
}

@media all and (max-width: 1199px) {
  .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-detail-img-container {
    max-width: 326px;
  }
  .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%;
  }
  .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-detail-entries {
    max-width: 407px;
  }
  .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;
  }
  .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-calculated-detail-entries {
    max-width: 229px;
  }
  .zpcontent-for-header-06
    .theme-prod-details-container
    .theme-prod-calculated-detail-entries {
    max-width: 100%;
  }
}
@media all and (max-width: 992px) {
  .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-detail-img-container {
    max-width: 100%;
  }
  .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-detail-entries {
    max-width: 100%;
  }
  .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-calculated-detail-entries {
    max-width: 100%;
  }
}
.zpcontent-for-header-06
  .theme-product-details-style-01
  .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-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-img-container {
  width: 100%;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -o-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media only screen and (min-width: 1200px) {
  .zpcontent-for-header-06
    .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-detail-img-container {
    -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-width: 100%;
    margin-bottom: 30px;
  }
}
.zpcontent-for-header-06
  .theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries,
.zpcontent-for-header-06
  .theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-calculated-detail-entries {
  width: 100%;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -o-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media only screen and (min-width: 1200px) {
  .zpcontent-for-header-06
    .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-detail-entries,
  .zpcontent-for-header-06
    .theme-product-details-style-01
    .theme-prod-details-container
    .theme-prod-calculated-detail-entries {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    -o-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.zpcontent-for-header-06
  .theme-product-details-style-01
  .theme-prod-details-container
  .theme-prod-detail-entries {
  margin-bottom: 0px;
}
.zpcontent-for-header-06
  .theme-product-details-style-01
  .theme-variant-select-error {
  left: 50%;
  margin-left: 0;
  right: auto;
  top: 107%;
  width: 50%;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.zpcontent-for-header-06
  .theme-product-details-style-01
  .theme-variant-select-error:before {
  border-color: transparent transparent #04131d;
  bottom: auto;
  left: 50%;
  top: -14px;
  -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-currency-hide-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 285;
  display: none;
}

.theme-currency-option-container {
  height: 23px;
  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;
  color: #ffffff;
  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: "Poppins", 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: #ffffff transparent transparent transparent;
  z-index: 2;
  margin: 2px 5px 0 auto;
}
.theme-currency-option-container ul.theme-currency-open {
  background: #04131d;
  -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 #ffffff 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: #04131d;
  -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: #369eea;
}
.theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:first-child {
  padding-bottom: 3px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-bottom: 0 none;
}
@media all and (min-width: 992px) {
  .theme-currency-option-container.theme-currency-style-02
    ul.theme-currency-open
    li:first-child {
    border-bottom: 3px solid #369eea;
  }
}
.theme-currency-option-container.theme-currency-style-02
  ul.theme-currency-open
  li:first-child:hover {
  color: #ffffff;
}
.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: #04131d;
  -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 #303041;
  border-right: 1px solid #303041;
}
.theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:hover {
  color: #369eea;
}
.theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:last-child {
  border-bottom: 0 none;
}
@media all and (min-width: 992px) {
  .theme-currency-option-container.theme-currency-style-03
    ul.theme-currency-open
    li:last-child {
    border-bottom: 1px solid #303041;
  }
}
.theme-currency-option-container.theme-currency-style-03
  ul.theme-currency-open
  li:nth-child(2) {
  border-top: 1px solid #303041;
}
.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: #ffffff;
}
.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: #ffffff;
  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: #369eea;
  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 white;
  }
}
@media all and (min-width: 992px) {
  .theme-currency-non-res {
    display: block;
    width: 60px;
    height: 23px;
  }
}

@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 white;
  }
}
@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(4, 19, 29, 0.8);
  }
}
.zpdark-header-portion .theme-currency-option-container ul li:first-child {
  color: rgba(4, 19, 29, 0.8);
}
@media all and (min-width: 992px) {
  .zpdark-header-portion
    .theme-currency-option-container
    ul
    li:first-child:after {
    border-color: rgba(4, 19, 29, 0.8) transparent transparent transparent;
  }
}
.zpdark-header-portion
  .theme-currency-option-container
  ul.theme-currency-open
  li:first-child {
  color: #ffffff;
}
.zpdark-header-portion
  .theme-currency-option-container
  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-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(4, 19, 29, 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 #04131d 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 #176ba3;
  }
}

@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;
  }
}
