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

.dokan-store .shop-main {
  margin-bottom: 55px;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap {
  margin-bottom: 70px;
  padding-left: 15px;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li {
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  -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);
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li span,
#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 33px;
  width: 33px;
  overflow: hidden;
  border: none;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .current {
  color: #fff;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li a:hover {
  background-color: #fff;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .next,
#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .prev {
  color: transparent !important;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .next:after,
#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .prev:after {
  font-family: "fontello";
  position: absolute;
  color: #333;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .next:after {
  content: "\e805";
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .prev:after {
  content: "\e806";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dokan-store .shop-main {
  margin-bottom: 55px;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap {
  margin-bottom: 70px;
  padding-left: 15px;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li {
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  -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);
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li span,
#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 33px;
  width: 33px;
  overflow: hidden;
  border: none;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .current {
  color: #fff;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li a:hover {
  background-color: #fff;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .next,
#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .prev {
  color: transparent !important;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .next:after,
#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .prev:after {
  font-family: "fontello";
  position: absolute;
  color: #333;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .next:after {
  content: "\e805";
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .prev:after {
  content: "\e806";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

/*# Headings*/

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

/*# Copy*/

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

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

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

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

/*Custom Layout*/

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

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

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

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

.header_nomargin .site-header {
  margin-bottom: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
}

.teepro-load-more,
.teepro-load-more-scroll {
  padding: 10px 15px;
  color: #fff !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.teepro-load-more:hover,
.teepro-load-more-scroll:hover {
  cursor: pointer;
}

.teepro-load-more-scroll {
  display: none;
}

.icon-spin6 {
  display: none;
}

.icon-spin6:before {
  content: "\e839";
  margin-left: 10px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

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

.footer_nomargin .site-header {
  margin-top: 0 !important;
}

.image_banner_pages {
  margin-bottom: 90px;
}

.image_banner_pages .container {
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  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;
}

.image_banner_pages .container .text_banner_bottom_section {
  padding: 30px 15px;
  text-align: center;
}

.image_banner_pages .container .text_banner_bottom_section .custom_link {
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.image_banner_pages .container .text_banner_bottom_section .custom_link::after {
  content: '\f101';
  font-family: 'fontello';
  margin-left: 10px;
}

.image_banner_pages .container .text_banner_bottom_section .text_top {
  font-size: 36px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}

.image_banner_pages .container .text_banner_bottom_section .text_top p {
  margin-bottom: 0;
  display: inline-block;
}

.image_banner_pages .container .text_banner_bottom_section .text_top p.heart::after {
  content: '\a901';
  font-family: 'fontello';
  color: #b50428;
  margin: 0 25px;
}

.image_banner_pages .container .text_banner_bottom_section .text_middle {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
}

.woocommerce-mini-cart__empty-message {
  color: #444;
}

#yith-wcwl-form .product-remove .remove_from_wishlist {
  font-size: 30px;
}

#yith-wcwl-form .product-price {
  text-align: center;
}

#yith-wcwl-form .product-stock-status {
  text-align: center;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.woocommerce-mini-cart__buttons > a.button {
  margin: 0 5px;
}

.related-product .relate_content .price .sale {
  color: #999;
}

.widget_nb_related_products_widget .related-product a img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.text_signature {
  font-weight: 500;
}

.icon-speech-bubble::before {
  content: '\e91e';
  font-family: 'fontello';
}

.widget_pages li.page_item_has_children > a {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: block;
}

.nbt-brands-slider ul.nbt-brands-carousel li .nbt-bc-thumb {
  border: 1px solid #ccc;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input.bt-5 {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}

#nbt-alert {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 10px;
}

.tax-product_brand .shop-main {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

/*3.1 Lists*/

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

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

button {
  outline: 0;
}

/*3.2 Tables*/

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

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

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

body {
  overflow-x: hidden;
}

.html-loading {
  overflow: hidden;
  height: 100vh;
}

.loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999999;
  margin-top: 0px;
  top: 0px;
}

.loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.loading #loading-center #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

.loading #loading-center #loading-center-absolute #object {
  width: 80px;
  height: 80px;
  -webkit-animation: animate1 1s infinite ease-in-out;
  animation: animate1 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

.loading.demo2 #loading-center #loading-center-absolute {
  margin-top: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loading.demo2 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 65px;
  top: 65px;
}

.loading.demo2 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: object_five 2s infinite;
  animation: object_five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: object_six 2s infinite;
  animation: object_six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: object_seven 2s infinite;
  animation: object_seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: object_eight 2s infinite;
  animation: object_eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.loading.demo2 #loading-center #loading-center-absolute .object#object_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: object_big 2s infinite;
  animation: object_big 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo3 #loading-center #loading-center-absolute .object {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: auto;
  margin-left: auto;
  border: 4px solid;
  background-color: transparent;
  left: 73px;
  top: 73px;
  position: absolute;
}

.loading.demo3 #loading-center #loading-center-absolute .object#first_object {
  -webkit-animation: first_object_animate 1s infinite ease-in-out;
  animation: first_object_animate 1s infinite ease-in-out;
}

.loading.demo3 #loading-center #loading-center-absolute .object#second_object {
  -webkit-animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
  animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
}

.loading.demo3 #loading-center #loading-center-absolute .object#third_object {
  -webkit-animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
  animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
}

.loading.demo4 #loading-center #loading-center-absolute {
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}

.loading.demo4 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}

.loading.demo4 #loading-center #loading-center-absolute .object:nth-child(3n+0) {
  margin-right: 0px;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: animate4 1s -0.9s ease-in-out infinite;
  animation: animate4 1s -0.9s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: animate4 1s -0.8s ease-in-out infinite;
  animation: animate4 1s -0.8s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: animate4 1s -0.7s ease-in-out infinite;
  animation: animate4 1s -0.7s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: animate4 1s -0.6s ease-in-out infinite;
  animation: animate4 1s -0.6s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: animate4 1s -0.5s ease-in-out infinite;
  animation: animate4 1s -0.5s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: animate4 1s -0.4s ease-in-out infinite;
  animation: animate4 1s -0.4s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: animate4 1s -0.3s ease-in-out infinite;
  animation: animate4 1s -0.3s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: animate4 1s -0.2s ease-in-out infinite;
  animation: animate4 1s -0.2s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_nine {
  -webkit-animation: animate4 1s -0.1s ease-in-out infinite;
  animation: animate4 1s -0.1s ease-in-out infinite;
}

.loading.demo5 #loading-center #loading-center-absolute {
  height: 118px;
  width: 72px;
  margin-top: -59px;
  margin-left: -36px;
}

.loading.demo5 #loading-center #loading-center-absolute .object {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}

.loading.demo5 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_5 1s infinite;
  animation: object_one_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_5 1s infinite;
  animation: object_two_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_5 1s infinite;
  animation: object_three_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_5 1s infinite;
  animation: object_four_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: object_five_5 1s infinite;
  animation: object_five_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: object_six_5 1s infinite;
  animation: object_six_5 1s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute {
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.loading.demo6 #loading-center #loading-center-absolute .object {
  width: 25px;
  height: 25px;
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}

.loading.demo6 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_6 2s infinite;
  animation: object_one_6 2s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_6 2s infinite;
  animation: object_two_6 2s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_6 2s infinite;
  animation: object_three_6 2s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_6 2s infinite;
  animation: object_four_6 2s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute {
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object {
  width: 25px;
  height: 25px;
  float: left;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_7 1.5s infinite;
  animation: object_one_7 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_7 1.5s infinite;
  animation: object_two_7 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_7 1.5s infinite;
  animation: object_three_7 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_7 1.5s infinite;
  animation: object_four_7 1.5s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute {
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loading.demo8 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  margin-right: 110px;
  float: left;
  margin-bottom: 110px;
}

.loading.demo8 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_8 2s infinite;
  animation: object_one_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_8 2s infinite;
  animation: object_two_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_8 2s infinite;
  animation: object_three_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_8 2s infinite;
  animation: object_four_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_big {
  -webkit-animation: object_big_8 0.5s infinite;
  animation: object_big_8 0.5s infinite;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
}

.loading.demo9 #loading-center #loading-center-absolute-one {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 300px;
  width: 50px;
  margin-top: -150px;
  margin-left: -25px;
}

.loading.demo9 #loading-center #loading-center-absolute-two {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 300px;
  width: 50px;
  margin-top: -150px;
  margin-left: 50px;
}

.loading.demo9 #loading-center .object-one {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: object-one 1s infinite;
  animation: object-one 1s infinite;
}

.loading.demo9 #loading-center .object-one:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading.demo9 #loading-center .object-one:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo9 #loading-center .object-one:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading.demo9 #loading-center .object-one:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading.demo9 #loading-center .object-one:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo9 #loading-center .object-two {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: object-two 1s infinite;
  animation: object-two 1s infinite;
}

.loading.demo9 #loading-center .object-two:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.loading.demo9 #loading-center .object-two:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading.demo9 #loading-center .object-two:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.loading.demo9 #loading-center .object-two:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading.demo9 #loading-center .object-two:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo9 #loading-center .object-two:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading.demo9 #loading-center .object-two:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading.demo9 #loading-center .object-two:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo10 #loading-center #loading-center-absolute {
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.loading.demo10 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.loading.demo10 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_10 1.5s infinite;
  animation: object_one_10 1.5s infinite;
}

.loading.demo10 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_10 1.5s infinite;
  animation: object_two_10 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.loading.demo10 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_10 1.5s infinite;
  animation: object_three_10 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo11 #loading-center #loading-center-absolute {
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loading.demo11 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 65px;
  top: 65px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.loading.demo11 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_11 2s infinite;
  animation: object_one_11 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_11 2s infinite;
  animation: object_two_11 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_11 2s infinite;
  animation: object_three_11 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_11 2s infinite;
  animation: object_four_11 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: object_five_11 2s infinite;
  animation: object_five_11 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: object_six_11 2s infinite;
  animation: object_six_11 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: object_seven_11 2s infinite;
  animation: object_seven_11 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: object_eight_11 2s infinite;
  animation: object_eight_11 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: object_big_11 2s infinite;
  animation: object_big_11 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo12 #loading-center #loading-center-absolute {
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute-12 1s infinite;
  animation: loading-center-absolute-12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  float: left;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.loading.demo12 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_12 1s infinite;
  animation: object_one_12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_12 1s infinite;
  animation: object_two_12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_12 1s infinite;
  animation: object_three_12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_12 1s infinite;
  animation: object_four_12 1s infinite;
}

.loading.demo13 #loading-center #loading-center-absolute {
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}

.loading.demo13 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.loading.demo13 #loading-center #loading-center-absolute .object:nth-child(3n+0) {
  margin-right: 0px;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: animate_13 1s -0.9s ease-in-out infinite;
  animation: animate_13 1s -0.9s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: animate_13 1s -0.8s ease-in-out infinite;
  animation: animate_13 1s -0.8s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: animate_13 1s -0.7s ease-in-out infinite;
  animation: animate_13 1s -0.7s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: animate_13 1s -0.6s ease-in-out infinite;
  animation: animate_13 1s -0.6s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: animate_13 1s -0.5s ease-in-out infinite;
  animation: animate_13 1s -0.5s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: animate_13 1s -0.4s ease-in-out infinite;
  animation: animate_13 1s -0.4s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: animate_13 1s -0.3s ease-in-out infinite;
  animation: animate_13 1s -0.3s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: animate_13 1s -0.2s ease-in-out infinite;
  animation: animate_13 1s -0.2s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_nine {
  -webkit-animation: animate_13 1s -0.1s ease-in-out infinite;
  animation: animate_13 1s -0.1s ease-in-out infinite;
}

.loading.demo14 #loading-center #loading-center-absolute .object {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-left: 5px solid;
  border-right: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  -webkit-animation: animate_14 2s infinite;
  animation: animate_14 2s infinite;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading.demo15 #loading-center #loading-center-absolute {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.loading.demo15 #loading-center #loading-center-absolute .object {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 5px solid transparent;
  background-color: transparent;
  -webkit-animation: animate_15 2s infinite;
  animation: animate_15 2s infinite;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#page-loading .loading {
  z-index: 10;
  display: block !important;
  position: static;
  height: 300px;
}

/*demo1*/

@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes animate1 {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

/*demo2*/

@-webkit-keyframes object_big {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes object_big {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px);
    transform: translate(-65px, -65px);
  }
}

@keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px);
    transform: translate(-65px, -65px);
  }
}

@-webkit-keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
}

@keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
}

@-webkit-keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px);
    transform: translate(65px, -65px);
  }
}

@keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px);
    transform: translate(65px, -65px);
  }
}

@-webkit-keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0);
    transform: translate(65px, 0);
  }
}

@keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0);
    transform: translate(65px, 0);
  }
}

@-webkit-keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px);
    transform: translate(65px, 65px);
  }
}

@keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px);
    transform: translate(65px, 65px);
  }
}

@-webkit-keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px);
    transform: translate(0, 65px);
  }
}

@keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px);
    transform: translate(0, 65px);
  }
}

@-webkit-keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
    transform: translate(-65px, 65px);
  }
}

@keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
    transform: translate(-65px, 65px);
  }
}

@-webkit-keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0);
    transform: translate(-65px, 0);
  }
}

@keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0);
    transform: translate(-65px, 0);
  }
}

/*demo3*/

@-webkit-keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}

@keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}

@-webkit-keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@-webkit-keyframes first_object_animate {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes first_object_animate {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}

@-webkit-keyframes second_object_animate {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
    transform: perspective(200px) rotateX(180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
    transform: perspective(200px) rotateX(180deg) rotateY(180deg);
  }
}

@keyframes second_object_animate {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
    transform: perspective(200px) rotateX(180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
    transform: perspective(200px) rotateX(180deg) rotateY(180deg);
  }
}

@-webkit-keyframes third_object_animate {
  0% {
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes third_object_animate {
  0% {
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
  }
}

/*demo4*/

@-webkit-keyframes animate4 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes animate4 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*demo 5*/

@-webkit-keyframes object_one_5 {
  50% {
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
    transform: translate(-100px, 46px) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_one_5 {
  50% {
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
    transform: translate(-100px, 46px) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_two_5 {
  50% {
    -webkit-transform: translate(100px, 46px) rotate(179deg);
    transform: translate(100px, 46px) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_two_5 {
  50% {
    -webkit-transform: translate(100px, 46px) rotate(179deg);
    transform: translate(100px, 46px) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_three_5 {
  50% {
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
    transform: translate(-100px, 0) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_three_5 {
  50% {
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
    transform: translate(-100px, 0) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_four_5 {
  50% {
    -webkit-transform: translate(100px, 0) rotate(179deg);
    transform: translate(100px, 0) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_four_5 {
  50% {
    -webkit-transform: translate(100px, 0) rotate(179deg);
    transform: translate(100px, 0) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_five_5 {
  50% {
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
    transform: translate(-100px, -46px) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_five_5 {
  50% {
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
    transform: translate(-100px, -46px) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_six_5 {
  50% {
    -webkit-transform: translate(100px, -46px) rotate(179deg);
    transform: translate(100px, -46px) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_six_5 {
  50% {
    -webkit-transform: translate(100px, -46px) rotate(179deg);
    transform: translate(100px, -46px) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*demo 6*/

@-webkit-keyframes object_one_6 {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
    transform: translate(75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }

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

@keyframes object_one_6 {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
    transform: translate(75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }

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

@-webkit-keyframes object_two_6 {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
    transform: translate(-75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }

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

@keyframes object_two_6 {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
    transform: translate(-75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }

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

@-webkit-keyframes object_three_6 {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
    transform: translate(75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }

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

@keyframes object_three_6 {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
    transform: translate(75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }

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

@-webkit-keyframes object_four_6 {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
    transform: translate(-75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }

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

@keyframes object_four_6 {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
    transform: translate(-75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }

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

/*demo 7*/

@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes object_one_7 {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
    transform: translate(0, -50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_one_7 {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
    transform: translate(0, -50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_two_7 {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
    transform: translate(50px, 0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_two_7 {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
    transform: translate(50px, 0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three_7 {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
    transform: translate(-50px, 0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_three_7 {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
    transform: translate(-50px, 0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_four_7 {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
    transform: translate(0, 50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_four_7 {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
    transform: translate(0, 50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

/*demo8*/

@-webkit-keyframes object_big_8 {
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes object_big_8 {
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes object_one_8 {
  25% {
    -webkit-transform: translate(130px, 0) rotate(-90deg);
    transform: translate(130px, 0) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
    transform: translate(130px, 130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 130px) rotate(-270deg);
    transform: translate(0, 130px) rotate(-270deg);
  }

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

@keyframes object_one_8 {
  25% {
    -webkit-transform: translate(130px, 0) rotate(-90deg);
    transform: translate(130px, 0) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
    transform: translate(130px, 130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 130px) rotate(-270deg);
    transform: translate(0, 130px) rotate(-270deg);
  }

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

@-webkit-keyframes object_two_8 {
  25% {
    -webkit-transform: translate(0, 130px) rotate(-90deg);
    transform: translate(0, 130px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
    transform: translate(-130px, 130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
    transform: translate(-130px, 0) rotate(-270deg);
  }

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

@keyframes object_two_8 {
  25% {
    -webkit-transform: translate(0, 130px) rotate(-90deg);
    transform: translate(0, 130px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
    transform: translate(-130px, 130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
    transform: translate(-130px, 0) rotate(-270deg);
  }

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

@-webkit-keyframes object_three_8 {
  25% {
    -webkit-transform: translate(0, -130px) rotate(-90deg);
    transform: translate(0, -130px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
    transform: translate(130px, -130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(130px, 0) rotate(-270deg);
    transform: translate(130px, 0) rotate(-270deg);
  }

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

@keyframes object_three_8 {
  25% {
    -webkit-transform: translate(0, -130px) rotate(-90deg);
    transform: translate(0, -130px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
    transform: translate(130px, -130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(130px, 0) rotate(-270deg);
    transform: translate(130px, 0) rotate(-270deg);
  }

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

@-webkit-keyframes object_four_8 {
  25% {
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
    transform: translate(-130px, 0) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
    transform: translate(-130px, -130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -130px) rotate(-270deg);
    transform: translate(0, -130px) rotate(-270deg);
  }

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

@keyframes object_four_8 {
  25% {
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
    transform: translate(-130px, 0) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
    transform: translate(-130px, -130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -130px) rotate(-270deg);
    transform: translate(0, -130px) rotate(-270deg);
  }

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

/*demo 9*/

@-webkit-keyframes object-one {
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
}

@keyframes object-one {
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
}

@-webkit-keyframes object-two {
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}

@keyframes object-two {
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}

/*demo 10*/

@-webkit-keyframes object_one_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes object_one_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes object_two_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes object_two_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes object_three_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes object_three_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

/*demo 11*/

@-webkit-keyframes object_big_11 {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes object_big_11 {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes object_one_11 {
  50% {
    -webkit-transform: translate(-65px, -65px);
    transform: translate(-65px, -65px);
  }
}

@keyframes object_one_11 {
  50% {
    -webkit-transform: translate(-65px, -65px);
    transform: translate(-65px, -65px);
  }
}

@-webkit-keyframes object_two_11 {
  50% {
    -webkit-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
}

@keyframes object_two_11 {
  50% {
    -webkit-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
}

@-webkit-keyframes object_three_11 {
  50% {
    -webkit-transform: translate(65px, -65px);
    transform: translate(65px, -65px);
  }
}

@keyframes object_three_11 {
  50% {
    -webkit-transform: translate(65px, -65px);
    transform: translate(65px, -65px);
  }
}

@-webkit-keyframes object_four_11 {
  50% {
    -webkit-transform: translate(65px, 0);
    transform: translate(65px, 0);
  }
}

@keyframes object_four_11 {
  50% {
    -webkit-transform: translate(65px, 0);
    transform: translate(65px, 0);
  }
}

@-webkit-keyframes object_five_11 {
  50% {
    -webkit-transform: translate(65px, 65px);
    transform: translate(65px, 65px);
  }
}

@keyframes object_five_11 {
  50% {
    -webkit-transform: translate(65px, 65px);
    transform: translate(65px, 65px);
  }
}

@-webkit-keyframes object_six_11 {
  50% {
    -webkit-transform: translate(0, 65px);
    transform: translate(0, 65px);
  }
}

@keyframes object_six_11 {
  50% {
    -webkit-transform: translate(0, 65px);
    transform: translate(0, 65px);
  }
}

@-webkit-keyframes object_seven_11 {
  50% {
    -webkit-transform: translate(-65px, 65px);
    transform: translate(-65px, 65px);
  }
}

@keyframes object_seven_11 {
  50% {
    -webkit-transform: translate(-65px, 65px);
    transform: translate(-65px, 65px);
  }
}

@-webkit-keyframes object_eight_11 {
  50% {
    -webkit-transform: translate(-65px, 0);
    transform: translate(-65px, 0);
  }
}

@keyframes object_eight_11 {
  50% {
    -webkit-transform: translate(-65px, 0);
    transform: translate(-65px, 0);
  }
}

/*demo 12*/

@-webkit-keyframes loading-center-absolute-12 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-center-absolute-12 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes object_one_12 {
  50% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@keyframes object_one_12 {
  50% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@-webkit-keyframes object_two_12 {
  50% {
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@keyframes object_two_12 {
  50% {
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@-webkit-keyframes object_three_12 {
  50% {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@keyframes object_three_12 {
  50% {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@-webkit-keyframes object_four_12 {
  50% {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

@keyframes object_four_12 {
  50% {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

/*demo 13*/

@-webkit-keyframes animate_13 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes animate_13 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*demo 14*/

@-webkit-keyframes animate_14 {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

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

@keyframes animate_14 {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

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

/*demo 15*/

@-webkit-keyframes animate_15 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

@keyframes animate_15 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

/*--------------------------------------------------------------
# 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: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

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

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

textarea {
  width: 100%;
}

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

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

.text-notice a:hover {
  background-color: #000 !important;
}

/*--------------------------------------------------------------
# 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: 5px;
  border-radius: 5px;
  -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;
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

img {
  vertical-align: text-bottom;
}

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

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

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

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

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

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

/*# Header-global*/

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

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

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

.site-header {
  margin-bottom: 60px;
  z-index: auto;
}

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

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

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

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

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

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

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

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

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

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

.site-header .mobile-toggle-button {
  display: none;
}

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

.site-header.header-mobile .main-mobile-navigation .mobile-toggle-button {
  display: block;
  background-color: transparent;
  border: 0 none;
  padding: 0;
  line-height: 1;
}

.site-header.header-mobile .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title {
  display: block;
}

.site-header .main-mobile-navigation .menu-main-menu-wrap {
  position: fixed;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  left: -100%;
  top: 0;
  bottom: 0;
  padding: 50px 0 0;
  width: 300px;
  z-index: 999;
  background: #0c0c0c;
  color: #eee;
  overflow: auto;
}

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title {
  position: relative;
  border-bottom: 1px solid #444;
  color: #fff;
}

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title h3 {
  color: inherit;
  padding: 0 15px;
}

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
}

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

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-container .nb-navbar .menu-item {
  padding: 0;
}

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-container .nb-navbar .menu-item a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #444;
}

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-container .nb-navbar .menu-item a::after {
  content: '';
}

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-container .nb-navbar .menu-item.menu-item-has-children.open > .sub-menu {
  display: block;
  left: 0;
}

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-container .nb-navbar .menu-item.menu-item-has-children .sub-menu {
  position: relative;
  background-color: #0c0c0c;
  margin-left: 15px;
  display: none;
  padding: 0;
  font-size: 0.95em;
}

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-container .nb-navbar .menu-item.menu-item-has-children .sub-menu .menu-item {
  border-bottom: 0 none;
}

.site-header .main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-container .nb-navbar .menu-item.menu-item-has-children:after {
  content: '\f107';
  font-family: 'fontello';
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
}

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

.home .site-header.teepro-header-4,
.home .site-header.teepro-header-3,
.home .site-header.teepro-header-2 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header .top-section-wrap .header_top_right_menu > ul {
  margin: 0;
}

.site-header .top-section-wrap .header_top_right_menu .data_user {
  position: relative;
  list-style: none;
}

.site-header .top-section-wrap .header_top_right_menu .data_user > a {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .top-section-wrap .header_top_right_menu .data_user > a img {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.site-header .top-section-wrap .header_top_right_menu .data_user > a:after {
  content: '\e916';
  font-family: 'fontello';
  font-size: 10px;
  margin-left: 10px;
}

.site-header .top-section-wrap .header_top_right_menu .data_user li {
  list-style: none;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  min-width: 263px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: -1px 5px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 5px 15px -6px rgba(0, 0, 0, 0.75);
  padding: 15px;
  z-index: 9999;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  right: 22px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff !important;
  border-width: 10px;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu > li {
  padding: 10px 0;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu > li > a {
  display: block;
  position: relative;
  width: 100%;
  color: #000;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu > li.user_my_account {
  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;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu > li.user_my_account a::after {
  content: '\e804';
  font-family: 'fontello';
  font-size: 14px;
  position: absolute;
  right: 0;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu > li.user_my_order {
  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;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu > li.user_my_order a::after {
  content: '\e900';
  font-family: 'fontello';
  font-size: 14px;
  position: absolute;
  right: 0;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu > li.user_logout {
  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;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu > li.user_logout a::after {
  content: '\e901';
  font-family: 'fontello';
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 0;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu > li:not(:last-child) {
  border-bottom: 1px solid #666;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu .user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu .user-info .user_avatar {
  min-width: 50px;
  min-height: 50px;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu .user-info .user_avatar img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu .user-info .user_role_email {
  padding: 0 15px;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu .user-info .user_role_email .user_role {
  color: #000;
}

.site-header .top-section-wrap .header_top_right_menu .data_user .user-menu .user-info .user_role_email .user_email {
  color: #000;
}

.site-header .top-section-wrap .header_top_right_menu .data_user.open .user-menu {
  opacity: 1;
  visibility: visible;
}

.site-header .top-section-wrap .sub-navigation .nb-header-sub-menu li.menu-item-has-children .sub-menu {
  background-color: #fff;
  -webkit-box-shadow: -1px 5px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 5px 15px -6px rgba(0, 0, 0, 0.75);
}

.site-header .top-section-wrap .sub-navigation .nb-header-sub-menu li.menu-item-has-children .sub-menu li a span {
  color: #000;
}

.site-header .top-section-wrap .sub-navigation .nb-header-sub-menu > li:not(:last-child) > a {
  border-right: 1px solid #d4d4d4;
}

.site-header .top-section-wrap .sub-navigation .nb-header-sub-menu .nav-currency-dropdown .woocommerce-currency-switcher {
  background-color: transparent;
  border: 0 none;
  outline: none;
  background: none;
}

.site-header .top-section-wrap .sub-navigation .nb-header-sub-menu .nav-currency-dropdown .woocommerce-currency-switcher option {
  color: #000;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap {
  z-index: 20;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .header-search-wrap .nbt-search-wrap {
  display: none;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-icon-plugins {
  margin-left: 15px;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-icon-plugins .nbt-search-wrapper {
  top: 59px;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-ajax-cart {
  margin-right: 15px;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-ajax-cart .nbt-ajax-cart-popup {
  right: 0;
  left: auto !important;
  top: 65px;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-ajax-cart .nbt-ajax-cart-popup .total {
  color: #1d242a;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-ajax-cart .nbt-ajax-cart-popup .nbt-ajax-cart-right {
  color: #1d242a;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-ajax-cart .nbt-ajax-cart-icon::after {
  bottom: -36px;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-ajax-cart .nbt-ajax-cart-icon .nbt-ajax-cart-count {
  line-height: 17px;
}

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

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .header-cart-wrap .nb-cart-section i::before {
  content: '\e803';
  font-family: 'fontello';
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .header-cart-wrap .nb-cart-section .count-item {
  color: #fff;
  position: absolute;
  min-width: 20px;
  min-height: 20px;
  right: -10px;
  top: -10px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  line-height: 20px;
  font-size: 0.9em;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .header-cart-wrap .mini-cart-section .cart_list {
  max-height: 468px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .header-cart-wrap .mini-cart-section .cart_list::-webkit-scrollbar {
  width: 3px;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .header-cart-wrap .mini-cart-section .cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .header-cart-wrap .mini-cart-section .cart_list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .header-cart-wrap + *:not(:last-child) {
  padding: 0 10px;
}

.site-header .middle-section-wrap .icon-header-section .icon-header-wrap .header-cart-wrap + *:last-child {
  padding-left: 20px;
}

.site-header.teepro-header-2,
.site-header.teepro-header-4 {
  margin-bottom: 63px;
}

.site-header.teepro-header-2 .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-icon-plugins .nbt-search-wrapper,
.site-header.teepro-header-4 .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-icon-plugins .nbt-search-wrapper {
  top: 70px;
}

.site-header.teepro-header-2 .top-section-wrap .header_top_right_menu {
  position: relative;
  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;
}

.site-header.teepro-header-2 .top-section-wrap .header_top_right_menu::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #444;
  display: block;
}

.site-header.teepro-header-3 {
  margin-bottom: 63px;
}

.site-header.teepro-header-3 .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-icon-plugins .nbt-search-wrapper {
  top: 50px;
}

.site-header .nb-header-sub-menu > .wpml-ls-item > a span:not(.wpml-ls-display):after {
  display: none;
}

.site-header .nb-header-sub-menu > .wpml-ls-item .sub-menu span {
  white-space: nowrap;
}

.site-header .sub-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-header .sub-navigation .widget {
  margin-bottom: 0;
}

.site-header .sub-navigation .widget h3.widget-title {
  display: none;
}

.site-header .sub-navigation .widget .dd-select {
  background: transparent !important;
  border: none;
  position: relative;
  padding-right: 15px !important;
}

.site-header .sub-navigation .widget .dd-select .dd-selected {
  padding: 0;
  padding-left: 15px;
  display: inline;
  overflow: hidden;
  display: inline-block;
}

.site-header .sub-navigation .widget .dd-select .dd-selected .dd-image-right {
  margin-right: 0;
}

.site-header .sub-navigation .widget .dd-select .dd-selected label,
.site-header .sub-navigation .widget .dd-select .dd-selected small {
  display: inline-block;
  color: #fff;
}

.site-header .sub-navigation .widget .dd-select .dd-selected label {
  font-weight: 400;
  margin-right: 5px;
}

.site-header .sub-navigation .widget .dd-select .dd-selected small {
  vertical-align: middle;
}

.site-header .sub-navigation .widget .dd-select .dd-pointer {
  border: none !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: auto;
  margin-top: 0;
  right: 0;
}

.site-header .sub-navigation .widget .dd-select .dd-pointer:after {
  content: "\f107";
  font-family: "fontello";
  margin-left: 5px;
}

.site-header .sub-navigation .widget .dd-options {
  padding: 10px 20px 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header .sub-navigation .widget .dd-options li {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.site-header .sub-navigation .widget .dd-options li a {
  padding-left: 0;
  padding-right: 0;
}

.site-header .sub-navigation .widget .dd-options li a .dd-image-right {
  margin-right: 0;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .dd-selected {
  border-left: 1px solid #d4d4d4;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR {
  margin-left: 15px;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .chosen-container {
  margin-bottom: 0;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .chosen-container .chosen-single {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .chosen-container .chosen-single span {
  color: #333;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .chosen-container .chosen-single div {
  background-image: none;
  border-left: none;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .chosen-container .chosen-single div b {
  background-position: 0px 0px !important;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .chosen-container .chosen-drop {
  border-color: #fff;
  background-color: #fff;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .chosen-container .chosen-drop .chosen-results li {
  color: #333;
  background-image: none;
  background-position: right center !important;
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .chosen-container .chosen-drop .chosen-results li:hover {
  color: #fff !important;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .chosen-container .chosen-drop .chosen-results li.result-selected {
  color: #fff !important;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .wSelect-el {
  display: none;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR select.woocommerce-currency-switcher {
  height: 30px;
  padding-right: 30px;
  border: none;
  outline: none;
  color: #000;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .wSelect {
  margin-bottom: 0;
  border: none;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .wSelect .wSelect-arrow {
  background-image: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .wSelect .wSelect-arrow:after {
  content: '\f107';
  font-family: 'fontello';
  font-size: 15px;
  color: #000;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .wSelect .wSelect-options-holder {
  z-index: 1000;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .wSelect .wSelect-options-holder .wSelect-option .wSelect-option-value {
  color: #000;
  -webkit-background-size: 25px 25px;
  background-size: 25px;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .wSelect .wSelect-options-holder .wSelect-option:hover .wSelect-option-value {
  color: #fff;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .wSelect .wSelect-options-holder .wSelect-option-selected .wSelect-option-value {
  color: #fff;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .wSelect .wSelect-selected {
  color: #333;
  border: none;
  -webkit-background-size: 25px 25px;
  background-size: 25px;
}

.site-header .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .woocs_flag_view_item {
  width: 30px;
  height: auto;
}

/*# Header-teepro-header-1*/

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

.site-header.teepro-header-1 .main-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -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;
}

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

.site-header.teepro-header-1 .middle-section-wrap .icon-header-section .icon-header-wrap .header-cart-wrap {
  padding-left: 10px;
}

.site-header.teepro-header-1.header-mobile .main-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.site-header.teepro-header-1.header-mobile .main-nav-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 15px;
}

.site-header.teepro-header-1.header-mobile .main-nav-wrap .nb-navbar {
  margin: 0;
}

.site-header.teepro-header-1.header-mobile .icon-header-section {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/*# Header-teepro-header-2*/

.site-header.teepro-header-2 {
  -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);
}

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

.site-header.teepro-header-2 .main-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: 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;
}

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

.site-header.teepro-header-2 .top-section-wrap .text-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

.site-header.teepro-header-2 .top-section-wrap .text-section .start_design {
  font-size: 16px;
  font-weight: bold;
}

.site-header.teepro-header-2 .top-section-wrap .text-section .start_design:hover {
  text-decoration: underline;
}

.site-header.teepro-header-2 .top-section-wrap .header_top_right_menu {
  padding-right: 10px;
  font-size: 16px;
}

.site-header.teepro-header-2 .top-section-wrap .header_top_right_menu ul {
  margin: 0;
  padding: 0;
}

.site-header.teepro-header-2 .top-section-wrap .header_top_right_menu .user-menu {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.site-header.teepro-header-2 .top-section-wrap .header_top_right_menu .user-menu::before {
  right: 50%;
}

.site-header.teepro-header-2 .top-section-wrap .sub-navigation .nb-header-sub-menu > li:not(:last-child) > a {
  border-right: 0 none;
}

.site-header.teepro-header-2 .top-section-wrap .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .dd-selected {
  border-left: none;
}

.site-header.teepro-header-2.header-mobile .main-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.site-header.teepro-header-2.header-mobile .main-nav-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 15px;
}

.site-header.teepro-header-2.header-mobile .main-nav-wrap .nb-navbar {
  margin: 0;
}

.site-header.teepro-header-2.header-mobile .icon-header-section {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.site-header.teepro-header-2.header-mobile .top-section-wrap .top-section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.teepro-header-2.header-mobile .top-section-wrap .top-section .text-section {
  display: none;
}

.site-header.teepro-header-2.header-desktop .middle-section-wrap .main-nav-wrap .nb-navbar > li.menu-item > a > span {
  position: relative;
  padding-bottom: 5px;
}

.site-header.teepro-header-2.header-desktop .middle-section-wrap .main-nav-wrap .nb-navbar > li.menu-item > a > span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/*# Header-teepro-header-3*/

.site-header.teepro-header-3 {
  -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);
}

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

.site-header.teepro-header-3 .main-nav-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

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

.site-header.teepro-header-3 .top-section-wrap {
  border-bottom: 1px solid #eeeeee;
}

.site-header.teepro-header-3 .top-section-wrap .header_top_right_menu {
  padding-right: 10px;
  font-size: 16px;
}

.site-header.teepro-header-3 .top-section-wrap .header_top_right_menu ul {
  padding: 0;
  margin: 0;
}

.site-header.teepro-header-3 .top-section-wrap .sub-navigation .nb-header-sub-menu > li > a {
  border-left: 1px solid #fff;
}

.site-header.teepro-header-3 .top-section-wrap .sub-navigation .nb-header-sub-menu > li:not(:last-child) > a {
  border-right: 0 none;
}

.site-header.teepro-header-3 .top-section-wrap .user_submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.teepro-header-3.header-mobile .main-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-header.teepro-header-3.header-mobile .main-nav-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.site-header.teepro-header-3.header-mobile .main-nav-wrap .mobile-toggle-button {
  line-height: 1;
}

.site-header.teepro-header-3.header-mobile .main-nav-wrap .nb-navbar {
  margin: 0;
}

.site-header.teepro-header-3.header-mobile .icon-header-section {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 15px;
}

.site-header.teepro-header-3.header-mobile .top-section-wrap .top-section .text-section {
  display: none;
}

.site-header.teepro-header-3.header-mobile .middle-section-wrap .middle-section {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*# Header-teepro-header-4*/

.site-header.teepro-header-4 {
  -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);
  position: relative;
}

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

.site-header.teepro-header-4 .main-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 60px;
}

.site-header.teepro-header-4 .icon-header-section .icon-header-wrap {
  padding-left: 0;
}

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

.site-header.teepro-header-4 .top-section-wrap .text-section {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.site-header.teepro-header-4 .top-section-wrap .text-section .start_design {
  padding: 5px 15px;
  background: #333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 700;
}

.site-header.teepro-header-4 .top-section-wrap .text-section .start_design:hover {
  background: #fff;
}

.site-header.teepro-header-4 .top-section-wrap .header_top_right_menu {
  padding-right: 10px;
  font-size: 16px;
}

.site-header.teepro-header-4 .top-section-wrap .header_top_right_menu ul {
  margin: 0;
  padding: 0;
}

.site-header.teepro-header-4 .top-section-wrap .header_top_right_menu .user-menu {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.site-header.teepro-header-4 .top-section-wrap .header_top_right_menu .user-menu::before {
  right: 50%;
}

.site-header.teepro-header-4 .top-section-wrap .sub-navigation {
  font-size: 16px;
}

.site-header.teepro-header-4 .top-section-wrap .sub-navigation .nb-header-sub-menu > li:not(:first-child) > a {
  border-left: 1px solid #fff;
}

.site-header.teepro-header-4 .top-section-wrap .sub-navigation .nb-header-sub-menu > li:not(:last-child) > a {
  border-right: 0 none;
}

.site-header.teepro-header-4 .top-section-wrap .sub-navigation .menu-menu-top-left-container ~ .WOOCS_SELECTOR .dd-selected {
  vertical-align: middle;
}

.site-header.teepro-header-4.header-mobile .main-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.site-header.teepro-header-4.header-mobile .main-nav-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 15px;
  padding-right: 0;
}

.site-header.teepro-header-4.header-mobile .main-nav-wrap .nb-navbar {
  margin: 0;
}

.site-header.teepro-header-4.header-mobile .icon-header-section {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.site-header.teepro-header-4.header-mobile .top-section-wrap .top-section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.teepro-header-4.header-mobile .top-section-wrap .top-section .text-section {
  display: none;
}

.home .site-header.teepro-header-4.header-desktop .middle-section-wrap {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
}

/*# Header icon*/

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

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

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

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

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

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

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

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

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

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

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

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

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

.mini-cart-section .mini-cart-wrap .mini_cart_item {
  color: #444;
}

.mini-cart-section .mini-cart-wrap .mini_cart_item * {
  color: #444;
}

.mini-cart-section .mini-cart-wrap .mini_cart_item .minicart-pd-meta {
  color: #444;
}

.mini-cart-section .mini-cart-wrap .mini_cart_item .minicart-pd-meta * {
  color: #444;
}

.mini-cart-section .mini-cart-wrap .mini_cart_item .minicart-pd-meta h6 {
  font-size: 14px;
}

.mini-cart-section .mini-cart-wrap .mini_cart_item .mini-cart-pd-image img {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.mini-cart-section .mini-cart-wrap .woocommerce-mini-cart__total {
  color: #444;
}

.mini-cart-section .mini-cart-wrap .woocommerce-mini-cart__total * {
  color: #444;
}

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

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

.mini-cart-wrap .mini_cart_item {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #d7d7d7;
}

.mini-cart-wrap .mini_cart_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.mini-cart-wrap .buttons .button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  border: 0 none;
}

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

/*# Media*/

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

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

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

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

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

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

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

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

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

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

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

.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*# Navigation*/

.main-mobile-navigation .nb-navbar > .menu-item > a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

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

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

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

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

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

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

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

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

.nb-navbar .sub-menu > .menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

.nb-header-sub-menu > li > a {
  padding-right: 12px;
}

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

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

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

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

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

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

.nb-header-sub-menu .menu-item-has-children > a span:after {
  content: "\f107";
  font-family: "fontello";
  margin-left: 5px;
}

/*# Navigation*/

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

/*# Comments*/

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

.bypostauthor {
  display: block;
}

/*# Posts And Pages*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

/*# Widgets*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget a:focus {
  outline: none;
}

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

.widget .sidebar-policy .clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.widget .sidebar-policy .clear .sidebar-top-icon {
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  background-color: red;
  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;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.widget .sidebar-policy .clear .sidebar-top-icon i {
  color: #fff;
}

.widget .sidebar-policy .clear p {
  margin-bottom: 0;
}

.widget .sidebar-policy .clear p a {
  font-size: 13px;
  display: block;
  line-height: 17px;
}

.widget .sidebar-policy .clear:nth-of-type(2n+1) i {
  font-size: 12px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 4px;
}

.widget .sidebar-policy .clear.widget_categories ul .cat-item {
  text-align: right;
}

.widget .sidebar-policy .clear.widget_categories ul .cat-item a {
  text-transform: uppercase;
  font-size: 14px;
  float: left;
}

.widget .sidebar-policy .clear.widget_categories ul .cat-item a:before {
  content: '\f1db';
  font-family: 'fontawesome';
  font-size: 8px;
  margin-right: 20px;
  vertical-align: middle;
}

.widget .sidebar-policy .clear.widget_search .icon-search {
  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;
}

.widget.page-sidebar .widget-title,
.widget.service-sidebar .widget-title {
  font-size: 24px;
}

.widget.page-sidebar .menu .menu-item,
.widget.service-sidebar .menu .menu-item {
  border-bottom: none;
  margin-bottom: 0;
  padding: 6px 15px;
}

.widget.page-sidebar .menu .menu-item a,
.widget.service-sidebar .menu .menu-item a {
  display: block;
  font-size: 18px;
}

.widget.page-sidebar .menu .menu-item.current-menu-item a,
.widget.service-sidebar .menu .menu-item.current-menu-item a {
  font-weight: 600;
}

.widget.service-sidebar .textwidget p {
  font-size: 14px;
  line-height: 30px;
}

.widget.service-sidebar .textwidget > a {
  display: block;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.widget.service-sidebar .service-info li {
  font-weight: 600;
  font-size: 20px;
  color: #333;
  border-bottom: none;
  margin-bottom: 0;
}

.widget.service-sidebar .service-info li i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

.widget .opacity {
  opacity: 1 !important;
}

.widget.shop-sidebar {
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.widget.shop-sidebar h3.widget-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.widget.shop-sidebar h3.widget-title:before {
  display: none;
}

.widget.shop-sidebar ul.menu {
  background-color: #f7f7f7;
  margin-top: 0;
}

.widget.shop-sidebar ul.menu .menu-item-has-children {
  padding: 0px;
  margin-bottom: 0;
  border-bottom-color: #f1f1f1;
  z-index: 2;
}

.widget.shop-sidebar ul.menu .menu-item-has-children > a {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 8px 15px;
}

.widget.shop-sidebar ul.menu .menu-item-has-children > a:after {
  font-family: 'fontello';
  content: '\e80b';
  font-size: 14px;
  color: #888888;
  z-index: -1;
  position: absolute;
  right: 15px;
  top: 10px;
}

.widget.shop-sidebar ul.menu .menu-item-has-children.dot > a:after {
  content: '\e80c';
}

.widget.shop-sidebar ul.menu .menu-item-has-children:after {
  display: none;
}

.widget.shop-sidebar ul.menu .menu-item-has-children .sub-menu {
  display: none;
  padding-left: 0;
}

.widget.shop-sidebar ul.menu .menu-item-has-children .sub-menu > li.menu-item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  border-bottom-color: #f1f1f1;
}

.widget.shop-sidebar ul.menu .menu-item-has-children.current-menu-parent .sub-menu {
  display: block;
}

.widget.shop-sidebar ::-webkit-scrollbar {
  width: 3px;
}

.widget.shop-sidebar ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.widget.shop-sidebar ::-webkit-scrollbar-thumb {
  background: rgba(197, 196, 196, 0.897);
}

.widget.shop-sidebar ::-webkit-scrollbar-thumb:hover {
  background: rgba(197, 196, 196, 0.897);
}

.widget.shop-sidebar .product-filter {
  max-height: 300px;
  overflow-x: auto;
  padding: 0px 5px;
  /* width */
}

.widget.shop-sidebar .product-filter.attribute-label .product-attr {
  font-weight: 600;
}

.widget.shop-sidebar .product-filter .product-attr-list .circle {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  opacity: 0.5;
  margin-right: 10px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.widget.shop-sidebar .product-filter .product-attr-list .remove-filter {
  float: right;
}

.widget.shop-sidebar .product-filter .product-attr-list .remove-filter:before {
  content: "\a907";
  font-family: 'fontello';
  font-style: normal;
  font-size: 11px;
}

.widget.shop-sidebar .product-filter .product-attr-list:hover {
  cursor: pointer;
}

.widget.shop-sidebar .product-filter .product-attr-list:hover .circle {
  opacity: 0.7;
}

.widget.shop-sidebar .product-filter .product-attr-list .product_brand {
  position: relative;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 80px;
}

.widget.shop-sidebar .product-filter .product-attr-list:hover {
  cursor: pointer;
}

.widget.shop-sidebar .product-filter .product-brand-list {
  width: 50%;
  float: left;
  margin: 0;
}

.widget.shop-sidebar .product-filter .product-brand-list .circle {
  width: 50%;
  float: none;
  margin-right: 0;
}

.widget.shop-sidebar .product-filter .product-brand-list .product-attr {
  display: none;
}

.widget.shop-sidebar .product-filter .product-brand-list .remove-filter {
  display: none;
}

.widget.shop-sidebar #price_slider_wrapper input[type="text"] {
  border: 0;
  width: 25%;
}

.widget.shop-sidebar #price_slider_wrapper input[type="text"]:focus {
  outline: none;
}

.widget.shop-sidebar #price_slider_wrapper #slider-range {
  margin: 30px 0px;
  cursor: pointer;
}

.widget.shop-sidebar #price_slider_wrapper .ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  background-color: rgba(196, 191, 191, 0.842);
}

.widget.shop-sidebar #price_slider_wrapper .ui-widget.ui-widget-content .ui-state-default {
  outline: none;
  width: 2px;
  margin: 0;
  top: -8px;
  border: none;
  cursor: w-resize !important;
}

.widget.shop-sidebar #price_slider_wrapper .ui-widget.ui-widget-content .ui-state-focus {
  cursor: w-resize !important;
}

/*Custom widget*/

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

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

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

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

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

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

#secondary {
  z-index: 0;
}

#secondary.dokan-store-sidebar .widget .widget-title {
  font-size: 16px;
}

#secondary.dokan-store-sidebar .widget #cat-drop-stack {
  margin-top: -10px;
}

#secondary.dokan-store-sidebar .widget #cat-drop-stack ul {
  margin: 0;
}

#secondary.dokan-store-sidebar .widget #cat-drop-stack li {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}

#secondary.dokan-store-sidebar .widget #cat-drop-stack li a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none !important;
  font-size: 14px;
  font-weight: 500 !important;
}

#secondary.dokan-store-sidebar .widget #cat-drop-stack li a span {
  width: 24px;
  text-align: center;
}

#secondary.dokan-store-sidebar .widget #cat-drop-stack li ul {
  border-top: 1px solid #dcdcdc;
}

#secondary.dokan-store-sidebar .widget #cat-drop-stack li ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#secondary.dokan-store-sidebar .widget #cat-drop-stack li ul li a {
  display: inline-block;
}

#secondary.dokan-store-sidebar .widget.background {
  background-color: #f7f7f7;
  padding: 15px;
}

#secondary.shop-sidebar {
  margin-bottom: 60px;
}

#dokan-primary .profile-frame .profile-info-box > img {
  display: block;
}

#dokan-primary .profile-frame .profile-info-box .profile-info-summery .store-name {
  font-size: 35px;
}

#dokan-primary .profile-frame .profile-info-box .profile-info-summery .profile-info ul li {
  font-size: 14px;
}

#dokan-primary .dokan-store-tabs li a {
  font-size: 14px;
}

#dokan-primary .seller-items .product-image {
  border: 1px solid #eeeeee;
}

#dokan-primary .seller-items .price span {
  font-weight: bold;
  font-size: 18px;
}

.widget .wpml-ls {
  width: 100%;
}

.widget .wpml-ls a {
  display: block;
  padding: 8px;
}

.widget .wpml-ls ul.wpml-ls-sub-menu li:not(:last-child) a {
  border-bottom: none;
}

/*# Links*/

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

a:focus {
  outline: 0;
}

/*# Blog*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.category .blog {
  margin-bottom: 40px;
}

.blog .classic .post .entry-content,
.content-search > article .entry-content {
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

.content-search > article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-page-title-wrap {
  margin-bottom: 60px;
  margin-top: -60px;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

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

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

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

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

.single-post .nb-page-title-wrap {
  background: url(../../images/bg-page-title.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

.single-post .nb-page-title {
  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;
}

.single-post .nb-page-title .entry-meta {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-transform: none !important;
  margin-top: 15px;
}

.single-post .nb-page-title .entry-meta span {
  color: #fff;
}

.single-post .nb-page-title .entry-meta span:not(:last-child) {
  margin-right: 15px;
}

.single-post .nb-page-title .entry-title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.single-post .nb-page-title .entry-title a {
  color: #fff;
}

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

.single-post .entry-content .entry-meta {
  text-transform: none !important;
  margin-bottom: 30px;
}

.single-post .entry-content .entry-meta span:not(:last-child) {
  margin-right: 15px;
}

.bg_title_post_category .nb-page-title h1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  color: #fff;
}

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

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

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

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

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

.bg_title_pages .nb-page-title {
  color: #fff;
}

.bg_title_pages .nb-page-title h1 {
  color: #fff;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.bg_title_pages .nb-page-title .woocommerce-breadcrumb {
  color: #fff;
}

.bg_title_pages .nb-page-title .woocommerce-breadcrumb * {
  color: #ffffff;
}

.bg_title_services .nb-page-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_title_services .nb-page-title .entry-title {
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #fff;
}

.bg_title_services .nb-page-title .entry-title a {
  color: #fff;
}

.bg_title_services .nb-page-title .entry-title .woocommerce-breadcrumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #fff;
}

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

.nb-page-title-wrap.bg_img {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.nb-page-title-wrap.bg_img::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.nb-page-title-wrap.bg_img .nb-page-title h1 {
  display: inline-block;
  position: relative;
}

.nb-page-title-wrap.bg_img .nb-page-title h1::before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  width: 150px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.nb-social-icons {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[disabled] {
  opacity: .6;
}

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

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

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

input.bt-4 {
  height: 40px;
  line-height: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nb-wide-button {
  display: block !important;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

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

.teepro-button a.ubtn-normal {
  padding: 0;
}

.nbt-ou-fast button {
  border: 0 none;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-footer .widget .widget-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 0 none;
  padding-bottom: 3px;
}

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

.site-footer .widget ul.menu li {
  border-bottom: 0;
  padding: 0;
}

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

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

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

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

.site-footer .footer-workingtime-wrapper .working-time {
  margin-bottom: 25px;
}

.site-footer .footer-workingtime-wrapper .working-time p {
  margin-bottom: 10px;
}

.site-footer .footer-workingtime-wrapper .love-hour {
  position: relative;
  background: #1b1b1b;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}

.site-footer .footer-workingtime-wrapper .love-hour img {
  opacity: 0.5;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  height: 100%;
  min-height: 122px;
}

.site-footer .footer-workingtime-wrapper .love-hour .love-hour-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

.site-footer .footer-workingtime-wrapper .love-hour .love-hour-text span {
  display: block;
  color: #fff;
}

.site-footer .footer-workingtime-wrapper .love-hour .love-hour-text span strong {
  font-size: 16px;
}

.site-footer .footer-workingtime-wrapper .love-hour .love-hour-text span.fs-22 {
  font-size: 22px;
}

.site-footer .footer-workingtime-wrapper .love-hour .love-hour-text span.fs-35 {
  font-size: 35px;
}

.site-footer.colorful-widget-title .widget .widget-title {
  border-bottom: solid 1px #6b6b6b;
  padding-bottom: 6px;
  margin-bottom: 30px;
  position: relative;
}

.site-footer.colorful-widget-title .widget .widget-title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

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

.footer-abs-section .footer-abs-middle {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-abs-section .footer-abs-left {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-abs-section .footer-abs-right {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

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

.footer-abs-section img {
  margin: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

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

.footer-bot-section .widget .nbfw-social-link-widget {
  margin-top: -5px;
}

.footer-top-section .widget.nbfw-social-links {
  margin: 0;
}

.footer-top-section .widget .nbfw-social-link-widget {
  margin: 0;
}

.mc4wp-response p {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  color: red;
}

.footer-newsletter {
  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-newsletter label {
  font-size: 24px;
  font-weight: bold;
  margin-right: 50px;
}

.footer-newsletter .footer-newsletter-form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-newsletter .footer-newsletter-form input[type="email"] {
  height: 45px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 0 20px 0 30px;
  outline: none;
  background: transparent;
  width: 100%;
  border-right: 0 none !important;
}

.footer-newsletter .footer-newsletter-form input[type="email"]::-webkit-input-placeholder {
  color: #6b6b6b;
}

.footer-newsletter .footer-newsletter-form input[type="email"]::-moz-placeholder {
  color: #6b6b6b;
}

.footer-newsletter .footer-newsletter-form input[type="email"]:-ms-input-placeholder {
  color: #6b6b6b;
}

.footer-newsletter .footer-newsletter-form input[type="email"]::-ms-input-placeholder {
  color: #6b6b6b;
}

.footer-newsletter .footer-newsletter-form input[type="email"]::placeholder {
  color: #6b6b6b;
}

.footer-newsletter .footer-newsletter-form button[type="submit"] {
  background: transparent;
  width: 60px;
  height: 45px;
  z-index: 2;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-left: 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.footer-newsletter .footer-newsletter-form button[type="submit"]:after {
  content: '\f1d9';
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.footer-newsletter.light .footer-newsletter-form input[type="email"] {
  color: #f4f4f4;
  border-color: #fff;
}

.footer-newsletter.light .footer-newsletter-form input[type="email"]::-webkit-input-placeholder {
  color: #f4f4f4;
}

.footer-newsletter.light .footer-newsletter-form input[type="email"]::-moz-placeholder {
  color: #f4f4f4;
}

.footer-newsletter.light .footer-newsletter-form input[type="email"]:-ms-input-placeholder {
  color: #f4f4f4;
}

.footer-newsletter.light .footer-newsletter-form input[type="email"]::-ms-input-placeholder {
  color: #f4f4f4;
}

.footer-newsletter.light .footer-newsletter-form input[type="email"]::placeholder {
  color: #f4f4f4;
}

.footer-newsletter.light .footer-newsletter-form button[type="submit"] {
  border-color: #fff;
}

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

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

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

.nb-input-group .search-button button {
  width: 40px;
  border: 0;
  color: #fff;
}

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

.mfp-search {
  background-color: rgba(0, 0, 0, 0.6);
}

.mfp-search .mfp-content {
  max-width: 500px;
}

.mfp-search .mfp-content .nb-input-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mfp-search .mfp-content .nb-input-group .search-field {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  color: #fff;
}

.mfp-search .mfp-content .nb-input-group .search-button {
  position: absolute;
  right: 0;
}

.mfp-search .mfp-content .nb-input-group .search-button button[type="submit"] {
  background-color: transparent;
}

.mfp-search .mfp-content .nb-input-group .search-button button[type="submit"] i {
  color: #ccc !important;
}

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

.widget_search .search-field {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.widget_search .search-button button {
  -webkit-border-radius: 0px 5px 5px 0;
  border-radius: 0px 5px 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-post .comment-form > p input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

.nb-back-to-top-wrap {
  display: inline-block;
  position: fixed;
  right: 30px;
  bottom: 25px;
  -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 9px 9px;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary {
  position: relative;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li {
  position: static;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li.mega-menu-flyout {
  position: relative;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row .menu {
  padding: 0;
  list-style: none;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row .menu > li > a {
  display: block;
  padding: 3px 0;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row .menu .sub-menu {
  list-style: none;
  padding-left: 5px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_service {
  padding-top: 5px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_service .menu > li > a::before {
  content: '\e916';
  font-family: 'fontello';
  display: inline-block;
  margin-right: 15px;
  font-size: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_link_title .menu > li > a {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 1.3em;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_link_title .menu .sub-menu {
  padding-top: 15px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_link_title .menu .sub-menu > li > a {
  display: block;
  padding: 3px 0;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_link_title .menu .sub-menu > li > a::before {
  content: '\e916';
  font-family: 'fontello';
  display: inline-block;
  margin-right: 15px;
  font-size: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_about {
  padding-top: 15px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_about .about_title {
  font-size: 1.3em;
  display: block;
  padding-bottom: 30px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_about .about_des1 {
  display: block;
  padding-bottom: 20px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_about .about_des2 {
  display: block;
  padding-bottom: 20px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_about .about_readmore {
  display: block;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_about .about_readmore::after {
  content: '\f101';
  font-family: 'fontello';
  margin-left: 5px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_contact {
  padding-top: 15px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_contact .contact_title {
  font-size: 1.3em;
  padding-bottom: 10px;
  display: block;
  line-height: 1;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_contact .contact_address {
  padding-bottom: 30px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_contact .contact_open .open_title {
  font-size: 1.3em;
  display: block;
  padding-bottom: 5px;
  line-height: 1;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_contact .contact_open > div {
  padding: 8px 0;
  line-height: 1;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row .mega-sub-menu {
  width: 100%;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li.mega-menu-flyout .mega-sub-menu > li > a::before {
  content: '\e916';
  font-family: 'fontello';
  display: inline-block;
  margin-right: 15px;
  font-size: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary .menu-label-new {
  position: relative;
  display: table;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary .menu-label-new::before {
  content: 'NEW';
  position: absolute;
  right: -30px;
  top: -5px;
  color: #FFF;
  letter-spacing: .3px;
  font-weight: 600;
  font-size: 9px;
  line-height: 12px;
  background-color: #D41212;
  padding: 2px 5px 1px;
}

.site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary .menu-label-new::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-bottom-width: 0;
  border-right-width: 7px;
  border-left-width: 0;
  border-color: #D41212;
  top: 9px;
  right: -18px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.site-header.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li:first-child > a {
  padding-left: 70px;
}

.site-header.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu {
  margin-top: 0px;
  left: 0px;
  top: -webkit-calc(100% + 25px);
  top: calc(100% + 25px);
}

.site-header.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 100%;
  top: -3px;
  right: 0;
  display: block;
}

.site-header.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_contact .contact_title {
  color: #000;
}

.site-header.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_contact .contact_open .open_title {
  color: #000;
}

.site-header.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_about .about_title {
  color: #000;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu {
  background-color: #0c0c0c;
  padding: 0;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_link_title {
  padding: 0;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_contact {
  padding: 0;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row .mega-menu-column .mega-menu-item {
  padding-top: 0;
  padding-bottom: 0;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li:not(:last-child) {
  border-bottom: 1px solid #444;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li.mega-menu-flyout .mega-sub-menu > li > a {
  background-color: #0c0c0c;
  color: #fff;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li.mega-menu-grid a {
  color: #fff;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li.mega-menu-grid div {
  color: #fff;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li.mega-menu-grid span {
  color: #fff;
}

.site-header.header-mobile .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li.mega-menu-grid i {
  color: #fff;
}

.site-header.teepro-header-3.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary {
  text-align: left;
}

.site-header.teepro-header-3.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li:first-child > a {
  padding-left: 0;
}

.site-header.teepro-header-3.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu {
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
}

.site-header.teepro-header-4.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu,
.site-header.teepro-header-2.header-desktop .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu {
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
}

.step-by-step-1 {
  margin-left: -100px;
  margin-right: -100px;
}

.step-by-step-1 .content_left {
  margin-top: 40px;
}

.step-by-step-1 .content_left .number,
.step-by-step-1 .content_left .step_title {
  color: #e6de56;
}

.step-by-step-1 .content_right .number,
.step-by-step-1 .content_right .step_title {
  color: #ec6d7d;
}

.step-by-step-1 .content_bottom .number,
.step-by-step-1 .content_bottom .step_title {
  color: #f98f6a;
}

.step-by-step-1 .content_top .number,
.step-by-step-1 .content_top .step_title {
  color: #25d8fe;
}

.step-by-step-2 {
  font-size: 14px;
}

.step-by-step-2 .step_1 {
  margin-bottom: 100px;
}

.step-by-step-2 .step_2_responsive_show .content_top .vc-step-items {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.step-by-step-2 .step_2_responsive_show .content_top .vc-step-items .step_box {
  position: relative;
  -webkit-flex-shrink: 200;
  -ms-flex-negative: 200;
  flex-shrink: 200;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.step-by-step-2 .step_2_responsive_show .content_top .vc-step-items .step_box .step_number {
  min-width: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

.step-by-step-2 .step_2_responsive_show .content_top .vc-step-items .step_box .step_title_content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  min-width: auto;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
}

.step-by-step-2 .step_2_responsive_show .content_top .vc-step-items .step_box .step_title_content .step_content {
  margin-bottom: 0;
}

.step-by-step-2 .step_2_responsive_show .content_top .vc-step-items .step_box .step_title_content:before {
  content: '';
  left: 0 !important;
  border-right: 0 !important;
  border-top: 1px dashed #fff !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.step-by-step-2 .step_2_responsive_show .content_top .vc-step-items .step_image:before {
  border-top: 0 !important;
}

.step-by-step-2 .step_2_responsive_show .content_top .vc-step-items .step_image:after {
  content: '';
}

.step-by-step-2 .content_left {
  margin-top: 15px;
}

.step-by-step-2 .content_left .number,
.step-by-step-2 .content_left .step_title {
  color: #25d8fe;
}

.step-by-step-2 .content_right .number,
.step-by-step-2 .content_right .step_title {
  color: #e6de56;
}

.step-by-step-2 .content_bottom .number,
.step-by-step-2 .content_bottom .step_title {
  color: #f98f6a;
}

.step-by-step-2 .content_top .number,
.step-by-step-2 .content_top .step_title {
  color: #ec6d7d;
}

.service_tab_1 {
  margin-top: 10px;
}

.service_tab_1 .vc_tta-tabs-container .vc_tta-tabs-list {
  margin-bottom: 50px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  overflow: visible;
}

.service_tab_1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.service_tab_1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  padding: 0 15px !important;
  background-color: transparent !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.service_tab_1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span {
  font-size: 14px;
}

.service_tab_1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child)::after {
  content: '//';
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  display: inline-block;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  font-size: 18px;
  background-color: #fff;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0 !important;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .column-right .column-right-img-left {
  padding-left: 0 !important;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .img-top {
  padding-left: 15px;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .img-bottom {
  padding-left: 15px;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .img_left {
  padding-left: 0 !important;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .img_left::before {
  right: 15px;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .img_right {
  padding-right: 0 !important;
}

.service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .img_right::before {
  left: 15px;
}

.customers_1 .hp1-our-customers .wpb_content_element .noo-line {
  margin-left: 15px;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}

.customers_1 .hp1-our-customers .uvc-heading {
  padding-top: 115px;
  padding-bottom: 110px;
}

.customers_1 .column_bg_img .uvc-heading {
  padding-bottom: 30px;
}

.customers_1 .column_bg_img .uvc-sub-heading {
  display: inline-block;
  margin-left: 150px;
}

.customers_1 .column_bg_img .content_intro {
  text-align: center;
  padding: 0 140px;
  color: #fff;
}

.customers_1 .column_bg_img .content_intro .text_top {
  padding-bottom: 50px;
}

.customers_1 .column_bg_img .content_intro .text_bottom {
  padding-bottom: 60px;
}

.customers_1 .column_bg_img .content_intro .text_signature {
  padding-top: 30px;
}

.home-1 .wpb_revslider_element {
  margin-bottom: 0;
}

.new_letter_1 {
  position: relative;
  overflow: hidden;
}

.new_letter_1 .upb_row_bg::before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  cursor: pointer;
}

.new_letter_1 .upb_row_bg:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(3, 0, 1, 42deg) translate3d(0, 90%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(3, 0, 1, 42deg) translate3d(0, 90%, 0);
}

.new_letter_1 .wpb_raw_code {
  color: #fff;
  text-align: center;
}

.new_letter_1 .wpb_raw_code .new_letter_text_1 {
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 35px;
}

.new_letter_1 .wpb_raw_code .new_letter_text_2 {
  font-size: 30px;
  padding-bottom: 40px;
  line-height: 1;
}

.new_letter_1 .wpb_raw_code .new_letter_text_3 {
  font-size: 22px;
  line-height: 1;
  padding-top: 15px;
}

.new_letter_1 .wpb_raw_code .footer-newsletter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
}

.new_letter_1 .wpb_raw_code .footer-newsletter > label {
  display: none;
}

.new_letter_1 .wpb_raw_code .footer-newsletter .footer-newsletter-form {
  max-width: 880px;
}

.new_letter_1 .wpb_raw_code .footer-newsletter .footer-newsletter-form input[type='email'] {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: #fff;
}

.new_letter_1 .wpb_raw_code .footer-newsletter .footer-newsletter-form input[type='email']::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.new_letter_1 .wpb_raw_code .footer-newsletter .footer-newsletter-form input[type='email']::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.new_letter_1 .wpb_raw_code .footer-newsletter .footer-newsletter-form input[type='email']:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.new_letter_1 .wpb_raw_code .footer-newsletter .footer-newsletter-form input[type='email']::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.new_letter_1 .wpb_raw_code .footer-newsletter .footer-newsletter-form input[type='email']::placeholder {
  color: #fff;
  opacity: 1;
}

.new_letter_1 .wpb_raw_code .footer-newsletter .footer-newsletter-form button[type='submit'] {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.new_letter_1 .wpb_raw_code .footer-newsletter .footer-newsletter-form::after {
  z-index: 99;
}

.start_designing_1 {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
}

.start_designing_1 .wpb_column .vc_column-inner {
  padding-top: 0;
}

.start_designing_1 .uvc-heading {
  margin-bottom: 0;
}

.start_designing_1 .uvc-heading .uvc-main-heading {
  letter-spacing: 3px;
}

.start_designing_1 .vc_btn3-container {
  margin-bottom: 0;
}

.start_designing_1 .vc_btn3-container .vc_general {
  padding: 15px 25px !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #000;
  background-image: none;
  border: 0 none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
}

.start_designing_1 .vc_btn3-container .vc_general:hover {
  background-color: #fff !important;
  border: 0 none;
}

.content_passion .text_content {
  margin-bottom: 50px;
}

.content_passion .img_passion {
  margin-bottom: 30px;
}

.banner-images-1 .txt-primary {
  font-weight: normal;
  letter-spacing: 6px;
}

.banner-images-1 .p-center-right .txt-primary {
  margin-right: -15px;
}

.banner-images-1 .p-center-right .txt_primary_custom_2 {
  margin-right: 15px;
}

.banner-images-1 .nbfw-txt-info .banner-more {
  border: 1px solid #696969;
}

.banner-images-1 .nbfw-txt-info .banner-more:hover {
  color: #fff !important;
}

.banner-images-1 .txt_primary_custom_1 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 10px;
}

.banner-images-1 .txt_primary_custom_2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
}

.featured_item .teepro-product-tabs {
  margin-bottom: 25px;
}

.featured_item .teepro-product-tabs .vc-tab-product-wrapper .vc-tab-product-content {
  margin-top: 50px;
}

.home-2 .wpb_revslider_element {
  margin-bottom: 0;
}

.testimonial_2 .wpb_wrapper {
  position: relative;
}

.testimonial_2 .wpb_wrapper .heading_absolute {
  position: absolute;
  max-width: 360px;
  left: 0;
  top: 60px;
}

.stepbystep2 .step-heading .uvc-main-heading > * {
  font-family: 'brushMT';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.stepbystep2 .wpb_single_image {
  margin-bottom: 25px;
}

.stepbystep2 .wpb_single_image .vc_box_rounded {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(81, 155, 226, 0.43);
  overflow: hidden;
  width: 170px;
  height: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}

.stepbystep2 .wpb_single_image .vc_box_rounded img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.stepbystep2 .wpb_column:hover .wpb_single_image .vc_box_rounded img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.home-3 .wpb_revslider_element {
  margin-bottom: 0;
}

.intro_teepro .title_teepro {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 36px;
}

.intro_teepro .title_teepro .sub_title_teepro {
  display: inline-block;
  margin-left: 10px;
  font-size: 36px;
}

.intro_teepro .content_teepro {
  margin-bottom: 70px;
  line-height: 1.8;
}

.intro_teepro .readmore_teepro {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner_teepro .nbfw-txt-info .banner-more:hover {
  color: #fff !important;
}

.blog_2 {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-6 .hentry {
  margin-bottom: 0;
}

.hp6-vertical-algin-middle {
  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;
}

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

.contact-tshirt .contact_left {
  margin-bottom: 30px;
}

.contact-tshirt .contact_left .text_sendemail,
.contact-tshirt .contact_left .text_required {
  font-size: 12px;
}

.contact-tshirt .contact_left .your-message textarea {
  text-indent: 15px;
  padding: 0;
  outline: none;
}

.contact-tshirt .contact_right * {
  max-width: 100%;
  width: 100%;
}

.contact-tshirt .contact_right .your-name > input,
.contact-tshirt .contact_right .your-email > input,
.contact-tshirt .contact_right .your-subject > input {
  padding: 10px 5px;
  margin-bottom: 20px;
  text-indent: 15px;
  outline: none;
}

.contact-tshirt .contact_right input[type='submit'] {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.contact_list_icon .uavc-list-icon {
  margin-right: 20px !important;
}

.contact_list_icon .uavc-list-desc p {
  margin: 0;
}

.contact_list_icon .uavc-list-desc div {
  margin-bottom: 5px;
}

.button_joinus a.vc_general {
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: 0 none;
}

.content_manage .content_profile {
  line-height: 25px;
  line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.content_manage .read_more {
  display: inline-block;
  margin-top: 10px;
}

.content_manage .read_more::after {
  content: '\f101';
  font-family: 'fontello';
  margin-left: 10px;
}

.content_manage .link_profile {
  list-style: none;
  padding-left: 0;
}

.content_manage .link_profile li a {
  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;
  font-style: italic;
}

.content_manage .link_profile li a::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 20px;
}

.about_history_content .vc_custom_heading {
  margin-bottom: 0;
}

.about_history_content .vc_toggle_icon {
  position: absolute;
  right: 0;
  top: 0;
}

.about_history_content .vc_toggle_content .about_heading {
  font-size: 20px;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}

.about_history_content .vc_toggle_content .about_heading::before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  height: 100%;
  border-bottom: 2px solid #8f8f8f;
}

.about_history_content .vc_toggle_content .about_heading::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  border: 0 none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.about_history_content .vc_toggle_content .about_content {
  font-size: 14px;
}

.about_history_content .vc_toggle_content .about_content_sep {
  margin-bottom: 20px;
}

.about_history_content .vc_toggle_content .about_content_aug {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}

.about_history_content .vc_toggle_content .about_content_aug .content_left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  max-width: 44%;
  padding: 0 15px;
}

.about_history_content .vc_toggle_content .about_content_aug .content_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

.about_history_content .vc_toggle_content .about_content_aug .content_right p {
  margin-bottom: 0;
  display: block;
}

.about_history_content .vc_toggle_content .about_content_aug .content_right p:last-child {
  text-align: right;
  margin-top: 15px;
}

.about_history_content .vc_toggle_content .about_content_aug .content_right p:last-child a {
  display: inline-block;
}

.about_history_content .vc_toggle_content .about_content_aug .content_right p:last-child a::after {
  content: '\f101';
  font-family: 'fontello';
  margin-left: 10px;
}

.single-service .site-content #secondary {
  padding: 0 15px;
}

.image_banner_services {
  margin-top: 60px;
}

.image_banner_services.bg_bottom_service {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 300px;
}

.text_service {
  text-align: center;
  padding-bottom: 90px;
  padding-top: 90px;
}

.text_service .text_banner_service {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1;
  margin-bottom: 135px;
  position: relative;
  display: inline-block;
}

.text_service .icon_service .aio-icon-box {
  border: 1px solid #fff;
}

.text_service .icon_service .aio-icon-box .aio-icon-top {
  margin-top: -70px;
  margin-bottom: 50px;
}

.text_service .icon_service .aio-icon-box .aio-icon-top .aio-icon {
  background: #fff;
  width: 140px;
  height: 140px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  margin: 0 auto;
}

.text_service .icon_service .aio-icon-box .aio-icon-top .aio-icon i {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.text_service .icon_service .aio-icon-box .aio-icon-top .aio-icon:hover i {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.text_service .icon_service .aio-icon-box .aio-icon-header {
  padding: 0 15px;
}

.text_service .icon_service .aio-icon-box .aio-icon-header .aio-icon-title {
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 25px;
  padding: 0 15px;
}

.text_service .icon_service .aio-icon-box .aio-icon-description {
  line-height: 1;
  margin-bottom: 70px;
  padding: 0 15px;
}

.service_img_content > .wpb_column .wpb_content_element {
  margin-bottom: 25px;
}

.service_img_content .wpb_column:nth-child(2) .wpb_single_image {
  margin-bottom: 40px;
}

.banner_category {
  background: -webkit-linear-gradient(150deg, blue, violet);
  background: -o-linear-gradient(150deg, blue, violet);
  background: linear-gradient(300deg, blue, violet);
}

.banner_category .banner-more {
  opacity: 1 !important;
}

.banner_category .banner-more::after {
  content: '' !important;
}

.category_img {
  margin-bottom: 20px;
}

.category_img .vc_single_image-wrapper {
  overflow: hidden;
}

.category_img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.category_img img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.category_banner {
  min-height: 250px;
  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;
  position: relative;
}

.category_banner::before {
  content: '';
  display: block;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  position: absolute;
  z-index: 1;
  border: 1px solid #ffffff;
}

.category_banner .wpb_column {
  z-index: 999;
}

.category_banner .vc_column-inner {
  padding-top: 0 !important;
}

.category_banner .vc_column-inner .button_comback_shop {
  margin-bottom: 0;
}

.category_banner .vc_column-inner .button_comback_shop a {
  padding: 10px 30px;
  background-image: none;
}

.category_banner .vc_column-inner .button_comback_shop a:hover {
  background-image: none;
}

.category_banner .vc_column-inner .uvc-heading .uvc-sub-heading {
  letter-spacing: 8px;
}

.faq_page .vc_toggle .vc_toggle_title {
  position: relative;
  background-color: #666666;
  padding: 10px 15px;
  padding-right: 50px;
}

.faq_page .vc_toggle .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq_page .vc_toggle .vc_toggle_title .vc_toggle_icon::before {
  background-color: #fff !important;
}

.faq_page .vc_toggle .vc_toggle_title .vc_toggle_icon::after {
  background-color: #fff !important;
}

.faq_page .vc_toggle .vc_toggle_content {
  padding-left: 15px !important;
}

.faq_page .vc_toggle.vc_toggle_active .vc_toggle_title {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category .style-3 article.type-post {
  margin-bottom: 45px;
}

.category .style-3 article.type-post .entry-image {
  margin-bottom: 15px;
  text-align: center;
}

.category .style-3 article.type-post .entry-image img {
  width: 100%;
}

.category .style-3 article.type-post .entry-content {
  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;
}

.category .style-3 article.type-post .entry-content .entry-meta {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.category .style-3 article.type-post .entry-content .entry-meta span:not(:last-child) {
  margin-right: 15px;
}

.category .style-3 article.type-post .entry-content .entry-title {
  font-size: 18px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.category .style-3 article.type-post .entry-content .entry-text {
  margin-top: 15px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.category .style-3 article.type-post .entry-content .entry-text .entry-summary {
  margin: 0;
}

.nbd-gallery-con .nbd-list-designs {
  margin-bottom: 90px;
}

.container .nbd-list-designer-template {
  margin-right: -15px;
  margin-left: -15px;
}

.container #nbdesigner-gallery {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container #nbdesigner-gallery .nbdesigner-item {
  margin: 0;
  padding: 15px;
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.nbdesigner-gallery .nbdesigner-item .nbd-gallery-item .nbd-gallery-item-acction .nbd-like-icons .nbd-like-icon.loading,
#nbdesigner-gallery .nbdesigner-item .nbd-gallery-item .nbd-gallery-item-acction .nbd-like-icons .nbd-like-icon.loading {
  background-color: transparent;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nbd-gallery #primary {
  margin-bottom: 75px;
}

.nbd-gallery #primary .nbd-sidebar ul {
  padding-left: 0px;
}

.nbd-gallery #primary .nbd-sidebar ul .children {
  padding-left: 15px;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f4f4f4;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .nbd-sidebar-con-inner ul li a {
  padding: 7px 0px 5px;
  font-size: 14px;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .nbd-sidebar-con-inner ul li a:hover {
  font-weight: 400;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .nbd-sidebar-con-inner ul li.has-children ul {
  border-top: 1px solid #dedede;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .nbd-sidebar-con-inner ul li.has-children ul li a {
  list-style-position: inside;
  list-style-type: disc;
  display: inherit;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .nbd-sidebar-con-inner svg {
  display: none;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .nbd-sidebar-con-inner .nbd-tag {
  background: none;
  padding: 0;
  font-weight: 400;
  color: #2c2d33;
  display: block;
  margin-bottom: 5px;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .nbd-sidebar-con-inner .nbd-tag:after {
  display: none;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .nbd-sidebar-con-inner .nbd-tag:before {
  display: none;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .nbd-sidebar-con-inner.wishlist .left {
  background: #fff;
}

.nbd-gallery #primary .nbd-sidebar .nbd-sidebar-con .wishlist-tem-wrap img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nbd-gallery #primary .nbd-list-designs {
  margin-top: -15px;
}

.nbd-gallery #primary .nbd-list-designs .nbd-gallery-item {
  border: 1px solid #e1e1e1;
}

.nbd-gallery #primary .nbd-list-designs .nbd-gallery-item .nbd-gallery-item-inner {
  padding: 15px;
}

.nbd-gallery #primary .nbd-list-designs .nbd-wrap {
  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;
}

.nbd-gallery #primary .nbd-list-designs .nbd-wrap .nbd-popup-large-img {
  width: -webkit-calc(55% - (0.45 * 30px));
  width: calc(55% - (0.45 * 30px));
}

.nbd-gallery #primary .nbd-list-designs .nbd-wrap .nbd-gallery-item-action {
  width: -webkit-calc(45% - (0.55 * 30px));
  width: calc(45% - (0.55 * 30px));
}

.nbd-gallery #primary .nbd-list-designer-template .nbd-wrap {
  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;
}

.nbd-gallery #primary .nbd-list-designer-template .nbd-wrap .nbd-popup-large-img {
  width: -webkit-calc(55% - (0.45 * 30px));
  width: calc(55% - (0.45 * 30px));
}

.nbd-gallery #primary .nbd-list-designer-template .nbd-wrap .nbd-gallery-item-action {
  width: -webkit-calc(45% - (0.55 * 30px));
  width: calc(45% - (0.55 * 30px));
}

.nbd-popup-start-design:hover {
  color: #fff;
}

.nbd-user-banner {
  border-top: 1px solid #e1e1e1;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: -60px;
  min-height: auto;
}

.nbd-user-banner.banner_img {
  min-height: 300px;
  border-top: 0 none;
}

.nbd-user-banner.banner_img.style3 {
  margin-bottom: 15px;
}

.nbd-user-banner.banner_img .nbd-user-infos.style3 {
  margin-top: 0px;
}

.nbd-user-banner > .container {
  height: 100%;
}

.nbd-user-banner > .container .row {
  height: 100%;
}

.nbd-user-infos {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nbd-user-infos .nbd-user-info {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  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;
}

.nbd-user-infos .nbd-user-info .nbd-avatar {
  border: 0 none;
  margin-right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info {
  max-width: unset;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-artist-name {
  font-size: 18px;
  color: #444444;
  margin-bottom: 10px;
  line-height: 1;
  text-shadow: none;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-social-list {
  font-size: 14px;
  margin-bottom: 7px;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-social-list .nbd-social {
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #999999;
  padding: 0;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-social-list .nbd-social i::before {
  margin: 0;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-social-list .nbd-social:first-child {
  margin-left: 0;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-social-list .nbd-social:last-child {
  margin-right: 0;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-artist-add {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 7px !important;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-artist-add i {
  margin-right: 10px;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-artist-phone {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}

.nbd-user-infos .nbd-user-info .nbd-designer-info .nbd-artist-phone i {
  margin-right: 10px;
}

.nbd-user-infos .nbd-description {
  padding: 0;
  padding-left: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.nbd-user-infos.style1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 45px;
}

.nbd-user-infos.style1 .nbd-user-info {
  -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%;
  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;
  padding-right: 15px;
}

.nbd-user-infos.style1 .nbd-user-info .nbd-artist-name {
  margin-bottom: 15px;
}

.nbd-user-infos.style1 .nbd-description {
  -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%;
}

.nbd-user-infos.style1 .nbd-description p {
  margin-left: 30px;
}

.nbd-user-infos.style2 {
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

.nbd-user-infos.style2 .nbd-user-info {
  padding: 30px 0 25px 0;
  position: relative;
  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;
}

.nbd-user-infos.style2 .nbd-user-info .nbd-designer-info {
  position: static;
}

.nbd-user-infos.style2 .nbd-user-info .nbd-designer-info .nbd-artist-name {
  margin-bottom: 20px;
}

.nbd-user-infos.style2 .nbd-user-info .nbd-designer-info .nbd-social-list {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}

.nbd-user-infos.style2 .nbd-description {
  padding-left: 0;
}

.nbd-user-infos.style3 {
  max-width: 460px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: 15px;
  overflow: hidden;
  min-height: 300px;
  margin-top: 30px;
}

.nbd-user-infos.style3 .nbd-user-info {
  padding-top: 30px;
  padding-bottom: 15px;
}

.nbd-user-infos.style3 .nbd-user-info .nbd-avatar {
  border: 2px solid #fff;
}

.nbd-user-infos.style3 .nbd-user-info .nbd-artist-name {
  color: #fff;
  margin-bottom: 25px;
}

.nbd-user-infos.style3 .nbd-user-info .nbd-social-list .nbd-social {
  background-color: transparent;
  color: #d8d8d8;
}

.nbd-user-infos.style3 .nbd-user-info .nbd-artist-add {
  background-color: transparent;
  color: #fff;
}

.nbd-user-infos.style3 .nbd-user-info .nbd-artist-phone {
  background-color: transparent;
  color: #fff;
}

.nbd-user-infos.style3 .nbd-description {
  padding-bottom: 23px;
  padding-left: 0;
  color: #fff;
}

.nbd-list-designer-template #nbdesigner-gallery .nbdesigner-item .nbd-gallery-item-inner {
  background-color: #f8f8f8;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.nbd-popup .nbd-wrap .nbd-popup-design-name {
  text-transform: capitalize;
  font-weight: 600;
}

.nbd-popup .nbd-wrap .nbd-but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nbd-popup .nbd-wrap .nbd-but .nbd-like-icons {
  float: none;
  margin-right: 25px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.nbd-popup .nbd-wrap .nbd-but .nbd-edit-template {
  position: static;
}

.nbd-popup .nbd-wrap .nbd-popup-start-design {
  float: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  font-weight: 600;
}

.nbd-popup .nbd-popup-list-preview img {
  width: -webkit-calc(33.3% - (0.667 * 30px));
  width: calc(33.3% - (0.667 * 30px));
  margin-right: 15px;
  max-width: none;
  border: none;
}

/*shop product*/

.shop-main .woof {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  padding: 0;
}

.shop-main .woof .woof_redraw_zone {
  width: 100%;
  font-size: 14px;
}

.shop-main .woof .woof_redraw_zone .woof_container {
  display: inline-block;
  width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_container_inner {
  background: #f7f7f7;
  padding: 10px 15px;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_list,
.shop-main .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_childs_list {
  padding-left: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_list li {
  padding-bottom: 0 !important;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_list li label {
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: capitalize;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_childs_list {
  margin-right: 15px !important;
  margin-top: 0 !important;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_container_inner .chosen-container {
  width: 100% !important;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_container_inner .chosen-container .chosen-drop .chosen-results .highlighted {
  background-image: none;
}

.shop-main .woof .woof_redraw_zone .woof_container > .woof_container_inner::-webkit-scrollbar {
  width: 5px;
}

.shop-main .woof .woof_redraw_zone .woof_container > .woof_container_inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e4e4e4;
  box-shadow: inset 0 0 5px #e4e4e4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.shop-main .woof .woof_redraw_zone .woof_container > .woof_container_inner::-webkit-scrollbar-thumb {
  background: #bebebe;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.shop-main .woof .woof_redraw_zone .woof_container > .woof_container_inner::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}

.shop-main .woof .woof_redraw_zone .woof_container input {
  vertical-align: middle;
  white-space: normal;
}

.shop-main .woof .woof_redraw_zone .woof_container input.woof_add_query_save {
  padding: 5px;
}

.shop-main .woof .woof_redraw_zone .woof_container input.woof_add_query_save:hover {
  color: #fff;
}

.shop-main .woof .woof_redraw_zone .woof_container input#woof_add_subscr:hover {
  color: #fff;
}

.shop-main .woof .woof_redraw_zone .woof_container img {
  vertical-align: middle;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_query_save_list ul,
.shop-main .woof .woof_redraw_zone .woof_container .woof_subscr_list ul {
  padding-left: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_subscr_list .woof_tooltip {
  display: none;
  vertical-align: middle;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_subscr_list .woof_tooltip .woof_icon_subscr {
  background-image: none;
  text-align: center;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_subscr_list .woof_tooltip .woof_icon_subscr:after {
  content: '\e808';
  font-family: 'fontello';
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_subscr_list .woof_tooltip .woof_tooltip_data {
  white-space: nowrap;
  padding: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_subscr_list .woof_tooltip:hover .woof_tooltip_data {
  margin-left: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_subscr_list .woof_remove_subscr img {
  display: none;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_subscr_list .woof_remove_subscr:after {
  content: '\ea0d';
  font-family: 'fontello';
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_query_save_list .woof_tooltip {
  display: none;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_query_save_list .woof_tooltip .woof_icon_save_query {
  background-image: none;
  font-size: 16px;
  font-weight: bold;
  vertical-align: inherit;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_query_save_list .woof_tooltip .woof_icon_save_query:after {
  content: '\e812';
  font-family: 'fontello';
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_query_save_list .woof_tooltip .woof_tooltip_data {
  white-space: nowrap;
  padding: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_query_save_list .woof_tooltip:hover .woof_tooltip_data {
  margin-left: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_query_save_list .woof_remove_query_save img {
  display: none;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_query_save_list .woof_remove_query_save:after {
  content: '\ea0d';
  font-family: 'fontello';
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_product_cat ul {
  padding-top: 2px;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_product_cat ul li {
  display: block;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_product_cat ul li label {
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: capitalize;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_image .woof_tooltip {
  display: inline-block;
  margin-bottom: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_image .woof_tooltip span.checkbox {
  width: 50px;
  height: 50px;
  margin: 0 3px 3px 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  border: 2px solid #e2e6e7;
  padding: 2px;
  color: #292f38;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: border-color .35s ease;
  -o-transition: border-color .35s ease;
  transition: border-color .35s ease;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_image .woof_tooltip .woof_tooltip_data {
  top: 0;
  bottom: auto;
  max-width: none;
  min-width: auto;
  padding: 3px 8px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter span.irs-with-grid span.irs-slider {
  border: 1px solid #99a4ac;
  background: white;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter span.irs-with-grid span.irs-slider:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  background-color: #99a4ac;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter .woof_checkbox_authors_container .woof_container_inner {
  padding: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter .woof_checkbox_authors_container .woof_container_inner .woof_authors {
  padding-left: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter > .woof_container_inner {
  overflow-x: visible !important;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter > .woof_container_inner .price_slider_amount {
  overflow: hidden;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter > .woof_container_inner .woof_price_filter_txt_container {
  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;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter > .woof_container_inner .woof_price_filter_txt_container input {
  width: -webkit-calc(50% - (0.5 * 30px)) !important;
  width: calc(50% - (0.5 * 30px)) !important;
  border-style: dashed;
  background: #f7f7f7;
  padding-left: 10px;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter > .woof_container_inner .woof_list .woof_radio_price_reset {
  vertical-align: middle;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter > .woof_container_inner .woof_list .woof_radio_price_reset img {
  display: none;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_price_filter > .woof_container_inner .woof_list .woof_radio_price_reset:after {
  content: '\ea0d';
  font-family: 'fontello';
  font-size: 15px;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_products_messenger_container input {
  line-height: 24px;
  padding: 10px;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_author_search_container .woof_container_inner,
.shop-main .woof .woof_redraw_zone .woof_container.woof_container_select .woof_container_inner,
.shop-main .woof .woof_redraw_zone .woof_container.woof_container_mselect .woof_container_inner,
.shop-main .woof .woof_redraw_zone .woof_container.woof_container_select_hierarchy .woof_container_inner,
.shop-main .woof .woof_redraw_zone .woof_container.woof_container_select_radio_check .woof_container_inner,
.shop-main .woof .woof_redraw_zone .woof_container.woof_by_rating_container .woof_container_inner {
  overflow: visible !important;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_author_search_container .woof_container {
  top: auto !important;
  left: 0 !important;
  width: 100% !important;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_author_search_container .woof_container .woof_container_inner {
  padding-top: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_author_search_container .woof_container .woof_container_inner ul.woof_authors {
  padding-left: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_author_search_container .woof_container .woof_container_inner ul.woof_authors li {
  margin-top: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_author_search_container .woof_container .woof_container_inner ul.woof_authors li label {
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: capitalize;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_label ul.woof_list li {
  position: relative;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_label ul.woof_list li span.checkbox {
  width: auto;
  min-width: 35px;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_label ul.woof_list li span.woof_label_count {
  right: 0;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_slider span.irs-with-grid span.irs-slider {
  border: 1px solid #99a4ac;
  background: white;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_slider span.irs-with-grid span.irs-slider:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  background-color: #99a4ac;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.shop-main .woof .woof_redraw_zone .woof_container.woof_container_color .woof_tooltip .woof_color_term {
  border-style: solid;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_sku_search_go,
.shop-main .woof .woof_redraw_zone .woof_container .woof_text_search_go {
  background-image: none !important;
  top: 7px;
}

.shop-main .woof .woof_redraw_zone .woof_container .woof_sku_search_go:after,
.shop-main .woof .woof_redraw_zone .woof_container .woof_text_search_go:after {
  content: '\e812';
  font-family: 'fontello';
  font-weight: bold;
}

.shop-main .woof .woof_redraw_zone .woof_submit_search_form_container {
  padding-left: 15px;
}

.shop-main .woof .woof_redraw_zone .woof_submit_search_form_container button:last-child {
  margin-right: 15px;
}

.shop-main .woof .woof_list span.woof_is_closed {
  background: none;
}

.shop-main .woof .woof_list span.woof_is_closed:after {
  content: '\e80b';
  font-family: 'fontello';
}

.shop-main .woof .woof_list span.woof_is_opened {
  background: none;
}

.shop-main .woof .woof_list span.woof_is_opened:after {
  content: '\e80c';
  font-family: 'fontello';
}

.shop-main .woof .woof_list a.woof_radio_term_reset {
  float: right;
  margin-top: 5px;
}

.shop-main .woof .woof_list a.woof_radio_term_reset:after {
  content: '\ea0d';
  font-family: 'fontello';
  font-size: 12px;
}

.shop-main .woof .woof_list a.woof_radio_term_reset img {
  display: none;
}

.shop-main .woof .woof_list a.woof_childs_list_opener {
  margin-top: 6px;
  float: right;
  text-align: right;
}

.shop-main .woof .woof_edit_view {
  display: none;
}

.shop-main .woof .chosen-single {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #fff;
}

.shop-main .woof .chosen-single span {
  font-size: 13px;
  text-transform: capitalize;
}

.shop-main .woof_products_top_panel ul {
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #aaa;
  display: inline-block;
}

.shop-main .woof_products_top_panel ul li {
  margin: 10px !important;
}

.shop-main .woof_products_top_panel ul li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.shop-main .woof_products_top_panel ul li a span {
  background-image: none;
  padding-right: 0;
}

.shop-main .woof_products_top_panel ul li a span:after {
  content: '\ea0d';
  font-family: 'fontello';
  margin-left: 10px;
}

.shop-main .woocommerce.woof_shortcode_output {
  width: 100%;
}

.shop-main .woocommerce.woof_shortcode_output #woof_results_by_ajax {
  width: 100%;
}

.shop-main .woocommerce.woof_shortcode_output #woof_results_by_ajax .woocommerce-result-count {
  float: left;
  opacity: 0;
}

.shop-main .woocommerce.woof_shortcode_output #woof_results_by_ajax .woocommerce-ordering {
  float: right;
  margin-bottom: 30px;
}

.shop-main .woocommerce.woof_shortcode_output .products {
  clear: both;
}

.shop-main > .woof_sid_auto_shortcode {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-style: dashed;
  border-width: 0;
}

.shop-main > .woof_sid_auto_shortcode.hide_filter {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.shop-main > .woof_sid_auto_shortcode.show_filter {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  z-index: 99999999;
  left: 0;
  overflow: scroll;
}

.shop-main > .woof_sid_auto_shortcode .filter_bar_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.shop-main > .woof_sid_auto_shortcode .filter_bar_header span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.shop-main > .woof_sid_auto_shortcode .filter_bar_header span.filter_bar_title {
  font-weight: bold;
  font-size: 20px;
}

.shop-main > .woof_sid_auto_shortcode .filter_bar_header span.filter_bar_close_btn {
  text-align: right;
  cursor: pointer;
}

.shop-main > .woof_sid_auto_shortcode .filter_bar_header span.filter_bar_close_btn:after {
  content: '\a907';
  font-family: fontello;
  margin-left: 10px;
}

.shop-main .woof_filter_button_wrap {
  display: block;
  text-align: right;
  margin-bottom: 30px;
}

.shop-main .woof_filter_button_wrap span {
  width: 200px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.shop-main .woof_filter_button_wrap span:before {
  content: '\a906';
  font-family: 'fontello';
  margin-right: 10px;
}

/* woof widget */

.widget.WOOF_Widget h3.widget-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.widget.WOOF_Widget .woof h4 {
  text-transform: capitalize;
}

.widget.WOOF_Widget .woof ul li {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.widget.WOOF_Widget .woof ul li label {
  padding-top: 8px;
  padding-bottom: 8px;
}

.widget.WOOF_Widget .woof ul li input[type=\"checkbox\"] {
  margin-bottom: 5px;
}

.widget.WOOF_Widget .woof .chosen-single {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #fff;
}

.widget.WOOF_Widget .woof .chosen-single span {
  font-size: 13px;
  text-transform: capitalize;
}

.widget.WOOF_Widget .woof .woof_price_filter span.irs-with-grid span.irs-slider {
  border: 1px solid #99a4ac;
  background: white;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.widget.WOOF_Widget .woof .woof_price_filter span.irs-with-grid span.irs-slider:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  background-color: #99a4ac;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.widget.WOOF_Widget .woof .woof_price_filter .woof_authors .woof_list {
  margin-bottom: 0;
}

.widget.WOOF_Widget .woof .woof_price_filter .woof_price_filter_txt_container {
  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;
}

.widget.WOOF_Widget .woof .woof_price_filter .woof_price_filter_txt_container input {
  width: -webkit-calc(50% - (0.5 * 30px)) !important;
  width: calc(50% - (0.5 * 30px)) !important;
  border-style: dashed;
  background: #f7f7f7;
  padding-left: 10px;
}

.widget.WOOF_Widget .woof .woof_price_filter .woof_list .woof_radio_price_reset {
  vertical-align: middle;
}

.widget.WOOF_Widget .woof .woof_price_filter .woof_list .woof_radio_price_reset img {
  display: none;
}

.widget.WOOF_Widget .woof .woof_price_filter .woof_list .woof_radio_price_reset:after {
  content: '\ea0d';
  font-family: 'fontello';
  font-size: 15px;
}

.widget.WOOF_Widget .woof .woof_container {
  padding-top: 5px;
  margin-bottom: 9px;
}

.widget.WOOF_Widget .woof .woof_container:not(:first-of-type) {
  background-color: #f7f7f7;
  padding-left: 10px;
  padding-right: 10px;
}

.widget.WOOF_Widget .woof .woof_container:not(:first-of-type) .woof_list li {
  padding-bottom: 0 !important;
  border-bottom: none;
}

.widget.WOOF_Widget .woof .woof_container:not(:first-of-type) .woof_list li .woof_childs_list {
  margin-top: 0 !important;
  margin-right: 15px !important;
  border-top: 1px solid #e6e6e6;
}

.widget.WOOF_Widget .woof .woof_container:not(:first-of-type) .woof_list .woof_childs_list_opener span:hover {
  -webkit-background-size: auto auto;
  background-size: auto;
}

.widget.WOOF_Widget .woof .woof_container:not(:first-of-type) .woof_list .woof_radio_term_reset img {
  vertical-align: middle;
}

.widget.WOOF_Widget .woof .woof_container:not(:first-of-type) .chosen-container {
  width: 100% !important;
}

.widget.WOOF_Widget .woof .woof_container:not(:first-of-type) .chosen-container .chosen-choices {
  padding-top: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.widget.WOOF_Widget .woof .woof_container:not(:first-of-type) .chosen-container .chosen-drop .chosen-results .active-result {
  padding: 7px;
}

.widget.WOOF_Widget .woof .woof_container:not(:first-of-type) .chosen-container .chosen-drop .chosen-results .highlighted {
  background-image: none;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_image .woof_tooltip {
  display: inline-block;
  margin-bottom: 0;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_image .woof_tooltip span.checkbox {
  width: 50px;
  height: 50px;
  margin: 0 3px 3px 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  border: 2px solid #e2e6e7;
  padding: 2px;
  color: #292f38;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: border-color .35s ease;
  -o-transition: border-color .35s ease;
  transition: border-color .35s ease;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_image .woof_tooltip .woof_tooltip_data {
  top: 0;
  bottom: auto;
  max-width: none;
  min-width: auto;
  padding: 3px 8px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
}

.widget.WOOF_Widget .woof .woof_container.woof_price5_search_container .woof_authors {
  margin-top: 0;
  margin-bottom: 0;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_label ul.woof_list li {
  position: relative;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_label ul.woof_list li span.checkbox {
  width: auto;
  min-width: 35px;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_label ul.woof_list li span.woof_label_count {
  right: 0;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_slider span.irs-with-grid span.irs-slider {
  border: 1px solid #99a4ac;
  background: white;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_slider span.irs-with-grid span.irs-slider:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  background-color: #99a4ac;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.widget.WOOF_Widget .woof .woof_container.woof_author_search_container .woof_container {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_mselect .woof_container_inner .chosen-container ul.chosen-choices li.search-choice {
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_mselect .woof_container_inner .chosen-container .chosen-drop ul.chosen-results li {
  padding: 5px 6px;
}

.widget.WOOF_Widget .woof .woof_container.woof_container_color .woof_tooltip .woof_color_term {
  border-style: solid;
}

.widget.WOOF_Widget .woof .woof_container.woof_by_rating_container .woof_container_inner .chosen-results li {
  padding: 5px 6px;
  border-bottom: 1px solid;
}

.widget.WOOF_Widget .woof .woof_container input {
  vertical-align: middle;
}

.widget.WOOF_Widget .woof .woof_container input.woof_add_query_save {
  padding: 5px;
}

.widget.WOOF_Widget .woof .woof_container .woof_add_subscr_cont #woof_add_subscr {
  padding: 10px;
  white-space: normal;
}

.widget.WOOF_Widget .woof .woof_container .woof_sku_search_go,
.widget.WOOF_Widget .woof .woof_container .woof_text_search_go {
  background-image: none !important;
  top: 7px;
}

.widget.WOOF_Widget .woof .woof_container .woof_sku_search_go:after,
.widget.WOOF_Widget .woof .woof_container .woof_text_search_go:after {
  content: '\e812';
  font-family: 'fontello';
  font-weight: bold;
}

.widget.WOOF_Widget .woof .woof_container label {
  font-size: 14px;
  text-transform: capitalize;
}

.widget.WOOF_Widget .woof .woof_container .woof_subscr_list .woof_tooltip {
  display: none;
  vertical-align: middle;
}

.widget.WOOF_Widget .woof .woof_container .woof_subscr_list .woof_tooltip .woof_icon_subscr {
  background-image: none;
  text-align: center;
}

.widget.WOOF_Widget .woof .woof_container .woof_subscr_list .woof_tooltip .woof_icon_subscr:after {
  content: '\e808';
  font-family: 'fontello';
}

.widget.WOOF_Widget .woof .woof_container .woof_subscr_list .woof_tooltip .woof_tooltip_data {
  white-space: nowrap;
  padding: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.widget.WOOF_Widget .woof .woof_container .woof_subscr_list .woof_tooltip:hover .woof_tooltip_data {
  margin-left: 0;
}

.widget.WOOF_Widget .woof .woof_container .woof_subscr_list .woof_remove_subscr img {
  display: none;
}

.widget.WOOF_Widget .woof .woof_container .woof_subscr_list .woof_remove_subscr:after {
  content: '\ea0d';
  font-family: 'fontello';
}

.widget.WOOF_Widget .woof .woof_container .woof_query_save_list .woof_tooltip {
  display: none;
}

.widget.WOOF_Widget .woof .woof_container .woof_query_save_list .woof_tooltip .woof_icon_save_query {
  background-image: none;
  font-size: 16px;
  font-weight: bold;
  vertical-align: inherit;
}

.widget.WOOF_Widget .woof .woof_container .woof_query_save_list .woof_tooltip .woof_icon_save_query:after {
  content: '\e812';
  font-family: 'fontello';
}

.widget.WOOF_Widget .woof .woof_container .woof_query_save_list .woof_tooltip .woof_tooltip_data {
  white-space: nowrap;
  padding: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.widget.WOOF_Widget .woof .woof_container .woof_query_save_list .woof_tooltip:hover .woof_tooltip_data {
  margin-left: 0;
}

.widget.WOOF_Widget .woof .woof_container .woof_query_save_list .woof_remove_query_save img {
  display: none;
}

.widget.WOOF_Widget .woof .woof_container .woof_query_save_list .woof_remove_query_save:after {
  content: '\ea0d';
  font-family: 'fontello';
}

.widget.WOOF_Widget .woof .woof_submit_search_form_container .woof_submit_search_form {
  margin-right: 15px;
}

.widget.WOOF_Widget .woof .woof_submit_search_form_container button {
  display: block;
  padding: 5px;
  width: 100%;
}

.widget.WOOF_Widget .woof .woof_submit_search_form_container .woof_reset_search_form {
  margin-bottom: 15px;
}

.widget.WOOF_Widget .woof .woof_list span.woof_is_closed {
  background: none;
}

.widget.WOOF_Widget .woof .woof_list span.woof_is_closed:after {
  content: '\e80b';
  font-family: 'fontello';
}

.widget.WOOF_Widget .woof .woof_list span.woof_is_opened {
  background: none;
}

.widget.WOOF_Widget .woof .woof_list span.woof_is_opened:after {
  content: '\e80c';
  font-family: 'fontello';
}

.widget.WOOF_Widget .woof .woof_list a.woof_radio_term_reset {
  float: right;
  margin-top: 5px;
}

.widget.WOOF_Widget .woof .woof_list a.woof_radio_term_reset:after {
  content: '\ea0d';
  font-family: 'fontello';
  font-size: 12px;
}

.widget.WOOF_Widget .woof .woof_list a.woof_radio_term_reset img {
  display: none;
}

.widget.WOOF_Widget .woof .woof_list a.woof_childs_list_opener {
  margin-top: 7px;
  float: right;
}

.widget.WOOF_Widget .woof #woof_add_subscr:hover,
.widget.WOOF_Widget .woof input.woof_add_query_save:hover {
  color: #fff;
}

#woof_add_subscr,
input.woof_add_query_save,
.woof_list_label li .woof_label_term {
  background-color: #fff;
}

html.no_scroll {
  overflow: hidden;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mgb15 {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-product .left-thumb .single-product-wrap .product-image .onsale.sale-style-1,
.single-product .inside-thumb .single-product-wrap .product-image .onsale.sale-style-1 {
  left: auto;
  right: 0;
}

.single-product .left-thumb .single-product-wrap .product-image .onsale.sale-style-2,
.single-product .inside-thumb .single-product-wrap .product-image .onsale.sale-style-2 {
  left: auto;
  right: 0;
}

.single-product .left-thumb .single-product-wrap .product-image .onsale.sale-style-2 .percent,
.single-product .inside-thumb .single-product-wrap .product-image .onsale.sale-style-2 .percent {
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
  top: 10px;
  left: -10px;
}

.single-product .left-thumb .single-product-wrap .product-image .onsale.sale-style-3,
.single-product .inside-thumb .single-product-wrap .product-image .onsale.sale-style-3 {
  right: 0;
  left: auto;
}

.single-product .left-thumb .single-product-wrap .product-image .onsale.sale-style-3 .percent,
.single-product .inside-thumb .single-product-wrap .product-image .onsale.sale-style-3 .percent {
  top: -2px;
  left: 25px;
  right: auto;
  -webkit-transform: rotate(400deg);
  -ms-transform: rotate(400deg);
  transform: rotate(400deg);
}

.single-product .nbcs-section .nbcs-add-to-cart-button input[type='submit'] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}

.single-product .single-product-wrap h2,
.single-product #tab-seller h2,
.single-product .accordion-content h2 {
  display: none;
}

.single-product .single-product-wrap .list-unstyled li,
.single-product #tab-seller .list-unstyled li,
.single-product .accordion-content .list-unstyled li {
  margin-bottom: 10px;
}

.single-product .single-product-wrap .list-unstyled .seller-rating,
.single-product #tab-seller .list-unstyled .seller-rating,
.single-product .accordion-content .list-unstyled .seller-rating {
  display: block;
  overflow: hidden;
  height: 25px;
}

.single-product .single-product-wrap .list-unstyled .seller-rating .star-rating:before,
.single-product #tab-seller .list-unstyled .seller-rating .star-rating:before,
.single-product .accordion-content .list-unstyled .seller-rating .star-rating:before {
  float: none;
  position: static;
}

.single-product .single-product-wrap .product-vendor-info,
.single-product #tab-seller .product-vendor-info,
.single-product .accordion-content .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;
  margin-bottom: 30px;
}

.single-product .single-product-wrap .product-vendor-info .profile-img,
.single-product #tab-seller .product-vendor-info .profile-img,
.single-product .accordion-content .product-vendor-info .profile-img {
  margin-right: 20px;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info,
.single-product #tab-seller .product-vendor-info .dokan-store-info,
.single-product .accordion-content .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,
.single-product .accordion-content .product-vendor-info .dokan-store-info .store-name {
  margin-bottom: 0;
}

.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,
.single-product .accordion-content .product-vendor-info .dokan-store-info .store-ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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,
.single-product .accordion-content .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,
.single-product .accordion-content .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,
.single-product .accordion-content .product-vendor-info .dokan-store-info .store-ratings .seller-rating .star-rating {
  margin-bottom: 0;
  margin-right: 20px;
}

.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,
.single-product .accordion-content .product-vendor-info .dokan-store-info .store-ratings .text {
  -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-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,
.single-product .accordion-content .product-vendor-info .dokan-store-info .store-address,
.single-product .accordion-content .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,
.single-product .accordion-content .product-vendor-info .dokan-store-info .store-address address,
.single-product .accordion-content .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,
.single-product .accordion-content .product-vendor-info .dokan-store-info .store-address [class^="icon-"]:before,
.single-product .accordion-content .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,
.single-product .accordion-content .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,
.single-product .accordion-content .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,
.single-product .accordion-content .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,
.single-product .accordion-content .product-vendor-info .dokan-store-info .seller-name {
  margin-bottom: 5px;
}

.single-product .single-product-wrap .product-vendor-info .dokan-store-info i,
.single-product #tab-seller .product-vendor-info .dokan-store-info i,
.single-product .accordion-content .product-vendor-info .dokan-store-info i {
  margin-right: 10px;
}

.single-product .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 .product-vendor-info .dokan-store-info .store-ratings .text {
  margin-right: 15px;
}

.single-product .product-vendor-info .dokan-store-info .store-ratings .seller-rating .star-rating:before {
  position: static !important;
}

.single-product #tab-more_seller_product .products .product,
.single-product .accordion-item .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%;
}

.single-product .wc-tabs-wrapper #tab-faq_tab .nbt-faqs-container {
  margin-top: 0;
}

.single-product .wc-tabs-wrapper #tab-faq_tab .nbt-faqs-container h3 {
  font-size: 20px !important;
}

.dokan-single-store .store-coupon-wrap {
  display: none;
}

.dokan-single-store .dokan-store-tabs ul {
  margin-bottom: 30px;
}

.dokan-single-store .dokan-store-tabs ul:before,
.dokan-single-store .dokan-store-tabs ul:after {
  display: table;
  content: '';
  clear: both;
}

.dokan-single-store .dokan-store-tabs ul li.dokan-right {
  border-right: 0 none;
  margin-right: 0;
}

.dokan-single-store .dokan-store-tabs ul li.dokan-right .dokan-btn {
  padding-left: 20px;
  padding-right: 20px;
}

.dokan-single-store li.dokan-share-btn-wrap .dokan-share-btn {
  margin: 5px 10px;
}

.woocommerce .seller-items .products .product {
  padding-right: 0px;
  padding-left: 0px;
}

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

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

.woocommerce #reviews #comments ol.commentlist li .review_comment_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .dokan-review-author-img {
  width: 95px;
  padding-right: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating {
  overflow: hidden;
  position: relative;
  font-family: "fontello";
  font-size: 14px;
  line-height: 1;
  height: 1em;
  margin-bottom: 10px;
  width: 70px;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating > span {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating > span:before {
  content: "\e809\e809\e809\e809\e809";
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text p {
  margin-bottom: 5px;
}

.dokan-category-menu {
  border: 0 none;
}

.dokan-category-menu h3.widget-title {
  padding: 0 0 5px;
  margin: 0 0 30px;
  border-width: 0 0 2px;
  border-style: none none solid;
  background: none;
}

.dokan-category-menu #cat-drop-stack > ul li a {
  font-size: inherit;
  padding: 10px 0;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap {
  background: none;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
  border-bottom: 0 none !important;
  margin: 0;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.level-0 {
  background: none;
}

#dokan-form-contact-seller ul > li {
  border-bottom: 0 none;
}

#dokan-form-contact-seller ul > li.dokan-form-group {
  padding: 0;
  margin-bottom: 15px;
}

#dokan-form-contact-seller ul > li.dokan-form-group .dokan-form-control {
  padding: 7px 15px;
}

#dokan-form-contact-seller input[type="submit"].dokan-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0 none;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:not(:last-child):after {
  padding: 0 10px;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .store-name {
  text-transform: capitalize;
}

.store-coupon-wrap.teepro_show_store_coupons {
  clear: both;
  border: 2px dashed #40c6ff;
  padding: 15px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.dokan-store-sidebar {
  margin-bottom: 60px;
}

.dokan-store-sidebar .widget .widget-title {
  margin-bottom: 30px;
}

.dokan-store-sidebar .widget.dokan-category-menu #cat-drop-stack {
  margin-top: -15px;
}

.dokan-store-sidebar .dokan-form-group textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dokan-store #dokan-primary .woof {
  display: none;
}

.dokan-store .shop-main .paging-navigation .dokan-pagination-container .dokan-pagination li a {
  padding: 5px 12px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dokan-store .shop-main .paging-navigation .dokan-pagination-container .dokan-pagination li.active a {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dokan-seller-listing {
  margin-bottom: 90px;
}

.dokan-seller-listing form {
  margin-top: 0;
}

.dokan-seller-listing form .nb-input-group {
  position: relative;
}

.dokan-seller-listing form .nb-input-group .search-button {
  position: absolute;
  right: 0;
}

.dokan-seller-listing form .nb-input-group .search-button button {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

#dokan-seller-listing-wrap {
  margin-left: 0;
  margin-right: 0;
}

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

#dokan-seller-listing-wrap .dokan-seller-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#dokan-seller-listing-wrap.grid-view .store-content {
  position: static;
  background: inherit;
  color: inherit;
}

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

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

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

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

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

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

.dokan-single-seller .store-wrapper .store-content .store-name a {
  text-transform: capitalize;
}

.dokan-single-seller .store-wrapper .store-content .store-data h2 a {
  text-transform: capitalize;
}

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

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

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

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

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

.dokan-single-seller .featured-label {
  position: absolute;
  top: -7px;
  right: -8px;
  background: url(../../images/featured-icon.png) no-repeat;
  height: 72px;
  width: 72px;
}

.dokan-single-seller .featured-label span {
  display: block;
  color: #fff;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  position: absolute;
  top: 19px;
  right: 0;
}

.dokan-single-seller.store_default .store-content .store-info {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  height: 220px;
  position: relative;
}

.dokan-single-seller.store_default .store-content .store-info .store-data-container {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.dokan-single-seller.store_default .store-content .store-info .featured-favourite {
  padding: 20px 20px 10px;
  overflow: hidden;
}

.dokan-single-seller.store_default .store-content .store-info .store-data {
  padding: 0px 20px;
}

.dokan-single-seller.store_default .store-content .store-info .store-data h2 a {
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}

.dokan-single-seller.store_default .store-content .store-info .store-data p {
  margin-bottom: 2px;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}

.dokan-single-seller.store_default .store-content .store-info .store-data p.store-address {
  line-height: 23px;
}

.dokan-single-seller.store_default .store-content .store-info .store-data i.fa {
  top: 3px;
}

.dokan-single-seller.store_default .store-footer {
  background: #f7fbfc;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

.dokan-single-seller.store_default .store-footer .seller-avatar {
  padding: 6px;
  background: #fff;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  right: 20px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 30px -6px #afafaf;
  box-shadow: 0px 0px 30px -6px #afafaf;
}

.dokan-single-seller.store_default .store-footer .seller-avatar img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.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-1 .store-wrapper .store-content .store-info .store-data i.fa {
  top: 3px;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.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-data .store-data-i i.fa {
  top: 3px;
}

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

@font-face {
  font-family: 'brushMT';
  src: url("../../../assets/font/BRUSHSCI.eot");
  src: url("../../../assets/font/BRUSHSCI.eot?#iefix") format("embedded-opentype"), url("../../../assets/font/BRUSHSCI.woff2") format("woff2"), url("../../../assets/font/BRUSHSCI.woff") format("woff"), url("../../../assets/font/BRUSHSCI.ttf") format("truetype"), url("../../../assets/font/BRUSHSCI.svg#vni-courinormal") format("svg");
}

.nb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main {
  padding-left: 15px;
  padding-right: 15px;
}

.shop-main .products .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
}

.shop-main .products .product .product-action .add_to_cart_button .blockUI {
  background: none !important;
  opacity: 1 !important;
  cursor: unset !important;
}

.shop-main .products .product .product-action .add_to_cart_button .blockUI.blockOverlay::before {
  background: none;
  color: #000;
  font-size: 18px;
  height: auto;
  width: auto;
  position: static;
  margin: 0;
}

.shop-main .products .product .product-action .add_to_cart_button .blockUI.blockOverlay:hover::before {
  color: #fff;
}

.shop-main .products .product.full_block-hover {
  margin-bottom: 20px;
}

.shop-main .shop-banner {
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .entry-summary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-main.wide .single-product-wrap .pd-meta-left,
.shop-main.wide .single-product-wrap .pd-meta-right {
  display: inline-block;
  width: 50%;
}

.shop-main.wide .single-product-wrap .pd-meta-left .price,
.shop-main.wide .single-product-wrap .pd-meta-right .price {
  line-height: 1;
}

.shop-main.wide .single-product-wrap .pd-meta-left {
  padding-right: 15px;
}

.shop-main.wide .single-product-wrap .pd-meta-right {
  padding-left: 15px;
  vertical-align: top;
}

.shop-main:not(.wide) .single-product-wrap .product_meta {
  border-top: 1px solid;
}

.shop-main.left-images .entry-summary {
  padding-left: 30px;
}

.shop-main.right-images .entry-summary {
  padding-right: 30px;
}

.shop-main .teepro-product-content-show {
  position: relative;
}

.shop-main .teepro-product-content-show .icon-spin6 {
  position: absolute;
  top: 150px;
  left: 50%;
  font-size: 1.5em;
  z-index: 999;
}

.shop-main .teepro-product-content-show .woocommerce-pagination {
  position: relative;
}

.shop-main .teepro-product-content-show .woocommerce-pagination .list-pagination {
  margin: 0;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  display: inline-block;
}

.shop-main .teepro-product-content-show .woocommerce-pagination .list-pagination .pagination-number {
  padding: 5px 12px;
  list-style-type: none;
  display: inline-block;
}

.shop-main .teepro-product-content-show .woocommerce-pagination .list-pagination .pagination-number:hover {
  cursor: pointer;
}

.shop-main .teepro-product-content-show .woocommerce-pagination .pagination-icon {
  padding: 5px;
  display: inline-block;
  list-style-type: none;
}

.shop-main .teepro-product-content-show .woocommerce-pagination .pagination-icon:hover {
  cursor: pointer;
}

.shop-main .teepro-product-content-show .woocommerce-pagination.pagination-style-2 .list-pagination .pagination-number {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  -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);
}

.shop-main .teepro-product-content-show .woocommerce-pagination.pagination-style-2 .list-pagination .pagination-number.page-selected {
  color: #fff;
  pointer-events: none;
}

.shop-main .teepro-product-content-show .woocommerce-pagination.pagination-style-2 .pagination-icon {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  -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);
}

.shop-main .teepro-product-content-show .woocommerce-pagination.pagination-style-1 .list-pagination .pagination-number {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.shop-main .teepro-product-content-show .woocommerce-pagination.pagination-style-1 .list-pagination .pagination-number.page-selected {
  border: 1px solid;
  pointer-events: none;
}

.shop-main .teepro-product-content-show .woocommerce-pagination.pagination-style-1 .pagination-icon {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.shop-main .teepro-product-content-show .products .no_product {
  background-color: #f7f7f7;
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shop-main .teepro-product-content-show .products .icon-attention-circled:before {
  content: "\e80e";
}

.shop-main .teepro-product-content-show .products .text_no_product {
  margin: 0;
}

.post-type-archive-product .shop-main {
  margin-bottom: 90px;
}

.products .product .product-title {
  margin-top: 25px;
  margin-bottom: 10px;
}

.products .product .product-title a {
  font-weight: 400;
  text-decoration: none;
}

.products .product .product-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40px;
  position: absolute;
  bottom: 15px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 9;
}

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

.products .product .product-action .bt-4 {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
  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;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.products .product .product-action .bt-4 i {
  font-size: 18px;
  line-height: 1;
}

.products .product .product-action .bt-4 .show .icon-heart {
  color: #999;
}

.products .product .product-action .bt-4 .show .icon-heart:before {
  font-family: "fontello";
  content: "\a900";
  font-style: normal;
}

.products .product .product-action .bt-4 .yith-wcwl-wishlistexistsbrowse .icon-heart,
.products .product .product-action .bt-4 .yith-wcwl-wishlistaddedbrowse .icon-heart {
  color: #999;
}

.products .product .product-action .bt-4 .yith-wcwl-wishlistexistsbrowse .icon-heart:before,
.products .product .product-action .bt-4 .yith-wcwl-wishlistaddedbrowse .icon-heart:before {
  content: "\a901";
}

.products .product .product-action .bt-4:hover {
  text-decoration: none !important;
}

.products .product .product-action .bt-4:hover i {
  color: #fff !important;
}

.products .product .product-action .bt-4:hover i:before {
  color: #fff !important;
}

.products .product .product-action .bt-4:hover.added:before,
.products .product .product-action .bt-4:hover.start-design:before {
  color: #fff !important;
}

.products .product .product-action .button {
  position: relative;
  width: 40px;
  border: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.products .product .product-action .button i {
  color: #999999;
}

.products .product .product-action .button.start-design {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  font-size: 0;
}

.products .product .product-action .button.start-design:before {
  font-size: 22px;
  font-family: "fontello";
  content: "\e91f";
  font-style: normal;
  color: #999;
}

.products .product .product-action .button.wishlist-btn {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist {
  height: 40px;
  margin-top: 0px;
  padding-top: 6px;
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button i.yith-wcwl-icon {
  margin-right: 0;
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button i.icon-heart:before {
  content: "\a900";
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .icon-heart,
.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .icon-heart {
  color: #444;
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist a {
  text-decoration: none;
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist a:focus {
  outline: 0;
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist i.icon-heart {
  margin-right: 0;
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 6px;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  margin-left: 0;
  visibility: visible;
  width: 12px !important;
  height: 12px !important;
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist .ajax-loading i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.products .product .product-action .button.wishlist-btn .yith-wcwl-add-to-wishlist .ajax-loading i:before {
  color: #999;
  content: '\e839';
  font-family: 'fontello';
  font-style: normal;
}

.products .product .product-action .button.yith-wcqv-button {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.products .product .product-action .button.yith-wcqv-button i:before {
  font-family: "fontello";
  content: "\a902";
  font-style: normal;
}

.products .product .product-action .button.compare {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.products .product .product-action .button.compare i:before {
  font-family: "fontello";
  content: "\e814";
  font-style: normal;
}

.products .product .product-action .button.compare.added {
  font-size: 0;
}

.products .product .product-action .button.compare.added:before {
  font-family: "fontello";
  content: "\e810";
  font-style: normal;
  font-size: 20px;
  color: #333;
}

.products .product .product-action .button.compare .blockOverlay {
  background: none !important;
  padding-top: 2px !important;
  font-size: 18px;
  cursor: unset !important;
  opacity: 1 !important;
}

.products .product .product-action .button.compare .blockOverlay:before {
  content: '\e839';
  font-family: 'fontello';
  font-style: normal;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  background: none;
  font-size: 18px;
  height: auto;
  width: auto;
  color: #333;
  position: static;
  margin: 0;
}

.products .product .product-action .button.compare .blockOverlay:hover:before {
  color: #fff;
}

.products .product .product-action .button.add_to_cart_button,
.products .product .product-action .button.product_type_grouped,
.products .product .product-action .button.product_type_external {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  margin-bottom: 10px;
}

.products .product .product-action .button.add_to_cart_button i:before,
.products .product .product-action .button.product_type_grouped i:before,
.products .product .product-action .button.product_type_external i:before {
  font-family: "fontello";
  content: "\e803";
  font-style: normal;
}

.products .product .product-action .button.loading i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.products .product .product-action .button.loading i:before {
  content: '\e839' !important;
}

.products .product .product-action .button .tooltip {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  min-height: 40px;
  text-transform: none;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.products .product .product-action .button:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.products .product .product-action .button.product_type_variable:not(.add_to_cart_button),
.products .product .product-action .button.product_type_simple:not(.add_to_cart_button) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.products .product .product-action .button.product_type_variable:not(.add_to_cart_button) i:before,
.products .product .product-action .button.product_type_simple:not(.add_to_cart_button) i:before {
  font-family: "fontello";
  content: "\e803";
  font-style: normal;
}

.products .product .product-action .button.compare:not(.real-compare-button) {
  display: none !important;
}

.products .product .product-action.center {
  width: 184px;
  height: 40px;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.products .product .product-action.center .button {
  border: solid 1px #e1e1e1;
  margin-right: 5px;
}

.products .product .product-action.center .button i {
  color: #444;
}

.products .product .product-action.center .button .show .icon-heart {
  color: #444;
}

.products .product .product-action.center .button.start-design {
  width: 100%;
  font-size: 0;
  margin-right: 0;
}

.products .product .product-action.center .button.start-design:before {
  color: #444;
  font-size: 18px;
}

.products .product .product-action.center .button.start-design .tooltip {
  display: none;
}

.products .product .product-action.center .button.replace-add-to-cart-button {
  width: 40px !important;
}

.products .product .product-action.center .button.replace-add-to-cart-button .tooltip {
  display: block !important;
}

.products .product .product-action.center .button.add_to_cart_button,
.products .product .product-action.center .button.product_type_grouped,
.products .product .product-action.center .button.product_type_external {
  margin-right: 0;
}

.products .product .product-action.center .bt-4:hover i {
  color: #fff !important;
}

.products .product .product-action.center .tooltip {
  top: -webkit-calc(-100% - 45px);
  top: calc(-100% - 45px);
  padding: 0 10px;
  left: 21px;
  min-height: 30px;
  line-height: 30px;
  -webkit-transform: translateX(-webkit-calc(-50% - 3px));
  -ms-transform: translateX(calc(-50% - 3px));
  transform: translateX(calc(-50% - 3px));
}

.products .product .product-action.center .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top: 5px solid;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}

.products .product .product-action.center:hover .tooltip {
  top: -webkit-calc(-100% - 5px);
  top: calc(-100% - 5px);
}

.products .product .product-action.vertical {
  right: 15px;
  width: 38px;
}

.products .product .product-action.vertical .button {
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e3e3e3;
  height: 38px;
}

.products .product .product-action.vertical .button i {
  color: #000;
  font-size: 18px;
}

.products .product .product-action.vertical .button.start-design {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.products .product .product-action.vertical .button.start-design:before {
  font-size: 18px;
  color: #000;
}

.products .product .product-action.vertical .button.add_to_cart_button {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.products .product .product-action.vertical .button.add_to_cart_button i:before {
  font-family: "fontello";
  content: "\e803";
  font-style: normal;
}

.products .product .product-action.vertical .button.compare {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.products .product .product-action.vertical .button.compare.added {
  font-size: 0;
}

.products .product .product-action.vertical .button.compare.added:before {
  font-family: "fontello";
  content: "\e810";
  font-style: normal;
  font-size: 20px;
  color: #333;
}

.products .product .product-action.vertical .button.compare .blockOverlay {
  padding-top: 4px !important;
}

.products .product .product-action.vertical .button.compare .blockOverlay:before {
  font-size: 18px;
}

.products .product .product-action.vertical .button.yith-wcqv-button {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.products .product .product-action.vertical .tooltip {
  top: 7px;
  right: -webkit-calc(100% + 35px);
  right: calc(100% + 35px);
  padding: 0 10px;
  line-height: 25px;
  min-height: 25px;
}

.products .product .product-action.vertical:hover .tooltip {
  right: -webkit-calc(100% + 5px);
  right: calc(100% + 5px);
}

.products .product .product-action.horizontal {
  width: 210px;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products .product .product-action.horizontal .button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #333333;
  height: 38px;
  width: 38px;
}

.products .product .product-action.horizontal .button.product_type_variable {
  margin-right: 10px;
}

.products .product .product-action.horizontal .button i {
  color: #fff;
  font-size: 18px;
}

.products .product .product-action.horizontal .button.start-design {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.products .product .product-action.horizontal .button.start-design:before {
  font-size: 18px;
  color: #fff;
}

.products .product .product-action.horizontal .button.add_to_cart_button {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 10px;
}

.products .product .product-action.horizontal .button.add_to_cart_button i:before {
  font-family: "fontello";
  content: "\a903";
  font-style: normal;
}

.products .product .product-action.horizontal .button.compare {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 10px;
}

.products .product .product-action.horizontal .button.compare.added {
  font-size: 0;
}

.products .product .product-action.horizontal .button.compare.added:before {
  font-family: "fontello";
  content: "\e810";
  font-style: normal;
  font-size: 20px;
  color: #fff;
}

.products .product .product-action.horizontal .button.compare .blockOverlay {
  padding-top: 4px !important;
}

.products .product .product-action.horizontal .button.compare .blockOverlay:before {
  font-size: 18px;
  color: #fff;
}

.products .product .product-action.horizontal .button.yith-wcqv-button {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 10px;
}

.products .product .product-action.horizontal .button.yith-wcqv-button i:before {
  font-family: "fontello";
  content: "\e802";
  font-style: normal;
}

.products .product .product-action.horizontal .bt-4:hover i {
  color: #fff !important;
}

.products .product .product-action.horizontal .tooltip {
  top: -webkit-calc(-100% - 45px);
  top: calc(-100% - 45px);
  padding: 0 10px;
  left: 18px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  min-height: 30px;
  line-height: 30px;
}

.products .product .product-action.horizontal .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}

.products .product .product-action.horizontal:hover .tooltip {
  top: -webkit-calc(-100% - 5px);
  top: calc(-100% - 5px);
}

.products .product:hover .product-image {
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.35);
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.35);
  -webkit-transition: -webkit-box-shadow .5s ease-in-out;
  transition: -webkit-box-shadow .5s ease-in-out;
  -o-transition: box-shadow .5s ease-in-out;
  transition: box-shadow .5s ease-in-out;
  transition: box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
}

.products .product:hover .product-image .product-image-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.products .product:hover .product-action {
  opacity: 1;
  visibility: visible;
}

.products .product .price .amount {
  font-weight: 600;
}

.products .product .price del,
.products .product .price ins {
  margin-left: 10px;
  margin-right: 10px;
}

.products .product .price del .amount {
  font-weight: 600;
  color: #999999;
  margin-left: 0;
}

.products .product .star-rating {
  width: 75px;
  font-size: 16px;
}

.products .product p {
  margin-top: 5px;
  line-height: 22px;
  max-height: 45px;
  overflow: hidden;
}

.products .product .nb-loop-variable {
  margin-bottom: 0;
}

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

.products .product.align-left .product-title,
.products .product.align-left .price,
.products .product.align-left .star-rating {
  margin-left: 15px;
}

.products .product.align-left .nb-loop-variable {
  margin-left: 12px;
}

.products .product.align-left .nb-loop-variable td.value {
  text-align: left;
}

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

.products .product.align-center .nb-loop-variable td.value {
  text-align: center;
}

.products .product.align-center .star-rating {
  margin-right: auto;
  margin-left: auto;
}

.products .product.align-center.no_strike-price .price {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products .product.align-center.space_between-price .price {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.products .product.align-center.space_between-price .price ins {
  margin-right: 15px;
}

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

.products .product.align-right .product-title,
.products .product.align-right .price,
.products .product.align-right .star-rating {
  margin-right: 15px;
}

.products .product.align-right .nb-loop-variable {
  margin-right: 12px;
}

.products .product.align-right .nb-loop-variable td.value {
  text-align: right;
}

.products .product.align-right .star-rating {
  float: right;
}

.products .product.align-right span.price {
  display: block;
  clear: both;
}

.products .product.align-right.space_between-price .price {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.products .product.align-right.space_between-price .price ins {
  margin-right: 15px;
}

.products .product.space_between-price.product-type-simple .price {
  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;
}

.products .product.space_between-price.product-type-simple .price del {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.products .product.space_between-price.product-type-simple .price del .amount {
  margin-right: 15px;
}

.products .product.space_between-price.product-type-simple .price ins {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.products .product.no_strike-price .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products .product.no_strike-price .price del {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-decoration: none;
}

.products .product.no_strike-price .price ins {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.products .product.product-type-variable .price {
  display: block;
  color: #ccc;
}

.products .product .nb-loop-variable td.value {
  padding-top: 5px;
  padding-bottom: 0;
  border-bottom: none;
}

.products .product .nb-loop-variable .variation-selector select {
  display: none;
}

.products .product .nb-loop-variable .nbtcs-swatches {
  padding: 5px 3px;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatch:not(.swatch-color) {
  text-indent: 0 !important;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatch:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  border: 1px solid transparent;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  width: auto;
  height: auto;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatch:not(.swatch-radio) {
  position: relative;
  width: 20px !important;
  height: 20px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  text-indent: -9999px;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatch.swatch-color {
  overflow: visible;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatch.swatch-color:before {
  border-color: inherit;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatch.swatch-text {
  height: 30px !important;
  width: 30px !important;
  border: 1px solid;
  border-color: inherit;
  font-size: 14px;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatch.swatch-image {
  width: 35px !important;
  height: 35px !important;
  border: 1px solid;
  border-color: transparent;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatch.square {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatch.square:before {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatches-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatches-radio li {
  text-transform: none;
  width: -webkit-calc(50% - (0.5 * 20px));
  width: calc(50% - (0.5 * 20px));
  padding-left: 20px;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatches-radio li label {
  padding: 0;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatches-radio li label:before {
  border: none;
}

.products .product .nb-loop-variable .nbtcs-swatches .swatches-radio li .check.square {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.products .product.full_block-hover .pt-product-meta {
  padding-bottom: 20px;
}

.products .product.full_block-hover:hover .pt-product-meta {
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.35);
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.35);
  -webkit-transition: -webkit-box-shadow .5s ease-in-out;
  transition: -webkit-box-shadow .5s ease-in-out;
  -o-transition: box-shadow .5s ease-in-out;
  transition: box-shadow .5s ease-in-out;
  transition: box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
}

.products .product.full_block-hover:hover .pt-product-meta .product-image {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.products .product.product-title-bold .product-title a {
  font-weight: 700;
}

.products.grid-type .product .product-title {
  margin-top: 30px;
  margin-bottom: 8px;
}

.products.grid-type .product-description {
  margin-top: 5px;
}

.products.list-type .list-type-wrap {
  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;
}

.products.list-type .product .product-category-link {
  display: inline-block;
  background: #edf0f5;
  padding: 5px 7px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.products.list-type .product .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  float: left;
}

.products.list-type .product .product-meta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  float: left;
  padding: 15px 15px 15px 30px;
}

.products.list-type .product .product-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.products.list-type .product .product-description {
  margin-bottom: 30px;
}

.products.list-type .product .button > i {
  margin-right: 8px;
}

.products.list-type .product .add_to_cart_button i:before {
  font-family: "fontello";
  content: "\e803";
  font-style: normal;
}

.products.list-type .product .tooltip {
  position: static;
  display: inline-block;
  opacity: 1;
}

.products .product-image {
  overflow: hidden;
}

.products .product-image a.woocommerce-loop-product__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products .product-image a.woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18), opacity 0.5s;
}

.products .product-image a.woocommerce-loop-product__link .product-thumbs {
  position: absolute;
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18), opacity 0.5s;
  opacity: 0;
}

.products .product-image:hover .attachment-woocommerce_thumbnail {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.products .product-image:hover .product-thumbs {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product .product-image {
  position: relative;
}

.product .product-image img {
  width: 100%;
  vertical-align: middle;
}

.product .product-image .wishlist-fixed-btn {
  position: absolute;
  top: 4px;
  right: 15px;
  font-size: 16px;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-button .icon-heart {
  color: #000;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-button .icon-heart:before {
  font-family: "fontello";
  content: "\a900";
  font-style: normal;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-wishlistexistsbrowse .icon-heart,
.product .product-image .wishlist-fixed-btn .yith-wcwl-wishlistaddedbrowse .icon-heart {
  color: #000;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-wishlistexistsbrowse .icon-heart:before,
.product .product-image .wishlist-fixed-btn .yith-wcwl-wishlistaddedbrowse .icon-heart:before {
  content: "\a901";
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-to-wishlist {
  height: 45px;
  margin-top: 0px;
  padding-top: 8px;
  position: relative;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-to-wishlist a {
  text-decoration: none;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-to-wishlist a:focus {
  outline: 0;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-to-wishlist i.icon-heart {
  margin-right: 0;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 4px;
  left: 4px;
  left: -2px;
  visibility: visible;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-to-wishlist .ajax-loading i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-to-wishlist .ajax-loading i:before {
  color: #000;
  content: '\e839';
  font-family: 'fontello';
  font-style: normal;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-to-wishlist .tooltip {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  text-transform: none;
  text-align: center;
  top: 5px;
  right: -webkit-calc(100% + 35px);
  right: calc(100% + 35px);
  padding: 0 10px;
  line-height: 25px;
  min-height: 25px;
  z-index: 9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.product .product-image .wishlist-fixed-btn .yith-wcwl-add-to-wishlist:hover .tooltip {
  right: -webkit-calc(100% + 5px);
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.product .product-image .woocommerce-product-gallery {
  position: relative;
}

.product .product-image .woocommerce-product-gallery .product-360-button {
  position: absolute;
  bottom: 164px;
  z-index: 1;
}

.product .product-image .woocommerce-product-gallery .product-360-button a {
  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;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  padding: 1px 9px;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  height: 40px;
  margin-left: 10px;
  overflow: hidden;
  max-width: 43px;
  -webkit-transition: max-width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.5s;
  -o-transition: max-width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.5s;
  transition: max-width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.5s;
  opacity: .6;
}

.product .product-image .woocommerce-product-gallery .product-360-button a span {
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  height: 20px;
  overflow: hidden;
  font-weight: 600;
}

.product .product-image .woocommerce-product-gallery .product-360-button a::before {
  color: #000;
  content: '\e902';
  font-family: 'fontello';
  font-style: normal;
  font-size: 25px;
}

.product .product-image .woocommerce-product-gallery .product-360-button a:hover {
  max-width: 180px;
  opacity: 1;
}

.product .product-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper::after {
  display: none;
  content: '\e839';
  position: absolute;
  font-family: 'fontello';
  top: 50%;
  left: 50%;
  z-index: 999;
  font-size: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.product .product-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper::before {
  display: none;
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.product .onsale {
  z-index: 9;
}

.product .onsale.sale-style-1 {
  position: absolute;
  border: 1px solid;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  top: 15px;
  left: 0;
  font-size: 14px;
}

.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: 0;
  right: auto;
  opacity: 1;
}

.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: 0;
  border-bottom: 25px solid;
  border-left: 22px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  text-align: center;
  color: #fff;
}

.product .onsale.sale-style-3 {
  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: 0;
  right: auto;
  opacity: 1;
  text-transform: uppercase;
}

.product .onsale.sale-style-3 .percent {
  width: 125px;
  height: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -10px;
  right: 12px;
  border-bottom: 35px solid;
  border-left: 38px solid transparent;
  border-right: 55px solid transparent;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  text-align: center;
  color: #fff;
  line-height: 48px;
  font-size: 12px;
}

.product .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-family: "fontello";
  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 .star-rating.no-rating:before {
  color: #ccc;
}

.product .entry-summary {
  margin-top: 0;
}

.product .entry-summary .price {
  margin-top: 0;
  margin-bottom: 5px;
}

.shop-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-action .woocommerce-result-count {
  opacity: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}

.shop-action .woocommerce-notices-wrapper {
  width: 100%;
}

.chosen-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #2d2a2a;
}

.chosen-all ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

.chosen-all ul li {
  position: relative;
  list-style-type: none;
  cursor: pointer;
  padding: 0px 15px;
}

.chosen-all ul li:before,
.chosen-all ul li:after {
  width: 10px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  height: 2px;
  background-color: #000;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.chosen-all ul li:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.chosen-all ul li:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.chosen-all ul li:hover:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.chosen-all .clear-filter {
  border-right: #8080804f solid 1px;
  margin-right: 10px;
}

.added_to_cart.wc-forward {
  display: none;
}

.woocommerce .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 5px;
}

.woocommerce .products .product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
}

.woocommerce .products .product.full_block-hover {
  margin-bottom: 20px;
}

.mfp-content .product-360-view-wrapper .WC-threed-view .ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 75px;
  left: 50%;
  z-index: 11;
  margin-left: -42px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.mfp-content .product-360-view-wrapper .WC-threed-view .ui .next,
.mfp-content .product-360-view-wrapper .WC-threed-view .ui .prev {
  cursor: pointer;
}

.mfp-content .product-360-view-wrapper .WC-threed-view .ui .next::before,
.mfp-content .product-360-view-wrapper .WC-threed-view .ui .prev::before {
  font-family: "fontello";
  font-size: 28px;
  color: rgba(0, 0, 0, 0.8);
}

.mfp-content .product-360-view-wrapper .WC-threed-view .ui .next:hover::before,
.mfp-content .product-360-view-wrapper .WC-threed-view .ui .prev:hover::before {
  color: rgba(0, 0, 0, 0.6);
}

.mfp-content .product-360-view-wrapper .WC-threed-view .ui .prev {
  margin-right: 10px;
}

.mfp-content .product-360-view-wrapper .WC-threed-view .ui .prev::before {
  content: "\e913";
}

.mfp-content .product-360-view-wrapper .WC-threed-view .ui .next {
  margin-left: 10px;
}

.mfp-content .product-360-view-wrapper .WC-threed-view .ui .next::before {
  content: "\e912";
}

.mfp-content .product-360-view-wrapper .WC-threed-view .threesixty {
  display: block;
}

.mfp-content .product-360-view-wrapper .WC-threed-view .threesixty img {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mfp-content .product-360-view-wrapper .WC-threed-view .threesixty img.current-image {
  visibility: visible;
}

.mfp-content .product-360-view-wrapper .WC-threed-view .threesixty img.previous-image {
  visibility: hidden;
}

.mfp-content .product-360-view-wrapper p {
  position: fixed;
  top: 30px;
  right: 0;
}

.mfp-content .product-360-view-wrapper p a.popup-modal-dismiss {
  padding: 10px 14px;
  float: right;
  margin: 10px;
}

.mfp-content .product-360-view-wrapper p a.popup-modal-dismiss::before {
  font-family: "fontello";
  font-size: 18px;
  content: "\a907";
  color: #ffff;
}

.mfp-content .product-360-view-wrapper p a.popup-modal-dismiss:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.single-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.single-product-wrap .single_variation_wrap .nbtwccs_price_code {
  font-size: 1.5em;
}

.single-product-wrap .product-image {
  width: 100%;
}

.single-product-wrap .product-image .thumb-gallery {
  padding-bottom: 1px;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide img {
  cursor: pointer;
  border: 1px solid transparent;
}

.single-product-wrap .product-image .flex-control-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}

.single-product-wrap .product-image .flex-control-thumbs > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.single-product-wrap .woocommerce-product-gallery__wrapper {
  margin-top: 0;
}

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

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery {
  margin-bottom: 10px;
  cursor: pointer;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .swiper-button-next,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .swiper-button-prev {
  background-image: none;
  width: auto;
  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;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .swiper-button-next:before,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .swiper-button-prev:before {
  font-family: 'fontello';
  font-size: 50px;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .swiper-button-next:before {
  content: '\e912';
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .swiper-button-prev:before {
  content: '\e913';
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .next {
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .next {
  opacity: 1;
  visibility: visible;
}

.single-product-wrap .price del {
  font-size: 1.5em;
}

.single-product-wrap .price del .amount {
  opacity: .5;
  margin-right: 10px;
}

.single-product-wrap .price ins,
.single-product-wrap .price > span.amount {
  font-size: 2em;
}

.single-product-wrap .summary > .price .nbtwccs_price_code > span.amount {
  font-size: 2em;
}

.single-product-wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}

.single-product-wrap .entry-summary .entry-title {
  font-size: 30px;
  margin-top: 0;
}

.single-product-wrap .entry-summary .price {
  margin-bottom: 15px;
}

.single-product-wrap .entry-summary #nbt-alert {
  padding-top: 15px;
}

.single-product-wrap .woocommerce-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.single-product-wrap #nbt-alert #nbt_alerts_submit {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single-product-wrap .star-rating {
  font-size: 18px;
  width: 85px;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 10px;
}

.single-product-wrap .woocommerce-review-link {
  display: inline-block;
  line-height: 1.3;
}

.single-product-wrap .separated-line {
  margin-right: 10px;
  margin-left: 10px;
}

.single-product-wrap .woocommerce-product-details__short-description {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 25px;
}

.single-product-wrap .wc-custom-online-desginer {
  border-bottom: solid 1px #d6d6d6;
  border-top: solid 1px #d6d6d6;
  padding: 30px 0 10px 0;
  margin-bottom: 30px;
}

.single-product-wrap .wc-custom-online-desginer .custom-od-title {
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.single-product-wrap .wc-custom-online-desginer .custom-od-des {
  color: #666;
}

.single-product-wrap .wc-custom-online-desginer .nbdesigner_frontend_container {
  border-bottom: 0;
  border-top: 0;
  padding: 0;
  margin-bottom: 0;
}

.single-product-wrap .nbdesigner_frontend_container {
  border-bottom: solid 1px #d6d6d6;
  border-top: solid 1px #d6d6d6;
  padding: 30px 0 10px 0;
  margin-bottom: 30px;
}

.single-product-wrap .nbdesigner_frontend_container .nbdesign-button {
  border: 0;
  font-weight: normal;
}

.single-product-wrap .product-addtocart {
  display: block;
  width: 100%;
}

.single-product-wrap .product-addtocart .cart {
  display: block;
}

.single-product-wrap .cart {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.single-product-wrap .variations_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-product-wrap .variations_button .single_add_to_cart_button {
  width: -webkit-calc(100% - 74px);
  width: calc(100% - 74px);
}

.single-product-wrap .variations_button .nb-quantity.style-1 {
  min-width: 74px;
}

.single-product-wrap .variations {
  margin-bottom: 30px;
}

.single-product-wrap .variation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.single-product-wrap .variation-block p {
  margin-bottom: 0;
  width: 100px;
  padding: 5px 0;
  font-weight: bold;
}

.single-product-wrap .nbtcs-swatches {
  padding: 5px 3px;
}

.single-product-wrap .nbtcs-swatches .swatch-color.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.single-product-wrap .nbtcs-swatches .swatch-color.circle:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  border: 1px solid transparent;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-wrap .nbtcs-swatches .swatch-color.circle.selected {
  border-color: transparent;
}

.single-product-wrap .nbtcs-swatches .swatch-color.circle.selected:before {
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 0;
  margin-top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: auto;
  height: auto;
}

.single-product-wrap .nbtcs-swatches .swatch-color.circle:hover {
  border-color: transparent;
}

.single-product-wrap .nbtcs-swatches .swatch-color:not(.swatch-radio) {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  text-indent: -9999px;
}

.single-product-wrap .nbtcs-swatches .swatch-color.square:before {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single-product-wrap .nbtcs-swatches .swatch-color.square.selected:before {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single-product-wrap .nbtcs-swatches .square {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single-product-wrap .nbtcs-swatches .swatches-radio li {
  color: #676c77;
}

.single-product-wrap .nbtcs-swatches .swatches-radio li:hover label {
  color: #333;
}

.single-product-wrap .nbtcs-swatches .swatches-radio li:hover .check {
  border-color: #333;
}

.single-product-wrap .nbtcs-swatches .swatches-radio input[type=radio]:checked ~ label {
  color: #333;
}

.single-product-wrap .product_meta {
  padding-top: 30px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.single-product-wrap .product_meta .meta-name {
  display: inline-block;
  min-width: 120px;
}

.single-product-wrap .product_meta .sku_wrapper,
.single-product-wrap .product_meta .category_wrapper,
.single-product-wrap .product_meta .tag_wrapper,
.single-product-wrap .product_meta .availability_wrapper {
  margin-bottom: 15px;
}

.single-product-wrap .product_meta .availability_wrapper .stock {
  display: inline-block;
  color: #fff;
  padding: 5px;
}

.single-product-wrap .product_meta .availability_wrapper .in-stock {
  background-color: #8BAD42;
}

.single-product-wrap .product_meta .availability_wrapper .out-stock {
  background-color: #D52A2A;
}

.single-product-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: relative;
  border: 0;
  text-align: center;
  color: #fff;
  height: 50px;
  width: 50px;
  background: #ddd;
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  padding-top: 14px;
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .icon-heart,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .icon-heart {
  font-size: 22px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .icon-heart:before,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .icon-heart:before {
  content: "\a901";
}

.single-product-wrap .yith-wcwl-add-to-wishlist .add_to_wishlist {
  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;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .add_to_wishlist .icon-heart {
  margin-right: 0;
  margin-top: 12px;
  font-size: 22px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i {
  color: #fff;
  font-size: 22px;
}

.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;
  content: "\a900";
}

.single-product-wrap .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 6px;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  margin-left: 0;
  visibility: visible;
  width: 12px !important;
  height: 12px !important;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .ajax-loading i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .ajax-loading i:before {
  color: #fff;
  content: '\e839';
  font-family: 'fontello';
  font-style: normal;
}

.single-product-wrap .compare {
  margin-top: 0;
  position: relative;
  border: 0;
  text-align: center;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 12px 0 0 0;
}

.single-product-wrap .compare i:before {
  font-family: "fontello";
  content: "\e814";
  font-size: 22px;
}

.single-product-wrap .compare .blockOverlay {
  background: none !important;
  padding-top: 8px !important;
  font-size: 22px;
  cursor: unset !important;
  opacity: 1 !important;
}

.single-product-wrap .compare .blockOverlay:before {
  color: #fff;
  content: '\e839';
  font-family: 'fontello';
  font-style: normal;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  background: none;
  font-size: 22px;
  height: auto;
  width: auto;
  position: static;
  margin: 0;
}

.single-product-wrap .compare.added {
  font-size: 0;
  padding-top: 6px;
}

.single-product-wrap .compare.added:before {
  font-family: "fontello";
  content: "\e810";
  font-style: normal;
  font-size: 24px;
  color: #fff;
}

.single-product-wrap .compare .tooltip,
.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip,
.single-product-wrap .teepro-sizeguide-btn .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding: 6px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  z-index: 99;
}

.single-product-wrap .compare .tooltip:before,
.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip:before,
.single-product-wrap .teepro-sizeguide-btn .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  bottom: -10px;
  right: -webkit-calc(50% - 5px);
  right: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.7);
}

.single-product-wrap .compare:hover .tooltip,
.single-product-wrap .yith-wcwl-add-to-wishlist:hover .tooltip,
.single-product-wrap .teepro-sizeguide-btn:hover .tooltip {
  top: -40px;
  opacity: 1;
  visibility: visible;
}

.woocommerce-tabs .accordion-title-wrap:hover {
  cursor: pointer;
}

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

.shop-main {
  max-width: 100%;
  margin-bottom: 85px;
}

.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;
  outline: none;
}

.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.left-thumb .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.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.inside-thumb .woocommerce-product-gallery__wrapper {
  position: relative;
}

.shop-main.inside-thumb .woocommerce-product-gallery__wrapper .featured-gallery .swiper-button-next,
.shop-main.inside-thumb .woocommerce-product-gallery__wrapper .featured-gallery .swiper-button-prev {
  display: none;
}

.shop-main.inside-thumb .thumb-gallery {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.shop-main.inside-thumb .thumb-gallery .swiper-slide img {
  border: 1px solid #cecece;
}

.shop-main .related .product {
  width: 100%;
}

.shop-main .related,
.shop-main .upsells {
  position: relative;
}

.shop-main .related h2,
.shop-main .upsells h2 {
  margin-bottom: 30px;
}

.shop-main .related .products,
.shop-main .upsells .products {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-main .related .products .product,
.shop-main .upsells .products .product {
  margin-bottom: 30px;
}

.shop-main .related .products .product-description,
.shop-main .upsells .products .product-description {
  margin-top: 5px;
}

.shop-main .upsells {
  margin-bottom: 85px;
}

.shop-main .upsells .product {
  width: 100%;
}

.wc-pd-no-sidebar .shop-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/**
 * ------------------------------------------------------------------------------------------------
 * Size guide
 * ------------------------------------------------------------------------------------------------
 */

.size-guide-btn-wrapper {
  display: inline-block;
  margin-left: 11px;
}

.size-guide-btn-wrapper .teepro-sizeguide-btn {
  margin-top: 0;
  position: relative;
  border: 0;
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 12px 0 0 0;
}

.size-guide-btn-wrapper .teepro-sizeguide-btn .icon-ruler {
  font-size: 22px;
}

.teepro-content-popup {
  margin: 30px auto;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  max-width: 800px;
  position: relative;
}

.teepro-content-popup .teepro-sizeguide-title {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

.teepro-content-popup .teepro-sizeguide-content {
  margin-bottom: 30px;
}

.teepro-content-popup .responsive-table {
  margin-bottom: 0;
  overflow-x: auto;
}

.teepro-content-popup .responsive-table .teepro-sizeguide-table td,
.teepro-content-popup .responsive-table .teepro-sizeguide-table tr {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.teepro-content-popup .responsive-table .teepro-sizeguide-table tr:first-child {
  background-color: #f4f4f4;
}

.teepro-content-popup .responsive-table .teepro-sizeguide-table tr:first-child td {
  color: #2d2a2a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: none;
}

.teepro-content-popup .responsive-table .teepro-sizeguide-table tr:not(:first-child):hover {
  background-color: #f8f8f8;
}

.teepro-content-popup .responsive-table .teepro-sizeguide-table tr:not(:first-child):hover td {
  color: #444;
}

.teepro-content-popup .responsive-table .teepro-sizeguide-table tr:not(:first-child) td:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.teepro-content-popup .responsive-table .teepro-sizeguide-table td {
  text-align: center;
  padding: 15px 12px;
  border: none;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.wc-tabs {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
}

.wc-tabs > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
}

.wc-tabs > li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wc-tabs > li.active a {
  border-bottom: 3px solid;
}

.wc-tabs > li a:focus {
  outline: none;
}

.wc-tabs-wrapper {
  margin-bottom: 85px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper .wc-tabs {
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper #tab-additional_information .shop_attributes {
  margin-top: -30px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper #tab-additional_information .shop_attributes tr th,
.shop-main.horizontal-tabs .wc-tabs-wrapper #tab-additional_information .shop_attributes tr td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper #tab-additional_information .shop_attributes tr th p,
.shop-main.horizontal-tabs .wc-tabs-wrapper #tab-additional_information .shop_attributes tr td p {
  margin-bottom: 0;
}

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

.shop-main .woocommerce-Reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-main .woocommerce-Reviews #review_form_wrapper {
  margin-bottom: 15px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'fontello';
  content: '\e80a';
  text-indent: 0;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a:hover ~ a::before {
  content: '\e80a';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars:hover a::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active ~ a::before {
  content: '\e80a';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a:not(.active)::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-respond {
  border: 1px solid;
  padding: 15px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-rating {
  margin-bottom: 15px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-rating p.stars {
  margin-bottom: 0;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-rating > label,
.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-comment > label,
.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-author > label,
.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-email > label {
  color: #222;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .form-submit input {
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  padding: 10px 25px;
  font-size: 16px;
  text-transform: uppercase;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-author > label,
.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-email > label {
  display: block;
}

.shop-main .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 18px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.shop-main .woocommerce-Reviews .comment {
  margin-bottom: 20px;
}

.shop-main .woocommerce-Reviews .commentlist {
  list-style-type: none;
  padding-left: 0;
}

.shop-main .woocommerce-Reviews .commentlist .comment_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-main .woocommerce-Reviews .commentlist .star-rating {
  width: 75px;
}

.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: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 15px;
}

.shop-main.split-reviews-form #review_form_wrapper {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  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%;
}

.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 .cart_item .nbd-cart-upload-file {
  margin-bottom: 10px;
  margin-top: 10px;
}

.shop_table.cart .cart_item .nbd-cart-upload-file a {
  display: inline-block;
  padding: 0 5px;
}

.shop_table.cart .to-shop {
  float: left;
}

.shop_table.cart .nb-quantity.style-1 {
  width: 74px;
}

.shop_table th,
.shop_table td {
  text-align: left;
}

.shop_table th[data-title] .title,
.shop_table td[data-title] .title {
  display: none;
}

.shop_table thead th {
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.shop_table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid;
}

.shop_table .cart_item td a {
  color: #323232;
}

.shop_table .cart_item td .variation dt {
  float: left;
  margin-right: 10px;
}

.cart-layout-1 .product-thumbnail {
  max-width: 180px;
  width: 180px;
}

.cart-layout-1 .cart-totals-wrap .shop_table {
  font-size: 1.4em;
}

.cart-layout-1 .cart-totals-wrap .shop_table th,
.cart-layout-1 .cart-totals-wrap .shop_table td {
  text-align: right;
  border: 0;
  font-weight: 400;
}

.cart-layout-1 .cart-totals-wrap .shop_table td {
  width: 1%;
  white-space: nowrap;
  padding: 0 0 0 45px;
}

.cart-layout-1 .cart-totals-wrap .shop_table .order-total strong {
  font-weight: 400;
  font-size: 1.5em;
}

.cart-layout-1 .coupon {
  text-align: right;
}

.cart-layout-2 .product-thumbnail {
  max-width: 120px;
  width: 120px;
}

.cart-layout-2 .cart-right-section .cart_totals h3 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}

.cart-layout-2 .cart-right-section td {
  text-align: right;
}

.cart-layout-2 .wc-proceed-to-checkout .checkout-button {
  text-align: center;
}

.cart-layout-2 .cart-totals-wrap {
  padding: 15px 15px 30px;
}

.cart-layout-2 .coupon h3 {
  line-height: 1;
  margin-bottom: 15px;
}

.cart-layout-2 .coupon-wrap {
  border: 2px solid #edf0f5;
  padding: 15px 15px 30px;
}

.cart-layout-2 .coupon-wrap .input-text {
  width: 100%;
  margin-bottom: 15px;
}

.coupon {
  margin-bottom: 60px;
}

.coupon input[name="coupon_code"] {
  border-color: transparent;
  border-bottom-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.coupon input[name="coupon_code"]:focus {
  outline: 0;
}

.cart-collaterals .cart_totals > h3 {
  text-align: right;
  margin-bottom: 15px;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.cross-sells .swiper-wrapper {
  width: 100%;
}

.cross-sells .products {
  margin-left: -15px;
  margin-right: -15px;
}

.cross-sells .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cross-sells .swiper-button-next,
.cross-sells .swiper-button-prev,
.cross-sells .swiper-button-next.swiper-button-disabled,
.cross-sells .swiper-button-prev.swiper-button-disabled {
  -webkit-background-size: 20px 44px;
  background-size: 20px 44px;
  opacity: 0;
}

.cross-sells .swiper-button-next,
.cross-sells .swiper-button-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
}

.cross-sells .swiper-pagination {
  width: 100%;
  position: relative;
}

.cross-sells .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  outline: none;
}

.cart-right-section .cart_totals {
  margin-bottom: 45px;
}

/*cart*/

.woocommerce-cart .cart_item .product-thumbnail {
  padding-left: 15px;
}

.woocommerce-cart .cart_item .product-name a {
  font-weight: 600;
  display: block;
}

.woocommerce-cart .cart_item .product-name .nbd-cart-upload-file:not([id]) {
  display: inline-block !important;
}

.woocommerce-cart .cart_item .product-name .nbd-cart-upload-file p {
  position: relative;
  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;
}

.woocommerce-cart .cart_item .product-name .nbd-cart-upload-file p .remove {
  font-size: 34px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  margin-top: -8px;
}

.woocommerce-cart .cart_item .product-name .nbd-cart-upload-file a.button {
  padding: 5px 20px;
  text-transform: capitalize;
  font-size: 14px;
}

.woocommerce-cart .cart_item .product-name .nbd-cart-upload-file:not(:last-of-type)[id] {
  padding-bottom: 25px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  display: block !important;
}

.woocommerce-cart .cart_item .product-name .nbd-cart-upload-file:not(:last-of-type) {
  margin-right: 20px;
}

.woocommerce-cart tbody tr.cart_item:nth-of-type(2n+1) {
  background-color: #f4f4f4;
}

.woocommerce-cart tbody tr.cart_item:nth-of-type(2n) {
  background-color: #fafafa;
}

.woocommerce-cart tbody .actions .coupon {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-cart tbody .actions .coupon input[type="text"] {
  border: none;
  background-color: #f4f4f4;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 30px;
}

.woocommerce-cart tbody .actions .nb-secondary-button {
  float: none;
  margin-right: 25px;
}

.woocommerce-cart tbody .actions .nb-secondary-button i {
  display: none;
}

.woocommerce-cart tbody .actions input,
.woocommerce-cart tbody .actions a {
  text-transform: capitalize;
}

.woocommerce-cart .shop_table.cart .cart_item .amount {
  font-size: 16px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 70%;
  float: right;
  margin-bottom: 60px;
}

.woocommerce-cart .cart-collaterals .cart_totals h3 {
  text-align: left;
  font-size: 24px;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
}

.woocommerce-cart .cart-collaterals table.shop_table tr th {
  text-align: left;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-cart .cart-collaterals table.shop_table tr td {
  padding-right: 15px;
  font-size: 16px;
}

.woocommerce-cart .cart-collaterals table.shop_table tr td ul {
  padding-left: 0;
  list-style-type: none;
}

.woocommerce-cart .cart-collaterals table.shop_table tr td .shipping-calculator-button {
  display: inline-block;
  margin-bottom: 1.5em;
}

.woocommerce-cart .cart-collaterals table.shop_table tr:nth-of-type(2n+1) {
  background-color: #f4f4f4;
}

.woocommerce-cart .cart-collaterals table.shop_table tr:nth-of-type(2n) {
  background-color: #fafafa;
}

.woocommerce-cart .cart-collaterals table.shop_table tr.order-total strong span {
  font-weight: bold;
  font-size: 20px;
}

.woocommerce-cart .cart-layout-2 .cart-right-section h3 {
  font-size: 24px;
}

.woocommerce-cart .cart-layout-2 .cart-right-section table.shop_table th {
  font-weight: 600;
}

.woocommerce-cart .cart-layout-2 .cart-right-section table.shop_table ul {
  padding-left: 0;
  list-style-type: none;
}

.woocommerce-cart .cart-layout-2 .cart-right-section table.shop_table .order-total span {
  font-size: 18px;
}

.woocommerce-cart .cart-layout-2 .cart-right-section .coupon input[type="text"] {
  border: none;
  background-color: #f4f4f4;
  text-align: center;
}

.woocommerce-cart .cart-layout-2 .cart-right-section .coupon input[type="submit"] {
  text-transform: capitalize;
  font-size: 18px;
}

.woocommerce-cart .cart-layout-2 .cart-right-section .wc-proceed-to-checkout a {
  text-transform: capitalize;
  font-size: 18px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding: 15px 15px 15px 60px;
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  font-family: "fontello";
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: 12px;
}

.woocommerce .woocommerce-message .woocommerce-Button,
.woocommerce .woocommerce-error .woocommerce-Button,
.woocommerce .woocommerce-info .woocommerce-Button,
.woocommerce-page .woocommerce-message .woocommerce-Button,
.woocommerce-page .woocommerce-error .woocommerce-Button,
.woocommerce-page .woocommerce-info .woocommerce-Button {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #66BB6A;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  content: '\e80f';
  color: #66BB6A;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top: 3px solid #ef5350;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  content: '\e80e';
  color: #ef5350;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #42A5F5;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  content: '\f086';
  color: #42A5F5;
}

.woocommerce-checkout #primary {
  width: 100%;
}

.woocommerce-checkout #customer_details p.form-row-first,
.woocommerce-checkout #customer_details p.form-row-last {
  width: 50%;
  float: left;
}

.woocommerce-checkout #customer_details p.form-row-first {
  padding-right: 15px;
}

.woocommerce-checkout #customer_details p.form-row-last {
  padding-left: 15px;
}

.woocommerce-checkout #customer_details .form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}

.woocommerce-checkout #customer_details .form-row input.input-text {
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.woocommerce-checkout #customer_details .form-row textarea.input-text {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-checkout #customer_details .form-row .select2-container {
  line-height: 45px;
  height: 45px;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single {
  height: 45px;
  padding-top: 7px;
  border-color: #cccccc;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.checkout_coupon .form-row {
  display: inline-block;
}

.checkout_coupon .input-text {
  border-color: transparent;
  border-bottom-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.checkout_coupon .input-text:focus {
  outline: 0;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal .amount,
.shop_table.woocommerce-checkout-review-order-table .order-total .amount {
  font-weight: bold;
  font-size: 1.5em;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td,
.shop_table.woocommerce-checkout-review-order-table .shipping td {
  text-align: right;
}

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

.wc_payment_methods .payment_method_paypal img {
  display: block;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .nbd-cart-upload-file {
  margin-bottom: 10px;
  margin-top: 10px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .nbd-cart-upload-file a {
  display: inline-block;
  padding: 0 5px;
}

.woocommerce-checkout .woocommerce .nb-checkout-row form.checkout .form-row .select2-container--default .select2-selection--single {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}

.woocommerce-checkout .woocommerce .nb-checkout-row form.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}

.woocommerce-checkout .woocommerce .nb-checkout-row form.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}

.woocommerce-checkout .woocommerce .nb-checkout-row #payment ul.wc_payment_methods li.wc_payment_method input.input-radio[name=payment_method] + label:before {
  -webkit-box-shadow: 0 0 0 2px #666;
  box-shadow: 0 0 0 2px #666;
  background: #666 !important;
}

.woocommerce-checkout .woocommerce .product-quantity .quantity .qty {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.woocommerce-checkout .woocommerce .product-quantity .quantity .qty-buttons {
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}

.page-template-nb-checkout .woocommerce-additional-fields #order_comments {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.page-template-nb-checkout #order_review .place-order .bt-5 {
  height: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

.page-template-nb-checkout #nb-checkout-cart .shop_table .nbt-ou-fast button {
  height: 30px;
  line-height: 23px;
}

.page-template-nb-checkout .entry-content .woocommerce {
  margin-top: 30px;
  margin-bottom: 90px;
}

.nbt-faqs-container ul .nbt-faq-title {
  padding-right: 25px;
}

/*checkout*/

form.woocommerce-checkout h3 {
  font-weight: 400;
}

form.woocommerce-checkout #customer_details .form-row label {
  font-weight: 400;
}

form.woocommerce-checkout #customer_details .form-row input.input-text,
form.woocommerce-checkout #customer_details .form-row textarea {
  border: none;
  background-color: #f4f4f4;
  padding-left: 15px;
}

form.woocommerce-checkout #customer_details .form-row textarea {
  min-height: 150px;
}

form.woocommerce-checkout #customer_details .form-row span .select2-selection {
  border: none;
  background-color: #f4f4f4;
}

form.woocommerce-checkout #customer_details .form-row span .select2-selection .select2-selection__rendered {
  padding-left: 15px;
}

form.woocommerce-checkout #order_review table.shop_table {
  background-color: #f4f4f4;
  padding: 15px;
  display: block;
}

form.woocommerce-checkout #order_review table.shop_table thead,
form.woocommerce-checkout #order_review table.shop_table tbody,
form.woocommerce-checkout #order_review table.shop_table tfoot {
  display: table;
  width: 100%;
}

form.woocommerce-checkout #order_review table.shop_table tr.cart_item .product-name {
  padding-bottom: 0;
}

form.woocommerce-checkout #order_review table.shop_table tr.cart_item .product-total span {
  font-weight: 600;
}

form.woocommerce-checkout #order_review table.shop_table tr.cart_item .nbd-cart-upload-file p {
  color: #999999;
}

form.woocommerce-checkout #order_review table.shop_table tr.cart_item .nbd-cart-upload-file a {
  padding: 5px 20px;
  text-transform: capitalize;
  white-space: nowrap;
}

form.woocommerce-checkout #order_review table.shop_table tr.cart_item .nbd-cart-upload-file:not(:last-of-type)[id] {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

form.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal td,
form.woocommerce-checkout #order_review table.shop_table tr.order-total td {
  text-align: right;
}

form.woocommerce-checkout #order_review table.shop_table tfoot ul {
  padding-left: 0;
  list-style-type: none;
}

form.woocommerce-checkout #order_review #payment input[type="submit"] {
  text-transform: capitalize;
  font-size: 18px;
}

form.checkout_coupon input[type="text"] {
  border: none;
  background-color: #f4f4f4;
  padding-left: 15px;
}

form.checkout_coupon input[type="submit"] {
  text-transform: capitalize;
  font-size: 18px;
}

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

.woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.woocommerce-order .btn-pdf-preview {
  padding: 10px 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nb-quantity {
  float: left;
  margin-right: 30px;
}

.nb-quantity .qty {
  width: 44px;
  min-height: 50px;
  line-height: 37px;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -moz-appearance: textfield;
}

.nb-quantity .qty::-webkit-inner-spin-button,
.nb-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.nb-quantity.style-1 {
  position: relative;
  width: 74px;
}

.nb-quantity.style-1 .qty-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}

.nb-quantity.style-1 .qty-buttons span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  border-left: 0;
  height: 25px;
  background: #f2f2f2;
}

.nb-quantity.style-1 .qty-buttons span.quantity-minus {
  border-top: 0;
  -webkit-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}

.nb-quantity.style-1 .qty-buttons span.quantity-plus {
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.nb-quantity.style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nb-quantity.style-2 > span {
  border: 1px solid #ccc;
  height: 50px;
  padding-top: 8px;
  background: #f2f2f2;
}

.nb-quantity.style-2 > span.quantity-plus {
  border-left: 0;
}

.nb-quantity.style-2 > span.quantity-minus {
  border-right: 0;
}

/*=======================
* MODAL POPUP STYLE
========================*/

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
  overflow: hidden;
}

#yith-quick-view-modal {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  height: 600px;
  width: 1000px;
}

#yith-quick-view-modal .yith-wcqv-main {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
  visibility: visible;
  opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
  content: '';
  display: table;
  clear: both;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  background: #fff;
}

#yith-quick-view-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  z-index: 2;
  font-size: 22px;
}

#yith-quick-view-close:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product .yith-wcqv-button .blockUI {
  background: none !important;
  opacity: 1 !important;
  cursor: unset !important;
}

.product .yith-wcqv-button .blockUI.blockOverlay:before {
  background: none;
  color: #000;
  font-size: 18px;
  height: auto;
  width: auto;
  position: static;
  margin: 0;
}

.product .yith-wcqv-button .blockUI.blockOverlay:hover:before {
  color: #fff;
}

#yith-quick-view-content .shop-main {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#yith-quick-view-content .nb-social-icons {
  display: none;
}

#yith-quick-view-content div.images {
  opacity: 1 !important;
}

#yith-quick-view-content .product_meta {
  padding-top: 30px;
  float: left;
  width: 100%;
  border-top: 0;
}

#yith-quick-view-content .cart {
  width: 100%;
}

#yith-quick-view-content .type-product .single-product-wrap {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  margin-bottom: 0;
}

#yith-quick-view-content .woocommerce-product-gallery .featured-gallery .swiper-wrapper {
  height: auto !important;
}

#yith-wcwl-popup-message {
  right: 30px;
  top: 60px;
  left: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid;
}

.shop_table.wishlist_table .product-add-to-cart a.button {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.shop_table.wishlist_table .product-add-to-cart i {
  display: none;
}

.shop_table.wishlist_table .product-add-to-cart .tooltip {
  white-space: nowrap;
  position: static;
  opacity: 1;
  padding: 0 20px;
  line-height: 36px;
}

.shop_table.wishlist_table .product-add-to-cart .start-design .tooltip {
  display: none;
}

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

.cart-notice-wrap .cart-notice {
  border: 2px solid;
  padding: 20px;
  background-color: #fff;
}

.cart-notice-wrap .cart-url {
  text-align: center;
  border: 1px solid;
  padding: 10px 0;
  margin-bottom: 0;
  width: 100%;
}

.cart-notice-wrap .cart-url a {
  color: #fff;
}

.cart-notice-wrap.active {
  opacity: 1;
  visibility: visible;
}

.cart-notice-wrap span {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

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

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  padding-top: 25px;
  padding-bottom: 25px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #ebebeb;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-column1,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-column1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding-left: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[name="save_account_details"] {
  margin-top: 30px;
  padding: 15px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button.view {
  display: inline-block;
  padding: 5px 10px;
}

.custom-login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

.custom-login-wrap:not(.has-register-form) {
  padding: 30px;
}

.custom-login-wrap:not(.has-register-form) .custom-login {
  width: 100%;
}

.custom-login-wrap.has-register-form {
  padding: 15px;
}

.custom-login-wrap.has-register-form .custom-login,
.custom-login-wrap.has-register-form .custom-register {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-login-wrap .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-top: 10px;
}

.custom-login-wrap .rememberme-wrap {
  margin-top: 30px;
}

.custom-login-wrap .show_if_seller {
  display: none;
}

.show_if_seller .form-row-wide label {
  width: 100%;
  display: inline-block;
}

.show_if_seller .form-row-wide input {
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-top: 10px;
}

.show_if_seller .form-row-wide input.tc_check_box {
  width: auto;
  min-height: auto;
}

form.register .user-role label:first-child {
  margin-right: 10px;
}

form.register {
  width: 100%;
}

form.register .dokan-become-seller .form-row-wide label {
  width: 100%;
  display: inline-block;
}

form.register .dokan-become-seller .form-row-wide input {
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-top: 10px;
}

form.register .dokan-become-seller .form-row-wide input.tc_check_box {
  width: auto;
  min-height: auto;
}

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

.dokan-store .shop-main {
  margin-bottom: 55px;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap {
  margin-bottom: 70px;
  padding-left: 15px;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li {
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  -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);
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li span,
#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 33px;
  width: 33px;
  overflow: hidden;
  border: none;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .current {
  color: #fff;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li a:hover {
  background-color: #fff;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .next,
#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .prev {
  color: transparent !important;
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .next:after,
#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .prev:after {
  font-family: "fontello";
  position: absolute;
  color: #333;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .next:after {
  content: "\e805";
}

#dokan-seller-listing-wrap .pagination-container .pagination-wrap .pagination li .prev:after {
  content: "\e806";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .site-header.teepro-header-4 .top-section-wrap .header_top_right_menu {
    position: relative;
    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;
  }

  .site-header.teepro-header-4 .top-section-wrap .header_top_right_menu::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #fff;
    display: block;
  }

  .text_service .text_banner_service::before {
    content: '';
    display: block;
    width: 30px;
    height: 50%;
    left: -60px;
    position: absolute;
    top: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .text_service .text_banner_service::after {
    content: '';
    display: block;
    width: 30px;
    height: 50%;
    left: -webkit-calc(100% + 30px);
    left: calc(100% + 30px);
    position: absolute;
    top: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .single-product .morepd-columns-sm-4 #tab-more_seller_product .products .product,
  .single-product .morepd-columns-sm-4 .accordion-item .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,
  .single-product .morepd-columns-sm-3 .accordion-item .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,
  .single-product .morepd-columns-sm-2 .accordion-item .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating {
    float: right;
  }

  .shop-main.right-images .single-product-wrap .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .three-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .five-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 50%;
  }

  .cross-sells .product {
    width: 50%;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .site-header.teepro-header-3 .top-section-wrap .header_top_right_menu {
    position: relative;
    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;
  }

  .site-header.teepro-header-3 .top-section-wrap .header_top_right_menu::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #444;
    display: block;
  }

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

  .nb-navbar > .menu-item:last-child a {
    padding-right: 0;
  }

  .nb-navbar .sub-menu {
    min-width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    background-color: #fff;
    z-index: 1000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  }

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

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

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

  .comment-list ol {
    padding-left: 30px;
  }

  .contact-tshirt .contact_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .contact-tshirt .contact_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-left: 15px;
  }

  .single-product .morepd-columns-md-4 #tab-more_seller_product .products .product,
  .single-product .morepd-columns-md-4 .accordion-item .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,
  .single-product .morepd-columns-md-3 .accordion-item .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,
  .single-product .morepd-columns-md-2 .accordion-item .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .two-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .three-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .five-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woocommerce.columns-2 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woocommerce.columns-3 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .woocommerce.columns-4 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce.columns-6 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .shop-main.related-2-columns .related .product {
    width: 50%;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 33.33333%;
  }

  .shop-main.upsells-2-columns .upsells .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 33.33333%;
  }

  .cross-sells.row-3-products .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product {
    width: 25%;
  }

  .cross-sells.row-5-products .product {
    width: 20%;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .page .page-left-sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .nb-page-title .woocommerce-breadcrumb {
    text-align: right;
  }

  .footer-top-section .widget.widget_text {
    margin: 0;
  }

  .customers_1 .column_bg_img {
    padding-right: 15px;
  }

  .single-service .site-content .services-left-sidebar #primary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .single-service .site-content .services-left-sidebar #secondary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .single-service .site-content .services-right-sidebar #primary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .single-service .site-content .services-right-sidebar #secondary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .nbd-user-infos .nbd-user-info .nbd-avatar {
    min-width: 110px;
    min-height: 110px;
  }

  .shop-main .woof_filter_button_wrap {
    display: none;
  }

  .single-product .morepd-columns-lg-4 #tab-more_seller_product .products .product,
  .single-product .morepd-columns-lg-4 .accordion-item .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,
  .single-product .morepd-columns-lg-3 .accordion-item .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,
  .single-product .morepd-columns-lg-2 .accordion-item .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .three-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .five-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .shop-main.related-4-columns .related .product {
    width: 25%;
  }

  .shop-main.upsells-4-columns .upsells .product {
    width: 25%;
  }

  .shop_table .cart_item td.product-remove {
    opacity: 0;
    width: 1%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .shop_table .cart_item:hover > td.product-remove {
    opacity: 1;
  }

  .shop_table .actions {
    text-align: right;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-column1,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-column1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .custom-login-wrap.has-register-form .custom-login,
  .custom-login-wrap.has-register-form .custom-register {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .container {
    width: 960px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .nb-page-title h1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .nb-page-title .woocommerce-breadcrumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 992px) {
  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .single-product .morepd-columns-xl-4 #tab-more_seller_product .products .product,
  .single-product .morepd-columns-xl-4 .accordion-item .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,
  .single-product .morepd-columns-xl-3 .accordion-item .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,
  .single-product .morepd-columns-xl-2 .accordion-item .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .five-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .container {
    width: 1170px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .customers_1 .column_bg_img > .vc_column-inner > .wpb_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1700px) {
  .customers_1 .column_bg_img > .vc_column-inner > .wpb_wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .site-footer .footer-top-section {
    padding-top: 55px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-header .main-nav-wrap .mega-menu-wrap#mega-menu-wrap-primary ul.mega-menu#mega-menu-primary > li > ul.mega-sub-menu .mega-menu-row.menu_link_title .menu > li > a {
    border-bottom: 1px solid #444;
  }

  .step-by-step-2 .step_1 {
    margin-bottom: 0;
  }

  .step-by-step-2 .step_2_responsive_hidden .content_top {
    display: none;
  }

  .customers_1 .hp1-our-customers .wpb_content_element .noo-line {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .customers_1 .column_bg_img {
    margin-bottom: 60px;
  }

  .customers_1 .column_bg_img .content_intro {
    padding: 0 70px;
  }

  .start_designing_1 .uvc-heading {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .start_designing_1 .vc_btn3-container {
    text-align: center;
  }

  .about_history_content .vc_toggle_content .about_content_aug {
    display: block;
  }

  .about_history_content .vc_toggle_content .about_content_aug .content_right {
    margin-top: 30px;
  }

  .about_history_content .vc_toggle_content .about_content_aug .content_right p:last-child {
    text-align: left;
  }

  .about_history_content .vc_toggle_content .about_content_aug .content_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }

  .nbd-user-infos.style1 .nbd-description p {
    margin-left: 0;
  }

  .shop-main .woof .woof_redraw_zone .woof_container {
    width: 100% !important;
  }

  .single-product-wrap .woocommerce-product-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-product-wrap .woocommerce-product-rating .wc-link-review {
    margin-top: 15px;
  }

  .shop-main.split-reviews-form .woocommerce-Reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-main.split-reviews-form #comments {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
  }

  .shop-main.split-reviews-form #review_form_wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .dokan-dashboard.dokan-custom-style .dokan-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 992px) {
  .cart-notice-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  .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 only screen and (max-width: 991px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .dokan-dashboard-content .edit-account .form-row input {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
    width: 48%;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:nth-child(even) {
    float: right;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:nth-child(odd) {
    float: left;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right {
    width: 100%;
  }

  .dokan-product-date-filter {
    width: 100%;
  }

  .dokan-product-date-filter .dokan-form-group {
    margin-bottom: 0px !important;
  }

  .dokan-product-search-form .dokan-form-group {
    float: left;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #primary {
    margin-bottom: 90px;
  }

  .shop-main {
    margin-bottom: 70px;
  }

  .home #primary {
    margin-bottom: 0;
  }

  .archive #primary {
    margin-bottom: 0px;
  }

  .nb-page-title-wrap {
    padding: 45px 0;
  }

  .nb-page-title-wrap h1 {
    margin-bottom: 10px;
  }

  .site-footer .footer-top-section {
    padding-top: 45px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-top-section .widget .nbfw-social-link-widget {
    text-align: center;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .service_tab_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: 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;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .service_tab_item .column-midle {
    width: auto;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .service_tab_item .column-right {
    width: auto;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .column-left .wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog_2 .uvc-heading {
    text-align: center !important;
  }

  .testimonial_2 .wpb_wrapper .heading_absolute {
    position: relative;
    max-width: unset;
    text-align: center !important;
    top: 0;
  }

  .home-2 #primary {
    margin-bottom: 0;
  }

  .homepage-6 .vc-tab-product-wrapper .vc-tab-product-header .product-tab-header.show_heading_line h2 {
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .homepage-6 .vc-tab-product-wrapper .vc-tab-product-header ul.tab-label,
  .homepage-6 .vc-tab-product-wrapper .vc-tab-product-header .product-tab-header {
    text-align: left;
  }

  .contact_page #primary {
    margin-bottom: 0;
  }

  .text_service .icon_list:not(:last-child) {
    margin-bottom: 100px;
  }

  .category_banner.vc_row {
    margin-bottom: 0 !important;
  }

  .faq_page #primary {
    margin-bottom: 0;
  }

  .nbd-user-infos.style1 .nbd-user-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .nbd-user-infos.style1 .nbd-description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .widget.WOOF_Widget {
    display: none;
  }

  #dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
    width: 50%;
  }

  #dokan-seller-listing-wrap .pagination-container .pagination-wrap {
    margin-bottom: 0;
  }

  .cart-left-section {
    margin-bottom: 45px;
  }

  .woocommerce div.product form.cart .variations {
    width: auto;
    max-width: 300px;
  }

  .woocommerce-cart tbody .actions .coupon {
    width: 100%;
    margin-bottom: 30px;
  }

  .woocommerce-cart tbody .actions input,
  .woocommerce-cart tbody .actions a {
    width: -webkit-calc(50% - (0.5 * 30px));
    width: calc(50% - (0.5 * 30px));
    text-align: center;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals .cart_totals td {
    width: auto;
  }

  .woocommerce-cart .cart-collaterals .cart_totals td p {
    white-space: normal;
  }

  .custom-login-wrap.has-register-form .custom-login {
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .teepro-button a.ubtn-normal {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .woocommerce table.wishlist_table .product-name {
    width: 100%;
  }

  .site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-ajax-cart .nbt-ajax-cart-icon::after {
    display: none;
  }

  .site-header .sub-navigation {
    display: none;
  }

  .site-header.teepro-header-3.header-mobile .top-section-wrap .top-section .sub-navigation {
    display: none;
  }

  .site-header.teepro-header-3.header-mobile .top-section-wrap .top-section .header_top_right_menu {
    padding-right: 0;
  }

  .site-header.teepro-header-4 .top-section-wrap .header_top_right_menu:before {
    display: none;
  }

  .mini-cart-section {
    display: none !important;
  }

  .nb-navbar .menu-item > a {
    border-bottom: 1px solid #444 !important;
    padding: 5px 0;
    display: block;
  }

  .nb-navbar .menu-item .sub-menu {
    margin-left: 15px;
  }

  .nb-navbar .menu-item-has-children:after {
    content: "\f107";
    font-family: "fontello";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
  }

  .nb-navbar .menu-item-has-children:hover > .sub-menu {
    display: none;
  }

  .nb-navbar .menu-item-has-children.open > .sub-menu,
  .nb-navbar .menu-item-has-children.open:hover > .sub-menu {
    display: block;
  }

  .nb-navbar .menu-item-has-children > a {
    padding-right: 30px !important;
  }

  .menu-section .main-navigation .menu-main-menu-wrap {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 50px 0 0;
    width: 300px;
    z-index: 9;
    background: #0c0c0c;
    overflow: auto;
  }

  .menu-section .main-navigation .menu-main-menu-wrap .nb-navbar {
    display: block;
  }

  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title {
    border-bottom: 3px double #444;
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
  }

  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title h3 {
    color: #fff;
    margin: 0 0 5px;
  }

  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 22px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .menu-section .main-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .blog.masonry-2-columns .post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog.masonry-3-columns .post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-top-section {
    padding-top: 35px;
  }

  .comment-list ol {
    padding-left: 0;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .service_tab_item .column-midle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .service_tab_item .column-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .column-left .wpb_wrapper .img_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .column-left .wpb_wrapper .img_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .customers_1 .hp1-our-customers .uvc-heading {
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .new_letter_1 .wpb_raw_code .new_letter_text_1 {
    font-size: 35px;
  }

  .new_letter_1 .wpb_raw_code .new_letter_text_2 {
    font-size: 20px;
  }

  .new_letter_1 .wpb_raw_code .new_letter_text_3 {
    font-size: 18px;
  }

  .contact-tshirt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .category_banner .vc_column-inner .uvc-heading .uvc-sub-heading {
    letter-spacing: 4px;
  }

  .container #nbdesigner-gallery .nbdesigner-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .nbd-user-infos.style1 .nbd-user-info .nbd-designer-info {
    text-align: left;
    padding-left: 15px;
  }

  .nbd-user-infos.style2 .nbd-user-info .nbd-designer-info {
    width: auto;
    text-align: left;
    padding-left: 10px;
  }

  .nbd-user-infos.style2 .nbd-user-info .nbd-designer-info .nbd-artist-name {
    margin-bottom: 5px;
  }

  .nbd-user-infos.style2 .nbd-user-info .nbd-designer-info .nbd-social-list {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nbd-user-infos.style2 .nbd-user-info .nbd-avatar {
    margin: 0;
    margin-right: 10px;
  }

  .nbd-user-infos.style3 .nbd-user-info {
    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;
  }

  .nbd-user-infos.style3 .nbd-user-info .nbd-designer-info {
    text-align: left;
    width: auto;
    padding-left: 15px;
  }

  .nbd-user-infos.style3 .nbd-user-info .nbd-avatar {
    min-height: auto;
    margin: 0;
    margin-right: 15px;
  }

  .dokan-store-sidebar {
    margin-left: 0;
  }

  .shop-main.left-images .entry-summary {
    padding-left: 0px;
  }

  .shop-main.right-images .entry-summary {
    padding-right: 0px;
  }

  .products .product .product-action.center {
    padding: 0;
  }

  .products .product .product-action.horizontal {
    padding: 0;
  }

  .shop_table th[data-title] .title,
  .shop_table td[data-title] .title {
    display: block;
  }

  .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: 15px;
  }

  .shop_table.cart td:not(.actions) {
    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;
  }

  .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;
  }

  .shop_table.cart .product-remove {
    padding-left: 15px;
  }

  .shop_table.cart .actions {
    padding-left: 15px;
  }

  .woocommerce-cart .cart_item .product-name .nbd-cart-upload-file:not(:last-of-type)[id] {
    margin-right: 0;
  }

  .woocommerce-cart .cart_item .product-name {
    width: 100%;
    padding-bottom: 0 !important;
  }

  .woocommerce-cart .cart_item .product-quantity {
    overflow: hidden;
  }

  .woocommerce-cart tbody tr.cart_item td.product-price,
  .woocommerce-cart tbody tr.cart_item td.product-subtotal {
    text-align: right;
  }

  .woocommerce-cart tbody tr.cart_item td.product-quantity .nb-quantity {
    float: right;
    margin-right: 0;
  }

  .woocommerce-cart tbody .actions {
    padding-right: 15px;
  }

  .nb-woocommerce-checkout #nb-checkout-cart td.product-price:before {
    content: '';
  }

  .nb-woocommerce-checkout #nb-checkout-cart td.product-quantity:before {
    content: '';
  }

  .nb-woocommerce-checkout #nb-checkout-cart td.product-subtotal:before {
    content: '';
  }

  .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border: 1px solid #d7d7d7 !important;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
    padding-right: 10px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-horizontal .dokan-control-label,
  .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
    width: 100%;
  }

  .dokan-product-listing .dokan-product-listing-area .product-listing-top {
    border-bottom: none;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-horizontal .dokan-control-label {
    margin-bottom: 5px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu,
  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar {
    background: transparent;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    background: #fff;
    float: left;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    padding: 12px 0 12px 18px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article {
    padding: 15px;
    background: transparent;
  }
}

@media (max-width: 575px) {
  .site-header .middle-section-wrap .icon-header-section .icon-header-wrap .nbt-ajax-cart .nbt-ajax-cart-popup {
    right: -80px !important;
  }

  .site-header.teepro-header-1 .top-section-wrap .top-section {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.teepro-header-1 .top-section-wrap .top-section .sub-navigation {
    display: none;
  }

  .site-header.teepro-header-2 .top-section-wrap .top-section {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.teepro-header-2 .top-section-wrap .top-section .sub-navigation {
    display: none;
  }

  .site-header.teepro-header-2 .top-section-wrap .top-section .header_top_right_menu {
    padding-right: 0;
  }

  .site-header.teepro-header-2 .top-section-wrap .top-section .header_top_right_menu:before {
    display: none;
  }

  .site-header.teepro-header-3 .top-section-wrap .top-section .sub-navigation {
    display: none;
  }

  .site-header.teepro-header-4 .top-section-wrap .top-section {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.teepro-header-4 .top-section-wrap .top-section .sub-navigation {
    display: none;
  }

  .site-header.teepro-header-4 .top-section-wrap .top-section .header_top_right_menu {
    padding-right: 0px;
  }

  .site-header.teepro-header-4.header-mobile .icon-header-section {
    padding-left: 30px;
  }

  .site-footer .footer-top-section {
    padding-top: 25px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-workingtime-wrapper .love-hour {
    width: 263px;
  }

  .footer-abs-section .footer-abs-middle {
    text-align: center;
  }

  .footer-abs-section .footer-abs-left {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer-abs-section .footer-abs-right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .footer-top-section .widget .nbfw-social-link-widget li a {
    margin-right: 10px;
  }

  .footer-newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-newsletter label {
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .service_tab_item .column-midle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .service_tab_item .column-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .column-left .wpb_wrapper .img_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }

  .service_tab_1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .column-left .wpb_wrapper .img_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }

  .uvc-heading .uvc-main-heading .big-text {
    font-size: 50px !important;
  }

  .uvc-heading .uvc-main-heading .big-text .fs-100 {
    font-size: 75px !important;
  }

  .customers_1 .column_bg_img .content_intro {
    padding: 0 15px;
  }

  .nbd-user-infos.style1 .nbd-user-info .nbd-avatar {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .nbd-user-infos.style1 .nbd-user-info .nbd-designer-info {
    padding-left: 10px;
  }

  .nbd-user-infos.style2 .nbd-user-info .nbd-avatar {
    width: 60px;
    height: 60px;
  }

  .nbd-user-infos.style3 {
    padding: 15px;
    margin-left: 0;
  }

  .nbd-user-infos.style3 .nbd-user-info {
    padding-top: 15px;
  }

  .nbd-user-infos.style3 .nbd-user-info .nbd-avatar {
    width: 70px;
    height: 70px;
  }

  .nbd-user-infos.style3 .nbd-user-info .nbd-designer-info {
    padding-left: 0;
  }

  .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,
  .single-product .accordion-content .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,
  .single-product .accordion-content .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,
  .single-product .accordion-content .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,
  .single-product .accordion-content .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,
  .single-product .accordion-content .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,
  .single-product .accordion-content .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,
  .single-product .accordion-content .product-vendor-info .profile-img {
    margin-bottom: 20px;
  }

  .shop-action .woocommerce-result-count {
    margin-bottom: 10px;
    width: 100%;
  }

  .coupon input[name="coupon_code"] {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .no_carosel .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no_carosel .swiper-wrapper .product .product-title {
    text-align: center;
  }

  .no_carosel .swiper-wrapper .product .price .woocommerce-Price-amount {
    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;
  }

  .nb-quantity {
    margin-right: 25px;
  }
}

@media screen and (max-width: 480px) {
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part,
  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dashboard-widget.reviews,
  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content .dashboard-widget.products,
  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li,
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    width: 100%;
  }

  .dokan-product-date-filter .dokan-form-group {
    margin-bottom: 10px !important;
  }

  input[type="submit"].dokan-btn {
    margin-bottom: 10px;
  }

  .dokan-order-filter-serach input[type="submit"].dokan-btn {
    width: 100%;
  }

  .dokan-order-filter-serach input[type="submit"].dokan-btn {
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  #yith-quick-view-content div.images,
  #yith-quick-view-content div.summary {
    width: 100%;
    float: none;
  }

  #yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 100%;
    float: left;
  }
}

@media (max-width: 400px) {
  .container #nbdesigner-gallery .nbdesigner-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce-cart tbody .actions .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .woocommerce-cart tbody .actions .coupon input {
    width: 100%;
  }

  .woocommerce-cart tbody .actions input,
  .woocommerce-cart tbody .actions a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .woocommerce-cart .cart-collaterals table.shop_table tr td {
    padding-left: 20px;
  }

  .woocommerce-cart .cart-layout-2 .cart-right-section table.shop_table tr.shipping td {
    padding-left: 15px;
  }
}

@media (max-width: 320px) {
  .nbd-gallery #primary .nbd-list-designs .nbd-wrap {
    display: block;
  }

  .nbd-gallery #primary .nbd-list-designs .nbd-wrap > div {
    width: 100% !important;
  }

  .nbd-gallery #primary .nbd-list-designs .nbd-wrap .nbd-popup-large-img {
    margin-bottom: 15px;
  }

  .nbd-gallery #primary .nbd-list-designs .nbd-popup-actions {
    margin: 35px 0 15px;
  }

  .nbd-gallery #primary .nbd-list-designs .nbd-popup-list-preview img {
    width: -webkit-calc(50% - (0.5 * 30px));
    width: calc(50% - (0.5 * 30px));
    margin-right: 15px;
  }

  .nbd-gallery #primary .nbd-list-designer-template .nbd-wrap {
    display: block;
  }

  .nbd-gallery #primary .nbd-list-designer-template .nbd-wrap > div {
    width: 100% !important;
  }

  .nbd-gallery #primary .nbd-list-designer-template .nbd-wrap .nbd-popup-large-img {
    margin-bottom: 15px;
  }

  .nbd-gallery #primary .nbd-list-designer-template .nbd-popup-actions {
    margin: 35px 0 15px;
  }

  .nbd-gallery #primary .nbd-list-designer-template .nbd-popup-list-preview img {
    width: -webkit-calc(50% - (0.5 * 30px));
    width: calc(50% - (0.5 * 30px));
    margin-right: 15px;
  }

  form.woocommerce-checkout #order_review table.shop_table tr.cart_item .nbd-cart-upload-file a {
    padding: 5px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-top-section .widget .nbfw-social-link-widget li a {
    margin-right: 10px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li i {
    display: none;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a,
  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    padding-left: 10px;
  }
}