@charset "UTF-8";

/*!
 Theme Name:   BASE Launchpad Child Theme
 description: >-
   A child theme of the Launchpad default WordPress theme
 Author:       Diverge
 Template:     diverge-launchpad
 Version:      2.0.0
*/
body {
  color: var(--color-secondary);
}

.has-text-shadow {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.85);
}

div.theme--default .wp-block-heading,
div.wp-block-cover.has-off-white-background-color .wp-block-heading,
div.wp-block-cover.has-white-background-color .wp-block-heading {
  color: var(--color-secondary);
}

div.theme--default p,
div.theme--default ul,
div.wp-block-cover.has-off-white-background-color p,
div.wp-block-cover.has-off-white-background-color ul,
div.wp-block-cover.has-white-background-color p,
div.wp-block-cover.has-white-background-color ul {
  color: var(--color-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-secondary);
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.2rem;
}

.wp-block-heading.is-style-h4 {
  font-weight: 300;
}

.theme--default .wp-block-cover__inner-container,
.wp-block-cover.has-off-white-background-color .wp-block-cover__inner-container,
.wp-block-cover.has-white-background-color .wp-block-cover__inner-container {
  color: var(--color-secondary);
}

body {
  color: var(--color-secondary);
}

.header-main {
  position: -webkit-sticky;
  position: sticky;
  background-color: var(--color-white);
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1);
}

.header-main__inner {
  padding: 0;
}

.header-main__nav a {
  font-size: 1.2em;
  color: var(--color-secondary);
}

.header-main__nav .menu>li:not(.li-button):hover {
  background-color: var(--color-secondary);
}

.header-main__nav .menu>li:not(.li-button):hover>a {
  color: var(--color-white);
}

@media screen and (min-width: 1024px) {
  .header-main__inner__actions-wrap {
    padding-right: calc(var(--spacer) * 0.5);
  }
}

.header-main__actions {
  height: 100%;
}

.header-main__actions>.menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-main__actions>.menu>li>a {
  padding: calc(var(--spacer) * 0.5);
  display: block;
  width: 45px;
  height: 45px;
}

.site-header-cart {
  position: relative;
}

.site-header-cart__count {
  position: absolute;
  bottom: -3px;
  left: 2px;
  right: 2px;
  height: 13px;
  background: var(--color-primary);
  border-radius: 99px;
  line-height: 11px;
  font-size: 11px;
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  color: var(--color-white);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.site-header-cart__count:empty {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .site-header-cart:hover .site-header-cart__popup {
    display: block;
  }
}

.site-header-cart__popup {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 200px;
  width: 400px;
  max-width: 100vw;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  overflow: hidden;
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
}

.woocommerce-mini-cart {
  text-align: left;
  padding: var(--spacer) !important;
  max-height: calc(100vh - 250px);
  overflow: auto;
}

.woocommerce-mini-cart__total {
  padding-left: var(--spacer);
  padding-right: var(--spacer);
  padding-bottom: var(--spacer);
  margin: 0 !important;
  font-family: var(--font-headings);
  font-size: 1.4rem;
}

.woocommerce-mini-cart__buttons {
  background: var(--color-secondary);
  margin: 0 !important;
  padding: var(--spacer);
}

.woocommerce-mini-cart__buttons .button {
  color: var(--color-white);
  margin-bottom: var(--spacer);
}

.woocommerce-mini-cart__buttons .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .woocommerce-mini-cart__buttons .button {
    margin-bottom: 0;
  }
}

.woocommerce-mini-cart-item:not(:last-child) {
  margin-bottom: var(--spacer) !important;
}

.woocommerce-mini-cart-item a {
  font-family: var(--font-headings);
}

.woocommerce-mini-cart-item dl.variation {
  font-size: 0.8em;
}

.bigLogo img {
  width: 80% !important;
}

@media (min-width: 680px) {
  .bigLogo img {
    width: 80% !important;
    margin-left: 60px !important;
  }
}

.bigLogo figcaption {
  color: white;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-headings);
  margin-left: 80px;
  text-align: left;
  line-height: 1em;
  opacity: 1;
}

@media (min-width: 680px) {
  .bigLogo figcaption {
    font-size: 60px;
  }
}

.hideme {
  display: none !important;
}

.wp-block-heading.is-style-h2 {
  line-height: 1.033333 !important;
}

.wp-block-paragraph {
  line-height: 1.45 !important;
}

.homeBlurb {
  opacity: 1;
  font-family: var(--font-headings);
  font-size: 25px;
  padding-top: 56px;
}

.wp-block-group {
  margin: calc(calc(var(--spacer) * 2) * 2) 0;
}

.shadeAbove {
  -webkit-box-shadow: -3px -6px 14px rgba(0, 0, 0, 0.09);
  box-shadow: -3px -6px 14px rgba(0, 0, 0, 0.09);
  margin-top: 40px;
  padding-top: 50px;
}

.yith-ajaxsearchform-container {
  margin-top: 10px;
}

input#yith-s {
  border-radius: 30px;
  background: #e7e5e5;
  border: 0;
  width: 240px;
  padding: 10px 19px;
}

input#yith-s::-webkit-input-placeholder {
  /* Edge */
  font-family: var(--font-headings);
}

input#yith-s:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: var(--font-headings);
}

input#yith-s::-ms-input-placeholder {
  font-family: var(--font-headings);
}

input#yith-s::placeholder {
  font-family: var(--font-headings);
}

button#yith-searchsubmit {
  background: transparent;
  color: #1b355c;
  border: 0;
  padding: 10px;
  width: 50px;
}

button#yith-searchsubmit i {
  font-size: 25px !important;
}

h3 {
  color: #1b355c !important;
}

#header .yith-ajaxsearchform-container {
  display: none;
}

@media (min-width: 1024px) {
  #header .yith-ajaxsearchform-container {
    display: block;
  }
}

.off-canvas-menu__content {
  padding-top: 100px;
}

.off-canvas-menu__content .yith-ajaxsearchform-container {
  position: relative;
}

.off-canvas-menu__content .yith-ajaxsearchform-container #yith-searchsubmit {
  position: absolute;
  right: 19px;
  top: 0;
}

.header-main__inner__menu-toggle-wrap {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

.off-canvas-menu {
  right: -260px;
  left: auto;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.main-menu-open .off-canvas-menu {
  -webkit-transform: translate3d(-260px, 0, 0) !important;
  transform: translate3d(-260px, 0, 0) !important;
}

/* Hamburger Menu */
.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  border-radius: 7px;
  left: 25%;
  top: 50%;
  width: 28px;
  height: 3px;
  background-color: #49c5b1;
  -webkit-transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  -o-transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.icon-3 {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.hamburger-icon {
  margin-left: -18px;
  padding: 0;
  position: relative;
  height: 40px;
  width: 40px;
  background-color: transparent !important;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger-icon:hover,
.hamburger-icon:active,
.hamburger-icon:focus {
  background-color: transparent !important;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.icon-1.a {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.icon-3.b {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.icon-2.c {
  opacity: 0;
}

body,
p,
li {
  color: #1b355c !important;
  font-family: var(--font-headings);
}

.site-footer {
  position: relative;
  -webkit-box-shadow: -3px -6px 14px rgba(0, 0, 0, 0.1);
  box-shadow: -3px -6px 14px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

.footer-main__inner {
  padding-top: calc(var(--spacer) * 2);
  padding-bottom: calc(var(--spacer) * 2);
}

@media screen and (min-width: 700px) {
  .footer-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-main__info {
  margin-bottom: calc(var(--spacer) * 2);
}

@media screen and (min-width: 700px) {
  .footer-main__info {
    margin-bottom: 0;
    padding-right: calc(var(--spacer) * 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: auto;
  }
}

.footer-main__info .logo {
  display: block;
  width: 200px;
  margin: 0 auto var(--spacer) auto;
}

@media screen and (min-width: 700px) {
  .footer-main__info .logo {
    margin-left: 0;
  }
}

.footer-main__address {
  font-weight: var(--font-body-weight);
  margin-bottom: var(--spacer);
}

.footer-main__opening-hours {
  font-weight: var(--font-body-weight);
}

.footer-main__payment-logos {
  width: 280px;
  margin: var(--spacer) auto 0 auto;
}

@media screen and (min-width: 700px) {
  .footer-main__payment-logos {
    margin-left: 0;
  }
}

.footer-main__menu {
  text-align: center;
}

@media screen and (min-width: 700px) {
  .footer-main__menu {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: calc(var(--spacer) * 2);
  }
}

.footer-main__nav>h3 {
  margin-bottom: calc(var(--spacer) * 0.5);
}

.footer-main__nav>.menu>li:not(.li-button)>a {
  display: block;
}

.footer-main__nav .menu>li:not(.li-button):hover>a {
  text-decoration: underline;
}

.footer-sub {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.footer-sub__inner {
  text-align: center;
  padding-top: calc(var(--spacer) / 2);
  padding-bottom: calc(var(--spacer) / 2);
}

@media screen and (min-width: 700px) {
  .footer-sub__inner {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-sub__copyright {
  margin-bottom: calc(var(--spacer) * 2);
}

@media screen and (min-width: 700px) {
  .footer-sub__copyright {
    margin-bottom: 0;
    padding-right: calc(var(--spacer) * 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 700px) {
  .footer-sub__mitso {
    padding-left: calc(var(--spacer) * 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.footer-sub__mitso .mitso-credit {
  font-size: 0.8em;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-sub__mitso .mitso-credit:hover {
  opacity: 1;
}

.author-social-links__item a,
.button,
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a,
.tml .tml-button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"],
li.li-button>a {
  padding-top: 0.65em;
  border-width: 1px !important;
  font-size: 1.2em;
}

li.li-button--white>a {
  color: var(--color-white);
  border-color: var(--color-white);
}

li.li-button--white>a:hover {
  color: var(--color-black);
  border-color: var(--color-white);
  background-color: var(--color-white);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
  border-width: 1px;
  border-color: var(--color-secondary);
}

.sidebar--shop .widget {
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
}

.sidebar--shop .widget-title {
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  font-size: 1.4rem;
  line-height: 1.2;
}

.woocommerce .widget.widget_layered_nav_filters ul li {
  float: none;
  padding: none;
}

/* woocommerce */
.woocommerce-page .block-editor-content>.woocommerce {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: var(--spacer);
}

#container {
  padding-left: var(--spacer);
  padding-right: var(--spacer);
}

.clear,
.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: star;
  src: url(../../plugins/woocommerce/assets/fonts/star.eot);
  src: url(../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: WooCommerce;
  src: url(../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}

.woocommerce .blockUI.blockOverlay {
  position: relative;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after {
  clear: both;
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
  display: table;
  content: "";
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  opacity: 0.5;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}

.woocommerce table.shop_table {
  background-color: var(--color-white);
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
}

.woocommerce table.shop_table th {
  font-family: var(--font-headings);
  line-height: 1.2;
  padding: 9px 12px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}

.woocommerce table.shop_table td small {
  font-weight: 300;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.my_account_orders {
  font-size: 0.85em;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}

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

.woocommerce table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em;
}

.woocommerce td.product-name dl.variation {
  margin: 0.25em 0;
  font-size: 0.8em;
}

.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
  content: " ";
  display: table;
}

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

.woocommerce td.product-name dl.variation dt {
  font-weight: 800;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}

.woocommerce td.product-name dl.variation dd {
  margin-left: 0;
  padding: 0 0 0.25em;
}

.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}

.woocommerce td.product-quantity {
  min-width: 80px;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}

#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-account .woocommerce:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after,
.woocommerce.widget_shopping_cart .buttons:after {
  clear: both;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
  content: " ";
  display: table;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 20px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.woocommerce form .form-row label,
.input label {
  font-family: var(--font-body-bold);
  font-weight: var(--font-body-bold-weight);
  line-height: 1;
  margin: 10px 0 5px 0 !important;
}

.woocommerce form .form-row label.hidden {
  visibility: hidden;
}

.woocommerce form .form-row label.inline {
  display: inline;
}

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}

.woocommerce form .form-row .required {
  color: var(--color-warning);
  border: 0;
  text-decoration: none;
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}

.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--color-warning);
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  /*background-color: var(--color-secondary)*/
}

.woocommerce form .form-row::-webkit-input-placeholder {
  line-height: normal;
}

.woocommerce form .form-row:-moz-placeholder {
  line-height: normal;
}

.woocommerce form .form-row:-ms-input-placeholder {
  line-height: normal;
}

@media screen and (max-width: 500px) {

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

  .woocommerce form .form-row label {
    margin-top: 10 !important;
  }
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 40px 0 !important;
  text-align: left;
  max-width: 600px;
}

.woocommerce ul#shipping_method {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

.woocommerce ul#shipping_method li input {
  position: absolute;
  visibility: hidden;
  left: -999px;
}

.woocommerce ul#shipping_method li input:checked+label {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.woocommerce ul#shipping_method li label {
  display: block;
  padding: 10px 10px;
  background-color: var(--color-white);
  cursor: pointer;
  border-radius: 0;
  text-indent: 0;
  line-height: 1;
}

.woocommerce ul#shipping_method li label:hover {
  background-color: var(--color-off-white);
}

.woocommerce ul#shipping_method li label i {
  padding: 8px;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}

.shipping-calculator-button {
  font-size: 0.8em;
}

.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}

.woocommerce .order_details {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.woocommerce .order_details:after,
.woocommerce .order_details:before {
  content: " ";
  display: table;
}

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

.woocommerce .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce .widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
  content: " ";
  display: table;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
  line-height: 1;
  content: "";
  font-family: WooCommerce;
  font-weight: 400;
  color: #a00;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 1px 0;
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
  margin-right: 0.618em;
}

.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
  margin-right: 0.618em;
}

.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
  content: " ";
  display: table;
}

.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: var(--spacer) var(--spacer) var(--spacer) calc(var(--spacer) * 3) !important;
  margin-bottom: var(--spacer) !important;
  position: relative;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
  background-color: var(--color-secondary);
  color: var(--color-white);
  border: 1px solid var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    display: block;
  }
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  font-family: var(--font-button);
  font-weight: var(--font-button-weight);
  color: var(--color-white);
  text-decoration: underline;
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
  content: " ";
  display: table;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  margin-top: var(--spacer);
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 768px) {

  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button {
    margin-top: 0;
    margin-left: var(--spacer);
    float: right;
  }
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message:before {
  content: "\e015";
  color: var(--color-white);
}

.woocommerce-info:before {
  color: var(--color-white);
}

.woocommerce-error {
  color: var(--color-white);
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}

.woocommerce-error:before {
  content: "\e016";
  color: var(--color-warning);
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before,
.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
  content: " ";
  display: table;
}

.woocommerce-account .addresses .title h3 {
  float: left;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}

#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
  content: " ";
  display: table;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}

#add_payment_method .cart-collaterals .shipping_calculator .button,
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}

#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}

#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods li:after,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table;
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 20%;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #777;
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}

#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: 400;
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method .checkout .shipping_address,
.single-product .twentythirteen p.stars,
.woocommerce-cart #payment ul.payment_methods li:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  height: 20px;
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
  margin-left: 2px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  clear: both;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

#add_payment_method #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box:-moz-placeholder,
.woocommerce-cart #payment div.payment_box:-moz-placeholder,
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box:-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box:-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg);
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #777;
  font-weight: 400;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 1;
  padding: 10px;
  font-size: 0.83em;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  width: 200px;
  vertical-align: middle;
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}

.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}

.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}

.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

.product.has-default-attributes.has-children>.images {
  opacity: 0;
}

/* cart */
.woocommerce-cart .entry-content {
  padding-top: 0;
}

.woocommerce-cart table.cart {
  border: 0;
  margin-bottom: 20px !important;
}

.woocommerce-cart table.cart tbody {
  background-color: var(--color-white);
}

.woocommerce-cart table.cart td {
  padding: 5px;
}

.woocommerce-cart table.cart .product-remove {
  text-align: center;
  font-size: 30px;
}

.woocommerce-cart table.cart .product-remove a {
  cursor: pointer;
  color: inherit;
}

.woocommerce-cart table.cart .product-remove a:hover {
  text-decoration: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart table.cart .cart_item {
    position: relative;
  }

  .woocommerce-cart table.cart .product-remove {
    position: absolute;
    top: 0;
    right: 0;
  }

  .woocommerce-cart table.cart .product-thumbnail {
    display: block !important;
  }

  .woocommerce-cart table.cart .product-thumbnail:before {
    display: none;
  }
}

.woocommerce-cart table.cart .product-name>a:first-child {
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  line-height: 1.2;
  color: var(--color-secondary);
}

.woocommerce-cart table.cart .product-name>a:first-child:hover {
  text-decoration: none;
  color: var(--color-grey-400);
}

.woocommerce-cart table.cart input.qty {
  width: 60px;
}

.woocommerce-cart table.cart .actions {
  text-align: right;
}

.woocommerce-cart table.cart .coupon .input-text {
  margin-bottom: 20px !important;
  width: 50%;
}

.woocommerce-cart table.cart .coupon .button {
  margin-bottom: 20px !important;
}

.woocommerce-cart table.cart .coupon label {
  display: none;
}

@media screen and (max-width: 530px) {
  .woocommerce-cart table.cart td {
    padding: 10px;
    font-size: 14px;
  }

  .woocommerce-cart table.cart .product-subtotal {
    display: none;
  }
}

.woocommerce-cart table.cart td.actions {
  padding: 10px 0;
}

.woocommerce-cart table.cart td.actions .coupon #coupon_code {
  width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon #coupon_code+.button {
  padding: 13px 28px;
}

@media screen and (min-width: 900px) {
  .woocommerce-cart table.cart td.actions .coupon #coupon_code {
    width: auto;
    float: left;
  }

  .woocommerce-cart table.cart td.actions .coupon #coupon_code+.button {
    float: left;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  background-color: var(--color-white);
}

.woocommerce-cart .site-main .entry-content,
.woocommerce-checkout .site-main .entry-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

form.woocommerce-checkout {
  background-color: var(--color-white);
  padding: 20px;
}

form.woocommerce-checkout {
  padding: 0;
}

.add-to-cart-confirmation {
  padding: 20px;
}

.wc-item-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.woocommerce-notices-wrapper {
  padding: var(--spacer);
  margin-bottom: var(--spacer);
}

.woocommerce-notices-wrapper:empty {
  padding: 0;
  margin-bottom: 0;
}

body.single-product div.product section.related {
  padding: 0;
}

.dgwt-wcas-search-wrapp {
  position: relative;
  display: inline-block;
  color: #444;
  max-width: 600px;
  width: 100%;
  text-align: left;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
  position: absolute;
  top: 6px;
  left: 8px;
  z-index: 2;
  width: 26px;
}

.widget .dgwt-wcas-search-wrapp {
  display: block;
}

.dgwt-wcas-search-wrapp .product-title {
  color: #333;
  display: block;
  line-height: 110%;
  margin: 0;
}

.dgwt-wcas-tpd-image img {
  margin: 0 15px 0 0 !important;
  display: block;
}

.dgwt_wcas_rtl .dgwt-wcas-tpd-image img {
  margin: 0 0 0 15px !important;
}

.dgwt-wcas-default-preloader * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dgwt-wcas-default-preloader {
  width: 1em;
  height: 1em;
  font-size: 169px;
  position: relative;
  display: block;
  margin: 56px auto;
}

.dgwt-wcas-default-preloader:before,
.dgwt-wcas-default-preloader:after {
  content: '';
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  border-width: 0.503em;
  border-style: double;
  border-color: transparent;
  border-radius: 1em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: dgwt-wcas-spin 0.8s infinite;
  -o-animation: dgwt-wcas-spin 0.8s infinite;
  -ms-animation: dgwt-wcas-spin 0.8s infinite;
  -webkit-animation: dgwt-wcas-spin 0.8s infinite;
  -moz-animation: dgwt-wcas-spin 0.8s infinite;
}

.dgwt-wcas-default-preloader:after {
  left: 0;
  border-left-color: rgba(0, 0, 0, 0.05);
}

.dgwt-wcas-default-preloader:before {
  right: 0;
  border-right-color: rgba(0, 0, 0, 0.02);
  animation-delay: -0.2025s;
  -o-animation-delay: -0.2025s;
  -ms-animation-delay: -0.2025s;
  -webkit-animation-delay: -0.2025s;
  -moz-animation-delay: -0.2025s;
}

@keyframes dgwt-wcas-spin {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes dgwt-wcas-spin {
  from {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes dgwt-wcas-spin {
  from {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes dgwt-wcas-spin {
  from {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes dgwt-wcas-spin {
  from {
    -moz-transform: rotate(360deg);
  }
}

.dgwt-wcas-preloader-wrapp img {
  margin: 10px auto 0 auto;
  display: block;
  max-width: 200px;
}

.dgwt-wcas-suggestions-wrapp {
  background: var(--color-white) none repeat scroll 0 0;
  margin-top: 0;
  border: 1px solid #ddd;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
  max-width: 550px;
}

.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion {
  padding: 8px 15px;
}

.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 5px 0;
  border-left-color: #eee;
}

.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
  border-radius: 5px 0 0 5px;
  border-right-color: #eee;
}

.dgwt-wcas-suggestion {
  cursor: pointer;
  font-size: 12px;
  line-height: 110%;
  text-align: left;
  padding: 7px 0;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  resize: vertical;
}

.dgwt-wcas-suggestion:after {
  clear: both;
  display: block;
  content: '';
}

.dgwt-wcas-suggestion.dgwt-wcas-nores {
  cursor: default;
  opacity: 0.5;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion {
  padding: 12px 0;
}

.dgwt-wcas-st {
  padding-left: 10px;
  display: block;
  font-size: 14px;
}

.dgwt-wcas-has-price .dgwt-wcas-st {
  padding-right: 80px;
}

.dgwt-wcas-sku {
  font-size: 80%;
  margin-left: 6px;
}

.dgwt-wcas-st>span {
  display: inline-block;
  vertical-align: middle;
}

.dgwt-wcas-si {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 50px;
  display: block;
  height: 100%;
  min-height: 50px;
}

.dgwt-wcas-si img {
  bottom: 0;
  display: block;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.dgwt-wcas-content-wrapp {
  padding-left: 60px;
}

.dgwt-wcas-sp {
  font-family: var(--font-headings);
  color: var(--color-black);
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 5px;
  vertical-align: middle;
  line-height: 120%;
  text-align: right;
}

.dgwt-wcas-search-form {
  margin: 0;
  padding: 0;
}

.dgwt-wcas-sp del {
  opacity: 0.5;
  font-size: 12px;
}

.dgwt-wcas-sd {
  color: var(--color-grey-500);
  display: block;
  padding-left: 10px;
  line-height: 14px;
  padding-right: 60px;
  margin-top: 5px;
}

.dgwt-wcas-suggestion-selected {
  background-color: #e9e9e9;
}

.dgwt-wcas-suggestion-selected:first-child {
  border-top: none;
}

.dgwt_wcas_rtl .dgwt-wcas-suggestion {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.dgwt-wcas-full-width .dgwt-wcas-suggestion {
  font-size: 15px;
  padding: 5px 15px;
}

.dgwt-wcas-details-wrapp {
  background: var(--color-white) none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-top: none;
  padding: 0;
  width: 300px;
  height: 340px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  min-height: 340px;
}

.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 0 5px;
}

.dgwt-wcas-full-width .dgwt-wcas-details-wrapp {
  border-radius: 0 0 5px 0;
}

.dgwt-wcas-details-inner {
  padding: 15px 10px;
}

.woocommerce .dgwt-wcas-pd-rating .star-rating {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  color: #ccae72;
}

.woocommerce.dgwt_wcas_rtl .dgwt-wcas-pd-rating .star-rating {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

.dgwt-wcas-datails-title {
  border-bottom: 1px dashed #eee;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 14px;
}

.dgwt-wcas-pd-title {
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: block;
  color: #202020;
  text-decoration: none;
}

.dgwt-wcas-pd-title .product-title {
  font-weight: 900;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
}

.dgwt-wcas-details-title-tax {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1px;
  margin-right: 3px;
}

.dgwt-wcas-tax-product-details {
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}

.dgwt-wcas-tax-product-details:after {
  content: '';
  clear: both;
  display: block;
}

.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title {
  margin-bottom: 8px;
}

.dgwt-wcas-pd-rest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  height: 68px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
}

.dgwt-wcas-tpd-image {
  float: left;
  width: 60px;
  margin-right: 15px;
}

.dgwt-wcas-tpd-rest {
  float: left;
  max-width: 200px;
}

.dgwt-wcas-tpd-rest .product-title {
  display: block;
  line-height: 13px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 145px;
}

.dgwt-wcas-pd-price {
  margin-top: 10px;
  font-size: 14px;
  line-height: 13px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 145px;
  color: #777;
  margin-top: 5px;
  font-weight: lighter;
}

.dgwt-wcas-pd-price del .amount {
  font-weight: lighter;
  background: transparent;
  font-size: 90%;
  opacity: 0.6;
}

.dgwt-wcas-pd-price ins {
  background: transparent;
  text-decoration: none;
}

.dgwt-wcas-pd-rating {
  font-size: 13px;
  line-height: 13px;
}

.dgwt-wcas-pd-rating:after {
  content: '';
  clear: both;
  display: block;
}

.dgwt-wcas-pd-review {
  color: #777;
  font-size: 11px;
  line-height: 11px;
}

.dgwt-wcas-datails-title {
  border-bottom: 1px dashed #eee;
  display: block;
  margin: 5px 0 15px 0;
  padding-bottom: 5px;
}

.dgwt-wcas-pd-title {
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
}

.dgwt-wcas-pd-title .product-title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.dgwt-wcas-details-title-tax {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1px;
  margin-right: 3px;
}

.dgwt_wcas_rtl .dgwt-wcas-details-title-tax {
  margin: 0 0 0 3px;
  float: right;
}

.dgwt-wcas-tax-product-details {
  margin-bottom: 15px;
  display: block;
}

.dgwt-wcas-tax-product-details:after,
.dgwt-wcas-pd-details:after {
  content: '';
  clear: both;
  display: block;
}

.dgwt-wcas-tpd-image,
.dgwt-wcas-pd-image {
  float: left;
  width: 70px;
  margin-right: 15px;
  padding: 4px;
  background-color: var(--color-white);
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.dgwt-wcas-tpd-image img,
.dgwt-wcas-pd-image img {
  display: block;
}

.dgwt_wcas_rtl .dgwt-wcas-tpd-image,
.dgwt_wcas_rtl .dgwt-wcas-pd-image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.dgwt_wcas_rtl .dgwt-wcas-tpd-rest,
.dgwt_wcas_rtl .dgwt-wcas-pd-rest {
  float: right;
  max-width: 200px;
}

input[type='search'].dgwt-wcas-search-input,
input[type='text'].dgwt-cas-search-input {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.dgwt-wcas-pd-desc {
  font-size: 13px;
  line-height: 130%;
  margin: 12px 0;
}

.dgwt-wcas-pd-addtc {
  margin: 10px;
  text-align: right;
}

.dgwt-wcas-pd-addtc a {
  margin-bottom: 5px;
}

input[type='submit'].dgwt-wcas-search-submit,
button.dgwt-wcas-search-submit {
  position: relative;
}

.dgwt-wcas-ico-loupe {
  bottom: 0;
  left: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  height: 65%;
  display: block;
  z-index: 9;
  fill: var(--color-black) !important;
}

.dgwt-wcas-preloader {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99 !important;
  width: 40px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: auto 44%;
}

.dgwt-wcas-inner-preloader {
  background-image: url("public/img/icon-loading-oval.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: auto 22px;
}

.dgwt-wcas-close {
  background-image: url("public/img/close.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: auto 18px;
  opacity: 0.6;
  -webkit-transition: all 160ms ease-in-out;
  -moz-transition: all 160ms ease-in-out;
  -ms-transition: all 160ms ease-in-out;
  -o-transition: all 160ms ease-in-out;
  transition: all 160ms ease-in-out;
}

.dgwt-wcas-close:hover {
  opacity: 0.3;
}

@media screen and (max-width: 992px) {
  .dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
    max-width: none;
  }
}

.dgwt-wcas-suggestion strong {
  font-weight: bold;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.dgwt-wcas-sf-wrapp:before,
.dgwt-wcas-sf-wrapp:after {
  content: '';
  display: table;
}

.dgwt-wcas-sf-wrapp:after {
  clear: both;
}

.dgwt-wcas-sf-wrapp {
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
}

.dgwt-wcas-sf-wrapp input[type='search'].dgwt-wcas-search-input {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  border: 0;
  background: var(--color-white);
  border: 1px solid var(--color-grey-400);
  border-radius: 0;
  -webkit-appearance: none;
}

.dgwt-wcas-sf-wrapp input[type='search'].dgwt-wcas-search-input::-webkit-input-placeholder {
  font-family: var(--font-headings);
  color: var(--color-black);
  font-size: 1em;
  opacity: 0.5;
}

.dgwt-wcas-sf-wrapp input[type='search'].dgwt-wcas-search-input:-moz-placeholder {
  color: var(--color-black);
  font-weight: 700;
}

.dgwt-wcas-sf-wrapp input[type='search'].dgwt-wcas-search-input::-moz-placeholder {
  color: var(--color-black);
  font-weight: 700;
}

.dgwt-wcas-sf-wrapp input[type='search'].dgwt-wcas-search-input:-ms-input-placeholder {
  color: var(--color-black);
  font-weight: 700;
}

/* Form submit button */
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  overflow: visible;
  position: absolute;
  z-index: 2;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 40px;
  min-width: 50px;
  right: 0;
  top: 0;
  padding: 0 15px;
  color: var(--color-white);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #96588a;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  border-radius: 0 2px 0 0;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover {
  opacity: 0.7;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus {
  opacity: 0.7;
  outline: 0;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  /* left arrow */
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #96588a transparent;
  top: 12px;
  left: -6px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
  border-right-color: #96588a;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before {
  border-right-color: #96588a;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}

.dgwt-wcas-ico-loupe {
  fill: var(--color-white);
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion {
  min-height: 60px;
}

.dgwt-wcas-details-inner .added_to_cart {
  display: block;
}

/*------------------------------------------------------
Has image
---------------------------------------------------------*/
.dgwt-wcas-has-img .dgwt-wcas-sp>*,
.dgwt-wcas-has-desc .dgwt-wcas-sp>* {
  display: block;
}

.dgwt-wcas-has-img .dgwt-wcas-sp,
.dgwt-wcas-has-desc .dgwt-wcas-sp {
  top: 12px;
}

/*------------------------------------------------------
 Specific styles for details box
---------------------------------------------------------*/
.dgwt-wcas-is-details .dgwt-wcas-content-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  resize: vertical;
  padding-left: 20px;
}

.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
  min-height: 340px;
}

.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion {
  min-height: 40px;
}

.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
  overflow: visible;
}

.dgwt-wcas-is-details .dgwt-wcas-si {
  min-height: 40px;
}

.dgwt-wcas-is-details .dgwt-wcas-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  resize: vertical;
}

.dgwt-wcas-is-details .dgwt-wcas-sd {
  color: #777;
  font-size: 11px;
  line-height: 100%;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy='product_cat'],
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy='product_tag'] {
  padding-left: 15px;
  min-height: 0;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy='product_cat'] .dgwt-wcas-st,
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy='product_tag'] .dgwt-wcas-st {
  padding-left: 0;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-loupe {
  height: 50%;
  left: 12px;
  right: auto;
  opacity: 0.5;
  max-height: 22px;
  fill: #000;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type='search'].dgwt-wcas-search-input {
  padding: 10px 15px 10px 40px;
}

/* woocommerce breadcrumbs */
.woocommerce-breadcrumb {
  font-family: var(--font-headings);
  line-height: 1.2;
  position: relative;
  padding: var(--spacer);
  background-color: var(--color-primary);
  color: var(--color-white);
}

.woocommerce-breadcrumb a {
  font-weight: var(--font-headings-weight);
}

/* cart page */
.woocommerce-cart .woocommerce-notices-wrapper {
  padding: 0;
}

.woocommerce-cart table.cart thead th {
  font-family: var(--font-headings);
  line-height: 1.2;
  font-size: 1.2rem;
  padding: 0 calc(var(--spacer) * 0.5);
}

.woocommerce-cart table.cart tbody td {
  border-top: 0;
  padding: calc(var(--spacer) * 0.5);
  clear: both;
}

.woocommerce-cart table.cart tbody tr.cart_item:nth-of-type(odd) {
  background-color: var(--color-off-white);
}

.woocommerce-cart table.cart tbody tr.cart_item:nth-of-type(even) {
  background-color: var(--color-white);
}

.woocommerce-cart table.cart tbody tr.actions {
  padding-top: 2em;
}

.woocommerce-cart table.cart td.product-thumbnail img {
  width: 40px;
}

.woocommerce-cart table.cart .product-price {
  display: none;
}

.woocommerce-cart table.cart td.product-quantity .qty-label {
  display: none;
}

.woocommerce-cart table.cart td.product-quantity input.qty {
  width: 80px;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .woocommerce-cart table.cart td.product-quantity input.qty {
    margin-right: auto;
    margin-left: 0;
  }
}

.woocommerce-cart table.cart td.product-name dl.variation {
  margin-top: calc(var(--spacer) * 0.5);
}

@media screen and (max-width: 768px) {
  .woocommerce-cart table.cart div.coupon {
    display: none;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals>table {
  margin: 0 0 var(--spacer) 0;
  border: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals>table th,
.woocommerce-cart .cart-collaterals .cart_totals>table td:before {
  font-family: var(--font-headings);
  line-height: 1;
}

.woocommerce-cart .cart-collaterals .cart_totals>table td {
  text-align: right;
  line-height: 1.2;
}

.woocommerce-cart .cart-collaterals .cart_totals>table td .select2 {
  text-align: left;
}

.woocommerce-cart .cart-collaterals .cart_totals>table td:before {
  margin-bottom: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals>table .tax_label,
.woocommerce-cart .cart-collaterals .cart_totals>table .includes_tax {
  color: var(--color-grey-200);
  display: block;
}

.woocommerce-cart .cart-collaterals .cart_totals #wc-stripe-payment-request-wrapper {
  padding: 5px !important;
}

.woocommerce-cart .cart_totals>h2 {
  display: none;
}

@media screen and (min-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form {
    float: left;
    width: calc(100% - 400px);
    padding-right: var(--spacer);
  }

  body.woocommerce-cart .cart-collaterals {
    float: right;
    width: 400px;
    padding-left: var(--spacer);
  }

  body.woocommerce-cart .cart-collaterals:after {
    display: block;
    content: "";
    clear: both;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }
}

body.woocommerce-cart .page-header {
  min-height: 0;
}

body.woocommerce-cart .page-content .woocommerce {
  padding-top: calc(var(--spacer) * 2);
  padding-bottom: calc(var(--spacer) * 2);
}

body.woocommerce-cart .page-content .woocommerce:after {
  content: "";
  display: block;
  clear: both;
}

/* checkout page */
.woocommerce-NoticeGroup-checkout {
  margin-bottom: 2em;
}

#ship-to-different-address {
  font-size: 1.2em;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  padding: 10px 15px;
  height: 50px;
  background-color: var(--color-white);
  border: 1px solid var(--color-grey-500);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 50px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.select2-search--dropdown {
  background-color: var(--color-white);
}

.select2-search--dropdown .select2-search__field {
  padding: 10px 15px;
  background-color: var(--color-white);
  border: 1px solid var(--color-grey-500) !important;
}

.select2-dropdown {
  font-size: 1em;
  background-color: var(--color-white);
  border-radius: 0;
  border: 1px solid var(--color-grey-200);
}

.select2-results__option {
  padding: 10px 15px;
}

.woocommerce form .form-row textarea {
  height: 8em;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 40px;
}

.woocommerce-checkout-review-order-table .cart_item {
  font-size: 1rem;
}

.woocommerce-checkout #payment ul.payment_methods li>input {
  position: absolute;
  visibility: hidden;
  left: -999px;
}

.woocommerce-checkout #payment ul.payment_methods li>label {
  display: block;
  padding: 5px 10px 5px 20px;
  background-color: var(--color-off-white);
  color: var(--color-secondary);
  cursor: pointer;
  border-radius: 0;
  line-height: 2;
}

.woocommerce-checkout #payment ul.payment_methods li>label:hover {
  background-color: var(--color-white);
}

.woocommerce-checkout #payment ul.payment_methods li>label i {
  padding: 8px;
}

.woocommerce-checkout #payment ul.payment_methods li>input:checked+label {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.woocommerce-checkout #payment ul.payment_methods li>input:checked+label a {
  color: var(--color-white);
}

ul.wc-saved-payment-methods {
  padding: 0;
  margin-bottom: var(--spacer) !important;
}

ul.wc-saved-payment-methods li label {
  display: block;
}

body.woocommerce-checkout #customer_details.col2-set {
  margin-bottom: calc(var(--spacer) * 2);
}

body.woocommerce-checkout #customer_details.col2-set>.col-1 {
  margin-bottom: calc(var(--spacer) * 2);
}

body.woocommerce-checkout #customer_details.col2-set>.col-2 {
  margin-bottom: calc(var(--spacer) * 2);
}

body.woocommerce-checkout .woocommerce-billing-fields>h3:first-of-type {
  margin-bottom: var(--spacer);
  font-size: 2rem;
}

body.woocommerce-checkout #order_review_heading {
  margin-bottom: var(--spacer);
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  body.woocommerce-checkout #customer_details.col2-set {
    float: left;
    width: 50%;
    padding-right: calc(var(--spacer) * 2);
  }

  body.woocommerce-checkout #customer_details.col2-set>.col-1 {
    width: 100%;
    float: none;
    margin-bottom: calc(var(--spacer) * 2);
  }

  body.woocommerce-checkout #customer_details.col2-set>.col-2 {
    width: 100%;
    float: none;
    margin-bottom: calc(var(--spacer) * 2);
  }

  body.woocommerce-checkout #order_review_heading {
    float: right;
    width: 50%;
    padding-left: calc(var(--spacer) * 2);
  }

  body.woocommerce-checkout #order_review {
    float: right;
    width: 50%;
  }

  body.woocommerce-checkout #order_review:after {
    display: table;
    content: "";
    clear: both;
  }
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  margin: 0;
}

.woocommerce-checkout #payment .payment_methods div.form-row {
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: calc(var(--spacer) * 0.5);
}

.woocommerce-checkout #place_order {
  margin: var(--spacer) 0 0 0;
  font-size: 1.25rem;
}

.gift-certificate.sc_info_box {
  padding: var(--spacer) !important;
}

.gift-certificate.sc_info_box ul.show_hide_list {
  padding: 0;
  margin-left: 0;
}

.gift-certificate.sc_info_box label {
  font-family: var(--font-body-bold);
  font-weight: var(--font-body-bold-weight);
  display: inline-block;
}

.gift-certificate.sc_info_box .gift-certificate-receiver-detail-form .form_table {
  border-top: 0;
}

body.woocommerce-checkout .page-content .woocommerce:after {
  content: "";
  display: block;
  clear: both;
}

body.woocommerce-checkout .gift-aid-section {
  margin-top: calc(var(--spacer) * 2);
}

body.woocommerce-checkout .gift-aid-description {
  margin-bottom: calc(var(--spacer) * 0.5);
}

/* cart page */
body.woocommerce-order-received .woocommerce-order-details .order_details {
  background-color: var(--color-white);
  text-align: left;
}

body.woocommerce-order-received .woocommerce-order-details .order_details th {
  font-family: var(--font-headings);
  font-weight: 200;
  line-height: 1.2;
}

.woocommerce-order-received .woocommerce:after {
  display: block;
  content: "";
  clear: both;
}

.woocommerce-order-received .woocommerce .woocommerce-order-overview {
  margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce .woocommerce-order-details {
  margin-bottom: 40px;
}

.onsale {
  font-family: var(--font-headings);
  padding: calc(var(--spacer) * 0.5);
  font-size: 1em;
  line-height: 1;
  background-color: var(--color-warning);
  border-radius: calc(var(--border-radius) * 0.5);
  color: var(--color-white);
  display: inline-block;
}

/* PRICE */
.price {
  font-family: var(--font-headings);
  margin: 0;
  line-height: 1;
}

.price del {
  text-decoration: none;
  line-height: 1;
  position: relative;
  opacity: 1;
  color: var(--color-warning);
}

.price del:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--color-warning);
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.price ins {
  text-decoration: none;
}

ul.products {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.products:after {
  display: block;
  content: "";
  clear: both;
}

ul.products a:hover {
  text-decoration: none;
}

ul.products li.product:not(.product-category) {
  position: relative;
  text-align: center;
}

ul.products li.product:not(.product-category) .onsale {
  position: absolute;
  top: calc(var(--spacer) * 0.5);
  left: calc(var(--spacer) * 0.5);
  position: absolute;
  z-index: 9;
}

ul.products li.product:not(.product-category) img {
  width: 100%;
  margin: 0 auto 0 auto;
  -webkit-transition: all var(--transition-default);
  -o-transition: all var(--transition-default);
  transition: all var(--transition-default);
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

ul.products li.product:not(.product-category) .woocommerce-loop-product__text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(var(--spacer) * 0.5);
  background: -webkit-linear-gradient(80deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(80deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 50%);
  text-shadow: 0 0 20px black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
  color: var(--color-secondary);
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  line-height: 1.2;
  margin-top: var(--spacer);
  margin-bottom: calc(var(--spacer) * 0.5);
  font-size: 1.2rem;
  height: 2.8rem;
  overflow: hidden;
}

ul.products li.product:not(.product-category) .woocommerce-loop-product__link {
  display: block;
  padding: 0;
  overflow: hidden;
}

ul.products li.product:not(.product-category) .woocommerce-product-details__short-description {
  display: none;
  font-size: 0.8rem;
  font-weight: 300;
  margin: 1em auto;
}

ul.products li.product:not(.product-category) .price {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  color: var(--color-secondary);
  font-family: var(--font-body-bold);
  font-weight: var(--font-body-bold-weight);
  margin-bottom: var(--spacer);
}

ul.products li.product:not(.product-category) .added_to_cart {
  display: none;
  font-size: 0.8em;
  opacity: 0.5;
  margin-top: 2em;
}

ul.products li.product:not(.product-category) .added_to_cart:hover {
  opacity: 0.7;
}

ul.products li.product-category {
  position: relative;
}

ul.products li.product-category .woocommerce-loop-category__title {
  color: var(--color-secondary);
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  line-height: 1.2;
  margin: calc(var(--spacer) * 0.5) auto calc(var(--spacer) * 0.25) auto;
  font-size: 1.4rem;
  text-align: center;
}

ul.products li.product-category img {
  margin: 0 auto;
  background-color: var(--color-off-white);
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 300px) {

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product,
  .woocommerce[class*="columns-"] ul.products li.product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ul.products li.product img {
    width: 50%;
  }

  ul.products li.product .button {
    display: inline-block;
    width: auto;
  }
}

/* SUBCATEGORIES */
ul.subcategories {
  list-style-type: none;
  padding: 0;
  margin: -var(--spacer);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.subcategories:after {
  display: block;
  content: "";
  clear: both;
}

ul.subcategories li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  overflow: hidden;
  padding: var(--spacer);
}

@media screen and (min-width: 768px) {
  ul.subcategories li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media screen and (min-width: 1200px) {
  ul.subcategories li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.333%;
    flex: 1 0 33.333%;
  }
}

ul.subcategories li a {
  display: block;
  position: relative;
  text-align: center;
  background-color: var(--color-secondary);
  overflow: hidden;
  color: inherit;
}

ul.subcategories li a:hover {
  text-decoration: none;
}

ul.subcategories li img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: block;
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-transition: all var(--transition-default);
  -o-transition: all var(--transition-default);
  transition: all var(--transition-default);
}

ul.subcategories li .woocommerce-loop-category__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 calc(var(--spacer) * 0.5);
  color: var(--color-white);
  text-align: center;
  margin: 0;
  font-size: 2em;
  background: -webkit-linear-gradient(80deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(80deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 50%);
  text-shadow: 0 0 20px black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.archive-product-listing:after {
  display: block;
  content: "";
  clear: both;
}

.archive-product-listing ul.subcategories {
  float: left;
  width: 100%;
}

.archive-product-listing ul.products {
  clear: none;
  float: right;
  width: 100%;
}

.woocommerce-products-header {
  position: relative;
  padding-left: var(--spacer);
  padding-right: var(--spacer);
  padding-top: calc(var(--spacer) * 2);
  padding-bottom: calc(var(--spacer) * 2);
}

.woocommerce-products-header .bg {
  opacity: 1;
}

.woocommerce-products-header__title {
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.woocommerce-products-header .term-description,
.woocommerce-products-header .page-description {
  display: block;
  font-family: var(--font-headings);
  line-height: 1.2;
  margin-top: var(--spacer);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.woocommerce-products-header .term-description>p,
.woocommerce-products-header .page-description>p {
  max-width: 720px;
  font-size: 1.2rem;
}

.woocommerce-products-header .term-description>p:last-child,
.woocommerce-products-header .page-description>p:last-child {
  margin-bottom: 0;
}

body.archive.woocommerce #main {
  min-height: 60vh;
}

body.archive.woocommerce .widget-area {
  padding: 20px;
}

body.archive.woocommerce .archive-product-listing {
  padding: 20px;
}

body.archive.woocommerce .woocommerce-result-count {
  width: 50%;
  font-family: var(--font-body-bold);
  font-weight: var(--font-body-bold-weight);
  margin-top: 0;
}

body.archive.woocommerce .woocommerce-ordering {
  width: 50%;
  max-width: 260px;
  margin-bottom: calc(var(--spacer) * 2);
}

@media screen and (min-width: 400px) {
  body.archive.woocommerce #refineToggle {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 900px) {
  body.archive.woocommerce #refineToggle {
    display: none;
  }

  body.archive.woocommerce .widget-area {
    float: left;
    width: 300px;
    padding-right: var(--spacer);
  }

  body.archive.woocommerce .archive-product-listing {
    float: right;
    width: calc(100% - 300px);
  }
}

.refine-open .woocommerce-archive__wrap__sidebar {
  display: block !important;
}

.archive.term-club-shops #secondary {
  display: none;
}

.archive.term-club-shops .woocommerce-products-header {
  float: none;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.archive.term-club-shops .woocommerce-products-header .term-description,
.archive.term-club-shops .woocommerce-products-header .page-description {
  margin-left: auto;
  margin-right: auto;
}

.archive.term-club-shops .archive-product-listing {
  float: none;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* product archive - main layout */
.woocommerce-archive__wrap {
  padding-left: var(--spacer);
  padding-right: var(--spacer);
}

.woocommerce-archive__wrap__sidebar {
  display: none;
}

@media screen and (min-width: 900px) {
  .woocommerce-archive__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .woocommerce-archive__wrap__sidebar {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding-right: var(--spacer);
  }

  .woocommerce-archive__wrap__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: var(--spacer);
  }
}

/* product archive */
.woocommerce-pagination {
  font-family: var(--font-headings);
  line-height: 1.2;
  text-align: center;
  padding: 20px;
  clear: both;
}

.woocommerce-pagination a {
  color: inherit;
}

.woocommerce-pagination a:hover {
  text-decoration: none;
}

.woocommerce-pagination ul.page-numbers {
  padding: 0;
  text-align: right;
}

.woocommerce-pagination .page-numbers li {
  display: inline-block;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  background-color: var(--color-white);
  border: 1px solid var(--color-grey-400);
  margin: 5px;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.woocommerce-pagination .page-numbers li .page-numbers:hover {
  border-color: var(--color-grey-200);
}

.woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
}

/**
 * Product Page
 */
/* ajax add to cart stuff */
.single_add_to_cart_button.loading {
  padding-right: 0.5em !important;
}

.single_add_to_cart_button.loading:after,
.single_add_to_cart_button.added:after {
  display: none !important;
}

/* single product */
body.single-product div.product {
  margin-bottom: 0;
  position: relative;
  margin-top: var(--spacer);
}

@media screen and (min-width: 768px) {
  body.single-product div.product {
    margin-top: calc(var(--spacer) * 2);
  }
}

@media screen and (min-width: 1080px) {
  body.single-product div.product {
    margin-left: auto;
    margin-right: auto;
  }
}

body.single-product div.product .woocommerce-breadcrumb {
  max-width: 100%;
  margin-bottom: calc(var(--spacer) * 0.5);
}

body.single-product div.product .product_title.entry-title {
  margin-bottom: calc(var(--spacer) * 0.5);
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  font-size: 2.4rem;
  line-height: 1.2;
}

body.single-product div.product .single-product__reviews-logo {
  display: block;
  width: 200px;
  margin-top: var(--spacer);
  margin-bottom: calc(var(--spacer) * 2);
}

body.single-product div.product div.summary span.price,
body.single-product div.product div.summary p.price {
  color: var(--color-secondary);
  font-family: var(--font-body-bold);
  font-weight: var(--font-body-bold-weight);
  color: var(--color-secondary);
  font-size: 1.6rem;
  margin: 0 0 var(--spacer) 0;
}

body.single-product div.product div.summary span.price ins,
body.single-product div.product div.summary p.price ins {
  background: inherit;
}

body.single-product div.product div.summary span.price del,
body.single-product div.product div.summary p.price del {
  opacity: 0.5;
}

body.single-product div.product .stock {
  color: var(--color-primary);
}

body.single-product div.product .out-of-stock {
  color: red;
}

body.single-product div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}

body.single-product div.product div.woocommerce-product-gallery {
  margin-bottom: var(--spacer);
}

body.single-product div.product div.woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.single-product div.product div.woocommerce-product-gallery ol.flex-control-thumbs {
  margin-top: var(--spacer);
}

body.single-product div.product div.woocommerce-product-gallery.woocommerce-product-gallery {
  position: relative;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image>a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image>a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: var(--border-radius);
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  -o-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: var(--color-white);
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 25%;
  display: inline-block;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: calc(var(--spacer) + 0.5em);
  font-size: 2rem;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: var(--color-white);
  text-indent: -9999px;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body.single-product div.product div.woocommerce-product-gallery .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}

body.single-product div.product div.woocommerce-product-gallery .flex-control-thumbs li {
  width: 20%;
  float: left;
  margin: 0;
  list-style: none;
  padding: 5px;
}

body.single-product div.product div.woocommerce-product-gallery .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}

body.single-product div.product div.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.single-product div.product div.woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
}

body.single-product div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
  clear: left;
}

body.single-product div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}

body.single-product div.product div.social span {
  margin: 0 0 0 2px;
}

body.single-product div.product div.social span span {
  margin: 0;
}

body.single-product div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}

body.single-product div.product div.social iframe {
  float: left;
  margin-top: 3px;
}

body.single-product div.product p.cart {
  margin-bottom: 2em;
}

body.single-product div.product p.cart:after {
  display: block;
  content: "";
  clear: both;
}

body.single-product div.product form.cart {
  margin: 0 !important;
}

body.single-product div.product form.cart:after {
  display: block;
  content: "";
  clear: both;
}

body.single-product div.product form.cart .variations {
  margin-bottom: 10px;
  border: 0;
  width: 100%;
}

body.single-product div.product form.cart .variations td,
body.single-product div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}

body.single-product div.product form.cart .variations label {
  font-family: var(--font-headings);
}

body.single-product div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}

body.single-product div.product form.cart .variations td.label {
  padding-right: 1em;
}

body.single-product div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}

body.single-product div.product form.cart .reset_variations {
  display: none !important;
  visibility: hidden;
  font-size: 0.83rem;
}

body.single-product div.product form.cart .wc-no-matching-variations {
  display: none;
}

body.single-product div.product form.cart .button {
  width: 100%;
}

body.single-product div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}

body.single-product div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}

body.single-product div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}

body.single-product div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

body.single-product div.product form.cart .qty-wrap {
  display: table;
  margin-bottom: 40px;
}

body.single-product div.product form.cart .qty-wrap .qty-label {
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  color: var(--color-secondary);
  margin-bottom: 10px;
}

body.single-product div.product .wc-tabs-wrapper {
  margin-bottom: calc(var(--spacer) * 4) !important;
}

body.single-product div.product section.related,
body.single-product div.product section.up-sells {
  clear: both;
  padding-top: calc(var(--spacer) * 2);
  padding-bottom: var(--spacer);
  background-color: var(--color-off-white);
  padding-left: var(--spacer);
  padding-right: var(--spacer);
}

body.single-product div.product section.related>h2,
body.single-product div.product section.up-sells>h2 {
  text-align: center;
  margin-bottom: var(--spacer);
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  line-height: 1.2;
  font-size: 2rem;
  margin-bottom: calc(var(--spacer) * 2);
}

body.single-product div.product section.related ul.products,
body.single-product div.product section.up-sells ul.products {
  max-width: 1024px;
  margin: 0 auto;
}

body.single-product div.product section.related ul.products li.product:not(.product-category),
body.single-product div.product section.up-sells ul.products li.product:not(.product-category) {
  background-color: var(--color-white);
  padding: var(--spacer);
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
}

body.single-product .woocommerce-product-gallery ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body.single-product .woocommerce-product-gallery__image {
  width: 100%;
}

body.single-product .woocommerce-product-gallery__image:nth-child(n + 2) {
  display: inline-block;
  width: 25%;
}

body.single-product .woocommerce-product-details__short-description {
  margin: var(--spacer) 0;
  max-width: 400px;
  font-size: 1.2rem;
}

body.single-product div.quantity {
  display: block;
  width: 90px;
}

body.single-product .product_meta {
  font-family: var(--font-headings);
  color: var(--color-secondary);
  margin-bottom: var(--spacer);
}

body.single-product .product_meta .posted_in {
  display: none;
}

body.single-product .upsells {
  clear: both;
  text-align: center;
  padding-top: 2em;
}

body.single-product .upsells h2 {
  margin: 0;
}

body.single-product .product-description {
  clear: both;
  margin-bottom: 2em;
  padding: 20px;
}

body.single-product .product-description>p {
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  body.single-product #content div.product div.woocoommerce-product-gallery {
    float: left;
    width: 50%;
    padding-right: calc(var(--spacer) * 2);
  }

  body.single-product #content div.product div.summary {
    float: left;
    width: 50%;
    max-width: 500px;
    padding-left: calc(var(--spacer) * 2);
  }

  body.single-product #content div.product div.summary .onsale {
    margin-bottom: calc(var(--spacer) * 0.5);
  }
}

.woocommerce-variation.single_variation {
  margin-bottom: 20px;
}

#wc-stripe-payment-request-button-separator {
  font-family: var(--font-headings);
}

.woocommerce-tabs {
  margin-top: calc(var(--spacer) * 2);
}

.woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-tabs ul.tabs li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.woocommerce-tabs ul.tabs li a {
  font-size: 1.2rem;
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
  color: var(--color-grey-500);
  border-bottom: 3px solid transparent;
}

.woocommerce-tabs ul.tabs li a:hover {
  color: var(--color-grey-400);
}

.woocommerce-tabs ul.tabs li.active a {
  color: var(--color-secondary);
  border-bottom-color: var(--color-secondary);
}

.woocommerce-tabs__content p+h3 {
  margin-top: calc(var(--spacer) * 2);
}

.wc-tab>h2:first-child {
  display: none;
}

body.single-product .wc-memberships-member-discount-message {
  display: none;
}

.single-product__sharing {
  margin-top: calc(var(--spacer) * 2);
  margin-bottom: calc(var(--spacer) * 2);
}

/* variation radio buttons*/
.woocommerce div.product form.cart {
  margin: 20px auto;
}

.woocommerce div.product form.cart .variations {
  font-family: var(--font-headings);
  width: 100%;
}

.woocommerce div.product form.cart .variations tr {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce div.product form.cart .variations td {
  display: block !important;
  line-height: 1 !important;
  padding: 0 !important;
}

.woocommerce div.product form.cart .variations td.label {
  padding-top: 0;
  margin: 10px auto;
}

.woocommerce div.product form.cart .variations td.label label {
  color: var(--color-black);
}

.woocommerce div.product form.cart .variations td.value>div {
  display: inline-block;
}

.variations td.value .reset_variations {
  display: none !important;
}

.woocommerce div.product form.cart .variations td.value>div label:hover {
  cursor: pointer;
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"]+label {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 4px;
  margin-bottom: 4px !important;
  padding: 10px 15px;
  line-height: 1;
  font-size: 1em;
  background-color: var(--color-white);
  border: 1px solid var(--color-grey-200);
  color: var(--color-grey-200);
}

.woocommerce div.product form.cart .variations td.value>div:last-of-type input[type="radio"]+label {
  margin-right: 0;
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"]+label:before {
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1;
  display: block;
  content: attr(data-name);
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  white-space: nowrap;
  padding: 5px 10px;
  color: var(--color-black);
  opacity: 0;
  pointer-events: none;
  background-color: var(--color-white);
  -webkit-transition: all var(--transition-default);
  -o-transition: all var(--transition-default);
  transition: all var(--transition-default);
}

.woocommerce div.product form.cart .variations td.value>div.selected {
  position: relative;
  z-index: 2;
}

.woocommerce div.product form.cart .variations td.value>div.selected input[type="radio"]+label {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  position: relative;
}

.woocommerce.single-product div.product .size-guide-popup-link {
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.8em;
  margin-left: 20px;
  color: var(--color-primary);
  cursor: pointer;
}

.woocommerce.single-product div.product .single_variation_wrap {
  margin-bottom: 10px;
}

.woocommerce.single-product div.product .single_variation_wrap .woocommerce-variation-add-to-cart .button {
  display: block;
  width: 100%;
}

@media screen and (min-width: 200px) {
  .woocommerce.single-product div.product .product-cart-wrap {
    display: table;
    width: 100%;
  }

  .woocommerce.single-product div.product .product-cart-wrap p.price,
  .woocommerce.single-product div.product .product-cart-wrap div.woocommerce-variation {
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
  }

  .woocommerce.single-product div.product .product-cart-wrap .cart:not(.variations_form),
  .woocommerce.single-product div.product .product-cart-wrap .woocommerce-variation-add-to-cart {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  .woocommerce.single-product div.product .product-cart-wrap .cart .button {
    display: inline-block;
    width: auto;
  }
}

@media screen and (orientation: landscape) {
  .woocommerce.single-product div.product .single_variation_wrap .woocommerce-variation-add-to-cart .button {
    display: inline-block;
    width: auto;
  }
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]+label {
  font-size: 0;
  height: 38px;
  width: 40px;
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]+label:after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: var(--color-white);
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]:hover+label:before {
  -webkit-transform: translate3d(-50%, 5px, 0);
  transform: translate3d(-50%, 5px, 0);
  opacity: 1;
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]#pa_colour_black+label:after {
  background-color: var(--color-black);
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]#pa_colour_white+label:after {
  background-color: var(--color-white);
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]#pa_colour_red+label:after {
  background-color: #b00;
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]#pa_colour_green+label:after {
  background-color: #0b0;
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]#pa_colour_blue+label:after {
  background-color: #00b;
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]#pa_colour_grey+label:after {
  background-color: #999;
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]#pa_colour_black-white+label:after {
  background: var(--color-white);
  background: -webkit-linear-gradient(315deg, var(--color-black) 50%, var(--color-white) 50%);
  background: -o-linear-gradient(315deg, var(--color-black) 50%, var(--color-white) 50%);
  background: linear-gradient(135deg, var(--color-black) 50%, var(--color-white) 50%);
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]#pa_colour_black-red+label:after {
  background: #b00;
  background: -webkit-linear-gradient(315deg, var(--color-black) 50%, #b00 50%);
  background: -o-linear-gradient(315deg, var(--color-black) 50%, #b00 50%);
  background: linear-gradient(135deg, var(--color-black) 50%, #b00 50%);
}

.woocommerce div.product form.cart .variations td.value>div input[type="radio"][name="pa_colour"]#pa_colour_black-blue+label:after {
  background: #00b;
  background: -webkit-linear-gradient(315deg, #000 50%, #00b 50%);
  background: -o-linear-gradient(315deg, #000 50%, #00b 50%);
  background: linear-gradient(135deg, #000 50%, #00b 50%);
}

/**
	 * Reviews
	 */
#reviews h2 small {
  float: right;
  font-size: 15px;
  margin: 10px 0 0;
}

#reviews h2 small a {
  text-decoration: none;
}

#reviews h3 {
  margin: 0;
}

#reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}

#reviews #comment {
  height: 75px;
}

#reviews #comments .add_review:after {
  display: block;
  content: "";
  clear: both;
}

#reviews #comments h2 {
  display: none;
  clear: none;
}

#reviews #comments ol.commentlist {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  list-style: none;
}

#reviews #comments ol.commentlist:after {
  display: block;
  content: "";
  clear: both;
}

#reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}

#reviews #comments ol.commentlist li .meta {
  font-size: 0.75em;
}

#reviews #comments ol.commentlist li img.avatar {
  display: none;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: var(--color-grey-400);
  border: 1px solid var(--color-grey-400);
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: 1px solid var(--color-grey-400);
  border-radius: 0;
  padding: 20px;
}

#reviews #comments ol.commentlist li .comment-text:after {
  display: block;
  content: "";
  clear: both;
}

#reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}

#reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}

#reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}

#reviews #comments ol.commentlist #respond {
  border: 1px solid var(--color-grey-400);
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}

#reviews #comments .commentlist>li::before {
  content: '';
}

/**
	 * Star ratings
	 */
.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: 'star';
}

.star-rating::before {
  content: '\73\73\73\73\73';
  color: var(--color-grey-400);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce-product-rating {
  line-height: 2;
  display: block;
}

.woocommerce-product-rating:after {
  display: block;
  content: "";
  clear: both;
}

.woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}

.products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}

.hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

#review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}

#review_form #respond:after {
  display: block;
  content: "";
  clear: both;
}

#review_form #respond p {
  margin: 0 0 10px;
}

#review_form #respond .form-submit input {
  left: auto;
}

#review_form #respond textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'WooCommerce';
  content: '\e021';
  text-indent: 0;
}

p.stars a:hover~a::before {
  content: '\e021';
}

p.stars:hover a::before {
  content: '\e020';
}

p.stars.selected a.active::before {
  content: '\e020';
}

p.stars.selected a.active~a::before {
  content: '\e021';
}

p.stars.selected a:not(.active)::before {
  content: '\e020';
}

/* 
   Modify the color styles of the WooCommerce Bookings datepicker calendar.
   Add any/all of these styles to your theme's custom CSS, but be sure to change
   the color hex codes to your choice. They're all black here.
*/
/* Month header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
  background: transparent;
  font-family: var(--font-headings);
  color: var(--color-black);
  border: 0;
}

/* Previous/Next month arrow background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next,
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
  background: var(--color-black);
  padding: 10px;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span {
  top: 50%;
  margin-top: -8px !important;
}

/* Previous/Next month arrows if not allowed, and calendar dates that are not available */
/* Days of the week header font color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
  font-family: var(--font-headings);
  color: var(--color-grey-400);
  border: 0;
}

.ui-datepicker-calendar {
  border: 0 !important;
}

/* Past calendar days background color (not available) */
/* Available calendar days background color !important */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: var(--color-primary) !important;
}

/* Available calendar day hover background color !important*/
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}

/* Fully booked calendar days !important */
.wc-bookings-date-picker .ui-datepicker td.fully_booked a,
.wc-bookings-date-picker .ui-datepicker td.fully_booked span {
  background-color: var(--color-warning) !important;
}

/* Days not bookable based on the availability rules !important */
.wc-bookings-date-picker .ui-datepicker td.not_bookable {
  background-color: var(--color-grey-500) !important;
}

/* Today's date on calendar background color !important */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a {
  font-family: var(--font-body-bold);
  font-weight: var(--font-body-bold-weight);
}

/* Time Blocks !important */
/* Time Blocks Hover !important */
#wc-bookings-booking-form .block-picker li a:hover {
  background-color: var(--color-primary) !important;
}

/* Selected Date !important */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
  position: relative;
  z-index: 20;
  background-color: var(--color-primary) !important;
  outline: 5px solid var(--color-primary) !important;
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
}

/* Selected Time Block !important */
#wc-bookings-booking-form .block-picker li a.selected {
  background-color: var(--color-primary) !important;
}

#wc-bookings-booking-form {
  border: 0;
  padding: 0;
  margin: var(--spacer) 0;
}

#wc-bookings-booking-form .wc-bookings-date-picker {
  border: 0;
  padding: 0;
}

/* Individual Calendar Cell */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td .ui-state-default {
  padding: calc(var(--spacer)*.5);
  text-shadow: none !important;
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
  font-family: var(--font-headings);
  color: var(--color-black);
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Override all the date borders */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td {
  border: 0px solid var(--color-grey-500);
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td:first-child {
  border: 0px solid var(--color-grey-500);
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td:last-child {
  border: 0px solid var(--color-grey-500);
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month {
  border: 0;
}

#wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-timezone-block {
  display: none;
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td a.ui-state-active.ui-state-hover {
  color: var(--color-white) !important;
}

#wc-bookings-booking-form .wc-bookings-booking-cost {
  background: none;
  border: 0;
  font-family: var(--font-headings);
  font-size: 1.4rem;
  color: var(--color-black);
}

#wc-bookings-booking-form .wc-bookings-booking-cost strong {
  font-weight: normal;
}

#wc-bookings-booking-form .wc-bookings-booking-cost .booking-error {
  font-family: var(--font-body-bold);
  font-weight: var(--font-body-bold-weight);
  color: var(--color-warning);
  font-size: 1rem;
}

.wc-bookings-booking-form .form-field {
  margin: 0 0 var(--spacer);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wc-bookings-booking-form .form-field label {
  font-family: var(--font-body-bold);
  font-weight: var(--font-body-bold-weight);
  margin-right: var(--spacer);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

.wc-bookings-booking-form .form-field input {
  margin-right: var(--spacer);
}

.wc-bookings-booking-form .form-field+.wc-bookings-date-picker {
  margin-top: calc(var(--spacer)*2);
}

.woocommerce-account .woocommerce-MyAccount-navigation>ul {
  font-family: var(--font-menu);
  font-weight: var(--font-headings-weight);
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: var(--color-white);
}

.woocommerce-account .woocommerce-MyAccount-navigation>ul li a {
  display: block;
  padding: calc(var(--spacer) * 0.5) var(--spacer);
  color: var(--color-secondary);
}

.woocommerce-account .woocommerce-MyAccount-navigation>ul li a:hover {
  text-decoration: none;
  background-color: var(--color-off-white);
}

.woocommerce-account .woocommerce-MyAccount-content .shop_table {
  margin-bottom: calc(var(--spacer) * 3);
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 2em;
}

.woocommerce-store-notice.demo_store {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: calc(var(--spacer)*.25);
  margin: 0;
  text-align: center;
}

.woocommerce-store-notice.demo_store a {
  font-family: var(--font-body-bold);
  font-weight: var(--font-body-bold-weight);
  color: var(--color-white);
}

/**
	 * Price filter widget
	 */
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: var(--color-primary);
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: var(--color-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: var(--color-primary-dark);
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/**
 * Search
 */
.widget_product_search button {
  width: 100%;
  margin-top: var(--spacer);
}

table.bundled_products thead {
  display: none;
}

table.bundled_products th {
  text-align: left;
}

table.bundled_products .bundled_item_images_col {
  width: 10%;
  min-width: 60px;
}

table.bundled_products .bundled_item_details_col {
  width: 80%;
}

table.bundled_products .bundled_item_qty_col {
  width: 10%;
  min-width: 60px;
}

table.bundled_products .bundled_item_qty_col .quantity {
  width: auto;
}

table.bundled_products div.bundled_product_images {
  width: 100% !important;
}

table.bundled_products td {
  padding: calc(var(--spacer) * 0.5);
  vertical-align: middle;
}

.bundle_container_mini_cart_item dt.variation-Includes {
  display: none !important;
}

.wc-product-table .cart div.quantity,
.wc-product-table .cart select {
  height: auto !important;
}

.wl-add-but {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
  font-size: 1em;
}

.wl-add-but:hover {
  background-color: transparent;
  color: var(--color-primary-light);
  border-color: var(--color-primary-light);
}

#wl-wrapper {
  max-width: var(--break-lg);
  margin: 0 auto;
  padding: var(--spacer);
}

#wl-wrapper .wl-table.shop_table_responsive th,
#wl-wrapper .wl-table.shop_table_responsive td {
  text-align: left;
  padding: calc(var(--spacer) * 0.5);
}

.wl-already-in ul {
  list-style-type: circle;
}

.wl-list-pop dt {
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
}

.wl-list-pop dd {
  font-size: 1rem;
}

table.shop_table.wl-table tr td:before {
  display: none;
}

table.shop_table.wl-table thead th {
  font-family: var(--font-headings);
  line-height: 1.2;
  font-size: 1.2rem;
  padding: calc(var(--spacer) * 0.5);
}

table.shop_table.wl-table tbody td {
  border-top: 0;
  padding: calc(var(--spacer) * 0.5);
  clear: both;
}

table.shop_table.wl-table tbody tr.cart_table_item:nth-of-type(odd) {
  background-color: var(--color-off-white);
}

table.shop_table.wl-table tbody tr.cart_table_item:nth-of-type(even) {
  background-color: var(--color-white);
}

table.shop_table.wl-table tbody tr.actions {
  padding-top: 2em;
}

table.shop_table.wl-table td.product-thumbnail img {
  width: 40px;
}

table.shop_table.wl-table td.product-name>a:first-of-type {
  font-family: var(--font-headings);
  font-weight: var(--font-headings-weight);
}

table.shop_table.wl-table td.product-name dl {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  table.shop_table.wl-table tr.cart_table_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  table.shop_table.wl-table tr.cart_table_item>td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left !important;
  }

  table.shop_table.wl-table tr.cart_table_item>td.product-remove {
    text-align: right !important;
  }

  table.shop_table.wl-table tr.cart_table_item>td.product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  table.shop_table.wl-table tr.cart_table_item>td.product-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  table.shop_table.wl-table tr.cart_table_item>td.product-quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  table.shop_table.wl-table tr.cart_table_item>td.product-purchase {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

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

/** BG Dim **/
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90 {
  opacity: .98;
}






/* WP Mega Menu */
/*------------------------------
---------- Sub Menu -----------
-------------------------------*/

body {
  overflow-x: hidden;
}

/* First Child item */

.wp-megamenu .wp-megamenu-wrap ul {
  position: relative;
  display: block;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a,
.wp-megamenu-wrap .wpmm-nav-wrap>ul>li .wpmm-search-wrap>a.search-open-icon {
  padding: 15px 14px;
  color: #444;
  transition: color 400ms;
  display: inline-block;
  margin: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-logo-item a {
  background: transparent !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a:after,
.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li>a:after {
  display: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a:hover {
  color: #2964d8;
}

body .wp-megamenu-wrap .wpmm-nav-wrap>ul {
  display: block;
  /*align-items: center;*/
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  left: auto;
  top: auto;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul ul {
  opacity: 1;
  display: block;
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li {
  display: inline-block;
  border-top: none;
  position: static;
  line-height: inherit;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-strees-default.wpmm-item-fixed-width {
  position: relative !important;
}

.wpmm_vertical_menu.wpmm_vertical_menu_active .wpmm-nav-wrap>ul.wp-megamenu>li {
  position: relative;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul li a:focus {
  outline: 0;
}

/* social share */

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link {
  float: right !important;
}

@media(max-width:767px) {
  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link {
    float: none !important;
  }
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-index-0 {
  margin-left: auto;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link a {
  padding-left: 10px;
  padding-right: 10px;
}

/* Navbar */

.wp-megamenu-wrap {
  z-index: 99999;
}

.wpmm_brand_logo_wrap {
  float: left;
  position: relative;
  z-index: 2;
}

.wpmm_brand_logo_wrap img {
  margin-right: 15px;
}

.wpmm_brand_logo_wrap a {
  padding: 0 !important;
}

.wp-megamenu-wrap {
  position: relative;
}

.wp-megamenu>li>ul.wp-megamenu-sub-menu li>a {
  padding: 0;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  color: #444;
  word-wrap: break-word;
  word-break: break-all;
}

.wp-megamenu>li>ul.wp-megamenu-sub-menu li>a:hover {
  color: #2964d8;
}

/*------------------------------
---------- Mega Menu -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu li.wpmm-col:last-child {
  border: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu ul.wp-megamenu-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu>li.wpmm-row {
  clear: both;
  width: 100%;
  height: 100%;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container>.wp-megamenu-sub-menu>li {
  padding: 10px 15px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container>.wp-megamenu-sub-menu>li>.wp-megamenu-sub-menu>li {
  padding: 15px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  /*background: #f5f5f5;*/
  right: auto;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0;
  display: none;
  font-size: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.wpmm-strees-row-container {
  background: #f5f5f5;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-strees-row>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu::before,
.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-strees-row>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu::after {
  content: "";
  left: -2000px;
  top: 0;
  bottom: 0;
  width: 2000px;
  background: #f5f5f5;
  position: absolute;
  height: 100%;
  z-index: 1;
  display: block;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-strees-row>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu::after {
  left: auto;
  right: -2000px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu li {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu li>ul {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li {
  padding: 10px 15px;
  box-sizing: border-box;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(1) {
  z-index: 6;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(2) {
  z-index: 5;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(3) {
  z-index: 4;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(4) {
  z-index: 3;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(5) {
  z-index: 2;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(6) {
  z-index: 1;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child {
  border-right: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children {
  position: relative;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a {
  display: block;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a b {
  float: right;
  padding-right: 15px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
  position: absolute;
  left: 100%;
  width: 250px;
  top: 10%;
  text-align: left;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
  background: #e7e7e7;
  right: auto;
  padding: 12px 0;
  margin: 0;
  bottom: auto;
  border: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li {
  padding: 8px 20px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li a {
  margin-bottom: 0;
}

.wpmm-row-content-strees-extra {
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  right: auto;
  width: 100%;
  z-index: 222;
  height: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
  color: #2964d8;
}

/*.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {*/

/*padding: 3px 0;*/

/*}*/

/*------------------------------
---------- Drop Down -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu {
  position: relative !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
  position: absolute;
  left: 0;
  width: 250px;
  top: 100%;
  text-align: left;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  background: #f5f5f5;
  right: auto;
  padding: 0;
  border: none;
  opacity: 0;
  z-index: -1;
  display: none;
  list-style: none;
  margin: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children>ul.wp-megamenu-sub-menu {
  left: 100%;
  background: #e7e7e7;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.wpmm-submenu-left ul.wp-megamenu-sub-menu {
  left: auto;
  right: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children.wpmm-submenu-left>ul.wp-megamenu-sub-menu {
  background: #e7e7e7;
  left: auto;
  right: 100%;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.wpmm-submenu-right .wpmm-badge {
  margin-left: 4px;
  top: -1px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.wpmm-submenu-left .wpmm-badge {
  margin-left: 0;
  margin-right: 4px;
  top: -6px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
  position: relative;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li>a {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
    padding: 3px;
  }
}

.wp-megamenu-wrap ul.wp-megamenu>li,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
  float: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li a {
  margin-bottom: 0;
}

ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a {
  margin-bottom: 12px;
  padding: 0;
  font-size: 14px;
}

ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu>li:last-child>a {
  margin-bottom: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a b,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a b {
  float: right;
  line-height: inherit;
  transform: rotate(-90deg);
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li.wpmm-submenu-left>a b {
  float: left;
  margin-right: 6px;
  line-height: inherit;
  transform: rotate(90deg);
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu li.wpmm-row .wp-megamenu-sub-menu li.wpmm-col .wp-megamenu-sub-menu li.wpmm-type-item>a b,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget>a b {
  display: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a {
  display: block;
  font-weight: 300;
  transition: 400ms;
  -webkit-transition: 400ms;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
  color: #2964d8;
}

.wp-megamenu-wrap>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,
.wp-megamenu-wrap>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,
.wp-megamenu-wrap>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
  font-weight: 600;
}

/*------------------------------
---------- Animations -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
  animation-duration: 300ms;
  display: block;
  top: auto;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-fadeinup:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeinup:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeinup:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeinup:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeinup>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmfadeInUp;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-fadein:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadein ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadein:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadein:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadein:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadein>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmfadeIn;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-fadeindown:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeindown:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeindown:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeindown:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeindown>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmfadeInDown;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-pulse:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-pulse ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-pulse:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-pulse:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-pulse:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-pulse>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmpulse;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-ZoomIn:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-ZoomIn ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-ZoomIn:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-ZoomIn:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-ZoomIn:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-ZoomIn>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmzoomIn;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-slideindown:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideindown:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideindown:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideindown:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideindown>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmslideInDown;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-slideinup:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideinup:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideinup:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideinup:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideinup>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmslideInUp;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-flipinx:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-flipinx ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-flipinx:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-flipinx:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-flipinx:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-flipinx>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmflipInX;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
  top: 0;
  z-index: 1;
}

/*------------------------------
---------- widget -----------
-------------------------------*/

ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul {
  background: none;
  border: none;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li a {
  padding: 5px 0;
}

#wp-megamenu-top>ul.wp-megamenu li.wpmm-type-widget select {
  border: 1px solid #e5e5e5;
  height: 40px;
  width: 100%;
  font-size: 14px;
}

.wp-megamenu>li>ul.wp-megamenu-sub-menu li>a.wp-megamenu-col-title,
.wp-megamenu>li>ul.wp-megamenu-sub-menu>li .wpmm-item-title {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .calendar_wrap caption {
  padding: 10px 0 12px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {
  margin-bottom: 6px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu ul.wp-megamenu-sub-menu li:last-child {
  margin-bottom: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget ul.menu {
  position: relative;
  width: auto;
  left: auto;
  margin: 0;
  padding: 0;
  top: auto;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .tagcloud a {
  display: inline-block !important;
  margin-bottom: 5px;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  font-size: 14px !important;
  border: 1px solid #eee;
  padding: 2px 8px;
  margin-right: 2px;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li .post-date {
  display: inline-block;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class embed,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class iframe,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class object {
  margin-bottom: 0;
  max-width: 100%;
}

/*------------------------------
---------- sticky header -----------
-------------------------------*/

.wpmm-sticky.wpmm-sticky-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  animation-name: wpmmfadeInDown;
  animation-duration: 400ms;
}

.admin-bar .wpmm-sticky.wpmm-sticky-wrap {
  top: 32px;
}

.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
  margin: 0 auto;
  position: relative;
  width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1140px) {
  .wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------------------
---------- icon -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li>a i,
ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a i {
  margin-right: 0;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: inherit;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li>a i.dashicons,
ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a i.dashicons {
  font-size: 14px;
  vertical-align: middle;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li>a i.dashicons.dashicons-admin-home {
  font-size: 22px;
  vertical-align: top;
}

/* column manage */

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
}

.wpmm-col.wpmm-col-12 {
  width: 100%;
}

.wpmm-col.wpmm-col-6 {
  width: 50%;
}

.wpmm-col.wpmm-col-3 {
  width: 25%;
}

.wpmm-col.wpmm-col-4 {
  width: 33.33333%;
}

.wpmm-col.wpmm-col-2 {
  width: 16.66666%;
}

.wpmm-col.wpmm-col-8 {
  width: 66.666667%;
}

.wpmm-col.wpmm-col-10 {
  width: 83.333333%;
}

/* default CSS override */

.main-navigation ul ul a {
  height: auto;
  width: auto;
}

.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.menu-item-has-children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.menu-item-has-children:after,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.page_item_has_children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.page_item_has_children:after {
  display: none;
  position: relative;
  content: none;
}

.main-navigation ul ul ul {
  left: auto;
  margin-top: 0;
}

.wp-megamenu-wrap ul ul a {
  width: auto !important;
}

span.wpmm-selected-icon-top {
  display: block;
  text-align: center;
}

span.wpmm-selected-icon {
  margin: 0 6px 0 0;
}

/* Override default wordpress Menu CSS */

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
  right: 0;
}

.main-navigation ul ul.wp-megamenu-sub-menu {
  border: none;
  background: none;
}

.main-navigation ul ul.wp-megamenu-sub-menu>li.wpmm-type-widget>a b {
  display: none;
}

.main-navigation ul.wp-megamenu-sub-menu li:hover,
.main-navigation ul.wp-megamenu-sub-menu li.focus {
  background: none;
}

.navigation-top .wrap {
  padding: 0;
}

.main-navigation .wpmm-nav-wrap .wpmm-nav-wrap ul ul a {
  padding: 0;
}

.main-navigation .wpmm-nav-wrap .menu-item-has-children>a:after {
  display: none;
}

.main-navigation .wpmm-nav-wrap ul ul:before,
.main-navigation .wpmm-nav-wrap ul ul:after {
  display: none;
}

.main-navigation .wpmm-nav-wrap ul ul li {
  border: none;
  display: block;
}

.main-navigation .wpmm-nav-wrap li {
  border-top: none;
}

.main-navigation .wpmm-nav-wrap ul ul a {
  width: auto;
}

.wpmm-nav-wrap .dropdown-toggle:after {
  display: none;
}

.wpmm-badge {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  padding: 2px 5px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  margin-left: 2px;
  position: relative;
  top: -8px;
}

.wpmm-badge-default {
  background-color: #636c72;
}

.wpmm-badge-default[href]:focus,
.wpmm-badge-default[href]:hover {
  background-color: #4b5257;
}

.wpmm-badge-primary {
  background-color: #0275d8;
}

.wpmm-badge-primary[href]:focus,
.wpmm-badge-primary[href]:hover {
  background-color: #025aa5;
}

.wpmm-badge-success {
  background-color: #5cb85c;
}

.wpmm-badge-success[href]:focus,
.wpmm-badge-success[href]:hover {
  background-color: #449d44;
}

.wpmm-badge-info {
  background-color: #5bc0de;
}

.wpmm-badge-info[href]:focus,
.wpmm-badge-info[href]:hover {
  background-color: #31b0d5;
}

.wpmm-badge-warning {
  background-color: #f0ad4e;
}

.wpmm-badge-warning[href]:focus,
.wpmm-badge-warning[href]:hover {
  background-color: #ec971f;
}

.wpmm-badge-danger {
  background-color: #d9534f;
}

.wpmm-badge-danger[href]:focus,
.wpmm-badge-danger[href]:hover {
  background-color: #c9302c;
}

/*------------------------------
---------- woocommerce -----------
-------------------------------*/
.wpmm-search-input-wrap .search-wrap .form-control:focus {
  border: none;
}

ul.wp-megamenu .product_list_widget li img {
  width: 80px;
  height: 75px;
  float: left;
  margin-right: 15px;
}

/* ul.wp-megamenu .product_list_widget li span.woocommerce-Price-amount {
  color: #777;
} */

ul.wp-megamenu .product_list_widget li a {
  font-weight: 500 !important;
}

ul.wp-megamenu .product_list_widget li {
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

ul.wp-megamenu .product_list_widget li:last-child {
  margin-bottom: 0;
}

ul.wp-megamenu .product_list_widget li a.remove {
  float: left;
  margin-right: 10px;
  margin-top: -7px;
}

.woocommerce-product-search input[type=search] {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  line-height: 24px;
  padding: 5px 10px;
}

.woocommerce-product-search input[type=submit] {
  padding: 5px 10px;
  line-height: 22px;
  border: 1px solid #000000;
  background: #000;
  color: #fff;
}

.wpmm-search-form input {
  color: #000 !important;
  font-weight: 500 !important;
}

/*------------------------------
---------- Video Widget -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .mejs-mediaelement {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .mejs-mediaelement iframe {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.wp-video-shortcode.mejs-video {
  width: 100% !important;
  min-height: 200px;
}

#wp-megamenu-vertical-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu ul.product_list_widget li:hover>a {
  background-color: transparent !important;
}

address {
  color: inherit;
}

.mejs-iframe-overlay {
  z-index: -1;
}

/*------------------------------
---------- Mobile Menu -----------
-------------------------------*/

.wpmm_mobile_menu_btn {
  color: #ffffff;
  background-color: #2964d8;
  font-size: 14px;
}

.wpmm_mobile_menu_btn.show-close-icon.menu-active i::before {
  content: "\f00d";
}

#wp-megamenu-menu-1.wpmm-mobile-menu {
  text-align: right;
  padding: 0 15px;
  color: red;
}

.menu-toggle,
#menu-toggle,
#wr-menu-toggle {
  display: none !important;
}

.wpmm-sticky.wpmm-sticky-wrap.wpmm-mobile-menu {
  position: relative !important;
  left: auto;
  width: auto;
  animation-name: inherit;
}

@media (max-width: 489px) {
  .wpmm-mobile-menu .wpmm-grid-post {
    width: 100% !important;
    margin-bottom: 30px;
  }
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children>ul.wp-megamenu-sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
  position: static;
  width: 100% !important;
  box-shadow: none;
  left: 0;
  padding: 5px 20px;
  background: none;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  box-shadow: none;
  left: 0;
  background: none;
  padding: 5px 20px;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu {
  width: 100% !important;
  position: relative;
  padding: 10px 15px;
}

.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li {
  width: 50%;
  display: inline-block;
  text-align: center;
}

.wpmm-mobile-menu .dropdown-toggle.toggled-on .icon,
.wpmm-mobile-menu .dropdown-toggle .icon.icon-angle-down {
  display: none;
}

.wpmm_mobile_menu_btn i {
  font-size: 14px;
}

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

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
  opacity: 1;
  display: none;
  animation-name: inherit;
  visibility: visible;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
  visibility: visible;
  opacity: 1;
}

.wpmm-mobile-menu .wpmm-strees-row-and-content-container {
  width: 100% !important;
  left: 0 !important;
  position: relative !important;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:before,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:after {
  display: none;
}

/*------------------------------
---------- Animation -----------
-------------------------------*/

/* pulse */

@keyframes wpmmpulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.04, 1.04, 1.04);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.wpmmpulse {
  animation-name: wpmmpulse;
}

/* fadein */

@keyframes wpmmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.wpmmfadeIn {
  animation-name: wpmmfadeIn;
}

/* fadeInDown */

@keyframes wpmmfadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.wpmmfadeInDown {
  animation-name: wpmmfadeInDown;
}

/* fadeInUp */

@keyframes wpmmfadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.wpmmfadeInUp {
  animation-name: wpmmfadeInUp;
}

/* zoomIn */

@keyframes wpmmzoomIn {
  from {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
  }

  50% {
    opacity: 1;
  }
}

.wpmmzoomIn {
  animation-name: wpmmzoomIn;
}

/* zoomOut */

@keyframes wpmmzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
  }

  to {
    opacity: 0;
  }
}

.wpmmzoomOut {
  animation-name: wpmmzoomOut;
}

/* slideInDown */

@keyframes wpmmslideInDown {
  from {
    transform: translate3d(0, -10px, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.wpmmslideInDown {
  animation-name: wpmmslideInDown;
}

/* slideInUp */

@keyframes wpmmslideInUp {
  from {
    transform: translate3d(0, 20px, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.wpmmslideInUp {
  animation-name: wpmmslideInUp;
}

/* flipInX */

@keyframes wpmmflipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.wpmmflipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: wpmmflipInX;
}

/* MegaMenu Search Option */

.wpmm-search-form {
  position: absolute;
  right: 100%;
  top: 50%;
  display: none;
  -webkit-animation: searchslideIn 100ms forwards;
  -moz-animation: searchslideIn 100ms forwards;
  animation: searchslideIn 100ms forwards;
  z-index: 1;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a {
  position: relative;
  z-index: 9999;
  font-size: 16px;
  /*transform: translate(0, 50%);*/
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li#wp-megamenu-item-wpmm-search-icon {
  display: inline-block !important;
}

span.wpmm-selected-icon.wpmm-image-icon {
  margin: 0 10px 0 0;
  display: inline-block;
  float: left;
}

.wpmm-search-form input {
  border: 1px solid #f2f2f2;
  font-size: 14px;
  padding: 4px 15px;
  margin-top: 0px;
  border-radius: 3px;
  transform: translate(0%, -57%);
  min-width: 580px;
  width: auto;
  font-family: 'Open Sans';
  height: auto;
}

.wpmm_vertical_menu .wpmm-search-form input {
  transform: translateY(0);
}

.wpmm_vertical_menu .wpmm-search-form,
.wp-megamenu-wrap.wpmm_vertical_menu .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a {
  z-index: auto;
}

@-webkit-keyframes searchslideIn {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes searchslideIn {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes searchslideIn {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

.fl-page-nav-collapse.navbar-collapse {
  position: absolute;
  background: white;
  z-index: 9999999;
  width: 100%;
  left: 0;
}

.select2-container {
  z-index: 9999999 !important;
}

span.dashicons.dashicons-arrow-right-alt2.wpmm-right.wpmm-gridcontrol-right.disablebtn,
span.dashicons.dashicons-arrow-left-alt2.wpmm-left.wpmm-gridcontrol-left.disablebtn,
span.dashicons.dashicons-arrow-right-alt2.wpmm-right.wpmm-gridcontrol-right,
span.dashicons.dashicons-arrow-left-alt2.wpmm-left.wpmm-gridcontrol-left {
  width: 36px;
  height: 35px;
}

button.submenu-expand,
button.menu-item-link-return {
  display: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-hide-desktop {
  display: none;
}

.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a p {
  color: #a6abbc;
  padding-left: 30px;
  padding-top: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.wpmm-nav-wrap ul.wp-megamenu>li>a .wpmm_item_description {
  padding-top: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.wpmm-selected-icon i {
  margin-top: 5px;
  font-size: 34px;
}

.wpmm-selected-icon i.dashicons {
  display: initial;
}

span.wpmm-selected-icon {
  margin: 0 10px;
}

.wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu {
  margin-top: 3px;
}

#wp-megamenu-item-4258198361634308785 a:hover {
  color: #47a047 !important
}

.wp-megamenu-sub-menu span.wpmm_item_description {
  font-size: 14px;
  color: #828486;
  margin-top: 5px;
  display: block;
  font-weight: 400;
  line-height: 22px;
}

.wp-megamenu-sub-menu img.custom-menu-image {
  width: 34px;
}

.wp-megamenu-sub-menu>ul>ul>li a {
  border-bottom: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu:last-child ul.wp-megamenu-sub-menu {
  right: -20px;
  left: auto;
}

.wpmm-feature-desc {
  font-weight: 400;
}

/* Megamenu search  */
.wpmm-search-wrap {
  /*position: absolute;
  right: 15px;
  top: 29px;*/
  z-index: 99999;
}

.wpmm-search {
  display: inline-block;
  color: #959595;
  text-align: center;
}

a.wpmm-search.search-close-icon {
  color: #fff !important;
  display: none;
  position: fixed !important;
  z-index: 9999 !important;
  background: none !important;
}

.wpmm-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  -webkit-animation: searchZoomIn .4s;
  animation: searchZoomIn .4s;
}

.top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 99999;
}

.wpmm-search-input-wrap .search-wrap {
  width: 100%;
}

.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999999;
}

.wpmm-search-input-wrap .search-wrap .form-control {
  border-bottom: 2px solid #fff;
  color: #fff;
  width: 100%;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 6px 0;
  font-size: 18px;
  font-family: verdana;
}

/* Login/Singup */

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 4px;
}

.wpmm-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.wp-megamenu-wrap .cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 900px;
  height: auto;
  background: #ffffff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  padding: 44px;
  border-radius: 5px;
}

.wp-megamenu-wrap .form.sign-in h2 span,
.wp-megamenu-wrap .form.sign-up h2 span {
  font-size: 15px;
  font-weight: 400;
  color: #9E9E9D;
}

.active {
  visibility: visible;
  opacity: 1;
}

.active+.cont {
  visibility: visible;
  opacity: 1;
  transform: translateY(60px);
}

.wpmm-login-form .button.show {
  vertical-align: inherit;
}

.wpmm-widget-cart {
  position: absolute;
  width: 320px;
  background: #fff;
  z-index: 9;
  display: none;
  background-color: #fff;
  padding: 10px 20px 20px;
  border: 1px solid #f1f4f9;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
  transform: translate(-50%, 0px);
  left: 50%;
}

.wpmm-menu-cart {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  text-align: right;
  padding-left: 10px;
}

.wpmm-menu-cart span.cart-icon i {
  font-size: 18px !important;
  padding-top: 0 !important;
  padding-right: 0px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  line-height: 20px !important;
  font-family: IcoFont !important;
}

.wpmm-menu-cart:hover .wpmm-widget-cart {
  display: block;
}

.wpmm-menu-cart .cart-contents {
  color: #fff;
  font-size: 10px;
  background: #d9534f;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  line-height: 17px;
  font-weight: 600;
  top: 0px;
  right: 6px;
}

.wpmm-menu-cart img {
  width: 18px;
}

.wpmm-widget-cart ul li a img {
  display: block !important;
}

/* Megamenu - popup */

.wp-megamenu-wrap .form.sign-in h2,
.wp-megamenu-wrap .sub-cont h2 {
  width: 100%;
  font-size: 26px;
  text-align: left;
  margin: 0;
}

.wp-megamenu-wrap .form.sign-in h2:before,
.wp-megamenu-wrap .sub-cont h2:before {
  display: none;
}

.wp-megamenu-wrap .tip {
  font-size: 20px;
  margin: 40px auto 50px;
  text-align: center;
}

.wp-megamenu-wrap .cont {
  overflow: hidden;
  position: absolute;
  width: 780px;
  height: 440px;
  margin: 0 auto;
  background: #fff;
  right: 0;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.wpmm-login-form a {
  text-transform: inherit !important;
}

.wp-megamenu-wrap .form {
  position: relative;
  width: 520px;
  height: 100%;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
  padding: 50px 30px 30px 30px;
}

.wp-megamenu-wrap .cont.s--signup .form {
  position: relative;
  width: 480px;
  height: 100%;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  padding: 44px 0 54px 52px;
}

.wp-megamenu-wrap .form.sign-in {
  position: relative;
  width: 480px;
  height: 100%;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
  padding: 0 0 0 8px;
}

.wp-megamenu-wrap .cont.s--signup .sub-cont {
  left: 0;
  padding-left: 0px;
}

.wp-megamenu-wrap .sub-cont {
  overflow: hidden;
  position: absolute;
  left: 520px;
  top: 0;
  width: 780px;
  height: 100%;
  padding-left: 260px;
  background: #fff;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}

.wp-megamenu-wrap .form button {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 36px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.wp-megamenu-wrap .sub-cont .img {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 100%;
  padding-top: 338px;
}

.wp-megamenu-wrap .cont.s--signup .sub-cont .img {
  left: auto;
}

.wp-megamenu-wrap .sub-cont .img:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 780px;
  height: 100%;
  /*background-image: url("../images/login-bg.jpg");*/
  background-size: cover;
  background-position: 50% 35%;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}

.wp-megamenu-wrap .sub-cont .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.wp-megamenu-wrap .cont.s--signup .img:before {
  -webkit-transform: translate3d(520px, 0, 0);
  transform: translate3d(520px, 0, 0);
}

.wp-megamenu-wrap .sub-cont .img__text.m--up h2,
.wp-megamenu-wrap .sub-cont .img__text.m--in h2 {
  text-align: center;
}

.wp-megamenu-wrap .img__text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}

.wp-megamenu-wrap .img__text h2 {
  margin-bottom: 10px;
  font-weight: normal;
  color: #fff;
}

.wp-megamenu-wrap .img__text p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.wp-megamenu-wrap .cont.s--signup .img__text.m--up {
  -webkit-transform: translateX(520px);
  transform: translateX(520px);
}

.wp-megamenu-wrap .img__text.m--in {
  -webkit-transform: translateX(-520px);
  transform: translateX(-520px);
}

.wp-megamenu-wrap .cont.s--signup .img__text.m--in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.wp-megamenu-wrap .img__btn {
  overflow: hidden;
  z-index: 2;
  position: relative;
  width: 100px;
  height: 36px;
  margin: 0 auto;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
}

.wp-megamenu-wrap .img__btn:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
}

.wp-megamenu-wrap .img__btn span {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.wp-megamenu-wrap .img__btn span.m--in {
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px);
}

.wp-megamenu-wrap .cont.s--signup .img__btn span.m--in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wp-megamenu-wrap .cont.s--signup .img__btn span.m--up {
  -webkit-transform: translateY(72px);
  transform: translateY(72px);
}

.wp-megamenu-wrap .form label {
  display: block;
  margin: 15px 0;
  text-align: center;
  width: 416px;
}

.wp-megamenu-wrap .form label span {
  font-size: 12px;
  color: #cfcfcf;
  text-transform: uppercase;
}

.wp-megamenu-wrap .form input {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid rgba(102, 102, 102, 0.3);
  text-align: left;
  font-family: 'Open Sans';
}

.wp-megamenu-wrap .cont .forgot-pass {
  margin-top: 16px;
  text-align: left;
  font-size: 14px;
  color: #cfcfcf;
  font-weight: 500;
}

.wp-megamenu-wrap .form .submit {
  margin-bottom: 20px;
  background: #155bca;
  text-transform: uppercase !important;
  margin: 30px 0;
  width: 416px;
  line-height: 23px;
  padding: 9px !important;
  font-weight: 400;
  text-align: center;
  height: 46px;
}

.wp-megamenu-wrap .sign-in {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wp-megamenu-wrap .cont.s--signup .sign-in {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .9s;
  transition-duration: .9s;
  -webkit-transform: translate3d(640px, 0, 0);
  transform: translate3d(640px, 0, 0);
}

.wp-megamenu-wrap .sign-up {
  -webkit-transform: translate3d(-780px, 0, 0);
  transform: translate3d(-780px, 0, 0);
}

.wp-megamenu-wrap .cont.s--signup .sign-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wp-megamenu-wrap .form.sign-in h2,
.wp-megamenu-wrap .form.sign-up h2 {
  color: #000;
  margin-bottom: 30px;
}

.wp-megamenu-wrap .form input#rememberlogin {
  width: 22px;
  display: inline-block;
}

.wp-megamenu-wrap .login-error.alert.alert-danger {
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  color: #ff0000;
}

.wp-megamenu-wrap .login-error.alert {
  position: absolute;
  top: -28px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.wp-megamenu-wrap .form.sign-in form#login,
.wp-megamenu-wrap .form.sign-up form#register {
  position: relative;
}

.wp-megamenu-wrap .login-error.alert.alert-success {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #5cb75c;
}

.wp-megamenu-wrap .main-navigation .cont .close {
  z-index: 9999;
  color: #155bca;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
}

.main-navigation .cont .close:hover {
  background: #155bca;
  color: #fff;
}

.wp-megamenu-wrap .cont.s--signup .sub-cont .img {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 100%;
  padding-top: 350px;
}

.wp-megamenu-wrap span.lost_password {
  position: absolute;
  bottom: 106px;
  width: 55%;
  right: 51px;
  text-align: right;
  margin: 0;
}

.wp-megamenu-wrap span.lost_password a {
  font-size: 14px;
  color: #cfcfcf;
  font-weight: 500;
  transition: .3s;
}

.wp-megamenu-wrap span.lost_password a:hover {
  color: #155bca;
}

/* Megamenu Cart Product  */

.wp-megamenu .wpmm-woo-cart .product_list_widget li img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 15px;
}

.wp-megamenu .wpmm-woo-cart .product_list_widget li a.remove {
  float: left;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 60px;
  width: 18px !important;
  height: 18px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  background: #e32f2f;
  background: #b8b8b8;
  z-index: 9;
  transition: .3s;
  font-weight: 600 !important;
}

.wp-megamenu .wpmm-woo-cart .product_list_widget li a.remove:hover {
  background: #e32f2f;
}

.wpmm-widget-cart ul li.woocommerce-mini-cart-item {
  position: relative;
}

.wp-megamenu .wpmm-widget-cart ul li a {
  font-size: 18px;
  font-weight: 300 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: right;
  color: #343437;
  /*float: right;*/
}

.wpmm-widget-cart ul li span.quantity {
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: right;
  color: #343437;
}

.wpmm-widget-cart ul li span.quantity .amount {
  font-weight: 600;
}

.wp-megamenu .wpmm-widget-cart .product_list_widget li {
  line-height: 20px;
  margin-bottom: 0px;
}

.wp-megamenu .wpmm-widget-cart .widget .product_list_widget li {
  padding: 0px 0;
  margin: 10px 0;
  display: inline-block;
}

.wp-megamenu .wpmm-widget-cart .widget .product_list_widget li:last-child {
  padding-bottom: 0;
  margin-bottom: 20px;
  display: inline-block;
}

.wp-megamenu .wpmm-widget-cart ul.woocommerce-mini-cart {
  border-bottom: 1px solid #dddddd;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__total.total {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #343437;
  margin-bottom: 30px;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__total.total strong {
  text-align: left;
  float: left;
  font-weight: 400;
}

.wp-megamenu .wpmm-widget-cart span.woocommerce-Price-amount.amount {
  font-weight: 600;
}

.wp-megamenu .wpmm-widget-cart .widget .product_list_widget {
  margin-bottom: 15px;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__buttons.buttons a {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  width: 48%;
  height: 42px;
  background-color: #145ac9;
  float: left;
  margin-bottom: 5px;
  padding: 13px;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__buttons.buttons {
  display: inline;
}

.wp-megamenu .wpmm-widget-cart a.button.checkout.wc-forward {
  margin-left: 10px;
}

.wpmm-widget-cart .widget_shopping_cart .buttons a {
  margin: 0;
}

.wpmm-widget-cart .widget.woocommerce.widget_shopping_cart {
  margin: 0 !important;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__empty-message {
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  color: #444;
}

.wpmm-login-form a.show i {
  margin-right: 4px !important;
  display: inline-block;
}

.wp-megamenu-sub-menu img.image {
  height: auto;
}

.product_list_widget .star-rating span,
.product_list_widget .star-rating::before {
  opacity: 0;
}

.wpmm-woo-cart .woocommerce.widget_shopping_cart .total {
  display: none;
}

@media (max-width: 767px) {
  .wpmm-sticky.wpmm-sticky-wrap {
    position: relative !important;
    left: auto;
    width: auto;
    animation-name: inherit;
  }

  .admin-bar .wpmm-sticky.wpmm-sticky-wrap {
    top: auto;
  }

  .wp-megamenu-wrap ul.wp-megamenu li ul li {
    width: 100%;
  }

  .wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {
    width: 80%;
  }

  .wp-megamenu-wrap .cont {
    overflow: hidden;
    position: absolute;
    width: 332px;
    height: 472px;
    margin: 0 auto;
    background: #fff;
    right: 0;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
    z-index: 9999;
    padding: 36px 32px;
  }

  .wp-megamenu-wrap .form.sign-in {
    width: 264px;
    padding: 0 0 0 8px;
    z-index: 99999;
  }

  .wp-megamenu-wrap .form label {
    display: block;
    margin: 15px 0;
    text-align: center;
    width: 256px;
  }

  .wp-megamenu-wrap .form .submit {
    margin-bottom: 20px;
    background: #155bca;
    text-transform: uppercase;
    margin: 30px 0;
    width: 257px;
    line-height: 23px;
    padding: 9px;
    font-weight: 400;
    text-align: center;
  }

  .wp-megamenu-wrap span.lost_password {
    position: absolute;
    bottom: 142px;
    width: 55%;
    right: 0px;
    text-align: right;
    margin: 0;
  }

  .wp-megamenu-wrap .cont.s--signup .form {
    position: relative;
    width: 333px;
    padding: 40px 30px 40px 30px;
  }

  .cont.s--signup button {
    z-index: 999;
  }

  .wp-megamenu-wrap .sub-cont .img:before,
  .wp-megamenu-wrap .img__btn:after {
    display: none;
  }

  .wp-megamenu-wrap .img__btn span {
    color: #fff;
    cursor: pointer;
  }

  .wp-megamenu-wrap .img__btn {
    overflow: hidden;
    z-index: 9999999;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
  }

  .wp-megamenu-wrap .form.sign-in h2,
  .wp-megamenu-wrap .form.sign-up h2 {
    color: #fff;
  }

  .wp-megamenu-wrap .form.sign-in h2 span,
  .wp-megamenu-wrap .form.sign-up h2 span {
    color: #fafafa;
  }

  .wp-megamenu-wrap .form.sign-in h2 span,
  .wp-megamenu-wrap .form.sign-up h2 span {
    color: #fafafa;
    margin-top: 5px;
  }

  /* login - mobile*/
  .wp-megamenu-wrap .sub-cont {
    position: initial;
  }

  .wp-megamenu-wrap .cont.s--signup .form {
    position: absolute;
    width: 256px;
    height: 80%;
    padding: 0;
    z-index: 99999;
  }

  .wp-megamenu-wrap .cont.s--signup .sub-cont .img {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 422px;
  }

  .wp-megamenu-wrap .login-error.alert {
    position: absolute;
    top: 95px;
  }

  .wp-megamenu-wrap .img__text.m--in {
    display: none;
  }

  .wp-megamenu-wrap .img__btn span {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .9s;
    transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s, -webkit-transform .9s;
  }

  .wp-megamenu-wrap .sub-cont .img:after {
    display: none;
  }

  .wp-megamenu-wrap .img__text {
    display: none;
  }

  .wp-megamenu-wrap .sub-cont .img {
    overflow: hidden;
    z-index: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 420px;
  }

  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    z-index: 1;
  }

  .wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
    margin: 0 !important;
    width: 100% !important;
  }

  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-hide-mobile {
    display: none;
  }

  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link {
    float: inherit;
  }

  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a {
    position: relative;
    z-index: 2;
    transform: translate(0%, 5%);
  }

  .wpmm-search-form {
    right: 0%;
  }

  .wpmm-search-form input {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 0px;
    border-radius: 3px;
    transform: translate(0%, -60%);
    min-width: 230px;
    width: auto;
    font-family: 'Open Sans';
    left: 0;
  }

  .wpmm-search-form {
    right: 100%;
  }

  .wpmm-nav-wrap ul.wp-megamenu li.wpmm-cta-button>a {
    margin-top: 0 !important
  }

  .wp-megamenu-wrap .cont:after,
  .wp-megamenu-wrap .cont.s--signup:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
  }

  .wp-megamenu-wrap .form.sign-in h2,
  .wp-megamenu-wrap .form.sign-up h2 {
    color: #fff;
  }

  .wp-megamenu-wrap .form.sign-in h2 span,
  .wp-megamenu-wrap .form.sign-up h2 span {
    font-size: 15px;
    font-weight: 400;
    color: #9E9E9D;
    line-height: 20px;
    display: inline-block;
  }

}



/*------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------
--------- Theme compatibility --------------------------
--------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------*/



/*------------------------------
--------- Common Css  ----------
-------------------------------*/

.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}

.ast-flex.main-header-container .site-branding,
.ast-header-break-point .site-header .main-header-bar-wrap .site-branding,
.navbar.hestia_left .navbar-header,
.navbar.hestia_center .navbar-header,
.navbar.hestia_right .navbar-header,
#et-top-navigation #top-menu.nav,
#page-container #main-header .logo_container,
#et-top-navigation #et_top_search,
#et-top-navigation #et_mobile_nav_menu,
.storefront-primary-navigation #site-navigation div.menu,
#page #masthead.site-header .col-full .site-branding,
#outer-wrap #site-header #site-header-inner #site-logo,
#outer-wrap #site-header .oceanwp-mobile-menu-icon,
.followWrap .site-header .container .site-branding,
.header-right-wrapper a#nav-toggle {
  display: none;
}

.ast-flex.main-header-container .ast-main-header-bar-alignment,
.navbar.hestia_left #wp-megamenu-primary,
.navbar.hestia_right #wp-megamenu-primary,
.navbar.hestia_center #wp-megamenu-primary {
  width: 100%;
}

@media(max-width: 767px) {
  .ast-main-header-bar-alignment .wpmm_brand_logo_wrap img {
    margin-top: 12px;
  }

  .container.clearfix.et_menu_container {
    width: 100%;
  }
}

/*------------------------------
--------- Astra Theme ----------
-------------------------------*/

.ast-main-header-bar-alignment .wpmm-mobile-menu a.wpmm_mobile_menu_btn {
  padding: 0 12px;
}

.ast-main-header-bar-alignment .wpmm_brand_logo_wrap img {
  margin-top: 0;
}


/*------------------------------
--------- Hestia Theme ----------
-------------------------------*/

nav.hestia_left,
nav.navbar.hestia_center,
nav.navbar.hestia_right {
  z-index: 999999;
}

nav.hestia_left .wpmm-search-input-wrap form,
nav.navbar.hestia_center .wpmm-search-input-wrap form,
nav.navbar.hestia_right .wpmm-search-input-wrap form {
  top: 46%;
}


/*------------------------------
--------- Divi Theme ----------
-------------------------------*/

#et-top-navigation #top-menu-nav,
#main-header #et-top-navigation {
  float: none;
}


/*------------------------------
-------- OceanWP Theme ---------
-------------------------------*/

#site-header-inner #site-navigation-wrap {
  width: 100%;
  float: none;
}

#site-header #site-navigation-wrap {
  display: block !important;
}

/*------------------------------
-------- Hueman Theme -------
-------------------------------*/
#header .mobile-title-logo-in-header,
#header button.ham__navbar-toggler-two {
  display: none !important;
}

#header #nav-mobile .wpmm-nav-wrap ul.wp-megamenu {
  position: relative;
}


/*------------------------------
------ GeneratePress Theme -----
-------------------------------*/
nav#site-navigation.main-navigation #wp-megamenu-primary ul ul {
  height: auto !important;
}


/*------------------------------
------ OnePress Theme -----
-------------------------------*/
.site-header .onepress-menu {
  float: none;
}

.onepress-menu #wp-megamenu-primary .wpmm_mobile_menu_btn {
  line-height: 2;
}

.onepress-menu #wp-megamenu-primary ul li {
  white-space: normal;
}

.onepress-menu #wp-megamenu-primary ul,
.onepress-menu #wp-megamenu-primary ul li a {
  border: 0 !important;
}

.onepress-menu a.wpmm-search.search-close-icon {
  color: #000 !important;
}

@media(max-width: 1140px) {
  .main-navigation .onepress-menu {
    overflow: visible !important;
  }
}


/*------------------------------
------ Hello Elementor Theme -----
-------------------------------*/
body.wp-megamenu .site-header .site-branding {
  display: none;
}

body.wp-megamenu .site-header .site-navigation {
  display: block;
}




/* WP Mega Menu */

/*------------------------------
---------- Sub Menu -----------
-------------------------------*/

body {
  overflow-x: hidden;
}

/* First Child item */

.wp-megamenu .wp-megamenu-wrap ul {
  position: relative;
  display: block;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a,
.wp-megamenu-wrap .wpmm-nav-wrap>ul>li .wpmm-search-wrap>a.search-open-icon {
  padding: 15px 14px;
  color: #444;
  transition: color 400ms;
  display: inline-block;
  margin: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-logo-item a {
  background: transparent !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a:after,
.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li>a:after {
  display: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a:hover {
  color: #2964d8;
}

body .wp-megamenu-wrap .wpmm-nav-wrap>ul {
  display: block;
  /*align-items: center;*/
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  left: auto;
  top: auto;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul ul {
  opacity: 1;
  display: block;
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li {
  display: inline-block;
  border-top: none;
  position: static;
  line-height: inherit;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-strees-default.wpmm-item-fixed-width {
  position: relative !important;
}

.wpmm_vertical_menu.wpmm_vertical_menu_active .wpmm-nav-wrap>ul.wp-megamenu>li {
  position: relative;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul li a:focus {
  outline: 0;
}

/* social share */

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link {
  float: right !important;
}

@media(max-width:767px) {
  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link {
    float: none !important;
  }
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-index-0 {
  margin-left: auto;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link a {
  padding-left: 10px;
  padding-right: 10px;
}

/* Navbar */

.wp-megamenu-wrap {
  z-index: 99999;
}

.wpmm_brand_logo_wrap {
  float: left;
  position: relative;
  z-index: 2;
}

.wpmm_brand_logo_wrap img {
  margin-right: 15px;
}

.wpmm_brand_logo_wrap a {
  padding: 0 !important;
}

.wp-megamenu-wrap {
  position: relative;
}

.wp-megamenu>li>ul.wp-megamenu-sub-menu li>a {
  padding: 0;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  color: #444;
  word-wrap: break-word;
  word-break: break-all;
}

.wp-megamenu>li>ul.wp-megamenu-sub-menu li>a:hover {
  color: #2964d8;
}

/*------------------------------
---------- Mega Menu -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu li.wpmm-col:last-child {
  border: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu ul.wp-megamenu-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu>li.wpmm-row {
  clear: both;
  width: 100%;
  height: 100%;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container>.wp-megamenu-sub-menu>li {
  padding: 10px 15px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container>.wp-megamenu-sub-menu>li>.wp-megamenu-sub-menu>li {
  padding: 15px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  /*background: #f5f5f5;*/
  right: auto;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0;
  display: none;
  font-size: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.wpmm-strees-row-container {
  background: #f5f5f5;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-strees-row>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu::before,
.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-strees-row>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu::after {
  content: "";
  left: -2000px;
  top: 0;
  bottom: 0;
  width: 2000px;
  background: #f5f5f5;
  position: absolute;
  height: 100%;
  z-index: 1;
  display: block;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-strees-row>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu::after {
  left: auto;
  right: -2000px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu li {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu li>ul {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li {
  padding: 10px 15px;
  box-sizing: border-box;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(1) {
  z-index: 6;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(2) {
  z-index: 5;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(3) {
  z-index: 4;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(4) {
  z-index: 3;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(5) {
  z-index: 2;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:nth-child(6) {
  z-index: 1;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu>li:last-child {
  border-right: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children {
  position: relative;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a {
  display: block;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a b {
  float: right;
  padding-right: 15px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
  position: absolute;
  left: 100%;
  width: 250px;
  top: 10%;
  text-align: left;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
  background: #e7e7e7;
  right: auto;
  padding: 12px 0;
  margin: 0;
  bottom: auto;
  border: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li {
  padding: 8px 20px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li a {
  margin-bottom: 0;
}

.wpmm-row-content-strees-extra {
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  right: auto;
  width: 100%;
  z-index: 222;
  height: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
  color: #2964d8;
}

/*.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {*/

/*padding: 3px 0;*/

/*}*/

/*------------------------------
---------- Drop Down -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu {
  position: relative !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
  position: absolute;
  left: 0;
  width: 250px;
  top: 100%;
  text-align: left;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  background: #f5f5f5;
  right: auto;
  padding: 0;
  border: none;
  opacity: 0;
  z-index: -1;
  display: none;
  list-style: none;
  margin: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children>ul.wp-megamenu-sub-menu {
  left: 100%;
  background: #e7e7e7;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.wpmm-submenu-left ul.wp-megamenu-sub-menu {
  left: auto;
  right: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children.wpmm-submenu-left>ul.wp-megamenu-sub-menu {
  background: #e7e7e7;
  left: auto;
  right: 100%;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.wpmm-submenu-right .wpmm-badge {
  margin-left: 4px;
  top: -1px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.wpmm-submenu-left .wpmm-badge {
  margin-left: 0;
  margin-right: 4px;
  top: -6px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
  position: relative;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li>a {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
    padding: 3px;
  }
}

.wp-megamenu-wrap ul.wp-megamenu>li,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
  float: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li a {
  margin-bottom: 0;
}

ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a {
  margin-bottom: 12px;
  padding: 0;
  font-size: 14px;
}

ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu>li:last-child>a {
  margin-bottom: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a b,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a b {
  float: right;
  line-height: inherit;
  transform: rotate(-90deg);
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li.wpmm-submenu-left>a b {
  float: left;
  margin-right: 6px;
  line-height: inherit;
  transform: rotate(90deg);
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu li.wpmm-row .wp-megamenu-sub-menu li.wpmm-col .wp-megamenu-sub-menu li.wpmm-type-item>a b,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget>a b {
  display: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a {
  display: block;
  font-weight: 300;
  transition: 400ms;
  -webkit-transition: 400ms;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
  color: #2964d8;
}

.wp-megamenu-wrap>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,
.wp-megamenu-wrap>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,
.wp-megamenu-wrap>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
  font-weight: 600;
}

/*------------------------------
---------- Animations -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
  animation-duration: 300ms;
  display: block;
  top: auto;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-fadeinup:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeinup:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeinup:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeinup:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeinup>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmfadeInUp;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-fadein:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadein ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadein:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadein:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadein:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadein>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmfadeIn;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-fadeindown:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeindown:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeindown:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeindown:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-fadeindown>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmfadeInDown;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-pulse:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-pulse ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-pulse:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-pulse:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-pulse:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-pulse>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmpulse;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-ZoomIn:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-ZoomIn ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-ZoomIn:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-ZoomIn:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-ZoomIn:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-ZoomIn>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmzoomIn;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-slideindown:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideindown:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideindown:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideindown:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideindown>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmslideInDown;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-slideinup:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideinup:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideinup:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideinup:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-slideinup>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmslideInUp;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu.wpmm-flipinx:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-flipinx ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-flipinx:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-flipinx:hover>.wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-flipinx:hover>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu.wpmm-flipinx>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu {
  animation-name: wpmmflipInX;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
  top: 0;
  z-index: 1;
}

/*------------------------------
---------- widget -----------
-------------------------------*/

ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul {
  background: none;
  border: none;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li a {
  padding: 5px 0;
}

#wp-megamenu-top>ul.wp-megamenu li.wpmm-type-widget select {
  border: 1px solid #e5e5e5;
  height: 40px;
  width: 100%;
  font-size: 14px;
}

.wp-megamenu>li>ul.wp-megamenu-sub-menu li>a.wp-megamenu-col-title,
.wp-megamenu>li>ul.wp-megamenu-sub-menu>li .wpmm-item-title {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .calendar_wrap caption {
  padding: 10px 0 12px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {
  margin-bottom: 6px;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu ul.wp-megamenu-sub-menu li:last-child {
  margin-bottom: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget ul.menu {
  position: relative;
  width: auto;
  left: auto;
  margin: 0;
  padding: 0;
  top: auto;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .tagcloud a {
  display: inline-block !important;
  margin-bottom: 5px;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  font-size: 14px !important;
  border: 1px solid #eee;
  padding: 2px 8px;
  margin-right: 2px;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li .post-date {
  display: inline-block;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class embed,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class iframe,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class object {
  margin-bottom: 0;
  max-width: 100%;
}

/*------------------------------
---------- sticky header -----------
-------------------------------*/

.wpmm-sticky.wpmm-sticky-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  animation-name: wpmmfadeInDown;
  animation-duration: 400ms;
}

.admin-bar .wpmm-sticky.wpmm-sticky-wrap {
  top: 32px;
}

.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
  margin: 0 auto;
  position: relative;
  width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1140px) {
  .wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------------------
---------- icon -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li>a i,
ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a i {
  margin-right: 0;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: inherit;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li>a i.dashicons,
ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu li a i.dashicons {
  font-size: 14px;
  vertical-align: middle;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li>a i.dashicons.dashicons-admin-home {
  font-size: 22px;
  vertical-align: top;
}

/* column manage */

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
}

.wpmm-col.wpmm-col-12 {
  width: 100%;
}

.wpmm-col.wpmm-col-6 {
  width: 50%;
}

.wpmm-col.wpmm-col-3 {
  width: 25%;
}

.wpmm-col.wpmm-col-4 {
  width: 33.33333%;
}

.wpmm-col.wpmm-col-2 {
  width: 16.66666%;
}

.wpmm-col.wpmm-col-8 {
  width: 66.666667%;
}

.wpmm-col.wpmm-col-10 {
  width: 83.333333%;
}

/* default CSS override */

.main-navigation ul ul a {
  height: auto;
  width: auto;
}

.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.menu-item-has-children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.menu-item-has-children:after,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.page_item_has_children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.page_item_has_children:after {
  display: none;
  position: relative;
  content: none;
}

.main-navigation ul ul ul {
  left: auto;
  margin-top: 0;
}

.wp-megamenu-wrap ul ul a {
  width: auto !important;
}

span.wpmm-selected-icon-top {
  display: block;
  text-align: center;
}

span.wpmm-selected-icon {
  margin: 0 6px 0 0;
}

/* Override default wordpress Menu CSS */

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
  right: 0;
}

.main-navigation ul ul.wp-megamenu-sub-menu {
  border: none;
  background: none;
}

.main-navigation ul ul.wp-megamenu-sub-menu>li.wpmm-type-widget>a b {
  display: none;
}

.main-navigation ul.wp-megamenu-sub-menu li:hover,
.main-navigation ul.wp-megamenu-sub-menu li.focus {
  background: none;
}

.navigation-top .wrap {
  padding: 0;
}

.main-navigation .wpmm-nav-wrap .wpmm-nav-wrap ul ul a {
  padding: 0;
}

.main-navigation .wpmm-nav-wrap .menu-item-has-children>a:after {
  display: none;
}

.main-navigation .wpmm-nav-wrap ul ul:before,
.main-navigation .wpmm-nav-wrap ul ul:after {
  display: none;
}

.main-navigation .wpmm-nav-wrap ul ul li {
  border: none;
  display: block;
}

.main-navigation .wpmm-nav-wrap li {
  border-top: none;
}

.main-navigation .wpmm-nav-wrap ul ul a {
  width: auto;
}

.wpmm-nav-wrap .dropdown-toggle:after {
  display: none;
}

.wpmm-badge {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  padding: 2px 5px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  margin-left: 2px;
  position: relative;
  top: -8px;
}

.wpmm-badge-default {
  background-color: #636c72;
}

.wpmm-badge-default[href]:focus,
.wpmm-badge-default[href]:hover {
  background-color: #4b5257;
}

.wpmm-badge-primary {
  background-color: #0275d8;
}

.wpmm-badge-primary[href]:focus,
.wpmm-badge-primary[href]:hover {
  background-color: #025aa5;
}

.wpmm-badge-success {
  background-color: #5cb85c;
}

.wpmm-badge-success[href]:focus,
.wpmm-badge-success[href]:hover {
  background-color: #449d44;
}

.wpmm-badge-info {
  background-color: #5bc0de;
}

.wpmm-badge-info[href]:focus,
.wpmm-badge-info[href]:hover {
  background-color: #31b0d5;
}

.wpmm-badge-warning {
  background-color: #f0ad4e;
}

.wpmm-badge-warning[href]:focus,
.wpmm-badge-warning[href]:hover {
  background-color: #ec971f;
}

.wpmm-badge-danger {
  background-color: #d9534f;
}

.wpmm-badge-danger[href]:focus,
.wpmm-badge-danger[href]:hover {
  background-color: #c9302c;
}

/*------------------------------
---------- woocommerce -----------
-------------------------------*/
.wpmm-search-input-wrap .search-wrap .form-control:focus {
  border: none;
}

ul.wp-megamenu .product_list_widget li img {
  width: 80px;
  height: 75px;
  float: left;
  margin-right: 15px;
}

/* ul.wp-megamenu .product_list_widget li span.woocommerce-Price-amount {
  color: #777;
} */

ul.wp-megamenu .product_list_widget li a {
  font-weight: 500 !important;
}

ul.wp-megamenu .product_list_widget li {
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

ul.wp-megamenu .product_list_widget li:last-child {
  margin-bottom: 0;
}

ul.wp-megamenu .product_list_widget li a.remove {
  float: left;
  margin-right: 10px;
  margin-top: -7px;
}

.woocommerce-product-search input[type=search] {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  line-height: 24px;
  padding: 5px 10px;
}

.woocommerce-product-search input[type=submit] {
  padding: 5px 10px;
  line-height: 22px;
  border: 1px solid #000000;
  background: #000;
  color: #fff;
}

.wpmm-search-form input {
  color: #000 !important;
  font-weight: 500 !important;
}

/*------------------------------
---------- Video Widget -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .mejs-mediaelement {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .mejs-mediaelement iframe {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.wp-video-shortcode.mejs-video {
  width: 100% !important;
  min-height: 200px;
}

#wp-megamenu-vertical-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu ul.product_list_widget li:hover>a {
  background-color: transparent !important;
}

address {
  color: inherit;
}

.mejs-iframe-overlay {
  z-index: -1;
}

/*------------------------------
---------- Mobile Menu -----------
-------------------------------*/

.wpmm_mobile_menu_btn {
  color: #ffffff;
  background-color: #2964d8;
  font-size: 14px;
}

.wpmm_mobile_menu_btn.show-close-icon.menu-active i::before {
  content: "\f00d";
}

#wp-megamenu-menu-1.wpmm-mobile-menu {
  text-align: right;
  padding: 0 15px;
  color: red;
}

.menu-toggle,
#menu-toggle,
#wr-menu-toggle {
  display: none !important;
}

.wpmm-sticky.wpmm-sticky-wrap.wpmm-mobile-menu {
  position: relative !important;
  left: auto;
  width: auto;
  animation-name: inherit;
}

@media (max-width: 489px) {
  .wpmm-mobile-menu .wpmm-grid-post {
    width: 100% !important;
    margin-bottom: 30px;
  }
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children>ul.wp-megamenu-sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
  position: static;
  width: 100% !important;
  box-shadow: none;
  left: 0;
  padding: 5px 20px;
  background: none;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  box-shadow: none;
  left: 0;
  background: none;
  padding: 5px 20px;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu>ul.wp-megamenu-sub-menu {
  width: 100% !important;
  position: relative;
  padding: 10px 15px;
}

.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li {
  width: 50%;
  display: inline-block;
  text-align: center;
}

.wpmm-mobile-menu .dropdown-toggle.toggled-on .icon,
.wpmm-mobile-menu .dropdown-toggle .icon.icon-angle-down {
  display: none;
}

.wpmm_mobile_menu_btn i {
  font-size: 14px;
}

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

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu:hover>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
  opacity: 1;
  display: none;
  animation-name: inherit;
  visibility: visible;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
  visibility: visible;
  opacity: 1;
}

.wpmm-mobile-menu .wpmm-strees-row-and-content-container {
  width: 100% !important;
  left: 0 !important;
  position: relative !important;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:before,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:after {
  display: none;
}

/*------------------------------
---------- Animation -----------
-------------------------------*/

/* pulse */

@keyframes wpmmpulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.04, 1.04, 1.04);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.wpmmpulse {
  animation-name: wpmmpulse;
}

/* fadein */

@keyframes wpmmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.wpmmfadeIn {
  animation-name: wpmmfadeIn;
}

/* fadeInDown */

@keyframes wpmmfadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.wpmmfadeInDown {
  animation-name: wpmmfadeInDown;
}

/* fadeInUp */

@keyframes wpmmfadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.wpmmfadeInUp {
  animation-name: wpmmfadeInUp;
}

/* zoomIn */

@keyframes wpmmzoomIn {
  from {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
  }

  50% {
    opacity: 1;
  }
}

.wpmmzoomIn {
  animation-name: wpmmzoomIn;
}

/* zoomOut */

@keyframes wpmmzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
  }

  to {
    opacity: 0;
  }
}

.wpmmzoomOut {
  animation-name: wpmmzoomOut;
}

/* slideInDown */

@keyframes wpmmslideInDown {
  from {
    transform: translate3d(0, -10px, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.wpmmslideInDown {
  animation-name: wpmmslideInDown;
}

/* slideInUp */

@keyframes wpmmslideInUp {
  from {
    transform: translate3d(0, 20px, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.wpmmslideInUp {
  animation-name: wpmmslideInUp;
}

/* flipInX */

@keyframes wpmmflipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.wpmmflipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: wpmmflipInX;
}

/* MegaMenu Search Option */

.wpmm-search-form {
  position: absolute;
  right: 100%;
  top: 50%;
  display: none;
  -webkit-animation: searchslideIn 100ms forwards;
  -moz-animation: searchslideIn 100ms forwards;
  animation: searchslideIn 100ms forwards;
  z-index: 1;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a {
  position: relative;
  z-index: 9999;
  font-size: 16px;
  /*transform: translate(0, 50%);*/
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li#wp-megamenu-item-wpmm-search-icon {
  display: inline-block !important;
}

span.wpmm-selected-icon.wpmm-image-icon {
  margin: 0 10px 0 0;
  display: inline-block;
  float: left;
}

.wpmm-search-form input {
  border: 1px solid #f2f2f2;
  font-size: 14px;
  padding: 4px 15px;
  margin-top: 0px;
  border-radius: 3px;
  transform: translate(0%, -57%);
  min-width: 580px;
  width: auto;
  font-family: 'Open Sans';
  height: auto;
}

.wpmm_vertical_menu .wpmm-search-form input {
  transform: translateY(0);
}

.wpmm_vertical_menu .wpmm-search-form,
.wp-megamenu-wrap.wpmm_vertical_menu .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a {
  z-index: auto;
}

@-webkit-keyframes searchslideIn {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes searchslideIn {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes searchslideIn {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

.fl-page-nav-collapse.navbar-collapse {
  position: absolute;
  background: white;
  z-index: 9999999;
  width: 100%;
  left: 0;
}

.select2-container {
  z-index: 9999999 !important;
}

span.dashicons.dashicons-arrow-right-alt2.wpmm-right.wpmm-gridcontrol-right.disablebtn,
span.dashicons.dashicons-arrow-left-alt2.wpmm-left.wpmm-gridcontrol-left.disablebtn,
span.dashicons.dashicons-arrow-right-alt2.wpmm-right.wpmm-gridcontrol-right,
span.dashicons.dashicons-arrow-left-alt2.wpmm-left.wpmm-gridcontrol-left {
  width: 36px;
  height: 35px;
}

button.submenu-expand,
button.menu-item-link-return {
  display: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-hide-desktop {
  display: none;
}

.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a p {
  color: #a6abbc;
  padding-left: 30px;
  padding-top: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.wpmm-nav-wrap ul.wp-megamenu>li>a .wpmm_item_description {
  padding-top: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.wpmm-selected-icon i {
  margin-top: 5px;
  font-size: 34px;
}

.wpmm-selected-icon i.dashicons {
  display: initial;
}

span.wpmm-selected-icon {
  margin: 0 10px;
}

.wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu {
  margin-top: 3px;
}

#wp-megamenu-item-4258198361634308785 a:hover {
  color: #47a047 !important
}

.wp-megamenu-sub-menu span.wpmm_item_description {
  font-size: 14px;
  color: #828486;
  margin-top: 5px;
  display: block;
  font-weight: 400;
  line-height: 22px;
}

.wp-megamenu-sub-menu img.custom-menu-image {
  width: 34px;
}

.wp-megamenu-sub-menu>ul>ul>li a {
  border-bottom: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu:last-child ul.wp-megamenu-sub-menu {
  right: -20px;
  left: auto;
}

.wpmm-feature-desc {
  font-weight: 400;
}

/* Megamenu search  */
.wpmm-search-wrap {
  /*position: absolute;
  right: 15px;
  top: 29px;*/
  z-index: 99999;
}

.wpmm-search {
  display: inline-block;
  color: #959595;
  text-align: center;
}

a.wpmm-search.search-close-icon {
  color: #fff !important;
  display: none;
  position: fixed !important;
  z-index: 9999 !important;
  background: none !important;
}

.wpmm-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  -webkit-animation: searchZoomIn .4s;
  animation: searchZoomIn .4s;
}

.top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 99999;
}

.wpmm-search-input-wrap .search-wrap {
  width: 100%;
}

.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999999;
}

.wpmm-search-input-wrap .search-wrap .form-control {
  border-bottom: 2px solid #fff;
  color: #fff;
  width: 100%;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 6px 0;
  font-size: 18px;
  font-family: verdana;
}

/* Login/Singup */

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 4px;
}

.wpmm-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.wp-megamenu-wrap .cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 900px;
  height: auto;
  background: #ffffff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  padding: 44px;
  border-radius: 5px;
}

.wp-megamenu-wrap .form.sign-in h2 span,
.wp-megamenu-wrap .form.sign-up h2 span {
  font-size: 15px;
  font-weight: 400;
  color: #9E9E9D;
}

.active {
  visibility: visible;
  opacity: 1;
}

.active+.cont {
  visibility: visible;
  opacity: 1;
  transform: translateY(60px);
}

.wpmm-login-form .button.show {
  vertical-align: inherit;
}

.wpmm-widget-cart {
  position: absolute;
  width: 320px;
  background: #fff;
  z-index: 9;
  display: none;
  background-color: #fff;
  padding: 10px 20px 20px;
  border: 1px solid #f1f4f9;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
  transform: translate(-50%, 0px);
  left: 50%;
}

.wpmm-menu-cart {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  text-align: right;
  padding-left: 10px;
}

.wpmm-menu-cart span.cart-icon i {
  font-size: 18px !important;
  padding-top: 0 !important;
  padding-right: 0px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  line-height: 20px !important;
  font-family: IcoFont !important;
}

.wpmm-menu-cart:hover .wpmm-widget-cart {
  display: block;
}

.wpmm-menu-cart .cart-contents {
  color: #fff;
  font-size: 10px;
  background: #d9534f;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  line-height: 17px;
  font-weight: 600;
  top: 0px;
  right: 6px;
}

.wpmm-menu-cart img {
  width: 18px;
}

.wpmm-widget-cart ul li a img {
  display: block !important;
}

/* Megamenu - popup */

.wp-megamenu-wrap .form.sign-in h2,
.wp-megamenu-wrap .sub-cont h2 {
  width: 100%;
  font-size: 26px;
  text-align: left;
  margin: 0;
}

.wp-megamenu-wrap .form.sign-in h2:before,
.wp-megamenu-wrap .sub-cont h2:before {
  display: none;
}

.wp-megamenu-wrap .tip {
  font-size: 20px;
  margin: 40px auto 50px;
  text-align: center;
}

.wp-megamenu-wrap .cont {
  overflow: hidden;
  position: absolute;
  width: 780px;
  height: 440px;
  margin: 0 auto;
  background: #fff;
  right: 0;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.wpmm-login-form a {
  text-transform: inherit !important;
}

.wp-megamenu-wrap .form {
  position: relative;
  width: 520px;
  height: 100%;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
  padding: 50px 30px 30px 30px;
}

.wp-megamenu-wrap .cont.s--signup .form {
  position: relative;
  width: 480px;
  height: 100%;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  padding: 44px 0 54px 52px;
}

.wp-megamenu-wrap .form.sign-in {
  position: relative;
  width: 480px;
  height: 100%;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
  padding: 0 0 0 8px;
}

.wp-megamenu-wrap .cont.s--signup .sub-cont {
  left: 0;
  padding-left: 0px;
}

.wp-megamenu-wrap .sub-cont {
  overflow: hidden;
  position: absolute;
  left: 520px;
  top: 0;
  width: 780px;
  height: 100%;
  padding-left: 260px;
  background: #fff;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}

.wp-megamenu-wrap .form button {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 36px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.wp-megamenu-wrap .sub-cont .img {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 100%;
  padding-top: 338px;
}

.wp-megamenu-wrap .cont.s--signup .sub-cont .img {
  left: auto;
}

.wp-megamenu-wrap .sub-cont .img:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 780px;
  height: 100%;
  /*background-image: url("../images/login-bg.jpg");*/
  background-size: cover;
  background-position: 50% 35%;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}

.wp-megamenu-wrap .sub-cont .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.wp-megamenu-wrap .cont.s--signup .img:before {
  -webkit-transform: translate3d(520px, 0, 0);
  transform: translate3d(520px, 0, 0);
}

.wp-megamenu-wrap .sub-cont .img__text.m--up h2,
.wp-megamenu-wrap .sub-cont .img__text.m--in h2 {
  text-align: center;
}

.wp-megamenu-wrap .img__text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}

.wp-megamenu-wrap .img__text h2 {
  margin-bottom: 10px;
  font-weight: normal;
  color: #fff;
}

.wp-megamenu-wrap .img__text p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.wp-megamenu-wrap .cont.s--signup .img__text.m--up {
  -webkit-transform: translateX(520px);
  transform: translateX(520px);
}

.wp-megamenu-wrap .img__text.m--in {
  -webkit-transform: translateX(-520px);
  transform: translateX(-520px);
}

.wp-megamenu-wrap .cont.s--signup .img__text.m--in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.wp-megamenu-wrap .img__btn {
  overflow: hidden;
  z-index: 2;
  position: relative;
  width: 100px;
  height: 36px;
  margin: 0 auto;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
}

.wp-megamenu-wrap .img__btn:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
}

.wp-megamenu-wrap .img__btn span {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.wp-megamenu-wrap .img__btn span.m--in {
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px);
}

.wp-megamenu-wrap .cont.s--signup .img__btn span.m--in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wp-megamenu-wrap .cont.s--signup .img__btn span.m--up {
  -webkit-transform: translateY(72px);
  transform: translateY(72px);
}

.wp-megamenu-wrap .form label {
  display: block;
  margin: 15px 0;
  text-align: center;
  width: 416px;
}

.wp-megamenu-wrap .form label span {
  font-size: 12px;
  color: #cfcfcf;
  text-transform: uppercase;
}

.wp-megamenu-wrap .form input {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid rgba(102, 102, 102, 0.3);
  text-align: left;
  font-family: 'Open Sans';
}

.wp-megamenu-wrap .cont .forgot-pass {
  margin-top: 16px;
  text-align: left;
  font-size: 14px;
  color: #cfcfcf;
  font-weight: 500;
}

.wp-megamenu-wrap .form .submit {
  margin-bottom: 20px;
  background: #155bca;
  text-transform: uppercase !important;
  margin: 30px 0;
  width: 416px;
  line-height: 23px;
  padding: 9px !important;
  font-weight: 400;
  text-align: center;
  height: 46px;
}

.wp-megamenu-wrap .sign-in {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wp-megamenu-wrap .cont.s--signup .sign-in {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .9s;
  transition-duration: .9s;
  -webkit-transform: translate3d(640px, 0, 0);
  transform: translate3d(640px, 0, 0);
}

.wp-megamenu-wrap .sign-up {
  -webkit-transform: translate3d(-780px, 0, 0);
  transform: translate3d(-780px, 0, 0);
}

.wp-megamenu-wrap .cont.s--signup .sign-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wp-megamenu-wrap .form.sign-in h2,
.wp-megamenu-wrap .form.sign-up h2 {
  color: #000;
  margin-bottom: 30px;
}

.wp-megamenu-wrap .form input#rememberlogin {
  width: 22px;
  display: inline-block;
}

.wp-megamenu-wrap .login-error.alert.alert-danger {
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  color: #ff0000;
}

.wp-megamenu-wrap .login-error.alert {
  position: absolute;
  top: -28px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.wp-megamenu-wrap .form.sign-in form#login,
.wp-megamenu-wrap .form.sign-up form#register {
  position: relative;
}

.wp-megamenu-wrap .login-error.alert.alert-success {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #5cb75c;
}

.wp-megamenu-wrap .main-navigation .cont .close {
  z-index: 9999;
  color: #155bca;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
}

.main-navigation .cont .close:hover {
  background: #155bca;
  color: #fff;
}

.wp-megamenu-wrap .cont.s--signup .sub-cont .img {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 100%;
  padding-top: 350px;
}

.wp-megamenu-wrap span.lost_password {
  position: absolute;
  bottom: 106px;
  width: 55%;
  right: 51px;
  text-align: right;
  margin: 0;
}

.wp-megamenu-wrap span.lost_password a {
  font-size: 14px;
  color: #cfcfcf;
  font-weight: 500;
  transition: .3s;
}

.wp-megamenu-wrap span.lost_password a:hover {
  color: #155bca;
}

/* Megamenu Cart Product  */

.wp-megamenu .wpmm-woo-cart .product_list_widget li img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 15px;
}

.wp-megamenu .wpmm-woo-cart .product_list_widget li a.remove {
  float: left;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 60px;
  width: 18px !important;
  height: 18px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  background: #e32f2f;
  background: #b8b8b8;
  z-index: 9;
  transition: .3s;
  font-weight: 600 !important;
}

.wp-megamenu .wpmm-woo-cart .product_list_widget li a.remove:hover {
  background: #e32f2f;
}

.wpmm-widget-cart ul li.woocommerce-mini-cart-item {
  position: relative;
}

.wp-megamenu .wpmm-widget-cart ul li a {
  font-size: 18px;
  font-weight: 300 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: right;
  color: #343437;
  /*float: right;*/
}

.wpmm-widget-cart ul li span.quantity {
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: right;
  color: #343437;
}

.wpmm-widget-cart ul li span.quantity .amount {
  font-weight: 600;
}

.wp-megamenu .wpmm-widget-cart .product_list_widget li {
  line-height: 20px;
  margin-bottom: 0px;
}

.wp-megamenu .wpmm-widget-cart .widget .product_list_widget li {
  padding: 0px 0;
  margin: 10px 0;
  display: inline-block;
}

.wp-megamenu .wpmm-widget-cart .widget .product_list_widget li:last-child {
  padding-bottom: 0;
  margin-bottom: 20px;
  display: inline-block;
}

.wp-megamenu .wpmm-widget-cart ul.woocommerce-mini-cart {
  border-bottom: 1px solid #dddddd;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__total.total {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #343437;
  margin-bottom: 30px;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__total.total strong {
  text-align: left;
  float: left;
  font-weight: 400;
}

.wp-megamenu .wpmm-widget-cart span.woocommerce-Price-amount.amount {
  font-weight: 600;
}

.wp-megamenu .wpmm-widget-cart .widget .product_list_widget {
  margin-bottom: 15px;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__buttons.buttons a {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  width: 48%;
  height: 42px;
  background-color: #145ac9;
  float: left;
  margin-bottom: 5px;
  padding: 13px;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__buttons.buttons {
  display: inline;
}

.wp-megamenu .wpmm-widget-cart a.button.checkout.wc-forward {
  margin-left: 10px;
}

.wpmm-widget-cart .widget_shopping_cart .buttons a {
  margin: 0;
}

.wpmm-widget-cart .widget.woocommerce.widget_shopping_cart {
  margin: 0 !important;
}

.wp-megamenu .wpmm-widget-cart p.woocommerce-mini-cart__empty-message {
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  color: #444;
}

.wpmm-login-form a.show i {
  margin-right: 4px !important;
  display: inline-block;
}

.wp-megamenu-sub-menu img.image {
  height: auto;
}

.product_list_widget .star-rating span,
.product_list_widget .star-rating::before {
  opacity: 0;
}

.wpmm-woo-cart .woocommerce.widget_shopping_cart .total {
  display: none;
}

@media (max-width: 767px) {
  .wpmm-sticky.wpmm-sticky-wrap {
    position: relative !important;
    left: auto;
    width: auto;
    animation-name: inherit;
  }

  .admin-bar .wpmm-sticky.wpmm-sticky-wrap {
    top: auto;
  }

  .wp-megamenu-wrap ul.wp-megamenu li ul li {
    width: 100%;
  }

  .wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {
    width: 80%;
  }

  .wp-megamenu-wrap .cont {
    overflow: hidden;
    position: absolute;
    width: 332px;
    height: 472px;
    margin: 0 auto;
    background: #fff;
    right: 0;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
    z-index: 9999;
    padding: 36px 32px;
  }

  .wp-megamenu-wrap .form.sign-in {
    width: 264px;
    padding: 0 0 0 8px;
    z-index: 99999;
  }

  .wp-megamenu-wrap .form label {
    display: block;
    margin: 15px 0;
    text-align: center;
    width: 256px;
  }

  .wp-megamenu-wrap .form .submit {
    margin-bottom: 20px;
    background: #155bca;
    text-transform: uppercase;
    margin: 30px 0;
    width: 257px;
    line-height: 23px;
    padding: 9px;
    font-weight: 400;
    text-align: center;
  }

  .wp-megamenu-wrap span.lost_password {
    position: absolute;
    bottom: 142px;
    width: 55%;
    right: 0px;
    text-align: right;
    margin: 0;
  }

  .wp-megamenu-wrap .cont.s--signup .form {
    position: relative;
    width: 333px;
    padding: 40px 30px 40px 30px;
  }

  .cont.s--signup button {
    z-index: 999;
  }

  .wp-megamenu-wrap .sub-cont .img:before,
  .wp-megamenu-wrap .img__btn:after {
    display: none;
  }

  .wp-megamenu-wrap .img__btn span {
    color: #fff;
    cursor: pointer;
  }

  .wp-megamenu-wrap .img__btn {
    overflow: hidden;
    z-index: 9999999;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
  }

  .wp-megamenu-wrap .form.sign-in h2,
  .wp-megamenu-wrap .form.sign-up h2 {
    color: #fff;
  }

  .wp-megamenu-wrap .form.sign-in h2 span,
  .wp-megamenu-wrap .form.sign-up h2 span {
    color: #fafafa;
  }

  .wp-megamenu-wrap .form.sign-in h2 span,
  .wp-megamenu-wrap .form.sign-up h2 span {
    color: #fafafa;
    margin-top: 5px;
  }

  /* login - mobile*/
  .wp-megamenu-wrap .sub-cont {
    position: initial;
  }

  .wp-megamenu-wrap .cont.s--signup .form {
    position: absolute;
    width: 256px;
    height: 80%;
    padding: 0;
    z-index: 99999;
  }

  .wp-megamenu-wrap .cont.s--signup .sub-cont .img {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 422px;
  }

  .wp-megamenu-wrap .login-error.alert {
    position: absolute;
    top: 95px;
  }

  .wp-megamenu-wrap .img__text.m--in {
    display: none;
  }

  .wp-megamenu-wrap .img__btn span {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .9s;
    transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s, -webkit-transform .9s;
  }

  .wp-megamenu-wrap .sub-cont .img:after {
    display: none;
  }

  .wp-megamenu-wrap .img__text {
    display: none;
  }

  .wp-megamenu-wrap .sub-cont .img {
    overflow: hidden;
    z-index: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 420px;
  }

  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    z-index: 1;
  }

  .wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
    margin: 0 !important;
    width: 100% !important;
  }

  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-hide-mobile {
    display: none;
  }

  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link {
    float: inherit;
  }

  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a {
    position: relative;
    z-index: 2;
    transform: translate(0%, 5%);
  }

  .wpmm-search-form {
    right: 0%;
  }

  .wpmm-search-form input {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 0px;
    border-radius: 3px;
    transform: translate(0%, -60%);
    min-width: 230px;
    width: auto;
    font-family: 'Open Sans';
    left: 0;
  }

  .wpmm-search-form {
    right: 100%;
  }

  .wpmm-nav-wrap ul.wp-megamenu li.wpmm-cta-button>a {
    margin-top: 0 !important
  }

  .wp-megamenu-wrap .cont:after,
  .wp-megamenu-wrap .cont.s--signup:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
  }

  .wp-megamenu-wrap .form.sign-in h2,
  .wp-megamenu-wrap .form.sign-up h2 {
    color: #fff;
  }

  .wp-megamenu-wrap .form.sign-in h2 span,
  .wp-megamenu-wrap .form.sign-up h2 span {
    font-size: 15px;
    font-weight: 400;
    color: #9E9E9D;
    line-height: 20px;
    display: inline-block;
  }

}



/*------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------
--------- Theme compatibility --------------------------
--------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------*/



/*------------------------------
--------- Common Css  ----------
-------------------------------*/

.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}

.ast-flex.main-header-container .site-branding,
.ast-header-break-point .site-header .main-header-bar-wrap .site-branding,
.navbar.hestia_left .navbar-header,
.navbar.hestia_center .navbar-header,
.navbar.hestia_right .navbar-header,
#et-top-navigation #top-menu.nav,
#page-container #main-header .logo_container,
#et-top-navigation #et_top_search,
#et-top-navigation #et_mobile_nav_menu,
.storefront-primary-navigation #site-navigation div.menu,
#page #masthead.site-header .col-full .site-branding,
#outer-wrap #site-header #site-header-inner #site-logo,
#outer-wrap #site-header .oceanwp-mobile-menu-icon,
.followWrap .site-header .container .site-branding,
.header-right-wrapper a#nav-toggle {
  display: none;
}

.ast-flex.main-header-container .ast-main-header-bar-alignment,
.navbar.hestia_left #wp-megamenu-primary,
.navbar.hestia_right #wp-megamenu-primary,
.navbar.hestia_center #wp-megamenu-primary {
  width: 100%;
}

@media(max-width: 767px) {
  .ast-main-header-bar-alignment .wpmm_brand_logo_wrap img {
    margin-top: 12px;
  }

  .container.clearfix.et_menu_container {
    width: 100%;
  }
}

/*------------------------------
--------- Astra Theme ----------
-------------------------------*/

.ast-main-header-bar-alignment .wpmm-mobile-menu a.wpmm_mobile_menu_btn {
  padding: 0 12px;
}

.ast-main-header-bar-alignment .wpmm_brand_logo_wrap img {
  margin-top: 0;
}


/*------------------------------
--------- Hestia Theme ----------
-------------------------------*/

nav.hestia_left,
nav.navbar.hestia_center,
nav.navbar.hestia_right {
  z-index: 999999;
}

nav.hestia_left .wpmm-search-input-wrap form,
nav.navbar.hestia_center .wpmm-search-input-wrap form,
nav.navbar.hestia_right .wpmm-search-input-wrap form {
  top: 46%;
}


/*------------------------------
--------- Divi Theme ----------
-------------------------------*/

#et-top-navigation #top-menu-nav,
#main-header #et-top-navigation {
  float: none;
}


/*------------------------------
-------- OceanWP Theme ---------
-------------------------------*/

#site-header-inner #site-navigation-wrap {
  width: 100%;
  float: none;
}

#site-header #site-navigation-wrap {
  display: block !important;
}

/*------------------------------
-------- Hueman Theme -------
-------------------------------*/
#header .mobile-title-logo-in-header,
#header button.ham__navbar-toggler-two {
  display: none !important;
}

#header #nav-mobile .wpmm-nav-wrap ul.wp-megamenu {
  position: relative;
}


/*------------------------------
------ GeneratePress Theme -----
-------------------------------*/
nav#site-navigation.main-navigation #wp-megamenu-primary ul ul {
  height: auto !important;
}


/*------------------------------
------ OnePress Theme -----
-------------------------------*/
.site-header .onepress-menu {
  float: none;
}

.onepress-menu #wp-megamenu-primary .wpmm_mobile_menu_btn {
  line-height: 2;
}

.onepress-menu #wp-megamenu-primary ul li {
  white-space: normal;
}

.onepress-menu #wp-megamenu-primary ul,
.onepress-menu #wp-megamenu-primary ul li a {
  border: 0 !important;
}

.onepress-menu a.wpmm-search.search-close-icon {
  color: #000 !important;
}

@media(max-width: 1140px) {
  .main-navigation .onepress-menu {
    overflow: visible !important;
  }
}


/*------------------------------
------ Hello Elementor Theme -----
-------------------------------*/
body.wp-megamenu .site-header .site-branding {
  display: none;
}

body.wp-megamenu .site-header .site-navigation {
  display: block;
}