@charset "UTF-8";

/*--------------------------------------------------------------
>>> 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: -ms-flexbox;
  display: -webkit-flex;
  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,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl {
  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: -ms-flexbox;
  display: -webkit-flex;
  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: 0 none;
  text-decoration: none;
}

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.35em;
}

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;
  cursor: pointer;
}

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"],
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;
}

*:focus {
  outline: none;
}

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

.text-lowercase {
  text-transform: lowercase;
}

.text-success {
  color: #5cb85c;
}

.text-info {
  color: #5bc0de;
}

.text-warning {
  color: #f0ad4e;
}

.text-danger {
  color: #d9534f;
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

/*--------------------------------------------------------------
# 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,
q {
  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%;
}

/*# Custom fonts*/

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

#secondary {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*Custom Layout*/

.nbt-alignself-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  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;
}

.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 50px;
  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;
}

.wpcf7-form input[type="submit"]:hover {
  color: #fff;
}

.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border-color: #d7d7d7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

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

.about_page .aio-icon-box .aio-icon {
  padding: 0;
  border-width: 7px;
}

.about_page .vc_row.about-welcome {
  padding-top: 10px;
  padding-bottom: 20px;
}

.about_page .vc_row.about-welcome .uvc-heading {
  margin-bottom: 10px;
}

.about_page .vc_row.about-welcome .aio-icon-box {
  margin-bottom: 15px;
}

.about_page .vc_row.about-welcome .left-icon .aio-icon-left,
.about_page .vc_row.about-welcome .right-icon .aio-icon-right {
  padding-top: 7px;
}

.about_page .vc_row.about-welcome .wpb_single_image {
  padding-bottom: 20px;
}

.about_page .vc_row.about-history {
  padding-top: 35px;
  padding-bottom: 35px;
}

.about_page .vc_row.about-history .uvc-heading {
  margin-bottom: 20px;
}

.about_page .vc_row.about-history .wpb_single_image {
  padding-top: 25px;
}

.about_page .vc_row.about-history .stats-block .stats-number,
.about_page .vc_row.about-history .stats-block .counter_suffix {
  font-weight: 300;
}

.about_page .vc_row.about-history .stats-block .stats-text {
  font-weight: 500;
}

.about_page .vc_row.about-team {
  padding-top: 35px;
  padding-bottom: 35px;
}

.about_page .vc_row.about-team .uvc-heading {
  padding-bottom: 5px;
}

.testimonial_page .hentry {
  margin-bottom: 0;
}

.contact-form .vc_custom_heading {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-form .uavc-list-icon {
  padding-top: 5px;
}

.contact-form .uavc-list .uavc-list-content {
  margin-bottom: 30px;
  font-size: 18px;
  color: #666;
}

.contact-form .uavc-list .uavc-list-content a {
  color: #666;
}

.contact-form .uavc-list .uavc-list-content .uavc-list-icon {
  line-height: 1;
  padding: 15px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.site-content {
  min-height: 200px;
}

.mc4wp-response .mc4wp-alert > p {
  font-style: italic;
}

.header_no_margin .site-header {
  margin-bottom: 0px;
}

.wpcf7-form input[type="submit"] {
  background-color: #c6633d;
  border: 0 none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: rgba(198, 99, 61, 0.9);
}

.search-results .read-more-link a {
  padding-right: 40px;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.search-results .read-more-link a span {
  display: none;
}

.search-results .read-more-link a:after {
  content: '\e90f';
  font-family: 'fontello';
  padding-left: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.search-results .read-more-link a:hover:after {
  right: 10px;
}

/*--------------------------------------------------------------
# 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;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

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

blockquote:before,
q:before {
  font-family: 'dashicons';
  content: '\f205';
  position: absolute;
  left: -1.5em;
}

blockquote:after,
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. */
}

/*3.2 Tables*/

table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 1.5em;
}

table th,
table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #d7d7d7;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d7d7d7;
}

table tbody + tbody {
  border-top: 1px solid #d7d7d7;
}

table.table-bordered {
  border: 1px solid #d7d7d7;
}

table.table-bordered th,
table.table-bordered td {
  border: 1px solid #d7d7d7;
}

table.table-bordered thead th,
table.table-bordered thead td {
  border-bottom-width: 2px;
}

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

table.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.table-responsive.table-bordered {
  border: 0;
}

/*--------------------------------------------------------------
# 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 {
  color: #666;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 15px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
}

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 {
  color: #111;
}

input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="range"].error,
input[type="date"].error,
input[type="month"].error,
input[type="week"].error,
input[type="time"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="color"].error,
textarea.error {
  border-color: #d9534f;
}

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

select:-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
}

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

.input-group .form-control,
.input-group .btn {
  -webkit-appearance: none;
  display: block;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #999999;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.input-group .form-control:not(:first-child),
.input-group .btn:not(:first-child) {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0 none;
}

.input-group .form-control:not(:last-child),
.input-group .btn:not(:last-child) {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*--------------------------------------------------------------
# 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;
}

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

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

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

.justify-content-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer: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;
}

/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/

.mfp-search .mfp-content {
  max-width: 500px;
  padding: 0;
  background: transparent;
}

.mfp-search .mfp-content .nb-input-group .search-field {
  background: transparent;
  color: #aaa;
}

.mfp-search .mfp-content .nb-input-group .search-field::-webkit-input-placeholder {
  color: #888;
}

.mfp-search .mfp-content .nb-input-group .search-field:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.mfp-search .mfp-content .nb-input-group .search-field::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.mfp-search .mfp-content .nb-input-group .search-field:-ms-input-placeholder {
  color: #888;
}

.mfp-search .mfp-close {
  display: none;
}

.mfp-search .nb-input-group .search-field {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.mfp-inline-holder .mfp-content {
  background: transparent;
}

.mfp-figure:after {
  background-color: transparent !important;
}

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

/*# Header-global*/

.main-logo {
  position: relative;
  overflow: hidden;
}

.main-logo h1 {
  position: absolute;
  right: 100%;
}

.main-logo.text-logo {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}

.main-logo.text-logo a {
  color: #333;
}

.main-logo img {
  max-width: 100%;
}

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

.site-header {
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 11;
  margin-bottom: 60px;
}

.header_nomargin .site-header {
  margin-bottom: 0px;
}

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

.header_nobor .site-header {
  border-bottom: 0px none;
}

.header_noshadow .site-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flex-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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-justify-content: flex-end;
  -webkit-box-pack: 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;
  width: 100%;
}

.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-wrap {
  border-bottom: 1px solid #ececec;
}

.top-section-wrap:before,
.top-section-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.top-section-wrap .header-top-left .textwidget .usd:after,
.top-section-wrap .header-top-left .textwidget .english:after {
  content: '\f107';
  font-family: 'fontello';
}

.top-section-wrap .header-top-left .textwidget .usd > img,
.top-section-wrap .header-top-left .textwidget .english > img {
  margin: 3px 0;
  padding-right: 10px;
}

.top-section-wrap .header-top-left .textwidget > ul > li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.top-section-wrap .header-top-left .textwidget > ul > li .top-submenu {
  display: none;
  position: absolute;
  left: 0px;
  min-width: 150px;
  z-index: 999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.top-section-wrap .header-top-left .textwidget > ul > li:hover .top-submenu {
  display: block;
}

.top-section-wrap .header-top-left .textwidget > ul > li:hover .top-submenu > li a {
  padding: 0 15px;
}

.top-section-wrap .header-top-left .textwidget > ul .has-children {
  margin: -5px 0;
  border-bottom: 0;
}

.top-section-wrap .header-top-left .textwidget > ul .has-children > a {
  margin: 5px 0;
}

.top-section-wrap .header-top-left .textwidget > ul > li:not(:last-child):after {
  content: '|';
  font-size: 12px;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-section-wrap .header-top-left .textwidget > ul > li:first-child {
  padding-left: 0px;
}

.top-section-wrap .header-top-right .nbt_simplelogin .simplemodal-register:before {
  content: '\e91f';
  font-family: 'fontello';
}

.top-section-wrap .header-top-right .nbt_simplelogin .simplemodal-login:before {
  content: '\e815';
  font-family: 'fontello';
}

.top-section-wrap .header-top-right .nbt_simplelogin .logged-in:before {
  content: '\e816';
  font-family: 'fontello';
  padding-right: 10px;
}

.top-section-wrap .header-top-right .nbt_simplelogin > ul > li:not(:last-child):after {
  content: '|';
  font-size: 12px;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-section-wrap .header-top-right .nbt_simplelogin > ul > li {
  padding: 0 15px;
  position: relative;
  border: 0 none;
  margin-right: 0;
}

.top-section-wrap .header-top-right .nbt_simplelogin > ul > li > a:before {
  padding-right: 10px;
}

.top-section-wrap .header-top-right .nbt_simplelogin > ul > li:last-child {
  padding-right: 0;
}

.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: #888;
}

.top-section .flex-section .widget {
  margin: 0;
}

.top-section .flex-section .menu > li {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 0;
  border-right: 1px solid #ccc;
  border-bottom: 0;
}

.top-section .flex-section .menu > li:last-of-type {
  border-right: 0;
}

.top-section .flex-section .menu > li:first-child {
  padding: 0 15px 0 0;
}

.top-section .flex-section .socials-section ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding: 0;
}

.top-section .flex-section .socials-section ul li {
  display: inline-block;
}

.top-section .flex-section .socials-section ul li a {
  font-size: 14px;
  padding: 0 10px;
}

.top-section .flex-section .header-search-wrap .nb-input-group {
  border-bottom: 2px solid #999;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field {
  -webkit-appearance: none;
  background: transparent;
  height: 30px;
  line-height: 30px;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #888;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field::-webkit-input-placeholder {
  color: #ccc;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field:-ms-input-placeholder {
  color: #ccc;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
  background: transparent;
  height: 30px;
  line-height: 30px;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-button button i {
  color: #999 !important;
}

.site-header .header-cart-wrap .nb-cart-section {
  position: relative;
  display: block;
  padding-right: 3px;
  white-space: nowrap;
}

.site-header .header-cart-wrap .nb-cart-section .amount {
  display: none;
}

.site-header .header-cart-wrap .nb-cart-section .counter {
  font-weight: 600;
  text-transform: uppercase;
}

/*# Header-left-inline*/

/*# 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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-header-wrap > div + div {
  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 i {
  font-size: 18px;
}

.icon-header-wrap .nb-cart-section {
  position: relative;
  display: inline-block;
}

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

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

.mini-cart-wrap {
  position: absolute;
  background: #fff;
  top: 100%;
  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 {
  padding-left: 0;
  list-style-type: none;
}

.mini-cart-wrap .mini_cart_item {
  position: relative;
  width: 100%;
  padding-right: 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mini-cart-wrap .mini_cart_item .mini-cart-pd-image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta {
  width: 100%;
}

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

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .quantity {
  display: inline-block;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta dl.variation dt {
  margin-right: 5px;
  font-weight: normal;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta dl.variation dd {
  margin: 0;
  word-break: break-all;
}

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

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

.mini-cart-wrap .mini_cart_item .remove i {
  font-size: 16px;
}

.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;
  padding: 7px 15px;
  float: left;
}

.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-width: 100%;
}

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

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

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: 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 {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

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

.nb-navbar .sub-menu .sub-menu {
  top: -10px !important;
  left: 100%;
  margin-top: 0;
  margin-left: -20px;
}

.nb-navbar .sub-menu > .menu-item {
  position: relative;
  padding: 0px 20px;
}

.nb-navbar .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 0px;
}

.nb-navbar .sub-menu > .menu-item:not(:last-child) > a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

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

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

.nb-navbar .sub-menu .menu-item-has-children > a:after {
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.nb-navbar .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "fontello";
  display: inline-block;
  margin-left: 5px;
}

.nb-navbar .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin: 0;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  min-width: 220px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0px 15px;
  background-color: #fff;
  z-index: 1000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu .sub-menu {
  top: -10px !important;
  left: 100%;
  margin-top: 0;
  margin-left: -20px;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu .sub-menu.sub-menu-left {
  margin-left: 0;
  margin-right: -20px;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu > .menu-item {
  position: relative;
  padding: 0px 20px;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 0px;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu > .menu-item:not(:last-child) > a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu > .menu-item:last-child > a {
  border-bottom: 0 none;
}

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

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu .menu-item-has-children > a:after {
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.main-navigation.main-desktop-navigation .nb-navbar .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "fontello";
  display: inline-block;
  margin-left: 5px;
}

.main-navigation.main-desktop-navigation .nb-navbar .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin: 0 !important;
}

.main-navigation .mobile-toggle-button {
  display: none;
}

.main-navigation .menu-main-menu-wrap .menu-main-menu-title {
  display: none;
}

.main-navigation.main-mobile-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: 999;
  background: #0c0c0c;
  color: #eee;
  overflow: auto;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .nb-navbar,
.main-navigation.main-mobile-navigation .menu-main-menu-wrap .nb-header-sub-menu {
  display: block;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .nb-navbar > li > a,
.main-navigation.main-mobile-navigation .menu-main-menu-wrap .nb-header-sub-menu > li > a {
  line-height: inherit;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title {
  display: block;
  border-bottom: 1px solid #444;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title h3 {
  color: #eee;
  margin: 0 0 5px;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 22px;
  color: #eee;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap ul li {
  display: block !important;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap ul li > a {
  border-bottom: 1px solid #444 !important;
  padding: 7px 15px !important;
  display: block;
  color: #eee;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .sub-menu {
  margin-left: 15px;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .sub-menu > .menu-item {
  padding: 0;
  border-bottom: 0;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap.active {
  left: 0;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children:after {
  content: "\f107";
  font-family: "fontello";
  display: inline-block;
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 0;
  font-size: 20px;
  padding: 0 10px;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children .sub-menu {
  display: none;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children:hover > .sub-menu {
  display: none;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children.open > .sub-menu,
.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children.open:hover > .sub-menu {
  display: block;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children > a:after {
  content: "";
  display: none;
}

.main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 10px;
  display: block;
  font-size: 22px;
}

/*# Navigation*/

/*# 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;
}

article.sticky {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  border: 2px dashed;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
}

article.sticky:before {
  position: absolute;
  top: -10px;
  right: -5px;
  font-family: 'dashicons';
  font-size: 35px;
  line-height: 1;
  content: "\f546";
  display: block;
}

/*# Widgets*/

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

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

.widget .widget-title {
  margin-top: 0;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 30px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}

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

.widget .widget-title + ul {
  margin-top: -10px;
}

.widget .widget-title + ul.product_list_widget {
  margin-top: -15px;
}

.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;
  border-top-width: 1px;
  border-top-style: dashed;
}

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

.widget ul.product_list_widget li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.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 ul > li,
.widget.widget_product_categories ul > li {
  padding-top: 0;
  padding-bottom: 0;
}

.widget.widget_nav_menu ul > li > a,
.widget.widget_product_categories ul > li > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.widget.widget_nav_menu .sub-menu,
.widget.widget_nav_menu .children,
.widget.widget_product_categories .sub-menu,
.widget.widget_product_categories .children {
  padding-left: 15px;
  border-top-width: 1px;
  border-top-style: dashed;
}

.widget.widget_nav_menu.menu-hoz ul,
.widget.widget_product_categories.menu-hoz ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget.widget_nav_menu.menu-hoz ul > li,
.widget.widget_product_categories.menu-hoz ul > li {
  border-bottom: 0 none;
  padding: 0px 5px;
}

.widget.widget_nav_menu.menu-hoz ul > li:first-child,
.widget.widget_product_categories.menu-hoz ul > li:first-child {
  padding-left: 0;
}

.widget.widget_nav_menu.menu-hoz ul > li:last-child,
.widget.widget_product_categories.menu-hoz ul > li:last-child {
  padding-right: 0;
}

.widget a:focus {
  outline: none;
}

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

#secondary .tagcloud a {
  background-color: #e1e1e1;
  border-color: transparent;
  color: #666;
  font-size: 14px !important;
  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;
}

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

.product_list_widget > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 > a > img {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.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: 25px;
}

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

.product_list_widget .product-title > a {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

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

.product_list_widget span.amount {
  font-size: 16px;
  font-weight: 500;
}

.product_list_widget del span.amount {
  color: #999;
  padding-right: 20px;
}

/*Custom widget*/

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-left: 15px;
  padding-right: 15px;
}

.uvc-heading {
  margin-bottom: 15px;
}

.uvc-headings-line {
  border-width: 0;
}

.vc_toggle.vc_toggle_arrow {
  margin: 0 0 15px;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title {
  background: #f4f4f4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 40px 9px 25px;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title h4 {
  font-weight: 500;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_content {
  padding: 20px 25px 0;
  margin: 0;
}

.vc_btn3.vc_btn3-size-md {
  padding: 9px 20px;
  font-weight: 600;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.vc_btn3.vc_btn3-style-custom {
  background-image: none;
}

.nb_latest_post .nb_latest_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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%;
  width: 30%;
  max-width: 100px;
  padding-right: 15px;
}

.nb_latest_post .nb_latest_item .nb_post_thumb img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.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: 1.1em;
}

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

.nb_latest_post .nb_latest_item .nb_post_meta {
  font-size: 0.95em;
  font-style: italic;
}

.nb_latest_post .nb_latest_item:first-child {
  padding-top: 0;
}

.nb_latest_post .nb_latest_item:last-child {
  padding-bottom: 0;
}

.vc_blog_date {
  position: relative;
  margin: 0;
}

.vc_blog_date > span {
  display: block;
  line-height: 0.95;
}

.vc_blog_date .vc_post_date-day {
  color: #ececec;
  font-weight: 800;
  font-size: 30px;
  font-size: 3rem;
}

.vc_blog_date .vc_post_date-month {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  font-size: 1.1rem;
}

.vc_blog_date.text-left .vc_post_date-month {
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vc_blog_date.text-right .vc_post_date-month {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vc_blog_date.text-center .vc_post_date-month {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget_nbcore_latest_post_widget .nb_latest_post .nb_latest_item .entry-meta {
  text-align: left;
}

.nb_wp_post .nb_wp_post-i .nb-post-thumb {
  overflow: visible;
}

.nb_wp_post .nb_wp_post-i .nb-post-thumb-i {
  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;
}

.nb_wp_post .nb_wp_post-i:hover .nb-post-thumb-i {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

.nb_wp_post .nb_wp_post-i:hover .nb-post-thumb-i > a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta {
  margin-bottom: 7px;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta span,
.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta a {
  color: #999;
  text-transform: capitalize;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta span:before,
.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta a:before {
  font-size: 16px;
  color: #999;
  font-family: 'fontello';
  padding-right: 8px;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta .nb-post-author:before {
  content: '\e804';
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta .nb-post-datetime:before {
  content: '\e920';
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta .nb-post-comments:before {
  content: '\e916';
}

.nb_wp_post .nb_wp_post-i .nb-post-block h4 > a {
  font-weight: 500;
}

.nb_wp_post .nb_wp_post-i .nb-post-block p {
  line-height: 24px;
  margin-bottom: 10px;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-readmore a {
  font-size: 14px;
  text-decoration: underline;
  font-style: italic;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.nb_wp_post.nb_wp-blog3 .nb-post-meta {
  margin-top: -5px;
}

.wpb-js-composer .vcpb-default {
  -webkit-background-size: auto auto;
  background-size: auto;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
  overflow: visible !important;
  font-size: 14px;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 3px 12px;
  border: 1px solid transparent;
  position: relative;
  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;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 4px 15px;
  border-width: 0 0 1px;
  background-color: transparent;
  color: #444;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  background-color: transparent;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-panels-container .vc_tta-panel-title > a {
  border: 1px solid #dcddde;
  text-align: center;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 4px 15px;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panel-title > a {
  -webkit-border-radius: 2em;
  border-radius: 2em;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panel-title > a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
  border: 0 none;
  padding: 15px 0 10px;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-box2 {
  /*position: relative;
            &:before{
                display: block;
                position: absolute;
                top: 7px;
                right: 20px;
                font-family: "fontello";
                font-size: 36px;
                content: '\e909';
                //color: #f68d7d;
            }*/
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-avatar .nb_testimonial-avatar-ii {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-name {
  color: #444;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-position {
  color: #999;
  font-size: 16px;
  margin-bottom: 30px;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-position:before {
  color: #444;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-content {
  color: #666;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.aio-icon-box .aio-icon {
  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;
  padding: 3px;
  border: 8px solid #fbdfdf;
}

.aio-icon-box .aio-icon-header + .aio-icon-description {
  margin-top: 0;
}

.aio-icon-box .aio-icon-title {
  font-weight: 600;
  margin-bottom: 7px;
}

.aio-icon-box:hover .aio-icon {
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.35);
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.35);
}

.nbt-brands .aio-tooltip {
  display: block;
}

.nbt-brands .aio-icon {
  display: block !important;
  width: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

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

.form-newsletter .input-group .form-control {
  -webkit-appearance: none;
  display: block;
  padding: 10px 15px;
  margin: 0;
  min-height: 46px;
  border-width: 2px;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  min-width: 100px;
  border-right: 0 none;
}

.form-newsletter .input-group .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 0.95em;
}

.form-newsletter .input-group .form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.95em;
}

.form-newsletter .input-group .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.95em;
}

.form-newsletter .input-group .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 0.95em;
}

.form-newsletter .input-group .btn {
  padding: 5px 20px;
  margin: 0;
  border-width: 2px;
  -webkit-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  background: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.form-newsletter .input-group .btn i {
  font-size: 18px;
}

.faq-form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}

.faq-form input,
.faq-form textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
}

.faq-form input::-webkit-input-placeholder,
.faq-form textarea::-webkit-input-placeholder {
  color: #999;
}

.faq-form input:-moz-placeholder,
.faq-form textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.faq-form input::-moz-placeholder,
.faq-form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.faq-form input:-ms-input-placeholder,
.faq-form textarea:-ms-input-placeholder {
  color: #999;
}

.faq-form input[type="submit"] {
  font-size: 16px;
  padding: 10px 25px;
  min-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  display: block;
}

.faq-form .ajax-loader {
  position: absolute;
  left: 50%;
  bottom: 50px;
}

.nb_gallery.nb_gallery_masonry .filters-button-group {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
}

.nb_gallery.nb_gallery_masonry .filters-button-group .filter-btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}

.nb_gallery .nb_galleryimg .nb_img_title {
  text-transform: uppercase;
}

.ult-team-member-wrap.ult-style-1 .ult-team-member-name-wrap .ult-team-member-name {
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 22px 0 2px;
}

.ult-team-member-wrap.ult-style-1 .ult-team-member-position {
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
}

.ult-overlay .ult_modal.ult-block .mejs-video {
  max-width: 100%;
}

.uavc-icons {
  display: block;
  margin-bottom: 35px;
  line-height: 1;
}

.uavc-icons .aio-icon.circle {
  margin-bottom: 0;
  margin-top: 0;
}

.aio-icon {
  display: inline-block;
  font-size: 32px;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.aio-icon.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.aio-tooltip {
  display: inline-block;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.widget-area .uavc-icons.sidebar-social .aio-icon {
  margin-top: 5px;
  margin-bottom: 5px;
}

.widget-area .aio-icon {
  color: #999;
  border-color: #999;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget-area .aio-icon.circle,
.widget-area .aio-icon.square {
  border-width: 1px;
  border-style: solid;
}

.widget-area .aio-icon:hover {
  color: inherit;
  border-color: inherit;
}

.widget-area .aio-icon .Defaults-instagram:before {
  content: '\f32d';
  font-family: 'fontello';
}

.wpb_flickr_widget .wpb_wrapper {
  margin-right: -10px;
}

.wpb_flickr_widget.flickr_80 .flickr_badge_image {
  width: 80px;
  height: 80px;
}

.widget_mc4wp_form_widget .title_newsletter {
  display: none;
}

.tp-bullets.custom .tp-bullet {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.tp-bullets.custom.horizontal .tp-bullet {
  width: 30px;
  height: 10px;
}

.tp-bullets.custom.vertical .tp-bullet {
  width: 10px;
  height: 30px;
}

/*# Links*/

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

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

/*# Blog*/

.type-post:not(.sticky):not(.has-post-thumbnail) .entry-content {
  margin-top: 30px;
}

.type-post:not(.sticky) .entry-image {
  margin: 0;
}

.type-post:not(.sticky) .entry-block {
  position: relative;
  margin: 0;
}

.type-post:not(.sticky) .entry-block:before {
  font-family: 'dashicons';
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: -30px;
}

.type-post:not(.sticky) .entry-block:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: -24px;
  width: 48px;
  height: 48px;
  border: 1px dashed #fff;
}

.type-post:not(.sticky).format-standard .entry-block:before {
  content: '\f109';
}

.type-post:not(.sticky).format-gallery .entry-block:before {
  content: '\f161';
}

.type-post:not(.sticky).format-image .entry-block:before {
  content: '\f128';
}

.type-post:not(.sticky).format-audio .entry-block:before {
  content: '\f127';
}

.type-post:not(.sticky).format-video .entry-block:before {
  content: '\f126';
}

.type-post:not(.sticky).format-aside .entry-block:before {
  content: '\f123';
}

.type-post:not(.sticky).format-status .entry-block:before {
  content: '\f130';
}

.type-post:not(.sticky).format-link .entry-block:before {
  content: '\f103';
}

.type-post:not(.sticky).format-chat .entry-block:before {
  content: '\f125';
}

.type-post:not(.sticky).format-quote .entry-block:before {
  content: '\f122';
}

.type-post.sticky .entry-content {
  position: relative;
  padding: 20px;
  background: #f8f8f8;
  border-width: 2px;
  border-style: dashed;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
}

.type-post.sticky .entry-content:before {
  position: absolute;
  top: -10px;
  right: -5px;
  font-family: 'dashicons';
  font-size: 35px;
  line-height: 1;
  content: "\f546";
  display: block;
}

.post a.more-link {
  font-style: italic;
  display: inline-block;
}

.post a.more-link:hover {
  text-decoration: underline;
}

.meta-align-left .type-post .entry-block:before {
  right: 20px;
}

.meta-align-left .type-post .entry-block:after {
  right: 26px;
}

.meta-align-right .type-post .entry-block:before {
  left: 20px;
}

.meta-align-right .type-post .entry-block:after {
  left: 26px;
}

.meta-align-center .type-post .entry-block:before,
.meta-align-center .type-post .entry-block:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.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-image .entry-date {
  position: absolute;
}

.blog .post .entry-info {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 10px;
}

.blog .post .entry-info .entry-meta {
  display: inline-block;
}

.blog .post .entry-info .entry-meta > span {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

.blog .post .entry-info .comments-link {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

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

.blog .post .entry-cat a {
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 5px;
}

.blog .post .read-more-link {
  margin-top: 15px;
  margin-bottom: 5px;
}

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

.blog.meta-align-right .post .entry-info,
.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.meta-align-left .post .entry-info,
.blog.meta-align-left .post .entry-meta,
.blog.meta-align-left .post .entry-title,
.blog.meta-align-left .post .entry-cat,
.blog.meta-align-left .post .read-more-link {
  text-align: left;
}

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

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

.blog .classic .post .entry-meta,
.blog .classic .post .comments-link,
.content-search > article .entry-meta,
.content-search > article .comments-link {
  display: inline-block;
  margin-bottom: 15px;
}

.blog .classic .post .entry-meta > span,
.blog .classic .post .comments-link > span,
.content-search > article .entry-meta > span,
.content-search > article .comments-link > span {
  display: inline-block;
  margin-right: 15px;
}

.blog .classic .post .entry-title,
.content-search > article .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog .classic .post .entry-text,
.content-search > article .entry-text {
  margin-bottom: 30px;
}

.blog .classic .post .entry-text:after,
.content-search > article .entry-text:after {
  display: table;
  content: '';
  clear: both;
}

.blog .classic .post .entry-summary,
.content-search > article .entry-summary {
  margin-top: 0;
}

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

.blog .classic .post .entry-footer span:before,
.content-search > article .entry-footer span:before {
  margin-right: 5px;
}

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

.content-search > article:not(:last-of-type) {
  margin-bottom: 45px;
  border-bottom: 1px solid #d7d7d7;
}

.content-search > article:last-of-type {
  margin-bottom: 0;
}

.content-search > article .entry-title {
  font-size: 20px;
}

.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 !important;
  margin-bottom: 15px !important;
}

.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-summary {
  margin: 15px 0;
}

.content-search .page-title {
  border-bottom: 3px double #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.blog .classic .post {
  margin-bottom: 0;
}

.blog .classic .post:before,
.blog .classic .post:after {
  display: block;
  content: "";
  clear: both;
}

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

.blog .classic .post:not(.sticky) .entry-title {
  margin-top: 10px;
}

.blog .classic .post:not(.sticky) .entry-content {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.blog .classic .post:not(.sticky) .entry-image {
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  line-height: 1;
}

.blog .classic .post:not(.sticky) .entry-block {
  padding: 20px 20px 0;
}

.blog .classic .post:not(.sticky) .entry-block:after {
  display: table;
  content: '';
  clear: both;
}

.blog .classic .post .entry-text p:last-of-type {
  margin-bottom: 0;
}

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

.blog .entry-title > a {
  font-weight: 500;
}

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

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

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

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

.blog .masonry .type-post .entry-image a:before,
.blog .masonry .type-post .entry-image a:after {
  display: none;
}

.blog .masonry .type-post .entry-summary {
  margin-top: 0;
}

.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-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-cat .separator {
  display: inline-block;
}

.single-blog .entry-cat .separator:before {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

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

.single-blog .entry-text:after {
  display: table;
  content: '';
  clear: both;
}

.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-width: 1px;
  border-bottom-style: 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}

.single-blog .entry-author .author-image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.single-blog .entry-author .author-image + .author-meta {
  margin-top: 15px;
}

.single-blog .entry-author .author-meta {
  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%;
}

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

.single-blog .nb-social-icons {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.single-blog .single-blog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -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-blog.blog_layout_classic .entry-image {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  line-height: 1;
}

.single-blog.blog_layout_classic .entry-content {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.single-blog.blog_layout_classic .entry-block {
  padding: 20px 20px 0;
}

.single-blog.blog_layout_classic .entry-block:after {
  display: table;
  content: '';
  clear: both;
}

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

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

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

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

.single-blog.blog_layout_classic .entry-cat:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  content: "\f115";
}

.single-blog.blog_layout_classic .entry-cat a {
  display: inline-block;
}

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

.single-blog.blog_layout_classic .entry-text:after {
  display: table;
  content: '';
  clear: both;
}

.single-blog.blog_layout_classic .entry-text + .entry-footer {
  border-top-width: 1px;
  border-top-style: solid;
}

.single-blog.blog_layout_classic .entry-footer {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: 0 none;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

.single-post .nb-page-title .entry-cat .separator {
  display: inline-block;
}

.single-post .nb-page-title .entry-cat .separator:before {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

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

.blog .blog1 .post {
  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%;
}

.blog .blog1 .post:first-of-type {
  margin-bottom: 35px;
}

.blog .blog1 .post:first-of-type .entry-title > * {
  font-size: 1em;
}

.blog .blog1 .post:first-of-type .entry-text .entry-summary {
  text-align: center;
}

.blog .blog1 .post:not(:first-of-type) {
  margin-bottom: 40px;
}

.blog .blog1 .post:not(:first-of-type) .entry-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.blog .blog1 .post:not(:first-of-type) .entry-title > * {
  font-size: 0.9em;
}

.blog .blog1 .post.sticky {
  margin-bottom: 30px;
}

.blog .blog1 .post .entry-cat a {
  background: transparent;
  padding: 0;
}

.blog .blog1 .post .entry-cat .separator {
  display: inline-block;
}

.blog .blog1 .post .entry-cat .separator:before {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

.blog .blog1 .post .entry-text {
  margin: 0;
}

.blog .blog1 .post .entry-text .read-more-link a {
  padding-right: 40px;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.blog .blog1 .post .entry-text .read-more-link a span {
  display: none;
}

.blog .blog1 .post .entry-text .read-more-link a:after {
  content: '\e90f';
  font-family: 'fontello';
  padding-left: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.blog .blog1 .post .entry-text .read-more-link a:hover:after {
  right: 10px;
}

.blog .blog1 .post .entry-summary {
  margin: 0;
}

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

.blog.style-2 .blog1 .post .entry-content .entry-image {
  margin: -15px -15px 15px -15px;
}

.paging-navigation,
.woocommerce-pagination {
  text-align: center;
  margin-top: 10px;
}

.paging-navigation .page-numbers,
.woocommerce-pagination .page-numbers {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  min-width: 40px;
}

.paging-navigation.pagination-style-1 .page-numbers,
.woocommerce-pagination.pagination-style-1 .page-numbers {
  display: inline-block;
  padding: 7px;
  border: 1px solid #dedede;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
}

.paging-navigation.pagination-style-1 .page-numbers:hover,
.woocommerce-pagination.pagination-style-1 .page-numbers:hover {
  color: #c6633d;
}

.paging-navigation.pagination-style-1 .current,
.woocommerce-pagination.pagination-style-1 .current {
  color: #fff;
}

.paging-navigation.pagination-style-1 .next,
.woocommerce-pagination.pagination-style-1 .next {
  display: inline-block;
  color: #999;
}

.paging-navigation.pagination-style-1 .next [class^="icon-"]:before,
.paging-navigation.pagination-style-1 .next [class*=" icon-"]:before,
.woocommerce-pagination.pagination-style-1 .next [class^="icon-"]:before,
.woocommerce-pagination.pagination-style-1 .next [class*=" icon-"]:before {
  line-height: inherit;
}

.paging-navigation.pagination-style-1 .next:hover,
.woocommerce-pagination.pagination-style-1 .next:hover {
  color: #c6633d;
}

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

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

.page-links > a,
.page-links > span {
  margin-right: 5px;
  display: inline-block;
  padding: 5px 12px;
  min-width: 40px;
}

.page-links.pagination-style-1 > a,
.page-links.pagination-style-1 > span {
  display: inline-block;
  padding: 7px;
  border: 1px solid #dedede;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
}

.page-links.pagination-style-1 > a:hover,
.page-links.pagination-style-1 > span:hover {
  color: #fff;
}

.page-links.pagination-style-1 > span {
  color: #fff;
}

.page-links.pagination-style-2 > a,
.page-links.pagination-style-2 > span {
  -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;
  padding: 5px 12px;
  margin-right: 5px;
}

.page-links.pagination-style-2 > span {
  color: #fff;
}

.nb-page-title-wrap {
  margin-top: -60px;
  margin-bottom: 60px;
}

.nb-page-title-wrap h2 {
  margin-top: 0;
  margin-bottom: 7px;
}

.nb-page-title-wrap h2 > a,
.nb-page-title-wrap h2 > span {
  font-size: 0.8em;
  font-weight: 500;
}

.nb-page-title {
  text-align: center;
}

.nb-page-title .woocommerce-breadcrumb {
  text-align: left;
}

.nb-page-title h2 + .woocommerce-breadcrumb {
  text-align: inherit;
}

.single-post .nb-page-title {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: 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 h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}

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

.nb-social-icons {
  margin-bottom: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.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: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.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: 50%;
  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;
  border-style: solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

input[disabled] {
  opacity: .6;
}

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

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

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

input.bt-4 {
  height: 45px;
  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;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-style: solid;
}

.site-footer {
  margin-top: 60px;
}

.site-footer .footer-top-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-footer .footer-top-section .widget_nav_menu.menu-hoz ul {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li .sub-menu {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 100%;
}

.site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li > .sub-menu {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.site-footer .footer-bot-section {
  padding-top: 5px;
  padding-bottom: 40px;
}

.site-footer .footer-bot-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-bot-section > .container > .row > .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.site-footer .footer-bot-section.layout-9 .uavc-list > li:first-child .uavc-list-content {
  padding-top: 0;
}

.site-footer .footer-bot-section.layout-9 .uavc-list > li .uavc-list-content {
  padding-bottom: 5px;
  padding-top: 5px;
}

.site-footer .footer-bot-section.layout-9 .uavc-list > li .uavc-list-content .uavc-list-desc {
  display: inline-block;
}

.site-footer .footer-bot-section.layout-9 .widget_nav_menu .menu > li:first-child > a {
  padding-top: 0px;
}

.site-footer .footer-bot-section.layout-9 .col-3:first-child .uavc-list-icon {
  margin-bottom: 0;
}

.site-footer .footer-bot-section.layout-9 .col-3:first-child .uavc-list-icon .uavc-list li:last-child .uavc-list-content {
  margin-bottom: 0;
}

.site-footer .footer-bot-section.layout-9 .open-morning label,
.site-footer .footer-bot-section.layout-9 .open-afternoon label {
  color: #c6633d;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  padding-top: 7px;
}

.site-footer .footer-bot-section.layout-9 .open-morning span,
.site-footer .footer-bot-section.layout-9 .open-afternoon span {
  display: block;
  font-size: 14px;
}

.site-footer .footer-bot-section.layout-9 .open-morning {
  margin-bottom: 15px;
}

.site-footer .footer-bot-section.layout-9 .nbt-connectus {
  padding-top: 7px;
}

.site-footer .widget_nav_menu ul {
  list-style: disc inside;
}

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

.site-footer .widget_nav_menu ul > li > a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

.site-footer .uavc-icons {
  clear: both;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-footer .uavc-icons .aio-icon {
  position: relative;
  display: inline-block;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background: transparent !important;
}

.site-footer .uavc-icons .aio-icon:hover {
  color: #c6633d;
}

.site-footer .uavc-icons .aio-icon.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.site-footer .uavc-icons .aio-icon:not(:last-child):after {
  content: '•';
  display: inline-block;
  color: #fff;
}

.site-footer .uavc-icons > * {
  position: relative;
}

.site-footer .uavc-icons > *:not(:last-child):after {
  content: '•';
  display: inline-block;
}

.site-footer .uavc-icons.ico-autowidth .aio-icon {
  width: auto;
}

.site-footer .uavc-icons.footer-social {
  display: inline-block;
  padding: 3px;
  border: solid 2px #c6633d;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 15px;
}

.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%;
  display: block;
  padding-right: 15px;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_thumb span {
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

.site-footer .nb_latest_post .nb_latest_item .nb_post_desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 1.25;
  padding-left: 15px;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_title {
  margin-top: -5px;
  margin-bottom: 5px;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_title > a {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.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: 70px;
  height: 70px;
}

.site-footer .wpb_flickr_widget .wpb_wrapper .flickr_badge_image img {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

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

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

.site-footer .nbt-connectus {
  font-size: 0.9em;
}

.site-footer .widget {
  margin: 15px 0;
}

.site-footer .widget .widget-title {
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #777777;
}

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

.site-footer .widget.widget_nav_menu.menu-hoz ul > li {
  padding: 0 5px;
}

.site-footer .widget.widget_nav_menu.menu-hoz ul > li:first-child {
  padding-left: 0;
}

.site-footer .widget.widget_nav_menu.menu-hoz ul > li:last-child {
  padding-right: 0;
}

.site-footer dl {
  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-top: 0;
  margin-bottom: 15px;
}

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

.site-footer dl dd {
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.site-footer .form-newsletter .input-group .form-control,
.site-footer .form-newsletter .input-group .btn {
  background: transparent;
}

.site-footer .footer-abs-section .footer-abs-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-footer .footer-abs-section .footer-abs-right .aio-icon-component {
  margin-bottom: 0;
}

.site-footer .footer-abs-section .footer-abs-left a {
  color: #c6633d;
}

.footer-abs-section {
  border-top-width: 1px;
  border-top-style: solid;
}

.footer-abs-section .row {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-abs-section .footer-abs-middle,
.footer-abs-section .footer-abs-left,
.footer-abs-section .footer-abs-right {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-abs-section .footer-abs-middle {
  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%;
  text-align: center;
}

.footer-abs-section .footer-abs-left,
.footer-abs-section .footer-abs-right {
  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%;
}

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

.footer-abs-section p {
  margin-bottom: 0;
}

.footer-abs-section img {
  margin: 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.footer-abs-section img:last-of-type {
  margin-right: 0;
}

.footer_nomargin .hentry {
  margin-bottom: 0;
}

.footer_nomargin .site-footer {
  margin-top: 0;
}

.footer-top-section .widget .widget-title {
  margin-right: 45px;
  margin-bottom: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
}

.footer-top-section .footer-top-left {
  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;
}

.footer-top-section .footer-top-left .textwidget {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-top-section .footer-top-right .uavc-icons {
  padding: 0;
  text-align: right;
}

.footer-top-section .footer-top-right .uavc-icons .aio-icon.circle {
  margin-bottom: 0;
  margin-top: 0;
}

.footer-top-section .separator {
  border-bottom: 2px solid #777;
  position: relative;
  margin-bottom: 30px !important;
  margin-top: 25px !important;
}

.footer-top-section .separator:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  top: 0px;
  left: 10px;
  right: 10px;
  border-bottom: 1px solid #777;
}

.footer-top-section .separator:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  top: 0px;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid #777;
}

.footer-top-section .col-left .uavc-list-icon {
  margin-bottom: 0;
}

.footer-top-section .col-left .uavc-list .uavc-list-content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
}

.footer-top-section .col-left .uavc-list .uavc-list-content .aio-icon {
  width: auto;
  height: auto;
  line-height: inherit;
}

.footer-top-section .col-left .uavc-list .uavc-list-content .aio-icon:hover i {
  color: #c6633d;
}

.footer-top-section .col-left .uavc-list .uavc-list-content span {
  width: auto;
}

.footer-top-section .col-right .form-newsletter .input-group .form-control {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999999;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
}

.footer-top-section .col-right .form-newsletter .input-group .form-control:focus {
  color: #999999;
}

.footer-top-section .col-right .form-newsletter .btn {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999999;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 15px;
}

.footer-top-section .col-right .form-newsletter .btn .fa-paper-plane {
  color: #a06e54;
  font-size: 14px;
}

.footer-top-section .col-right .form-newsletter .btn .fa-paper-plane:before {
  content: '\f1d8';
  font-family: 'fontello';
}

.footer-top-section .col-right .form-newsletter .title_newsletter {
  margin-bottom: 9px;
  display: block;
  padding-top: 3px;
}

.nb-input-group {
  position: relative;
}

.nb-input-group .search-field {
  -webkit-appearance: none;
  display: block;
  padding: 10px 45px 10px 20px;
  line-height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.nb-input-group .search-field:focus {
  outline: none;
  border-color: #c6633d;
}

.nb-input-group .search-button button {
  position: absolute;
  top: 2px;
  right: 10px;
  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: inherit !important;
  font-size: 20px;
}

.dokan-seller-listing .dokan-seller-search-form input#search {
  -webkit-appearance: none;
  display: block;
  padding: 10px 40px 10px 15px !important;
  line-height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: auto;
  border: 2px solid #ccc !important;
  -webkit-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.dokan-seller-listing .dokan-seller-search-form input#search:focus {
  outline: none;
}

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

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

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

.comment-list li {
  position: relative;
  padding: 7px 0;
}

.comment-list li .comment-body {
  border: 1px solid #d7d7d7;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.comment-list li.pingback .comment-body {
  border-style: dashed;
}

.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 .reply,
.comment-list .edit-link {
  text-transform: uppercase;
}

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

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

.comment-list #respond {
  margin-top: 25px;
}

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

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

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

.comment-respond .comment-form > p label {
  display: inline-block;
  min-width: 110px;
}

.comment-respond .comment-form > p input {
  min-height: 40px;
  width: 100%;
  max-width: 100%;
}

.comment-respond .comment-form > p input[type="submit"] {
  width: auto;
}

.comment-respond .comment-form > p.form-submit {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.comment-respond .comment-form > p.form-submit .submit {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.comment-respond .comment-form > p.form-submit .submit:hover {
  background-color: rgba(198, 99, 61, 0.9);
}

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

.nb-back-to-top-wrap a {
  display: inline-block;
  padding: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.nb-back-to-top-wrap a.square {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

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

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

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

/*# 404 */

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

.error404 main .pnf-heading {
  font-size: 100px;
  font-weight: bold;
  line-height: 0.09;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 0px 6px 0 rgba(153, 153, 153, 0.35);
  -webkit-text-stroke: 3px #ffffff;
}

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

.error404 main .text-wrap {
  padding: 65px 15px 50px;
}

.error404 main h1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

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

.error404 main .home-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background: #444;
}

.error404 main .home-link a {
  color: #fff;
  background: #444;
  display: inline-block;
  margin: 20px;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.error404 main .home-link a:hover {
  background: #333;
}

/*# Restaurant Reservations */

.rtb-booking-form legend {
  padding: 0 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.rtb-booking-form form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.rtb-booking-form fieldset {
  width: 100%;
  background-color: #fff;
}

.rtb-booking-form fieldset input,
.rtb-booking-form fieldset textarea,
.rtb-booking-form fieldset select {
  max-width: none;
  color: #666;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 15px;
  height: auto;
}

.rtb-booking-form #rtb-date,
.rtb-booking-form #rtb-time {
  background-image: url(../../images/rtb-date-icon.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.rtb-booking-form #rtb-time {
  background-image: url(../../images/rtb-time-icon.png);
}

.rtb-booking-form button {
  margin-top: 30px;
  background-color: #c6633d;
  border: 0 none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 9px 50px;
  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;
}

.rtb-booking-form button:hover {
  background-color: #a14f2f;
}

#rtb-date_root.picker .picker__frame {
  max-width: 550px;
}

#rtb-date_root.picker .picker__box {
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

#rtb-date_root.picker .picker__nav--next,
#rtb-date_root.picker .picker__nav--prev {
  top: 0;
  left: 0;
  width: 60px;
  height: 20px;
  min-height: auto;
  padding: 0;
  color: #fff;
  padding: 20px 0;
}

#rtb-date_root.picker .picker__nav--next:before,
#rtb-date_root.picker .picker__nav--prev:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid;
}

#rtb-date_root.picker .picker__nav--next:hover,
#rtb-date_root.picker .picker__nav--prev:hover {
  color: #fff;
  background-color: #a14f2f;
}

#rtb-date_root.picker .picker__nav--next {
  left: auto;
  right: 0;
}

#rtb-date_root.picker .picker__nav--next:before {
  border-right: 15px solid transparent;
  border-left: 15px solid;
}

#rtb-date_root.picker .picker__button--today:before,
#rtb-date_root.picker .picker__day--today:before {
  border-top-color: #8d4529;
}

#rtb-date_root.picker .picker__header {
  background-color: #c6633d;
  color: #fff;
  margin: 0;
  line-height: 30px;
  padding: 15px;
}

#rtb-date_root.picker .picker__header .picker__month,
#rtb-date_root.picker .picker__header .picker__year {
  font-weight: normal;
}

#rtb-date_root.picker .picker__header .picker__year {
  font-size: inherit;
  color: inherit;
  font-style: inherit;
}

#rtb-date_root.picker .picker__table {
  margin: 0;
}

#rtb-date_root.picker .picker__table thead th {
  border: 0;
  padding: 15px 0;
  color: #444444;
}

#rtb-date_root.picker .picker__table td {
  border: 0;
}

#rtb-date_root.picker .picker__table .picker__day {
  border: 0;
  padding: 15px 0;
  line-height: 20px;
}

#rtb-date_root.picker .picker__table .picker--focused .picker__day--highlighted,
#rtb-date_root.picker .picker__table .picker__day--highlighted:hover,
#rtb-date_root.picker .picker__table .picker__day--infocus:hover,
#rtb-date_root.picker .picker__table .picker__day--outfocus:hover {
  background: #d79378;
}

#rtb-date_root.picker .picker__table .picker--focused .picker__day--selected,
#rtb-date_root.picker .picker__table .picker__day--selected,
#rtb-date_root.picker .picker__table .picker__day--selected:hover {
  background: #c6633d;
}

#rtb-date_root.picker .picker__footer {
  border-top: 1px solid #ddd;
}

#rtb-date_root.picker .picker__footer .picker__button--clear,
#rtb-date_root.picker .picker__footer .picker__button--close,
#rtb-date_root.picker .picker__footer .picker__button--today {
  border: 0;
  width: 33.33%;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 12px 15px;
  background: transparent;
  margin-top: -1px;
}

#rtb-date_root.picker .picker__footer .picker__button--clear:focus,
#rtb-date_root.picker .picker__footer .picker__button--clear:hover,
#rtb-date_root.picker .picker__footer .picker__button--close:focus,
#rtb-date_root.picker .picker__footer .picker__button--close:hover,
#rtb-date_root.picker .picker__footer .picker__button--today:focus,
#rtb-date_root.picker .picker__footer .picker__button--today:hover {
  background: #d79378;
}

#rtb-time_root.picker--time .picker__frame {
  background: #fff;
  -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
}

#rtb-time_root.picker--time .picker__frame .picker__box {
  border: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list {
  margin: 0;
  padding: 10px 0;
  max-height: 400px;
  overflow-y: auto;
  padding-bottom: 40px;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list li {
  padding: 12px 20px;
  border: 0;
  margin: 0;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker__list-item--highlighted,
#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker__list-item:hover {
  background: #d79378;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker--focused .picker__list-item--selected,
#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker__list-item--selected,
#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker__list-item--selected:hover {
  background: #c6633d;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list li:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 0;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__button--clear {
  margin: 0 auto;
  width: 100%;
  line-height: 20px;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: -1px;
  background: #efefef;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__button--clear:focus,
#rtb-time_root.picker--time .picker__frame .picker__box .picker__button--clear:hover {
  background: #c6633d;
}

@charset "UTF-8";

/*!
Theme Name: NB Foody Coffee
Theme URI: http://www.netbaseteam.com/
Author: netbaseteam
Author URI: http://netbasejsc.com/
Description:  This is child theme of NB Foody
Version: 1.0.0
Template: nb-foody
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nb-foody-cofee
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> 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: -ms-flexbox;
  display: -webkit-flex;
  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,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl {
  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: -ms-flexbox;
  display: -webkit-flex;
  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;
}

@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: 0 none;
  text-decoration: none;
}

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.35em;
}

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;
  cursor: pointer;
}

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"],
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;
}

*:focus {
  outline: none;
}

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

.text-lowercase {
  text-transform: lowercase;
}

.text-success {
  color: #5cb85c;
}

.text-info {
  color: #5bc0de;
}

.text-warning {
  color: #f0ad4e;
}

.text-danger {
  color: #d9534f;
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

/*--------------------------------------------------------------
# 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,
q {
  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%;
}

/*# Custom fonts*/

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

#secondary {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*Custom Layout*/

.nbt-alignself-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  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;
}

.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 50px;
  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;
}

.wpcf7-form input[type="submit"]:hover {
  color: #fff;
}

.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border-color: #d7d7d7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

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

.about_page .aio-icon-box .aio-icon {
  padding: 0;
  border-width: 7px;
}

.about_page .vc_row.about-welcome {
  padding-top: 10px;
  padding-bottom: 20px;
}

.about_page .vc_row.about-welcome .uvc-heading {
  margin-bottom: 10px;
}

.about_page .vc_row.about-welcome .aio-icon-box {
  margin-bottom: 15px;
}

.about_page .vc_row.about-welcome .left-icon .aio-icon-left,
.about_page .vc_row.about-welcome .right-icon .aio-icon-right {
  padding-top: 7px;
}

.about_page .vc_row.about-welcome .wpb_single_image {
  padding-bottom: 20px;
}

.about_page .vc_row.about-history {
  padding-top: 35px;
  padding-bottom: 35px;
}

.about_page .vc_row.about-history .uvc-heading {
  margin-bottom: 20px;
}

.about_page .vc_row.about-history .wpb_single_image {
  padding-top: 25px;
}

.about_page .vc_row.about-history .stats-block .stats-number,
.about_page .vc_row.about-history .stats-block .counter_suffix {
  font-weight: 300;
}

.about_page .vc_row.about-history .stats-block .stats-text {
  font-weight: 500;
}

.about_page .vc_row.about-team {
  padding-top: 35px;
  padding-bottom: 35px;
}

.about_page .vc_row.about-team .uvc-heading {
  padding-bottom: 5px;
}

.testimonial_page .hentry {
  margin-bottom: 0;
}

.contact-form .vc_custom_heading {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-form .uavc-list-icon {
  padding-top: 5px;
}

.contact-form .uavc-list .uavc-list-content {
  margin-bottom: 30px;
  font-size: 18px;
  color: #666;
}

.contact-form .uavc-list .uavc-list-content a {
  color: #666;
}

.contact-form .uavc-list .uavc-list-content .uavc-list-icon {
  line-height: 1;
  padding: 15px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.site-content {
  min-height: 200px;
}

.mc4wp-response .mc4wp-alert > p {
  font-style: italic;
}

.header_no_margin .site-header {
  margin-bottom: 0px;
}

.wpcf7-form input[type="submit"] {
  background-color: #c6633d;
  border: 0 none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: rgba(198, 99, 61, 0.9);
}

.search-results .read-more-link a {
  padding-right: 40px;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.search-results .read-more-link a span {
  display: none;
}

.search-results .read-more-link a:after {
  content: '\e90f';
  font-family: 'fontello';
  padding-left: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.search-results .read-more-link a:hover:after {
  right: 10px;
}

/*--------------------------------------------------------------
# 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;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

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

blockquote:before,
q:before {
  font-family: 'dashicons';
  content: '\f205';
  position: absolute;
  left: -1.5em;
}

blockquote:after,
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. */
}

/*3.2 Tables*/

table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 1.5em;
}

table th,
table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #d7d7d7;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d7d7d7;
}

table tbody + tbody {
  border-top: 1px solid #d7d7d7;
}

table.table-bordered {
  border: 1px solid #d7d7d7;
}

table.table-bordered th,
table.table-bordered td {
  border: 1px solid #d7d7d7;
}

table.table-bordered thead th,
table.table-bordered thead td {
  border-bottom-width: 2px;
}

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

table.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.table-responsive.table-bordered {
  border: 0;
}

/*--------------------------------------------------------------
# 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 {
  color: #666;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 15px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
}

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 {
  color: #111;
}

input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="range"].error,
input[type="date"].error,
input[type="month"].error,
input[type="week"].error,
input[type="time"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="color"].error,
textarea.error {
  border-color: #d9534f;
}

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

select:-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
}

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

.input-group .form-control,
.input-group .btn {
  -webkit-appearance: none;
  display: block;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #999999;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.input-group .form-control:not(:first-child),
.input-group .btn:not(:first-child) {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0 none;
}

.input-group .form-control:not(:last-child),
.input-group .btn:not(:last-child) {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*--------------------------------------------------------------
# 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;
}

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

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

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

.justify-content-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer: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;
}

/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/

.mfp-search .mfp-content {
  max-width: 500px;
  padding: 0;
  background: transparent;
}

.mfp-search .mfp-content .nb-input-group .search-field {
  background: transparent;
  color: #aaa;
}

.mfp-search .mfp-content .nb-input-group .search-field::-webkit-input-placeholder {
  color: #888;
}

.mfp-search .mfp-content .nb-input-group .search-field:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.mfp-search .mfp-content .nb-input-group .search-field::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.mfp-search .mfp-content .nb-input-group .search-field:-ms-input-placeholder {
  color: #888;
}

.mfp-search .mfp-close {
  display: none;
}

.mfp-search .nb-input-group .search-field {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.mfp-inline-holder .mfp-content {
  background: transparent;
}

.mfp-figure:after {
  background-color: transparent !important;
}

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

/*# Header-global*/

.main-logo {
  position: relative;
  overflow: hidden;
}

.main-logo h1 {
  position: absolute;
  right: 100%;
}

.main-logo.text-logo {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}

.main-logo.text-logo a {
  color: #333;
}

.main-logo img {
  max-width: 100%;
}

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

.site-header {
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 11;
  margin-bottom: 60px;
}

.header_nomargin .site-header {
  margin-bottom: 0px;
}

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

.header_nobor .site-header {
  border-bottom: 0px none;
}

.header_noshadow .site-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flex-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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-justify-content: flex-end;
  -webkit-box-pack: 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;
  width: 100%;
}

.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-wrap {
  border-bottom: 1px solid #ececec;
}

.top-section-wrap:before,
.top-section-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.top-section-wrap .header-top-left .textwidget .usd:after,
.top-section-wrap .header-top-left .textwidget .english:after {
  content: '\f107';
  font-family: 'fontello';
}

.top-section-wrap .header-top-left .textwidget .usd > img,
.top-section-wrap .header-top-left .textwidget .english > img {
  margin: 3px 0;
  padding-right: 10px;
}

.top-section-wrap .header-top-left .textwidget > ul > li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.top-section-wrap .header-top-left .textwidget > ul > li .top-submenu {
  display: none;
  position: absolute;
  left: 0px;
  min-width: 150px;
  z-index: 999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.top-section-wrap .header-top-left .textwidget > ul > li:hover .top-submenu {
  display: block;
}

.top-section-wrap .header-top-left .textwidget > ul > li:hover .top-submenu > li a {
  padding: 0 15px;
}

.top-section-wrap .header-top-left .textwidget > ul .has-children {
  margin: -5px 0;
  border-bottom: 0;
}

.top-section-wrap .header-top-left .textwidget > ul .has-children > a {
  margin: 5px 0;
}

.top-section-wrap .header-top-left .textwidget > ul > li:not(:last-child):after {
  content: '|';
  font-size: 12px;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-section-wrap .header-top-left .textwidget > ul > li:first-child {
  padding-left: 0px;
}

.top-section-wrap .header-top-right .nbt_simplelogin .simplemodal-register:before {
  content: '\e91f';
  font-family: 'fontello';
}

.top-section-wrap .header-top-right .nbt_simplelogin .simplemodal-login:before {
  content: '\e815';
  font-family: 'fontello';
}

.top-section-wrap .header-top-right .nbt_simplelogin .logged-in:before {
  content: '\e816';
  font-family: 'fontello';
  padding-right: 10px;
}

.top-section-wrap .header-top-right .nbt_simplelogin > ul > li:not(:last-child):after {
  content: '|';
  font-size: 12px;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-section-wrap .header-top-right .nbt_simplelogin > ul > li {
  padding: 0 15px;
  position: relative;
  border: 0 none;
  margin-right: 0;
}

.top-section-wrap .header-top-right .nbt_simplelogin > ul > li > a:before {
  padding-right: 10px;
}

.top-section-wrap .header-top-right .nbt_simplelogin > ul > li:last-child {
  padding-right: 0;
}

.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: #888;
}

.top-section .flex-section .widget {
  margin: 0;
}

.top-section .flex-section .menu > li {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 0;
  border-right: 1px solid #ccc;
  border-bottom: 0;
}

.top-section .flex-section .menu > li:last-of-type {
  border-right: 0;
}

.top-section .flex-section .menu > li:first-child {
  padding: 0 15px 0 0;
}

.top-section .flex-section .socials-section ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding: 0;
}

.top-section .flex-section .socials-section ul li {
  display: inline-block;
}

.top-section .flex-section .socials-section ul li a {
  font-size: 14px;
  padding: 0 10px;
}

.top-section .flex-section .header-search-wrap .nb-input-group {
  border-bottom: 2px solid #999;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field {
  -webkit-appearance: none;
  background: transparent;
  height: 30px;
  line-height: 30px;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #888;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field::-webkit-input-placeholder {
  color: #ccc;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field:-ms-input-placeholder {
  color: #ccc;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
  background: transparent;
  height: 30px;
  line-height: 30px;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-button button i {
  color: #999 !important;
}

.site-header .header-cart-wrap .nb-cart-section {
  position: relative;
  display: block;
  padding-right: 3px;
  white-space: nowrap;
}

.site-header .header-cart-wrap .nb-cart-section .amount {
  display: none;
}

.site-header .header-cart-wrap .nb-cart-section .counter {
  font-weight: 600;
  text-transform: uppercase;
}

/*# Header-left-inline*/

/*# 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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-header-wrap > div + div {
  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 i {
  font-size: 18px;
}

.icon-header-wrap .nb-cart-section {
  position: relative;
  display: inline-block;
}

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

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

.mini-cart-wrap {
  position: absolute;
  background: #fff;
  top: 100%;
  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 {
  padding-left: 0;
  list-style-type: none;
}

.mini-cart-wrap .mini_cart_item {
  position: relative;
  width: 100%;
  padding-right: 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mini-cart-wrap .mini_cart_item .mini-cart-pd-image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta {
  width: 100%;
}

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

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .quantity {
  display: inline-block;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta dl.variation dt {
  margin-right: 5px;
  font-weight: normal;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta dl.variation dd {
  margin: 0;
  word-break: break-all;
}

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

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

.mini-cart-wrap .mini_cart_item .remove i {
  font-size: 16px;
}

.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;
  padding: 7px 15px;
  float: left;
}

.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-width: 100%;
}

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

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

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: 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 {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

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

.nb-navbar .sub-menu .sub-menu {
  top: -10px !important;
  left: 100%;
  margin-top: 0;
  margin-left: -20px;
}

.nb-navbar .sub-menu > .menu-item {
  position: relative;
  padding: 0px 20px;
}

.nb-navbar .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 0px;
}

.nb-navbar .sub-menu > .menu-item:not(:last-child) > a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

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

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

.nb-navbar .sub-menu .menu-item-has-children > a:after {
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.nb-navbar .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "fontello";
  display: inline-block;
  margin-left: 5px;
}

.nb-navbar .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin: 0;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  min-width: 220px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0px 15px;
  background-color: #fff;
  z-index: 1000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu .sub-menu {
  top: -10px !important;
  left: 100%;
  margin-top: 0;
  margin-left: -20px;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu .sub-menu.sub-menu-left {
  margin-left: 0;
  margin-right: -20px;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu > .menu-item {
  position: relative;
  padding: 0px 20px;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 0px;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu > .menu-item:not(:last-child) > a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu > .menu-item:last-child > a {
  border-bottom: 0 none;
}

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

.main-navigation.main-desktop-navigation .nb-navbar .sub-menu .menu-item-has-children > a:after {
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.main-navigation.main-desktop-navigation .nb-navbar .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "fontello";
  display: inline-block;
  margin-left: 5px;
}

.main-navigation.main-desktop-navigation .nb-navbar .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin: 0 !important;
}

.main-navigation .mobile-toggle-button {
  display: none;
}

.main-navigation .menu-main-menu-wrap .menu-main-menu-title {
  display: none;
}

.main-navigation.main-mobile-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: 999;
  background: #0c0c0c;
  color: #eee;
  overflow: auto;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .nb-navbar,
.main-navigation.main-mobile-navigation .menu-main-menu-wrap .nb-header-sub-menu {
  display: block;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .nb-navbar > li > a,
.main-navigation.main-mobile-navigation .menu-main-menu-wrap .nb-header-sub-menu > li > a {
  line-height: inherit;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title {
  display: block;
  border-bottom: 1px solid #444;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title h3 {
  color: #eee;
  margin: 0 0 5px;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 22px;
  color: #eee;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap ul li {
  display: block !important;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap ul li > a {
  border-bottom: 1px solid #444 !important;
  padding: 7px 15px !important;
  display: block;
  color: #eee;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .sub-menu {
  margin-left: 15px;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .sub-menu > .menu-item {
  padding: 0;
  border-bottom: 0;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap.active {
  left: 0;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children:after {
  content: "\f107";
  font-family: "fontello";
  display: inline-block;
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 0;
  font-size: 20px;
  padding: 0 10px;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children .sub-menu {
  display: none;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children:hover > .sub-menu {
  display: none;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children.open > .sub-menu,
.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children.open:hover > .sub-menu {
  display: block;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-item-has-children > a:after {
  content: "";
  display: none;
}

.main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 10px;
  display: block;
  font-size: 22px;
}

/*# Navigation*/

/*# 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;
}

article.sticky {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  border: 2px dashed;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
}

article.sticky:before {
  position: absolute;
  top: -10px;
  right: -5px;
  font-family: 'dashicons';
  font-size: 35px;
  line-height: 1;
  content: "\f546";
  display: block;
}

/*# Widgets*/

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

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

.widget .widget-title {
  margin-top: 0;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 30px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}

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

.widget .widget-title + ul {
  margin-top: -10px;
}

.widget .widget-title + ul.product_list_widget {
  margin-top: -15px;
}

.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;
  border-top-width: 1px;
  border-top-style: dashed;
}

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

.widget ul.product_list_widget li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.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 ul > li,
.widget.widget_product_categories ul > li {
  padding-top: 0;
  padding-bottom: 0;
}

.widget.widget_nav_menu ul > li > a,
.widget.widget_product_categories ul > li > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.widget.widget_nav_menu .sub-menu,
.widget.widget_nav_menu .children,
.widget.widget_product_categories .sub-menu,
.widget.widget_product_categories .children {
  padding-left: 15px;
  border-top-width: 1px;
  border-top-style: dashed;
}

.widget.widget_nav_menu.menu-hoz ul,
.widget.widget_product_categories.menu-hoz ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget.widget_nav_menu.menu-hoz ul > li,
.widget.widget_product_categories.menu-hoz ul > li {
  border-bottom: 0 none;
  padding: 0px 5px;
}

.widget.widget_nav_menu.menu-hoz ul > li:first-child,
.widget.widget_product_categories.menu-hoz ul > li:first-child {
  padding-left: 0;
}

.widget.widget_nav_menu.menu-hoz ul > li:last-child,
.widget.widget_product_categories.menu-hoz ul > li:last-child {
  padding-right: 0;
}

.widget a:focus {
  outline: none;
}

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

#secondary .tagcloud a {
  background-color: #e1e1e1;
  border-color: transparent;
  color: #666;
  font-size: 14px !important;
  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;
}

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

.product_list_widget > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 > a > img {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.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: 25px;
}

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

.product_list_widget .product-title > a {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

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

.product_list_widget span.amount {
  font-size: 16px;
  font-weight: 500;
}

.product_list_widget del span.amount {
  color: #999;
  padding-right: 20px;
}

/*Custom widget*/

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-left: 15px;
  padding-right: 15px;
}

.uvc-heading {
  margin-bottom: 15px;
}

.uvc-headings-line {
  border-width: 0;
}

.vc_toggle.vc_toggle_arrow {
  margin: 0 0 15px;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title {
  background: #f4f4f4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 40px 9px 25px;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title h4 {
  font-weight: 500;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_content {
  padding: 20px 25px 0;
  margin: 0;
}

.vc_btn3.vc_btn3-size-md {
  padding: 9px 20px;
  font-weight: 600;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.vc_btn3.vc_btn3-style-custom {
  background-image: none;
}

.nb_latest_post .nb_latest_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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%;
  width: 30%;
  max-width: 100px;
  padding-right: 15px;
}

.nb_latest_post .nb_latest_item .nb_post_thumb img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.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: 1.1em;
}

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

.nb_latest_post .nb_latest_item .nb_post_meta {
  font-size: 0.95em;
  font-style: italic;
}

.nb_latest_post .nb_latest_item:first-child {
  padding-top: 0;
}

.nb_latest_post .nb_latest_item:last-child {
  padding-bottom: 0;
}

.vc_blog_date {
  position: relative;
  margin: 0;
}

.vc_blog_date > span {
  display: block;
  line-height: 0.95;
}

.vc_blog_date .vc_post_date-day {
  color: #ececec;
  font-weight: 800;
  font-size: 30px;
  font-size: 3rem;
}

.vc_blog_date .vc_post_date-month {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  font-size: 1.1rem;
}

.vc_blog_date.text-left .vc_post_date-month {
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vc_blog_date.text-right .vc_post_date-month {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vc_blog_date.text-center .vc_post_date-month {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget_nbcore_latest_post_widget .nb_latest_post .nb_latest_item .entry-meta {
  text-align: left;
}

.nb_wp_post .nb_wp_post-i .nb-post-thumb {
  overflow: visible;
}

.nb_wp_post .nb_wp_post-i .nb-post-thumb-i {
  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;
}

.nb_wp_post .nb_wp_post-i:hover .nb-post-thumb-i {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

.nb_wp_post .nb_wp_post-i:hover .nb-post-thumb-i > a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta {
  margin-bottom: 7px;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta span,
.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta a {
  color: #999;
  text-transform: capitalize;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta span:before,
.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta a:before {
  font-size: 16px;
  color: #999;
  font-family: 'fontello';
  padding-right: 8px;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta .nb-post-author:before {
  content: '\e804';
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta .nb-post-datetime:before {
  content: '\e920';
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta .nb-post-comments:before {
  content: '\e916';
}

.nb_wp_post .nb_wp_post-i .nb-post-block h4 > a {
  font-weight: 500;
}

.nb_wp_post .nb_wp_post-i .nb-post-block p {
  line-height: 24px;
  margin-bottom: 10px;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-readmore a {
  font-size: 14px;
  text-decoration: underline;
  font-style: italic;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.nb_wp_post.nb_wp-blog3 .nb-post-meta {
  margin-top: -5px;
}

.wpb-js-composer .vcpb-default {
  -webkit-background-size: auto auto;
  background-size: auto;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
  overflow: visible !important;
  font-size: 14px;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 3px 12px;
  border: 1px solid transparent;
  position: relative;
  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;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 4px 15px;
  border-width: 0 0 1px;
  background-color: transparent;
  color: #444;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  background-color: transparent;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-panels-container .vc_tta-panel-title > a {
  border: 1px solid #dcddde;
  text-align: center;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 4px 15px;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panel-title > a {
  -webkit-border-radius: 2em;
  border-radius: 2em;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panel-title > a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
  border: 0 none;
  padding: 15px 0 10px;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-box2 {
  /*position: relative;
            &:before{
                display: block;
                position: absolute;
                top: 7px;
                right: 20px;
                font-family: "fontello";
                font-size: 36px;
                content: '\e909';
                //color: #f68d7d;
            }*/
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-avatar .nb_testimonial-avatar-ii {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-name {
  color: #444;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-position {
  color: #999;
  font-size: 16px;
  margin-bottom: 30px;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-position:before {
  color: #444;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-content {
  color: #666;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.aio-icon-box .aio-icon {
  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;
  padding: 3px;
  border: 8px solid #fbdfdf;
}

.aio-icon-box .aio-icon-header + .aio-icon-description {
  margin-top: 0;
}

.aio-icon-box .aio-icon-title {
  font-weight: 600;
  margin-bottom: 7px;
}

.aio-icon-box:hover .aio-icon {
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.35);
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.35);
}

.nbt-brands .aio-tooltip {
  display: block;
}

.nbt-brands .aio-icon {
  display: block !important;
  width: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

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

.form-newsletter .input-group .form-control {
  -webkit-appearance: none;
  display: block;
  padding: 10px 15px;
  margin: 0;
  min-height: 46px;
  border-width: 2px;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  min-width: 100px;
  border-right: 0 none;
}

.form-newsletter .input-group .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 0.95em;
}

.form-newsletter .input-group .form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.95em;
}

.form-newsletter .input-group .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.95em;
}

.form-newsletter .input-group .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 0.95em;
}

.form-newsletter .input-group .btn {
  padding: 5px 20px;
  margin: 0;
  border-width: 2px;
  -webkit-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  background: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.form-newsletter .input-group .btn i {
  font-size: 18px;
}

.faq-form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}

.faq-form input,
.faq-form textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
}

.faq-form input::-webkit-input-placeholder,
.faq-form textarea::-webkit-input-placeholder {
  color: #999;
}

.faq-form input:-moz-placeholder,
.faq-form textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.faq-form input::-moz-placeholder,
.faq-form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.faq-form input:-ms-input-placeholder,
.faq-form textarea:-ms-input-placeholder {
  color: #999;
}

.faq-form input[type="submit"] {
  font-size: 16px;
  padding: 10px 25px;
  min-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  display: block;
}

.faq-form .ajax-loader {
  position: absolute;
  left: 50%;
  bottom: 50px;
}

.nb_gallery.nb_gallery_masonry .filters-button-group {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
}

.nb_gallery.nb_gallery_masonry .filters-button-group .filter-btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}

.nb_gallery .nb_galleryimg .nb_img_title {
  text-transform: uppercase;
}

.ult-team-member-wrap.ult-style-1 .ult-team-member-name-wrap .ult-team-member-name {
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 22px 0 2px;
}

.ult-team-member-wrap.ult-style-1 .ult-team-member-position {
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
}

.ult-overlay .ult_modal.ult-block .mejs-video {
  max-width: 100%;
}

.uavc-icons {
  display: block;
  margin-bottom: 35px;
  line-height: 1;
}

.uavc-icons .aio-icon.circle {
  margin-bottom: 0;
  margin-top: 0;
}

.aio-icon {
  display: inline-block;
  font-size: 32px;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.aio-icon.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.aio-tooltip {
  display: inline-block;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.widget-area .uavc-icons.sidebar-social .aio-icon {
  margin-top: 5px;
  margin-bottom: 5px;
}

.widget-area .aio-icon {
  color: #999;
  border-color: #999;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget-area .aio-icon.circle,
.widget-area .aio-icon.square {
  border-width: 1px;
  border-style: solid;
}

.widget-area .aio-icon:hover {
  color: inherit;
  border-color: inherit;
}

.widget-area .aio-icon .Defaults-instagram:before {
  content: '\f32d';
  font-family: 'fontello';
}

.wpb_flickr_widget .wpb_wrapper {
  margin-right: -10px;
}

.wpb_flickr_widget.flickr_80 .flickr_badge_image {
  width: 80px;
  height: 80px;
}

.widget_mc4wp_form_widget .title_newsletter {
  display: none;
}

.tp-bullets.custom .tp-bullet {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.tp-bullets.custom.horizontal .tp-bullet {
  width: 30px;
  height: 10px;
}

.tp-bullets.custom.vertical .tp-bullet {
  width: 10px;
  height: 30px;
}

/*# Links*/

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

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

/*# Blog*/

.type-post:not(.sticky):not(.has-post-thumbnail) .entry-content {
  margin-top: 30px;
}

.type-post:not(.sticky) .entry-image {
  margin: 0;
}

.type-post:not(.sticky) .entry-block {
  position: relative;
  margin: 0;
}

.type-post:not(.sticky) .entry-block:before {
  font-family: 'dashicons';
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: -30px;
}

.type-post:not(.sticky) .entry-block:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: -24px;
  width: 48px;
  height: 48px;
  border: 1px dashed #fff;
}

.type-post:not(.sticky).format-standard .entry-block:before {
  content: '\f109';
}

.type-post:not(.sticky).format-gallery .entry-block:before {
  content: '\f161';
}

.type-post:not(.sticky).format-image .entry-block:before {
  content: '\f128';
}

.type-post:not(.sticky).format-audio .entry-block:before {
  content: '\f127';
}

.type-post:not(.sticky).format-video .entry-block:before {
  content: '\f126';
}

.type-post:not(.sticky).format-aside .entry-block:before {
  content: '\f123';
}

.type-post:not(.sticky).format-status .entry-block:before {
  content: '\f130';
}

.type-post:not(.sticky).format-link .entry-block:before {
  content: '\f103';
}

.type-post:not(.sticky).format-chat .entry-block:before {
  content: '\f125';
}

.type-post:not(.sticky).format-quote .entry-block:before {
  content: '\f122';
}

.type-post.sticky .entry-content {
  position: relative;
  padding: 20px;
  background: #f8f8f8;
  border-width: 2px;
  border-style: dashed;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
}

.type-post.sticky .entry-content:before {
  position: absolute;
  top: -10px;
  right: -5px;
  font-family: 'dashicons';
  font-size: 35px;
  line-height: 1;
  content: "\f546";
  display: block;
}

.post a.more-link {
  font-style: italic;
  display: inline-block;
}

.post a.more-link:hover {
  text-decoration: underline;
}

.meta-align-left .type-post .entry-block:before {
  right: 20px;
}

.meta-align-left .type-post .entry-block:after {
  right: 26px;
}

.meta-align-right .type-post .entry-block:before {
  left: 20px;
}

.meta-align-right .type-post .entry-block:after {
  left: 26px;
}

.meta-align-center .type-post .entry-block:before,
.meta-align-center .type-post .entry-block:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.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-image .entry-date {
  position: absolute;
}

.blog .post .entry-info {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 10px;
}

.blog .post .entry-info .entry-meta {
  display: inline-block;
}

.blog .post .entry-info .entry-meta > span {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

.blog .post .entry-info .comments-link {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

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

.blog .post .entry-cat a {
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 5px;
}

.blog .post .read-more-link {
  margin-top: 15px;
  margin-bottom: 5px;
}

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

.blog.meta-align-right .post .entry-info,
.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.meta-align-left .post .entry-info,
.blog.meta-align-left .post .entry-meta,
.blog.meta-align-left .post .entry-title,
.blog.meta-align-left .post .entry-cat,
.blog.meta-align-left .post .read-more-link {
  text-align: left;
}

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

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

.blog .classic .post .entry-meta,
.blog .classic .post .comments-link,
.content-search > article .entry-meta,
.content-search > article .comments-link {
  display: inline-block;
  margin-bottom: 15px;
}

.blog .classic .post .entry-meta > span,
.blog .classic .post .comments-link > span,
.content-search > article .entry-meta > span,
.content-search > article .comments-link > span {
  display: inline-block;
  margin-right: 15px;
}

.blog .classic .post .entry-title,
.content-search > article .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog .classic .post .entry-text,
.content-search > article .entry-text {
  margin-bottom: 30px;
}

.blog .classic .post .entry-text:after,
.content-search > article .entry-text:after {
  display: table;
  content: '';
  clear: both;
}

.blog .classic .post .entry-summary,
.content-search > article .entry-summary {
  margin-top: 0;
}

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

.blog .classic .post .entry-footer span:before,
.content-search > article .entry-footer span:before {
  margin-right: 5px;
}

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

.content-search > article:not(:last-of-type) {
  margin-bottom: 45px;
  border-bottom: 1px solid #d7d7d7;
}

.content-search > article:last-of-type {
  margin-bottom: 0;
}

.content-search > article .entry-title {
  font-size: 20px;
}

.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 !important;
  margin-bottom: 15px !important;
}

.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-summary {
  margin: 15px 0;
}

.content-search .page-title {
  border-bottom: 3px double #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.blog .classic .post {
  margin-bottom: 0;
}

.blog .classic .post:before,
.blog .classic .post:after {
  display: block;
  content: "";
  clear: both;
}

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

.blog .classic .post:not(.sticky) .entry-title {
  margin-top: 10px;
}

.blog .classic .post:not(.sticky) .entry-content {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.blog .classic .post:not(.sticky) .entry-image {
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  line-height: 1;
}

.blog .classic .post:not(.sticky) .entry-block {
  padding: 20px 20px 0;
}

.blog .classic .post:not(.sticky) .entry-block:after {
  display: table;
  content: '';
  clear: both;
}

.blog .classic .post .entry-text p:last-of-type {
  margin-bottom: 0;
}

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

.blog .entry-title > a {
  font-weight: 500;
}

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

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

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

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

.blog .masonry .type-post .entry-image a:before,
.blog .masonry .type-post .entry-image a:after {
  display: none;
}

.blog .masonry .type-post .entry-summary {
  margin-top: 0;
}

.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-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-cat .separator {
  display: inline-block;
}

.single-blog .entry-cat .separator:before {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

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

.single-blog .entry-text:after {
  display: table;
  content: '';
  clear: both;
}

.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-width: 1px;
  border-bottom-style: 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}

.single-blog .entry-author .author-image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.single-blog .entry-author .author-image + .author-meta {
  margin-top: 15px;
}

.single-blog .entry-author .author-meta {
  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%;
}

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

.single-blog .nb-social-icons {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.single-blog .single-blog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -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-blog.blog_layout_classic .entry-image {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  line-height: 1;
}

.single-blog.blog_layout_classic .entry-content {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.single-blog.blog_layout_classic .entry-block {
  padding: 20px 20px 0;
}

.single-blog.blog_layout_classic .entry-block:after {
  display: table;
  content: '';
  clear: both;
}

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

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

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

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

.single-blog.blog_layout_classic .entry-cat:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  content: "\f115";
}

.single-blog.blog_layout_classic .entry-cat a {
  display: inline-block;
}

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

.single-blog.blog_layout_classic .entry-text:after {
  display: table;
  content: '';
  clear: both;
}

.single-blog.blog_layout_classic .entry-text + .entry-footer {
  border-top-width: 1px;
  border-top-style: solid;
}

.single-blog.blog_layout_classic .entry-footer {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: 0 none;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

.single-post .nb-page-title .entry-cat .separator {
  display: inline-block;
}

.single-post .nb-page-title .entry-cat .separator:before {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

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

.blog .blog1 .post {
  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%;
}

.blog .blog1 .post:first-of-type {
  margin-bottom: 35px;
}

.blog .blog1 .post:first-of-type .entry-title > * {
  font-size: 1em;
}

.blog .blog1 .post:first-of-type .entry-text .entry-summary {
  text-align: center;
}

.blog .blog1 .post:not(:first-of-type) {
  margin-bottom: 40px;
}

.blog .blog1 .post:not(:first-of-type) .entry-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.blog .blog1 .post:not(:first-of-type) .entry-title > * {
  font-size: 0.9em;
}

.blog .blog1 .post.sticky {
  margin-bottom: 30px;
}

.blog .blog1 .post .entry-cat a {
  background: transparent;
  padding: 0;
}

.blog .blog1 .post .entry-cat .separator {
  display: inline-block;
}

.blog .blog1 .post .entry-cat .separator:before {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

.blog .blog1 .post .entry-text {
  margin: 0;
}

.blog .blog1 .post .entry-text .read-more-link a {
  padding-right: 40px;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.blog .blog1 .post .entry-text .read-more-link a span {
  display: none;
}

.blog .blog1 .post .entry-text .read-more-link a:after {
  content: '\e90f';
  font-family: 'fontello';
  padding-left: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.blog .blog1 .post .entry-text .read-more-link a:hover:after {
  right: 10px;
}

.blog .blog1 .post .entry-summary {
  margin: 0;
}

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

.blog.style-2 .blog1 .post .entry-content .entry-image {
  margin: -15px -15px 15px -15px;
}

.paging-navigation,
.woocommerce-pagination {
  text-align: center;
  margin-top: 10px;
}

.paging-navigation .page-numbers,
.woocommerce-pagination .page-numbers {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  min-width: 40px;
}

.paging-navigation.pagination-style-1 .page-numbers,
.woocommerce-pagination.pagination-style-1 .page-numbers {
  display: inline-block;
  padding: 7px;
  border: 1px solid #dedede;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
}

.paging-navigation.pagination-style-1 .page-numbers:hover,
.woocommerce-pagination.pagination-style-1 .page-numbers:hover {
  color: #c6633d;
}

.paging-navigation.pagination-style-1 .current,
.woocommerce-pagination.pagination-style-1 .current {
  color: #fff;
}

.paging-navigation.pagination-style-1 .next,
.woocommerce-pagination.pagination-style-1 .next {
  display: inline-block;
  color: #999;
}

.paging-navigation.pagination-style-1 .next [class^="icon-"]:before,
.paging-navigation.pagination-style-1 .next [class*=" icon-"]:before,
.woocommerce-pagination.pagination-style-1 .next [class^="icon-"]:before,
.woocommerce-pagination.pagination-style-1 .next [class*=" icon-"]:before {
  line-height: inherit;
}

.paging-navigation.pagination-style-1 .next:hover,
.woocommerce-pagination.pagination-style-1 .next:hover {
  color: #c6633d;
}

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

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

.page-links > a,
.page-links > span {
  margin-right: 5px;
  display: inline-block;
  padding: 5px 12px;
  min-width: 40px;
}

.page-links.pagination-style-1 > a,
.page-links.pagination-style-1 > span {
  display: inline-block;
  padding: 7px;
  border: 1px solid #dedede;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
}

.page-links.pagination-style-1 > a:hover,
.page-links.pagination-style-1 > span:hover {
  color: #fff;
}

.page-links.pagination-style-1 > span {
  color: #fff;
}

.page-links.pagination-style-2 > a,
.page-links.pagination-style-2 > span {
  -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;
  padding: 5px 12px;
  margin-right: 5px;
}

.page-links.pagination-style-2 > span {
  color: #fff;
}

.nb-page-title-wrap {
  margin-top: -60px;
  margin-bottom: 60px;
}

.nb-page-title-wrap h2 {
  margin-top: 0;
  margin-bottom: 7px;
}

.nb-page-title-wrap h2 > a,
.nb-page-title-wrap h2 > span {
  font-size: 0.8em;
  font-weight: 500;
}

.nb-page-title {
  text-align: center;
}

.nb-page-title .woocommerce-breadcrumb {
  text-align: left;
}

.nb-page-title h2 + .woocommerce-breadcrumb {
  text-align: inherit;
}

.single-post .nb-page-title {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: 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 h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}

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

.nb-social-icons {
  margin-bottom: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.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: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.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: 50%;
  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;
  border-style: solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

input[disabled] {
  opacity: .6;
}

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

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

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

input.bt-4 {
  height: 45px;
  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;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-style: solid;
}

.site-footer {
  margin-top: 60px;
}

.site-footer .footer-top-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-footer .footer-top-section .widget_nav_menu.menu-hoz ul {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li .sub-menu {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 100%;
}

.site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li > .sub-menu {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.site-footer .footer-bot-section {
  padding-top: 5px;
  padding-bottom: 40px;
}

.site-footer .footer-bot-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-bot-section > .container > .row > .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.site-footer .footer-bot-section.layout-9 .uavc-list > li:first-child .uavc-list-content {
  padding-top: 0;
}

.site-footer .footer-bot-section.layout-9 .uavc-list > li .uavc-list-content {
  padding-bottom: 5px;
  padding-top: 5px;
}

.site-footer .footer-bot-section.layout-9 .uavc-list > li .uavc-list-content .uavc-list-desc {
  display: inline-block;
}

.site-footer .footer-bot-section.layout-9 .widget_nav_menu .menu > li:first-child > a {
  padding-top: 0px;
}

.site-footer .footer-bot-section.layout-9 .col-3:first-child .uavc-list-icon {
  margin-bottom: 0;
}

.site-footer .footer-bot-section.layout-9 .col-3:first-child .uavc-list-icon .uavc-list li:last-child .uavc-list-content {
  margin-bottom: 0;
}

.site-footer .footer-bot-section.layout-9 .open-morning label,
.site-footer .footer-bot-section.layout-9 .open-afternoon label {
  color: #c6633d;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  padding-top: 7px;
}

.site-footer .footer-bot-section.layout-9 .open-morning span,
.site-footer .footer-bot-section.layout-9 .open-afternoon span {
  display: block;
  font-size: 14px;
}

.site-footer .footer-bot-section.layout-9 .open-morning {
  margin-bottom: 15px;
}

.site-footer .footer-bot-section.layout-9 .nbt-connectus {
  padding-top: 7px;
}

.site-footer .widget_nav_menu ul {
  list-style: disc inside;
}

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

.site-footer .widget_nav_menu ul > li > a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

.site-footer .uavc-icons {
  clear: both;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-footer .uavc-icons .aio-icon {
  position: relative;
  display: inline-block;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background: transparent !important;
}

.site-footer .uavc-icons .aio-icon:hover {
  color: #c6633d;
}

.site-footer .uavc-icons .aio-icon.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.site-footer .uavc-icons .aio-icon:not(:last-child):after {
  content: '•';
  display: inline-block;
  color: #fff;
}

.site-footer .uavc-icons > * {
  position: relative;
}

.site-footer .uavc-icons > *:not(:last-child):after {
  content: '•';
  display: inline-block;
}

.site-footer .uavc-icons.ico-autowidth .aio-icon {
  width: auto;
}

.site-footer .uavc-icons.footer-social {
  display: inline-block;
  padding: 3px;
  border: solid 2px #c6633d;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 15px;
}

.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%;
  display: block;
  padding-right: 15px;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_thumb span {
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

.site-footer .nb_latest_post .nb_latest_item .nb_post_desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 1.25;
  padding-left: 15px;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_title {
  margin-top: -5px;
  margin-bottom: 5px;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_title > a {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.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: 70px;
  height: 70px;
}

.site-footer .wpb_flickr_widget .wpb_wrapper .flickr_badge_image img {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

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

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

.site-footer .nbt-connectus {
  font-size: 0.9em;
}

.site-footer .widget {
  margin: 15px 0;
}

.site-footer .widget .widget-title {
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #777777;
}

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

.site-footer .widget.widget_nav_menu.menu-hoz ul > li {
  padding: 0 5px;
}

.site-footer .widget.widget_nav_menu.menu-hoz ul > li:first-child {
  padding-left: 0;
}

.site-footer .widget.widget_nav_menu.menu-hoz ul > li:last-child {
  padding-right: 0;
}

.site-footer dl {
  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-top: 0;
  margin-bottom: 15px;
}

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

.site-footer dl dd {
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.site-footer .form-newsletter .input-group .form-control,
.site-footer .form-newsletter .input-group .btn {
  background: transparent;
}

.site-footer .footer-abs-section .footer-abs-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-footer .footer-abs-section .footer-abs-right .aio-icon-component {
  margin-bottom: 0;
}

.site-footer .footer-abs-section .footer-abs-left a {
  color: #c6633d;
}

.footer-abs-section {
  border-top-width: 1px;
  border-top-style: solid;
}

.footer-abs-section .row {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-abs-section .footer-abs-middle,
.footer-abs-section .footer-abs-left,
.footer-abs-section .footer-abs-right {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-abs-section .footer-abs-middle {
  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%;
  text-align: center;
}

.footer-abs-section .footer-abs-left,
.footer-abs-section .footer-abs-right {
  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%;
}

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

.footer-abs-section p {
  margin-bottom: 0;
}

.footer-abs-section img {
  margin: 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.footer-abs-section img:last-of-type {
  margin-right: 0;
}

.footer_nomargin .hentry {
  margin-bottom: 0;
}

.footer_nomargin .site-footer {
  margin-top: 0;
}

.footer-top-section .widget .widget-title {
  margin-right: 45px;
  margin-bottom: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
}

.footer-top-section .footer-top-left {
  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;
}

.footer-top-section .footer-top-left .textwidget {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-top-section .footer-top-right .uavc-icons {
  padding: 0;
  text-align: right;
}

.footer-top-section .footer-top-right .uavc-icons .aio-icon.circle {
  margin-bottom: 0;
  margin-top: 0;
}

.footer-top-section .separator {
  border-bottom: 2px solid #777;
  position: relative;
  margin-bottom: 30px !important;
  margin-top: 25px !important;
}

.footer-top-section .separator:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  top: 0px;
  left: 10px;
  right: 10px;
  border-bottom: 1px solid #777;
}

.footer-top-section .separator:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  top: 0px;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid #777;
}

.footer-top-section .col-left .uavc-list-icon {
  margin-bottom: 0;
}

.footer-top-section .col-left .uavc-list .uavc-list-content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
}

.footer-top-section .col-left .uavc-list .uavc-list-content .aio-icon {
  width: auto;
  height: auto;
  line-height: inherit;
}

.footer-top-section .col-left .uavc-list .uavc-list-content .aio-icon:hover i {
  color: #c6633d;
}

.footer-top-section .col-left .uavc-list .uavc-list-content span {
  width: auto;
}

.footer-top-section .col-right .form-newsletter .input-group .form-control {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999999;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
}

.footer-top-section .col-right .form-newsletter .input-group .form-control:focus {
  color: #999999;
}

.footer-top-section .col-right .form-newsletter .btn {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999999;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 15px;
}

.footer-top-section .col-right .form-newsletter .btn .fa-paper-plane {
  color: #a06e54;
  font-size: 14px;
}

.footer-top-section .col-right .form-newsletter .btn .fa-paper-plane:before {
  content: '\f1d8';
  font-family: 'fontello';
}

.footer-top-section .col-right .form-newsletter .title_newsletter {
  margin-bottom: 9px;
  display: block;
  padding-top: 3px;
}

.nb-input-group {
  position: relative;
}

.nb-input-group .search-field {
  -webkit-appearance: none;
  display: block;
  padding: 10px 45px 10px 20px;
  line-height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.nb-input-group .search-field:focus {
  outline: none;
  border-color: #c6633d;
}

.nb-input-group .search-button button {
  position: absolute;
  top: 2px;
  right: 10px;
  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: inherit !important;
  font-size: 20px;
}

.dokan-seller-listing .dokan-seller-search-form input#search {
  -webkit-appearance: none;
  display: block;
  padding: 10px 40px 10px 15px !important;
  line-height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: auto;
  border: 2px solid #ccc !important;
  -webkit-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.dokan-seller-listing .dokan-seller-search-form input#search:focus {
  outline: none;
}

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

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

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

.comment-list li {
  position: relative;
  padding: 7px 0;
}

.comment-list li .comment-body {
  border: 1px solid #d7d7d7;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.comment-list li.pingback .comment-body {
  border-style: dashed;
}

.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 .reply,
.comment-list .edit-link {
  text-transform: uppercase;
}

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

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

.comment-list #respond {
  margin-top: 25px;
}

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

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

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

.comment-respond .comment-form > p label {
  display: inline-block;
  min-width: 110px;
}

.comment-respond .comment-form > p input {
  min-height: 40px;
  width: 100%;
  max-width: 100%;
}

.comment-respond .comment-form > p input[type="submit"] {
  width: auto;
}

.comment-respond .comment-form > p.form-submit {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.comment-respond .comment-form > p.form-submit .submit {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.comment-respond .comment-form > p.form-submit .submit:hover {
  background-color: rgba(198, 99, 61, 0.9);
}

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

.nb-back-to-top-wrap a {
  display: inline-block;
  padding: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.nb-back-to-top-wrap a.square {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

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

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

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

/*# 404 */

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

.error404 main .pnf-heading {
  font-size: 100px;
  font-weight: bold;
  line-height: 0.09;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 0px 6px 0 rgba(153, 153, 153, 0.35);
  -webkit-text-stroke: 3px #ffffff;
}

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

.error404 main .text-wrap {
  padding: 65px 15px 50px;
}

.error404 main h1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

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

.error404 main .home-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background: #444;
}

.error404 main .home-link a {
  color: #fff;
  background: #444;
  display: inline-block;
  margin: 20px;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.error404 main .home-link a:hover {
  background: #333;
}

/*# Restaurant Reservations */

.rtb-booking-form legend {
  padding: 0 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.rtb-booking-form form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.rtb-booking-form fieldset {
  width: 100%;
  background-color: #fff;
}

.rtb-booking-form fieldset input,
.rtb-booking-form fieldset textarea,
.rtb-booking-form fieldset select {
  max-width: none;
  color: #666;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 15px;
  height: auto;
}

.rtb-booking-form #rtb-date,
.rtb-booking-form #rtb-time {
  background-image: url(../../images/rtb-date-icon.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.rtb-booking-form #rtb-time {
  background-image: url(../../images/rtb-time-icon.png);
}

.rtb-booking-form button {
  margin-top: 30px;
  background-color: #c6633d;
  border: 0 none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 9px 50px;
  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;
}

.rtb-booking-form button:hover {
  background-color: #a14f2f;
}

#rtb-date_root.picker .picker__frame {
  max-width: 550px;
}

#rtb-date_root.picker .picker__box {
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

#rtb-date_root.picker .picker__nav--next,
#rtb-date_root.picker .picker__nav--prev {
  top: 0;
  left: 0;
  width: 60px;
  height: 20px;
  min-height: auto;
  padding: 0;
  color: #fff;
  padding: 20px 0;
}

#rtb-date_root.picker .picker__nav--next:before,
#rtb-date_root.picker .picker__nav--prev:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid;
}

#rtb-date_root.picker .picker__nav--next:hover,
#rtb-date_root.picker .picker__nav--prev:hover {
  color: #fff;
  background-color: #a14f2f;
}

#rtb-date_root.picker .picker__nav--next {
  left: auto;
  right: 0;
}

#rtb-date_root.picker .picker__nav--next:before {
  border-right: 15px solid transparent;
  border-left: 15px solid;
}

#rtb-date_root.picker .picker__button--today:before,
#rtb-date_root.picker .picker__day--today:before {
  border-top-color: #8d4529;
}

#rtb-date_root.picker .picker__header {
  background-color: #c6633d;
  color: #fff;
  margin: 0;
  line-height: 30px;
  padding: 15px;
}

#rtb-date_root.picker .picker__header .picker__month,
#rtb-date_root.picker .picker__header .picker__year {
  font-weight: normal;
}

#rtb-date_root.picker .picker__header .picker__year {
  font-size: inherit;
  color: inherit;
  font-style: inherit;
}

#rtb-date_root.picker .picker__table {
  margin: 0;
}

#rtb-date_root.picker .picker__table thead th {
  border: 0;
  padding: 15px 0;
  color: #444444;
}

#rtb-date_root.picker .picker__table td {
  border: 0;
}

#rtb-date_root.picker .picker__table .picker__day {
  border: 0;
  padding: 15px 0;
  line-height: 20px;
}

#rtb-date_root.picker .picker__table .picker--focused .picker__day--highlighted,
#rtb-date_root.picker .picker__table .picker__day--highlighted:hover,
#rtb-date_root.picker .picker__table .picker__day--infocus:hover,
#rtb-date_root.picker .picker__table .picker__day--outfocus:hover {
  background: #d79378;
}

#rtb-date_root.picker .picker__table .picker--focused .picker__day--selected,
#rtb-date_root.picker .picker__table .picker__day--selected,
#rtb-date_root.picker .picker__table .picker__day--selected:hover {
  background: #c6633d;
}

#rtb-date_root.picker .picker__footer {
  border-top: 1px solid #ddd;
}

#rtb-date_root.picker .picker__footer .picker__button--clear,
#rtb-date_root.picker .picker__footer .picker__button--close,
#rtb-date_root.picker .picker__footer .picker__button--today {
  border: 0;
  width: 33.33%;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 12px 15px;
  background: transparent;
  margin-top: -1px;
}

#rtb-date_root.picker .picker__footer .picker__button--clear:focus,
#rtb-date_root.picker .picker__footer .picker__button--clear:hover,
#rtb-date_root.picker .picker__footer .picker__button--close:focus,
#rtb-date_root.picker .picker__footer .picker__button--close:hover,
#rtb-date_root.picker .picker__footer .picker__button--today:focus,
#rtb-date_root.picker .picker__footer .picker__button--today:hover {
  background: #d79378;
}

#rtb-time_root.picker--time .picker__frame {
  background: #fff;
  -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
}

#rtb-time_root.picker--time .picker__frame .picker__box {
  border: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list {
  margin: 0;
  padding: 10px 0;
  max-height: 400px;
  overflow-y: auto;
  padding-bottom: 40px;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list li {
  padding: 12px 20px;
  border: 0;
  margin: 0;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker__list-item--highlighted,
#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker__list-item:hover {
  background: #d79378;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker--focused .picker__list-item--selected,
#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker__list-item--selected,
#rtb-time_root.picker--time .picker__frame .picker__box .picker__list .picker__list-item--selected:hover {
  background: #c6633d;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__list li:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 0;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__button--clear {
  margin: 0 auto;
  width: 100%;
  line-height: 20px;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: -1px;
  background: #efefef;
}

#rtb-time_root.picker--time .picker__frame .picker__box .picker__button--clear:focus,
#rtb-time_root.picker--time .picker__frame .picker__box .picker__button--clear:hover {
  background: #c6633d;
}

.nb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.shop-main .products .product {
  margin-bottom: 30px;
}

.shop-main .products .product.product-category {
  margin: 0 -15px;
}

.shop-main .products .product.product-category a {
  padding: 0 15px;
}

.shop-main .products .product.product-category a img {
  padding: 0 15px;
}

.shop-main .products .product.product-category a h2 {
  padding: 0 15px;
}

.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 .cart {
  border-bottom: 1px solid #ccc;
}

.nbt-product {
  position: relative;
}

.nbt-product .product-image-list {
  position: relative;
  border: 1px solid #eee;
}

.nbt-product .product-image-list .product-image-link {
  padding: 15px;
  display: block;
}

.nbt-product .product-content {
  overflow: hidden;
}

.nbt-product .product-content .product-title {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.nbt-product .product-content .product-title > a {
  color: #444;
  font-weight: bold;
}

.nbt-product .product-content .product-description {
  color: #666;
  margin-bottom: 7px;
}

.nbt-product .product-content .price {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.nbt-product .product-content .price del .amount {
  color: #999;
}

.nbt-product .product-action {
  background: #f4f4f4;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.nbt-product .product-action > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.nbt-product .product-action > *:not(:first-child) {
  border-left: 1px solid #eee !important;
}

.nbt-product .product-action .button {
  background-color: #f4f4f4;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0 none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
  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;
}

.nbt-product .product-action .button a {
  display: block;
}

.nbt-product .product-action .button i {
  color: #999999;
  font-size: 23px;
  font-style: normal;
  margin-right: 0;
}

.nbt-product .product-action .button:hover i {
  color: #fff;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist .show {
  width: 100%;
  height: 100%;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist .show > a {
  width: 100%;
  height: 100%;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}

.nbt-product .product-action .button.add_to_cart_button i {
  margin-right: 0;
}

.nbt-product .product-action .button.add_to_cart_button i:before {
  font-family: 'fontello';
  font-size: 23px;
  content: '\e913';
}

.nbt-product .product-action .button .tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  width: 120px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: normal;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px;
  margin-bottom: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.nbt-product .product-action .button .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
}

.nbt-product .product-action .button:hover .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.nbt-product .product-action .loop_add_to_cart_link > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nbt-product:hover .product-action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  bottom: 0;
}

.nbt-product.grid-type-wrap .product-image-list,
.nbt-product.grid-type-wrap2 .product-image-list,
.nbt-product.grid-type-wrap3 .product-image-list {
  margin-bottom: 22px;
  text-align: center;
  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;
}

.nbt-product.grid-type-wrap .product-content,
.nbt-product.grid-type-wrap2 .product-content,
.nbt-product.grid-type-wrap3 .product-content {
  text-align: center;
}

.nbt-product.grid-type-wrap .product-content .product-title,
.nbt-product.grid-type-wrap2 .product-content .product-title,
.nbt-product.grid-type-wrap3 .product-content .product-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.nbt-product.grid-type-wrap .product-content .star-rating,
.nbt-product.grid-type-wrap2 .product-content .star-rating,
.nbt-product.grid-type-wrap3 .product-content .star-rating {
  display: inline-block;
}

.nbt-product.grid-type-wrap .product-content .price,
.nbt-product.grid-type-wrap2 .product-content .price,
.nbt-product.grid-type-wrap3 .product-content .price {
  display: block;
  margin-bottom: 3px;
}

.nbt-product.grid-type-wrap:hover .product-image-list,
.nbt-product.grid-type-wrap2:hover .product-image-list,
.nbt-product.grid-type-wrap3:hover .product-image-list {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
}

.nbt-product.list-type-wrap {
  background-color: #ededee;
}

.nbt-product .star-rating {
  width: 70px;
}

.fs-list-type-wrap .fs-product.grid-type-wrap {
  background-color: #ededee;
  border: 0 none;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
  background: transparent;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
  text-align: left;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
  margin: 0;
  padding: 0;
}

.fs-list-type-wrap .fs-product.grid-type-wrap:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product .product-image {
  position: relative;
}

.product .product-image img {
  width: 100%;
}

.product .onsale {
  z-index: 9;
}

.product .onsale.sale-style-1 {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  top: 15px;
  left: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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: 0px;
  bottom: auto;
  left: auto;
  right: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.product .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-family: "fontello";
  font-size: 14px;
  margin-bottom: 10px;
}

.product .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

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

.product .star-rating span:before {
  content: "\e809\e809\e809\e809\e809";
  top: 0;
  position: absolute;
  left: 0;
}

.product .price del .amount {
  margin-right: 10px;
}

.product .entry-summary {
  margin-top: 0;
}

.product .entry-summary .price {
  margin-top: 0;
}

.shop-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-action .woocommerce-result-count {
  margin-top: 5px;
  margin-bottom: 5px;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  margin-bottom: 30px;
}

.nb_wc-products .product {
  text-align: center;
}

.nb_wc-products .product .product-image {
  text-align: center;
}

.nb_wc-products .product .product-image img {
  width: auto;
}

.nb_wc-products .product .grid-type-2-wrap {
  padding: 15px;
  border: 3px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.nb_wc-products .product .grid-type-2-wrap .product-action {
  margin-bottom: 10px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations_form {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations_form .variations .swatch-item > span {
  background-position: center !important;
  text-indent: 0 !important;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations_form .variations .swatch-item > span > span {
  display: block !important;
  margin-top: 45px;
  padding: 0;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -9px;
  background: transparent;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations_form .variations .label {
  display: none;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap {
  text-align: center;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: inline-block;
  height: 60px;
  width: 80px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation:before {
  content: '';
  display: block;
  background-image: url(../../images/demo/img_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation .woocommerce-variation-price {
  text-align: center;
  position: relative;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  width: auto;
  line-height: 45px;
  height: 45px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .input-text {
  border: 0 none;
  padding: 0;
  min-height: auto;
  max-height: 45px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons {
  position: static;
  width: auto;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons:before,
.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons:after {
  content: '';
  margin: 0;
  border: 0 none;
  position: static;
  width: 0;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons .quantity-plus {
  display: block;
  width: 30px;
  height: 45px;
  line-height: 45px;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons .quantity-minus {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 45px;
  line-height: 45px;
  border: 0 none;
  background-color: transparent;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button {
  display: inline-block;
  margin-left: 20px;
  height: 45px;
  line-height: 45px;
  padding-right: 35px;
  padding-left: 20px;
  border: 0 none;
  text-transform: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  margin-top: 0;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button i::before {
  content: '';
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button:hover:after {
  right: 10px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button:after {
  content: '\e90f';
  font-size: 14px;
  font-family: 'fontello';
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .reset_variations {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  margin-bottom: 15px;
  display: none !important;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .value {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .swatch {
  text-align: center;
  display: block;
  /*@include media-breakpoint-down(sm){
              display: block;
              text-align: center;
              li{
                display: inline-block;
                margin: 0 30px;
              }
            }*/
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .swatch li {
  display: inline-block;
  margin: 0 22px;
  position: relative;
  text-align: center;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .swatch li.selected:before {
  content: '';
  display: block;
  width: 70px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f0f0f0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .swatch li.selected span {
  position: relative;
}

.nb_wc-products .product .grid-type-2-wrap .product-details {
  text-align: center;
}

.nb_wc-products .product .grid-type-2-wrap .product-details .product-title {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.nb_wc-products .product:hover .grid-type-2-wrap {
  border-color: rgba(198, 99, 61, 0.5);
}

.single-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
  margin-right: -15px;
  margin-left: -15px;
}

.single-product-wrap .product-image {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.single-product-wrap .product-image .thumb-gallery .swiper-wrapper {
  padding-bottom: 1px;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide img {
  cursor: pointer;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide.swiper-slide-active {
  border: 1px solid #c6633d;
}

.single-product-wrap .product-image .onsale.sale-style-1 {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 30px;
  left: 45px;
}

.single-product-wrap .entry-summary {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.single-product-wrap .entry-summary .entry-summary-i {
  background-color: #fafafa;
  padding: 40px 30px;
}

.single-product-wrap .entry-summary .entry-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: left;
}

.single-product-wrap .woocommerce-product-gallery__wrapper {
  margin-top: 0;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  cursor: pointer;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .woocommerce-product-gallery__image img {
  padding: 30px;
}

.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 {
  font-weight: normal;
  margin-bottom: 20px;
}

.single-product-wrap .price del {
  font-size: 24px;
}

.single-product-wrap .price del .amount {
  opacity: .5;
  margin-right: 10px;
}

.single-product-wrap .price ins,
.single-product-wrap .price > span.amount {
  font-size: 24px;
  color: #999 !important;
}

.single-product-wrap .single_variation_wrap .woocommerce-variation-price .price span.amount {
  font-size: 2em;
  color: #c6633d !important;
}

.single-product-wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}

.single-product-wrap .woocommerce-product-rating {
  display: inline-block;
  width: 100%;
}

.single-product-wrap .star-rating {
  font-size: 18px;
  width: 90px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.single-product-wrap .woocommerce-review-link {
  display: inline-block;
  float: left;
  line-height: 1.3;
}

.single-product-wrap .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}

.single-product-wrap .woocommerce-product-details__short-description > p {
  margin-bottom: 0;
}

.single-product-wrap .product_meta {
  margin-bottom: 10px;
}

.single-product-wrap .cart {
  padding-bottom: 23px;
}

.single-product-wrap .cart .single_add_to_cart_button {
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
  padding-left: 20px;
  padding-right: 35px;
}

.single-product-wrap .product-addtocart + .product_meta {
  padding-top: 0;
}

.single-product-wrap .product_meta {
  padding-top: 23px;
  float: left;
  width: 100%;
}

.single-product-wrap .product_meta .meta-name {
  display: inline-block;
  min-width: 120px;
}

.single-product-wrap .product_meta .sku_wrapper {
  margin-top: 25px;
}

.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 10px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.single-product-wrap .product_meta .availability_wrapper .in-stock {
  background-color: #8BAD42;
}

.single-product-wrap .product_meta .availability_wrapper .out-stock {
  background-color: #D52A2A;
}

.single-product-wrap .nb-quantity {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 30px;
}

.single-product-wrap .single_add_to_cart_button {
  margin: 7px 10px 7px 0;
  margin-right: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  text-transform: none;
}

.single-product-wrap .single_add_to_cart_button:hover:after {
  right: 10px;
}

.single-product-wrap .single_add_to_cart_button:after {
  content: '\e90f';
  font-family: 'fontello';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.single-product-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
  border: 0;
  text-align: center;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a .icon-heart,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a .icon-heart,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a .icon-heart {
  margin-right: 0;
  font-size: 16px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i.icon-heart {
  margin-right: 0;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i.icon-heart:before {
  margin-right: 5px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: -75%;
  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;
}

.single-product-wrap .variations h5.label {
  margin-bottom: 25px;
}

.single-product-wrap .variations h5.label label {
  padding-left: 0;
}

.single-product-wrap .variations ul.swatch {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  position: relative;
}

.single-product-wrap .variations ul.swatch li.selected {
  background-color: #f0f0f0;
}

.single-product-wrap .variations .reset_variations {
  display: none;
}

.shop-main {
  margin-bottom: 10px;
}

.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: 5px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.shop-main .product:hover .swiper-button-next,
.shop-main .product:hover .swiper-button-prev {
  opacity: 1;
}

.shop-main .product:hover .swiper-button-disabled {
  opacity: .35;
}

.shop-main.bottom-thumb .thumb-gallery .woocommerce-product-gallery__image {
  width: 25%;
  margin-right: 10px;
  -webkit-transform: translateX(-150%) translateX(-15px);
  -ms-transform: translateX(-150%) translateX(-15px);
  transform: translateX(-150%) translateX(-15px);
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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-slide {
  height: auto;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-100%) translateY(-30px);
  -ms-transform: translateY(-100%) translateY(-30px);
  transform: translateY(-100%) translateY(-30px);
}

.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-slide {
  height: auto;
}

.shop-main.inside-thumb .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-100%) translateY(-30px);
  -ms-transform: translateY(-100%) translateY(-30px);
  transform: translateY(-100%) translateY(-30px);
}

.shop-main .related > h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}

.shop-main .related .product {
  width: 100%;
  margin-bottom: 0;
}

.shop-main .related,
.shop-main .upsells {
  position: relative;
}

.shop-main .related .products,
.shop-main .upsells .products {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
}

.shop-main .related .products .product,
.shop-main .upsells .products .product {
  padding-left: 15px;
  padding-right: 15px;
}

.shop-main .related .products .product-description,
.shop-main .upsells .products .product-description {
  margin-top: 5px;
}

.shop-main .upsells .product {
  width: 100%;
}

.variations h5.label {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}

.variations h5.label label {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.variations h5.label label:before,
.variations h5.label label:after {
  position: absolute;
  content: '';
  display: block;
  width: 70px;
  border-bottom: 1px solid #ccc;
  top: 50%;
}

.variations h5.label label:before {
  right: 100%;
}

.variations h5.label label:after {
  left: 100%;
}

.variations ul.swatch {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.variations ul.swatch li {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.variations ul.swatch li span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  padding: 9px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #444;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-position: center !important;
}

.products .product.product-type-variable .grid-type-wrap-1 .product-details > .price,
.products .product.product-type-variable .list-type-wrap-1 .product-details > .price {
  display: none;
}

.single-product-wrap .variations h5.label label {
  padding-left: 0;
}

.single-product-wrap .variations ul.swatch {
  display: block;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  padding: 15px 10px;
}

.wc-tabs {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
}

.wc-tabs > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: -1px;
}

.wc-tabs > li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
}

.wc-tabs > li:not(.active) > a {
  color: #444;
}

.wc-tabs > li.active a {
  border-bottom: 2px solid;
}

.wc-tabs > li a:focus {
  outline: none;
}

.wc-tabs .accordion-title-wrap:hover {
  cursor: pointer;
}

.wc-tabs .accordion-content {
  line-height: 1.5;
}

.wc-tabs-wrapper {
  margin-bottom: 45px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper .wc-tabs {
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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';
  color: #444;
}

.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-respond {
  padding: 15px;
  border: 1px solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.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;
  border: 0;
  padding: 10px 25px;
  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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-main .woocommerce-Reviews .commentlist .star-rating {
  width: 70px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #c6633d;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.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%;
}

.shop-main.round-reviewer-avatar .comment .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.shop-main.grid-reviews #reviews #comments .commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-main.grid-reviews #reviews #comments .commentlist .avatar {
  z-index: 9;
  margin-right: 0;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text {
  margin-top: -40px;
  padding-top: 55px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__author {
  margin-bottom: 10px;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__dash {
  display: none;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .description,
.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__author,
.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__published-date {
  text-align: center;
}

.woocommerce-cart #primary {
  width: 100%;
}

.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.cart td.product-name {
  font-size: 16px;
  font-weight: 600;
}

.shop_table.cart td.product-name a {
  color: #444;
}

.shop_table th,
.shop_table td {
  text-align: left;
}

.shop_table thead th {
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
}

.shop_table td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid;
}

.shop_table .cart_item td a {
  color: #323232;
}

.shop_table .cart_item dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0;
  font-size: 14px;
  font-weight: normal;
}

.shop_table .cart_item dl.variation dt {
  margin-right: 5px;
  font-weight: 600;
}

.shop_table .cart_item dl.variation dd {
  margin: 0;
  word-break: break-all;
}

.shop_table .cart_item dl.variation dd p {
  margin: 0;
}

.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 th:first-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-1 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.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-1 .wc-proceed-to-checkout .checkout-button {
  text-align: center;
  border: 0 none;
}

.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;
  border: 0 none;
}

.cart-layout-2 .cart-totals-wrap {
  padding: 15px;
}

.cart-layout-2 .cart-totals-wrap .shop_table th:first-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-2 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.cart-layout-2 .coupon h3 {
  line-height: 1;
  margin-bottom: 15px;
}

.cart-layout-2 .coupon-wrap {
  border: 2px solid #edf0f5;
  padding: 15px;
}

.cart-layout-2 .coupon-wrap .input-text {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 15px;
}

.coupon {
  margin-bottom: 60px;
}

.coupon input[name="coupon_code"] {
  font-size: 16px;
  border-color: #d7d7d7;
  width: 100%;
  margin-bottom: 15px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

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

.cart-right-section .cart_totals {
  margin-bottom: 45px;
}

.coupon-wrap:after,
.cart-totals-wrap:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .return-to-shop,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .return-to-shop {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding: 15px 15px 15px 40px;
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .return-to-shop:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .return-to-shop:before {
  font-family: "fontello";
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 12px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .return-to-shop .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .return-to-shop .button {
  padding: 5px 15px;
  margin-right: 15px;
}

.woocommerce .return-to-shop,
.woocommerce-page .return-to-shop {
  padding: 0;
}

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

.woocommerce-form-login .form-row:before,
.woocommerce-form-login .form-row:after,
.woocommerce-form-register .form-row:before,
.woocommerce-form-register .form-row:after,
.woocommerce-ResetPassword .form-row:before,
.woocommerce-ResetPassword .form-row:after,
.woocommerce-address-fields .form-row:before,
.woocommerce-address-fields .form-row:after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-form-login .form-row label,
.woocommerce-form-register .form-row label,
.woocommerce-ResetPassword .form-row label,
.woocommerce-address-fields .form-row label {
  display: block;
}

.woocommerce-form-login .form-row label small,
.woocommerce-form-register .form-row label small,
.woocommerce-ResetPassword .form-row label small,
.woocommerce-address-fields .form-row label small {
  display: block;
}

.woocommerce-form-login .form-row label.error,
.woocommerce-form-register .form-row label.error,
.woocommerce-ResetPassword .form-row label.error,
.woocommerce-address-fields .form-row label.error {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-right: 0;
  color: #ff0000;
}

.woocommerce-form-login .form-row label.error[generated="true"],
.woocommerce-form-register .form-row label.error[generated="true"],
.woocommerce-ResetPassword .form-row label.error[generated="true"],
.woocommerce-address-fields .form-row label.error[generated="true"] {
  display: none !important;
}

.woocommerce-form-login .form-row input,
.woocommerce-form-register .form-row input,
.woocommerce-ResetPassword .form-row input,
.woocommerce-address-fields .form-row input {
  width: 100%;
}

.woocommerce-form-login .form-row input[type="checkbox"],
.woocommerce-form-login .form-row input[type="radio"],
.woocommerce-form-register .form-row input[type="checkbox"],
.woocommerce-form-register .form-row input[type="radio"],
.woocommerce-ResetPassword .form-row input[type="checkbox"],
.woocommerce-ResetPassword .form-row input[type="radio"],
.woocommerce-address-fields .form-row input[type="checkbox"],
.woocommerce-address-fields .form-row input[type="radio"] {
  width: auto;
}

.woocommerce-form-login .form-row input.button,
.woocommerce-form-register .form-row input.button,
.woocommerce-ResetPassword .form-row input.button,
.woocommerce-address-fields .form-row input.button {
  padding: 11px 25px;
  width: auto;
  border: 0 none;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single,
.woocommerce-form-register .form-row .select2-container .select2-selection--single,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 7px;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-form-register .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength,
.woocommerce-form-register .form-row .woocommerce-password-strength,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength,
.woocommerce-address-fields .form-row .woocommerce-password-strength {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 5px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.bad,
.woocommerce-form-register .form-row .woocommerce-password-strength.bad,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.bad,
.woocommerce-address-fields .form-row .woocommerce-password-strength.bad {
  color: #d9534f;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.short,
.woocommerce-form-register .form-row .woocommerce-password-strength.short,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.short,
.woocommerce-address-fields .form-row .woocommerce-password-strength.short {
  color: #f0ad4e;
}

.woocommerce-form-login .form-row #url-alart-mgs,
.woocommerce-form-register .form-row #url-alart-mgs,
.woocommerce-ResetPassword .form-row #url-alart-mgs,
.woocommerce-address-fields .form-row #url-alart-mgs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.woocommerce-form-login input.button,
.woocommerce-form-register input.button,
.woocommerce-ResetPassword input.button,
.woocommerce-address-fields input.button {
  padding: 11px 25px;
}

.checkout_coupon .form-row {
  display: inline-block;
}

.checkout_coupon .input-text {
  border-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.checkout_coupon .input-text:focus {
  outline: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:first-child,
.shop_table.woocommerce-checkout-review-order-table tr td:first-child {
  padding-left: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.shop_table.woocommerce-checkout-review-order-table tr td:last-child {
  padding-right: 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 {
  float: left;
  margin-right: 15px;
}

.nb-quantity .qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 45px;
  min-height: 46px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 2px 0 0px 2px;
  border-radius: 2px 0 0px 2px;
}

.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: 85px;
}

.nb-quantity.style-1 .qty-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}

.nb-quantity.style-1 .qty-buttons span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  border-left: 0;
  line-height: 1.45;
  height: auto;
  background-color: #fff;
  cursor: pointer;
}

.nb-quantity.style-1 .qty-buttons span.quantity-minus {
  border-top: 0;
  -webkit-border-radius: 0px 0px 2px 0px;
  border-radius: 0px 0px 2px 0px;
}

.nb-quantity.style-1 .qty-buttons span.quantity-plus {
  -webkit-border-radius: 0px 2px 0px 0px;
  border-radius: 0px 2px 0px 0px;
}

.nb-quantity.style-1 .qty-buttons:before {
  content: '';
  display: block;
  border-bottom: 1px solid #fafafa;
  width: 10px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.nb-quantity.style-1 .qty-buttons:after {
  content: '';
  display: block;
  border-top: 1px solid #fafafa;
  width: 10px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -1px;
}

.nb-quantity.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nb-quantity.style-2 > span {
  border: 1px solid #ccc;
  height: 50px;
  padding-top: 8px;
  background: #f2f2f2;
  cursor: pointer;
}

.nb-quantity.style-2 > span.quantity-plus {
  border-left: 0;
}

.nb-quantity.style-2 > span.quantity-minus {
  border-right: 0;
}

/*wishlist*/

.woocommerce-wishlist.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove {
  font-size: 24px;
}

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove:hover {
  background-color: transparent !important;
}

.woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-add-to-cart a {
  border: 0 none;
}

#yith-wcwl-popup-message {
  border: 2px solid;
  padding: 20px;
  margin: 0 !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-width: 200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.2em;
  line-height: normal;
}

/*=======================
* 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 .single-product-wrap {
  margin: 0;
  padding: 30px 20px 15px;
}

#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%;
}

.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: 999;
}

.cart-notice-wrap .cart-notice {
  border: 2px solid;
  padding: 20px;
  background-color: #fff;
}

.cart-notice-wrap .cart-url {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
  width: 100%;
}

.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 .widget_price_filter .price_slider {
  margin-bottom: 30px;
}

.woocommerce .widget_price_filter .price_slider:before,
.woocommerce .widget_price_filter .price_slider:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 0 15px;
}

.woocommerce .widget_price_filter .price_slider_amount:before,
.woocommerce .widget_price_filter .price_slider_amount:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-top: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -3px;
  margin-left: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #ccc;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #eee;
  border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 10px;
}

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

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

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

.widget .woocommerce-product-search {
  position: relative;
  display: block;
}

.widget .woocommerce-product-search .search-field {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 2px solid #ccc;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget .woocommerce-product-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  font-size: 0;
  border: 0 none;
  background-color: transparent;
  background-image: url(assets/images/demo/icon-search.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget .woocommerce-product-search input[type="submit"]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  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%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  display: block;
  border-top: 1px solid #ebebeb;
  content: '';
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 .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: 10px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button.view {
  display: inline-block;
  padding: 5px 10px;
}

.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > .u-columns,
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > .woocommerce-ResetPassword {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-account .woocommerce > .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce-form-register .show_if_seller {
  display: none;
}

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

.lost_password {
  text-align: right;
}

.dokan-become-seller {
  padding: 0 15px;
}

.dokan-become-seller .form-row {
  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;
}

.dokan-become-seller .form-row label {
  display: block;
  min-width: 120px;
}

.dokan-become-seller .form-row small {
  margin-left: 15px;
}

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

.products .product .product-image {
  text-align: center;
}

.products .product .product-image img {
  width: auto;
}

.products .product .grid-type-2-wrap {
  padding: 15px;
  border: 3px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.products .product .grid-type-2-wrap .product-action {
  margin-bottom: 10px;
}

.products .product .grid-type-2-wrap .product-action .variations_form {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.products .product .grid-type-2-wrap .product-action .variations_form .variations .swatch-item > span {
  background-position: center !important;
  text-indent: 0 !important;
}

.products .product .grid-type-2-wrap .product-action .variations_form .variations .swatch-item > span > span {
  display: block !important;
  margin-top: 45px;
  padding: 0;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -9px;
  background: transparent;
}

.products .product .grid-type-2-wrap .product-action .variations_form .variations .label {
  display: none;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap {
  text-align: center;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: inline-block;
  height: 60px;
  width: 80px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation:before {
  content: '';
  display: block;
  background-image: url(../../images/demo/img_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation .woocommerce-variation-price {
  text-align: center;
  position: relative;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation .woocommerce-variation-price .price {
  color: #fff;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation .woocommerce-variation-availability {
  display: none;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  width: auto;
  line-height: 45px;
  height: 45px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .input-text {
  border: 0 none;
  padding: 0;
  min-height: auto;
  max-height: 45px;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons {
  position: static;
  width: auto;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons:before,
.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons:after {
  content: '';
  margin: 0;
  border: 0 none;
  position: static;
  width: 0;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons .quantity-plus {
  display: block;
  width: 30px;
  height: 45px;
  line-height: 45px;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons .quantity-minus {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 45px;
  line-height: 45px;
  border: 0 none;
  background-color: transparent;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button {
  display: inline-block;
  margin-left: 20px;
  height: 45px;
  line-height: 45px;
  padding-right: 35px;
  padding-left: 20px;
  border: 0 none;
  text-transform: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  margin-top: 0;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button i::before {
  content: '';
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button:hover:after {
  right: 10px;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button:after {
  content: '\e90f';
  font-size: 18px;
  font-family: 'fontello';
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.products .product .grid-type-2-wrap .product-action .variations .reset_variations {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  margin-bottom: 15px;
  display: none !important;
}

.products .product .grid-type-2-wrap .product-action .variations .value {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.products .product .grid-type-2-wrap .product-action .variations .swatch {
  text-align: center;
  display: block;
  /*@include media-breakpoint-down(sm){
              display: block;
              text-align: center;
              li{
                display: inline-block;
                margin: 0 30px;
              }
            }*/
}

.products .product .grid-type-2-wrap .product-action .variations .swatch li {
  display: inline-block;
  margin: 0 22px;
  position: relative;
  text-align: center;
}

.products .product .grid-type-2-wrap .product-action .variations .swatch li.selected:before {
  content: '';
  display: block;
  width: 70px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f0f0f0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products .product .grid-type-2-wrap .product-action .variations .swatch li.selected span {
  position: relative;
}

.products .product .grid-type-2-wrap .product-details {
  text-align: center;
}

.products .product .grid-type-2-wrap .product-details .product-title {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.products .product:hover .grid-type-2-wrap {
  border-color: rgba(198, 99, 61, 0.5);
}

.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: -ms-flexbox;
  display: -webkit-flex;
  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 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

.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.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -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 .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 #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;
}

.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%;
}

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

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

.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 a i {
  color: #40aaf9;
}

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

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a {
  color: #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;
  color: #40aaf9;
  border-left: 2px solid #40aaf9;
}

.dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
  color: #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;
  color: #40aaf9;
  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 article {
  background: #fff;
  padding: 30px;
}

.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 #d7d7d7;
  margin: 0 0.3%;
}

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

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

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-horizontal .dokan-banner .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 {
  padding: 3px 0px 3px 10px;
}

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

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-sale,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-earning,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-pageview,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-order {
  background-color: #fff;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-sale {
  background-image: url(assets/images/dokan/i-des-1.png);
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-earning {
  background-image: url(assets/images/dokan/i-des-2.png);
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-pageview {
  background-image: url(assets/images/dokan/i-des-3.png);
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-order {
  background-image: url(assets/images/dokan/i-des-4.png);
}

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

.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:hover a {
  color: #40aaf9;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dokan-report-wrap ul.dokan_tabs li.active a {
  color: #40aaf9;
}

.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 {
  background: #40aaf9;
  color: #fff;
  border-color: #40aaf9;
}

.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 .dokan-form-group 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;
}

.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;
  background-color: #40aaf9;
}

.mgb15 {
  margin-bottom: 15px;
}

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

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-table tbody tr td.dokan-order-action {
  text-align: center;
}

.dokan-table tbody tr td.dokan-order-action a {
  padding: 0 5px;
  border: 0 none;
  line-height: 1;
  font-size: 20px;
  display: inline-block;
}

.dokan-table tbody tr td.dokan-order-action a:hover {
  background: none;
}

.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.post-date .status {
  color: #40aaf9;
}

.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;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.dashboard-content-area input[type='submit'].dokan-btn-theme {
  margin-top: 15px;
}

.coffee_revoslider {
  padding-bottom: 60px;
}

.coffee_revoslider .wpb_revslider_element {
  margin-bottom: 0;
}

.coffee_heading .uvc-sub-heading {
  text-transform: uppercase;
  font-weight: 500 !important;
}

.coffee_about {
  padding-top: 75px;
}

.coffee_about .about_1_right .wpb_single_image {
  position: relative;
  margin-bottom: 0;
}

.coffee_about .about_1_right .wpb_single_image .wpb_wrapper {
  position: relative;
}

.coffee_about .about_1_right .wpb_single_image figure {
  position: relative;
}

.coffee_about .about_1_right .wpb_single_image figure .vc_single_image-wrapper {
  position: relative;
}

.coffee_about .about_1_right .wpb_single_image figure .vc_single_image-wrapper img {
  position: relative;
}

.coffee_about .about_1_left .wpb_text_column {
  margin-bottom: 40px;
}

.coffee_about .about_1_left .wpb_text_column p {
  text-align: center;
}

.coffee_about .about_1_left .read_more_button .vc_general {
  text-transform: none;
  padding-right: 40px;
  border: 2px solid #c6633d;
  color: #c6633d;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
}

.coffee_about .about_1_left .read_more_button .vc_general .vc_btn3-icon {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.coffee_about .about_1_left .read_more_button .vc_general:hover {
  background-color: #c6633d;
  color: #fff;
  font-weight: normal;
}

.coffee_about .about_1_left .read_more_button .vc_general:hover .vc_btn3-icon {
  right: 10px !important;
}

.coffee_service_1 {
  position: relative;
}

.coffee_service_1 .coffee_heading {
  margin-bottom: 60px;
}

.coffee_service_1 .service_tab {
  position: relative;
  padding-top: 145px;
}

.coffee_service_1 .service_tab:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1000px;
  bottom: 0;
  right: 10%;
  background-image: url(../../images/demo/services_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100%;
}

.coffee_service_1 .service_tab .vc_column-inner {
  position: relative;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-tabs-container ul {
  margin-right: 60px;
  border: 0 none !important;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-tabs-container ul li {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-tabs-container ul li a {
  color: #fff;
  border-bottom: 0 !important;
  border-top: 0 !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  padding-right: 60px !important;
  padding-left: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-tabs-container ul li:hover a {
  border: 0 none;
  color: #fff !important;
  margin-right: 0;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-tabs-container ul li:not(.vc_active) {
  border-right: 1px solid #ccc;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-tabs-container ul li.vc_active {
  border-right: 1px solid #c6633d;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-tabs-container ul li.vc_active a {
  border-right-width: 3px;
  border-style: solid;
  border-right-color: #c6633d !important;
  border-left: 0 none;
  margin-right: 0;
  color: inherit;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body {
  padding-top: 5px;
  overflow: visible;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body .uvc-heading {
  margin-bottom: 0;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body .uvc-heading .uvc-main-heading {
  padding-bottom: 20px;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body .uvc-heading .uvc-main-heading h2 {
  text-transform: uppercase;
  font-weight: 500 !important;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body .wpb_single_image {
  margin-bottom: 0;
}

.coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body .tab_img {
  margin-top: -45px;
}

.coffee_ourmenu_1 {
  position: relative;
  margin-top: 45px;
  margin-bottom: 75px;
}

.coffee_ourmenu_1 .vc_tta-container {
  margin-bottom: 45px !important;
}

.coffee_ourmenu_1 .vc_tta-container .vc_tta-tabs-list .vc_tta-tab a {
  padding: 0 !important;
  color: #fff !important;
  border: 0 none !important;
  font-size: 18px;
  background-color: transparent !important;
}

.coffee_ourmenu_1 .vc_tta-container .vc_tta-tabs-list .vc_tta-tab:hover {
  text-decoration: underline !important;
}

.coffee_ourmenu_1 .vc_tta-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  text-decoration: underline !important;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels {
  background-color: transparent !important;
  border: 0 none !important;
  /*.vc_tta-panel:last-child{
      @include media-breakpoint-down(sm) {
        .vc_tta-panel-heading {
          border: 0 none;
          }
        &.vc_active{
          .vc_tta-panel-heading{
            border-bottom: 1px solid;
          }
        }
        }
      }*/
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container {
  margin-bottom: 10px;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item {
  padding-bottom: 0;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row .vc_col-sm-3 {
  background-image: url(../../images/demo/img_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
  font-size: 18px;
  color: #fff;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: 15px;
  text-align: center;
  width: 80px;
  height: 60px;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row .vc_col-sm-3 .vc_gitem-woocommerce {
  display: inline-block;
  line-height: 60px;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row .vc_col-sm-9 {
  color: #fff;
  padding-left: 0;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row .vc_col-sm-9 .vc_custom_heading {
  font-size: 18px;
  max-width: 500px;
  overflow-x: hidden;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row .vc_col-sm-9 .vc_custom_heading:before {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
  white-space: nowrap;
  width: 0;
  float: left;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row .vc_col-sm-9 .vc_custom_heading > div {
  background-color: #2f2f2f;
  padding-right: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row .vc_col-sm-9 .vc_blog_excerpt {
  font-size: 14px;
  margin-bottom: 25px;
}

.coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row .vc_col-sm-9 .vc_blog_excerpt p {
  margin-bottom: 5px;
  color: #b5b5b5;
}

.coffee_ourmenu_1 .wpb_column .wpb_wrapper {
  position: relative;
  background-color: #2f2f2f;
  padding-top: 45px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.coffee_guide_1 {
  position: relative;
}

.coffee_guide_1:before {
  content: '';
  background-image: url(../../images/demo/guide_top.png);
  background-repeat-x: repeat;
  display: block;
  height: 246px;
  position: absolute;
  left: 0;
  right: 0;
  top: -85px;
  z-index: 999;
}

.coffee_guide_1:after {
  content: '';
  display: block;
  height: 132px;
  background-image: url(../../images/demo/guide_footer.png);
  background-repeat: repeat-x;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  z-index: 999;
}

.coffee_guide_1 .column_guide {
  margin-top: 100px;
  margin-bottom: 115px;
}

.coffee_guide_1 .column_guide .uvc-heading {
  margin-bottom: 60px;
}

.coffee_guide_1 .column_guide .nb_layout_style_1 {
  margin-bottom: 0;
}

.coffee_guide_1 .column_guide .nb_layout_style_1 .nb_team_social {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.coffee_guide_1 .column_guide .nb_layout_style_1 .nb_team_social a:not(:last-child):after {
  content: '\e81a';
  font-family: 'fontello';
  padding-left: 10px;
  color: #fff;
}

.coffee_guide_1 .column_guide .nb_layout_style_1 .nb_team_social a:last-child {
  padding-right: 10px;
}

.coffee_guide_1 .column_guide .nb_layout_style_1 .nb_team_social .fa-instagram:before {
  content: '\f32d';
  font-family: 'fontello';
}

.coffee_guide_1 .column_guide .nb_layout_style_1 .nb_team-detail {
  margin-top: 20px;
}

.coffee_guide_1 .column_guide .nb_layout_style_1 .nb_team-detail .nb_team-name {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}

.coffee_guide_1 .column_guide .nb_layout_style_1 .nb_team-detail .nb_team-position {
  font-size: 16px;
  color: #b5b5b5;
}

.coffee_guide_1 .column_guide .nb_layout_style_1 .owl-item {
  margin-bottom: 20px;
}

.coffee_testimonials_1 {
  overflow: hidden;
  padding-top: 75px;
}

.coffee_testimonials_1 .nb_testimonials_carousel {
  margin-bottom: 45px;
}

.coffee_testimonials_1 .nb_testimonials_carousel .owl-item {
  position: relative;
}

.coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item {
  position: static;
}

.coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial .nb_testimonial-content {
  position: static;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}

.coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-avatar {
  padding-top: 35px;
  padding-bottom: 5px;
}

.coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-info {
  text-align: center;
}

.coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-position {
  margin-bottom: 10px;
  color: #666;
}

.coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-name {
  font-size: 18px;
}

.coffee_testimonials_1 > .wpb_column {
  border: 3px solid rgba(198, 99, 61, 0.3);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 75px;
}

.coffee_opentime_1 {
  padding-top: 160px;
  padding-bottom: 150px;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner {
  padding-top: 0;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner > .wpb_wrapper {
  padding: 45px 30px 30px 30px;
  border: solid 3px rgba(198, 99, 61, 0.4);
  background-color: #151412;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner > .wpb_wrapper .vc_grid-container {
  margin-bottom: 0;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block {
  margin-bottom: 20px;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone {
  overflow: visible;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini {
  border-bottom: 1px solid #777777;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini:before,
.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini:after {
  content: '';
  display: block;
  position: absolute;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini:before {
  top: 100%;
  left: 20px;
  right: 20px;
  bottom: -5px;
  border-bottom: 1px solid #777;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini:after {
  top: 100%;
  left: 10px;
  right: 10px;
  bottom: -3px;
  border-bottom: 1px solid #777;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 18px;
  color: #fff;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-4 {
  padding-right: 0;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-4 .wpb_text_column {
  position: relative;
  text-align: center;
  margin-right: 0 !important;
  margin: 0 auto;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-4 .wpb_text_column .wpb_wrapper {
  position: relative;
  padding-top: 15px;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-8 {
  padding-left: 0;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-8 .wpb_text_column {
  margin-bottom: 0;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-8 .wpb_text_column .wpb_wrapper p {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-8 .wpb_text_column .wpb_wrapper p:last-child {
  max-width: 500px;
  overflow-x: hidden;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-8 .wpb_text_column .wpb_wrapper p:last-child:before {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
  white-space: nowrap;
  width: 0;
  float: left;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-8 .wpb_text_column .wpb_wrapper p:last-child > span {
  background-color: #151412;
  padding-right: 5px;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-row-position-top {
  margin-bottom: 10px;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-row-position-middle {
  margin-bottom: 45px;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .vc_col-sm-12 {
  padding: 10px 0;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .wpb_text_column {
  margin-bottom: 0;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .wpb_text_column .wpb_wrapper > p {
  display: none;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .wpb_text_column .aio-icon-component {
  margin-bottom: 15px;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .wpb_text_column .aio-icon-component .aio-icon {
  border: 0 none;
  padding: 0;
}

.coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .wpb_text_column .aio-icon-component .aio-icon-header .aio-icon-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.coffee_opentime_1 .opentime_right .uvc-heading {
  margin-bottom: 45px;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget {
  margin-top: 5px;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget #ot-reservation-widget {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-title {
  display: none;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide {
  background: none;
  width: auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide > * {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form {
  background: transparent;
  border: 0 none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -15px;
  margin-right: -15px;
  height: auto;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form > * {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
  height: auto;
  margin-bottom: 30px;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector + .ot-dtp-picker-selector {
  border-left: 0 none;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
  color: #fff;
  padding: 10px 25px;
  line-height: 24px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link:before {
  left: 0;
  color: #fff;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link:after {
  right: 0;
  color: #fff;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link.ot-date-label.menu-opened,
.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link.ot-select-label.highlighted {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  border-bottom-color: #c6633d;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector select {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
  border-bottom-color: #c6633d;
  outline: 0 none;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-date-label.menu-opened,
.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-select-label.highlighted {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  border-bottom-color: #c6633d;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker .picker--focused .picker__day--highlighted {
  background: #c6633d;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker .picker--focused .picker__day--highlighted:hover {
  background: #c6633d;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker .picker--focused .picker__day--selected {
  background: #c6633d;
  border-color: #c6633d;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker .picker--focused .picker__day--selected:hover {
  border-color: #c6633d;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker .picker--focused .picker__day--infocus:hover {
  color: #c6633d;
  background: rgba(198, 99, 61, 0.2);
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker .picker--focused .picker__day--outfocus:hover {
  color: #c6633d;
  background: rgba(198, 99, 61, 0.2);
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker .picker--focused .picker__nav--next {
  color: #c6633d;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker .picker--focused .picker__nav--prev {
  color: #c6633d;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
  margin-left: 15px !important;
  margin-right: 15px !important;
  margin-bottom: 20px !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 25px;
  border: 0 none;
  background-color: #c6633d;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: none;
  font-weight: normal;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  /*&:hover{
                background-color: transparent;
                color: #fff;
                border-color: #fff;
              }*/
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button:hover {
  background-color: #fff;
  color: #c6633d;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-powered-by {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 0.875em;
  color: #b5b5b5;
  height: auto;
  background: 0 none;
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-powered-by:before {
  content: url(../../images/demo/ot_img.png);
}

.coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker-form {
  background: transparent;
}

.coffee_opentime_1:before {
  content: '';
  display: block;
  height: 224px;
  background-image: url(../../images/demo/reversation_top.png);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: -65px;
  z-index: 999;
}

.coffee_opentime_1:after {
  content: '';
  display: block;
  height: 174px;
  background-image: url(../../images/demo/reversation_footer.png);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  z-index: 999;
}

.coffee_product_1 {
  padding-top: 40px;
  padding-bottom: 45px;
}

.coffee_product_1 .nb_recent_products {
  margin-bottom: 0;
}

.coffee_feature_1 {
  padding-top: 100px;
  padding-bottom: 130px;
}

.coffee_feature_1:before {
  content: '';
  display: block !important;
  background-image: url(../../images/demo/featured_top.png);
  background-repeat: repeat-x;
  height: 216px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 99;
}

.coffee_feature_1:after {
  content: '';
  display: block !important;
  background-image: url(../../images/demo/featured_footer.png);
  background-repeat: repeat-x;
  height: 160px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  z-index: 99;
}

.coffee_feature_1 .wpb_column .vc_column-inner {
  padding-top: 0;
}

.coffee_feature_1 .wpb_column .vc_column-inner .aio-icon-component {
  margin-bottom: 0;
}

.coffee_feature_1 .wpb_column .vc_column-inner .aio-icon-component .aio-icon-top .aio-icon {
  border: 0 none;
}

.coffee_feature_1 .wpb_column .vc_column-inner .aio-icon-component .aio-icon-header .aio-icon-title {
  margin: 10px 0 25px;
  text-transform: uppercase;
}

.coffee_blog_1 {
  padding-top: 40px;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-date .nb-post-date-i span:not(:last-child):after {
  content: '\e81a';
  font-family: 'fontello';
  padding: 0 15px;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-header .nb-post-meta .nb-post-author:after {
  content: '\e81a';
  font-family: 'fontello';
  margin-left: 10px;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-header .nb-post-meta .nb-post-author:before {
  content: '';
  padding: 0;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-header .nb-post-meta .nb-post-author a {
  color: #c6633d;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-header .nb-post-meta .nb-post-comments:before {
  content: '';
  padding: 0;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-content .nb-post-readmore a {
  background-color: transparent;
  border: 2px solid #c6633d;
  color: #c6633d;
  position: relative;
  padding-right: 40px;
  font-size: 14px;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-content .nb-post-readmore a:after {
  content: '\e90f';
  font-family: 'fontello';
  padding-left: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-content .nb-post-readmore a:hover {
  background-color: #c6633d;
  color: #fff;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-content .nb-post-readmore a:hover:after {
  right: 10px;
}

.coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-thumb .nb-post-thumb-i {
  border: 3px solid rgba(198, 99, 61, 0.5);
}

.coffee_map_1 {
  padding-top: 0px;
}

.coffee_map_1 .wpb_content_element {
  margin-bottom: 0;
}

.coffee_map_1 .vc_column-inner {
  padding: 0;
}

.site-footer .widget .widget-title {
  border-bottom-style: solid;
}

.coffee-faq .coffee-faq-ss2 {
  padding-top: 60px;
}

.coffee-faq .coffee-faq-ss2 .coffee-faq-form .uvc-heading {
  margin-bottom: 35px;
}

.coffee-faq .coffee-faq-ss2 .coffee-faq-form .uvc-heading .uvc-main-heading > h2 {
  line-height: 1;
}

.coffee-faq .coffee-faq-ss2 .coffee-faq-form .uvc-heading .uvc-sub-heading {
  line-height: 1;
}

.coffee-faq .coffee-faq-ss2 .coffee-faq-form .wpb_text_column {
  margin-bottom: 50px;
}

.coffee-faq2 .faq2-heading .uvc-heading {
  margin-bottom: 45px;
}

.coffee-faq2 .faq2-heading .uvc-heading .uvc-main-heading h2 {
  line-height: 1;
}

.faq-page-colum1 .site-footer {
  margin-top: 55px;
}

.faq-page-colum2 .site-footer {
  margin-top: 40px;
}

.gallery-1 .site-footer,
.gallery-2 .site-footer,
.gallery-3 .site-footer {
  margin-top: 35px;
}

.gallery-1 .nb-page-title-wrap,
.gallery-2 .nb-page-title-wrap,
.gallery-3 .nb-page-title-wrap {
  margin-bottom: 45px;
}

.nb_gallery.nb_gallery_masonry {
  padding-top: 25px;
}

.nb_gallery.nb_gallery_masonry .filters-group {
  padding-top: 0;
  padding-bottom: 30px;
}

.nb_gallery.nb_gallery_masonry .filters-group .filter-btn {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.testimonial-page .site-footer {
  margin-top: 40px;
}

.yith-wcwl-share ul li:not(:last-child) {
  margin-right: 5px;
}

.nbt-about.about-ss1 > .wpb_column > .vc_column-inner {
  padding-top: 15px !important;
  padding-bottom: 35px;
}

.nbt-about.about-ss1 > .wpb_column > .vc_column-inner .wpb_wrapper {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.about-page-heading {
  padding-top: 15px;
}

.about-ss2 > .wpb_column {
  padding-top: 40px;
  padding-bottom: 35px;
}

.about-ss2 > .wpb_column .heading-about-ss2 {
  margin-bottom: 35px;
}

.about-ss2 > .wpb_column .text-center {
  margin-bottom: 25px;
  color: #b5b5b5;
}

.about-ss3 > .wpb_column {
  padding-top: 45px;
}

.about-ss3 > .wpb_column .team-member {
  padding-top: 15px;
}

.about-ss3 > .wpb_column .team-member .ult-team-member-image {
  overflow: hidden;
}

.about-ss3 > .wpb_column .team-member .ult-team-member-image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.about-ss3 > .wpb_column .team-member .ult-team-member-image img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-ss4 .owl-dots {
  padding-top: 25px;
}

.about-ss4 > .wpb_column > .vc_column-inner {
  padding-top: 30px !important;
}

.nbt-brands.brands-about {
  padding-bottom: 60px;
  padding-top: 20px;
}

.nbt-brands.brands-about .wpb_column .vc_column-inner {
  padding-top: 0 !important;
}

.about-us-page .coffee_guide_1:before {
  content: '';
  background: 0 none;
}

.about-us-page .coffee_guide_1:after {
  content: '';
  background: 0 none;
}

.about-us-page .coffee_guide_1 .column_guide {
  margin-top: 45px;
  margin-bottom: 0;
}

.about-us-page .coffee_guide_1 .column_guide .nb_team-item .nb_team-detail .nb_team-name {
  color: #444;
}

.about-us-page .coffee_guide_1 .column_guide .nb_team-item .nb_team-detail .nb_team-position {
  color: #666;
}

.about-us-page .coffee_about {
  margin-bottom: 75px;
}

.about-us-page .about-history {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}

.about-us-page .about-history:before {
  content: '';
  background-image: url(assets/images/demo/guide_top.png);
  background-repeat-x: repeat;
  display: block;
  height: 246px;
  position: absolute;
  left: 0;
  right: 0;
  top: -85px;
  z-index: 999;
}

.about-us-page .about-history:after {
  content: '';
  display: block;
  height: 132px;
  background-image: url(assets/images/demo/guide_footer.png);
  background-repeat: repeat-x;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  z-index: 999;
}

.about-us-page .about-history .about-couter .stats-desc .stats-number,
.about-us-page .about-history .about-couter .stats-desc .mycust {
  /* @include media-breakpoint-down(xs){
                font-size: 40px !important;
              }*/
}

.about-us-page .coffee_testimonials_1 .wpb_column .vc_column-inner {
  padding-top: 35px;
}

.page_menu .coffee_ourmenu_1 {
  margin-bottom: 0;
  margin-top: 0;
}

.nb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.shop-main .products .product {
  margin-bottom: 30px;
}

.shop-main .products .product.product-category {
  margin: 0 -15px;
}

.shop-main .products .product.product-category a {
  padding: 0 15px;
}

.shop-main .products .product.product-category a img {
  padding: 0 15px;
}

.shop-main .products .product.product-category a h2 {
  padding: 0 15px;
}

.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 .cart {
  border-bottom: 1px solid #ccc;
}

.nbt-product {
  position: relative;
}

.nbt-product .product-image-list {
  position: relative;
  border: 1px solid #eee;
}

.nbt-product .product-image-list .product-image-link {
  padding: 15px;
  display: block;
}

.nbt-product .product-content {
  overflow: hidden;
}

.nbt-product .product-content .product-title {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.nbt-product .product-content .product-title > a {
  color: #444;
  font-weight: bold;
}

.nbt-product .product-content .product-description {
  color: #666;
  margin-bottom: 7px;
}

.nbt-product .product-content .price {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.nbt-product .product-content .price del .amount {
  color: #999;
}

.nbt-product .product-action {
  background: #f4f4f4;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.nbt-product .product-action > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.nbt-product .product-action > *:not(:first-child) {
  border-left: 1px solid #eee !important;
}

.nbt-product .product-action .button {
  background-color: #f4f4f4;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0 none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
  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;
}

.nbt-product .product-action .button a {
  display: block;
}

.nbt-product .product-action .button i {
  color: #999999;
  font-size: 23px;
  font-style: normal;
  margin-right: 0;
}

.nbt-product .product-action .button:hover i {
  color: #fff;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist .show {
  width: 100%;
  height: 100%;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist .show > a {
  width: 100%;
  height: 100%;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}

.nbt-product .product-action .button.add_to_cart_button i {
  margin-right: 0;
}

.nbt-product .product-action .button.add_to_cart_button i:before {
  font-family: 'fontello';
  font-size: 23px;
  content: '\e913';
}

.nbt-product .product-action .button .tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  width: 120px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: normal;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px;
  margin-bottom: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.nbt-product .product-action .button .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
}

.nbt-product .product-action .button:hover .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.nbt-product .product-action .loop_add_to_cart_link > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nbt-product:hover .product-action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  bottom: 0;
}

.nbt-product.grid-type-wrap .product-image-list,
.nbt-product.grid-type-wrap2 .product-image-list,
.nbt-product.grid-type-wrap3 .product-image-list {
  margin-bottom: 22px;
  text-align: center;
  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;
}

.nbt-product.grid-type-wrap .product-content,
.nbt-product.grid-type-wrap2 .product-content,
.nbt-product.grid-type-wrap3 .product-content {
  text-align: center;
}

.nbt-product.grid-type-wrap .product-content .product-title,
.nbt-product.grid-type-wrap2 .product-content .product-title,
.nbt-product.grid-type-wrap3 .product-content .product-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.nbt-product.grid-type-wrap .product-content .star-rating,
.nbt-product.grid-type-wrap2 .product-content .star-rating,
.nbt-product.grid-type-wrap3 .product-content .star-rating {
  display: inline-block;
}

.nbt-product.grid-type-wrap .product-content .price,
.nbt-product.grid-type-wrap2 .product-content .price,
.nbt-product.grid-type-wrap3 .product-content .price {
  display: block;
  margin-bottom: 3px;
}

.nbt-product.grid-type-wrap:hover .product-image-list,
.nbt-product.grid-type-wrap2:hover .product-image-list,
.nbt-product.grid-type-wrap3:hover .product-image-list {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
}

.nbt-product.list-type-wrap {
  background-color: #ededee;
}

.nbt-product .star-rating {
  width: 70px;
}

.fs-list-type-wrap .fs-product.grid-type-wrap {
  background-color: #ededee;
  border: 0 none;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
  background: transparent;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
  text-align: left;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
  margin: 0;
  padding: 0;
}

.fs-list-type-wrap .fs-product.grid-type-wrap:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product .product-image {
  position: relative;
}

.product .product-image img {
  width: 100%;
}

.product .onsale {
  z-index: 9;
}

.product .onsale.sale-style-1 {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  top: 15px;
  left: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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: 0px;
  bottom: auto;
  left: auto;
  right: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.product .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-family: "fontello";
  font-size: 14px;
  margin-bottom: 10px;
}

.product .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

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

.product .star-rating span:before {
  content: "\e809\e809\e809\e809\e809";
  top: 0;
  position: absolute;
  left: 0;
}

.product .price del .amount {
  margin-right: 10px;
}

.product .entry-summary {
  margin-top: 0;
}

.product .entry-summary .price {
  margin-top: 0;
}

.shop-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-action .woocommerce-result-count {
  margin-top: 5px;
  margin-bottom: 5px;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  margin-bottom: 30px;
}

.nb_wc-products .product {
  text-align: center;
}

.nb_wc-products .product .product-image {
  text-align: center;
}

.nb_wc-products .product .product-image img {
  width: auto;
}

.nb_wc-products .product .grid-type-2-wrap {
  padding: 15px;
  border: 3px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.nb_wc-products .product .grid-type-2-wrap .product-action {
  margin-bottom: 10px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations_form {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations_form .variations .swatch-item > span {
  background-position: center !important;
  text-indent: 0 !important;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations_form .variations .swatch-item > span > span {
  display: block !important;
  margin-top: 45px;
  padding: 0;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -9px;
  background: transparent;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations_form .variations .label {
  display: none;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap {
  text-align: center;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: inline-block;
  height: 60px;
  width: 80px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation:before {
  content: '';
  display: block;
  background-image: url(../../images/demo/img_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation .woocommerce-variation-price {
  text-align: center;
  position: relative;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  width: auto;
  line-height: 45px;
  height: 45px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .input-text {
  border: 0 none;
  padding: 0;
  min-height: auto;
  max-height: 45px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons {
  position: static;
  width: auto;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons:before,
.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons:after {
  content: '';
  margin: 0;
  border: 0 none;
  position: static;
  width: 0;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons .quantity-plus {
  display: block;
  width: 30px;
  height: 45px;
  line-height: 45px;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons .quantity-minus {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 45px;
  line-height: 45px;
  border: 0 none;
  background-color: transparent;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button {
  display: inline-block;
  margin-left: 20px;
  height: 45px;
  line-height: 45px;
  padding-right: 35px;
  padding-left: 20px;
  border: 0 none;
  text-transform: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  margin-top: 0;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button i::before {
  content: '';
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button:hover:after {
  right: 10px;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button:after {
  content: '\e90f';
  font-size: 14px;
  font-family: 'fontello';
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .reset_variations {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  margin-bottom: 15px;
  display: none !important;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .value {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .swatch {
  text-align: center;
  display: block;
  /*@include media-breakpoint-down(sm){
              display: block;
              text-align: center;
              li{
                display: inline-block;
                margin: 0 30px;
              }
            }*/
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .swatch li {
  display: inline-block;
  margin: 0 22px;
  position: relative;
  text-align: center;
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .swatch li.selected:before {
  content: '';
  display: block;
  width: 70px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f0f0f0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nb_wc-products .product .grid-type-2-wrap .product-action .variations .swatch li.selected span {
  position: relative;
}

.nb_wc-products .product .grid-type-2-wrap .product-details {
  text-align: center;
}

.nb_wc-products .product .grid-type-2-wrap .product-details .product-title {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.nb_wc-products .product:hover .grid-type-2-wrap {
  border-color: rgba(198, 99, 61, 0.5);
}

.single-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
  margin-right: -15px;
  margin-left: -15px;
}

.single-product-wrap .product-image {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.single-product-wrap .product-image .thumb-gallery .swiper-wrapper {
  padding-bottom: 1px;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide img {
  cursor: pointer;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide.swiper-slide-active {
  border: 1px solid #c6633d;
}

.single-product-wrap .product-image .onsale.sale-style-1 {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 30px;
  left: 45px;
}

.single-product-wrap .entry-summary {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.single-product-wrap .entry-summary .entry-summary-i {
  background-color: #fafafa;
  padding: 40px 30px;
}

.single-product-wrap .entry-summary .entry-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: left;
}

.single-product-wrap .woocommerce-product-gallery__wrapper {
  margin-top: 0;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  cursor: pointer;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .woocommerce-product-gallery__image img {
  padding: 30px;
}

.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 {
  font-weight: normal;
  margin-bottom: 20px;
}

.single-product-wrap .price del {
  font-size: 24px;
}

.single-product-wrap .price del .amount {
  opacity: .5;
  margin-right: 10px;
}

.single-product-wrap .price ins,
.single-product-wrap .price > span.amount {
  font-size: 24px;
  color: #999 !important;
}

.single-product-wrap .single_variation_wrap .woocommerce-variation-price .price span.amount {
  font-size: 2em;
  color: #c6633d !important;
}

.single-product-wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}

.single-product-wrap .woocommerce-product-rating {
  display: inline-block;
  width: 100%;
}

.single-product-wrap .star-rating {
  font-size: 18px;
  width: 90px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.single-product-wrap .woocommerce-review-link {
  display: inline-block;
  float: left;
  line-height: 1.3;
}

.single-product-wrap .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}

.single-product-wrap .woocommerce-product-details__short-description > p {
  margin-bottom: 0;
}

.single-product-wrap .product_meta {
  margin-bottom: 10px;
}

.single-product-wrap .cart {
  padding-bottom: 23px;
}

.single-product-wrap .cart .single_add_to_cart_button {
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
  padding-left: 20px;
  padding-right: 35px;
}

.single-product-wrap .product-addtocart + .product_meta {
  padding-top: 0;
}

.single-product-wrap .product_meta {
  padding-top: 23px;
  float: left;
  width: 100%;
}

.single-product-wrap .product_meta .meta-name {
  display: inline-block;
  min-width: 120px;
}

.single-product-wrap .product_meta .sku_wrapper {
  margin-top: 25px;
}

.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 10px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.single-product-wrap .product_meta .availability_wrapper .in-stock {
  background-color: #8BAD42;
}

.single-product-wrap .product_meta .availability_wrapper .out-stock {
  background-color: #D52A2A;
}

.single-product-wrap .nb-quantity {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 30px;
}

.single-product-wrap .single_add_to_cart_button {
  margin: 7px 10px 7px 0;
  margin-right: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  text-transform: none;
}

.single-product-wrap .single_add_to_cart_button:hover:after {
  right: 10px;
}

.single-product-wrap .single_add_to_cart_button:after {
  content: '\e90f';
  font-family: 'fontello';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.single-product-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
  border: 0;
  text-align: center;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a .icon-heart,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a .icon-heart,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a .icon-heart {
  margin-right: 0;
  font-size: 16px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i.icon-heart {
  margin-right: 0;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i.icon-heart:before {
  margin-right: 5px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: -75%;
  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;
}

.single-product-wrap .variations h5.label {
  margin-bottom: 25px;
}

.single-product-wrap .variations h5.label label {
  padding-left: 0;
}

.single-product-wrap .variations ul.swatch {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  position: relative;
}

.single-product-wrap .variations ul.swatch li.selected {
  background-color: #f0f0f0;
}

.single-product-wrap .variations .reset_variations {
  display: none;
}

.shop-main {
  margin-bottom: 10px;
}

.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: 5px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.shop-main .product:hover .swiper-button-next,
.shop-main .product:hover .swiper-button-prev {
  opacity: 1;
}

.shop-main .product:hover .swiper-button-disabled {
  opacity: .35;
}

.shop-main.bottom-thumb .thumb-gallery .woocommerce-product-gallery__image {
  width: 25%;
  margin-right: 10px;
  -webkit-transform: translateX(-150%) translateX(-15px);
  -ms-transform: translateX(-150%) translateX(-15px);
  transform: translateX(-150%) translateX(-15px);
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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-slide {
  height: auto;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-100%) translateY(-30px);
  -ms-transform: translateY(-100%) translateY(-30px);
  transform: translateY(-100%) translateY(-30px);
}

.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-slide {
  height: auto;
}

.shop-main.inside-thumb .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-100%) translateY(-30px);
  -ms-transform: translateY(-100%) translateY(-30px);
  transform: translateY(-100%) translateY(-30px);
}

.shop-main .related > h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}

.shop-main .related .product {
  width: 100%;
  margin-bottom: 0;
}

.shop-main .related,
.shop-main .upsells {
  position: relative;
}

.shop-main .related .products,
.shop-main .upsells .products {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
}

.shop-main .related .products .product,
.shop-main .upsells .products .product {
  padding-left: 15px;
  padding-right: 15px;
}

.shop-main .related .products .product-description,
.shop-main .upsells .products .product-description {
  margin-top: 5px;
}

.shop-main .upsells .product {
  width: 100%;
}

.variations h5.label {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}

.variations h5.label label {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.variations h5.label label:before,
.variations h5.label label:after {
  position: absolute;
  content: '';
  display: block;
  width: 70px;
  border-bottom: 1px solid #ccc;
  top: 50%;
}

.variations h5.label label:before {
  right: 100%;
}

.variations h5.label label:after {
  left: 100%;
}

.variations ul.swatch {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.variations ul.swatch li {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.variations ul.swatch li span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  padding: 9px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #444;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-position: center !important;
}

.products .product.product-type-variable .grid-type-wrap-1 .product-details > .price,
.products .product.product-type-variable .list-type-wrap-1 .product-details > .price {
  display: none;
}

.single-product-wrap .variations h5.label label {
  padding-left: 0;
}

.single-product-wrap .variations ul.swatch {
  display: block;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  padding: 15px 10px;
}

.wc-tabs {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
}

.wc-tabs > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: -1px;
}

.wc-tabs > li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
}

.wc-tabs > li:not(.active) > a {
  color: #444;
}

.wc-tabs > li.active a {
  border-bottom: 2px solid;
}

.wc-tabs > li a:focus {
  outline: none;
}

.wc-tabs .accordion-title-wrap:hover {
  cursor: pointer;
}

.wc-tabs .accordion-content {
  line-height: 1.5;
}

.wc-tabs-wrapper {
  margin-bottom: 45px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper .wc-tabs {
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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';
  color: #444;
}

.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-respond {
  padding: 15px;
  border: 1px solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.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;
  border: 0;
  padding: 10px 25px;
  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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-main .woocommerce-Reviews .commentlist .star-rating {
  width: 70px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #c6633d;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.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%;
}

.shop-main.round-reviewer-avatar .comment .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.shop-main.grid-reviews #reviews #comments .commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-main.grid-reviews #reviews #comments .commentlist .avatar {
  z-index: 9;
  margin-right: 0;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text {
  margin-top: -40px;
  padding-top: 55px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__author {
  margin-bottom: 10px;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__dash {
  display: none;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .description,
.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__author,
.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__published-date {
  text-align: center;
}

.woocommerce-cart #primary {
  width: 100%;
}

.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.cart td.product-name {
  font-size: 16px;
  font-weight: 600;
}

.shop_table.cart td.product-name a {
  color: #444;
}

.shop_table th,
.shop_table td {
  text-align: left;
}

.shop_table thead th {
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
}

.shop_table td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid;
}

.shop_table .cart_item td a {
  color: #323232;
}

.shop_table .cart_item dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0;
  font-size: 14px;
  font-weight: normal;
}

.shop_table .cart_item dl.variation dt {
  margin-right: 5px;
  font-weight: 600;
}

.shop_table .cart_item dl.variation dd {
  margin: 0;
  word-break: break-all;
}

.shop_table .cart_item dl.variation dd p {
  margin: 0;
}

.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 th:first-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-1 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.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-1 .wc-proceed-to-checkout .checkout-button {
  text-align: center;
  border: 0 none;
}

.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;
  border: 0 none;
}

.cart-layout-2 .cart-totals-wrap {
  padding: 15px;
}

.cart-layout-2 .cart-totals-wrap .shop_table th:first-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-2 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.cart-layout-2 .coupon h3 {
  line-height: 1;
  margin-bottom: 15px;
}

.cart-layout-2 .coupon-wrap {
  border: 2px solid #edf0f5;
  padding: 15px;
}

.cart-layout-2 .coupon-wrap .input-text {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 15px;
}

.coupon {
  margin-bottom: 60px;
}

.coupon input[name="coupon_code"] {
  font-size: 16px;
  border-color: #d7d7d7;
  width: 100%;
  margin-bottom: 15px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

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

.cart-right-section .cart_totals {
  margin-bottom: 45px;
}

.coupon-wrap:after,
.cart-totals-wrap:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .return-to-shop,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .return-to-shop {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding: 15px 15px 15px 40px;
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .return-to-shop:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .return-to-shop:before {
  font-family: "fontello";
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 12px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .return-to-shop .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .return-to-shop .button {
  padding: 5px 15px;
  margin-right: 15px;
}

.woocommerce .return-to-shop,
.woocommerce-page .return-to-shop {
  padding: 0;
}

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

.woocommerce-form-login .form-row:before,
.woocommerce-form-login .form-row:after,
.woocommerce-form-register .form-row:before,
.woocommerce-form-register .form-row:after,
.woocommerce-ResetPassword .form-row:before,
.woocommerce-ResetPassword .form-row:after,
.woocommerce-address-fields .form-row:before,
.woocommerce-address-fields .form-row:after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-form-login .form-row label,
.woocommerce-form-register .form-row label,
.woocommerce-ResetPassword .form-row label,
.woocommerce-address-fields .form-row label {
  display: block;
}

.woocommerce-form-login .form-row label small,
.woocommerce-form-register .form-row label small,
.woocommerce-ResetPassword .form-row label small,
.woocommerce-address-fields .form-row label small {
  display: block;
}

.woocommerce-form-login .form-row label.error,
.woocommerce-form-register .form-row label.error,
.woocommerce-ResetPassword .form-row label.error,
.woocommerce-address-fields .form-row label.error {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-right: 0;
  color: #ff0000;
}

.woocommerce-form-login .form-row label.error[generated="true"],
.woocommerce-form-register .form-row label.error[generated="true"],
.woocommerce-ResetPassword .form-row label.error[generated="true"],
.woocommerce-address-fields .form-row label.error[generated="true"] {
  display: none !important;
}

.woocommerce-form-login .form-row input,
.woocommerce-form-register .form-row input,
.woocommerce-ResetPassword .form-row input,
.woocommerce-address-fields .form-row input {
  width: 100%;
}

.woocommerce-form-login .form-row input[type="checkbox"],
.woocommerce-form-login .form-row input[type="radio"],
.woocommerce-form-register .form-row input[type="checkbox"],
.woocommerce-form-register .form-row input[type="radio"],
.woocommerce-ResetPassword .form-row input[type="checkbox"],
.woocommerce-ResetPassword .form-row input[type="radio"],
.woocommerce-address-fields .form-row input[type="checkbox"],
.woocommerce-address-fields .form-row input[type="radio"] {
  width: auto;
}

.woocommerce-form-login .form-row input.button,
.woocommerce-form-register .form-row input.button,
.woocommerce-ResetPassword .form-row input.button,
.woocommerce-address-fields .form-row input.button {
  padding: 11px 25px;
  width: auto;
  border: 0 none;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single,
.woocommerce-form-register .form-row .select2-container .select2-selection--single,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 7px;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-form-register .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength,
.woocommerce-form-register .form-row .woocommerce-password-strength,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength,
.woocommerce-address-fields .form-row .woocommerce-password-strength {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 5px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.bad,
.woocommerce-form-register .form-row .woocommerce-password-strength.bad,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.bad,
.woocommerce-address-fields .form-row .woocommerce-password-strength.bad {
  color: #d9534f;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.short,
.woocommerce-form-register .form-row .woocommerce-password-strength.short,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.short,
.woocommerce-address-fields .form-row .woocommerce-password-strength.short {
  color: #f0ad4e;
}

.woocommerce-form-login .form-row #url-alart-mgs,
.woocommerce-form-register .form-row #url-alart-mgs,
.woocommerce-ResetPassword .form-row #url-alart-mgs,
.woocommerce-address-fields .form-row #url-alart-mgs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.woocommerce-form-login input.button,
.woocommerce-form-register input.button,
.woocommerce-ResetPassword input.button,
.woocommerce-address-fields input.button {
  padding: 11px 25px;
}

.checkout_coupon .form-row {
  display: inline-block;
}

.checkout_coupon .input-text {
  border-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.checkout_coupon .input-text:focus {
  outline: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:first-child,
.shop_table.woocommerce-checkout-review-order-table tr td:first-child {
  padding-left: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.shop_table.woocommerce-checkout-review-order-table tr td:last-child {
  padding-right: 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 {
  float: left;
  margin-right: 15px;
}

.nb-quantity .qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 45px;
  min-height: 46px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 2px 0 0px 2px;
  border-radius: 2px 0 0px 2px;
}

.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: 85px;
}

.nb-quantity.style-1 .qty-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}

.nb-quantity.style-1 .qty-buttons span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  border-left: 0;
  line-height: 1.45;
  height: auto;
  background-color: #fff;
  cursor: pointer;
}

.nb-quantity.style-1 .qty-buttons span.quantity-minus {
  border-top: 0;
  -webkit-border-radius: 0px 0px 2px 0px;
  border-radius: 0px 0px 2px 0px;
}

.nb-quantity.style-1 .qty-buttons span.quantity-plus {
  -webkit-border-radius: 0px 2px 0px 0px;
  border-radius: 0px 2px 0px 0px;
}

.nb-quantity.style-1 .qty-buttons:before {
  content: '';
  display: block;
  border-bottom: 1px solid #fafafa;
  width: 10px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.nb-quantity.style-1 .qty-buttons:after {
  content: '';
  display: block;
  border-top: 1px solid #fafafa;
  width: 10px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -1px;
}

.nb-quantity.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nb-quantity.style-2 > span {
  border: 1px solid #ccc;
  height: 50px;
  padding-top: 8px;
  background: #f2f2f2;
  cursor: pointer;
}

.nb-quantity.style-2 > span.quantity-plus {
  border-left: 0;
}

.nb-quantity.style-2 > span.quantity-minus {
  border-right: 0;
}

/*wishlist*/

.woocommerce-wishlist.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove {
  font-size: 24px;
}

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove:hover {
  background-color: transparent !important;
}

.woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-add-to-cart a {
  border: 0 none;
}

#yith-wcwl-popup-message {
  border: 2px solid;
  padding: 20px;
  margin: 0 !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-width: 200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.2em;
  line-height: normal;
}

/*=======================
* 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 .single-product-wrap {
  margin: 0;
  padding: 30px 20px 15px;
}

#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%;
}

.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: 999;
}

.cart-notice-wrap .cart-notice {
  border: 2px solid;
  padding: 20px;
  background-color: #fff;
}

.cart-notice-wrap .cart-url {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
  width: 100%;
}

.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 .widget_price_filter .price_slider {
  margin-bottom: 30px;
}

.woocommerce .widget_price_filter .price_slider:before,
.woocommerce .widget_price_filter .price_slider:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 0 15px;
}

.woocommerce .widget_price_filter .price_slider_amount:before,
.woocommerce .widget_price_filter .price_slider_amount:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-top: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -3px;
  margin-left: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #ccc;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #eee;
  border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 10px;
}

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

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

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

.widget .woocommerce-product-search {
  position: relative;
  display: block;
}

.widget .woocommerce-product-search .search-field {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 2px solid #ccc;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget .woocommerce-product-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  font-size: 0;
  border: 0 none;
  background-color: transparent;
  background-image: url(assets/images/demo/icon-search.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget .woocommerce-product-search input[type="submit"]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  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%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  display: block;
  border-top: 1px solid #ebebeb;
  content: '';
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 .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: 10px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button.view {
  display: inline-block;
  padding: 5px 10px;
}

.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > .u-columns,
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > .woocommerce-ResetPassword {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-account .woocommerce > .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce-form-register .show_if_seller {
  display: none;
}

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

.lost_password {
  text-align: right;
}

.dokan-become-seller {
  padding: 0 15px;
}

.dokan-become-seller .form-row {
  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;
}

.dokan-become-seller .form-row label {
  display: block;
  min-width: 120px;
}

.dokan-become-seller .form-row small {
  margin-left: 15px;
}

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

.products .product .product-image {
  text-align: center;
}

.products .product .product-image img {
  width: auto;
}

.products .product .grid-type-2-wrap {
  padding: 15px;
  border: 3px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.products .product .grid-type-2-wrap .product-action {
  margin-bottom: 10px;
}

.products .product .grid-type-2-wrap .product-action .variations_form {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.products .product .grid-type-2-wrap .product-action .variations_form .variations .swatch-item > span {
  background-position: center !important;
  text-indent: 0 !important;
}

.products .product .grid-type-2-wrap .product-action .variations_form .variations .swatch-item > span > span {
  display: block !important;
  margin-top: 45px;
  padding: 0;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -9px;
  background: transparent;
}

.products .product .grid-type-2-wrap .product-action .variations_form .variations .label {
  display: none;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap {
  text-align: center;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: inline-block;
  height: 60px;
  width: 80px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation:before {
  content: '';
  display: block;
  background-image: url(../../images/demo/img_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation .woocommerce-variation-price {
  text-align: center;
  position: relative;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation .woocommerce-variation-price .price {
  color: #fff;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .single_variation .woocommerce-variation-availability {
  display: none;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  width: auto;
  line-height: 45px;
  height: 45px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .input-text {
  border: 0 none;
  padding: 0;
  min-height: auto;
  max-height: 45px;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons {
  position: static;
  width: auto;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons:before,
.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons:after {
  content: '';
  margin: 0;
  border: 0 none;
  position: static;
  width: 0;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons .quantity-plus {
  display: block;
  width: 30px;
  height: 45px;
  line-height: 45px;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .nb-quantity .qty-buttons .quantity-minus {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 45px;
  line-height: 45px;
  border: 0 none;
  background-color: transparent;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button {
  display: inline-block;
  margin-left: 20px;
  height: 45px;
  line-height: 45px;
  padding-right: 35px;
  padding-left: 20px;
  border: 0 none;
  text-transform: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  margin-top: 0;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button i::before {
  content: '';
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button:hover:after {
  right: 10px;
}

.products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button:after {
  content: '\e90f';
  font-size: 18px;
  font-family: 'fontello';
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.products .product .grid-type-2-wrap .product-action .variations .reset_variations {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  margin-bottom: 15px;
  display: none !important;
}

.products .product .grid-type-2-wrap .product-action .variations .value {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.products .product .grid-type-2-wrap .product-action .variations .swatch {
  text-align: center;
  display: block;
  /*@include media-breakpoint-down(sm){
              display: block;
              text-align: center;
              li{
                display: inline-block;
                margin: 0 30px;
              }
            }*/
}

.products .product .grid-type-2-wrap .product-action .variations .swatch li {
  display: inline-block;
  margin: 0 22px;
  position: relative;
  text-align: center;
}

.products .product .grid-type-2-wrap .product-action .variations .swatch li.selected:before {
  content: '';
  display: block;
  width: 70px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f0f0f0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products .product .grid-type-2-wrap .product-action .variations .swatch li.selected span {
  position: relative;
}

.products .product .grid-type-2-wrap .product-details {
  text-align: center;
}

.products .product .grid-type-2-wrap .product-details .product-title {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.products .product:hover .grid-type-2-wrap {
  border-color: rgba(198, 99, 61, 0.5);
}

@media (min-width: 500px) {
  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-4 .wpb_text_column {
    width: 150px;
    height: 67px;
  }
}

@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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    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%;
  }

  .site-content {
    min-height: 300px;
  }

  .mini-cart-wrap .buttons .button {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .widget.widget_nav_menu.menu-hoz ul > li,
  .widget.widget_product_categories.menu-hoz ul > li {
    padding: 0px 7px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 30px;
    font-size: 3rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 20px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 17px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 17px;
  }

  .type-post.sticky .entry-content {
    padding: 30px 30px 0;
  }

  .meta-align-left .type-post .entry-block:before {
    right: 30px;
  }

  .meta-align-left .type-post .entry-block:after {
    right: 36px;
  }

  .meta-align-right .type-post .entry-block:before {
    left: 30px;
  }

  .meta-align-right .type-post .entry-block:after {
    left: 36px;
  }

  .blog.meta-align-center .post .entry-info,
  .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 .classic .post:not(.sticky) .entry-block {
    padding: 30px 30px 0;
  }

  .single-blog.blog_layout_classic .entry-block {
    padding: 30px 30px 0;
  }

  .blog.meta-align-center .blog1 .post:first-of-type {
    text-align: inherit;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.85em;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 16px;
  }

  .site-footer .widget.widget_nav_menu.menu-hoz ul > li {
    padding: 0px 7px;
  }

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

  .comment-respond .comment-form > p input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 260px;
  }

  .error404 main {
    padding-top: 75px;
  }

  .error404 main .pnf-heading {
    font-size: 200px;
    text-shadow: 0px 15px 0 rgba(153, 153, 153, 0.35);
    -webkit-text-stroke: 8px #ffffff;
  }

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

  .error404 main h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 45px;
  }

  .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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    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%;
  }

  .site-content {
    min-height: 300px;
  }

  .mini-cart-wrap .buttons .button {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .widget.widget_nav_menu.menu-hoz ul > li,
  .widget.widget_product_categories.menu-hoz ul > li {
    padding: 0px 7px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 30px;
    font-size: 3rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 20px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 17px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 17px;
  }

  .type-post.sticky .entry-content {
    padding: 30px 30px 0;
  }

  .meta-align-left .type-post .entry-block:before {
    right: 30px;
  }

  .meta-align-left .type-post .entry-block:after {
    right: 36px;
  }

  .meta-align-right .type-post .entry-block:before {
    left: 30px;
  }

  .meta-align-right .type-post .entry-block:after {
    left: 36px;
  }

  .blog.meta-align-center .post .entry-info,
  .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 .classic .post:not(.sticky) .entry-block {
    padding: 30px 30px 0;
  }

  .single-blog.blog_layout_classic .entry-block {
    padding: 30px 30px 0;
  }

  .blog.meta-align-center .blog1 .post:first-of-type {
    text-align: inherit;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.85em;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 16px;
  }

  .site-footer .widget.widget_nav_menu.menu-hoz ul > li {
    padding: 0px 7px;
  }

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

  .comment-respond .comment-form > p input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 260px;
  }

  .error404 main {
    padding-top: 75px;
  }

  .error404 main .pnf-heading {
    font-size: 200px;
    text-shadow: 0px 15px 0 rgba(153, 153, 153, 0.35);
    -webkit-text-stroke: 8px #ffffff;
  }

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

  .error404 main h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 45px;
  }

  .shop-main.right-images .single-product-wrap .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .nbt-product .product-image-list {
    padding: 15px 0px;
  }

  .nbt-product .product-action {
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }

  .nbt-product.grid-type-wrap2 .product-action,
  .nbt-product.grid-type-wrap3 .product-action {
    top: 0;
    width: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nbt-product.grid-type-wrap2 .product-action > *,
  .nbt-product.grid-type-wrap2 .product-action > * a,
  .nbt-product.grid-type-wrap3 .product-action > *,
  .nbt-product.grid-type-wrap3 .product-action > * a {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nbt-product.grid-type-wrap2 .product-action > *:not(:first-child),
  .nbt-product.grid-type-wrap3 .product-action > *:not(:first-child) {
    border-left: 0 none !important;
    border-top: 1px solid #eee !important;
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip,
  .nbt-product.grid-type-wrap3 .product-action .button .tooltip {
    margin-bottom: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip:before,
  .nbt-product.grid-type-wrap3 .product-action .button .tooltip:before {
    border-top-color: transparent;
    margin-bottom: -5px;
    bottom: 50%;
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip {
    margin-left: 10px;
    left: 100%;
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip:before {
    border-right-color: rgba(0, 0, 0, 0.7);
    left: -5px;
  }

  .nbt-product.grid-type-wrap3 .product-action {
    left: auto;
    right: 0;
  }

  .nbt-product.grid-type-wrap3 .product-action .button .tooltip {
    margin-right: 10px;
    left: auto;
    right: 100%;
  }

  .nbt-product.grid-type-wrap3 .product-action .button .tooltip:before {
    border-left-color: rgba(0, 0, 0, 0.7);
    margin-left: 0;
    left: 100%;
  }

  .nbt-product.list-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .nbt-product.list-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .nbt-product.list-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .nbt-product.list-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nbt-product.list-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .nbt-product.list-type-wrap .product-action > * a,
  .nbt-product.list-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nbt-product.list-type-wrap .product-action .button {
    line-height: inherit;
  }

  .nbt-product.list-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nbt-product.list-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
    margin: 0;
    padding: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a,
  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action .button {
    line-height: inherit;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .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%;
  }

  .shop-main .woocommerce-Reviews .commentlist .comment-text .star-rating {
    float: right;
  }

  .cross-sells .product {
    width: 50%;
  }

  .woocommerce-form-login .form-row,
  .woocommerce-form-register .form-row,
  .woocommerce-ResetPassword .form-row,
  .woocommerce-address-fields .form-row {
    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;
  }

  .woocommerce-form-login .form-row label,
  .woocommerce-form-register .form-row label,
  .woocommerce-ResetPassword .form-row label,
  .woocommerce-address-fields .form-row label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 220px;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
    padding: 10px 15px 10px 0;
  }

  .woocommerce-form-login .form-row input,
  .woocommerce-form-register .form-row input,
  .woocommerce-ResetPassword .form-row input,
  .woocommerce-address-fields .form-row input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .woocommerce-form-login .form-row input#billing_address_2,
  .woocommerce-form-login .form-row input#shipping_address_2,
  .woocommerce-form-register .form-row input#billing_address_2,
  .woocommerce-form-register .form-row input#shipping_address_2,
  .woocommerce-ResetPassword .form-row input#billing_address_2,
  .woocommerce-ResetPassword .form-row input#shipping_address_2,
  .woocommerce-address-fields .form-row input#billing_address_2,
  .woocommerce-address-fields .form-row input#shipping_address_2 {
    margin-left: 220px;
  }

  .woocommerce-form-login .form-row input[type="checkbox"],
  .woocommerce-form-login .form-row input[type="radio"],
  .woocommerce-form-register .form-row input[type="checkbox"],
  .woocommerce-form-register .form-row input[type="radio"],
  .woocommerce-ResetPassword .form-row input[type="checkbox"],
  .woocommerce-ResetPassword .form-row input[type="radio"],
  .woocommerce-address-fields .form-row input[type="checkbox"],
  .woocommerce-address-fields .form-row input[type="radio"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .woocommerce-form-login .form-row input.button,
  .woocommerce-form-register .form-row input.button,
  .woocommerce-ResetPassword .form-row input.button,
  .woocommerce-address-fields .form-row input.button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .woocommerce-form-login .form-row select,
  .woocommerce-form-login .form-row .select2,
  .woocommerce-form-register .form-row select,
  .woocommerce-form-register .form-row .select2,
  .woocommerce-ResetPassword .form-row select,
  .woocommerce-ResetPassword .form-row .select2,
  .woocommerce-address-fields .form-row select,
  .woocommerce-address-fields .form-row .select2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .woocommerce-form-login .form-row.user-role,
  .woocommerce-form-login .form-row.form-row-rememberme,
  .woocommerce-form-register .form-row.user-role,
  .woocommerce-form-register .form-row.form-row-rememberme,
  .woocommerce-ResetPassword .form-row.user-role,
  .woocommerce-ResetPassword .form-row.form-row-rememberme,
  .woocommerce-address-fields .form-row.user-role,
  .woocommerce-address-fields .form-row.form-row-rememberme {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .woocommerce-form-login .form-row.user-role label,
  .woocommerce-form-login .form-row.form-row-rememberme label,
  .woocommerce-form-register .form-row.user-role label,
  .woocommerce-form-register .form-row.form-row-rememberme label,
  .woocommerce-ResetPassword .form-row.user-role label,
  .woocommerce-ResetPassword .form-row.form-row-rememberme label,
  .woocommerce-address-fields .form-row.user-role label,
  .woocommerce-address-fields .form-row.form-row-rememberme label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 5px 0;
    margin-left: 220px;
  }

  .woocommerce-form-login .form-row.form-row-submit,
  .woocommerce-form-register .form-row.form-row-submit,
  .woocommerce-ResetPassword .form-row.form-row-submit,
  .woocommerce-address-fields .form-row.form-row-submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating {
    float: right;
  }

  .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%;
  }

  .coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial .nb_testimonial-content {
    padding-left: 90px;
    padding-right: 90px;
  }

  .coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial .nb_testimonial-content:before {
    content: '\f10d';
    font-family: 'fontello';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .coffee_testimonials_1 .nb_testimonials_carousel .owl-item .nb_testimonial-item .nb_testimonial .nb_testimonial-content:after {
    content: '\f10e';
    font-family: 'fontello';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-4 .wpb_text_column:before {
    content: '';
    display: block;
    background-image: url(../../images/demo/img_bg_opentime.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nbt-about.about-ss1 > .wpb_column > .vc_column-inner .wpb_wrapper .vc_single_image-wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nbt-about.about-ss1 > .wpb_column > .vc_column-inner .wpb_wrapper .vc_single_image-wrapper:before {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    right: -30px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(244, 244, 244, 0.45);
    content: '';
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .shop-main.right-images .single-product-wrap .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .nbt-product .product-image-list {
    padding: 15px 0px;
  }

  .nbt-product .product-action {
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }

  .nbt-product.grid-type-wrap2 .product-action,
  .nbt-product.grid-type-wrap3 .product-action {
    top: 0;
    width: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nbt-product.grid-type-wrap2 .product-action > *,
  .nbt-product.grid-type-wrap2 .product-action > * a,
  .nbt-product.grid-type-wrap3 .product-action > *,
  .nbt-product.grid-type-wrap3 .product-action > * a {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nbt-product.grid-type-wrap2 .product-action > *:not(:first-child),
  .nbt-product.grid-type-wrap3 .product-action > *:not(:first-child) {
    border-left: 0 none !important;
    border-top: 1px solid #eee !important;
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip,
  .nbt-product.grid-type-wrap3 .product-action .button .tooltip {
    margin-bottom: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip:before,
  .nbt-product.grid-type-wrap3 .product-action .button .tooltip:before {
    border-top-color: transparent;
    margin-bottom: -5px;
    bottom: 50%;
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip {
    margin-left: 10px;
    left: 100%;
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip:before {
    border-right-color: rgba(0, 0, 0, 0.7);
    left: -5px;
  }

  .nbt-product.grid-type-wrap3 .product-action {
    left: auto;
    right: 0;
  }

  .nbt-product.grid-type-wrap3 .product-action .button .tooltip {
    margin-right: 10px;
    left: auto;
    right: 100%;
  }

  .nbt-product.grid-type-wrap3 .product-action .button .tooltip:before {
    border-left-color: rgba(0, 0, 0, 0.7);
    margin-left: 0;
    left: 100%;
  }

  .nbt-product.list-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .nbt-product.list-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .nbt-product.list-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .nbt-product.list-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nbt-product.list-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .nbt-product.list-type-wrap .product-action > * a,
  .nbt-product.list-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nbt-product.list-type-wrap .product-action .button {
    line-height: inherit;
  }

  .nbt-product.list-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nbt-product.list-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
    margin: 0;
    padding: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a,
  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action .button {
    line-height: inherit;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .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%;
  }

  .shop-main .woocommerce-Reviews .commentlist .comment-text .star-rating {
    float: right;
  }

  .cross-sells .product {
    width: 50%;
  }

  .woocommerce-form-login .form-row,
  .woocommerce-form-register .form-row,
  .woocommerce-ResetPassword .form-row,
  .woocommerce-address-fields .form-row {
    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;
  }

  .woocommerce-form-login .form-row label,
  .woocommerce-form-register .form-row label,
  .woocommerce-ResetPassword .form-row label,
  .woocommerce-address-fields .form-row label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 220px;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
    padding: 10px 15px 10px 0;
  }

  .woocommerce-form-login .form-row input,
  .woocommerce-form-register .form-row input,
  .woocommerce-ResetPassword .form-row input,
  .woocommerce-address-fields .form-row input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .woocommerce-form-login .form-row input#billing_address_2,
  .woocommerce-form-login .form-row input#shipping_address_2,
  .woocommerce-form-register .form-row input#billing_address_2,
  .woocommerce-form-register .form-row input#shipping_address_2,
  .woocommerce-ResetPassword .form-row input#billing_address_2,
  .woocommerce-ResetPassword .form-row input#shipping_address_2,
  .woocommerce-address-fields .form-row input#billing_address_2,
  .woocommerce-address-fields .form-row input#shipping_address_2 {
    margin-left: 220px;
  }

  .woocommerce-form-login .form-row input[type="checkbox"],
  .woocommerce-form-login .form-row input[type="radio"],
  .woocommerce-form-register .form-row input[type="checkbox"],
  .woocommerce-form-register .form-row input[type="radio"],
  .woocommerce-ResetPassword .form-row input[type="checkbox"],
  .woocommerce-ResetPassword .form-row input[type="radio"],
  .woocommerce-address-fields .form-row input[type="checkbox"],
  .woocommerce-address-fields .form-row input[type="radio"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .woocommerce-form-login .form-row input.button,
  .woocommerce-form-register .form-row input.button,
  .woocommerce-ResetPassword .form-row input.button,
  .woocommerce-address-fields .form-row input.button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .woocommerce-form-login .form-row select,
  .woocommerce-form-login .form-row .select2,
  .woocommerce-form-register .form-row select,
  .woocommerce-form-register .form-row .select2,
  .woocommerce-ResetPassword .form-row select,
  .woocommerce-ResetPassword .form-row .select2,
  .woocommerce-address-fields .form-row select,
  .woocommerce-address-fields .form-row .select2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .woocommerce-form-login .form-row.user-role,
  .woocommerce-form-login .form-row.form-row-rememberme,
  .woocommerce-form-register .form-row.user-role,
  .woocommerce-form-register .form-row.form-row-rememberme,
  .woocommerce-ResetPassword .form-row.user-role,
  .woocommerce-ResetPassword .form-row.form-row-rememberme,
  .woocommerce-address-fields .form-row.user-role,
  .woocommerce-address-fields .form-row.form-row-rememberme {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .woocommerce-form-login .form-row.user-role label,
  .woocommerce-form-login .form-row.form-row-rememberme label,
  .woocommerce-form-register .form-row.user-role label,
  .woocommerce-form-register .form-row.form-row-rememberme label,
  .woocommerce-ResetPassword .form-row.user-role label,
  .woocommerce-ResetPassword .form-row.form-row-rememberme label,
  .woocommerce-address-fields .form-row.user-role label,
  .woocommerce-address-fields .form-row.form-row-rememberme label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 5px 0;
    margin-left: 220px;
  }

  .woocommerce-form-login .form-row.form-row-submit,
  .woocommerce-form-register .form-row.form-row-submit,
  .woocommerce-ResetPassword .form-row.form-row-submit,
  .woocommerce-address-fields .form-row.form-row-submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    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%;
  }

  .wpcf7-form input[type="submit"] {
    margin-top: 30px;
  }

  .top-section {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .widget.widget_nav_menu.menu-hoz ul > li,
  .widget.widget_product_categories.menu-hoz ul > li {
    padding: 0px 10px;
  }

  .uvc-heading {
    margin-bottom: 20px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 50px;
    font-size: 5rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.15px;
    font-size: 1.115rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 25px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 18px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 18px;
  }

  .nbt-brands .aio-icon {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .single-blog .entry-author .author-meta {
    -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%;
  }

  .blog .blog1 .post:not(:first-of-type) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog.meta-align-center .blog1 .post {
    text-align: center;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.9em;
  }

  .site-footer .footer-top-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 17px;
  }

  .site-footer .footer-bot-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 .widget.widget_nav_menu.menu-hoz ul > li {
    padding: 0px 10px;
  }

  .comment-list ol {
    padding-left: 30px;
  }

  .rtb-booking-form fieldset {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    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%;
  }

  .wpcf7-form input[type="submit"] {
    margin-top: 30px;
  }

  .top-section {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .widget.widget_nav_menu.menu-hoz ul > li,
  .widget.widget_product_categories.menu-hoz ul > li {
    padding: 0px 10px;
  }

  .uvc-heading {
    margin-bottom: 20px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 50px;
    font-size: 5rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.15px;
    font-size: 1.115rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 25px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 18px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 18px;
  }

  .nbt-brands .aio-icon {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .single-blog .entry-author .author-meta {
    -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%;
  }

  .blog .blog1 .post:not(:first-of-type) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog.meta-align-center .blog1 .post {
    text-align: center;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.9em;
  }

  .site-footer .footer-top-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 17px;
  }

  .site-footer .footer-bot-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 .widget.widget_nav_menu.menu-hoz ul > li {
    padding: 0px 10px;
  }

  .comment-list ol {
    padding-left: 30px;
  }

  .rtb-booking-form fieldset {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 0;
  }

  .nb_wc-products .product .grid-type-2-wrap .product-action .variations {
    height: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .nb_wc-products .product:hover .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    height: 60px;
  }

  .nb_wc-products .product:hover .grid-type-2-wrap .product-action .variations {
    height: 100%;
    visibility: visible;
    opacity: 1;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .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 {
    text-align: right;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 33.33333%;
  }

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

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td {
    text-align: left;
  }

  .products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 0;
  }

  .products .product .grid-type-2-wrap .product-action .variations {
    height: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .products .product:hover .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    height: 60px;
  }

  .products .product:hover .grid-type-2-wrap .product-action .variations {
    height: 100%;
    visibility: visible;
    opacity: 1;
    margin-bottom: 15px;
    margin-top: 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%;
  }

  .coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 0;
  }

  .nb_wc-products .product .grid-type-2-wrap .product-action .variations {
    height: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .nb_wc-products .product:hover .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    height: 60px;
  }

  .nb_wc-products .product:hover .grid-type-2-wrap .product-action .variations {
    height: 100%;
    visibility: visible;
    opacity: 1;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .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 {
    text-align: right;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 33.33333%;
  }

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

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td {
    text-align: left;
  }

  .products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 0;
  }

  .products .product .grid-type-2-wrap .product-action .variations {
    height: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .products .product:hover .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    height: 60px;
  }

  .products .product:hover .grid-type-2-wrap .product-action .variations {
    height: 100%;
    visibility: visible;
    opacity: 1;
    margin-bottom: 15px;
    margin-top: 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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    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%;
  }

  .site-content {
    min-height: 500px;
  }

  .site-header.left-inline.site-header-customize .middle-section-wrap .menu-section a {
    color: #fff !important;
  }

  .site-header.left-inline.site-header-customize .middle-section-wrap .menu-section a:hover {
    color: #c6633d !important;
  }

  .site-header.left-inline.site-header-customize .middle-section-wrap .menu-section .sub-menu {
    border: 2px solid #ccc;
    background-color: transparent;
  }

  .site-header.left-inline.site-header-customize .middle-section-wrap .widget {
    border: 2px solid #fff !important;
  }

  .icon-header-wrap {
    padding-left: 15px;
  }

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

  .page .page-left-sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .uvc-heading {
    margin-bottom: 40px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 70px;
    font-size: 7rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.2px;
    font-size: 1.12rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 30px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 19px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 19px;
  }

  .nbt-brands .aio-icon {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content-search > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-search > article .entry-image {
    margin-bottom: 45px !important;
  }

  .single-blog .entry-author .author-meta {
    -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-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.95em;
  }

  .site-footer .footer-top-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 18px;
  }

  .site-footer .widget.widget_nav_menu.menu-hoz ul > li {
    padding: 0px 15px;
  }

  .footer-abs-section .footer-abs-left,
  .footer-abs-section .footer-abs-right {
    -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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    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%;
  }

  .site-content {
    min-height: 500px;
  }

  .site-header.left-inline.site-header-customize .middle-section-wrap .menu-section a {
    color: #fff !important;
  }

  .site-header.left-inline.site-header-customize .middle-section-wrap .menu-section a:hover {
    color: #c6633d !important;
  }

  .site-header.left-inline.site-header-customize .middle-section-wrap .menu-section .sub-menu {
    border: 2px solid #ccc;
    background-color: transparent;
  }

  .site-header.left-inline.site-header-customize .middle-section-wrap .widget {
    border: 2px solid #fff !important;
  }

  .icon-header-wrap {
    padding-left: 15px;
  }

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

  .page .page-left-sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .uvc-heading {
    margin-bottom: 40px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 70px;
    font-size: 7rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.2px;
    font-size: 1.12rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 30px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 19px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 19px;
  }

  .nbt-brands .aio-icon {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content-search > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-search > article .entry-image {
    margin-bottom: 45px !important;
  }

  .single-blog .entry-author .author-meta {
    -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-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.95em;
  }

  .site-footer .footer-top-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 18px;
  }

  .site-footer .widget.widget_nav_menu.menu-hoz ul > li {
    padding: 0px 15px;
  }

  .footer-abs-section .footer-abs-left,
  .footer-abs-section .footer-abs-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.related-4-columns .related .product {
    width: 25%;
  }

  .shop-main.related-4-columns .related .swiper-pagination {
    display: none;
  }

  .shop-main.upsells-4-columns .upsells .product {
    width: 25%;
  }

  .shop-main.grid-reviews #reviews #comments .commentlist .comment {
    -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_table .cart_item td.product-remove {
    width: 1%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .cross-sells.row-3-products .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 25%;
  }

  .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-navigation .woocommerce-MyAccount-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .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 {
    border-left: 1px solid #ebebeb;
  }

  .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%;
  }

  .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%;
  }

  .coffee_about .about_1_right .wpb_single_image figure .vc_single_image-wrapper:before {
    content: '';
    position: absolute;
    border: 3px solid rgba(198, 99, 61, 0.3);
    top: -60px;
    left: -60px;
    right: 60px;
    bottom: 60px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item {
    padding: 0 40px;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item:nth-child(3n+1) {
    padding-left: 20px;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item:nth-child(3n) {
    padding-right: 20px;
  }

  .coffee_opentime_1 .opentime_right > .vc_column-inner {
    padding-left: 45px;
  }

  .coffee_feature_1 {
    padding-top: 130px;
    padding-bottom: 180px;
  }

  .coffee-faq {
    padding-top: 15px;
  }

  .coffee-faq2 {
    padding-top: 15px;
  }

  .coffee-faq2 .coffee-faq-ss2 .faq-form input[type="submit"] {
    display: inline-block;
    margin-top: 10px;
  }

  .shop-main.related-4-columns .related .product {
    width: 25%;
  }

  .shop-main.related-4-columns .related .swiper-pagination {
    display: none;
  }

  .shop-main.upsells-4-columns .upsells .product {
    width: 25%;
  }

  .shop-main.grid-reviews #reviews #comments .commentlist .comment {
    -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_table .cart_item td.product-remove {
    width: 1%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .cross-sells.row-3-products .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 25%;
  }

  .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-navigation .woocommerce-MyAccount-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .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 {
    border-left: 1px solid #ebebeb;
  }

  .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%;
  }
}

@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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    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%;
  }

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

  .vc_blog_date .vc_post_date-day {
    font-size: 90px;
    font-size: 9rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.25px;
    font-size: 1.125rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 35px;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 1em;
  }

  .site-footer .footer-top-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 19px;
  }

  .site-footer .footer-bot-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .site-footer .footer-bot-section > .container > .row > .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .widget.widget_nav_menu.menu-hoz ul > li {
    padding: 0px 20px;
  }

  .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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    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%;
  }

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

  .vc_blog_date .vc_post_date-day {
    font-size: 90px;
    font-size: 9rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.25px;
    font-size: 1.125rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 35px;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 1em;
  }

  .site-footer .footer-top-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 19px;
  }

  .site-footer .footer-bot-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .site-footer .footer-bot-section > .container > .row > .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .widget.widget_nav_menu.menu-hoz ul > li {
    padding: 0px 20px;
  }

  .cross-sells.row-5-products .product {
    width: 20%;
  }

  .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%;
  }

  .coffee_about .about_1_right .wpb_single_image .wpb_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../../images/demo/about-coffee.png);
    background-repeat: no-repeat;
    background-position: left top;
    left: -278px;
    top: -113px;
    bottom: 0;
    right: 0;
    z-index: 1;
  }

  .cross-sells.row-5-products .product {
    width: 20%;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1310px;
    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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl {
    -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-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-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-xxl-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-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-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-xxl-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-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-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-xxl-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-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-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-xxl-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-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.33333%;
  }

  .pull-xxl-2 {
    right: 16.66667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.33333%;
  }

  .pull-xxl-5 {
    right: 41.66667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.33333%;
  }

  .pull-xxl-8 {
    right: 66.66667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.33333%;
  }

  .pull-xxl-11 {
    right: 91.66667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.33333%;
  }

  .push-xxl-2 {
    left: 16.66667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.33333%;
  }

  .push-xxl-5 {
    left: 41.66667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.33333%;
  }

  .push-xxl-8 {
    left: 66.66667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.33333%;
  }

  .push-xxl-11 {
    left: 91.66667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .container {
    width: 1310px;
    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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl {
    -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-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-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-xxl-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-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-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-xxl-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-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-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-xxl-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-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-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-xxl-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-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.33333%;
  }

  .pull-xxl-2 {
    right: 16.66667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.33333%;
  }

  .pull-xxl-5 {
    right: 41.66667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.33333%;
  }

  .pull-xxl-8 {
    right: 66.66667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.33333%;
  }

  .pull-xxl-11 {
    right: 91.66667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.33333%;
  }

  .push-xxl-2 {
    left: 16.66667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.33333%;
  }

  .push-xxl-5 {
    left: 41.66667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.33333%;
  }

  .push-xxl-8 {
    left: 66.66667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.33333%;
  }

  .push-xxl-11 {
    left: 91.66667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .coffee_testimonials_1 > .wpb_column:before {
    content: url(../../images/demo/testimonial_pack.png);
    display: block;
    position: absolute;
    right: -110px;
    top: -125px;
    z-index: 999;
  }

  .coffee_testimonials_1 > .wpb_column:after {
    content: url(../../images/demo/testimonial_coffee.png);
    display: block;
    position: absolute;
    left: -95px;
    bottom: -50px;
    z-index: 999;
  }
}

@media (min-width: 1600px) {
  .coffee_ourmenu_1 {
    margin-top: 75px;
    margin-bottom: 195px;
  }

  .coffee_ourmenu_1 .wpb_column .wpb_wrapper {
    padding-top: 65px;
    padding-bottom: 20px;
  }

  .coffee_ourmenu_1 .wpb_column .wpb_wrapper:before {
    content: url(../../images/demo/menu_cappuccino.png);
    display: block;
    position: absolute;
    left: -110px;
    top: 0px;
  }

  .coffee_ourmenu_1 .wpb_column .wpb_wrapper:after {
    content: url(../../images/demo/menu_cookie.png);
    position: absolute;
    bottom: -155px;
    right: 0;
    z-index: 9999;
  }

  .page_menu .coffee_ourmenu_1 {
    margin-bottom: 115px;
  }
}

@media (max-width: 1599px) {
  .coffee_ourmenu_1 .vc_tta-container {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

  .coffee_service_1 .coffee_heading {
    margin-bottom: 40px;
  }

  .coffee_service_1 .service_tab {
    padding-top: 100px;
  }

  .coffee_service_1 .service_tab:before {
    right: 5%;
  }

  .coffee_opentime_1 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

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

  .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) {
  .shop-sidebar {
    padding-top: 35px;
  }

  #primary + #secondary {
    margin-top: 90px;
  }

  .top-section-wrap .header-top-left .textwidget > ul > li:not(:last-child):after {
    content: '';
  }

  .top-section-wrap .header-top-right .nbt_simplelogin > ul > li:not(:last-child):after {
    content: '';
  }

  .tp-bullets.custom.horizontal .tp-bullet {
    width: 25px;
  }

  .tp-bullets.custom.vertical .tp-bullet {
    height: 25px;
  }

  .site-footer .footer-bot-section.layout-9 .nbt-connectus label {
    display: block;
  }

  .site-footer .footer-abs-section .footer-abs-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-footer .footer-abs-section .footer-abs-left {
    text-align: center;
  }

  .footer-top-section .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-top-section .col-6 .footer-top-left {
    display: block;
  }

  .footer-top-section .col-6 .footer-top-left .widget-title {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-top-section .col-6 .footer-top-left .textwidget {
    margin-bottom: 10px;
  }

  .footer-top-section .col-6 .footer-top-right .uavc-icons {
    text-align: center;
  }

  .shop-sidebar {
    padding-top: 35px;
  }

  #primary + #secondary {
    margin-top: 90px;
  }

  .top-section-wrap .header-top-left .textwidget > ul > li:not(:last-child):after {
    content: '';
  }

  .top-section-wrap .header-top-right .nbt_simplelogin > ul > li:not(:last-child):after {
    content: '';
  }

  .tp-bullets.custom.horizontal .tp-bullet {
    width: 25px;
  }

  .tp-bullets.custom.vertical .tp-bullet {
    height: 25px;
  }

  .site-footer .footer-bot-section.layout-9 .nbt-connectus label {
    display: block;
  }

  .site-footer .footer-abs-section .footer-abs-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-footer .footer-abs-section .footer-abs-left {
    text-align: center;
  }

  .footer-top-section .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-top-section .col-6 .footer-top-left {
    display: block;
  }

  .footer-top-section .col-6 .footer-top-left .widget-title {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-top-section .col-6 .footer-top-left .textwidget {
    margin-bottom: 10px;
  }

  .footer-top-section .col-6 .footer-top-right .uavc-icons {
    text-align: center;
  }

  .single-product-wrap .entry-summary {
    width: 100%;
  }

  .cart-left-section {
    margin-bottom: 45px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    text-align: center;
    margin-bottom: 25px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
    margin-left: -15px;
    margin-right: -15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: inline-block;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child):after {
    display: inline-block;
    content: '|';
    padding-left: 7px;
    padding-right: 7px;
    color: #ccc;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
    left: 15px;
  }

  .custom-login-wrap.has-register-form .custom-login {
    margin-bottom: 45px;
  }

  .coffee_revoslider {
    padding-bottom: 0;
  }

  .coffee_about {
    padding-top: 45px;
  }

  .coffee_about .about_1_right .wpb_single_image figure .vc_single_image-wrapper:before {
    content: '';
    position: absolute;
    border: 3px solid rgba(198, 99, 61, 0.3);
    top: -15px;
    left: -15px;
    right: 30px;
    bottom: 30px;
  }

  .coffee_about .about_1_right .wpb_single_image figure .vc_single_image-wrapper img {
    padding-top: 20px;
    padding-left: 20px;
  }

  .coffee_service_1 .service_tab:before {
    right: 0%;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-tabs-container ul {
    margin-right: 30px;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-tabs-container ul li a {
    padding-right: 30px !important;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body .tab_img {
    margin-top: 0;
  }

  .coffee_ourmenu_1 {
    margin-top: 25px;
    margin-bottom: 45px;
  }

  .coffee_guide_1 .column_guide .uvc-heading {
    margin-bottom: 45px;
  }

  .coffee_guide_1 .column_guide {
    margin-top: 70px;
    margin-bottom: 100px;
  }

  .coffee_testimonials_1 {
    padding-top: 10px;
  }

  .coffee_testimonials_1 > .wpb_column {
    margin-bottom: 0;
    border: 0 none;
  }

  .coffee_opentime_1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner > .wpb_wrapper .uvc-heading {
    text-align: center !important;
  }

  .coffee_opentime_1 .opentime_right .uvc-heading {
    text-align: center !important;
  }

  .coffee_product_1 {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .coffee_feature_1 .wpb_column {
    margin: 15px 0;
  }

  .coffee_blog_1 {
    padding-top: 10px;
  }

  .coffee-faq .coffee-faq-ss2 {
    padding-top: 30px;
  }

  .coffee-faq .coffee-faq-ss2 .coffee-faq-form .uvc-heading {
    margin-bottom: 20px;
  }

  .coffee-faq .coffee-faq-ss2 .coffee-faq-form .wpb_text_column {
    margin-bottom: 20px;
  }

  .coffee-faq2 .coffee-faq-ss2 {
    padding-bottom: 15px;
  }

  .coffee-faq2 .coffee-faq-ss1 {
    margin-bottom: 30px;
  }

  .faq-page-colum1 .site-footer {
    margin-top: 25px;
  }

  .faq-page-colum1 .nb-page-title-wrap {
    margin-bottom: 30px;
  }

  .faq-page-colum2 .site-footer {
    margin-top: 10px;
  }

  .faq-page-colum2 .nb-page-title-wrap {
    margin-bottom: 45px;
  }

  .gallery-1 .site-footer,
  .gallery-2 .site-footer,
  .gallery-3 .site-footer {
    margin-top: 5px;
  }

  .nb_gallery.nb_gallery_masonry {
    padding-top: 0;
  }

  .testimonial-page .nb-page-title-wrap {
    margin-bottom: 30px;
  }

  .testimonial-page .site-footer {
    margin-top: 10px;
  }

  .nbt-about.about-ss1 > .wpb_column > .vc_column-inner {
    padding-bottom: 5px;
  }

  .nbt-about.about-ss1 .upb_row_bg {
    -webkit-background-size: auto auto !important;
    background-size: auto !important;
    background-position: top center;
  }

  .about-ss2 > .wpb_column {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .about-ss3 > .wpb_column {
    padding-top: 15px;
  }

  .about-ss3 > .wpb_column .uvc-heading {
    margin-bottom: 40px;
  }

  .nbt-brands.brands-about {
    padding-top: 0px !important;
    padding-bottom: 30px;
  }

  .about-us-page .nb-page-title-wrap {
    margin-bottom: 30px;
  }

  .about-us-page .coffee_guide_1 .column_guide {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .about-us-page .coffee_about {
    margin-bottom: 45px;
  }

  .about-us-page .about-history {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .single-product-wrap .entry-summary {
    width: 100%;
  }

  .cart-left-section {
    margin-bottom: 45px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    text-align: center;
    margin-bottom: 25px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
    margin-left: -15px;
    margin-right: -15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: inline-block;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child):after {
    display: inline-block;
    content: '|';
    padding-left: 7px;
    padding-right: 7px;
    color: #ccc;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
    left: 15px;
  }

  .custom-login-wrap.has-register-form .custom-login {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .contact-form .vc_custom_heading {
    margin-top: 45px;
  }

  .mfp-search .mfp-content {
    max-width: 420px;
  }

  .wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-title > a::after {
    border: 0 none;
  }

  .ult-overlay .ult_modal.ult-block {
    display: block;
  }

  .tp-bullets.custom.horizontal .tp-bullet {
    width: 20px;
  }

  .tp-bullets.custom.vertical .tp-bullet {
    height: 20px;
  }

  .nb-primary-button {
    display: block;
    width: 100%;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 {
    text-align: center;
  }

  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 .uavc-icons.uavc-icons-right {
    text-align: center;
  }

  .footer-abs-section .footer-abs-left,
  .footer-abs-section .footer-abs-right {
    text-align: center;
  }

  .comment-list ol {
    padding-left: 0;
  }

  .comment-respond .comment-form > p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-form .vc_custom_heading {
    margin-top: 45px;
  }

  .mfp-search .mfp-content {
    max-width: 420px;
  }

  .wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-title > a::after {
    border: 0 none;
  }

  .ult-overlay .ult_modal.ult-block {
    display: block;
  }

  .tp-bullets.custom.horizontal .tp-bullet {
    width: 20px;
  }

  .tp-bullets.custom.vertical .tp-bullet {
    height: 20px;
  }

  .nb-primary-button {
    display: block;
    width: 100%;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 {
    text-align: center;
  }

  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 .uavc-icons.uavc-icons-right {
    text-align: center;
  }

  .footer-abs-section .footer-abs-left,
  .footer-abs-section .footer-abs-right {
    text-align: center;
  }

  .comment-list ol {
    padding-left: 0;
  }

  .comment-respond .comment-form > p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nbt-product.grid-type-wrap .product-image-list,
  .nbt-product.grid-type-wrap2 .product-image-list,
  .nbt-product.grid-type-wrap3 .product-image-list {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  }

  .nb_wc-products .product .grid-type-2-wrap {
    border-color: #c6633d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .nb_wc-products .product .grid-type-2-wrap .product-action .variations {
    margin: 30px 0;
  }

  .single-product-wrap .product-image,
  .single-product-wrap .entry-summary {
    -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-main .related .swiper-pagination {
    margin-top: 30px;
  }

  .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;
    font-weight: bold;
  }

  .shop_table.cart .product-remove {
    padding-left: 15px;
    text-align: center;
  }

  .shop_table.cart .product-price:before,
  .shop_table.cart .product-quantity:before,
  .shop_table.cart .product-subtotal:before {
    content: attr(data-title);
  }

  .shop_table.cart .product-quantity .nb-quantity {
    float: none;
  }

  .shop_table.cart .actions {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cross-sells .flickity-prev-next-button {
    background: transparent;
  }

  .nb-quantity {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-name {
    text-align: center;
    font-weight: bold;
  }

  .products .product .grid-type-2-wrap {
    border-color: #c6633d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .products .product .grid-type-2-wrap .product-action .variations {
    margin: 30px 0;
  }

  .coffee_about .about_1_right {
    padding-top: 30px;
  }

  .coffee_about .about_1_right .wpb_single_image {
    text-align: center;
  }

  .coffee_service_1 .coffee_heading {
    margin-bottom: 20px;
  }

  .coffee_service_1 .service_tab {
    padding-top: 45px;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container {
    margin-bottom: 0;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
    border-bottom: 3px solid #c6633d;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a::after {
    border: 0 none;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
    padding: 15px 0px;
    display: inline-block;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
    padding-top: 25px !important;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .uvc-heading .uvc-main-heading h2 {
    color: #222 !important;
    text-align: center;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .uvc-sub-heading {
    text-align: center;
    color: #888 !important;
  }

  .coffee_service_1 .service_tab .vc_column-inner .vc_tta-container .vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .tab_img {
    margin-top: 25px !important;
  }

  .coffee_service_1 .service_tab:before {
    content: '';
    background-image: none;
  }

  .coffee_service_1 .service_tab .coffee_heading .uvc-sub-heading {
    color: #222 !important;
  }

  .coffee_ourmenu_1 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    padding-bottom: 15px;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text {
    border-bottom: 3px solid #c6633d;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item .vc_gitem_row .vc_col-sm-9 {
    width: 80%;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #2f2f2f !important;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: #ccc !important;
    margin: 0 15px !important;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 0;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text {
    padding: 15px 0;
    display: inline-block;
    color: #c6633d;
  }

  .coffee_ourmenu_1 .wpb_column .wpb_wrapper .vc_tta-container .vc_tta-panel .vc_tta-panel-body {
    border: 0 none;
  }

  .coffee_ourmenu_1 .wpb_column .wpb_wrapper .vc_tta-container .vc_tta-panel .vc_tta-panel-body .vc_grid-container {
    margin-bottom: 0;
  }

  .coffee_guide_1 .column_guide .uvc-heading {
    margin-bottom: 30px;
  }

  .coffee_product_1 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-header {
    margin-bottom: 5px;
  }

  .coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-block .nb-post-content p {
    margin-bottom: 20px;
  }

  .coffee_blog_1 .nb_layout_wp-blog4 .nb_wp_post .nb-post-thumb {
    margin-bottom: 15px;
  }

  .wishlist_table.shop_table tfoot tr td {
    padding-left: 15px;
  }

  .about-us-page .about-history .about-couter .stats-desc .stats-number,
  .about-us-page .about-history .about-couter .stats-desc .mycust {
    font-size: 60px !important;
  }

  .nbt-product.grid-type-wrap .product-image-list,
  .nbt-product.grid-type-wrap2 .product-image-list,
  .nbt-product.grid-type-wrap3 .product-image-list {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  }

  .nb_wc-products .product .grid-type-2-wrap {
    border-color: #c6633d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .nb_wc-products .product .grid-type-2-wrap .product-action .variations {
    margin: 30px 0;
  }

  .single-product-wrap .product-image,
  .single-product-wrap .entry-summary {
    -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-main .related .swiper-pagination {
    margin-top: 30px;
  }

  .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;
    font-weight: bold;
  }

  .shop_table.cart .product-remove {
    padding-left: 15px;
    text-align: center;
  }

  .shop_table.cart .product-price:before,
  .shop_table.cart .product-quantity:before,
  .shop_table.cart .product-subtotal:before {
    content: attr(data-title);
  }

  .shop_table.cart .product-quantity .nb-quantity {
    float: none;
  }

  .shop_table.cart .actions {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cross-sells .flickity-prev-next-button {
    background: transparent;
  }

  .nb-quantity {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-name {
    text-align: center;
    font-weight: bold;
  }

  .products .product .grid-type-2-wrap {
    border-color: #c6633d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .products .product .grid-type-2-wrap .product-action .variations {
    margin: 30px 0;
  }
}

@media (max-width: 575px) {
  .about_page .vc_row.about-history .img-history {
    display: none;
  }

  .mfp-search .mfp-content {
    max-width: 90%;
    width: 420px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .top-section-wrap .header-top-left .textwidget .english > span {
    display: none;
  }

  .top-section-wrap .header-top-left .textwidget .english img {
    padding-right: 0;
  }

  .top-section-wrap .header-top-right .nbt_simplelogin .simplemodal-register span {
    display: none;
  }

  .top-section-wrap .header-top-right .nbt_simplelogin .simplemodal-login span {
    display: none;
  }

  .top-section-wrap .header-top-right .nbt_simplelogin .logged-in span {
    display: none;
  }

  .top-section-wrap .header-top-right .nbt_simplelogin > ul > li > a:before {
    padding-right: 0;
  }

  .top-section-wrap .top-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-section .flex-section .socials-section {
    display: none;
  }

  .fs-hidden-xs {
    display: none;
  }

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

  .uavc-icons .aio-icon.circle {
    margin-right: 5px !important;
  }

  .blog .classic .post .entry-meta > span,
  .blog .classic .post .comments-link > span,
  .content-search > article .entry-meta > span,
  .content-search > article .comments-link > span {
    margin-right: 9px;
  }

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

  .blog .blog1 .post:first-of-type .entry-text .entry-summary {
    text-align: left;
  }

  .blog .blog1 .post .entry-info {
    margin-left: -11px;
  }

  .nb-social-icons .nb-share-txt {
    display: none;
  }

  .nb-social-icons > a {
    margin: 3px;
  }

  .footer-top-section .footer-top-right .uavc-icons .aio-icon.circle {
    margin-right: 5px !important;
  }

  .footer-top-section .separator {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin: 0 auto;
  }

  .footer-top-section .col-left .uavc-list .uavc-list-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-top-section .col-left {
    margin-bottom: 15px;
  }

  .comment-respond .comment-form > p label {
    display: block;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    display: block;
    width: 100%;
  }

  .about_page .vc_row.about-history .img-history {
    display: none;
  }

  .mfp-search .mfp-content {
    max-width: 90%;
    width: 420px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .top-section-wrap .header-top-left .textwidget .english > span {
    display: none;
  }

  .top-section-wrap .header-top-left .textwidget .english img {
    padding-right: 0;
  }

  .top-section-wrap .header-top-right .nbt_simplelogin .simplemodal-register span {
    display: none;
  }

  .top-section-wrap .header-top-right .nbt_simplelogin .simplemodal-login span {
    display: none;
  }

  .top-section-wrap .header-top-right .nbt_simplelogin .logged-in span {
    display: none;
  }

  .top-section-wrap .header-top-right .nbt_simplelogin > ul > li > a:before {
    padding-right: 0;
  }

  .top-section-wrap .top-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-section .flex-section .socials-section {
    display: none;
  }

  .fs-hidden-xs {
    display: none;
  }

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

  .uavc-icons .aio-icon.circle {
    margin-right: 5px !important;
  }

  .blog .classic .post .entry-meta > span,
  .blog .classic .post .comments-link > span,
  .content-search > article .entry-meta > span,
  .content-search > article .comments-link > span {
    margin-right: 9px;
  }

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

  .blog .blog1 .post:first-of-type .entry-text .entry-summary {
    text-align: left;
  }

  .blog .blog1 .post .entry-info {
    margin-left: -11px;
  }

  .nb-social-icons .nb-share-txt {
    display: none;
  }

  .nb-social-icons > a {
    margin: 3px;
  }

  .footer-top-section .footer-top-right .uavc-icons .aio-icon.circle {
    margin-right: 5px !important;
  }

  .footer-top-section .separator {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin: 0 auto;
  }

  .footer-top-section .col-left .uavc-list .uavc-list-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-top-section .col-left {
    margin-bottom: 15px;
  }

  .comment-respond .comment-form > p label {
    display: block;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    display: block;
    width: 100%;
  }

  .product .onsale {
    display: none;
  }

  .single-product-wrap .entry-summary .entry-summary-i {
    padding: 20px 15px;
  }

  .single-product-wrap .nb-quantity {
    margin-right: 10px;
  }

  .single-product-wrap .single_add_to_cart_button {
    margin-right: 10px;
  }

  .single-product-wrap .yith-wcwl-add-to-wishlist {
    display: block;
  }

  .wc-tabs > li {
    font-size: 14px;
    margin-right: 7px;
  }

  .wc-tabs > li a {
    font-weight: 600;
  }

  .coupon input[name="coupon_code"] {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .woocommerce-form-login .form-row label,
  .woocommerce-form-register .form-row label,
  .woocommerce-ResetPassword .form-row label,
  .woocommerce-address-fields .form-row label {
    margin-bottom: 10px;
  }

  .woocommerce-form-login .form-row input.button,
  .woocommerce-form-register .form-row input.button,
  .woocommerce-ResetPassword .form-row input.button,
  .woocommerce-address-fields .form-row input.button {
    margin-bottom: 15px;
  }

  .woocommerce-form-login .form-row.form-row-submit,
  .woocommerce-form-register .form-row.form-row-submit,
  .woocommerce-ResetPassword .form-row.form-row-submit,
  .woocommerce-address-fields .form-row.form-row-submit {
    text-align: right;
  }

  .woocommerce-form-login input.button,
  .woocommerce-form-register input.button,
  .woocommerce-ResetPassword input.button,
  .woocommerce-address-fields input.button {
    margin-bottom: 15px;
  }

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

  .coffee_service_1 .service_tab {
    padding-top: 20px;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner > .wpb_wrapper {
    padding: 30px 15px 15px 15px;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-4 .wpb_text_column {
    margin-bottom: 0;
  }

  .coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .coffee_opentime_1 .opentime_right .nb_opentable_widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
    display: block;
    max-width: 300px;
    margin: 0 auto !important;
  }

  .coffee_feature_1 {
    padding-top: 75px;
    padding-bottom: 100px;
  }

  .coffee_feature_1 .wpb_column {
    width: 100%;
  }

  .about-us-page .coffee_about {
    margin-bottom: 30px;
  }

  .about-us-page .about-history .about-couter > .wpb_column {
    width: 100%;
  }

  .product .onsale {
    display: none;
  }

  .single-product-wrap .entry-summary .entry-summary-i {
    padding: 20px 15px;
  }

  .single-product-wrap .nb-quantity {
    margin-right: 10px;
  }

  .single-product-wrap .single_add_to_cart_button {
    margin-right: 10px;
  }

  .single-product-wrap .yith-wcwl-add-to-wishlist {
    display: block;
  }

  .wc-tabs > li {
    font-size: 14px;
    margin-right: 7px;
  }

  .wc-tabs > li a {
    font-weight: 600;
  }

  .coupon input[name="coupon_code"] {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .woocommerce-form-login .form-row label,
  .woocommerce-form-register .form-row label,
  .woocommerce-ResetPassword .form-row label,
  .woocommerce-address-fields .form-row label {
    margin-bottom: 10px;
  }

  .woocommerce-form-login .form-row input.button,
  .woocommerce-form-register .form-row input.button,
  .woocommerce-ResetPassword .form-row input.button,
  .woocommerce-address-fields .form-row input.button {
    margin-bottom: 15px;
  }

  .woocommerce-form-login .form-row.form-row-submit,
  .woocommerce-form-register .form-row.form-row-submit,
  .woocommerce-ResetPassword .form-row.form-row-submit,
  .woocommerce-address-fields .form-row.form-row-submit {
    text-align: right;
  }

  .woocommerce-form-login input.button,
  .woocommerce-form-register input.button,
  .woocommerce-ResetPassword input.button,
  .woocommerce-address-fields input.button {
    margin-bottom: 15px;
  }
}

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

  #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 (max-width: 430px) {
  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row {
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-4 .wpb_text_column .wpb_wrapper {
    padding-top: 0;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem-row-position-middle {
    margin-bottom: 15px;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .wpb_text_column .aio-icon-component {
    margin-bottom: 0;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .wpb_text_column .aio-icon-component .aio-icon-header .aio-icon-title {
    font-size: 14px;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .wpb_text_column .aio-icon-component .aio-icon-default .aio-icon {
    font-size: 14px !important;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-zone-c .wpb_text_column .aio-icon-component .aio-icon-box {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 425px) {
  .coffee_about .about_1_right {
    display: none;
  }
}

@media (max-width: 424px) {
  .contact-form .uavc-list .uavc-list-content .uavc-list-icon {
    margin-right: 15px !important;
    padding: 10px;
  }

  .contact-form .uavc-list .uavc-list-content .uavc-list-icon {
    margin-right: 15px !important;
    padding: 10px;
  }
}

@media (max-width: 400px) {
  .about-ss3 > .wpb_column .team-member .wpb_column {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    margin-left: -7px;
    margin-right: -7px;
  }

  .nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button {
    padding-right: 35px;
    padding-left: 10px;
  }

  .products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    margin-left: -7px;
    margin-right: -7px;
  }

  .products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button {
    padding-right: 35px;
    padding-left: 10px;
  }

  .coffee_opentime_1 .opentime_left > .vc_column-inner .vc_grid-container-wrapper .vc_grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-8 {
    padding-right: 30px;
  }

  .nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    margin-left: -7px;
    margin-right: -7px;
  }

  .nb_wc-products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button {
    padding-right: 35px;
    padding-left: 10px;
  }

  .products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button {
    margin-left: -7px;
    margin-right: -7px;
  }

  .products .product .grid-type-2-wrap .product-action .single_variation_wrap .variations_button .single_add_to_cart_button {
    padding-right: 35px;
    padding-left: 10px;
  }
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .nb_wc-products .variations_button {
    margin-left: -10px;
    margin-right: -10px;
  }

  .nb_wc-products .variations_button .nb-quantity {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .nb_wc-products .variations_button .single_add_to_cart_button {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .products .variations_button {
    margin-left: -10px;
    margin-right: -10px;
  }

  .products .variations_button .nb-quantity {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .products .variations_button .single_add_to_cart_button {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 20px !important;
    padding-right: 35px !important;
  }

  .nb_wc-products .variations_button {
    margin-left: -10px;
    margin-right: -10px;
  }

  .nb_wc-products .variations_button .nb-quantity {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .nb_wc-products .variations_button .single_add_to_cart_button {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .products .variations_button {
    margin-left: -10px;
    margin-right: -10px;
  }

  .products .variations_button .nb-quantity {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .products .variations_button .single_add_to_cart_button {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 20px !important;
    padding-right: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .coupon .nb-wide-button,
  .cart_totals .nb-wide-button {
    float: right;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .coffee_ourmenu_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_grid-container .vc_grid .vc_grid-item {
    width: 50%;
  }

  .coupon .nb-wide-button,
  .cart_totals .nb-wide-button {
    float: right;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1439px) and (min-width: 768px) {
  .coffee_service_1 .service_tab {
    padding-bottom: 75px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tp-bullets.custom.vertical {
    margin-left: -20px;
  }

  .tp-bullets.custom.vertical {
    margin-left: -20px;
  }
}