/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
  # Headings
  # Copy
# Elements
  # Lists
  # Tables
# Forms
  # Buttons
  # Fields
# Accessibility
# Alignments
# Clearings
# Infinite scroll
# Partials
	# Header
	  # Header-global
	  # Header-mid-stack
	  # Header-left-inline
    # Media
      # Captions
      #Galleries
    # Navigation
      # Mobile
      # Navigation
    # Primary
      # Comments
      # Posts And Pages
    # Secondary
      # Widgets
    # Links
    # Blog

--------------------------------------------------------------*/

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.large-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.animated,
.stuck {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown,
.stuck {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*# Headings*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  clear: both;
}

/*# Copy*/

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark {
  background: #fff9c0;
  text-decoration: none;
}

ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

#primary,
#secondary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#primary {
  padding-left: 15px;
  padding-right: 15px;
}

.site-content .blog #primary,
.site-content .single-blog #primary {
  margin-bottom: 30px;
}

/*Custom Layout*/

.jr-silder .ult-easy-separator-wrapper .ult-easy-separator-inner-wrapper {
  margin-top: -83px;
}

.jr-feature-product .vc_tta-tabs-container {
  margin-top: 25px;
}

.jr-feature-product .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  color: #444 !important;
  text-transform: uppercase;
  background-color: #fff !important;
  padding: 2px 20px !important;
  -webkit-border-radius: 22px !important;
  border-radius: 22px !important;
}

.jr-feature-product .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.jr-feature-product .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a {
  color: #fff !important;
  background-color: #6abf77 !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*3.1 Lists*/

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.list-inline {
  list-style: none;
  padding: 0;
}

ul.list-inline > li {
  display: inline-block;
  margin-right: 15px;
}

ul.list-inline > li:last-child {
  margin-right: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

button {
  outline: 0;
}

/*3.2 Tables*/

table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left;
}

table thead th,
table thead td,
table tbody th,
table tbody td,
table tfoot th,
table tfoot td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: 0;
}

/* subscribe */

.home-subscribe-form .subscribe-from-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-subscribe-form input {
  height: 45px;
}

.home-subscribe-form input[type="email"] {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.home-subscribe-form input[type="email"]:focus {
  outline: none;
}

.home-subscribe-form input[type="submit"] {
  width: 25%;
  float: right;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  color: #fff;
  background: #59ccfc;
  border: none;
}

.home-subscribe-form .txt-subscribe {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"] {
  width: 100%;
  padding: 12px 15px;
  border-color: #d7d7d7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="search"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="range"]:focus {
  outline: none;
}

.wpcf7-form input[type="submit"] {
  font-size: 18px;
  font-weight: bold;
  padding: 9px 55px;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 30px;
  border-color: #d7d7d7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.wpcf7-form textarea:focus {
  outline: none;
}

.wpcf7-form input[type="submit"]:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*# Buttons*/

/*# Fields*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.div-form-control {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.div-form-control:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  background: url(../../images/arrow_down.png) no-repeat -webkit-calc(100% - 10px);
  background: url(../../images/arrow_down.png) no-repeat calc(100% - 10px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  width: 100%;
}

textarea {
  width: 100%;
}

.post-password-form input[type="password"] {
  min-height: 40px;
}

.post-password-form input[type="submit"] {
  border: 0;
  min-height: 40px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  display: block;
  content: "";
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

img {
  vertical-align: text-bottom;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/

/*# Header-global*/

.main-logo.text-logo {
  font-size: 52px;
  font-weight: 400;
}

.main-logo img {
  width: auto;
}

.mid-inline .text-logo,
.mid-stack .text-logo {
  text-align: center;
}

.site-header {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.site-header.no-margin {
  margin-bottom: 0;
}

.admin-bar .site-header.fixed {
  top: 32px;
}

.flex-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.equal-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

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

.flex-end nav li:last-of-type a {
  padding-right: 0;
}

.nb-navbar ul,
.nb-header-sub-menu ul {
  padding-left: 0;
  list-style-type: none;
}

.stuck {
  position: fixed;
  top: 0;
}

.stuck.bot-section-wrap,
.stuck.middle-section-wrap {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #fff;
  z-index: 9999;
}

.admin-bar .stuck {
  top: 32px;
}

.top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

/* form product search with category */

.multistore_search_product {
  float: left;
  height: 36px;
  padding-left: 15px;
  border: 0;
  border-left: 1px solid #d1d3d4;
  border-top: 1px solid #d1d3d4;
  border-bottom: 1px solid #d1d3d4;
  border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  color: #666;
}

.multistore_search_product:focus {
  outline: none;
}

.multistore_search_form {
  position: relative;
  float: left;
}

.multistore_search_form input[type~="text"] {
  height: 36px;
  padding: 0 95px 0 15px;
  width: 100%;
  border: 1px solid #d1d3d4;
  border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
}

.multistore_search_form input[type~="text"]:focus {
  outline: none;
}

.multistore_search_form input[type~="submit"] {
  position: absolute;
  right: 10px;
  top: 0px;
  background: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 115px;
  width: 60px;
  height: 36px;
  padding: 0;
  border-left: 1px solid #d1d3d4;
  z-index: 2;
}

.multistore_search_form input[type~="submit"]:focus {
  outline: none;
}

.multistore_search_form:after {
  content: "\e802";
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 30px;
  top: 5px;
  font-size: 18px;
  color: #444444;
  z-index: 1;
}

.header-cart-wrap .nb-cart-section {
  position: relative;
}

.header-cart-wrap .nb-cart-section i {
  font-size: 30px;
}

.header-cart-wrap .nb-cart-section span {
  position: absolute;
  left: 21px;
  bottom: -5px;
  background: #40c6ff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.header-cart-wrap .nb-cart-section .icon-bag:before {
  font-family: "icomoon";
}

.user-cart .user-name {
  padding-left: 40px;
  float: left;
  text-align: center;
  position: relative;
  margin-left: 18px;
  line-height: 20px;
}

.user-cart .user-name .sign-in {
  color: #999;
  font-size: 12px;
}

.user-cart .user-name:after {
  content: "";
  background: url(../../images/user1.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  height: 26px;
}

.user-cart .user-name a:hover {
  text-decoration: none;
  color: #f90;
}

.left-stack-1 .header-cart-wrap {
  display: inline-block;
}

.left-stack-1 .header-cart-wrap .mini-cart-wrap p {
  color: #444444;
}

.left-stack-1 .header-cart-wrap .nb-cart-section span {
  bottom: 15px;
}

.left-stack-1 .topbar-cur-lang .topbar-language a,
.left-stack-1 .topbar-cur-lang .topbar-currency-widget {
  border-right: none;
}

.left-stack-1 .multistore_search_form input[type~="text"],
.left-stack-1 .multistore_search_product {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-top: none;
  border-bottom: none;
}

.left-stack-1 .multistore_search_form input[type~="submit"] {
  border-left: none;
}

.left-stack-1 .multistore_search_form:after {
  color: #ffffff;
  right: 26px;
  z-index: 1;
}

.left-stack-1 .multistore_search_form:before {
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 36px;
  right: 0px;
}

.left-stack-1 .header-search-wrap {
  border: 2px solid #f90;
  background: #f90;
  display: inline-block;
  width: 100%;
}

.left-stack-1.site-header .middle-section-wrap {
  border-bottom: 1px solid #2d3239;
}

.left-stack-1.site-header .middle-section-wrap .cart-shop {
  text-align: right;
}

.left-stack-1 .dropdown-megamenu {
  background: #293544;
}

.left-stack-1 .dropdown-megamenu span {
  color: #ffffff;
  font-weight: 700;
}

.left-stack-1 .dropdown-megamenu .btn-menu:before {
  left: 15px;
}

.topbar-cur-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topbar-cur-lang .topbar-currency-widget {
  margin-right: 10px;
  position: relative;
  border-right: solid 1px #999;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topbar-cur-lang .topbar-currency-widget .widget {
  margin-bottom: 0;
}

.topbar-cur-lang .topbar-currency-widget select {
  border: none;
  height: 19px;
  background: transparent;
  min-width: 65px;
  padding: 0;
}

.topbar-cur-lang .topbar-currency-widget select:focus {
  outline: none;
}

.topbar-cur-lang .topbar-currency-widget:before {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  right: 10px;
  top: 0;
}

.topbar-cur-lang .topbar-language a {
  padding-right: 10px;
  border-right: solid 1px #999;
}

.topbar-cur-lang .topbar-language a img {
  vertical-align: baseline;
  margin-right: 6px;
}

.topbar-cur-lang .topbar-language a:after {
  font-family: 'fontello';
  content: '\f107';
  margin-left: 5px;
}

.topbar-cur-lang .topbar-language .widget {
  margin-bottom: 0;
}

.topbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topbar-right .topbar-linklogin ul {
  padding-left: 0;
  margin: 0;
}

.topbar-right .topbar-linklogin ul li {
  list-style: none;
  display: inline-block;
}

.topbar-right .topbar-linklogin ul li > a {
  padding-right: 10px;
  padding-left: 10px;
  border-right: solid 1px #999;
}

.topbar-right .topbar-linklogin ul li:last-child > a {
  border-right: none;
  padding-right: 0;
}

.topbar-right .topbar-linklogin ul li:not(:first-child) > a {
  padding-left: 7px;
}

.site-header .middle-section-wrap {
  border-bottom: 1px solid #eee;
}

.site-header .middle-section-wrap .nb-account-dropdown a {
  color: #444 !important;
}

.header-account-wrap .nb-account-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  right: 0;
  z-index: 9;
  padding: 5px 30px;
  text-align: left;
}

.header-account-wrap .nb-account-dropdown ul {
  padding-left: 0px;
}

.header-account-wrap .nb-account-dropdown ul li {
  padding: 5px 0px;
  min-width: 100px;
}

.search-results.woocommerce .product .product-action.icon-horizontal .button.ajax_add_to_cart {
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #eeeeee;
  color: #666 !important;
  float: left;
}

.homepage-title {
  position: absolute;
  left: -999px;
  display: none;
}

/*# Header-mid-stack*/

.site-header.mid-stack .middle-section-wrap {
  border-bottom: 1px solid #eee;
}

.site-header.mid-stack .middle-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.mid-stack .header-account-wrap,
.site-header.mid-stack .header-cart-wrap {
  margin-right: 20px;
}

.site-header.mid-stack .main-nav-wrap nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.site-header.mid-stack .nb-navbar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.mid-stack .nb-navbar > .menu-item {
  border-top: 3px solid transparent;
}

.site-header.mid-stack .nb-navbar > .menu-item > a {
  display: block;
}

.site-header.mid-stack .nb-navbar .menu-item-has-children > a span:after {
  top: 1px;
}

.site-header.mid-stack .nb-navbar .sub-menu {
  top: 70px;
}

/*# Header-mid-stack*/

.site-header.mid-stack-2 .middle-section-wrap {
  border-bottom: 1px solid #eee;
}

.site-header.mid-stack-2 .middle-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.mid-stack-2 .header-account-wrap,
.site-header.mid-stack-2 .header-cart-wrap {
  margin-right: 20px;
}

.site-header.mid-stack-2 .main-nav-wrap nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.site-header.mid-stack-2 .nb-navbar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.mid-stack-2 .nb-navbar > .menu-item {
  margin-right: 5px;
}

.site-header.mid-stack-2 .nb-navbar > .menu-item > a {
  display: block;
  padding: 8px 15px;
}

.site-header.mid-stack-2 .nb-navbar .menu-item-has-children > a span:after {
  top: 1px;
}

.site-header.mid-stack-2 .nb-navbar .sub-menu {
  top: 70px;
}

/*# Header-mid-stack*/

.site-header.mid-inline .nb-header-sub-menu {
  text-transform: uppercase;
}

.site-header.mid-inline .icon-header-wrap .header-account-wrap,
.site-header.mid-inline .icon-header-wrap .header-cart-wrap {
  margin-right: 20px;
}

.site-header.mid-inline .middle-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.mid-inline .main-logo {
  margin-right: 30px;
  margin-left: 30px;
}

.site-header.mid-inline .nb-header-sub-menu > li:first-child > a {
  padding-left: 0;
}

/*# Header-left-inline*/

.site-header.left-inline .middle-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-header.left-inline .main-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.site-header.left-inline .main-navigation {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 86%;
  -ms-flex: 0 0 86%;
  flex: 0 0 86%;
  max-width: 86%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.site-header.left-inline .icon-header-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14%;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  max-width: 14%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header.left-inline .nb-header-sub-menu > li:last-child > a {
  padding-right: 0;
}

/*# Header-left-inline_1*/

.site-header.left-inline_1 {
  position: absolute;
  width: 100%;
  z-index: 999;
  border-bottom: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
}

.site-header.left-inline_1 .middle-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px;
}

.site-header.left-inline_1 .main-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.site-header.left-inline_1 .main-nav-wrap .menu-home-menu-container {
  float: right;
  padding-top: 30px;
  padding-right: 30px;
}

.site-header.left-inline_1 .main-nav-wrap .menu-home-menu-container ul li {
  font-weight: 600;
}

.site-header.left-inline_1 .main-navigation {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.site-header.left-inline_1 .icon-header-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header.left-inline_1 .icon-header-section .header-search-wrap {
  position: relative;
}

.site-header.left-inline_1 .icon-header-section .header-search-wrap .nb-input-group .search-field {
  border: none;
  border-bottom: 3px solid #fdfde6;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 10px 0;
}

.site-header.left-inline_1 .icon-header-section .header-search-wrap .nb-input-group .search-field::-webkit-input-placeholder {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: #ffffcc;
}

.site-header.left-inline_1 .icon-header-section .header-search-wrap .nb-input-group .search-field::-moz-placeholder {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: #ffffcc;
}

.site-header.left-inline_1 .icon-header-section .header-search-wrap .nb-input-group .search-field:-ms-input-placeholder {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: #ffffcc;
}

.site-header.left-inline_1 .icon-header-section .header-search-wrap .nb-input-group .search-field:-moz-placeholder {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: #ffffcc;
}

.site-header.left-inline_1 .icon-header-section .header-search-wrap .nb-input-group .search-button {
  position: absolute;
  top: 5px;
  right: 0;
}

.site-header.left-inline_1 .icon-header-section .header-search-wrap .nb-input-group .search-button button {
  background: transparent;
}

.site-header.left-inline_1 .icon-header-section .header-search-wrap .nb-input-group .search-button button i {
  color: #ffffcc !important;
}

.site-header.left-inline_1 .icon-header-section .header-cart-wrap .mini-cart-section .mini-cart-wrap {
  right: 0;
  left: auto;
}

.site-header.left-inline_1 .icon-header-section .header-cart-wrap .mini-cart-section .mini-cart-wrap .buttons .button {
  padding-left: 20px;
  padding-right: 20px;
}

.site-header.left-inline_1 .nb-header-sub-menu > li:last-child > a {
  padding-right: 0;
}

/*# Header-left-stack-2*/

.left-stack-2 .middle-section-wrap {
  border-bottom: 1px solid #eee;
}

.left-stack-2 .middle-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-stack-2 .main-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-stack-2 .main-nav-wrap .sub-navigation {
  padding-right: 30px;
}

.left-stack-2 .main-nav-wrap .icon-header-wrap {
  padding-left: 30px;
}

/*# Header icon*/

.icon-header-section:before {
  bottom: -2px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.icon-header-section {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.icon-header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

.icon-header-wrap .nb-account-dropdown {
  display: none;
  position: absolute;
  left: -50px;
  top: 45px;
  z-index: 9;
  width: 250px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  -webkit-box-shadow: 3px 3px 10px -2px #5c5c5c;
  box-shadow: 3px 3px 10px -2px #5c5c5c;
}

.icon-header-wrap .nb-account-dropdown ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.icon-header-wrap .nb-account-dropdown ul li:not(:last-of-type) a {
  border-bottom: 1px solid;
}

.icon-header-wrap .nb-account-dropdown a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.icon-header-wrap .header-cart-wrap {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.icon-header-wrap .header-account-wrap,
.icon-header-wrap .header-cart-wrap {
  margin-right: 5px;
}

.icon-header-wrap i {
  font-size: 16px;
}

.icon-header-wrap .nb-cart-section {
  display: inline-block;
  margin-top: -5px;
}

.icon-header-wrap .nb-cart-section:before {
  font-size: 18px;
}

.mini-cart-section {
  display: none;
  z-index: 9 !important;
}

.header-cart-wrap {
  position: relative;
  z-index: 100;
  text-align: right;
}

.mini-cart-wrap {
  color: #444 !important;
  position: absolute;
  background: #fff;
  top: 45px;
  right: 0;
  width: 320px;
  -webkit-box-shadow: 3px 3px 10px -2px #5c5c5c;
  box-shadow: 3px 3px 10px -2px #5c5c5c;
  padding: 15px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 9 !important;
}

.mini-cart-wrap .cart_list {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.mini-cart-wrap .total span {
  color: #444444 !important;
}

.mini-cart-wrap .mini_cart_item {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.mini-cart-wrap .mini_cart_item span,
.mini-cart-wrap .mini_cart_item a,
.mini-cart-wrap .mini_cart_item div {
  color: #444444 !important;
}

.mini-cart-wrap .mini_cart_item .mini-cart-pd-image {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  float: left;
}

.mini-cart-wrap .mini_cart_item .mini-cart-pd-image img {
  border: solid 1px #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta {
  display: inline-block;
  text-align: left;
  float: left;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta > a {
  display: block;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .quantity {
  display: block;
  margin: 10px 0 0 0;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .variation {
  display: inline-block;
  margin: 10px 0 -8px 0;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .variation dt {
  float: left;
  margin-right: 10px;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .variation dd {
  margin: 0;
  float: left;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .variation dd p {
  margin: 0;
}

.mini-cart-wrap .mini_cart_item .remove {
  position: absolute;
  top: 12px;
  right: 0px;
  color: #ccc;
}

.mini-cart-wrap .total {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mini-cart-wrap .buttons .button {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.mini-cart-wrap .buttons .button.checkout {
  float: right;
}

/*# Media*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  color: #ababab;
  font-size: .8em;
}

.entry-image img {
  max-wwidth: 100%;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*# Navigation*/

.nb-navbar {
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.nb-navbar ul {
  list-style-type: none;
}

.nb-navbar > .menu-item {
  position: relative;
}

.nb-navbar > .menu-item:first-child span {
  padding-left: 0;
}

.nb-navbar > .menu-item > a {
  padding-left: 12px;
  padding-right: 12px;
}

.nb-navbar .sub-menu {
  display: none;
}

.nb-navbar .sub-menu .sub-menu {
  top: 0 !important;
  left: 98%;
}

.nb-navbar .sub-menu > .menu-item {
  min-height: 30px;
  line-height: 30px;
}

.nb-navbar .sub-menu > .menu-item a {
  display: block;
  margin: 0 50px;
  border-bottom: dotted 1px;
}

.nb-navbar .sub-menu > .menu-item a:before {
  content: "\f10c";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px;
  font-size: 8px;
  vertical-align: top;
}

.nb-navbar .sub-menu > .menu-item:hover > a span {
  color: #40c5fd;
}

.nb-navbar .sub-menu > .menu-item:last-child {
  border-bottom: 0;
}

.nb-navbar .menu-item-has-children > a {
  position: relative;
}

.nb-navbar .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.nb-navbar,
.nb-header-sub-menu {
  padding-left: 0;
  list-style-type: none;
}

.nb-navbar .sub-menu > .menu-item:not(:last-child),
.nb-header-sub-menu .sub-menu > .menu-item:not(:last-child) {
  border-bottom: none;
}

.nb-header-sub-menu {
  margin: 0;
}

.nb-header-sub-menu > li {
  display: inline-block;
  position: relative;
}

.nb-header-sub-menu > li > a {
  padding-right: 10px;
  border-right: solid 1px #999999;
}

.nb-header-sub-menu > li.menu-item-has-children span {
  position: relative;
}

.nb-header-sub-menu > li:not(:first-child) > a {
  padding-left: 6px;
}

.nb-header-sub-menu > li:last-child > a {
  border-right: none;
}

.nb-header-sub-menu .sub-menu {
  min-width: 220px;
  display: none;
  position: absolute;
  left: 0px;
  padding: 10px 20px 15px;
  background-color: #fff;
  z-index: 1000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.nb-header-sub-menu .sub-menu .menu-item a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nb-header-sub-menu .sub-menu .sub-menu {
  top: 0 !important;
  left: 98%;
}

.nb-header-sub-menu .menu-item-has-children > a span:after {
  content: "\f107";
  font-family: "fontello";
  position: absolute;
  right: -12px;
  top: -1px;
}

/*# Navigation*/

/*@import "partials/navigation/mobile";*/

/*# Comments*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*# Posts And Pages*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 30px 0;
}

.page-links {
  clear: both;
  margin: 0 0 30px;
}

/*# Widgets*/

.widget {
  margin: 0 0 30px;
  /* Make sure select elements fit in widgets. */
}

.widget:first-of-type {
  padding-top: 0;
}

.widget .widget-title {
  margin-top: 0;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.widget .widget-title:before {
  width: 60px;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -1px;
}

.widget select {
  max-width: 100%;
}

.widget ul {
  list-style-type: none;
  padding-left: 0;
}

.widget ul > li:not(:last-of-type) {
  border-bottom: 1px solid;
}

.widget ul > li > a {
  display: inline-block;
}

.widget ul .children {
  padding-left: 15px;
}

.widget ul li {
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.widget tbody th,
.widget tbody td {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  padding-top: 5px;
}

.widget thead,
.widget tbody {
  text-align: center;
}

.widget.widget_tag_cloud:before,
.widget.widget_tag_cloud:after {
  content: "";
  display: table;
}

.widget.widget_tag_cloud:after {
  clear: both;
}

.widget .tagcloud a {
  float: left;
  font-size: 12px !important;
  margin: 0 8px 8px 0;
  padding: 5px 10px;
  border: 1px solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.widget .tagcloud a:hover {
  color: #fff;
}

.widget.widget_nav_menu .menu-item-has-children {
  position: relative;
  cursor: pointer;
}

.widget.widget_nav_menu .menu-item-has-children:after {
  font-family: 'fontello';
  content: '\f107';
  position: absolute;
  right: 0;
  top: 8px;
}

.widget.widget_nav_menu .menu-item-has-children.active:after {
  content: '\f106';
}

.widget.widget_nav_menu .sub-menu {
  display: none;
  padding-left: 15px;
}

.widget a:focus {
  outline: none;
}

.widget table caption {
  margin-bottom: 10px;
}

/*Custom widget*/

.nb_latest_post .nb_latest_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nb_latest_post .nb_latest_item .nb_post_thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding-right: 15px;
}

.nb_latest_post .nb_latest_item .nb_post_thumb img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.nb_latest_post .nb_latest_item .nb_post_desc p {
  margin: 0;
}

.nb_latest_post .nb_latest_item .nb_post_title {
  margin-bottom: 5px;
  font-size: 18px;
}

.nb_latest_post .nb_latest_item .nb_post_title > a {
  font-weight: bold;
}

.site-footer .widget ul.menu > li {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
  padding-left: 23px;
  margin-bottom: 0;
  position: relative;
}

.site-footer .widget ul.menu > li:before {
  font-family: "FontAwesome";
  content: '\f111';
  position: absolute;
  left: 1px;
  top: 1px;
  font-size: 6px;
}

.site-footer .widget ul.menu > li:not(:last-of-type) {
  border-bottom: none;
}

/*# Links*/

a {
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

a:focus {
  outline: 0;
}

/*# Blog*/

.blog .post .entry-content {
  overflow: auto;
}

.blog .post .entry-image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.blog .post .entry-image {
  position: relative;
  margin-bottom: 15px;
}

.blog .post .entry-image .image-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.blog .post .entry-image .image-mask span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}

.blog .post .entry-image .read-time {
  bottom: -30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  margin-left: 30px;
  margin-right: 30px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  text-align: center;
  border-top: 1px solid;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

.blog .post .entry-image:hover .image-mask {
  opacity: 1;
  visibility: visible;
}

.blog .post .entry-image:hover .image-mask .read-time {
  bottom: 0px;
}

.blog .post .entry-meta .byline a {
  text-transform: capitalize;
}

.blog .post .entry-cat a {
  display: inline-block;
  padding: 3px 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.blog .post.sticky {
  padding: 15px;
}

.blog .no-sidebar #primary {
  width: 100%;
}

.blog.meta-align-center .post .entry-meta,
.blog.meta-align-center .post .entry-title,
.blog.meta-align-center .post .entry-cat,
.blog.meta-align-center .post .read-more-link {
  text-align: center;
}

.blog.meta-align-right .post .entry-meta,
.blog.meta-align-right .post .entry-title,
.blog.meta-align-right .post .entry-cat,
.blog.meta-align-right .post .read-more-link {
  text-align: right;
}

.blog.style-2 .post .entry-content {
  padding: 20px;
}

.blog .classic .post .entry-content {
  padding-bottom: 20px;
}

.blog .classic .post .entry-meta {
  display: inline-block;
  margin-bottom: 15px;
}

.blog .classic .post .entry-meta > span {
  display: inline-block;
  margin-right: 15px;
}

.blog .classic .post .entry-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog .classic .post .entry-text {
  margin-bottom: 30px;
}

.blog .classic .post .entry-footer {
  border-top: 1px solid;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog .classic .post .entry-footer span:before {
  margin-right: 5px;
}

.blog .classic .post .entry-footer .tags-links,
.blog .classic .post .entry-footer .comments-link {
  font-size: .9em;
  font-style: italic;
}

.content-search .page-title {
  margin-bottom: 45px;
}

.content-search > article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.content-search > article .entry-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  margin-right: 30px;
}

.content-search > article .entry-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 80%;
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
}

.content-search > article .entry-title {
  margin-top: 10px;
}

.content-search > article .entry-summary {
  margin-top: 0px;
}

.content-search > article .entry-meta span {
  margin-right: 10px;
}

.content-search .posts-navigation {
  margin-bottom: 30px;
}

.blog .masonry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog .masonry .post {
  margin-bottom: 90px;
}

.blog .masonry .post .entry-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog .masonry .post .entry-meta {
  font-size: .9em;
}

.blog.style-2 .post {
  margin-bottom: 60px;
}

.blog.style-2 .post .entry-image {
  margin-bottom: 0;
}

.blog.masonry-2-columns .post {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog.masonry-3-columns .post {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.single-blog {
  margin-bottom: 60px;
}

.single-blog.no-sidebar #primary {
  width: 100%;
}

.single-blog .entry-image {
  margin-bottom: 30px;
}

.single-blog .entry-content {
  padding-right: 15px;
  padding-bottom: 30px;
}

.single-blog .entry-meta {
  font-size: .9em;
  text-transform: uppercase;
}

.single-blog .entry-meta .posted-on:not(:last-child):after {
  font-family: 'fontello';
  content: '\e80c';
  margin-left: 5px;
}

.single-blog .entry-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-blog .entry-cat {
  margin-bottom: 60px;
}

.single-blog .entry-cat a {
  display: inline-block;
  background: #fff;
  padding: 8px;
}

.single-blog .entry-text {
  margin-bottom: 30px;
}

.single-blog .read-more-link {
  text-align: center;
}

.single-blog .read-more-link a {
  display: inline-block;
  border: 2px solid;
  padding: 5px 10px;
}

.single-blog .entry-footer {
  display: block;
  border-bottom: 1px solid;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.single-blog .entry-footer span:before {
  margin-right: 5px;
}

.single-blog .entry-footer .tags-links {
  font-style: italic;
}

.single-blog .entry-author-wrap {
  border-bottom: 1px solid;
}

.single-blog .entry-author {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.single-blog .entry-author .author-image {
  margin-right: 20px;
}

.single-blog .entry-author .author-name {
  font-weight: 700;
  margin-bottom: 10px;
}

.single-blog .single-blog-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}

.single-blog .single-blog-nav .prev,
.single-blog .single-blog-nav .next {
  position: relative;
}

.single-blog .single-blog-nav .prev > span,
.single-blog .single-blog-nav .next > span {
  display: block;
}

.single-blog .single-blog-nav .prev:hover .meta-nav,
.single-blog .single-blog-nav .next:hover .meta-nav {
  opacity: 1;
  visibility: visible;
}

.single-blog .single-blog-nav .prev .meta-nav {
  left: -30px;
}

.single-blog .single-blog-nav .prev:hover .meta-nav {
  left: -20px;
}

.single-blog .single-blog-nav .next {
  text-align: right;
}

.single-blog .single-blog-nav .next .meta-nav {
  right: -30px;
}

.single-blog .single-blog-nav .next:hover .meta-nav {
  right: -20px;
}

.single-blog .single-blog-nav .meta-nav {
  position: absolute;
  top: 3px;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
}

.single-blog.meta-align-center .entry-meta,
.single-blog.meta-align-center .entry-title,
.single-blog.meta-align-center .entry-cat {
  text-align: center;
}

.single-blog.meta-align-right .entry-meta,
.single-blog.meta-align-right .entry-title,
.single-blog.meta-align-right .entry-cat {
  text-align: right;
}

.single-post .nb-page-title .entry-cat a {
  display: inline-block;
  padding: 8px;
}

.paging-navigation,
.woocommerce-pagination {
  text-align: center;
}

.paging-navigation .page-numbers,
.woocommerce-pagination .page-numbers {
  margin-right: 5px;
}

.paging-navigation.pagination-style-1 .page-numbers:not(.next),
.woocommerce-pagination.pagination-style-1 .page-numbers:not(.next) {
  display: inline-block;
  padding: 5px 12px;
}

.paging-navigation.pagination-style-1 .current,
.woocommerce-pagination.pagination-style-1 .current {
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}

.paging-navigation.pagination-style-1 .next,
.woocommerce-pagination.pagination-style-1 .next {
  display: inline-block;
  padding: 5px;
}

.paging-navigation.pagination-style-2 .page-numbers:not(.dots),
.woocommerce-pagination.pagination-style-2 .page-numbers:not(.dots) {
  -webkit-box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.paging-navigation.pagination-style-2 .page-numbers:not(.dots):not(.dots),
.paging-navigation.pagination-style-2 .page-numbers:not(.dots):not(.next),
.paging-navigation.pagination-style-2 .page-numbers:not(.dots):not(.prev),
.woocommerce-pagination.pagination-style-2 .page-numbers:not(.dots):not(.dots),
.woocommerce-pagination.pagination-style-2 .page-numbers:not(.dots):not(.next),
.woocommerce-pagination.pagination-style-2 .page-numbers:not(.dots):not(.prev) {
  padding: 5px 12px;
}

.paging-navigation.pagination-style-2 .page-numbers:not(.dots).next,
.paging-navigation.pagination-style-2 .page-numbers:not(.dots).prev,
.woocommerce-pagination.pagination-style-2 .page-numbers:not(.dots).next,
.woocommerce-pagination.pagination-style-2 .page-numbers:not(.dots).prev {
  padding: 5px 7px;
}

.paging-navigation.pagination-style-2 .page-numbers:not(.dots).current,
.woocommerce-pagination.pagination-style-2 .page-numbers:not(.dots).current {
  color: #fff;
}

.paging-navigation.pagination-style-2 .page-numbers.dots,
.woocommerce-pagination.pagination-style-2 .page-numbers.dots {
  margin-right: 5px;
}

.nb-page-title-wrap {
  margin-bottom: 60px;
  background: url(../../images/bg-page-title.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.nb-page-title-wrap h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.nb-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nb-page-title h1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.nb-page-title .woocommerce-breadcrumb {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.single-post .nb-page-title-wrap {
  padding-top: 40px;
}

.single-post .nb-page-title {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.single-post .nb-page-title .entry-meta,
.single-post .nb-page-title .entry-title,
.single-post .nb-page-title .entry-cat {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.single-post .nb-page-title h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-post .nb-page-title .entry-meta {
  font-size: .9em;
  text-transform: uppercase;
}

.single-post .nb-page-title .entry-meta .posted-on:not(:last-child):after {
  font-family: 'fontello';
  content: '\e80c';
  margin-left: 5px;
}

.ms-page .nb-page-title-wrap {
  margin-bottom: 0;
}

.nb-social-icons {
  margin-bottom: 30px;
}

.nb-social-icons > a {
  border: 1px solid;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: 3px;
}

.nb-social-icons.style-1 .facebook:hover {
  color: #3a589d;
  border-color: #3a589d;
}

.nb-social-icons.style-1 .twitter:hover {
  color: #2478ba;
  border-color: #2478ba;
}

.nb-social-icons.style-1 .pinterest:hover {
  color: #cb2320;
  border-color: #cb2320;
}

.nb-social-icons.style-1 .google-plus:hover {
  color: #dd4e31;
  border-color: #dd4e31;
}

.nb-social-icons.style-1 .linkedin:hover {
  color: #0072b7;
  border-color: #0072b7;
}

.nb-social-icons.style-2 a {
  color: #fff;
}

.nb-social-icons.style-2 .facebook {
  background-color: #3a589d;
  border-color: #3a589d;
}

.nb-social-icons.style-2 .twitter {
  background-color: #2478ba;
  border-color: #2478ba;
}

.nb-social-icons.style-2 .pinterest {
  background-color: #cb2320;
  border-color: #cb2320;
}

.nb-social-icons.style-2 .google-plus {
  background-color: #dd4e31;
  border-color: #dd4e31;
}

.nb-social-icons.style-2 .linkedin {
  background-color: #0072b7;
  border-color: #0072b7;
}

.nb-social-icons.floating {
  position: fixed;
  left: 0;
  top: 35%;
  width: 40px;
}

.nb-social-icons.floating > a {
  margin-bottom: 5px;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.nb-primary-button,
.nb-secondary-button {
  text-transform: uppercase;
  font-size: 1em;
}

input[disabled] {
  opacity: .6;
}

a.bt-5,
button.bt-5,
.single_add_to_cart_button {
  height: 50px;
  line-height: 45px;
  display: inline-block;
}

a.bt-4,
button.bt-4,
.wishlist-btn.bt-4 {
  height: 40px;
  line-height: 35px;
  display: inline-block;
}

input.bt-5 {
  height: 50px;
  line-height: 1;
}

input.bt-4 {
  height: 40px;
  line-height: 1;
}

.nb-wide-button {
  display: block !important;
  width: 100%;
}

.button,
.nb-primary-button,
.nb-secondary-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-table;
  vertical-align: middle;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-style: solid;
}

.site-footer .footer-top-section .widget ul.menu > li {
  padding-left: 0;
  line-height: 22px;
}

.site-footer .footer-top-section .widget ul.menu > li:before {
  content: '';
}

.site-footer .wpb_single_image {
  margin-bottom: 30px;
}

.site-footer .wpb_text_column {
  margin-bottom: 10px;
}

.site-footer .wpb_text_column p {
  text-align: center;
}

.site-footer .wpb_wrapper p {
  font-size: 14px;
  margin-bottom: 0;
}

.site-footer .uavc-list {
  clear: both;
}

.site-footer .uavc-list > li {
  border: 0 none !important;
}

.site-footer .uavc-list .uavc-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer .uavc-list .uavc-list-content > p {
  margin: 0;
}

.site-footer .uavc-list .uavc-list-content:hover .aio-icon {
  color: #71c07f;
}

.site-footer .uavc-icons {
  clear: both;
  padding-top: 5px;
}

.site-footer .uavc-icons .aio-icon {
  background: #555;
  color: #999;
  margin-top: 5px;
}

.site-footer .uavc-icons .aio-icon:hover {
  background: #71c07f;
  color: #fff;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding-right: 15px;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_thumb img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_desc {
  line-height: 1.25;
  overflow: hidden;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_desc p {
  font-size: 14px;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_title {
  margin-top: -5px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_title > a {
  font-weight: bold;
  color: #999;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_title > a:hover {
  color: #71c07f;
}

.site-footer .wpb_flickr_widget {
  padding-top: 10px;
}

.site-footer .wpb_flickr_widget .wpb_wrapper {
  margin-left: -2px;
  margin-right: -2px;
}

.site-footer .wpb_flickr_widget .wpb_wrapper:before,
.site-footer .wpb_flickr_widget .wpb_wrapper:after {
  display: table;
  clear: both;
  content: '';
}

.site-footer .wpb_flickr_widget .wpb_wrapper .flickr_badge_image {
  margin: 2px;
  width: 62px;
  height: 62px;
}

.site-footer .wpb_flickr_widget .wpb_wrapper .flickr_badge_image img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.site-footer .wpb_flickr_widget .wpb_wrapper p {
  margin: 0;
}

.site-footer .wpb_flickr_widget .flickr_stream_wrap {
  display: none;
}

.site-footer .widget .widget-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 14px;
}

.site-footer .widget .widget-title:before {
  display: none;
}

.site-footer .jr_times {
  padding-top: 5px;
}

.site-footer dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 15px;
}

.site-footer dl dt {
  font-weight: normal;
  font-size: 14px;
}

.site-footer dl dd {
  color: #999;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  margin: 0;
}

.footer-abs-section {
  border-top: 1px solid #555;
}

.footer-abs-section .footer-abs-left-content {
  padding-top: 8px;
}

.footer-abs-section .footer-abs-right-content {
  text-align: right;
}

.footer-main-section .widget.widget_text span.footer-logo {
  display: block;
  margin-top: 15px;
  text-align: center;
  margin-bottom: -83px;
}

.footer-logo {
  padding-top: 45px;
  padding-bottom: 30px;
}

.mrt10 {
  margin-top: 10px;
}

.site-header.left-stack .middle-section,
.site-header.left-stack .bot-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.left-stack .middle-section-wrap {
  border-bottom: 1px solid #eee;
}

.site-header.left-stack .icon-header-wrap .header-account-wrap {
  margin-right: 20px;
}

.site-header.left-stack .nb-header-sub-menu > li:last-child > a {
  padding-right: 0;
}

.nb-input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nb-input-group .search-field {
  height: 40px;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 100px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.nb-input-group .search-field:focus {
  outline: none;
}

.nb-input-group .search-button button {
  position: absolute;
  top: 0;
  right: 16px;
  width: 40px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  color: #aaa;
  background: transparent !important;
}

.nb-input-group .search-button button i {
  color: #fff !important;
}

.comment-list {
  padding-left: 0;
  list-style-type: none;
}

.comment-list .avatar {
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.comment-list .comment-meta {
  margin-bottom: 15px;
}

.comment-list .comment-meta:after {
  content: "";
  display: table;
  clear: both;
}

.comment-list .comment {
  padding-top: 30px;
  border-top: 1px solid;
}

.comment-list .reply,
.comment-list .edit-link {
  text-transform: uppercase;
}

.comment-list .reply {
  margin-bottom: 30px;
}

.comment-list > .comment:first-child {
  border-top: none;
}

.comment-list ol {
  list-style-type: none;
}

.comments-area {
  padding: 45px 30px;
}

.comments-area .logged-in-as {
  text-transform: uppercase;
  font-size: .8em;
}

.nb-comment-form {
  margin-top: 15px;
  margin-bottom: 15px;
}

.nb-comment-form textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.nb-comment-form textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ababab;
}

.nb-comment-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ababab;
  opacity: 1;
}

.nb-comment-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ababab;
  opacity: 1;
}

.nb-comment-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ababab;
}

.nb-comment-form textarea:focus {
  outline: none;
}

.single-post .comment-form > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-post .comment-form > p label {
  min-width: 80px;
  line-height: 36px;
}

.single-post .comment-form > p input {
  height: 36px;
}

.single-post .comment-form > p textarea {
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

.single-post .comment-form > p input[type="text"],
.single-post .comment-form > p input[type="email"],
.single-post .comment-form > p input[type="url"] {
  width: 100%;
  border-color: #e4e4e4;
  padding-left: 10px;
  padding-right: 10px;
}

.nb-back-to-top-wrap {
  display: inline-block;
  position: fixed;
  right: 45px;
  bottom: 45px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 99;
}

.nb-back-to-top-wrap a {
  display: inline-block;
  padding: 0 10px 4px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nb-back-to-top-wrap a span {
  display: block;
  font-size: 14px;
  margin-top: -5px;
}

.nb-back-to-top-wrap a.show {
  opacity: 1;
  visibility: visible;
}

.nb-back-to-top-wrap a:focus {
  outline: 0;
}

.nb-back-to-top-wrap a.light {
  background-color: #edf0f5;
  color: #323232;
}

.nb-back-to-top-wrap a.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.nb-back-to-top-wrap a.dark {
  background-color: #323232;
  color: #fff;
}

.nb-back-to-top-wrap:hover a {
  color: #fff;
}

.product_list_widget > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product_list_widget > li > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.product_list_widget > li > .widget-product-meta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding-left: 15px;
}

.product_list_widget .product-title {
  margin-bottom: 5px;
}

.product_list_widget .product .star-rating {
  margin-bottom: 5px;
}

.error404 main {
  text-align: center;
  padding-top: 75px;
  margin-bottom: 60px;
}

.error404 main .pnf-heading {
  font-size: 200px;
  font-weight: bold;
  line-height: 0.09;
  text-align: center;
  color: #1E88E5;
  margin-bottom: 0;
  text-shadow: 0px 15px 0 rgba(153, 153, 153, 0.35);
  -webkit-text-stroke: 8px #ffffff;
}

.error404 main img {
  position: relative;
  bottom: -90px;
  max-width: 100%;
  height: auto;
}

.error404 main .text-wrap {
  background: #f6f6f6;
  padding-top: 105px;
  padding-bottom: 70px;
}

.error404 main h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #1E88E5;
  margin-top: 0;
  margin-bottom: 45px;
}

.error404 main p:not(.home-link) a {
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}

.error404 main .home-link {
  background: #1E88E5;
  line-height: 105px;
}

.error404 main .home-link a {
  color: #fff;
}

.error404 main .home-link .icon-home {
  background: #444;
  padding: 20px;
  text-transform: uppercase;
}

.site-header.left-stack-3 .middle-section,
.site-header.left-stack-3 .bot-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.left-stack-3 .middle-section-wrap .middle-section .logo-wrapper {
  margin-bottom: 8px;
}

.site-header.left-stack-3 .middle-section-wrap .middle-section .main-logo img {
  width: auto;
}

.site-header.left-stack-3 .bot-section-wrap.fullwidth .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary:not(.mega-sticky) {
  position: relative;
}

.site-header.left-stack-3 .icon-header-wrap .header-account-wrap {
  margin-right: 20px;
}

.site-header.left-stack-4 .middle-section-wrap .middle-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.left-stack-4 .middle-section-wrap .middle-section .main-logo img {
  width: auto;
}

.site-header.left-stack-4 .middle-section-wrap .middle-section .middle-text-wrapper {
  margin-left: -15px;
  text-align: right;
}

.site-header.left-stack-4 .middle-section-wrap .middle-section .menu-wrapper {
  position: unset;
}

.site-header.left-stack-4 .middle-section-wrap.fullwidth .menu-wrapper {
  position: relative;
}

.site-header.left-stack-4 .bot-section-wrap {
  padding-top: 0 !important;
}

.site-header.left-stack-4 .bot-section-wrap .dropdown-megamenu {
  padding: 7px 0 0 15px;
  background: #ff9900;
  height: 50px;
}

.site-header.left-stack-4 .bot-section-wrap .dropdown-megamenu .btn-menu {
  color: #fff;
}

.site-header.left-stack-4 .bot-section-wrap .bot-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.left-stack-4 .bot-section-wrap .bot-section .header-search-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site-header.left-stack-4 .bot-section-wrap .bot-section .header-cart-wrap {
  padding-left: 50px;
}

.site-header.left-stack-4 .bot-section-wrap .bot-section .icon-header-wrap .header-account-wrap {
  margin-right: 20px;
}

.site-header.left-stack-4 .multistore_search_form input[type~="text"],
.site-header.left-stack-4 .multistore_search_form input[type~="submit"] {
  height: 50px;
}

.site-header.left-stack-4 .multistore_search_form:after {
  top: 10px;
}

.site-header.left-stack-4 .multistore_search_product {
  height: 50px;
}

.site-header.left-stack-4 .dropdown-megamenu:hover #mega-menu-wrap-menu-cat {
  top: 50px;
}

.dokan-dashboard.dokan-custom-style select.dokan-form-control {
  background: url("../../images/arrow_down.png") no-repeat -webkit-calc(100% - 10px);
  background: url("../../images/arrow_down.png") no-repeat calc(100% - 10px);
}

.dokan-dashboard.dokan-custom-style .site-main > article {
  margin-bottom: 60px;
}

.dokan-dashboard.dokan-custom-style .mce-btn button {
  background: #f5f5f5;
}

.dokan-dashboard.dokan-custom-style .dashboard-coupons-area input[type="submit"] {
  margin-left: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  font-size: 16px;
}

.dokan-dashboard.dokan-custom-style .dokan-orders-content .dokan-orders-area ul.order-statuses-filter,
.dokan-dashboard.dokan-custom-style ul.subsubsub {
  font-size: 14px;
}

.dokan-dashboard.dokan-custom-style #site-wrapper {
  background: #eff3fa;
}

.dokan-dashboard.dokan-custom-style .chart-container table tbody td {
  border-bottom: none;
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 0px;
}

.dokan-dashboard.dokan-custom-style .chart-container .legend > div {
  background: transparent !important;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar {
  background: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: #fff;
  padding-top: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  border-left: 2px solid #ffffff;
  border-bottom: none;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  color: #444;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
  background: #eff9ff;
  border-left: 2px solid #40aaf9;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li:first-child {
  margin-left: 0;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  background: #eff9ff;
  border-left: 2px solid #40aaf9;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
  content: none;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
  width: 100%;
  border-right: 0;
  border-left: 2px solid #ffffff;
  padding: 10px 0 10px 18px;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
  background: #eff9ff;
  border-left: 2px solid #40aaf9;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links:hover {
  border-left-color: #ffffff;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links .tooltip {
  display: none !important;
}

.dokan-dashboard.dokan-custom-style .dokan-panel {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-header h1 {
  font-size: 24px;
  border-bottom: none !important;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-table .woocs_price_code del .amount {
  color: #999999;
  font-weight: normal;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-table .woocs_price_code .amount {
  color: #444444;
  font-weight: bold;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit {
  background: #ffffff;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="text"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="email"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="url"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="password"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="search"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="number"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="tel"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="range"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="date"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="month"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="week"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="time"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="datetime"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="datetime-local"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input[type="color"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit textarea {
  padding-left: 10px;
  padding-right: 10px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit input.dokan-product-regular-price,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit .dokan-product-sales-price {
  height: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit .product-edit-new-container .dokan-edit-row .dokan-section-heading p {
  margin-top: 4px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit label.control-label {
  margin-bottom: 5px;
  display: inline-block;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-product-edit .dokan-save-attribute {
  margin-left: 5px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-settings-content article .dokan-panel-body {
  background: #eff9ff;
  border-color: #eff9ff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article {
  background: #fff;
  padding: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-map-wrap {
  border: none;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-map-wrap #dokan-map-add {
  margin-bottom: 15px;
  border: 1px solid #d7d7d7;
  height: 36px;
  margin-top: 10px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
  margin-bottom: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget {
  margin-bottom: 0px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a {
  font-size: 14px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews ul.list-count li .count,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products ul.list-count li .count {
  padding: 0 10px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews ul.list-count li:first-child .count,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products ul.list-count li:first-child .count {
  color: #fff !important;
  background: #40aaf8;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews ul.list-count li:nth-child(2) .count,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products ul.list-count li:nth-child(2) .count {
  background: #62c1be;
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews ul.list-count li:nth-child(3) .count,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products ul.list-count li:nth-child(3) .count {
  background: #efa8b6;
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews ul.list-count li:nth-child(4) .count,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products ul.list-count li:nth-child(4) .count {
  background: #e1c19f;
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget ul.list-count {
  padding-left: 15px;
  padding-right: 15px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget ul.list-count li {
  line-height: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
  font-size: 24px;
  color: #444444;
  border-bottom: none;
  padding-left: 15px;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-right: 15px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
  display: none;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
  display: inline-block;
  width: 24%;
  border: 1px solid #f4f4f4;
  margin: 0 0.3%;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:first-child {
  margin-left: 0px;
  float: left;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:last-child {
  margin-right: 0px;
  float: right;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-panel-body {
  border: 1px solid #f4f4f4;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-horizontal .dokan-banner {
  width: 100%;
  margin: 0 0 30px 0px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-horizontal .button-area i.fa-cloud-upload {
  color: #999;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-horizontal .dokan-control-label {
  text-align: left;
  font-size: 16px;
  color: #444;
  font-weight: 600;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group {
  margin-bottom: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="number"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="tel"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="text"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="email"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="url"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="password"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group textarea,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group .div-form-control {
  padding: 3px 0 3px 10px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group .div-form-control {
  overflow-x: hidden;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="submit"] {
  padding-right: 30px;
  padding-left: 30px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group .dokan-w4.ajax_prev {
  margin-left: 0 !important;
  margin-top: 15px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group .dokan-w5.dokan-text-left {
  width: 75%;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dashboard-widget.reviews,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dashboard-widget.products {
  width: 49%;
  display: inline-block;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dashboard-widget.products {
  float: right;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter li {
  text-align: left;
  padding-left: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter li .count {
  border-bottom: none !important;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter li .title {
  color: #444;
  font-weight: bold;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-sale {
  background: #fff url("../../images/dokan/i-des-1.png") no-repeat 10px center;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-earning {
  background: #fff url("../../images/dokan/i-des-2.png") no-repeat 10px center;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-pageview {
  background: #fff url("../../images/dokan/i-des-3.png") no-repeat 10px center;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-order {
  background: #fff url("../../images/dokan/i-des-4.png") no-repeat 10px center;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-reports-area {
  background: #fff;
  display: inline-block;
  width: 100%;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .chart-container {
  background: #fafafa;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap ul.dokan_tabs {
  padding-left: 0;
  border-bottom: none;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap ul.dokan_tabs li {
  border: none;
  position: relative;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap ul.dokan_tabs li:after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 1px;
  background: #eeeeee;
  position: absolute;
  top: 10px;
  right: -3px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap ul.dokan_tabs li:last-child:after {
  content: none;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap ul.dokan_tabs li a:hover {
  background: transparent;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap ul.dokan_tabs li:first-child {
  margin-left: 0px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap ul.dokan_tabs li:first-child a {
  padding-left: 0px !important;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend {
  border: none;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li {
  margin-bottom: 15px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li strong {
  font-size: 24px;
  font-weight: bold;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:first-child {
  color: #fff !important;
  background: #40aaf8;
  border-color: #40aaf8 !important;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:first-child strong {
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:last-child {
  background: #8393ca;
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:last-child strong {
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:nth-child(2) {
  background: #efa8b6;
  color: #fff;
  border-color: #efa8b6;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:nth-child(2) strong {
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:nth-child(3) {
  background: #62c1be;
  color: #fff;
  border-color: #62c1be;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:nth-child(3) strong {
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:nth-child(4) {
  background: #e1c19f;
  color: #fff;
  border-color: #e1c19f;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:nth-child(4) strong {
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:nth-child(5) {
  background: #cccccc;
  color: #fff;
  border-color: #cccccc;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-sidebar ul.chart-legend li:nth-child(5) strong {
  color: #fff;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .dokan-reports-main h3 {
  font-size: 16px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .report-filter input {
  height: 35px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .report-filter .dokan-form-group input[type="submit"] {
  vertical-align: bottom;
  margin-left: 5px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .report-filter .dokan-form-group label {
  margin-right: 10px;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap .report-filter .dokan-form-group:last-child {
  margin-left: 10px;
}

.dokan-dashboard.dokan-custom-style .dokan-progress.m-dokan-progress {
  height: 10px;
  margin-bottom: 15px;
}

.dokan-dashboard.dokan-custom-style .dokan-progress.m-dokan-progress .dokan-progress-bar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.m-progress-title {
  margin-bottom: 10px;
  font-size: 24px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
}

.dokan-table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.simple:before {
  content: "\f02d";
}

.dokan-product-listing .dokan-product-listing-area ins .amount {
  color: #444;
}

.dokan-table .dokan-label-success {
  background-color: #40aaf9;
}

.dokan-table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date {
  font-size: 14px;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td > mark {
  min-width: 65px;
  display: inline-block;
  background: #444 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff !important;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td[data-title="SKU"] {
  text-align: center;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date abbr[title] {
  border-bottom: none;
}

.dokan-product-listing .dokan-product-listing-area .row-actions .delete a {
  color: #1e88e5;
}

.dokan-table.product-listing-table > thead > tr > th {
  border-bottom: none;
}

.dokan-product-listing .dokan-product-date-filter {
  margin-bottom: 15px;
}

.dokan-product-listing .dokan-product-date-filter select {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dokan-product-listing .dokan-product-date-filter button.dokan-btn {
  padding: 0 10px;
  height: 35px;
}

.dokan-orders-area .dokan-table > thead > tr > th {
  border-bottom: none;
  border-top: 1px solid #eeeeee !important;
  color: #444;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dokan-order-filter-serach .dokan-form-group input {
  height: 35px;
}

.dokan-order-filter-serach input[type='submit'] {
  vertical-align: top;
  margin-left: 5px;
}

.dashboard-content-area input[type='submit'].dokan-btn-theme,
#dokan_comments-form input[type='submit'] {
  margin-top: 30px;
}

.dokan-reviews-content .dokan-reviews-area #dokan-comments_menu ul li:first-child {
  padding-left: 0px !important;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap input[type='submit'] {
  padding-right: 30px;
  padding-left: 30px;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td,
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th {
  color: #444444;
  font-size: 16px;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .caemail {
  color: #999;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-author-img {
  margin-right: 10px;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-author-img img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-check,
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-check {
  padding-left: 0px;
}

.dokan-dashboard .dokan-dashboard-content .dokan-product-edit-area {
  background: #fff;
  padding: 30px;
}

.dokan-dashboard .dokan-dashboard-content .add-variant-category,
.dokan-dashboard .dokan-dashboard-content .save_attributes {
  height: 40px;
}

.dokan-dashboard .dokan-dashboard-content #product-attributes .select-attribute {
  padding-right: 23px;
}

.dokan-dashboard-content .dokan-settings-area .payment-field-paypal,
.dokan-dashboard-content .dokan-settings-area .payment-field-bank {
  padding-top: 25px;
}

.dokan-dashboard-content .edit-account .form-row label {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.dokan-dashboard-content .edit-account .form-row input {
  width: 80%;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
}

.dokan-dashboard-content .edit-account fieldset {
  padding-left: 15px;
  padding-right: 15px;
}

.dokan-dashboard-content .edit-account fieldset legend {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.dokan-product-search-form {
  display: inline-block;
  position: relative;
}

.dokan-product-search-form.dokan-form-inline .dokan-form-group {
  margin-right: 0px;
}

.dokan-product-search-form input[type='text'] {
  padding-right: 32px;
  padding-left: 10px;
}

.dokan-product-search-form button[type='submit'] {
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent;
  border: none;
  text-indent: 999px;
  overflow: hidden;
  width: 30px;
  padding: 0;
  height: 30px;
  z-index: 2;
}

.dokan-product-search-form button[type='submit']:hover {
  background: transparent;
  border-color: transparent;
}

.dokan-product-search-form:before {
  content: "\f002";
  font-size: 14px;
  font-family: "FontAwesome";
  color: #444444;
  position: absolute;
  right: 12px;
  top: 6px;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
  width: 65%;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
  border-color: #f4f4f4;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part {
  text-align: center;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part ul.list-unstyled {
  text-align: left;
}

.dokan-coupon-content .code a,
.dokan-coupon-content .code span {
  color: #666666;
}

.single-product .single-product-wrap .product-vendor-info {
  border-top: 1px solid #ccc;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single-product .single-product-wrap .product-vendor-info,
.single-product #tab-seller .product-vendor-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
}

.single-product .single-product-wrap .product-vendor-info .profile-img,
.single-product #tab-seller .product-vendor-info .profile-img {
  background: #f1f2f2;
  margin-right: 20px;
  padding: 10px;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info,
.single-product #tab-seller .product-vendor-info .dokan-store-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-name,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-name {
  margin-bottom: 0;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-name > a,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-name > a {
  text-transform: capitalize;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings > span,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings > span {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings .seller-rating,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings .seller-rating {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings .seller-rating .star-rating,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings .seller-rating .star-rating {
  margin-bottom: 8px;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings .text,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-address,
.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-phone,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-address,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-address address,
.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-phone address,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-address address,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-phone address {
  display: inline-block;
  margin-bottom: 5px;
  font-style: normal;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-address [class^="icon-"]:before,
.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-phone [class^="icon-"]:before,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-address [class^="icon-"]:before,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-phone [class^="icon-"]:before {
  text-align: left;
  margin: 0;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-details > a,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-details > a {
  text-decoration: underline;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-details .icon-eye,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-details .icon-eye {
  margin-right: 5px;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-details .icon-eye:before,
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-details .icon-eye:before {
  margin: 0;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .seller-name,
.single-product #tab-seller .product-vendor-info .dokan-store-info .seller-name {
  margin-bottom: 5px;
}

.single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings .text {
  margin-right: 15px;
}

.single-product #tab-more_seller_product .products .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.nb_dokan_seller_listing .dokan-seller-listing {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nb_dokan_seller_listing .dokan-seller-listing > h2 {
  margin-bottom: 30px;
  padding: 0 15px;
}

.nb_dokan_seller_listing .dokan-seller-listing .dokan-seller-search-form.no-query {
  margin-top: 0;
}

.nb_dokan_seller_listing #dokan-seller-listing-wrap {
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}

.nb_dokan_seller_listing #dokan-seller-listing-wrap .dokan-seller-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.nb_dokan_seller_listing #dokan-seller-listing-wrap .pagination {
  margin-top: 15px;
  margin-bottom: 30px;
}

.store-ratings,
.avatar-top .store-data {
  margin-left: -10px;
  margin-right: -10px;
}

.store-data,
.store-ratings {
  margin-bottom: 5px;
}

.store-data > span,
.store-ratings > span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.store-data .star-rating,
.store-ratings .star-rating {
  color: #ffcc35;
  font-family: "fontello";
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 1em;
}

.store-data .star-rating:before,
.store-ratings .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  float: left;
}

.store-data .star-rating > span,
.store-ratings .star-rating > span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.store-data .star-rating > span:before,
.store-ratings .star-rating > span:before {
  content: "\e809\e809\e809\e809\e809";
}

.dokan-single-seller {
  position: relative;
}

.dokan-single-seller .store-wrapper {
  margin-bottom: 30px !important;
}

.dokan-single-seller .store-wrapper .store-content .seller-avatar {
  text-align: center;
}

.dokan-single-seller .store-wrapper .store-content .seller-avatar .seller-avatar-i {
  display: inline-block;
  padding: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: -1px 0px 9px 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0px 9px 1px rgba(0, 0, 0, 0.15);
}

.dokan-single-seller .store-wrapper .store-content .seller-avatar .seller-avatar-i img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.dokan-single-seller .store-wrapper .store-content .store-name {
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 7px;
}

.dokan-single-seller .store-wrapper .store-content .store-lnk {
  padding-top: 7px;
  margin-bottom: 15px !important;
}

.dokan-single-seller .store-wrapper .store-content i.fa {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}

.dokan-single-seller .store-wrapper .store-content .store-address,
.dokan-single-seller .store-wrapper .store-content .store-phone {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}

.dokan-single-seller .store-wrapper .store-content .store-address [class^="icon-"],
.dokan-single-seller .store-wrapper .store-content .store-address [class*=" icon-"],
.dokan-single-seller .store-wrapper .store-content .store-phone [class^="icon-"],
.dokan-single-seller .store-wrapper .store-content .store-phone [class*=" icon-"] {
  position: absolute;
  left: 0;
}

.dokan-single-seller .store-wrapper .store-content .store-address [class^="icon-"]:before,
.dokan-single-seller .store-wrapper .store-content .store-address [class*=" icon-"]:before,
.dokan-single-seller .store-wrapper .store-content .store-phone [class^="icon-"]:before,
.dokan-single-seller .store-wrapper .store-content .store-phone [class*=" icon-"]:before {
  margin-left: 0;
  margin-right: .4em;
}

.dokan-single-seller .featured-label {
  position: absolute;
  top: -7px;
  right: -8px;
  background: url(../../images/featured-icon.png) no-repeat;
  height: 72px;
  width: 72px;
}

.dokan-single-seller .featured-label span {
  display: block;
  color: #fff;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  position: absolute;
  top: 19px;
  right: 0;
}

.dokan-single-seller.store_style-1 .store-wrapper {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dokan-single-seller.store_style-1 .store-wrapper .store-content {
  padding: 15px;
}

.dokan-single-seller.store_style-1 .store-wrapper .store-content .store-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

.dokan-single-seller.store_style-1 .store-wrapper .store-content .store-info .seller-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 15px;
}

.dokan-single-seller.store_style-1 .store-wrapper .store-content .store-info .store-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dokan-single-seller.store_style-2 .store-wrapper {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 45px;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content {
  padding: 15px;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content .store-info .seller-avatar {
  margin-top: -60px;
  margin-bottom: 15px;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content .store-info .store-data .store-name {
  text-align: center;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content .store-info .store-data .store-ratings {
  text-align: center;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content .store-info .store-data .store-lnk {
  text-align: center;
}

.dokan-single-seller.store_style-3 .store-wrapper {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content {
  padding: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .seller-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-phone,
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-lnk {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-address,
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-phone {
  padding-left: 35px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-address [class^="icon-"],
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-address [class*=" icon-"],
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-phone [class^="icon-"],
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-phone [class*=" icon-"] {
  left: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-lnk {
  font-weight: bold;
  text-align: right;
  padding-top: 0;
  margin-left: auto;
}

.dokan-single-store .store-coupon-wrap {
  display: none;
}

.dokan-single-store .dokan-store-tabs ul {
  margin-bottom: 30px;
}

.dokan-single-store .dokan-store-tabs ul:before,
.dokan-single-store .dokan-store-tabs ul:after {
  display: table;
  content: '';
  clear: both;
}

.dokan-single-store .dokan-store-tabs ul li.dokan-right {
  border-right: 0 none;
  margin-right: 0;
}

.dokan-single-store .dokan-store-tabs ul li.dokan-right .dokan-btn {
  padding-left: 20px;
  padding-right: 20px;
}

.dokan-single-store li.dokan-share-btn-wrap .dokan-share-btn {
  margin: 5px 10px;
}

.woocommerce .seller-items .products .product {
  padding-right: 0px;
  padding-left: 0px;
}

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

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

.woocommerce #reviews #comments ol.commentlist li .review_comment_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .dokan-review-author-img {
  width: 95px;
  padding-right: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating {
  overflow: hidden;
  position: relative;
  font-family: "fontello";
  font-size: 14px;
  line-height: 1;
  height: 1em;
  margin-bottom: 10px;
  width: 70px;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating > span {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating > span:before {
  content: "\e809\e809\e809\e809\e809";
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text p {
  margin-bottom: 5px;
}

.dokan-category-menu {
  border: 0 none;
}

.dokan-category-menu h3.widget-title {
  padding: 0 0 5px;
  margin: 0 0 30px;
  border-width: 0 0 2px;
  border-style: none none solid;
  background: none;
}

.dokan-category-menu #cat-drop-stack > ul li a {
  font-size: inherit;
  padding: 10px 0;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap {
  background: none;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
  border-bottom: 0 none !important;
  margin: 0;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.level-0 {
  background: none;
}

#dokan-form-contact-seller ul > li {
  border-bottom: 0 none;
}

#dokan-form-contact-seller ul > li.dokan-form-group {
  padding: 0;
  margin-bottom: 15px;
}

#dokan-form-contact-seller ul > li.dokan-form-group .dokan-form-control {
  padding: 7px 15px;
}

#dokan-form-contact-seller input[type="submit"].dokan-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0 none;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:not(:last-child):after {
  padding: 0 10px;
}

.store-coupon-wrap.multistore_show_store_coupons {
  clear: both;
  border: 2px dashed #40c6ff;
  padding: 15px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.dokan-store-sidebar {
  margin-bottom: 60px;
}

.dokan-store-sidebar .widget .widget-title {
  margin-bottom: 30px;
}

.dokan-store-sidebar .widget.dokan-category-menu #cat-drop-stack {
  margin-top: -15px;
}

.dokan-store-sidebar .dokan-form-group textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.wc-store-locator .site-content {
  background: #eff3fa;
}

.wc-store-locator .site-content .wcsl-store-locator {
  margin-bottom: 30px;
}

.wc-store-locator .site-content .wcsl-store-locator::after {
  display: block;
  content: "";
  clear: both;
}

.wc-store-locator .site-content .wcsl-store-locator .wcsl-map-container {
  width: 70%;
}

.wc-store-locator .site-content .wcsl-filter-form {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.wc-store-locator .site-content .wcsl-filter-form .fc-form-group label {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.wc-store-locator .site-content .wcsl-filter-form .fc-form-group input,
.wc-store-locator .site-content .wcsl-filter-form .fc-form-group select {
  padding: 3px 0 3px 10px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  min-height: 26px;
  line-height: 26px;
  height: auto;
}

.wc-store-locator .site-content .wcsl-filter-form .fc-form-group input.fc-btn-submit {
  color: #fff;
  padding: 4px 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wc-store-locator .site-content .wcsl-filter-form .fc-form-group select {
  padding-right: 15px;
}

.wc-store-locator .site-content .wcsl-filter-form .fc-form-group .wcsl-current-location {
  margin-top: 10px;
}

.wc-store-locator .site-content .wcsl-filter-form .fc-form-group .wcsl-current-location:before {
  color: #40c6ff;
}

.wc-store-locator .site-content .wcsl-listing {
  background: transparent;
  padding-right: 30px;
}

.wc-store-locator .site-content .wcsl-listing .wpgmp_listing_container {
  background: #fff;
}

.wc-store-locator .site-content .wcsl-listing .wcsl-results {
  padding: 10px 30px;
  font-size: 14px;
  font-style: inherit;
}

.wc-store-locator .site-content .wcsl-listing .wcsl-results .wsl_actions {
  margin-top: 3px;
}

.wc-store-locator .site-content .wcsl-listing .wcsl-items li {
  padding: 15px 30px;
  font-size: 14px;
}

.wc-store-locator .site-content .wcsl-listing .wcsl-items li .place_title {
  margin-bottom: 5px;
  display: block;
}

.wc-store-locator .site-content .wcsl-listing .wcsl-items li .place_title:before {
  color: #40c6ff;
}

.home-page-1 .site-header {
  margin-bottom: 0;
}

.home-page-1 .hp1-bn {
  margin-bottom: 25px;
}

.home-page-1 .hp1-bn > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.home-page-2 .site-header {
  margin-bottom: 0;
}

.home-page-2 .nb-fw.list-store-dokan {
  margin-top: -5px;
}

.home-page-2 .product_hotdeals .layout-banner {
  padding-top: 35px;
  padding-left: 135px;
  padding-bottom: 45px;
}

.home-page-2 .hp2-bn .nbfw_banner-container {
  padding-top: 150px;
  padding-bottom: 150px;
  background-position-x: 100% !important;
}

.home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 30px 0 0;
  width: 30%;
}

.home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info .txt-primary {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}

.home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info .txt-des {
  font-size: 16px;
  margin-bottom: 25px;
}

.home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info a.banner-more {
  background: transparent;
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  line-height: 36px;
  height: 40px;
  font-weight: 700;
  display: inline-block;
  border: solid 1px #000;
  font-size: 16px;
  font-weight: normal;
}

.home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info a.banner-more:hover {
  background: #40c6ff;
  color: #fff;
}

/*
 * main megamenu
 */

.bot-section-wrap .bot-section {
  position: static;
}

.is_actived_mmm .main-navigation .mobile-toggle-button {
  display: none !important;
}

.is_actived_mmm .main-navigation .menu-main-menu-wrap {
  display: block !important;
}

.main-navigation .mobile-toggle-button {
  display: block;
  float: right;
}

.main-navigation .menu-main-menu-wrap {
  clear: both;
}

.main-navigation .menu-main-menu-wrap .menu-main-menu-title {
  display: none;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary {
  background: transparent;
  /*
			Sticky Menu
			 */
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary {
  height: auto !important;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin-right: 25px;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: transparent;
  color: #444;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  background: transparent;
  color: #444;
  text-transform: uppercase;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {
  color: #40c7ff;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  background: #fff;
  border: solid 1px #ededed;
  padding: 15px 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  background: #fff;
  margin: 0 30px;
  padding: 0;
  border-bottom: dotted 1px #e6e6e6;
  white-space: nowrap;
  line-height: 34px;
  height: 34px;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before {
  content: "\f10c";
  font-family: 'FontAwesome';
  font-size: 8px;
  margin: 0px 10px 0 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #40c7ff;
  background: none;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item:last-child > a.mega-menu-link {
  border-bottom: none;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: #ffffff;
  width: 1140px;
  left: 15px;
  border: solid 1px #ededed;
  padding: 15px;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image > a {
  overflow: hidden;
  display: block;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image > a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image > a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: capitalize;
  border-color: #efefef;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: solid 1px #e4e4e4;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-category-img > ul.mega-sub-menu > li.mega-menu-item.widget_text {
  padding: 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-category-img > ul.mega-sub-menu > li.mega-menu-item.widget_text .mega-block-title {
  text-align: center;
  text-transform: capitalize;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-fly-out-mutil-cols li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-fly-out-mutil-cols li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  background: #fff;
  margin: 0px 15px;
  padding: 0;
  border-bottom: dotted 1px #e6e6e6;
  white-space: nowrap;
  font-weight: normal;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-fly-out-mutil-cols li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before {
  content: "\f10c";
  font-family: 'FontAwesome';
  font-size: 8px;
  margin: 0 10px 0 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-fly-out-mutil-cols li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child > a.mega-menu-link {
  border-bottom: none;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu li.mega-img-2-rows {
  position: absolute;
  top: 0;
  right: 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu {
  margin-top: 5px;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item .mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  margin-top: 1px;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-5740 {
  position: relative;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-5740 > ul.mega-sub-menu {
  position: absolute;
  left: 0px;
  width: 370px;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary.mega-sticky {
  position: fixed;
  background: #ffffff;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary.mega-sticky #mega-menu-primary {
  margin: 0 auto !important;
  max-width: 100% !important;
  text-align: center;
  width: 1140px;
  position: relative;
  background: white;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary.mega-sticky #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  left: 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary.mega-sticky #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary.mega-sticky #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu {
  margin-top: 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary.mega-sticky #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary.mega-sticky #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item .mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  margin-top: 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary .mega-menu-toggle {
  background: transparent;
  -webkit-border-radius: unset;
  border-radius: unset;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 {
  margin-right: 0;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
  content: '\f038';
  font-family: "FontAwesome";
  color: #444;
  font-size: 23px;
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
  content: '';
}

.main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
  display: none;
}

/*
 * default category menu
 */

.dropdown-megamenu {
  padding: 5px 0 0 0;
  height: 100%;
  cursor: pointer;
  width: 270px;
  position: relative;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

.dropdown-megamenu ul {
  padding: 0;
  margin: 0;
}

.dropdown-megamenu .btn-menu {
  line-height: 38px;
  position: relative;
  text-transform: uppercase;
  float: left;
  padding-left: 44px;
  font-weight: 700;
}

.dropdown-megamenu .btn-menu:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  position: absolute;
  width: 28px;
  height: 24px;
  top: 0;
  left: 0;
  font-size: 23px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: normal;
}

.dropdown-megamenu .menu-main-container {
  position: relative;
  height: 38px;
}

.dropdown-megamenu .menu-main-container #menu-main {
  position: absolute;
  top: 43px;
  left: 0px;
  z-index: 10;
  background: #fff;
  border: solid 1px #ededed;
  display: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item {
  list-style: none;
  position: relative;
  height: 45px;
  line-height: 45px;
  width: 260px;
  padding-left: 50px;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item > ul.sub-menu {
  position: absolute;
  top: 0;
  left: 260px;
  display: none;
  border: solid 1px #ededed;
  background: #fff;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item > ul.sub-menu li.menu-item {
  position: relative;
  height: 45px;
  line-height: 45px;
  min-width: 200px;
  white-space: nowrap;
  list-style: none;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item > ul.sub-menu li.menu-item a {
  display: block;
  border-bottom: dotted 1px #e6e6e6;
  margin: 0 30px;
  padding-left: 20px;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item > ul.sub-menu li.menu-item ul.sub-menu {
  position: absolute;
  top: 0;
  left: 200px;
  display: none;
  border: solid 1px #ededed;
  background: #fff;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item > ul.sub-menu li.menu-item:hover > a {
  color: #40c7ff;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item > ul.sub-menu li.menu-item:hover ul.sub-menu {
  display: block;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item > ul.sub-menu li.menu-item.menu-item-has-children:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 30px;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item > ul.sub-menu li.menu-item:before {
  content: "\f10c";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 8px;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item > ul.sub-menu li.menu-item:last-child {
  border-bottom: none;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item:hover {
  background: #effaff;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item:hover > ul.sub-menu {
  display: block;
}

.dropdown-megamenu .menu-main-container #menu-main > li.menu-item.menu-item-has-children:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 18px;
}

.dropdown-megamenu:hover {
  background: #ff9900;
}

.dropdown-megamenu:hover .btn-menu {
  color: #fff;
}

.dropdown-megamenu:hover .btn-menu:before {
  left: 15px;
}

.dropdown-megamenu:hover #menu-main {
  display: block;
}

.dropdown-megamenu:hover #mega-menu-wrap-menu-cat {
  top: 43px;
  opacity: 1;
  z-index: 999;
}

/*
 * Category Vertical Mega Menu
 */

.menu-pri #mega-menu-wrap-menu-cat {
  position: absolute;
  z-index: -1;
  min-width: 270px;
  top: 60px;
  left: 0px;
  background: #fff;
  -webkit-transition: all .2s ease-out .2s;
  -o-transition: all .2s ease-out .2s;
  transition: all .2s ease-out .2s;
  opacity: 0;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat {
  border: solid 1px #ededed;
  padding: 15px 0 6px 0;
  background: #fff;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li {
  width: 100%;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-has-children li > a.mega-menu-link,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout > a.mega-menu-link,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout li > a.mega-menu-link,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-object-product_cat > a.mega-menu-link,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-object-product_cat li > a.mega-menu-link {
  text-align: left;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link:before,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-has-children li > a.mega-menu-link:before,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout > a.mega-menu-link:before,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout li > a.mega-menu-link:before,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-object-product_cat > a.mega-menu-link:before,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-object-product_cat li > a.mega-menu-link:before {
  float: left;
  margin: 0 20px 0 10px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link:after,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-has-children li > a.mega-menu-link:after,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout > a.mega-menu-link:after,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout li > a.mega-menu-link:after,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-object-product_cat > a.mega-menu-link:after,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-item-object-product_cat li > a.mega-menu-link:after {
  float: right;
  content: "\f105";
  font-family: 'FontAwesome';
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout > ul.mega-sub-menu,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item > ul.mega-sub-menu,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > ul.mega-sub-menu {
  right: auto;
  left: 110%;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout:hover > ul.mega-sub-menu {
  visibility: visible;
  opacity: 1;
  left: 100%;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item:hover > ul.mega-sub-menu {
  visibility: visible;
  opacity: 1;
  left: 100%;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout ul.mega-sub-menu {
  width: 200px;
  background: #fff;
  border: solid 1px #ededed;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout ul.mega-sub-menu li a.mega-menu-link {
  background: #fff;
  margin: 0 30px;
  padding: 0;
  border-bottom: dotted 1px #e6e6e6;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout ul.mega-sub-menu li a.mega-menu-link:before {
  content: "\f10c";
  font-family: 'FontAwesome';
  font-size: 8px;
  margin: 0 20px 0 0;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout ul.mega-sub-menu li a.mega-menu-link:hover,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout ul.mega-sub-menu li a.mega-menu-link:focus {
  color: #40c7ff;
  background: none;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout ul.mega-sub-menu li:last-child a.mega-menu-link {
  border-bottom: none;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu {
  position: static !important;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu {
  top: -1px;
  right: auto;
  left: 110% !important;
  background: #fff;
  border: solid 1px #ededed;
  padding: 15px 15px 25px 15px;
  width: 870px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 15px 15px 5px 15px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image > a {
  overflow: hidden;
  display: block;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image > a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image > a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: solid 1px #e4e4e4;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-category-img > ul.mega-sub-menu > li.mega-menu-item.widget_text {
  padding: 0;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-category-img > ul.mega-sub-menu > li.mega-menu-item.widget_text .mega-block-title {
  text-align: center;
  text-transform: capitalize;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu li.mega-img-2-rows {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu:hover > ul.mega-sub-menu {
  visibility: visible;
  opacity: 1;
  left: 100% !important;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left span:after {
  content: '\f345' !important;
  float: right;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left span.cat-menu-see-more:after,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left span.cat-menu-see-less:after {
  display: none;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: #effaff;
  color: #444;
  line-height: 45px;
  height: 45px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal > li.mega-menu-item > a.mega-menu-link {
  color: #444;
  line-height: 45px;
  height: 45px;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal > li.mega-menu-item > a.mega-menu-link:hover,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal > li.mega-menu-item > a.mega-menu-link:focus {
  background: #effaff;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: #effaff;
}

.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal > li.mega-menu-item .mega-menu-link > span.cat-menu-see-more,
.menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal > li.mega-menu-item .mega-menu-link > span.cat-menu-see-less {
  display: block;
  color: #444;
}

.custom-about-pages .nb-fw.services .svicon-font {
  border: 3px solid #f7d8aa;
}

.custom-about-pages .nb-fw.services .service-title {
  font-size: 24px;
  line-height: 30px;
  color: #293544;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.custom-about-pages .nb-fw.services .sv-content-box {
  font-size: 18px;
  line-height: 24px;
  color: #5c5c5c;
  margin: 0;
}

.custom-about-pages .nb-fw.our_team .profile-item {
  position: relative;
}

.custom-about-pages .nb-fw.our_team .profile-item:hover .content {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.custom-about-pages .nb-fw.our_team .profile-item .author {
  position: relative;
  text-align: center;
  margin: 0 0px 140px 0px;
}

.custom-about-pages .nb-fw.our_team .profile-item .ms-team-info {
  position: absolute;
  padding: 15px 0;
  z-index: 11;
  width: 90%;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f8981d;
}

.custom-about-pages .nb-fw.our_team .profile-item .ms-team-info .name {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 2px 0;
}

.custom-about-pages .nb-fw.our_team .profile-item .ms-team-info .job {
  font-size: 14px;
  line-height: 24px;
  color: #f9e1c3;
  margin: 0;
}

.custom-about-pages .nb-fw.our_team .profile-item .content {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
  padding: 20px;
  text-align: left;
  background: rgba(41, 53, 68, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.custom-about-pages .nb-fw.our_team .profile-item .content .ourteam-social-share {
  margin-top: 15px;
}

.custom-about-pages .nb-fw.our_team .profile-item .content .ourteam-social-share i {
  margin-right: 10px;
  font-size: 16px;
  color: #999;
}

.custom-about-pages .nb-fw.banner .banner-more {
  color: #f90;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}

.custom-about-pages .headline-container .sub-heading {
  margin-top: 30px;
}

.custom-about-pages .headline-container .title {
  line-height: 32px;
}

.msabout-txt .vc_column-inner {
  padding-top: 15px !important;
}

.txt-small-footer {
  font-size: 12px;
}

.color-white h4 {
  color: #fff;
}

.home4-products .nb_wcproducts_default .nb_wc-products {
  margin: 0px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.home4-products .grid-col {
  border: none;
}

.home4-products .owl-item.active .grid-col {
  border: 1px solid #efefef;
  margin-left: -1px;
}

.home4-products .vktab_widget_content .inside {
  margin-top: 0px;
  padding-top: 30px;
}

.home4-products .vktab_widget_content .inside .tab-product-wrapper .nb_wcproducts_default .nb_wc-products .products-column .product {
  margin-bottom: 0px;
}

.home4-lstbrands .brands-list .brand-item {
  border: none;
}

.home4-lstbrands .brands-list {
  border-top: 1px solid #f3f3f3;
}

.home4-brand-category .cat-icon {
  border-bottom: 1px solid #dedede;
}

.home4-brand-category .cat-icon .owl-item.active:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 60%;
  background: #dedede;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.home-page-4 .site-header {
  margin-bottom: 0;
}

.home-page-4 .menu-pri #mega-menu-wrap-menu-cat {
  z-index: 9;
  opacity: 1;
  top: 43px;
}

.home-page-4 .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat {
  border: 1px solid #d7d7d7;
  padding-top: 0px;
}

.home-page-3 .site-header {
  margin-bottom: 40px;
}

.contact-map .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

.nb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main {
  padding-left: 15px;
  padding-right: 15px;
}

.shop-main .products .product {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.shop-main .woocommerce-pagination {
  margin-top: 30px;
}

.shop-main .shop-banner {
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .entry-summary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-main.wide .single-product-wrap .pd-meta-left,
.shop-main.wide .single-product-wrap .pd-meta-right {
  display: inline-block;
  width: 50%;
}

.shop-main.wide .single-product-wrap .pd-meta-left .price,
.shop-main.wide .single-product-wrap .pd-meta-right .price {
  line-height: 1;
}

.shop-main.wide .single-product-wrap .pd-meta-left {
  padding-right: 15px;
}

.shop-main.wide .single-product-wrap .pd-meta-right {
  padding-left: 15px;
  vertical-align: top;
}

.shop-main:not(.wide) .single-product-wrap .product_meta {
  border-top: 1px solid;
}

.woocommerce .product .product-title {
  margin-top: 12px;
  margin-bottom: 6px;
}

.woocommerce .product .product-title a {
  font-size: 18px;
  font-weight: bold;
  color: #444;
}

.woocommerce .product .product-action {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 5;
}

.woocommerce .product .product-action.icon-horizontal {
  width: 100%;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 5px;
  text-align: center;
  z-index: 5;
}

.woocommerce .product .product-action.icon-horizontal .button.compare,
.woocommerce .product .product-action.icon-horizontal .button.wishlist-btn {
  height: 35px;
  width: 35px;
  margin-left: 10px;
  background: transparent;
  border: 1px solid #d7d7d7;
  color: #444444 !important;
  opacity: 0;
  visibility: hidden;
  moz-transform: translateX(-35px);
  -webkit-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.woocommerce .product .product-action.icon-horizontal .button.compare:hover i,
.woocommerce .product .product-action.icon-horizontal .button.wishlist-btn:hover i {
  color: #ffffff !important;
}

.woocommerce .product .product-action.icon-horizontal .button.compare:not(.real-compare-button) {
  display: none !important;
}

.woocommerce .product .product-action.icon-horizontal .button.wishlist-btn .button {
  width: auto;
  margin: 0;
  line-height: 28px;
  background: transparent;
}

.woocommerce .product .product-action.icon-horizontal .button.wishlist-btn .button i {
  color: #444;
}

.woocommerce .product .product-action.icon-horizontal .button .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.woocommerce .product .product-action.icon-horizontal .button .yith-wcwl-add-to-wishlist i {
  color: #444;
}

.woocommerce .product .product-action.icon-horizontal .button .tooltip {
  line-height: 35px;
}

.woocommerce .product .product-action.icon-horizontal .button.yith-wcqv-button {
  width: auto;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  padding: 9px 15px;
  font-weight: bold;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.woocommerce .product .product-action.icon-horizontal .button.add_to_cart_button,
.woocommerce .product .product-action.icon-horizontal .button.product_type_simple:not(.add_to_cart_button) {
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #eeeeee;
  color: #666 !important;
  float: left;
}

.woocommerce .product .product-action.icon-horizontal .button.product_type_simple:not(.add_to_cart_button):before {
  content: '';
}

.woocommerce .product .product-action.icon-horizontal .button .tooltip {
  bottom: -webkit-calc(100% + 15px);
  bottom: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.woocommerce .product .product-action.icon-horizontal .button .tooltip:before {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  bottom: -10px;
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
}

.woocommerce .product .product-action.icon-horizontal .button:hover .tooltip {
  bottom: -webkit-calc(100% + 15px);
  bottom: calc(100% + 15px);
}

.woocommerce .product .product-action.icon-horizontal .button.product_type_variable {
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #eeeeee;
  color: #666 !important;
  float: left;
}

.woocommerce .product .product-action.icon-vertical {
  width: 65px;
  bottom: auto;
  position: absolute;
  top: 50px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
}

.woocommerce .product .product-action.icon-vertical .button {
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 50px;
  height: 37px;
  background: #eeeeee;
}

.woocommerce .product .product-action.icon-vertical .button i {
  color: #444444;
}

.woocommerce .product .product-action.icon-vertical .button.compare:not(.real-compare-button) {
  display: none !important;
}

.woocommerce .product .product-action.icon-vertical .button .yith-wcwl-add-to-wishlist i {
  color: #444444;
}

.woocommerce .product .product-action.icon-vertical .button .tooltip {
  line-height: 34px;
  right: -webkit-calc(100% + 20px);
  right: calc(100% + 20px);
  top: 0;
}

.woocommerce .product .product-action.icon-vertical .button .tooltip:before {
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: -10px;
  border-left: 5px solid rgba(0, 0, 0, 0.7);
}

.woocommerce .product .product-action.icon-vertical .button:hover {
  background: #40c6ff;
}

.woocommerce .product .product-action.icon-vertical .button:hover i {
  color: #ffffff;
}

.woocommerce .product .product-action.icon-vertical .button:hover .yith-wcwl-add-to-wishlist i {
  color: #fff;
}

.woocommerce .product .product-action.icon-vertical .button:hover .tooltip {
  right: -webkit-calc(100% + 10px);
  right: calc(100% + 10px);
}

.woocommerce .product .product-action.icon-vertical .button.product_type_variable i:before {
  content: '\f290';
  font-family: fontello;
  font-style: normal;
}

.woocommerce .product .product-action .wcvendors_sold_by_in_loop {
  display: none;
}

.woocommerce .product .product-action .compare.added {
  font-size: 0;
  line-height: 0;
  padding: 0;
  min-width: 0;
  color: #444;
}

.woocommerce .product .product-action .compare.added:before {
  font-family: 'FontAwesome';
  content: "\f047";
  font-size: 13px;
  line-height: 37px;
}

.woocommerce .product .product-action .compare.added:hover {
  color: #fff;
}

.woocommerce .product .product-action .button {
  display: inline-block;
  position: relative;
  width: 40px;
  border: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.woocommerce .product .product-action .button .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  height: 0;
}

.woocommerce .product .product-action .button .yith-wcwl-add-to-wishlist a:focus {
  outline: 0;
}

.woocommerce .product .product-action .button .yith-wcwl-add-to-wishlist div {
  height: 100%;
}

.woocommerce .product .product-action .button .yith-wcwl-add-to-wishlist i {
  color: #fff;
}

.woocommerce .product .product-action .button .yith-wcwl-add-to-wishlist i.icon-heart {
  margin-right: 0;
}

.woocommerce .product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 0;
  left: -webkit-calc(50% - 6px);
  left: calc(50% - 6px);
  margin-left: 0;
  visibility: visible;
  width: 12px !important;
  height: 12px !important;
}

.woocommerce .product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.woocommerce .product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading i:before {
  content: '\e839';
  font-family: 'fontello';
  font-style: normal;
}

.woocommerce .product .product-action .button .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .product .product-action .button .yith-wcwl-wishlistaddedbrowse a {
  display: block;
}

.woocommerce .product .product-action .button [class^="icon-"]:before {
  font-weight: bold;
}

.woocommerce .product .product-action .button.product_type_simple:not(.add_to_cart_button):before {
  content: '\f290';
  font-family: fontello;
  font-style: normal;
  color: #444444;
}

.woocommerce .product .product-action .button.product_type_simple:not(.add_to_cart_button):hover:before {
  color: #fff;
}

.woocommerce .product .product-action .button.add_to_cart_button i:before {
  content: '\f290';
  font-family: fontello;
  font-style: normal;
}

.woocommerce .product .product-action .button.loading i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.woocommerce .product .product-action .button.loading i:before {
  content: '\e839';
}

.woocommerce .product .product-action .button .tooltip {
  position: absolute;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  min-height: 35px;
  text-transform: none;
  padding-left: 7px;
  padding-right: 7px;
}

.woocommerce .product .product-action .button .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
}

.woocommerce .product .product-action .button:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.woocommerce .product .price .amount {
  font-size: 1.2em;
}

.woocommerce .product .price del .amount {
  font-size: 1em;
}

.woocommerce .product .grid-col:hover .product-image > a:before {
  opacity: 1;
}

.woocommerce .product .grid-col:hover .grid-col {
  -webkit-box-shadow: 0px 5px 15px #eee;
  box-shadow: 0px 5px 15px #eee;
}

.woocommerce .product .grid-col:hover .product-action {
  right: 30px;
  opacity: 1;
  visibility: visible;
  top: 50px;
}

.woocommerce .product .grid-col:hover .product-action.icon-horizontal {
  text-align: center;
  z-index: 5;
}

.woocommerce .product .grid-col:hover .product-action.icon-horizontal .yith-wcqv-button {
  opacity: 1;
  visibility: visible;
}

.woocommerce .products.grid-type .product-description {
  margin-top: 5px;
}

.woocommerce .products.list-type .list-type-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce .products.list-type .list-type-wrap .product-category-link {
  padding: 3px 5px;
  border: 1px solid #ccc;
  line-height: 18px;
  margin-bottom: 5px;
}

.woocommerce .products.list-type .list-type-wrap a .tooltip {
  opacity: 1;
  position: static;
  display: inline-block;
}

.woocommerce .products.list-type .list-type-wrap .add_to_cart_button {
  line-height: 36px;
}

.woocommerce .products.list-type .product .product-category-link {
  display: inline-block;
  background: #fff;
  padding: 5px 7px;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.woocommerce .products.list-type .product .product-category-link:hover {
  background: red;
  color: #fff;
  border-color: red;
}

.woocommerce .products.list-type .product .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
}

.woocommerce .products.list-type .product .product-image a {
  border: solid 1px #efefef;
}

.woocommerce .products.list-type .product .product-meta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  padding: 0 15px 15px 30px;
}

.woocommerce .products.list-type .product .product-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce .products.list-type .product .product-description {
  margin-bottom: 30px;
}

.woocommerce .products.list-type .product .button > i {
  margin-right: 8px;
}

.woocommerce .products.list-type .product {
  width: 100%;
}

.grid-col {
  border: 1px solid #efefef;
  padding: 15px;
  font-weight: bold;
}

.grid-col .price {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
}

.grid-col.action_vertical {
  padding: 15px 15px 22px 15px;
}

.grid-col.action_vertical .price,
.grid-col.action_vertical .product-title,
.grid-col.action_vertical .start-rating {
  text-align: center;
}

.woocommerce .products-column .product {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  position: relative;
}

.woocommerce .product .product-image {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.woocommerce .product .product-image a {
  display: block;
  overflow: hidden;
}

.woocommerce .product .product-image a img {
  width: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.woocommerce .product .product-image a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.woocommerce .product .onsale {
  z-index: 8;
}

.woocommerce .product .onsale.sale-style-1 {
  position: absolute;
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  top: 15px;
  right: 35px;
  text-transform: uppercase;
}

.woocommerce .product .onsale.sale-style-2 {
  width: 92px;
  height: 92px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  overflow: hidden;
  top: 1px;
  bottom: auto;
  left: auto;
  right: 16px;
  opacity: 1;
}

.woocommerce .product .onsale.sale-style-2 .percent {
  width: 140px;
  height: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 17px;
  right: -42px;
  border-bottom: 25px solid;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
}

.woocommerce .product .onsale.sale-style-3 {
  width: 45px;
  height: 45px;
  background: #40c6ff;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  line-height: 45px;
  position: absolute;
  top: 15px;
  left: 30px;
}

.woocommerce .product .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-family: "fontello";
  margin-bottom: 7px;
  width: 65px;
  font-size: 14px;
}

.woocommerce .product .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

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

.woocommerce .product .star-rating span:before {
  content: "\e809\e809\e809\e809\e809";
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce .product .price {
  font-weight: bold;
}

.woocommerce .product .price .amount {
  font-size: 20px;
}

.woocommerce .product .price del {
  color: #999;
  margin-right: 10px;
}

.woocommerce .product .price del .amount {
  font-size: 20px;
  opacity: 1;
}

.woocommerce .product .price del span {
  color: #999;
}

.woocommerce .product .entry-summary {
  margin-top: 0;
}

.woocommerce .product .entry-summary .price {
  margin-top: 0;
}

.woocommerce .product .action_vertical .star-rating {
  margin-right: auto;
  margin-left: auto;
}

.shop-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-action .woocommerce-result-count {
  margin-top: 0;
  margin-bottom: 0;
}

.shop-action .woocommerce-ordering select {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-width: 200px;
}

.shop-action .woocommerce-notices-wrapper {
  width: 100%;
}

.added_to_cart.wc-forward {
  display: none;
}

.woocommerce .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce .products .product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.woocommerce.widget .price_slider_wrapper {
  padding: 20px 0;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.woocommerce.widget .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 7px;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  width: 94%;
  float: left;
}

.woocommerce.widget .price_slider_wrapper .price_slider_amount {
  margin-top: 25px;
}

.woocommerce.widget .price_slider_wrapper .price_slider_amount button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 15px;
  float: left;
}

.woocommerce.widget .price_slider_wrapper .price_slider_amount .price_label {
  display: inline-block;
  margin-left: 15px;
  margin-top: 7px;
}

.woocommerce.widget .ui-slider .ui-slider-range {
  background: #4ac4fa;
  top: -1px;
  height: 7px;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}

.woocommerce.widget .ui-slider .ui-slider-handle {
  display: block;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  top: -7px;
  position: absolute;
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.woocommerce.widget .ui-slider .ui-slider-handle:before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #b2b2b2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.woocommerce .product:hover .product-action.icon-horizontal .button.compare,
.woocommerce .product:hover .product-action.icon-horizontal .button.wishlist-btn {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.star-o-rating,
.product .star-rating:before,
.product .star-rating span {
  color: #ffcc35;
}

#yith-quick-view-content .single-product-wrap {
  padding-top: 35px !important;
}

#yith-quick-view-content .single-product-wrap .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}

#yith-quick-view-content .single-product-wrap .entry-summary {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50%);
  -webkit-flex: 0 0 -webkit-calc(100% - 50%);
  flex: 0 0 calc(100% - 50%);
  max-width: -webkit-calc(100% - 50%);
  max-width: calc(100% - 50%);
  padding-left: 30px;
  padding-right: 30px;
}

.single-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.single-product-wrap .product-image {
  width: 100%;
  position: relative;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide img {
  cursor: pointer;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide.swiper-slide-active img {
  border: 1px solid #00adef;
}

.single-product-wrap .product-image .onsale.sale-style-3 {
  left: 60px;
}

.single-product-wrap .woocommerce-product-gallery__wrapper {
  margin-top: 0;
}

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

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery {
  margin-bottom: 10px;
  cursor: pointer;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .next {
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .next {
  opacity: 1;
  visibility: visible;
}

.single-product-wrap .price del {
  font-size: 1.5em;
}

.single-product-wrap .price del .amount {
  opacity: .5;
  margin-right: 10px;
}

.single-product-wrap .price ins,
.single-product-wrap .price > span.amount {
  font-size: 2em;
}

.single-product-wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}

.single-product-wrap .entry-summary .entry-title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.single-product-wrap .entry-summary .price {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
}

.single-product-wrap .entry-summary .product-addtocart .variations_form {
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
}

.single-product-wrap .woocommerce-product-rating {
  display: inline-block;
  width: 100%;
}

.single-product-wrap .star-rating {
  font-size: 18px;
  width: 85px;
  display: inline-block;
  float: left;
}

.single-product-wrap .woocommerce-review-link {
  display: inline-block;
  float: left;
  line-height: 1.3;
  margin-left: 10px;
}

.single-product-wrap .woocommerce-product-details__short-description {
  margin-bottom: 25px;
}

.single-product-wrap .cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}

.single-product-wrap .cart .variations {
  width: 100%;
}

.single-product-wrap .cart .variations .label {
  width: 20%;
  float: left;
}

.single-product-wrap .cart .variations .value {
  margin-bottom: 15px;
  width: 80%;
}

.single-product-wrap .cart .variations .value ul.swatch {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.single-product-wrap .cart .variations .value ul.swatch li.swatch-item {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  border: solid 1px #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single-product-wrap .cart .variations .value ul.swatch li.swatch-item.selected {
  border: solid 1px #000;
}

.single-product-wrap .cart .variations .value ul.swatch li.swatch-item:hover {
  border: solid 1px #000;
}

.single-product-wrap .cart .variations .value ul.swatch li.swatch-item span {
  min-width: 32px;
  min-height: 32px;
  display: block;
  border: solid 1px #ccc;
  line-height: 20px;
  padding: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single-product-wrap .cart .single_variation_wrap {
  margin-top: 10px;
}

.single-product-wrap .product_meta {
  padding-top: 25px;
  margin-top: 30px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.single-product-wrap .product_meta .meta-name {
  display: inline-block;
  min-width: 120px;
}

.single-product-wrap .product_meta .sku_wrapper,
.single-product-wrap .product_meta .category_wrapper,
.single-product-wrap .product_meta .tag_wrapper,
.single-product-wrap .product_meta .availability_wrapper {
  margin-bottom: 15px;
}

.single-product-wrap .product_meta .availability_wrapper .stock {
  display: inline-block;
  color: #fff;
  padding: 5px;
}

.single-product-wrap .product_meta .availability_wrapper .in-stock {
  background-color: #8BAD42;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single-product-wrap .product_meta .availability_wrapper .out-stock {
  background-color: #D52A2A;
}

.single-product-wrap .yith-wcwl-wishlistaddedbrowse {
  padding-top: 0 !important;
}

.single-product-wrap .yith-wcwl-wishlistaddedbrowse a {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
}

.single-product-wrap .yith-wcwl-wishlistexistsbrowse {
  padding-top: 0 !important;
}

.single-product-wrap .yith-wcwl-wishlistexistsbrowse a {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
  float: left;
  display: inline-block;
  position: relative;
  background: transparent !important;
  width: 40px;
  height: 40px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  padding-top: 14px;
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i {
  margin-right: 0;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: -95%;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding: 6px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  z-index: 99;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  bottom: -10px;
  right: -webkit-calc(50% - 5px);
  right: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.7);
}

.single-product-wrap .yith-wcwl-add-to-wishlist:hover .tooltip {
  top: -40px;
  opacity: 1;
  visibility: visible;
}

.woocommerce-tabs .accordion-title-wrap:hover {
  cursor: pointer;
}

.woocommerce-tabs .products .product {
  width: 33.33%;
}

.mfp-figure:after {
  background-color: transparent !important;
}

.shop-main {
  max-width: 100%;
  margin-bottom: 75px;
}

.shop-main .swiper-button-next,
.shop-main .swiper-button-prev,
.shop-main .swiper-button-next.swiper-button-disabled,
.shop-main .swiper-button-prev.swiper-button-disabled {
  -webkit-background-size: 20px 44px;
  background-size: 20px 44px;
  opacity: 0;
}

.shop-main .swiper-button-next,
.shop-main .swiper-button-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
}

.shop-main .swiper-pagination {
  width: 100%;
  position: relative;
}

.shop-main .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 15px;
}

.shop-main .featured-gallery:hover .swiper-button-next,
.shop-main .featured-gallery:hover .swiper-button-prev {
  opacity: 1;
}

.shop-main .featured-gallery:hover .swiper-button-disabled {
  opacity: .35;
}

.shop-main.bottom-thumb .thumb-gallery .swiper-wrapper {
  margin-left: -webkit-calc(-36% - 29px);
  margin-left: calc(-36% - 29px);
}

.shop-main.bottom-thumb .thumb-gallery .woocommerce-product-gallery__image {
  width: 25%;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .featured-gallery {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding-right: 10px;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .swiper-wrapper {
  margin-top: -webkit-calc(-175% + 5px);
  margin-top: calc(-175% + 5px);
  height: 456px;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .swiper-slide {
  height: auto;
}

.shop-main.inside-thumb .woocommerce-product-gallery__wrapper {
  position: relative;
}

.shop-main.inside-thumb .thumb-gallery {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.shop-main.inside-thumb .thumb-gallery .swiper-wrapper {
  margin-top: -webkit-calc(-200% - 5px);
  margin-top: calc(-200% - 5px);
}

.shop-main.inside-thumb .thumb-gallery .swiper-slide {
  height: auto;
}

.shop-main .related .product {
  width: 100%;
}

.shop-main .related,
.shop-main .upsells {
  position: relative;
}

.shop-main .related .products,
.shop-main .upsells .products {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-main .related .products .product-description,
.shop-main .upsells .products .product-description {
  margin-top: 5px;
}

.shop-main .upsells .product {
  width: 100%;
}

.shop-main .product-vendor-info .dokan-store-info i.fa {
  width: 20px;
  font-size: 16px;
}

.shop-main .product-vendor-info .dokan-store-info .seller-name li {
  list-style: none;
}

.shop-main .product-vendor-info .dokan-store-info .seller-name .details .wcfm_vendor_badges {
  display: none;
}

.wc-pd-no-sidebar .shop-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.single-product-wrap .product-vendor-info {
  clear: both;
}

.single-product-wrap .compare.button {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  float: left;
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 0;
}

.single-product-wrap .compare.button .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: -70%;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding: 6px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  z-index: 99;
}

.single-product-wrap .compare.button .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  bottom: -10px;
  right: -webkit-calc(50% - 5px);
  right: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.7);
}

.single-product-wrap .compare.button:hover .tooltip {
  top: -40px;
  opacity: 1;
  visibility: visible;
}

.single-product-wrap .compare.button.added {
  display: block;
  font-size: 0;
}

.single-product-wrap .compare.button.added:before {
  content: '\f047';
  font-size: 14px;
  font-family: 'FontAwesome';
}

.single-product-wrap .single_add_to_cart_button {
  height: 40px;
  line-height: 34px;
}

.woocommerce-Reviews .comment-reply-title {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.woocommerce-Reviews p.stars a {
  color: #fcac33;
  font-size: 20px;
}

.woocommerce-Reviews p.comment-form-comment textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
}

.woocommerce-Reviews p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.woocommerce-Reviews p.comment-form-author input {
  height: 35px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.woocommerce-Reviews p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 15px;
  margin-bottom: 20px;
}

.woocommerce-Reviews p.comment-form-email input {
  height: 35px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.woocommerce-Reviews #review_form label {
  font-weight: normal;
  font-size: 14px;
  color: #293544;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.woocommerce-Reviews #commentform p input:not(#submit) {
  width: 100%;
}

.woocommerce-Reviews #commentform .form-submit {
  clear: both;
}

.woocommerce-Reviews #commentform .form-submit .input {
  float: left;
}

.wc-tabs {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
}

.wc-tabs > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
}

.wc-tabs > li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wc-tabs > li.active a {
  border-top: 3px solid;
}

.wc-tabs > li a:focus {
  outline: none;
}

.wc-tabs-wrapper {
  margin-bottom: 45px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper {
  border-top: 1px solid;
}

.shop-main.accordion-tabs .accordion-title-wrap {
  border-top: 1px solid;
  font-size: 16px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 15px;
}

.shop-main.accordion-tabs .accordion-title-wrap:focus {
  outline: 0;
}

.shop-main.accordion-tabs .accordion-title-wrap:after {
  font-family: "fontello";
  position: absolute;
  right: 15px;
  font-size: 23px;
  top: 5px;
}

.shop-main.accordion-tabs .accordion-title-wrap:not(.ui-accordion-header-active):after {
  content: "\f107";
}

.shop-main.accordion-tabs .accordion-title-wrap.ui-accordion-header-active:after {
  content: "\f106";
}

.shop-main.accordion-tabs .accordion-title-wrap.ui-accordion-header-active a:focus,
.shop-main.accordion-tabs .accordion-title-wrap.ui-accordion-header-active a:hover {
  outline: 0;
}

.shop-main.accordion-tabs .accordion-content #reviews {
  margin-top: 20px;
}

.shop-main .woocommerce-Reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-main .woocommerce-Reviews .comment-respond {
  border: 1px solid;
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-comment label {
  display: inline-block;
  margin-bottom: 10px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars {
  margin-top: 15px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'fontello';
  content: '\e80a';
  text-indent: 0;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a:hover ~ a::before {
  content: '\e80a';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars:hover a::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active ~ a::before {
  content: '\e80a';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a:not(.active)::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-size: 18px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-rating > label,
.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-comment > label {
  color: #222;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .form-submit input {
  color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.shop-main .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 18px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.shop-main .woocommerce-Reviews .comment {
  margin-bottom: 20px;
}

.shop-main .woocommerce-Reviews .commentlist {
  list-style-type: none;
  padding-left: 0;
}

.shop-main .woocommerce-Reviews .commentlist .comment_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-main .woocommerce-Reviews .commentlist .star-rating {
  width: 65px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .meta {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .description p {
  margin: 0;
}

.shop-main .woocommerce-Reviews .avatar {
  float: left;
  margin-right: 15px;
}

.shop-main.split-reviews-form #comments {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
  padding-right: 15px;
}

.shop-main.split-reviews-form #review_form_wrapper {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  padding-left: 15px;
}

.shop-main:not(.split-reviews-form) #comments {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.shop-main:not(.split-reviews-form) #review_form_wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-bottom: 30px;
}

.shop-main.round-reviewer-avatar .comment .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.woocommerce-cart #primary {
  width: 100%;
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.shop_table.cart .cart_item .amount {
  font-size: 1.2em;
}

.shop_table.cart .cart_item td {
  padding-right: 15px;
}

.shop_table.cart .to-shop {
  float: left;
}

.shop_table th,
.shop_table td {
  text-align: left;
}

.shop_table thead th {
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.shop_table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid;
}

.shop_table .cart_item td a {
  color: #323232;
}

.shop_table .cart_item td .variation dt {
  float: left;
  margin-right: 10px;
}

.cart-layout-1 .product-thumbnail {
  max-width: 180px;
  width: 180px;
}

.cart-layout-1 .cart-totals-wrap .shop_table {
  font-size: 1.4em;
}

.cart-layout-1 .cart-totals-wrap .shop_table th,
.cart-layout-1 .cart-totals-wrap .shop_table td {
  text-align: right;
  border: 0;
  font-weight: 400;
}

.cart-layout-1 .cart-totals-wrap .shop_table td {
  width: 1%;
  white-space: nowrap;
  padding: 0 0 0 45px;
}

.cart-layout-1 .cart-totals-wrap .shop_table .order-total strong {
  font-weight: 400;
  font-size: 1.5em;
}

.cart-layout-1 .coupon {
  text-align: right;
}

.cart-layout-2 .product-thumbnail {
  max-width: 120px;
  width: 120px;
}

.cart-layout-2 .cart-right-section .cart_totals h3 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}

.cart-layout-2 .cart-right-section td {
  text-align: right;
}

.cart-layout-2 .wc-proceed-to-checkout .checkout-button {
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.cart-layout-2 .cart-totals-wrap {
  padding: 15px 15px 30px;
}

.cart-layout-2 .coupon h3 {
  line-height: 1;
  margin-bottom: 15px;
}

.cart-layout-2 .coupon-wrap {
  border: 2px solid #edf0f5;
  padding: 15px 15px 30px;
}

.cart-layout-2 .coupon-wrap .input-text {
  width: 100%;
  margin-bottom: 15px;
}

.cart-layout-2 .coupon-wrap .button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.coupon {
  margin-bottom: 60px;
}

.coupon input[name="coupon_code"] {
  border-color: transparent;
  border-bottom-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.coupon input[name="coupon_code"]:focus {
  outline: 0;
}

.cart-collaterals .cart_totals > h3 {
  text-align: right;
  margin-bottom: 15px;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.cross-sells .swiper-wrapper {
  width: 100%;
}

.cross-sells .products {
  margin-left: -15px;
  margin-right: -15px;
}

.cross-sells .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cross-sells .flickity-prev-next-button {
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.cross-sells .swiper-pagination {
  display: none;
}

.cart-right-section .cart_totals {
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding: 15px 15px 15px 60px;
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  font-family: "fontello";
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: 12px;
}

.woocommerce .woocommerce-message .woocommerce-Button,
.woocommerce .woocommerce-error .woocommerce-Button,
.woocommerce .woocommerce-info .woocommerce-Button,
.woocommerce-page .woocommerce-message .woocommerce-Button,
.woocommerce-page .woocommerce-error .woocommerce-Button,
.woocommerce-page .woocommerce-info .woocommerce-Button {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #66BB6A;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  content: '\e80f';
  color: #66BB6A;
}

.woocommerce .woocommerce-message a,
.woocommerce-page .woocommerce-message a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top: 3px solid #ef5350;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  content: '\e80e';
  color: #ef5350;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #42A5F5;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  content: '\f086';
  color: #42A5F5;
}

.woocommerce-checkout #primary {
  width: 100%;
}

.woocommerce-checkout #customer_details p.form-row-first,
.woocommerce-checkout #customer_details p.form-row-last {
  width: 50%;
  float: left;
}

.woocommerce-checkout #customer_details p.form-row-first {
  padding-right: 15px;
}

.woocommerce-checkout #customer_details p.form-row-last {
  padding-left: 15px;
}

.woocommerce-checkout #customer_details .form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}

.woocommerce-checkout #customer_details .form-row input.input-text {
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.woocommerce-checkout #customer_details .form-row textarea.input-text {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-checkout #customer_details .form-row .select2-container {
  line-height: 45px;
  height: 45px;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single {
  height: 45px;
  padding-top: 7px;
  border-color: #cccccc;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.checkout_coupon .form-row {
  display: inline-block;
}

.checkout_coupon .input-text {
  border-color: transparent;
  border-bottom-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.checkout_coupon .input-text:focus {
  outline: 0;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal .amount,
.shop_table.woocommerce-checkout-review-order-table .order-total .amount {
  font-weight: bold;
  font-size: 1.5em;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td,
.shop_table.woocommerce-checkout-review-order-table .shipping td {
  text-align: right;
}

.wc_payment_methods {
  padding-left: 0;
  list-style-type: none;
}

.wc_payment_methods .payment_method_paypal img {
  display: block;
}

.woocommerce-order .left-section-wrap {
  border: 1px solid #e4e4e4;
  padding: 15px 30px 45px;
}

.woocommerce-order .woocommerce-order-overview {
  padding-left: 30px;
}

.woocommerce-order .woocommerce-order-overview > li {
  margin-bottom: 5px;
}

.woocommerce-order .woocommerce-order-details__title {
  line-height: 1;
  margin-top: 0;
}

.woocommerce-order .woocommerce-table--order-details .amount {
  font-weight: bold;
}

.nb-quantity .qty {
  width: 44px;
  min-height: 40px;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: textfield;
}

.nb-quantity .qty::-webkit-inner-spin-button,
.nb-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.nb-quantity.style-1 {
  position: relative;
  width: 74px;
}

.nb-quantity.style-1 .qty-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  cursor: pointer;
}

.nb-quantity.style-1 .qty-buttons span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  border-left: 0;
  height: 20px;
  background: #f2f2f2;
}

.nb-quantity.style-1 .qty-buttons span.quantity-minus {
  border-top: 0;
}

.nb-quantity.style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nb-quantity.style-2 > span {
  border: 1px solid #ccc;
  height: 50px;
  padding-top: 8px;
  background: #f2f2f2;
}

.nb-quantity.style-2 > span.quantity-plus {
  border-left: 0;
}

.nb-quantity.style-2 > span.quantity-minus {
  border-right: 0;
}

/*=======================
* MODAL POPUP STYLE
========================*/

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
  overflow: hidden;
}

#yith-quick-view-modal {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  height: 600px;
  width: 1000px;
}

#yith-quick-view-modal .yith-wcqv-main {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
  visibility: visible;
  opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
  content: '';
  display: table;
  clear: both;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  background: #fff;
}

#yith-quick-view-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  z-index: 2;
  opacity: 0.5;
}

#yith-quick-view-close:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
  background: none;
}

#yith-quick-view-content .shop-main {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#yith-quick-view-content .nb-social-icons {
  display: none;
}

#yith-quick-view-content div.images {
  opacity: 1 !important;
}

#yith-quick-view-content .product_meta {
  padding-top: 30px;
  float: left;
  width: 100%;
}

#yith-quick-view-content .cart {
  width: 100%;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce table.wishlist_table tbody .product-name a {
  font-weight: bold;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  text-align: center;
}

.woocommerce table.wishlist_table thead th.product-name,
.woocommerce table.wishlist_table tbody td.product-name {
  text-align: left;
}

.woocommerce #content table.wishlist_table.cart a.remove {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  color: red;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.shop_table.wishlist_table .product-add-to-cart i {
  display: none;
}

.shop_table.wishlist_table .product-add-to-cart .tooltip {
  position: static;
  opacity: 1;
  line-height: 40px;
  padding: 0 20px;
}

.cart-notice-wrap {
  position: fixed;
  top: 60px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 999999;
}

.cart-notice-wrap .cart-notice {
  border: 2px solid;
  padding: 20px;
  background-color: #fff;
}

.cart-notice-wrap .cart-url {
  text-align: center;
  border: 1px solid;
  padding: 10px 0;
  margin-bottom: 0;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.cart-notice-wrap .cart-url a {
  color: #fff;
}

.cart-notice-wrap.active {
  opacity: 1;
  visibility: visible;
}

.cart-notice-wrap span {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  padding-top: 25px;
  padding-bottom: 25px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #ebebeb;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-column1,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-column1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding-left: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[name="save_account_details"] {
  margin-top: 30px;
  padding: 15px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button.view {
  display: inline-block;
  padding: 5px 10px;
}

.custom-login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

.custom-login-wrap:not(.has-register-form) {
  padding: 30px;
}

.custom-login-wrap:not(.has-register-form) .custom-login {
  width: 100%;
}

.custom-login-wrap.has-register-form {
  padding: 15px;
}

.custom-login-wrap.has-register-form .custom-login,
.custom-login-wrap.has-register-form .custom-register {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-login-wrap .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-top: 10px;
}

.custom-login-wrap .rememberme-wrap {
  margin-top: 30px;
}

.custom-login-wrap .show_if_seller {
  display: none;
}

.show_if_seller .form-row-wide label {
  width: 100%;
  display: inline-block;
}

.show_if_seller .form-row-wide input {
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-top: 10px;
}

.show_if_seller .form-row-wide input.tc_check_box {
  width: auto;
  min-height: auto;
}

form.register .user-role label:first-child {
  margin-right: 10px;
}

form.register {
  width: 100%;
}

form.register .dokan-become-seller .form-row-wide label {
  width: 100%;
  display: inline-block;
}

form.register .dokan-become-seller .form-row-wide input {
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-top: 10px;
}

form.register .dokan-become-seller .form-row-wide input.tc_check_box {
  width: auto;
  min-height: auto;
}

.custom-about-pages .nb-fw.services .svicon-font {
  border: 3px solid #f7d8aa;
}

.custom-about-pages .nb-fw.services .service-title {
  font-size: 24px;
  line-height: 30px;
  color: #293544;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.custom-about-pages .nb-fw.services .sv-content-box {
  font-size: 18px;
  line-height: 24px;
  color: #5c5c5c;
  margin: 0;
}

.custom-about-pages .nb-fw.our_team .profile-item {
  position: relative;
}

.custom-about-pages .nb-fw.our_team .profile-item:hover .content {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.custom-about-pages .nb-fw.our_team .profile-item .author {
  position: relative;
  text-align: center;
  margin: 0 0px 140px 0px;
}

.custom-about-pages .nb-fw.our_team .profile-item .ms-team-info {
  position: absolute;
  padding: 15px 0;
  z-index: 11;
  width: 90%;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f8981d;
}

.custom-about-pages .nb-fw.our_team .profile-item .ms-team-info .name {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 2px 0;
}

.custom-about-pages .nb-fw.our_team .profile-item .ms-team-info .job {
  font-size: 14px;
  line-height: 24px;
  color: #f9e1c3;
  margin: 0;
}

.custom-about-pages .nb-fw.our_team .profile-item .content {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
  padding: 20px;
  text-align: left;
  background: rgba(41, 53, 68, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.custom-about-pages .nb-fw.our_team .profile-item .content .ourteam-social-share {
  margin-top: 15px;
}

.custom-about-pages .nb-fw.our_team .profile-item .content .ourteam-social-share i {
  margin-right: 10px;
  font-size: 16px;
  color: #999;
}

.custom-about-pages .nb-fw.banner .banner-more {
  color: #f90;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}

.custom-about-pages .headline-container .sub-heading {
  margin-top: 30px;
}

.custom-about-pages .headline-container .title {
  line-height: 32px;
}

.msabout-txt .vc_column-inner {
  padding-top: 15px !important;
}

.contact-map .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.large-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .single-product .morepd-columns-sm-4 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .single-product .morepd-columns-sm-3 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .single-product .morepd-columns-sm-2 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating {
    float: right;
  }

  .shop-main.right-images .single-product-wrap .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 50%;
  }

  .cross-sells .product {
    width: 50%;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  #secondary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fullwidth .multistore_search_product {
    width: 25%;
  }

  .fullwidth .multistore_search_form {
    width: 75%;
  }

  .multistore_search_product {
    width: 25%;
  }

  .multistore_search_form {
    width: 75%;
  }

  .main-navigation .mobile-toggle-button {
    display: none;
  }

  .main-navigation .menu-main-menu-wrap .menu-main-menu-title {
    display: none;
  }

  .nb-navbar > .menu-item:first-child a {
    padding-left: 0;
  }

  .nb-navbar > .menu-item:last-child a {
    padding-right: 0;
  }

  .nb-navbar .sub-menu {
    min-width: 220px;
    position: absolute;
    left: 0;
    padding: 10px 0px 15px;
    background-color: #fff;
    z-index: 1000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  }

  .nb-navbar .menu-item-has-children > a:after {
    content: "\f107";
    font-family: "fontello";
    display: inline-block;
    margin-left: 5px;
  }

  .menu-section .main-navigation .mobile-toggle-button {
    display: none;
  }

  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title {
    display: none;
  }

  .comment-list ol {
    padding-left: 30px;
  }

  .single-product .morepd-columns-md-4 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .single-product .morepd-columns-md-3 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .single-product .morepd-columns-md-2 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.two-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.three-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .shop-main.four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce.columns-2 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woocommerce.columns-3 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .woocommerce.columns-4 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce.columns-6 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .shop-main.related-2-columns .related .product {
    width: 50%;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 33.33333%;
  }

  .shop-main.upsells-2-columns .upsells .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 33.33333%;
  }

  .shop_table .actions .nb-primary-button {
    float: right;
  }

  .cross-sells.row-3-products .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product {
    width: 25%;
  }

  .cross-sells.row-5-products .product {
    width: 20%;
  }

  .cross-sells:hover .flickity-prev-next-button {
    opacity: .8;
  }

  .cross-sells:hover .flickity-prev-next-button:disabled {
    opacity: .2;
  }

  .cross-sells .hiding-nav-ui .flickity-prev-next-button {
    display: none;
  }

  .nb-quantity {
    float: left;
    margin-right: 15px;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .home4-countdown > .vc_column-inner {
    padding-right: 0px;
  }

  .home4-countdown-product .vc_column-inner {
    padding-left: 0px;
  }

  .shop-main.left-images .entry-summary {
    padding-left: 30px;
  }

  .shop-main.right-images .entry-summary {
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .home-subscribe-form .subscribe-from-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fullwidth .multistore_search_product {
    width: 20%;
  }

  .fullwidth .multistore_search_form {
    width: 80%;
  }

  .nb-navbar .sub-menu {
    min-width: 260px;
  }

  .page .page-left-sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .nb-page-title .woocommerce-breadcrumb {
    text-align: right;
  }

  .site-header.left-stack-3 .bot-section-wrap.fullwidth .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary:not(.mega-sticky) #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-type-post_type > ul.mega-sub-menu {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }

  .site-header.left-stack-4 .middle-section-wrap.fullwidth .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary:not(.mega-sticky) #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-type-post_type > ul.mega-sub-menu {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }

  .single-product .morepd-columns-lg-4 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .single-product .morepd-columns-lg-3 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .single-product .morepd-columns-lg-2 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary {
    position: static;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary {
    position: static;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
    padding-left: 0;
  }

  .shop-main.related-4-columns .related .product {
    width: 25%;
  }

  .shop-main.upsells-4-columns .upsells .product {
    width: 25%;
  }

  .shop_table .cart_item td.product-remove {
    opacity: 0;
    width: 1%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .shop_table .cart_item:hover > td.product-remove {
    opacity: 1;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-column1,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-column1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .custom-login-wrap.has-register-form .custom-login,
  .custom-login-wrap.has-register-form .custom-register {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .container {
    width: 960px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .nb-page-title h1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .nb-page-title .woocommerce-breadcrumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 992px) {
  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    font-size: 18px;
  }

  .custom-about-pages .headline-container .sub-heading {
    padding: 0 20%;
  }

  .custom-about-pages .nb-fw.banner {
    margin-bottom: 110px;
  }

  .custom-about-pages .nb-fw.banner .nbfw_banner-container {
    overflow: unset;
  }

  .custom-about-pages .nb-fw.banner .nbfw-txt-info {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 82%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
    text-align: left;
    background: #fff;
  }

  .custom-about-pages .nb-fw.banner .banner-more {
    color: #f90;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
  }

  .custom-about-pages .headline-container .sub-heading {
    padding: 0 20%;
  }

  .custom-about-pages .nb-fw.banner {
    margin-bottom: 110px;
  }

  .custom-about-pages .nb-fw.banner .nbfw_banner-container {
    overflow: unset;
  }

  .custom-about-pages .nb-fw.banner .nbfw-txt-info {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 82%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
    text-align: left;
    background: #fff;
  }

  .custom-about-pages .nb-fw.banner .banner-more {
    color: #f90;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .single-product .morepd-columns-xl-4 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .single-product .morepd-columns-xl-3 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .single-product .morepd-columns-xl-2 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .container {
    width: 1170px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  .fullwidth .multistore_search_product {
    width: 15%;
  }

  .fullwidth .multistore_search_form {
    width: 85%;
  }

  .left-stack-1 .multistore_search_form {
    width: 72%;
  }

  .left-stack-1 .multistore_search_product {
    width: 28%;
  }
}

@media (min-width: 1900px) {
  .site-header .fullwidth .container {
    width: 1770px;
  }

  .site-footer .fullwidth .container {
    width: 1770px;
  }

  .home-page-2 .vc_row[data-vc-full-width] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-page-2 .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner {
    max-width: 1770px;
    margin: 0 auto;
  }
}

@media (max-width: 1900px) {
  .site-header .fullwidth .container {
    width: 100%;
  }

  .site-footer .fullwidth .container {
    width: 100%;
  }

  .home-page-2 .hp2-list-store > div.vc_column_container:first-child {
    display: none;
  }

  .home-page-2 .hp2-list-store > div.vc_column_container:last-child {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .site-footer .footer-top-section {
    padding-top: 55px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-header.left-stack-4 .middle-section-wrap .middle-section .middle-text-wrapper {
    display: none;
  }

  .home-page-2 .hp2-bn .nbfw_banner-container {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info {
    width: 40%;
  }

  .home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info .txt-primary {
    font-size: 30px;
  }

  .home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info .txt-des {
    font-size: 14px;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu li.mega-img-2-rows {
    display: none;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu li.mega-img-2-rows {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .dokan-dashboard.dokan-custom-style .dokan-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 992px) {
  .cart-notice-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .cart-notice-wrap .cart-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
  }
}

@media (max-width: 991px) {
  #secondary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-main {
    margin-bottom: 90px;
  }

  .home-subscribe-form .subscribe-from-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-subscribe-form .txt-subscribe {
    margin-bottom: 15px !important;
  }

  .fullwidth .multistore_search_product {
    display: none;
  }

  .fullwidth .multistore_search_form {
    width: 100%;
  }

  .multistore_search_product {
    display: none;
  }

  .multistore_search_form {
    width: 100%;
  }

  .multistore_search_form input[type~="text"] {
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }

  .topbar-right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .mini-cart-wrap {
    display: none;
  }

  .nb-navbar > .menu-item > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sub-header-menu {
    display: none;
  }

  .single-post #secondary {
    margin-top: 30px;
  }

  .site-footer .footer-top-section {
    padding-top: 45px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-header.left-stack-3 .bot-section-wrap .bot-section {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.left-stack-4 .bot-section-wrap .dropdown-megamenu {
    width: auto;
    max-width: 270px;
  }

  .site-header.left-stack-4 .bot-section-wrap .bot-section {
    margin-bottom: 20px;
  }

  .site-header.left-stack-4 .bot-section-wrap .bot-section .header-search-wrap .multistore_search_product {
    display: none;
  }

  .site-header.left-stack-4 .bot-section-wrap .bot-section .header-search-wrap .multistore_search_form {
    width: 100%;
  }

  .site-header.left-stack-4 .bot-section-wrap .bot-section .header-search-wrap .multistore_search_form input[type~="text"] {
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }

  .home-page-1 .hp1-bn {
    margin-bottom: 25px;
  }

  .home-page-1 .hp1-bn .nb-fw.banner.hp1-first-bn {
    margin-bottom: 30px;
  }

  .home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info {
    width: 50%;
  }

  .main-navigation .menu-main-menu-wrap {
    display: none;
  }

  .main-navigation .menu-main-menu-wrap .nb-navbar li.menu-item {
    width: 100%;
  }

  .main-navigation .menu-main-menu-wrap .nb-navbar li.menu-item ul.sub-menu {
    width: 100%;
    margin: 0;
  }

  .main-navigation .menu-main-menu-wrap .nb-navbar li.menu-item ul.sub-menu > .menu-item a {
    margin: 0;
    padding-left: 20px;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary {
    position: absolute;
    right: 0;
    min-width: 270px;
    border: solid 1px #ededed;
    z-index: 999;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 0;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #fff;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    background: #fff;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    border-right: none;
    border-left: none;
    padding: 0;
    width: 270px;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    margin: 0;
    padding: 0 23px;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    border-bottom: none;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu li a.mega-menu-link {
    padding-left: 40px;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 270px !important;
    padding: 0;
    border-left: none;
    border-right: none;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row li.mega-menu-column {
    width: 100%;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-fly-out-mutil-cols li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    margin: 0;
    padding-left: 20px;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-fly-out-mutil-cols li.mega-menu-column:not(:last-child) > ul.mega-sub-menu > li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom: dotted 1px #e6e6e6;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu {
    margin-top: 0;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item .mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    margin-top: 0;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout > ul.mega-sub-menu {
    opacity: 1;
    width: 100%;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item > ul.mega-sub-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
    border-top: none;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item > ul.mega-sub-menu li a {
    padding: 0 40px;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout ul.mega-sub-menu {
    width: 100%;
    border-right: none;
    border-left: none;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-flyout ul.mega-sub-menu li a.mega-menu-link {
    margin: 0;
    padding: 0 23px;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu {
    opacity: 1;
    left: 100% !important;
    width: auto !important;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row li.mega-menu-column {
    width: 100%;
  }

  .menu-pri #mega-menu-wrap-menu-cat .mega-menu-toggle {
    display: none;
  }

  .cart-left-section {
    margin-bottom: 45px;
  }

  .custom-login-wrap.has-register-form .custom-login {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 991px) {
  .dokan-dashboard-content .edit-account .form-row input {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
    width: 48%;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:nth-child(even) {
    float: right;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:nth-child(odd) {
    float: left;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right {
    width: 100%;
  }

  .dokan-product-date-filter {
    width: 100%;
  }

  .dokan-product-date-filter .dokan-form-group {
    margin-bottom: 0px !important;
  }

  .dokan-product-search-form .dokan-form-group {
    float: left;
    width: 100%;
  }

  .custom-about-pages .nbfw_banner-container .nbfw-txt-info {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .nb-fw.brands-list.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
  }

  .home4-ms-slider {
    width: 100%;
  }

  .left-stack-1 .main-logo {
    margin: 0px auto 15px;
  }

  .left-stack-1 .header-account-wrap .nb-account-dropdown {
    display: none !important;
  }

  .widget_product_categories .product-categories .accordion-btn-wrap {
    width: 10% !important;
  }

  .single-post .comment-form > p {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
  }

  .single-post .comment-form > p label {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
  }

  .single-product-wrap form.cart {
    width: 100%;
    margin-bottom: 15px;
  }

  .single-product-wrap form.cart .nb-quantity {
    float: left;
    margin-right: 15px;
  }

  .custom-about-pages .nbfw_banner-container .nbfw-txt-info {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .nb-fw.brands-list.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .multistore_search_form input[type~="text"]::-webkit-input-placeholder {
    opacity: 0;
  }

  .multistore_search_form input[type~="text"]::-moz-placeholder {
    opacity: 0;
  }

  .multistore_search_form input[type~="text"]::-ms-input-placeholder {
    opacity: 0;
  }

  .multistore_search_form input[type~="text"]::placeholder {
    opacity: 0;
  }

  .topbar-cur-lang .topbar-language a span {
    display: none;
  }

  .topbar-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .topbar-right .topbar-linklogin ul li > a span {
    display: none;
  }

  .nb-navbar .menu-item > a {
    border-bottom: 1px solid #444 !important;
    padding: 5px 0;
    display: block;
  }

  .nb-navbar .menu-item .sub-menu {
    margin-left: 15px;
  }

  .nb-navbar .menu-item-has-children:after {
    content: "\f107";
    font-family: "fontello";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
  }

  .nb-navbar .menu-item-has-children:hover > .sub-menu {
    display: none;
  }

  .nb-navbar .menu-item-has-children.open > .sub-menu,
  .nb-navbar .menu-item-has-children.open:hover > .sub-menu {
    display: block;
  }

  .nb-navbar .menu-item-has-children > a {
    padding-right: 30px !important;
  }

  .menu-section .main-navigation .menu-main-menu-wrap {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 50px 0 0;
    width: 300px;
    z-index: 9;
    background: #0c0c0c;
    overflow: auto;
  }

  .menu-section .main-navigation .menu-main-menu-wrap .nb-navbar {
    display: block;
  }

  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title {
    border-bottom: 3px double #444;
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
  }

  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title h3 {
    color: #fff;
    margin: 0 0 5px;
  }

  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 22px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .site-footer .footer-top-section {
    padding-top: 35px;
  }

  .comment-list ol {
    padding-left: 0;
  }

  .site-header.left-stack-3 .middle-section-wrap .middle-section .main-logo {
    margin-bottom: 5px;
    margin: 0 auto;
  }

  .site-header.left-stack-4 .bot-section-wrap .bot-section .header-search-wrap .multistore_search_form input[type~="text"]::-webkit-input-placeholder {
    opacity: 0;
  }

  .site-header.left-stack-4 .bot-section-wrap .bot-section .header-search-wrap .multistore_search_form input[type~="text"]::-moz-placeholder {
    opacity: 0;
  }

  .site-header.left-stack-4 .bot-section-wrap .bot-section .header-search-wrap .multistore_search_form input[type~="text"]::-ms-input-placeholder {
    opacity: 0;
  }

  .site-header.left-stack-4 .bot-section-wrap .bot-section .header-search-wrap .multistore_search_form input[type~="text"]::placeholder {
    opacity: 0;
  }

  .home-page-1 .hp1-bn .nb-fw.banner {
    margin-bottom: 30px;
  }

  .home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info {
    width: 70%;
  }

  .woocommerce .products .product {
    width: 100%;
  }

  .shop_table .actions .nb-secondary-button {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .shop_table.cart {
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  .shop_table.cart thead,
  .shop_table.cart tbody,
  .shop_table.cart th,
  .shop_table.cart td,
  .shop_table.cart tr {
    display: block;
  }

  .shop_table.cart thead tr,
  .shop_table.cart .product-thumbnail {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .shop_table.cart td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .shop_table.cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 32%;
    left: 15px;
    white-space: nowrap;
  }

  .shop_table.cart .product-name {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .shop_table.cart .product-remove {
    padding-left: 15px;
    text-align: center;
  }

  .shop_table.cart .product-price:before {
    content: 'Price';
  }

  .shop_table.cart .product-quantity:before {
    content: 'Quantity';
  }

  .shop_table.cart .product-subtotal:before {
    content: 'Total';
  }

  .shop_table.cart .actions {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop_table.cart .actions input[name="update_cart"] {
    width: 100%;
  }

  .cross-sells .flickity-prev-next-button {
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .widget.widget_text .contact-style-2.info-tel {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-main-section .widget.widget_text {
    margin: 0px;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border: 1px solid #d7d7d7 !important;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
    padding-right: 10px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-horizontal .dokan-control-label,
  .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
    width: 100%;
  }

  .dokan-product-listing .dokan-product-listing-area .product-listing-top {
    border-bottom: none;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-horizontal .dokan-control-label {
    margin-bottom: 5px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu,
  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar {
    background: transparent;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    background: #fff;
    float: left;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    padding: 12px 0 12px 18px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article {
    padding: 15px;
    background: transparent;
  }

  .home-page-2 .product_hotdeals .layout-banner {
    padding-left: 30px;
  }

  .product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper .number-wrapper {
    font-size: 45px;
  }

  .headline-container .sub-heading {
    padding: 0px;
  }

  .home4-bncenter {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .home4-baners1 .nb-fw.banner {
    margin-bottom: 30px;
  }

  .footer-bot-section > .container > .row > div {
    margin-bottom: 25px;
  }

  .footer-bot-section > .container > .row > div .menu-footer-info,
  .footer-bot-section > .container > .row > div .widget {
    margin-bottom: 0px;
  }

  .nb-fw.services.icon-position-left .content {
    padding-top: 0;
  }

  .single-product-wrap form.cart {
    width: 100%;
  }

  .single-product-wrap form.cart .nb-quantity {
    float: left;
    margin-right: 15px;
  }

  .woocommerce table.wishlist_table tbody td.product-name {
    text-align: center;
  }

  .woocommerce table.wishlist_table tbody td.product-price:before {
    content: none;
  }

  .headline-container .sub-heading {
    padding: 0px;
  }

  .nb-fw.services.icon-position-left .content {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .home-subscribe-form input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-subscribe-form input[type="submit"] {
    width: 100%;
  }

  .site-footer .footer-top-section {
    padding-top: 25px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-header.left-stack-4 .bot-section-wrap .dropdown-megamenu {
    width: 50px;
  }

  .site-header.left-stack-4 .bot-section-wrap .dropdown-megamenu .btn-menu {
    line-height: inherit;
    font-size: 0;
  }

  .site-header.left-stack-4 .bot-section-wrap .dropdown-megamenu .btn-menu:before {
    top: 2px;
  }

  .site-header.left-stack-4 .bot-section-wrap .dropdown-megamenu:hover .btn-menu:before {
    left: 0;
  }

  .site-header.left-stack-4 .bot-section-wrap .bot-section .header-cart-wrap {
    padding-left: 20px;
  }

  .single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-name,
  .single-product #tab-seller .product-vendor-info .dokan-store-info .store-name {
    margin-bottom: 5px;
  }

  .single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings,
  .single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings .seller-rating,
  .single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings .seller-rating {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings .seller-rating .star-rating,
  .single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings .seller-rating .star-rating {
    margin-bottom: 5px;
  }

  .single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings .text,
  .single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 5px;
  }

  .single-product .single-product-wrap .product-vendor-info,
  .single-product #tab-seller .product-vendor-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-product .single-product-wrap .product-vendor-info .profile-img,
  .single-product #tab-seller .product-vendor-info .profile-img {
    margin-bottom: 20px;
  }

  .home-page-2 .product_hotdeals .layout-banner {
    padding-left: 50px;
  }

  .home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info {
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  .home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info a.banner-more {
    display: block;
  }

  .dropdown-megamenu {
    width: 160px;
  }

  .woocommerce .products.list-type .list-type-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .woocommerce .products.list-type .product .product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .woocommerce .products.list-type .product .product-meta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 15px 0 15px 0;
  }

  .coupon input[name="coupon_code"] {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .home-page-4 .menu-pri #mega-menu-wrap-menu-cat {
    width: 95%;
    top: 44px;
  }

  .home4-countdown-product .vktab_widget_content .wpt-tabs .owl-dots {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .content-search > article {
    display: inline-block;
  }

  .content-search > article .entry-image,
  .content-search > article .entry-content {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .error404 main .pnf-heading {
    font-size: 120px;
  }

  .error404 main h1 {
    font-size: 1.4rem;
  }

  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part,
  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dashboard-widget.reviews,
  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dashboard-widget.products,
  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li,
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    width: 100%;
  }

  .dokan-product-date-filter .dokan-form-group {
    margin-bottom: 10px !important;
  }

  input[type="submit"].dokan-btn {
    margin-bottom: 10px;
  }

  .dokan-order-filter-serach input[type="submit"].dokan-btn {
    width: 100%;
  }

  .dokan-order-filter-serach input[type="submit"].dokan-btn {
    margin-top: 5px;
  }

  .woocommerce-checkout #customer_details p.form-row-first,
  .woocommerce-checkout #customer_details p.form-row-last {
    width: 100%;
    padding: 0px;
  }
}

@media (max-width: 480px) {
  #yith-quick-view-content div.images,
  #yith-quick-view-content div.summary {
    width: 100%;
    float: none;
  }

  #yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 425px) {
  .wpcf7-form input[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .single-post .comment-form p input {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .nb-fw.countdown-box .counter-group .counter-block {
    margin: 0px 12px;
    float: left;
  }

  .counter-group .counter-block .counter.with-hundreds,
  .counter-group .counter-block .counter {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .topbar-cur-lang .topbar-language a {
    border-right: none;
  }

  .shop-main.bottom-thumb .thumb-gallery .swiper-wrapper {
    margin-left: -webkit-calc(-36% - 21px);
    margin-left: calc(-36% - 21px);
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li i {
    display: none;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a,
  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    padding-left: 10px;
  }

  .vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab,
  .vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .home-page-2 .hp2-bn .nbfw_banner-container .nbfw-txt-info {
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 930px;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row.mega-3-cols-with-img li.mega-menu-column {
    width: 50%;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row.mega-4-cols-with-img li.mega-menu-column {
    width: 33.3%;
  }

  .main-navigation .menu-main-menu-wrap #mega-menu-wrap-primary.mega-sticky #mega-menu-primary {
    width: 930px;
  }

  .dropdown-megamenu {
    width: auto;
    max-width: 270px;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu {
    width: 665px;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row.mega-3-cols-with-img li.mega-menu-column {
    width: 50%;
  }

  .menu-pri #mega-menu-wrap-menu-cat #mega-menu-menu-cat.mega-menu-horizontal li.mega-align-bottom-left.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row.mega-4-cols-with-img li.mega-menu-column {
    width: 33.3%;
  }

  .shop-main.bottom-thumb .thumb-gallery .swiper-wrapper {
    margin-left: -webkit-calc(-36% - 26px);
    margin-left: calc(-36% - 26px);
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .shop-main.three-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) {
  .shop-main.four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .shop-main.bottom-thumb .thumb-gallery .swiper-wrapper {
    margin-left: -webkit-calc(-36% - 28px);
    margin-left: calc(-36% - 28px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce table.wishlist_table tbody td {
    padding: 0px;
  }
}