/*!
Theme Name: Furone
Theme URI: http://netbaseteam.com/
Author: netbaseteam
Author URI: http://netbasejsc.com
Description: Starter theme of netbase
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: furone
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

All the stylesheets of this theme is located in assets/css
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

/*# Headings*/

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

/*# Copy*/

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

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

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

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

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

.blog .classic .entry-content .entry-meta i {
  padding-right: 5px;
}

.blog .classic .entry-content .comments-link i {
  padding-right: 5px;
}

.blog .classic .entry-content .entry-title {
  text-align: left !important;
}

.blog .classic .entry-content .entry-cat {
  display: none;
}

.content-search .entry-content .entry-meta i {
  padding-right: 5px;
}

.content-search .entry-content .entry-meta .author > a {
  text-transform: capitalize;
}

.content-search .entry-content .comments-link i {
  padding-right: 5px;
}

.content-search .entry-content .entry-title {
  text-align: left !important;
}

.content-search .entry-content .entry-cat {
  display: none;
}

.site-content .nb-page-title .entry-meta i {
  padding-right: 5px;
}

.img-logo h1 {
  display: none;
}

.mc4wp-form .mc4wp-form-fields {
  text-align: center;
}

.mc4wp-form .mc4wp-form-fields > label {
  font-size: 18px;
}

.mc4wp-form .mc4wp-form-fields > h3 {
  font-size: 24px;
  font-weight: 900;
  color: #333;
}

.mc4wp-form .mc4wp-form-fields .form-control {
  position: relative;
  margin-top: 15px;
}

.mc4wp-form .mc4wp-form-fields .form-control > input {
  font-size: 14px;
  width: 100%;
  padding-left: 15px;
  border: 2px solid #ccc !important;
  background-color: transparent;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mc4wp-form .mc4wp-form-fields .form-control > button {
  font-size: 18px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 15%;
  right: 1%;
}

.mc4wp-form .mc4wp-form-fields .form-control > button:before {
  content: '\f1d9';
  font-family: fontello;
  font-style: normal;
}

.mc4wp-form .mc4wp-response {
  text-align: center;
}

.nb_wp_post .nb-post-content .nb-post-readmore .readmore {
  font-style: italic;
  text-decoration: underline;
}

.nb_wp_post .nb-post-content > p {
  color: #666;
}

.nb_wp_post .nb-post-date-i .vc_post_date-day {
  color: #333;
}

.nb_wp_post-i {
  height: auto;
}

.product-detail {
  text-align: center !important;
}

.uvc-heading .uvc-sub-heading {
  font-weight: bold !important;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 2.14;
}

.uvc-heading .uvc-main-heading > h3 {
  font-weight: 900 !important;
}

.nb_owl-carousel .nb_wc-products .owl-nav .owl-prev {
  font-size: 18px;
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
  top: 35%;
  left: 0px;
  /*  @media(max-width: 1230px)and (min-width: 1201px){
          left:-25px
        }*/
}

.nb_owl-carousel .nb_wc-products .owl-nav .owl-next {
  font-size: 18px;
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
  top: 35%;
  right: 0;
  /* @media(max-width: 1230px)and (min-width: 1201px){
          right:-25px
        }*/
}

.nb_owl-carousel .nb_wc-products .owl-item .product-detail .star-rating {
  display: none;
}

.related .swiper-wrapper {
  height: auto;
}

.related .swiper-wrapper .star-rating {
  margin-right: auto;
  margin-left: auto;
}

.related .swiper-wrapper .swiper-slide {
  height: auto;
}

.single-product-wrap .swiper-wrapper {
  height: auto;
}

.single-product-wrap .swiper-wrapper .woocommerce-product-gallery__image {
  height: auto;
}

.single-product-wrap .featured-gallery .swiper-button-next {
  right: 0;
  left: auto;
  width: 50px;
}

.single-product-wrap .featured-gallery .swiper-button-prev {
  left: 0;
  right: auto;
  width: 50px;
}

.product-content .wpb_column .products-column .product-detail .product-title > a {
  font-weight: normal;
}

.product-content .wpb_column .products-column .product-detail .product-description {
  display: none;
}

.product-content .wpb_column .products-column .product-detail .star-rating:before {
  color: #dedede !important;
}

.product-content .wpb_column .products-column .product-detail .price > ins .amount {
  font-weight: 900;
}

.product-content .wpb_column .products-column .product-detail .price > span {
  font-weight: 900;
}

/*style color main*/

.product-detail .price > ins .amount {
  font-weight: 900;
}

.product-detail .price > span {
  font-weight: 900;
}

.nb-post-header .nb-post-cats {
  margin-top: -5px;
  margin-bottom: 5px;
}

.nb-post-header > h4 > a {
  color: #333;
}

.product-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.product-content .product-title {
  text-transform: none;
}

.mini-cart-wrap .buttons .button {
  width: 45%;
  text-align: center;
}

.product-image {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.product-image:hover {
  background-color: rgba(62, 66, 65, 0.3);
}

.product-image:hover > a .onsale {
  display: none;
}

.product-image .product-action {
  left: 1px;
}

.product-image .product-action .add_to_cart_button {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.product-image .product-action .yith-wcqv-button {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.product-image .product-action .wishlist-btn {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.product-image .product-action .button {
  width: 60px;
  height: 60px !important;
  border-bottom: solid 1px #edebeb !important;
  margin-bottom: 0px;
  color: #3e4241 !important;
  background-color: #fff;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.product-image .product-action .button .icon-opened-eye {
  line-height: 60px;
  font-weight: bold;
}

.product-image .product-action .button .icon-heart {
  font-weight: bold;
  line-height: 60px;
}

.product-image .product-action .button > i {
  line-height: 60px;
}

.product-image .product-action .button .yith-wcwl-add-to-wishlist {
  margin-top: 0px !important;
}

.product-image .product-action .button .yith-wcwl-add-to-wishlist > div {
  height: auto;
}

.product-image .product-action .button .yith-wcwl-add-to-wishlist .add_to_wishlist > i {
  -webkit-transition: all .15s ease 0s;
  transition: all .15s ease 0s;
  color: #3e4241 !important;
  line-height: 60px;
}

.product-image .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading > i {
  -webkit-transition: all .15s ease 0s;
  transition: all .15s ease 0s;
  color: #3e4241 !important;
  line-height: 60px;
}

.product-image .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading > i:before {
  color: #fff;
}

.product-image .product-action .button .yith-wcwl-wishlistexistsbrowse > a > i {
  -webkit-transition: all .15s ease 0s;
  transition: all .15s ease 0s;
  color: #3e4241;
  line-height: 60px;
}

.product-image .product-action .button .yith-wcwl-wishlistaddedbrowse > a > i {
  -webkit-transition: all .15s ease 0s;
  transition: all .15s ease 0s;
  color: #3e4241;
  line-height: 60px;
}

.product-image .product-action .button:hover {
  color: #fff !important;
}

.product-image .product-action .button:hover .yith-wcwl-add-to-wishlist .add_to_wishlist > i {
  color: #fff !important;
  line-height: 60px;
}

.product-image .product-action .button:hover .yith-wcwl-wishlistexistsbrowse > a > i {
  color: #fff;
  line-height: 60px;
}

.product-image .product-action .button:hover .yith-wcwl-wishlistaddedbrowse > a > i {
  color: #fff;
  line-height: 60px;
}

#wpcf7-f597-p562-o1 .wpcf7-submit {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 17px 63px !important;
  border-color: transparent;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  background-clip: padding-box;
}

#wpcf7-f597-p562-o1 .wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}

.uavc-list-content {
  padding-top: 5px;
  margin-bottom: 25px;
  font-size: 18px;
  color: #666;
}

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

.product-hidden-star .wpb_wrapper .woocommerce .star-rating {
  display: none;
}

.nb_layout_wp-blog3 .nb_wp_post .nb-post-date {
  width: auto;
}

.nb_layout_wp-blog3 .nb_wp_post .nb-post-date .nb-post-date-i {
  position: relative;
}

.nb_layout_wp-blog3 .nb_wp_post .nb-post-date .nb-post-date-i .vc_post_date-month {
  top: 50%;
  bottom: auto;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nb_layout_wp-blog3 .nb_wp_post .nb-post-block {
  -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;
}

.product-content .onsale {
  display: none;
}

.single-product-wrap .cart {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: initial;
  margin-bottom: 0px !important;
}

.single-product-wrap .cart .nb-quantity .qty-buttons .quantity-plus {
  background-color: #fff;
}

.single-product-wrap .cart .nb-quantity .qty-buttons .quantity-minus {
  background-color: #fff;
}

.single-product-wrap .cart .single_add_to_cart_button {
  margin-right: 15px;
}

.single-product-wrap .product_meta {
  text-align: left;
}

.single-product-wrap .woocommerce-product-rating {
  display: none !important;
}

.single-product-wrap .woocommerce-product-details__short-description {
  text-align: left;
  margin-bottom: 25px !important;
}

.single-product-wrap .product-image:hover {
  background-color: transparent;
}

.single-product-wrap .product-image .yith-wcwl-add-to-wishlist {
  display: none;
}

.single-product-wrap .product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .tooltip {
  display: none;
}

.star-rating {
  margin: 0 auto;
}

.product-content .star-rating {
  margin: 0 !important;
}

.home-page-1 .nb-page-title-wrap {
  display: none;
}

.nb-social-icons {
  text-align: left;
}

.nb-social-icons > a > i {
  line-height: 40px;
}

.woof_products_top_panel {
  display: none !important;
}

.tabs {
  text-align: center;
}

#tab-description {
  text-align: left;
  padding: 0 15px;
}

.shop-main {
  width: 100%;
}

#secondary {
  padding: 0 15px !important;
}

#reviews .comment-respond .comment-form .form-submit {
  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;
}

#reviews .comment-respond .comment-form .form-submit #submit {
  width: auto;
  min-width: 250px;
}

.vc_single_image-wrapper {
  overflow: hidden;
}

.vc_single_image-wrapper > img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.vc_single_image-wrapper > img:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.nb_subcribe .wpb_column .vc_column-inner {
  padding-top: 80px !important;
  padding-bottom: 90px;
}

.nb_subcribe .wpb_column .vc_column-inner .wpb_text_column {
  margin-bottom: 0 !important;
}

.nb_subcribe .wpb_column .vc_column-inner .wpb_text_column .mc4wp-form-fields .form-control {
  margin-top: 30px;
}

.nb-logo .vc_single_image-wrapper {
  overflow: unset !important;
}

.nb-logo .vc_single_image-wrapper > img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nb-logo .vc_single_image-wrapper > img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nb_content_2 .star-rating {
  display: none;
}

.site-footer .widget_media_image {
  padding-top: 15px !important;
  margin: 0 0 15px;
}

.product-hidden-star,
.nb_subcribe,
.nb_category,
.nb_content_2,
.nb_category_2 {
  padding: 0 70px;
}

.nb_content_1,
.product-hidden-star {
  padding: 0 55px;
}

.content-1 .wpb_revslider_element {
  margin-bottom: 30px !important;
}

.nb_content_1,
.product-hidden-star {
  padding-bottom: 25px;
}

.product-content {
  padding-bottom: 60px;
}

.heading-featured {
  padding-bottom: 45px;
}

.nb_content_2 .wpb_column .vc_column-inner {
  padding-top: 25px;
}

.nb_content_2 .wpb_column .vc_column-inner .product-bestseller .vc_column-inner {
  padding-top: 45px;
}

.nb_content_home1 {
  padding-top: 30px;
  padding-bottom: 25px;
}

.nb_heading-post {
  padding-top: 25px;
  padding-bottom: 25px;
}

.furniture-post-home-2 {
  padding-bottom: 45px;
}

.furniture-post-home-2 .nb-post-date-i .vc_post_date-day {
  font-size: 143px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 1.1;
  font-weight: 900 !important;
}

.furniture-post-home-2 .readmore {
  display: none;
}

.furniture-post-home-2 .nb-post-content > p {
  margin: 0;
}

.carosell-1,
.carosell-2,
.nb-post-home1 {
  padding-bottom: 45px;
}

.featured-home1,
.bestseller-home1 {
  padding-bottom: 30px;
}

.banner-1 {
  padding-top: 25px;
}

.banner-1 .vc_column-inner .wpb_content_element {
  margin-bottom: 30px;
}

.product-description {
  margin: 0;
}

.banner-2 {
  padding-bottom: 25px;
}

.product-name {
  text-transform: uppercase;
  font-weight: 900;
}

.product-title > a {
  font-weight: 900;
}

.widget-product-meta .star-rating {
  margin: 0;
}

.widget-product-meta > span {
  font-weight: 900;
}

.widget-product-meta > ins > span {
  font-weight: 900;
}

.cart-right-section {
  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;
}

.cart-right-section .cart_totals {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.cart-right-section .coupon {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.shop_table.wishlist_table {
  margin: 0;
}

.shop_table.wishlist_table .product-price {
  text-align: left;
}

.shop_table.wishlist_table .product-stock-status {
  text-align: left;
}

.shop_table.wishlist_table .product-remove {
  font-size: 40px;
}

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

.mini-cart-section .mini-cart-wrap .woocommerce-mini-cart__total > span {
  padding-left: 5px;
}

.widget-title {
  text-transform: capitalize;
}

.site-main .post .entry-content .comments-link {
  display: inline;
}

.product_list_widget .product > a img {
  border: 1px solid #e1e1e1;
  -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);
}

.main-mobile-navigation .menu-main-menu-container .nb-navbar {
  float: none !important;
  text-align: left !important;
}

.nb-navbar .menu-item {
  font-size: 18px;
}

.nb-navbar .menu-item.menu-item-has-children .sub-menu .menu-item {
  font-size: 16px;
  margin-right: 15px;
  margin-left: 15px;
}

.nb-navbar .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding-right: 0;
  padding-left: 0;
}

.single-post .comment-respond .comment-form-author #author {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.single-post .comment-respond .comment-form-email #email {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.single-post .comment-respond .comment-form-url #url {
  padding-left: 15px;
  padding-right: 15px;
}

.single-post .comment-respond .form-submit #submit {
  width: 100%;
}

.sidebar-wrapper #search-2 {
  margin-top: 15px;
}

.search .site-content .content-search .page-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}

.search .site-content .content-search > article {
  border-bottom: 1px solid #ccc;
}

/*.woocommerce-form-login {
  .woocommerce-form-row{
    display: flex;
    flex-direction: column;
    .woocommerce-Input{
      width: 250px;
    }
  }
  .form-row{
    display: flex;
    flex-direction: column;
    .woocommerce-Button{
      border-radius: 5px;
      width: 100px;
      margin-bottom: 15px;
    }
  }
}*/

.right-sidebar .sidebar-wrapper .search-form {
  margin: 0;
}

.nb-page-title-wrap .nb-page-title > h1,
.nb-page-title-wrap .nb-page-title .woocommerce-breadcrumb {
  color: #333;
}

.nb-page-title-wrap .nb-page-title .woocommerce-breadcrumb > a {
  color: #333;
}

.single-product-wrap .entry-summary .entry-title {
  color: #333;
}

.widget-title {
  color: #333;
}

.main-navigation .icon-menu {
  border: none;
  background-color: #fff;
}

.single-blog .comment-respond .comment-form .form-submit {
  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;
}

.single-blog .comment-respond .comment-form .form-submit #submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  min-width: 240px;
}

.shop_table .actions .bt-5 {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}

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

.price_slider_amount .price_label {
  font-size: 14px;
  padding-top: 8px;
}

.woocommerce-tabs .woocommerce-Tabs-panel .commentlist .comment_container .comment-text .star-rating {
  margin: 0;
}

.shop-action .woocommerce-ordering {
  z-index: 1;
  /*@include media-breakpoint-down(xs){
      z-index: 990;
    }*/
}

.shop-main.left-images .woocommerce-tabs #tab-description {
  padding: 0;
}

.single-product-wrap .summary .yith-wcwl-add-to-wishlist {
  margin-bottom: 30px;
}

.single-product-wrap .summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
}

.single-product-wrap .summary .yith-wcwl-add-to-wishlist .add_to_wishlist .icon-heart {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-product-wrap .summary .yith-wcwl-add-to-wishlist .add_to_wishlist .icon-heart:before {
  margin-right: 0;
}

.single-product-wrap .summary .yith-wcwl-add-to-wishlist .add_to_wishlist .tooltip {
  top: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.single-product-wrap .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .icon-heart:before {
  margin: 0;
}

.single-product-wrap .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .tooltip {
  top: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.single-product-wrap .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .icon-heart:before {
  margin: 0;
}

.single-product-wrap .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .tooltip {
  top: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 5px;
}

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

.shop-main .woocommerce-message .wc-forward {
  margin-right: 10px;
  padding: 5px 10px;
}

/*.custom-login{
  .woocommerce-form-login{
    .woocommerce-Button{
      padding: 0 !important;
    }
  }
}*/

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

input:focus {
  outline: 0;
}

.return-to-shop .wc-backward {
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single-post .sidebar-wrapper #search-2 {
  margin-top: 0px;
}

.home-page-2 .product-content .top_rate .uvc-main-heading,
.home-page-2 .product-content .hot_sale .uvc-main-heading,
.home-page-2 .product-content .sale_product .uvc-main-heading {
  padding-bottom: 30px;
}

.home-page-1 .product-content .home1_hot_sale .uvc-main-heading,
.home-page-1 .product-content .home1_sale_product .uvc-main-heading,
.home-page-1 .product-content .home1_feature_product .uvc-main-heading,
.home-page-1 .product-content .home1_top_rate .uvc-main-heading {
  padding-bottom: 30px;
}

/*.woocommerce-account{
  .entry-content{
    .woocommerce{
      .woocommerce-MyAccount-content{
        .u-columns{
          .u-column1,.u-column2 {
            flex: 0 0 50%;
            max-width: 50%;
          }
        }
      }
    }
  }
  .woocommerce-EditAccountForm{
    .woocommerce-Button{
        margin-top: 15px;
        padding: 10px 20px;

    }
  }
  .woocommerce-address-fields{
    .form-row{
      label{

      }
    }
  }
}*/

.header-1 .mini-cart-wrap {
  top: 100%;
}

.shop-main {
  padding-top: 10px;
}

.nb-post-home1 .nb-post-block {
  padding-left: 0px;
}

.nb-post-home1 .nb-post-block .nb-post-header > h4 {
  margin-bottom: 5px;
}

.nb-post-home1 .nb-post-block .nb-post-content > p {
  margin-bottom: 5px;
}

#text-7 {
  margin-bottom: 35px;
  padding-top: 5px;
}

#custom_html-10 {
  margin-bottom: 15px;
}

#text-9 .textwidget > p {
  margin-bottom: 25px;
}

.single-product .shop-main {
  margin-bottom: 0px;
}

.single-product .shop-main .single-product-wrap .summary .product_title {
  margin-bottom: 5px;
}

.single-product .shop-main .single-product-wrap .summary .price {
  margin-bottom: 10px;
}

.single-product-wrap .product_meta {
  padding-top: 25px !important;
  margin-bottom: 30px !important;
}

.list-type .list-type-wrap .product-meta .star-rating {
  margin: 0;
}

.sidebar-wrapper .widget-title {
  margin-bottom: 30px !important;
}

.sidebar-wrapper .product_list_widget > li:first-child {
  padding-top: 0;
}

.sidebar-wrapper .product_list_widget > li {
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-top: 0;
}

.sidebar-wrapper .product_list_widget > li .widget-product-meta .product-title > a {
  text-transform: none;
}

.category-blog .blog .classic .post .entry-title {
  margin-top: 5px;
}

.category-blog .blog .classic .post .entry-footer {
  padding-top: 0px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-checkout,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-checkout,
.woocommerce-page .woocommerce-error {
  margin-top: 0px !important;
  margin-bottom: 45px;
}

.list-type-wrap .product-meta {
  padding-left: 15px;
}

.list-type-wrap .product-meta .star-rating {
  margin: 0;
}

.list-type-wrap .product-meta .add_to_cart_button {
  margin-bottom: 30px;
}

.footer-contact-form input[type="email"]:focus {
  color: #fff;
}

.woocommerce-checkout .woocommerce-info:first-child {
  margin-bottom: 45px;
}

.woocommerce-cart .woocommerce-message .cart-empty {
  margin-top: 0px !important;
}

.sticky {
  margin-top: 25px !important;
  padding: 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.sidebar-wrapper .widget_nav_menu .menu .menu-item {
  margin-bottom: 0;
}

.sidebar-wrapper .widget_nav_menu .menu .menu-item .sub-menu {
  display: block;
}

.sidebar-wrapper .widget_nav_menu .menu .menu-item:after {
  font-family: unset;
  content: '';
  position: relative;
}

/*
.woocommerce-checkout{
  #customer_details{
    .form-row {
      input{
        &.input-text{
          padding: 10px;
          line-height: unset !important;
        }
      }
    }
  }
}
*/

/*.woocommerce-checkout{
  #customer_details {
    .form-row{
      .input-text{
        padding: 10px;
      }
    }
  }
}*/

/*.woocommerce-checkout{
  #customer_details{
    .checkout-billing{
      .woocommerce-account-fields{
        .form-row{
          .woocommerce-form__input-checkbox{
            margin-right: 10px;
          }
        }
      }
    }
  }
}*/

#yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content .single-product-wrap {
  padding: 0 15px;
}

#yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content .single-product-wrap .product-vendor-info {
  width: 100%;
}

.product_type_variable > i:before {
  content: '\e815';
  font-family: fontello;
  font-style: normal;
}

/*.woocommerce-lost-password{
  .lost_reset_password{
    .woocommerce-form-row{
      >label{
        margin-right: 15px;
      }
      .woocommerce-Input{
        padding: 10px 15px;
        border-radius: 5px;
      }
      .woocommerce-Button{
        padding: 10px 15px;
        border-radius: 5px;
      }
    }
  }
}*/

.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Button {
  padding: 5px 15px;
}

.page-links {
  padding-top: 15px;
}

.page-links > a {
  padding: 5px 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
}

.tags-links {
  line-height: 16px;
}

.tags-links > a {
  padding: 0 5px;
}

.post-password-form input[type="password"] {
  min-height: 40px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-width: 250px;
}

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

.comment-form-author > input,
.comment-form-email > input,
.comment-form-url > input {
  min-height: 40px;
  margin-left: 15px;
  min-width: 300px;
}

.comment-form-author > label,
.comment-form-email > label,
.comment-form-url > label {
  min-width: 100px;
  display: inline-block;
}

.woocommerce-wishlist .site-header {
  margin-bottom: 60px;
}

.single-product .comment-form-email > input,
.single-product .comment-form-author > input {
  margin-left: 0px;
  width: 100%;
}

.comment-list {
  padding-left: 0;
}

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

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

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

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

.search .content-search .nb-input-group .search-button .bt-4 {
  position: absolute;
  right: 0;
  background-color: transparent;
}

.search .content-search .nb-input-group .search-button .bt-4 .icon-search {
  color: #ccc !important;
}

.search .content-search .nb-input-group .search-field {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ccc !important;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.widget-area .widget_nav_menu .menu .sub-menu {
  border-top: 1px solid #edf0f5;
  padding-top: 8px;
  margin-top: 8px;
}

.entry-content > p:before {
  display: table;
  content: '';
  clear: both;
}

.home3 .nb-page-title-wrap {
  display: none;
}

.home3 .nb_wp-blog3 .nb-post-block {
  padding-left: 20px;
}

.home3 .nb_wp-blog3 .nb-post-block .nb-post-meta:hover * {
  color: #204f89;
}

.home3 .box-shop-now-two-one .box-content-text .shop-now-title,
.home3 .box-shop-now-two-two .box-content-text .shop-now-title,
.home3 .box-shop-now-two-content-text .box-content-text .shop-now-title {
  font-weight: 500;
  color: #3e4241;
}

.home3 .box-shop-now-two-one .box-content-text .shop-now-content,
.home3 .box-shop-now-two-two .box-content-text .shop-now-content,
.home3 .box-shop-now-two-content-text .box-content-text .shop-now-content {
  color: #3e4241;
}

.home3 .site-footer {
  margin-top: 8px !important;
  /*.footer-bot-section{
      background-color: #3e4241;
      .widget-title{
        color: #fff !important;
        margin-bottom: 40px;
        line-height: 1;
      }
      .menu-menu-footer-container{
        .menu{
          li:first-child{padding-top: 0px;}
          li a{
            font-size: 14px;
            color: #ccc;
            &:hover{
              color: #fff;
              text-decoration: underline;
            }
          }
        }
      }
      .custom-html-widget{
        p{
          &:hover{color: #fff;}
        }
      }
      .col-3{
        color: #ccc;
        font-size: 14px;
        .wpcf7-form{
          .wpcf7-form-control-wrap{color: #ccc;}
          p{
            margin: 0;
            position: relative;
          }
          .wpcf7-form-control-wrap:before{
            position: absolute;
            content: '\f105';
            font-family: 'FontAwesome';
            top: -7px;
            right: 7%;
            font-size: 20px;
          }
          .wpcf7-email{
            background: transparent;
            border: 1px solid #ccc;
            padding: 10px 20px;
            border-radius: 50px;
            width: 100%;
            outline: none;
            color: #ccc;
            &::-webkit-input-placeholder{color: #ccc;}
            &::-moz-placeholder{color: #ccc;}
            &:-ms-input-placeholder{color: #ccc;}
          }
          .btn-submit-email{
            position: absolute;
            right: 10px;
            top: 0;
            padding: 18px 10px;
            opacity: 0;
          }
        }
        .widget_custom_html{
          .custom-html-widget{
            a{color: #ccc;}
            i{
              margin: 0;
              padding-right: 20px;
              &:before{
                font-size: 20px;
              }
              &:hover{
                color: #fff;
              }
            }
          }
        }
        &:last-child{
          .widget-title {
            margin-bottom: 40px;
          }
        }
      }
    }*/
}

.home3 .site-footer .footer-abs-section .footer-abs-left {
  color: #333;
}

.home3 .wpb_button,
.home3 .wpb_content_element,
.home3 ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}

.home3 .uvc-heading .uvc-main-heading > h3 {
  line-height: 0.7;
  padding-bottom: 15px;
  font-size: 24px;
}

.home3 .uvc-heading .uvc-sub-heading {
  line-height: 0.9;
}

.home3 .products-column .product {
  padding-bottom: 45px;
}

.home3 .products-column .product-image {
  max-height: 228px;
}

.home3 .products-column .product-detail {
  padding-top: 15px;
}

.home3 .products-column .product-detail .product-title {
  margin: 10px 0;
}

.home3 .products-column .product-detail .star-rating {
  margin-top: 12px;
  margin-bottom: 20px;
}

.home3 .products-column .product-detail .product-description {
  margin-top: 12px;
}

.home3 .responsive-box-product-two .products-column .product:last-child .product-detail {
  padding-top: 15px;
}

.home3 .responsive-box-product-two .products-column .product:first-child .product-image {
  max-height: 230px;
}

.home3 .product .product-action a.add_to_wishlist {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.home3 .product .product-action a.add_to_wishlist:hover {
  border-bottom: none !important;
}

.home3 .product .product-detail .product-title > a {
  color: #3e4241;
  font-size: 18px;
}

.home3 .product .product-detail .price > del .amount {
  font-size: 18px;
  opacity: 1;
}

.home3 .product .product-detail .price > ins .amount {
  font-size: 18px;
}

.product-image .product-action .button {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.product-image .product-action .wishlist-btn a.button {
  border-bottom: none !important;
}

.site-footer .footer-bot-section {
  padding-top: 55px;
  padding-bottom: 25px;
  /*.widget-title{
      color: #fff !important;
      margin-bottom: 40px;
      line-height: 1;
    }
    .menu-menu-footer-container{
      .menu{
        li:first-child{padding-top: 10px;}
        li {
          padding-top: 10px;
          padding-bottom: 10px;
          a {
            font-size: 14px;
            color: #ccc;
            &:hover {
              color: #fff;
            }
          }
        }
      }
    }
    .custom-html-widget{
      p{
        &:hover{color: #fff;}
      }
    }
    .col-3{
      color: #ccc;
      font-size: 14px;
      .wpcf7-form{
        .wpcf7-form-control-wrap{color: #ccc;}
        p{
          margin: 0;
          position: relative;
        }
        .wpcf7-form-control-wrap:before{
          position: absolute;
          content: '\f105';
          font-family: 'FontAwesome';
          top: -7px;
          right: 7%;
          font-size: 20px;
        }
        .wpcf7-email{
          background: transparent;
          border: 1px solid #ccc;
          padding: 10px 20px;
          border-radius: 50px;
          width: 100%;
          outline: none;
          color: #ccc;
          &::-webkit-input-placeholder{color: #ccc;}
          &::-moz-placeholder{color: #ccc;}
          &:-ms-input-placeholder{color: #ccc;}
        }
        .btn-submit-email{
          position: absolute;
          right: 10px;
          top: 0;
          padding: 18px 10px;
          opacity: 0;
        }
      }
      .widget_custom_html{
        .custom-html-widget{
          a{color: #ccc;}
          i{
            margin: 0;
            padding-right: 20px;
            &:before{
              font-size: 20px;
            }
            &:hover{
              color: #fff;
            }
          }
        }
      }
      &:last-child{
        .widget-title{margin-bottom: 40px;}
        .textwidget{
          p{margin-bottom: 28px;}
        }
        .widget_custom_html{
          margin-bottom: 50px;
          .wpcf7{
            width: 100%;
          }
        }
      }
      &:first-child{
        .widget_custom_html{
          p{
            display: inline-flex;
            margin-bottom: 3px;
          }
        }
      }
    }*/
}

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

.mini-cart-wrap .mini_cart_item .mini-cart-pd-image {
  float: left;
}

.site-header.header-3 .header-3 .top-section-wrap {
  padding: 5px 0;
}

.site-header.header-3 .header-3 .top-section-wrap .nb-header-sub-menu li a {
  border-right: 1px solid #333;
}

.site-header.header-3 .header-3 .top-section-wrap .nb-header-sub-menu li:last-child a {
  border-right: none;
}

.site-header.header-3 .header-3 .top-section-wrap a span {
  font-size: 14px;
  letter-spacing: 0.1px;
  /*&:hover{
          color: #204f89;
        }*/
}

.site-header.header-3 .header-3 .top-section-wrap ul#menu-language-menu > li > a > span:after {
  content: '\f107';
  font-family: fontawesome;
  padding-left: 2px;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu {
  text-align: right;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li {
  display: inline-block;
  position: relative;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li a {
  border-right: 1px solid #333;
  padding: 0 10px;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li:first-child ul {
  left: 10px;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li:last-child ul {
  left: 0px;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li:last-child a {
  border-right: none;
  padding-right: 0;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li ul {
  display: none;
  width: 60px;
  background: #ececec;
  position: absolute;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  z-index: 999;
  padding-top: 5px;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li ul li {
  display: block;
  border-right: none;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li ul li:hover {
  background-color: #204f89;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li ul li span {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li ul li:hover span {
  color: #fff !important;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li ul li a {
  padding: 0;
  border-right: 0;
}

.site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language ul li ul li:last-child {
  border-bottom: none;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  padding-top: 15px;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .header-wrap-icon {
  float: right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .header-wrap-icon .search-form:before {
  content: '\e802';
  padding-right: 20px;
  display: block;
  font-size: 20px;
  color: #414544;
  margin-top: 6px;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .header-wrap-icon .header-cart-wrap {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .header-wrap-icon .header-cart-wrap .mini-cart-wrap {
  top: 47px;
  font-family: 'Lato';
}

.site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .header-wrap-icon .header-cart-wrap .mini-cart-wrap .mini_cart_item i.icon-garbage:before {
  position: absolute;
  top: 10px;
  right: 0;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .header-wrap-icon .header-cart-wrap i.icon-bag:before {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  position: relative;
  bottom: 2px;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .header-wrap-icon .header-cart-wrap span.total {
  display: none;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .header-wrap-icon .counter {
  position: absolute;
  top: 15px;
  right: 0px;
  font-size: 12px;
  padding: 3px 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 555;
  color: #fff;
  width: 18px;
  height: 18px;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-logo {
  margin: auto;
}

.site-header.header-3 .header-3 .middle-section-wrap .nb-input-group {
  display: none;
}

.site-header.header-3 .header-3 .middle-section-wrap .fix-serach {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.site-header.header-3 .header-3 .middle-section-wrap .fix-serach .nb-input-group {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 500px;
}

.site-header.header-3 .header-3 .middle-section-wrap .fix-serach .nb-input-group input.search-field::-moz-placeholder,
.site-header.header-3 .header-3 .middle-section-wrap .fix-serach .nb-input-group input.search-field::-webkit-input-placeholder,
.site-header.header-3 .header-3 .middle-section-wrap .fix-serach .nb-input-group input.search-field:-ms-input-placeholder {
  color: #fff;
}

.site-header.header-3 .header-3 .middle-section-wrap .fix-serach .nb-input-group .search-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #777;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto';
  width: 100%;
}

.site-header.header-3 .header-3 .middle-section-wrap .fix-serach .nb-input-group .search-button {
  display: none;
}

.site-header.header-3 .header-3 .middle-section-wrap .close-search {
  position: fixed;
  top: 10%;
  right: 10%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

.site-header.header-3 .header-3 .middle-section-wrap .close-search:before,
.site-header.header-3 .header-3 .middle-section-wrap .close-search:after {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  content: ' ';
  width: 40px;
  height: 2px;
  display: block;
}

.site-header.header-3 .header-3 .middle-section-wrap .close-search:before {
  -webkit-transform: translate(-5px, 14px) rotate(-45deg);
  -ms-transform: translate(-5px, 14px) rotate(-45deg);
  transform: translate(-5px, 14px) rotate(-45deg);
  background-color: #fff;
}

.site-header.header-3 .header-3 .middle-section-wrap .close-search:after {
  -webkit-transform: translate(-5px, 12px) rotate(45deg);
  -ms-transform: translate(-5px, 12px) rotate(45deg);
  transform: translate(-5px, 12px) rotate(45deg);
  background-color: #fff;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-mobile-navigation .mobile-toggle-button {
  font-size: 25px;
  padding: 0;
  margin-left: 0;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-mobile-navigation ul.nb-navbar > .menu-item {
  padding: 0;
}

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

.site-header.header-3 .header-3 .middle-section-wrap .main-mobile-navigation ul.nb-navbar .menu-item-has-children .sub-menu .menu-item:not(:last-child) {
  border-bottom: none !important;
}

.site-header.header-3 .header-3 .middle-section-wrap .main-mobile-navigation ul.nb-navbar .menu-item a {
  color: #fff;
}

.site-header.header-3 .header-3 .middle-section-wrap .mini-cart-wrap .minicart-pd-meta > a {
  padding-bottom: 0;
  text-align: left;
}

.site-header.header-3 .header-3 .middle-section-wrap .mini-cart-wrap .minicart-pd-meta .variation {
  text-align: left;
  margin: 10px 0;
}

.site-header.header-3 .header-3 .middle-section-wrap .mini-cart-wrap .minicart-pd-meta .variation .variation-Vendor {
  margin: 0;
}

.site-header.header-3 .header-3 .middle-section-wrap .mini-cart-wrap .minicart-pd-meta .variation .variation-Vendor p {
  margin: 0;
}

.site-header.header-3.fixed .header-3 {
  z-index: 999;
  width: 100%;
}

.site-header.header-3.fixed .header-3.stuck {
  -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.header-3 .single-product-wrap .yith-wcwl-add-to-wishlist {
  display: none;
}

.home3-about-us {
  background-image: url("assets/images/themes/bg_about.jpg");
  padding: 60px 100px 44px 100px;
}

.home3-about-us .wpb_wrapper {
  text-align: center;
}

.home3-about-us .wpb_wrapper h3 {
  color: #3e4241;
  font-size: 34px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 15px;
  font-weight: normal;
}

.home3-about-us .wpb_wrapper p {
  color: #3e4241;
  font-size: 18px;
  margin-bottom: 0px;
}

.home3-about-us .wpb_wrapper span {
  font-size: 18px;
}

.home3-about-us .wpb_wrapper .about-us-top-text {
  padding: 20px 0;
}

.home3-about-us .wpb_wrapper .about-us-bottom-text {
  padding: 10px 0 45px 0;
}

.home3-about-us .wpb_wrapper .home3-btn-readmore {
  padding: 10px 50px;
  background-color: #204f89;
  color: #e2e3e4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home3-about-us .wpb_wrapper .home3-btn-readmore:hover {
  background-color: #438CE6;
  opacity: 0.8;
}

.home3-about-us .wpb_wrapper .about-us-title-text {
  font-weight: 600;
}

#css_video .wpb_wrapper iframe #player .controls-wrapper .player .sidedock {
  display: none !important;
}

#css_video .wpb_wrapper iframe #player .controls-wrapper .player .title {
  display: none !important;
}

.over {
  overflow: hidden;
}

.visible {
  visibility: hidden;
}

.video_style .wp-video {
  width: 100% !important;
}

.video_style .wp-video .wp-video-shortcode {
  width: 100% !important;
}

.video_style .wp-video .wp-video-shortcode .mejs-controls {
  display: none !important;
}

.widget_custom_html {
  word-spacing: 4px;
}

.home3_blog_post {
  padding-bottom: 0px !important;
}

.home3_category_link .nb_category_image_link {
  position: relative;
  overflow: hidden;
}

.home3_category_link .nb_category_image_link img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home3_category_link .nb_category_image_link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-product .woocommerce-message {
  margin-top: 0px !important;
  margin-bottom: 45px;
}

.single-product .single-product-wrap .yith-wcwl-add-to-wishlist i.icon-heart:before {
  margin-right: 0 !important;
}

.single-product .star-rating {
  margin: 0;
}

.shop-main .term-description {
  display: none;
}

.sidebar-wrapper .widget {
  margin-bottom: 33px !important;
}

.sidebar-wrapper .widget.widget_search {
  margin-top: 10px;
}

.sidebar-wrapper .widget.widget_search .widget-title {
  display: none;
}

.sidebar-wrapper .widget .nb-input-group {
  position: relative;
}

.sidebar-wrapper .widget .nb-input-group .search-field {
  padding: 10px 30px 10px 15px !important;
  min-width: 100% !important;
  border: 2px solid #ccc !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.sidebar-wrapper .widget .nb-input-group .search-button {
  position: absolute;
  right: 0;
}

.sidebar-wrapper .widget .nb-input-group .search-button button {
  background-color: transparent;
}

.sidebar-wrapper .widget .nb-input-group .search-button button .icon-search:before {
  color: #ccc;
}

.sidebar-wrapper .widget .product-categories {
  margin-top: 0;
}

.sidebar-wrapper .widget .product-categories .cat-item {
  border-bottom: 1px solid #ccc !important;
}

.sidebar-wrapper .widget .product-categories li:first-child {
  padding-top: 0px !important;
}

.sidebar-wrapper .widget .product_list_widget .product-title {
  line-height: 1;
}

.sidebar-wrapper .widget .product_list_widget li a > img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-wrapper .widget .product_list_widget li:hover a > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sidebar-wrapper .widget ul > li:first-child {
  padding-top: 0 !important;
}

.sidebar-wrapper .widget.widget_recent_entries ul > li,
.sidebar-wrapper .widget.widget_recent_comments ul > li,
.sidebar-wrapper .widget.widget_archive ul > li,
.sidebar-wrapper .widget.widget_categories ul > li,
.sidebar-wrapper .widget.widget_meta ul > li {
  padding-top: 0 !important;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery {
  padding-left: 20px;
}

.checkout-coupon-wrap {
  padding: 0 15px;
}

.wpcf7 .wpcf7-submit {
  border-width: 0;
}

/*@media(min-width: 320px) {
  body{overflow-x: hidden;}
  .site-header.header-3{
    margin-bottom: 60px;
    .header-3{
      .top-section-wrap{
        .sub-navigation{
          display: none;
        }
        .header-language-menu{
          text-align: left;
          .sub-navigation-language{
            .nb-header-language-menu{
              li.menu-item:first-child{padding-left: 0;}
            }
          }
        }
      }
      .middle-section-wrap{
        .main-nav-wrap{
          button.mobile-toggle-button{
            font-size: 24px;
            padding-top: 20px;
          }
          button.mobile-toggle-button, .menu-main-menu-title{
            display: block;
            background-color: transparent;
            border: transparent;
          }
          .mobile-toggle-button{
            margin: 0;
            padding: 15px 0;
          }
          .menu-main-menu-title{
            display: flex;
            padding: 50px 0 0 15px;
            position: relative;
            h3{
              color: #fff;
              text-transform: uppercase;
            }
            .icon-cancel-circle{
              color: #fff;
              font-size: 20px;
              position: absolute;
              right: 15px;
              bottom: 0;
              top: 58px;
            }
          }
          .menu-main-menu-wrap{
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            background: rgba(0,0,0,.9);
            width: 90%;
            height: 100%;
            z-index: 9999;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
            padding-top: 0 !important;
            #menu-main-menu{
              display: block;

            }
          }
        }
        .fix-serach{
          .nb-input-group{
            left: 15%;
            width: 70%;
          }
        }
      }
    }
  }
  .home3-about-us{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .video_style{
    .wp-video{
      height: auto;
    }
  }
  .logo_section{
    .vc_figure{
      width: 100%;
      .vc_single_image-wrapper{
        width: 100%;
        img{
          width: 100%;
          -webkit-transition: all .1s ease-in-out;
          -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
          &:hover{
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            border: 1px solid #204F89;
          }
        }
      }
    }
  }
  .shop-now-one .nb_image_link_style3, .box-shop-now-two-one .nb_image_link_style3, .box-shop-now-two-two .nb_image_link_style3, .box-shop-now-two-content-text .nb_image_link_style3{overflow: hidden;}
  .shop-now-one .nb_image_link_style3 .image-link-style3, .box-shop-now-two-one .nb_image_link_style3 .image-link-style3, .box-shop-now-two-two .nb_image_link_style3 .image-link-style3, .box-shop-now-two-content-text .nb_image_link_style3 .image-link-style3{
    position: relative;
    width: 100%;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
  }
  .shop-now-one .nb_image_link_style3:hover .image-link-style3, .box-shop-now-two-one .nb_image_link_style3:hover .image-link-style3, .box-shop-now-two-two .nb_image_link_style3:hover .image-link-style3, .box-shop-now-two-content-text .nb_image_link_style3:hover .image-link-style3{
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  .box-shop-now-two .box-shop-now-two-one, .box-shop-now-two .box-shop-now-two-two{padding-top: 30px;}
  #colophon{
    .footer-bot-section{
      .col-6{
        max-width: 100%;
        display: inline-block;
        width: 100%;
        flex: none;
        .col-4{
          width: 100%;
          max-width: 100%;
          flex: none;
          display: block;
          float: none;
        }
      }
      .col-3{
        width: 100%;
        max-width: 100%;
        flex: none;
      }
    }
  }
  .nb_category_image_link{
    .content_category{
      bottom: -25px;
    }
  }
  .home3{
    .products-column{
      .product-image{
        max-height: 300px;
      }
    }
    .responsive-box-product-two{
      .products-column{
        .product:first-child{
          .product-image{
            max-height: 300px;
          }
        }
      }
    }
    .rev_slider_wrapper{
      .rev-btn{
        padding: 10px !important;
        font-size: 14px !important;
      }
    }
    .shop-now-one{
      .box-content-text{
        .shop-now-title{
          font-weight: 500;
          color: #31394a;
        }
      }
    }
    .col-3:first-child{
      .widget_media_image{
        margin-bottom: 20px;
        padding-top: 0!important;
      }
      .widget_text{line-height: 1.3;}
      #text-2.widget_text{
        margin-bottom: 30px;
      }
      .widget_custom_html{
        p{
          display: inline-flex;
          margin-bottom: 3px;
        }
      }
    }
    .col-3{
      margin-bottom: 40px;
    }
  }
  .home3_category_link{
    .vc_col-sm-3{
      &:nth-child(1), &:nth-child(3){
        padding-right: 15px;
        padding-left: 15px;
      }
      &:nth-child(2), &:nth-child(4){
        padding-left: 15px;
        padding-right: 15px;
      }
      .nb_image_link_style4{
        padding-bottom: 30px;
      }
    }
    .vc_col-sm-3:nth-child(4){
      .nb_image_link_style4:nth-child(2){
        padding-bottom: 0;
      }
    }
  }
  .category-blog .site-header.header-3, .single-post .site-header.header-3, .woocommerce .site-header.header-3,
  .page .site-header.header-3, .category .site-header.header-3, .archive .site-header.header-3{margin-bottom: 0;}
  .woocommerce-cart .site-header.header-3, .woocommerce-checkout .site-header.header-3{margin-bottom: 60px;}
  .box-shop-now-two-two{
    .box-content-text{top: 55%;}
  }
}*/

/*@media (min-width: 1024px) {
  .site-header.header-3{
    .header-3 {
      .top-section-wrap {
        .sub-navigation {
          display: block;
          .nb-header-sub-menu{
            li:first-child > a{
              padding-left: 0;
            }
          }
        }
        .header-language-menu {
          text-align: right;
          padding: 0;
          .nb-header-language-menu{
            li:last-child{padding-right: 0;}
          }
        }
      }
      .middle-section-wrap {
        .main-nav-wrap {
          .main-menu-primary{padding-left: 0px;}
          .icon-header-section{padding-right: 0px;}
          button.mobile-toggle-button, .menu-main-menu-title {
            display: none;
          }
          .menu-main-menu-wrap {
            display: inline-block;
            position: relative;
            background: none;
            z-index: 1000;
            padding: 0;
            width: 100%;
            #menu-main-menu {
              display: inline-flex;
              span {
                font-size: 18px;
              }
            }
            .nb-navbar > .menu-item:first-child a {
              span{padding-left: 0;}
            }
            .nb-navbar .menu-item-has-children > a:after {
              float: none !important;
              margin-right: 0px !important;
            }
          }
        }
        .fix-serach {
          .nb-input-group {
            left: 25%;
            width: 50%;
          }
        }
      }
    }
  }
  .nb-navbar .menu-item-has-children > a:after {
    float: none !important;
    margin-right: 0px !important;
  }
  .home3-about-us {
    padding-right: 70px;
    padding-left: 70px;
  }
  .nb_category_image_link {
    .content_category {
      bottom: -10px;
    }
  }
  .reponsive-box-about-us{
    .vc_col-sm-6{
      width: 100%;
    }
  }
  .logo_section{
    .vc_col-sm-2{width: 16.66667%;}
    .vc_figure{
      width: 100%;
      .vc_single_image-wrapper{
        width: 100%;
        img{
          width: 100%;
          height: 70px;
          -webkit-transition: all .1s ease-in-out;
          -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
          &:hover{
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            border: 1px solid #204F89;
          }
        }
      }
    }
  }
}*/

.furone-faq .furone-faq-ss2 {
  padding-top: 60px;
}

.furone-faq .furone-faq-ss2 .furone-faq-form .uvc-heading {
  margin-bottom: 35px;
}

.furone-faq .furone-faq-ss2 .furone-faq-form .uvc-heading .uvc-main-heading > h2 {
  line-height: 1;
}

.furone-faq .furone-faq-ss2 .furone-faq-form .uvc-heading .uvc-sub-heading {
  line-height: 1;
}

.furone-faq .furone-faq-ss2 .furone-faq-form .wpb_text_column {
  text-align: center;
  margin-bottom: 50px;
}

.furone-faq2 {
  /*@include media-breakpoint-up(lg){
    padding-top: 15px;
  }*/
}

.furone-faq2 .faq2-heading .uvc-heading {
  margin-bottom: 45px;
}

.faq-page-colum1 .site-footer {
  margin-top: 55px;
}

.faq-page-colum2 .site-footer {
  margin-top: 40px;
}

.gallery-1 .site-footer,
.gallery-2 .site-footer,
.gallery-3 .site-footer {
  margin-top: 35px;
}

.gallery-1 .nb-page-title-wrap,
.gallery-2 .nb-page-title-wrap,
.gallery-3 .nb-page-title-wrap {
  margin-bottom: 45px;
}

.nb_gallery.nb_gallery_masonry .filters-group {
  padding-top: 0;
  padding-bottom: 30px;
}

.nb_gallery.nb_gallery_masonry .filters-group .filter-btn {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.nb_gallery .nb_galleryimg {
  /*  a{
      &.nb_img_link{
        color: #fff;
      }
    }*/
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i .nb_img {
  overflow: hidden;
  position: relative;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i .nb_img:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i .nb_img img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i .nb_img_caption .nb_img_caption-i {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  overflow: visible;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i .nb_img_caption .nb_img_caption-i .nb_img_title {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i .nb_img_caption .nb_img_caption-i .nb_img_desc {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i:hover .nb_img_caption {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i:hover .nb_img_caption .nb_img_caption-i .nb_img_title {
  color: #fff;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i:hover .nb_img_caption .nb_img_caption-i .nb_img_desc {
  opacity: 1;
  visibility: visible;
  position: static;
  margin-top: 10px;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i:hover .nb_img:after {
  visibility: visible;
  opacity: 1;
}

.nb_gallery .nb_galleryimg .nb_galleryimg-i:hover .nb_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nb_gallery .nb_galleryimg .nb_img_caption {
  opacity: 1;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  bottom: 20px;
  padding: 0;
}

.nb_gallery .nb_galleryimg .nb_img_caption .nb_img_caption-i .nb_img_title {
  font-size: 16px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  color: #444;
}

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

.nb_gallery.nb_gallery_masonry .filters-button-group .filter-btn {
  text-transform: uppercase;
}

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

.testimonial-page .site-footer {
  margin-top: 40px;
}

.yith-wcwl-share ul li:not(:last-child) {
  margin-right: 5px;
}

.nbt-about.about-ss1 > .wpb_column > .vc_column-inner {
  padding-top: 15px !important;
  padding-bottom: 35px;
}

.nbt-about.about-ss1 > .wpb_column > .vc_column-inner .wpb_wrapper {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.about-page-heading {
  padding-top: 15px;
}

.about-ss2 > .wpb_column {
  padding-top: 40px;
  padding-bottom: 35px;
}

.about-ss2 > .wpb_column .heading-about-ss2 {
  margin-bottom: 35px;
}

.about-ss2 > .wpb_column .text-center {
  margin-bottom: 25px;
}

.about-ss3 > .wpb_column {
  padding-top: 45px;
}

.about-ss3 > .wpb_column .team-member {
  padding-top: 15px;
}

.about-ss3 > .wpb_column .team-member .ult-team-member-image {
  overflow: hidden;
}

.about-ss3 > .wpb_column .team-member .ult-team-member-image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.about-ss3 > .wpb_column .team-member .ult-team-member-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-ss4 .owl-dots {
  padding-top: 25px;
}

.about-ss4 > .wpb_column > .vc_column-inner {
  padding-top: 30px !important;
}

.nbt-brands.brands-about {
  padding-bottom: 60px;
  padding-top: 20px;
}

.nbt-brands.brands-about .wpb_column .vc_column-inner {
  padding-top: 0 !important;
}

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

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

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

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

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

.wpcf7-form p {
  margin: 0;
}

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

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

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

.wpcf7-form input[type="submit"] {
  font-size: 18px;
  font-weight: bold;
  padding: 9px 50px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.about_page .vc_row.about-welcome .uvc-heading {
  padding-bottom: 30px;
}

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

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

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

.about_page .vc_row.about-welcome .wpb_single_image > figure {
  position: relative;
}

.about_page .vc_row.about-welcome .wpb_single_image > figure .vc_single_image-wrapper {
  padding-right: 30px;
}

.about_page .vc_row.about-welcome .wpb_single_image > figure .vc_single_image-wrapper:before {
  content: '';
  position: absolute;
  left: 30px;
  right: 0px;
  bottom: 30px;
  top: -30px;
  border-style: solid;
  border-width: 3px;
}

.about_page .vc_row.about-welcome .wpb_single_image > figure .vc_single_image-wrapper img {
  position: relative;
}

.about_page .vc_row.about-welcome .aio-icon-header + .aio-icon-description {
  margin-top: 0;
}

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

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

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

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

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

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

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

.about_page .vc_row.furone-testimonial {
  padding-top: 35px;
}

.about_page .vc_row.furone-testimonial .uvc-heading {
  padding-bottom: 25px;
}

.about_page .vc_row.furone-testimonial .furone-brands {
  padding-bottom: 35px;
}

.about_page .vc_row .uvc-sub-heading,
.about_page .vc_row .uvc-main-heading {
  text-transform: uppercase;
  letter-spacing: normal;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid.mega-toggle-on > .mega-sub-menu {
  /*.mega-column-countdown{
                    display: none !important;
                  }*/
  /*.mega-row-img{
                    display: none !important;
                  }*/
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid.mega-toggle-on > .mega-sub-menu .mega-column-main,
.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid.mega-toggle-on > .mega-sub-menu .mega-column-featured {
  width: 100% !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid.mega-toggle-on > .mega-sub-menu .mega-column-main .mega-block-title,
.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid.mega-toggle-on > .mega-sub-menu .mega-column-featured .mega-block-title {
  border-bottom-color: #444 !important;
  color: #fff !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid.mega-toggle-on > .mega-sub-menu .mega-column-main .mega-menu-item,
.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid.mega-toggle-on > .mega-sub-menu .mega-column-featured .mega-menu-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on .mega-sub-menu {
  position: static !important;
  background: #0c0c0c !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on .mega-sub-menu li.mega-menu-item {
  border: 0 none !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on .mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #0c0c0c;
  border-bottom: 1px solid #444 !important;
  border-bottom-color: #444 !important;
  color: #fff !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on .mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  background: #0c0c0c !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
  height: auto;
  padding: 10px 15px !important;
  border-bottom: 1px solid #444;
  border-bottom-color: #444 !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: #0c0c0c !important;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > .mega-sub-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > .mega-sub-menu .mega-img-popup .widget_media_image {
  padding-top: 25px !important;
  padding-bottom: 10p px !important;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > .mega-sub-menu .nbt-countdown {
  padding-top: 15px !important;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > .mega-sub-menu .nbt-countdown .nbt-countdown-title {
  text-transform: capitalize;
  font-size: 24px;
  padding: 0 50px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > .mega-sub-menu .nbt-countdown .counter.with-hundreds {
  margin: 7px 7px 0;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid .mega-block-title {
  text-transform: uppercase !important;
  border-bottom: 1px solid #ccc !important;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  height: auto;
}

/*#mega-menu-wrap-primary{
  #mega-menu-primary{
   // margin-bottom: -10px !important;
    >li{
     // padding-bottom: 10px !important;
      &.mega-menu-flyout{
        ul{
          &.mega-sub-menu{
            box-shadow: 0 0 10px rgba(0,0,0,.7);
            border-radius: 5px;
          }
        }
      }
      &.mega-menu-grid{
        >.mega-sub-menu{
          box-shadow: 0 0 10px rgba(0,0,0,.7);
          border-radius: 5px !important;
          .mega-img-popup{
            .widget_media_image{
              padding-top: 25px !important;
              padding-bottom: 10p px !important;
            }
          }
          .nbt-countdown{
            padding-top: 15px !important;
            .nbt-countdown-title{
              text-transform: capitalize;
              font-size: 24px;
              padding: 0 50px;
              line-height: 1.3;
              margin-bottom: 20px;
            }
            .counter{
              &.with-hundreds{
                margin: 7px 7px 0;
              }
            }
          }
        }
        .mega-block-title{
          text-transform: uppercase !important;
          border-bottom: 1px solid #ccc !important;

        }
        &.mega-toggle-on{
          >.mega-sub-menu{
           // margin-top: 15px !important;
          }
          @include media-breakpoint-down(lg){
            >.mega-sub-menu{
              .mega-column-countdown{
                display: none !important;
              }
              .mega-column-main,.mega-column-featured{
                width: 100% !important;
                .mega-block-title{
                  border-bottom-color:#444 !important;
                  color: #fff !important;
                  padding-top: 15px !important;
                  padding-bottom: 15px !important;
                }
                .mega-menu-item{
                  padding-top: 0 !important;
                  padding-bottom: 0 !important;
                }
              }
              .mega-row-img{
                display: none !important;
              }
            }
          }
        }
      }
      &.mega-menu-item{
        &.mega-toggle-on{
          >.mega-sub-menu{
            //margin-top: 15px !important;
          }
        }
        @include media-breakpoint-down(lg){
          &.mega-toggle-on{
            .mega-sub-menu{

              position: static !important;
              background: #0c0c0c !important;
              li{
                &.mega-menu-item{
                  border: 0 none !important;
                   a{
                    &.mega-menu-link{
                      background:#0c0c0c;
                      border-bottom: 1px solid #444 !important;
                      border-bottom-color:#444 !important;
                      color: #fff !important;
                      &:hover{
                        background:#0c0c0c !important;
                      }
                    }
                  }
                }
              }
            }
          }
        }
        >a{
          &.mega-menu-link{
            height: auto;
           @include media-breakpoint-down(lg){
             color: #fff;
             height: auto;
             padding: 10px 15px !important;
             border-bottom: 1px solid #444;
             border-bottom-color:#444 !important;
             &:hover{
               background:#0c0c0c !important;
             }
           }
          }
        }
      }
    }
  }
}*/

.main-mobile-navigation .menu-main-menu-title {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

/*3.1 Lists*/

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

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

button {
  outline: 0;
}

/*3.2 Tables*/

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

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

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

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

/*# Buttons*/

/*# Fields*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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: 12px 15px;
}

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

input[type="number"] {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
}

input[type="number"]:focus {
  color: #111;
}

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

textarea {
  width: 100%;
}

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

/* Text meant only for screen readers. */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: text-bottom;
}

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

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

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

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

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

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

/*# Header-global*/

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

.main-logo.text-logo > a {
  line-height: 1;
  text-transform: capitalize;
}

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

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

.site-header {
  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);
  margin-bottom: 60px;
}

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

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

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

/*# Header-mid-stack*/

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

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

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

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

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

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

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

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

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

/*# Header-mid-stack*/

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

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

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

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

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

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

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

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

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

/*# Header-mid-stack*/

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

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

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

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

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

/*# Header-left-inline*/

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

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

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

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

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

/*# Header-left-inline_1*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header.header-1 {
  z-index: 999;
  width: 100%;
  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);
}

.site-header.header-1 .icon-header-wrap .counter {
  display: none;
}

.site-header.header-1 .header-logo {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.site-header.header-1 .header-logo img {
  max-width: 100%;
  width: auto;
}

.site-header.header-1 .header-search {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.site-header.header-1 .header-search .icon-header-search {
  display: none;
}

.site-header.header-1 .header-search .search-form {
  margin-bottom: 0;
}

.site-header.header-1 .header-search .nb-input-group {
  position: relative;
}

.site-header.header-1 .header-search .nb-input-group .search-field {
  -webkit-appearance: none;
  display: block;
  border: 1px solid #ccc;
  -webkit-border-radius: 16.5px;
  border-radius: 16.5px;
  height: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header.header-1 .header-search .nb-input-group .search-button {
  position: absolute;
  right: 1px;
  top: -3px;
}

.site-header.header-1 .header-search .nb-input-group .search-button .bt-4 {
  background-color: rgba(204, 204, 204, 0);
}

.site-header.header-1 .header-search .nb-input-group .search-button .bt-4 .icon-search {
  color: #ccc !important;
}

.site-header.header-1 .main-menu {
  position: relative;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.site-header.header-1 .main-menu .sub-menu {
  font-size: 14px;
  margin-bottom: 10px;
}

.site-header.header-1 .main-menu .sub-menu .nb-header-sub-menu {
  text-align: right;
}

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

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

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

.site-header.header-1 .main-menu .sub-menu .nb-header-sub-menu > li:not(:last-child) {
  border-right: 1px solid #333;
}

.site-header.header-1 .main-menu .main-navigation .nb-navbar {
  float: right;
  font-weight: bold;
  text-transform: none;
}

.site-header.header-1 .main-menu .main-navigation:not(.main-mobile-navigation) .nb-navbar .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "fontello";
  display: inline-block;
  margin-left: 5px;
}

.site-header.header-1 .main-menu .main-navigation.main-mobile-navigation .nb-navbar .menu-item-has-children > a:after {
  content: '';
}

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

.site-header.header-1 .main-menu .main-navigation.main-mobile-navigation .nb-navbar .menu-item-has-children.open .sub-menu {
  position: relative;
  background: #0c0c0c;
}

.site-header.header-1 .main-menu .main-navigation.main-mobile-navigation .nb-navbar > .menu-item {
  padding-bottom: 0;
}

.site-header.header-1 .main-menu .main-navigation.main-mobile-navigation .nb-navbar .menu-item a {
  color: #fff;
}

.site-header.header-1 .icon-header-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.header-1 .icon-header-wrap .bag-total {
  position: relative;
  background-color: #444;
  min-height: 90px;
  width: 100%;
  text-align: center;
  padding: 7px 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.header-1 .icon-header-wrap .bag-total:hover .mini-cart-section {
  display: block;
}

.site-header.header-1 .icon-header-wrap .bag-total .total > span {
  word-break: break-all;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

.site-header.header-1 .icon-header-wrap .header-account-wrap {
  display: none;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap {
  position: static;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap .nb-cart-section {
  margin-bottom: 10px;
  color: #fff;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap .nb-cart-section .icon-bag {
  font-size: 27px;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap .mini-cart-section .mini-cart-wrap .woocommerce-mini-cart__empty-message {
  color: #333;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap .mini-cart-section .mini-cart-wrap .woocommerce-mini-cart__total .woocommerce-Price-amount {
  display: inline;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap .mini-cart-section .mini-cart-wrap .woocommerce-mini-cart__total > strong {
  display: inline;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap .mini-cart-section .mini-cart-wrap .mini_cart_item .minicart-pd-meta > a {
  padding-bottom: 0;
  text-align: left;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap .mini-cart-section .mini-cart-wrap .mini_cart_item .minicart-pd-meta .variation {
  text-align: left;
  margin: 10px 0;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap .mini-cart-section .mini-cart-wrap .mini_cart_item .minicart-pd-meta .variation .variation-Vendor {
  margin: 0;
}

.site-header.header-1 .icon-header-wrap .header-cart-wrap .mini-cart-section .mini-cart-wrap .mini_cart_item .minicart-pd-meta .variation .variation-Vendor p {
  margin: 0;
}

.site-header.header-1 .header-content {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.site-header.header-1 .mega-menu-wrap .mega-menu#mega-menu-primary {
  margin-right: -10px !important;
}

.site-header.header-2 {
  position: relative;
  z-index: 999;
  left: 0;
  right: 0;
  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);
}

.site-header.header-2 .header-box {
  width: 100%;
}

.site-header.header-2 .header-2-style {
  padding: 0 60px;
  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.header-2 .header-2-style .main-navigation .nb-navbar {
  float: right;
  font-weight: bold;
  text-transform: none;
}

.site-header.header-2 .header-2-style .main-navigation:not(.main-mobile-navigation) .nb-navbar .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "fontello";
  display: inline-block;
  margin-left: 5px;
}

.site-header.header-2 .header-2-style .main-navigation.main-mobile-navigation .nb-navbar .menu-item-has-children > a:after {
  content: '';
}

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

.site-header.header-2 .header-2-style .main-navigation.main-mobile-navigation .nb-navbar .menu-item-has-children.open .sub-menu {
  position: relative;
  background: #0c0c0c;
}

.site-header.header-2 .header-2-style .main-navigation.main-mobile-navigation .nb-navbar > .menu-item {
  padding-bottom: 0;
}

.site-header.header-2 .header-2-style .main-navigation.main-mobile-navigation .nb-navbar .menu-item a {
  color: #fff;
  border-bottom: 1px solid #444 !important;
}

.site-header.header-2 .header-2-style .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 0;
  font-size: 24px;
}

.site-header.header-2 .header-2-style .main-logo {
  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;
  margin-right: 60px;
  margin-bottom: 10px;
}

.site-header.header-2 .header-2-style .header-start {
  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-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;
  margin-right: 30px;
}

.site-header.header-2 .header-2-style .header-start .main-menu {
  font-weight: bold;
  padding-bottom: 0px;
}

.site-header.header-2 .header-2-style .header-start .sub-search {
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search {
  position: relative;
  padding-bottom: 0;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .popup_content {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form.visible:before {
  content: '';
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form.visible .nb-input-group {
  display: block;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form.visible .nb-input-group .search-field {
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #777;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto';
  width: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .close_popup {
  position: fixed;
  top: 10%;
  right: 10%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .close_popup:before,
.site-header.header-2 .header-2-style .header-start .sub-search .header-search .close_popup:after {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  content: ' ';
  width: 40px;
  height: 2px;
  display: block;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .close_popup:before {
  -webkit-transform: translate(-5px, 14px) rotate(-45deg);
  -ms-transform: translate(-5px, 14px) rotate(-45deg);
  transform: translate(-5px, 14px) rotate(-45deg);
  background-color: #fff;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .close_popup:after {
  -webkit-transform: translate(-5px, 12px) rotate(45deg);
  -ms-transform: translate(-5px, 12px) rotate(45deg);
  transform: translate(-5px, 12px) rotate(45deg);
  background-color: #fff;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .icon-header-search {
  display: none;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form {
  margin: 0;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form:before {
  content: '\e802';
  font-family: 'fontello';
  margin-left: 10px;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form .nb-input-group {
  display: none;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form .nb-input-group .search-field {
  -webkit-appearance: none;
  display: block;
  border: solid 1px #414544;
  background-color: transparent;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 250px;
  margin-bottom: 7px;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form .nb-input-group .search-button {
  position: absolute;
  top: 0px;
  right: 0px;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form .nb-input-group .search-button .bt-4 {
  height: 30px;
  line-height: 30px;
  background-color: rgba(161, 219, 212, 0);
  position: relative;
}

.site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form .nb-input-group .search-button .bt-4 .icon-search {
  color: #414544 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-header.header-2 .header-2-style .header-start .sub-search .sub-menu {
  font-size: 14px;
  border-right: 1px solid #999;
}

.site-header.header-2 .header-2-style .header-start .sub-search .sub-menu .nb-header-sub-menu .menu-item:not(:last-child) {
  border-right: 1px solid #999;
  line-height: 15px;
}

.site-header.header-2 .header-2-style .header-end {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
}

.site-header.header-2 .header-2-style .header-end:hover .mini-cart-section {
  display: block !important;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
  min-width: 70px;
  padding: 0;
  background-color: #414544;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap .header-account-wrap {
  display: none;
  min-height: 50px;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap .header-cart-wrap {
  margin: 0;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap .header-cart-wrap .icon-bag {
  font-size: 27px;
  color: #fff;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap .header-cart-wrap .total {
  display: none;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap .header-cart-wrap .mini_cart_item .minicart-pd-meta > a {
  padding-bottom: 0;
  text-align: left;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap .header-cart-wrap .mini_cart_item .minicart-pd-meta .variation {
  text-align: left;
  margin: 10px 0;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap .header-cart-wrap .mini_cart_item .minicart-pd-meta .variation .variation-Vendor {
  margin: 0;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap .header-cart-wrap .mini_cart_item .minicart-pd-meta .variation .variation-Vendor p {
  margin: 0;
}

.site-header.header-2 .header-2-style .header-end .icon-header-wrap .counter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #444;
  position: absolute;
  top: 29px;
  right: 8px;
  z-index: 100;
}

.site-header.header-2.site-header-customize {
  background-color: transparent;
}

.site-header.header-2.site-header-customize.fixed .header-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header.header-2.site-header-customize.fixed .header-box.stuck {
  background-color: #fff;
  -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.header-2.site-header-customize .header-box {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header.header-2.fixed .header-box {
  -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 .mini-cart-section .mini-cart-wrap .mini_cart_item .mini-cart-pd-image {
  border: 1px solid #eee;
  -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);
}

.home-page-2:not(.search) .header-1 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.home-page-2:not(.search) .header-2 {
  position: absolute;
  z-index: 999;
  margin-bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-page-2:not(.search) .nb-page-title-wrap {
  display: none;
}

.home-page-2:not(.search) .site-footer {
  margin-top: 0px;
}

.home-page-1 .site-header.header-1 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.home-page-1 .site-header.header-2 {
  margin-bottom: 0;
}

.home-page-1 .site-header.header-2 .header-2-style {
  margin-bottom: 0;
}

.home-page-1 .site-footer {
  margin-top: 0px;
}

.text-logo {
  word-break: break-word;
}

/*# 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;
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mini-cart-wrap .mini_cart_item .minicart-pd-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta > a {
  display: block;
  font-weight: 900;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .quantity {
  display: inline-block;
  text-align: left;
  color: #666;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .quantity .amount {
  font-weight: 900;
}

.mini-cart-wrap .mini_cart_item .remove {
  /*position: absolute;
      top: 12px;
      right: 0;*/
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  text-align: right;
}

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

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

/*# Media*/

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

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

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

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

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

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

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

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

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

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

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

.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*# Navigation*/

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

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

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

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

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

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

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

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

.nb-navbar .sub-menu > .menu-item > a {
  display: block;
}

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

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

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

.main-navigation:not(.main-mobile-navigation) .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:not(:first-child) > a,
.nb-header-sub-menu > li:not(:last-child) > a {
  padding-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-navigation.main-mobile-navigation .menu-main-menu-wrap ul li > a {
  padding: 15px 15px !important;
  display: block;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap ul li.mega-hide-on-mobile {
  display: none !important;
}

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

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

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

/*# Navigation*/

/*# Comments*/

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

.bypostauthor {
  display: block;
}

/*# Posts And Pages*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

/*# Widgets*/

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

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

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

.widget .widget-title:before {
  width: 60px;
  height: 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: 2px;
  border-radius: 2px;
  text-transform: capitalize;
}

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

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

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

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

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

.widget a:focus {
  outline: none;
}

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

/*Custom widget*/

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

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

.nb_latest_post .nb_latest_item .nb_post_thumb img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  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;
}

/*# Links*/

a {
  text-decoration: none;
  -webkit-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;
  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;
  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: left;
}

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

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

.blog .classic .post .entry-content,
.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;
}

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

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

.content-search > article {
  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 .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-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  -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;
  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 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  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;
}

.single-post .nb-page-title .entry-cat {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[disabled] {
  opacity: .6;
}

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

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

input.bt-5 {
  height: 50px;
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

.site-footer .footer-top-section,
.site-footer .footer-bot-section {
  padding-top: 65px;
  background-color: #333;
}

.site-footer .footer-top-section .col-6,
.site-footer .footer-bot-section .col-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.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;
  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;
  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;
  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 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 0 none;
}

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

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

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

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

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

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

.footer-abs-section .row {
  margin: 0;
}

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

.footer-abs-section .footer-abs-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 14px;
}

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

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

.footer-abs-section img {
  margin: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}

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

.footer-abs-section a:hover {
  color: #71c07f;
}

.widget .menu-menu-footer-container .menu .menu-item {
  border: none;
  margin-bottom: 0;
}

.widget .product-categories .cat-item {
  border: none;
  margin-bottom: 0;
}

.textwidget {
  position: relative;
}

.textwidget .footer-contact-form {
  margin-bottom: 40px !important;
}

.textwidget .footer-contact-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  padding-left: 15px;
  height: 40px;
  border: 1px solid #959595;
  -webkit-border-radius: 19.5px;
  border-radius: 19.5px;
  max-width: 100%;
  background-color: transparent;
}

.textwidget .footer-contact-form .wpcf7-form .send-email {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0);
  width: 40px;
  height: 40px;
  border: none;
  font-size: 14px;
}

.textwidget .footer-contact-form .wpcf7-form .send-email:before {
  content: "\e816";
  font-family: fontello;
  font-style: normal;
}

.inbox_send,
.number_phone,
.add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inbox_send .address,
.inbox_send .phone,
.inbox_send .inbox,
.number_phone .address,
.number_phone .phone,
.number_phone .inbox,
.add .address,
.add .phone,
.add .inbox {
  font-size: 18px;
  padding-right: 15px;
}

.textwidget .address:before {
  content: "\e911";
  font-family: fontello;
  font-style: normal;
}

.textwidget .phone:before {
  content: "\e907";
  font-family: fontello;
  font-style: normal;
}

.textwidget .inbox:before {
  content: "\e808";
  font-family: fontello;
  font-style: normal;
}

.textwidget .facebook {
  display: inline-block;
}

.textwidget .facebook:before {
  content: "\f09a";
  font-family: fontello;
  font-style: normal;
}

.textwidget .twitter {
  display: inline-block;
}

.textwidget .twitter:before {
  content: "\f099";
  font-family: fontello;
  font-style: normal;
}

.textwidget .pinterest {
  display: inline-block;
}

.textwidget .pinterest:before {
  content: "\ead1";
  font-family: fontello;
  font-style: normal;
}

.textwidget .linkedin {
  display: inline-block;
}

.textwidget .linkedin:before {
  content: "\f0e1";
  font-family: fontello;
  font-style: normal;
}

.textwidget .pinterest-1 {
  display: inline-block;
}

.textwidget .pinterest-1:before {
  content: "\f231";
  font-family: fontello;
  font-style: normal;
}

.textwidget .footer-social {
  font-size: 16px;
  letter-spacing: 10px;
}

.widget .menu-menu-footer-container > ul > li {
  padding-top: 10px;
}

.widget .menu-menu-footer-container > ul > li:first-child {
  padding-top: 15px;
}

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

.widget > ul > li:first-child {
  padding-top: 15px;
}

.woocommerce-mini-cart__empty-message {
  font-family: lato;
}

.footer-top-section .widget > ul,
.footer-bot-section .widget > ul {
  margin: 0;
}

.footer-top-section .widget > ul > li,
.footer-bot-section .widget > ul > li {
  padding-top: 0;
  padding-bottom: 15px;
}

.footer-top-section .widget .widget-title,
.footer-bot-section .widget .widget-title {
  margin-bottom: 35px;
}

.footer-top-section .widget .menu-menu-footer-container > ul,
.footer-bot-section .widget .menu-menu-footer-container > ul {
  margin: 0;
}

.footer-top-section .widget .menu-menu-footer-container > ul > li,
.footer-bot-section .widget .menu-menu-footer-container > ul > li {
  padding-top: 0;
  padding-bottom: 15px;
}

.footer-top-section .col-3,
.footer-bot-section .col-3 {
  margin-bottom: 20px;
}

.footer-top-section .col-3 .widget_product_categories,
.footer-bot-section .col-3 .widget_product_categories {
  margin: 0 0 5px !important;
}

.footer-top-section .col-3 .widget_nav_menu,
.footer-bot-section .col-3 .widget_nav_menu {
  margin: 0 0 5px !important;
}

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

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

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

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

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

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

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

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

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

.nb-input-group .search-button button {
  width: 40px;
  border: 0;
  color: #fff;
}

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

.comment-list {
  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;
  padding-left: 30px;
}

.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: 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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

.entry-text:before,
.entry-text:after {
  content: "";
  display: table;
}

.entry-text:after {
  clear: both;
}

.entry-text {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.nb-back-to-top-wrap {
  display: inline-block;
  position: fixed;
  right: 45px;
  bottom: 45px;
  -webkit-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;
  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: 4px;
  border-radius: 4px;
  text-align: center;
  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;
  width: 40px;
  height: 40px;
  font-size: 14px;
}

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

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

.nb-back-to-top-wrap .icon-angle-up {
  font-size: 14px;
}

.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;
  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;
  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 {
  line-height: 105px;
}

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

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

.nb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main {
  padding-left: 15px;
  padding-right: 15px;
}

.shop-main .products .product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-bottom: 30px;
}

.shop-main .shop-banner {
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .entry-summary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-main.wide .single-product-wrap .pd-meta-left,
.shop-main.wide .single-product-wrap .pd-meta-right {
  display: inline-block;
  width: 50%;
}

.shop-main.wide .single-product-wrap .pd-meta-left .price,
.shop-main.wide .single-product-wrap .pd-meta-right .price {
  line-height: 1;
}

.shop-main.wide .single-product-wrap .pd-meta-left {
  padding-right: 15px;
}

.shop-main.wide .single-product-wrap .pd-meta-right {
  padding-left: 15px;
  vertical-align: top;
}

.shop-main:not(.wide) .single-product-wrap .product_meta {
  border-top: 1px solid;
}

.shop-main.left-images .entry-summary {
  padding-left: 30px;
}

.shop-main.right-images .entry-summary {
  padding-right: 30px;
}

.product .product-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.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: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.product .product-action .button {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  width: 60px;
  border: none;
  text-align: center;
  color: #fff;
}

.product .product-action .button .yith-wcwl-add-to-wishlist {
  margin-top: 2px;
}

.product .product-action .button .yith-wcwl-add-to-wishlist a:focus {
  outline: 0;
}

.product .product-action .button .yith-wcwl-add-to-wishlist div {
  height: auto;
}

.product .product-action .button .yith-wcwl-add-to-wishlist i {
  color: #fff;
}

.product .product-action .button .yith-wcwl-add-to-wishlist i.icon-heart {
  margin-right: 0;
  padding: 20px;
}

.product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 0;
  left: -webkit-calc(50% - 6px);
  left: calc(50% - 6px);
  margin-left: 0;
  visibility: visible;
  width: 12px !important;
  height: 12px !important;
}

.product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading i:before {
  content: '\e839';
  font-family: 'fontello';
  font-style: normal;
}

.product .product-action .button.add_to_cart_button i:before {
  content: '\e815';
  font-family: fontello;
  font-style: normal;
}

.product .product-action .button.loading i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.product .product-action .button.loading i:before {
  content: '\e839';
}

.product .product-action .button .tooltip {
  position: absolute;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  line-height: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: none;
  top: 50%;
  padding: 7px;
  left: 65px;
  width: 125px;
}

.product .product-action .button .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  left: -10px;
}

.product .product-action .button:hover .tooltip {
  right: -webkit-calc(100% + 10px);
  right: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}

.product .product-image:hover .product-action {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

.product .price .amount {
  font-size: 1.2em;
}

.product .price del .amount {
  font-size: 1em;
}

.product .star-rating {
  width: 80px;
}

.grid-type .product .product-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-type .product-description {
  margin-top: 5px;
}

.list-type .list-type-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-type .product .product-category-link {
  display: inline-block;
  background: #fff;
  padding: 5px 7px;
  margin-right: 5px;
}

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

.list-type .product .product-image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  border: 8px solid transparent;
  border-right: 8px solid;
  z-index: 10;
}

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

.list-type .product .product-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-type .product .product-description {
  margin-bottom: 30px;
}

.list-type .product .button > i {
  margin-right: 8px;
}

.product .product-image {
  position: relative;
}

.product .onsale {
  z-index: 9;
}

.product .onsale.sale-style-1 {
  position: absolute;
  border: 1px solid;
  width: 70px;
  text-align: center;
  color: #fff;
  top: 15px;
  left: 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 25px !important;
}

.product .onsale.sale-style-2 {
  width: 92px;
  height: 92px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  overflow: hidden;
  top: 0px;
  bottom: auto;
  left: auto;
  right: 0px;
  opacity: 1;
}

.product .onsale.sale-style-2 .percent {
  width: 140px;
  height: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 17px;
  right: -42px;
  border-bottom: 25px solid;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
}

.product .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-family: "fontello";
  margin-bottom: 10px;
}

.product .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  left: 0;
  top: 0;
  color: #dedede !important;
  width: 100%;
  position: absolute;
}

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

.product .star-rating span:before {
  content: "\e910\e910\e910\e910\e910";
  top: 0;
  position: absolute;
  left: 0;
  width: 80px;
}

.product .price del .amount {
  opacity: .5;
  margin-right: 10px;
}

.product .entry-summary {
  margin-top: 0;
}

.product .entry-summary .price {
  margin-top: 0;
}

.shop-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-action .woocommerce-result-count {
  margin-top: 0;
  margin-bottom: 0;
}

.added_to_cart.wc-forward {
  display: none;
}

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

.woocommerce .products .product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-bottom: 30px;
}

.single-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product-wrap .product-image {
  width: 100%;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide img {
  cursor: pointer;
}

.single-product-wrap .woocommerce-product-gallery__wrapper {
  margin-top: 0;
}

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

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery {
  margin-bottom: 10px;
  cursor: pointer;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .next {
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  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 ol.flex-control-thumbs {
  padding: 0;
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product-wrap ol.flex-control-thumbs li {
  padding: 5px;
  width: 25%;
}

.single-product-wrap ol.flex-control-thumbs li img {
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}

.single-product-wrap .price {
  text-align: left;
}

.single-product-wrap .price del {
  font-size: 1.5em;
}

.single-product-wrap .price del .amount {
  opacity: .5;
  margin-right: 10px;
}

.single-product-wrap .price ins,
.single-product-wrap .price > span.amount {
  font-size: 2em;
}

.single-product-wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}

.single-product-wrap .entry-summary .entry-title {
  text-align: left;
  font-size: 30px;
  margin-top: 0;
}

.single-product-wrap .entry-summary.summary {
  padding-left: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.single-product-wrap .entry-summary.summary:before {
  content: '';
  position: absolute;
  left: 30px;
  right: 0;
  bottom: 0;
  top: 0;
  background: #ebebeb;
}

.single-product-wrap .entry-summary.summary > * {
  position: relative;
}

.single-product-wrap .woocommerce-product-rating {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.single-product-wrap .star-rating {
  font-size: 18px;
  width: 80px;
  display: inline-block;
  float: left;
}

.single-product-wrap .woocommerce-review-link {
  display: inline-block;
  float: left;
  line-height: 1.3;
}

.single-product-wrap .woocommerce-product-details__short-description,
.single-product-wrap .cart,
.single-product-wrap .product_meta {
  margin-bottom: 45px;
}

.single-product-wrap .cart {
  display: inline-block;
  margin-right: 12px;
}

.single-product-wrap .product_meta {
  padding-top: 30px;
  float: left;
  width: 100%;
}

.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 .out-stock {
  background-color: #D52A2A;
}

.single-product-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  display: inline-block;
  position: relative;
  border: 0;
  text-align: center;
  color: #fff;
  height: 50px;
  width: 50px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
  line-height: 50px;
}

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

.single-product-wrap .yith-wcwl-add-to-wishlist i {
  color: #fff;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i.icon-heart {
  margin-right: 0;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: -75%;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding: 6px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  z-index: 99;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  bottom: -15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  border-top: 5px solid rgba(0, 0, 0, 0.7);
}

.single-product-wrap .yith-wcwl-add-to-wishlist:hover .tooltip {
  top: -40px;
  opacity: 1;
  visibility: visible;
}

.woocommerce-tabs .accordion-title-wrap:hover {
  cursor: pointer;
}

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

.shop-main {
  margin-bottom: 75px;
}

.shop-main .swiper-button-next,
.shop-main .swiper-button-prev,
.shop-main .swiper-button-next.swiper-button-disabled,
.shop-main .swiper-button-prev.swiper-button-disabled {
  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;
}

.shop-main .product:hover .swiper-button-next,
.shop-main .product:hover .swiper-button-prev {
  opacity: 1;
}

.shop-main .product:hover .swiper-button-disabled {
  opacity: .35;
}

.shop-main.bottom-thumb .thumb-gallery .swiper-wrapper {
  margin-left: -webkit-calc(-36% - 10px);
  margin-left: calc(-36% - 10px);
}

.shop-main.bottom-thumb .thumb-gallery .woocommerce-product-gallery__image {
  width: 25%;
  margin-right: 10px;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .featured-gallery {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding-right: 10px;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .swiper-wrapper {
  margin-top: -webkit-calc(-175% - 5px);
  margin-top: calc(-175% - 5px);
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .swiper-slide {
  height: auto !important;
  margin-top: 10px;
}

.shop-main.inside-thumb .woocommerce-product-gallery__wrapper {
  position: relative;
}

.shop-main.inside-thumb .thumb-gallery {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.shop-main.inside-thumb .thumb-gallery .swiper-wrapper {
  margin-top: -webkit-calc(-200% - 5px);
  margin-top: calc(-200% - 5px);
}

.shop-main.inside-thumb .thumb-gallery .swiper-slide {
  height: auto !important;
}

.shop-main .related .product {
  width: 100%;
}

.shop-main .related .products,
.shop-main .upsells .products {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-main .related .products .product-description,
.shop-main .upsells .products .product-description {
  margin-top: 5px;
}

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

.wc-tabs {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
}

.wc-tabs > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
}

.wc-tabs > li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wc-tabs > li.active a {
  border-top: 3px solid;
}

.wc-tabs > li a:focus {
  outline: none;
}

.wc-tabs-wrapper {
  margin-bottom: 45px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper {
  border-top: 1px solid;
}

.shop-main.accordion-tabs .accordion-title-wrap {
  border-top: 1px solid;
  font-size: 16px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 15px;
}

.shop-main.accordion-tabs .accordion-title-wrap:focus {
  outline: 0;
}

.shop-main.accordion-tabs .accordion-title-wrap:after {
  font-family: "fontello";
  position: absolute;
  right: 15px;
  font-size: 23px;
  top: 5px;
}

.shop-main.accordion-tabs .accordion-title-wrap:not(.ui-accordion-header-active):after {
  content: "\f107";
}

.shop-main.accordion-tabs .accordion-title-wrap.ui-accordion-header-active:after {
  content: "\f106";
}

.shop-main.accordion-tabs .accordion-title-wrap.ui-accordion-header-active a:focus,
.shop-main.accordion-tabs .accordion-title-wrap.ui-accordion-header-active a:hover {
  outline: 0;
}

.shop-main.accordion-tabs .accordion-content #reviews {
  margin-top: 20px;
}

.shop-main .woocommerce-Reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: #dedede;
}

.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: '\e910';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active::before {
  content: '\e910';
}

.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: '\e910';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-size: 18px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-respond {
  border: 1px solid;
  padding: 15px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-rating > label,
.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-comment > label {
  color: #222;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .form-submit input {
  color: #fff;
  border: 0;
  padding: 10px 25px;
  font-size: 16px;
  text-transform: uppercase;
}

.shop-main .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 18px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.shop-main .woocommerce-Reviews .comment {
  margin-bottom: 20px;
}

.shop-main .woocommerce-Reviews .commentlist {
  list-style-type: none;
  padding-left: 0;
}

.shop-main .woocommerce-Reviews .commentlist .comment_container {
  display: -webkit-box;
  display: -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: 80px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .meta {
  line-height: 1;
  margin: 10px 0;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .description p {
  margin: 0;
}

.shop-main .woocommerce-Reviews .avatar {
  float: left;
  margin-right: 15px;
}

.shop-main.split-reviews-form #comments {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
  padding-right: 15px;
}

.shop-main.split-reviews-form #review_form_wrapper {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  padding-left: 15px;
}

.shop-main:not(.split-reviews-form) #comments {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.shop-main:not(.split-reviews-form) #review_form_wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.shop-main.round-reviewer-avatar .comment .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.woocommerce-cart #primary {
  width: 100%;
}

.shop_table.cart .cart_item .amount {
  font-size: 1.2em;
}

.shop_table.cart .cart_item td {
  padding-right: 15px;
}

.shop_table.cart .to-shop {
  float: left;
}

.shop_table th,
.shop_table td {
  text-align: left;
}

.shop_table thead th {
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.shop_table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid;
}

.shop_table .cart_item td a {
  color: #323232;
}

.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: 0;
  padding-top: 10px;
  padding-bottom: 18px;
}

.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 .flickity-prev-next-button {
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.cart-right-section .cart_totals {
  margin-bottom: 45px;
}

.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .variation {
  text-transform: capitalize;
  margin: 5px 0;
  font-weight: normal;
}

.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .variation .variation-Vendor {
  margin: 0;
}

.checkout.woocommerce-checkout .variation {
  text-transform: capitalize;
  margin: 5px 0;
  font-weight: normal;
}

.checkout.woocommerce-checkout .variation .variation-Vendor {
  margin: 0;
}

.checkout.woocommerce-checkout .variation .variation-Vendor > p {
  margin-bottom: 0;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-checkout,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-checkout {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding: 15px 15px 15px 40px;
  margin-top: 45px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-checkout:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-checkout:before {
  font-family: "fontello";
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 12px;
}

.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 .content-area .entry-content .woocommerce .cart-empty,
.woocommerce-page .content-area .entry-content .woocommerce .cart-empty {
  margin-top: 45px;
}

.woocommerce .woocommerce-checkout,
.woocommerce-page .woocommerce-checkout {
  padding-left: 15px;
}

.woocommerce-checkout #primary {
  width: 100%;
}

.woocommerce-checkout #customer_details p.form-row-first,
.woocommerce-checkout #customer_details p.form-row-last {
  width: 50%;
  float: left;
}

.woocommerce-checkout #customer_details p.form-row-first {
  padding-right: 15px;
}

.woocommerce-checkout #customer_details p.form-row-last {
  padding-left: 15px;
}

.woocommerce-checkout #customer_details .form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}

.woocommerce-checkout #customer_details .form-row input.input-text {
  height: 45px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.woocommerce-checkout #customer_details .form-row textarea.input-text {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-checkout #customer_details .form-row .select2-container {
  line-height: 45px;
  height: 45px;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single {
  height: 45px;
  padding-top: 7px;
  border-color: #cccccc;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.woocommerce-form-login .form-row:before,
.woocommerce-form-login .form-row:after,
.woocommerce-form-register .form-row:before,
.woocommerce-form-register .form-row:after,
.woocommerce-ResetPassword .form-row:before,
.woocommerce-ResetPassword .form-row:after,
.woocommerce-address-fields .form-row:before,
.woocommerce-address-fields .form-row:after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-form-login .form-row label,
.woocommerce-form-register .form-row label,
.woocommerce-ResetPassword .form-row label,
.woocommerce-address-fields .form-row label {
  display: block;
}

.woocommerce-form-login .form-row label small,
.woocommerce-form-register .form-row label small,
.woocommerce-ResetPassword .form-row label small,
.woocommerce-address-fields .form-row label small {
  display: block;
}

.woocommerce-form-login .form-row label.error,
.woocommerce-form-register .form-row label.error,
.woocommerce-ResetPassword .form-row label.error,
.woocommerce-address-fields .form-row label.error {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-right: 0;
  color: #ff0000;
}

.woocommerce-form-login .form-row label.error[generated="true"],
.woocommerce-form-register .form-row label.error[generated="true"],
.woocommerce-ResetPassword .form-row label.error[generated="true"],
.woocommerce-address-fields .form-row label.error[generated="true"] {
  display: none !important;
}

.woocommerce-form-login .form-row input,
.woocommerce-form-register .form-row input,
.woocommerce-ResetPassword .form-row input,
.woocommerce-address-fields .form-row input {
  width: 100%;
}

.woocommerce-form-login .form-row input[type="checkbox"],
.woocommerce-form-login .form-row input[type="radio"],
.woocommerce-form-register .form-row input[type="checkbox"],
.woocommerce-form-register .form-row input[type="radio"],
.woocommerce-ResetPassword .form-row input[type="checkbox"],
.woocommerce-ResetPassword .form-row input[type="radio"],
.woocommerce-address-fields .form-row input[type="checkbox"],
.woocommerce-address-fields .form-row input[type="radio"] {
  width: auto;
}

.woocommerce-form-login .form-row input.button,
.woocommerce-form-register .form-row input.button,
.woocommerce-ResetPassword .form-row input.button,
.woocommerce-address-fields .form-row input.button {
  padding: 11px 25px;
  width: auto;
  border: 0 none;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single,
.woocommerce-form-register .form-row .select2-container .select2-selection--single,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 7px;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-form-register .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength,
.woocommerce-form-register .form-row .woocommerce-password-strength,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength,
.woocommerce-address-fields .form-row .woocommerce-password-strength {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 5px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.bad,
.woocommerce-form-register .form-row .woocommerce-password-strength.bad,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.bad,
.woocommerce-address-fields .form-row .woocommerce-password-strength.bad {
  color: #d9534f;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.short,
.woocommerce-form-register .form-row .woocommerce-password-strength.short,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.short,
.woocommerce-address-fields .form-row .woocommerce-password-strength.short {
  color: #f0ad4e;
}

.woocommerce-form-login .form-row #url-alart-mgs,
.woocommerce-form-register .form-row #url-alart-mgs,
.woocommerce-ResetPassword .form-row #url-alart-mgs,
.woocommerce-address-fields .form-row #url-alart-mgs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.woocommerce-form-login input.button,
.woocommerce-form-register input.button,
.woocommerce-ResetPassword input.button,
.woocommerce-address-fields input.button {
  padding: 11px 25px;
}

.checkout_coupon .form-row {
  display: inline-block;
}

.checkout_coupon .input-text {
  border-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.checkout_coupon .input-text:focus {
  outline: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:first-child,
.shop_table.woocommerce-checkout-review-order-table tr td:first-child {
  padding-left: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.shop_table.woocommerce-checkout-review-order-table tr td:last-child {
  padding-right: 0;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal .amount,
.shop_table.woocommerce-checkout-review-order-table .order-total .amount {
  font-weight: bold;
  font-size: 1.5em;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td,
.shop_table.woocommerce-checkout-review-order-table .shipping td {
  text-align: right;
}

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

.wc_payment_methods .payment_method_paypal img {
  display: block;
}

.woocommerce-order .left-section-wrap {
  border: 1px solid #e4e4e4;
  padding: 15px 30px 45px;
}

.woocommerce-order .woocommerce-order-overview {
  padding-left: 30px;
}

.woocommerce-order .woocommerce-order-overview > li {
  margin-bottom: 5px;
}

.woocommerce-order .woocommerce-order-details__title {
  line-height: 1;
  margin-top: 0;
}

.woocommerce-order .woocommerce-table--order-details .amount {
  font-weight: bold;
}

.nb-quantity .qty {
  -moz-appearance: textfield;
  width: 44px;
  min-height: 50px;
  line-height: 37px;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

.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;
  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;
  transition: all 0.3s;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
  visibility: visible;
  opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
  content: '';
  display: table;
  clear: both;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  background: #fff;
}

#yith-quick-view-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  z-index: 2;
  opacity: 0.5;
}

#yith-quick-view-close:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
  background: none;
}

#yith-quick-view-content .shop-main {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#yith-quick-view-content .nb-social-icons {
  display: none;
}

#yith-quick-view-content div.images {
  opacity: 1 !important;
}

#yith-quick-view-content .product_meta {
  padding-top: 30px;
  float: left;
  width: 100%;
}

#yith-quick-view-content .cart {
  width: 100%;
}

.cart-notice-wrap {
  position: fixed;
  top: 60px;
  right: 30px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-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.cart-active {
  opacity: 1;
  visibility: visible;
}

.cart-notice-wrap span {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 30px;
}

.woocommerce .widget_price_filter .price_slider:before,
.woocommerce .widget_price_filter .price_slider:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
}

.woocommerce .widget_price_filter .price_slider_amount:before,
.woocommerce .widget_price_filter .price_slider_amount:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-top: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -3px;
  margin-left: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #ccc;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #eee;
  border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 10px;
}

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

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

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

.widget .woocommerce-product-search {
  position: relative;
  display: block;
  border: 3px solid #ccc;
}

.widget .woocommerce-product-search .search-field {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 0 none;
  -webkit-appearance: none;
}

.widget .woocommerce-product-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  font-size: 0;
  border: 0 none;
  background-image: url(assets/images/demo/icon-search.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.widget .woocommerce-product-search input[type="submit"]:hover {
  opacity: 1;
}

.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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  display: block;
  border-top: 1px solid #ebebeb;
  content: '';
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  display: -webkit-box;
  display: -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 .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding-left: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[name="save_account_details"] {
  margin-top: 30px;
  padding: 10px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content button[name="save_account_details"] {
  margin-top: 30px;
  padding: 10px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button.view {
  display: inline-block;
  padding: 5px 10px;
}

.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > .u-columns,
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > .woocommerce-ResetPassword {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-account .woocommerce > .u-columns {
  display: -webkit-box;
  display: -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-form-register .show_if_seller {
  display: none;
}

.custom-login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

.custom-login-wrap:not(.has-register-form) {
  padding: 30px;
}

.custom-login-wrap:not(.has-register-form) .custom-login {
  width: 100%;
}

.custom-login-wrap.has-register-form {
  padding: 15px;
}

.custom-login-wrap.has-register-form .custom-login,
.custom-login-wrap.has-register-form .custom-register {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-login-wrap .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-top: 10px;
}

.custom-login-wrap .rememberme-wrap {
  margin-top: 30px;
}

.lost_password {
  text-align: right;
}

.dokan-become-seller {
  padding: 0 15px;
}

.dokan-become-seller .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dokan-become-seller .form-row label {
  display: block;
  min-width: 120px;
}

.dokan-become-seller .form-row small {
  margin-left: 15px;
}

.single-product .single-product-wrap .product-vendor-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-product .single-product-wrap .product-vendor-info .profile-img {
  margin-right: 20px;
}

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

.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-wrap {
  margin-left: 0;
  margin-right: 0;
}

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

.variations {
  width: 100%;
}

.variations h5.label {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.variations h5.label label {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.variations h5.label label:before,
.variations h5.label label:after {
  position: absolute;
  content: '';
  display: block;
  width: 70px;
  border-bottom: 1px solid #ccc;
  top: 50%;
}

.variations h5.label label:before {
  right: 100%;
}

.variations h5.label label:after {
  left: 100%;
}

.variations ul.swatch {
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.variations ul.swatch .swatch-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.variations ul.swatch .swatch-item > span {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 16px;
  display: block;
  border: 0 none;
  margin: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.products .product.product-type-variable .grid-type-wrap-1 .product-details > .price,
.products .product.product-type-variable .list-type-wrap-1 .product-details > .price {
  display: none;
}

.single-product-wrap .variations h5.label label {
  padding-left: 0;
}

.single-product-wrap .variations ul.swatch {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  padding: 0px 10px 5px 10px;
  cursor: pointer;
  border: 0 none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-product-wrap .variations ul.swatch li span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  padding: 9px;
  border: 2px solid #d7d7d7;
  background: #fff;
  color: #444;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  background-position: center !important;
}

.single-product-wrap .variations .reset_variations {
  margin-top: 5px;
  margin-bottom: 15px;
  display: inline-block;
}

.single-product-wrap .variations .dropdown-select {
  margin-bottom: 15px;
}

.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 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

.dokan-single-seller .store-wrapper .store-content .store-name a {
  font-weight: bold;
}

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

.dokan-single-seller .store-wrapper .store-content .store-lnk a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

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

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

.dokan-single-seller.store_style-1 .store-wrapper {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dokan-single-seller.store_style-1 .store-wrapper .store-content {
  padding: 15px;
}

.dokan-single-seller.store_style-1 .store-wrapper .store-content .store-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

.dokan-single-seller.store_style-1 .store-wrapper .store-content .store-info .seller-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 15px;
}

.dokan-single-seller.store_style-1 .store-wrapper .store-content .store-info .store-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dokan-single-seller.store_style-2 .store-wrapper {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 45px;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content {
  padding: 15px;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content .store-info .seller-avatar {
  margin-top: -60px;
  margin-bottom: 15px;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content .store-info .store-data .store-name {
  text-align: center;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content .store-info .store-data .store-ratings {
  text-align: center;
}

.dokan-single-seller.store_style-2 .store-wrapper .store-content .store-info .store-data .store-lnk {
  text-align: center;
}

.dokan-single-seller.store_style-3 .store-wrapper {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content {
  padding: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .seller-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i {
  display: -webkit-box;
  display: -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-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-phone,
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-lnk {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-address,
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-phone {
  padding-left: 35px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-address [class^="icon-"],
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-address [class*=" icon-"],
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-phone [class^="icon-"],
.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-data .store-data-i > div.store-phone [class*=" icon-"] {
  left: 15px;
}

.dokan-single-seller.store_style-3 .store-wrapper .store-content .store-info .store-lnk {
  font-weight: bold;
  text-align: right;
  padding-top: 0;
  margin-left: auto;
}

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

.dokan-single-seller .store-wrapper .featured-label {
  position: absolute;
  padding: 3px 10px 3px 10px;
  left: -5px;
  top: 5px;
  color: #fff;
  font-size: 0.85em;
}

.dokan-single-seller .store-wrapper .featured-label:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-width: 5px 5px 5px 0;
  border-style: solid;
}

.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;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.dokan-single-store li.dokan-share-btn-wrap .dokan-share-btn {
  margin: 5px 10px;
}

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

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

.woocommerce #reviews #comments ol.commentlist li .review_comment_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .dokan-review-author-img {
  width: 95px;
  padding-right: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating {
  overflow: hidden;
  position: relative;
  font-family: "fontello";
  font-size: 14px;
  line-height: 1;
  height: 1em;
  margin-bottom: 10px;
  width: 70px;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating > span {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating > span:before {
  content: "\e809\e809\e809\e809\e809";
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text p {
  margin-bottom: 5px;
}

.dokan-category-menu {
  border: 0 none;
}

.dokan-category-menu h3.widget-title {
  padding: 0 0 5px;
  margin: 0 0 30px;
  border-width: 0 0 2px;
  border-style: none none solid;
  background: none;
}

.dokan-category-menu #cat-drop-stack > ul li a {
  font-size: inherit;
  padding: 10px 0;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap {
  background: none;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
  border-bottom: 0 none !important;
  margin: 0;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.level-0 {
  background: none;
}

#dokan-form-contact-seller ul > li {
  border-bottom: 0 none;
}

#dokan-form-contact-seller ul > li.dokan-form-group {
  padding: 0;
  margin-bottom: 15px;
}

#dokan-form-contact-seller ul > li.dokan-form-group .dokan-form-control {
  padding: 7px 15px;
}

#dokan-form-contact-seller input[type="submit"].dokan-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0 none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:not(:last-child):after {
  padding: 0 10px;
}

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

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

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

.single-product .single-product-wrap .woocommerce-product-gallery .flex-viewport {
  border-width: 1px;
  border-style: solid;
  margin-bottom: 30px;
}

.single-product .single-product-wrap .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  border-width: 1px;
  border-style: solid;
}

.single-product .single-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  line-height: 1;
}

.single-product .single-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}

.single-product .single-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: '\e802';
  font-family: 'fontello';
  font-size: 18px;
}

.single-product .single-product-wrap .single_variation_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product .single-product-wrap .single_variation_wrap .woocommerce-variation.single_variation {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.single-product .single-product-wrap .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--more_seller_product .product .star-rating {
  margin: 0 auto;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes td p {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-address [class^="icon-"],
.single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-phone [class^="icon-"],
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-address [class^="icon-"],
.single-product #tab-seller .product-vendor-info .dokan-store-info .store-phone [class^="icon-"] {
  line-height: 1.6;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

.pswp--open .pswp__bg {
  background: rgba(0, 0, 0, 0.9);
}

.dokan-dashboard.dokan-custom-style .dokan-common-links > a.tips:after {
  content: attr(data-original-title);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="number"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="tel"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="text"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="email"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="url"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group input[type="password"],
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group textarea {
  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;
  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 article .dokan-form-group .dokan-w8 {
  width: 100%;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group .dokan-w5,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group .dokan-w6 {
  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,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-earning,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-pageview,
.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-order {
  background-color: #fff;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-sale {
  background-image: url(assets/images/dokan/i-des-1.png);
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-earning {
  background-image: url(assets/images/dokan/i-des-2.png);
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-pageview {
  background-image: url(assets/images/dokan/i-des-3.png);
}

.dokan-dashboard.dokan-custom-style .dokan-dashboard-content .big-counter .dokan-das-order {
  background-image: url(assets/images/dokan/i-des-4.png);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dokan-dashboard.dokan-custom-style .media-modal-content .media-frame-content .upload-ui button[type='button'].browser {
  color: #555 !important;
}

.mgb15 {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media (min-width: 425px) {
  .logo_section .vc_col-sm-2 {
    padding-bottom: 30px;
  }

  .logo_section .vc_col-sm-2 .button.wpb_single_image {
    border-width: 1px;
  }
}

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

  .product-bestseller .vc_column-inner .woocommerce.columns-6 .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-featured-double .woocommerce .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  #colophon .footer-bot-section .col-3 {
    width: 50%;
    max-width: 50%;
  }

  .nbt-about.about-ss1 > .wpb_column > .vc_column-inner .wpb_wrapper .vc_single_image-wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nbt-about.about-ss1 > .wpb_column > .vc_column-inner .wpb_wrapper .vc_single_image-wrapper:before {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    right: -30px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(244, 244, 244, 0.45);
    content: '';
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .shop-main.right-images .single-product-wrap .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .shop-main .related .product {
    width: 50%;
  }

  .shop-main .upsells .product {
    width: 50%;
  }

  .cross-sells .product {
    width: 50%;
  }

  .woocommerce-form-login .form-row,
  .woocommerce-form-register .form-row,
  .woocommerce-ResetPassword .form-row,
  .woocommerce-address-fields .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .woocommerce-form-login .form-row label,
  .woocommerce-form-register .form-row label,
  .woocommerce-ResetPassword .form-row label,
  .woocommerce-address-fields .form-row label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 220px;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
    padding: 10px 15px 10px 0;
  }

  .woocommerce-form-login .form-row input,
  .woocommerce-form-register .form-row input,
  .woocommerce-ResetPassword .form-row input,
  .woocommerce-address-fields .form-row input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .woocommerce-form-login .form-row input#billing_address_2,
  .woocommerce-form-login .form-row input#shipping_address_2,
  .woocommerce-form-register .form-row input#billing_address_2,
  .woocommerce-form-register .form-row input#shipping_address_2,
  .woocommerce-ResetPassword .form-row input#billing_address_2,
  .woocommerce-ResetPassword .form-row input#shipping_address_2,
  .woocommerce-address-fields .form-row input#billing_address_2,
  .woocommerce-address-fields .form-row input#shipping_address_2 {
    margin-left: 220px;
  }

  .woocommerce-form-login .form-row input[type="checkbox"],
  .woocommerce-form-login .form-row input[type="radio"],
  .woocommerce-form-register .form-row input[type="checkbox"],
  .woocommerce-form-register .form-row input[type="radio"],
  .woocommerce-ResetPassword .form-row input[type="checkbox"],
  .woocommerce-ResetPassword .form-row input[type="radio"],
  .woocommerce-address-fields .form-row input[type="checkbox"],
  .woocommerce-address-fields .form-row input[type="radio"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .woocommerce-form-login .form-row input.button,
  .woocommerce-form-register .form-row input.button,
  .woocommerce-ResetPassword .form-row input.button,
  .woocommerce-address-fields .form-row input.button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .woocommerce-form-login .form-row select,
  .woocommerce-form-login .form-row .select2,
  .woocommerce-form-register .form-row select,
  .woocommerce-form-register .form-row .select2,
  .woocommerce-ResetPassword .form-row select,
  .woocommerce-ResetPassword .form-row .select2,
  .woocommerce-address-fields .form-row select,
  .woocommerce-address-fields .form-row .select2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .woocommerce-form-login .form-row.user-role,
  .woocommerce-form-login .form-row.form-row-rememberme,
  .woocommerce-form-register .form-row.user-role,
  .woocommerce-form-register .form-row.form-row-rememberme,
  .woocommerce-ResetPassword .form-row.user-role,
  .woocommerce-ResetPassword .form-row.form-row-rememberme,
  .woocommerce-address-fields .form-row.user-role,
  .woocommerce-address-fields .form-row.form-row-rememberme {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .woocommerce-form-login .form-row.user-role label,
  .woocommerce-form-login .form-row.form-row-rememberme label,
  .woocommerce-form-register .form-row.user-role label,
  .woocommerce-form-register .form-row.form-row-rememberme label,
  .woocommerce-ResetPassword .form-row.user-role label,
  .woocommerce-ResetPassword .form-row.form-row-rememberme label,
  .woocommerce-address-fields .form-row.user-role label,
  .woocommerce-address-fields .form-row.form-row-rememberme label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 5px 0;
    margin-left: 220px;
  }

  .woocommerce-form-login .form-row.form-row-submit,
  .woocommerce-form-register .form-row.form-row-submit,
  .woocommerce-ResetPassword .form-row.form-row-submit,
  .woocommerce-address-fields .form-row.form-row-submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .woocommerce #reviews #comments ol.commentlist li .review_comment_container .comment-text .star-rating {
    float: right;
  }

  .single-product .morepd-columns-sm-4 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .single-product .morepd-columns-sm-3 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .single-product .morepd-columns-sm-2 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dash-sidebar {
    width: 25%;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content {
    width: 75%;
  }

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

@media (min-width: 601px) {
  .admin-bar .stuck {
    top: 46px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .product-bestseller .vc_column-inner .woocommerce.columns-6 .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%;
  }

  .site-header.header-3 .header-3 .top-section-wrap .sub-navigation {
    display: block;
  }

  .site-header.header-3 .header-3 .top-section-wrap .header-language-menu {
    text-align: right;
  }

  .site-header.header-3 .header-3 .middle-section-wrap {
    /* .fix-serach {
          .nb-input-group {
            left: 15%;
            width: 70%;
          }
        }*/
  }

  .nb_category_image_link .content_category {
    bottom: -10px;
  }

  .nb_category_image_link .content_category .link_category {
    font-weight: 700;
  }

  .nb_category_image_link .content_category .desc_category {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
  }

  .reponsive-box-special .box-shop-now-two .box-shop-now-two-one,
  .reponsive-box-special .box-shop-now-two .box-shop-now-two-two {
    padding-top: 0;
    width: 100%;
    padding-bottom: 30px;
  }

  .reponsive-box-special .box-shop-now-two:last-child .box-shop-now-two-two {
    padding-bottom: 0;
  }

  .reponsive-box-special .box-shop-now-two-content-text {
    position: absolute;
    visibility: hidden;
  }

  .home3_category_link .vc_col-sm-3 {
    width: 50%;
  }

  .home3_category_link .vc_col-sm-3:nth-child(1),
  .home3_category_link .vc_col-sm-3:nth-child(3) {
    padding-right: 15px;
    padding-left: 24px;
  }

  .home3_category_link .vc_col-sm-3:nth-child(2),
  .home3_category_link .vc_col-sm-3:nth-child(4) {
    padding-left: 15px;
    padding-right: 24px;
  }

  .home3_category_link .vc_col-sm-3 .nb_image_link_style4 {
    padding-bottom: 30px;
  }

  .home3_category_link .vc_col-sm-3:nth-child(3) .nb_image_link_style4:nth-child(2) {
    padding-bottom: 0;
  }

  #colophon .footer-bot-section .col-6 {
    max-width: 50%;
    width: 50%;
  }

  #colophon .footer-bot-section .col-6 .col-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    display: inline-block;
    float: left;
  }

  #colophon .footer-bot-section .col-3 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .box-shop-now-two-content-text .box-content-text {
    left: 2.5%;
  }

  .shop-now-one .box-content-text {
    left: 4%;
  }

  .box-shop-now-two-two .box-content-text .shop-now-title {
    width: 100% !important;
    font-size: 30px;
  }

  .reponsive-box-about-us .home3-about-us {
    width: 100%;
    padding-right: 70px;
    padding-left: 70px;
  }

  .reponsive-box-about-us .vc_col-sm-6 {
    width: 100%;
  }

  .home3_blog_post .nb_wp-blog3 .nb-post-thumb-i > a {
    width: 100% !important;
  }

  .responsive-box-product-firt .products-column:nth-child(1),
  .responsive-box-product-firt .products-column:nth-child(3) {
    padding-left: 0;
  }

  .responsive-box-product-firt .products-column:nth-child(2),
  .responsive-box-product-firt .products-column:nth-child(4) {
    padding-right: 0;
  }

  .responsive-box-product-two .products-column:nth-child(1),
  .responsive-box-product-two .products-column:nth-child(3) {
    padding-left: 0;
  }

  .responsive-box-product-two .products-column:nth-child(2),
  .responsive-box-product-two .products-column:nth-child(4) {
    padding-right: 0;
  }

  /* .woocommerce-checkout{
    #customer_details{
      p.form-row-first{
        padding-right: 15px !important;
      }
    }
  }*/

  .home3 .products-column .product-image {
    max-height: 300px;
  }

  .home3 .responsive-box-product-two .products-column .product:first-child .product-image {
    max-height: 300px;
  }

  .home3 .rev_slider_wrapper .rev-btn {
    padding: 15px 30px 15px 30px !important;
    font-size: 18px !important;
  }

  .box-shop-now-two-two .box-content-text {
    top: 68%;
  }

  .wpcf7-form input[type="submit"] {
    margin-top: 30px;
  }

  .site-header.header-1 .header-logo {
    -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%;
  }

  .site-header.header-1 .header-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .site-header.header-1 .main-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-header.header-1 .icon-header-wrap {
    -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%;
  }

  .shop-main.two-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.three-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .shop-main.four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce.columns-2 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woocommerce.columns-3 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .woocommerce.columns-4 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce.columns-6 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .shop-main.related-2-columns .related .products {
    margin-left: -15px;
    margin-right: -15px;
  }

  .shop-main.related-2-columns .related .product {
    width: 50%;
  }

  .shop-main.related-3-columns .related .products {
    margin-left: -15px;
    margin-right: -15px;
  }

  .shop-main.related-3-columns .related .product {
    width: 33.33333%;
  }

  .shop-main.related-4-columns .related .products {
    margin-left: -15px;
    margin-right: -15px;
  }

  .shop-main.related-4-columns .related .product {
    width: 25%;
  }

  .shop-main.related-5-columns .related .products {
    margin-left: -15px;
    margin-right: -15px;
  }

  .shop-main.related-5-columns .related .product {
    width: 20%;
  }

  .shop-main .upsells.upsells-2-columns .upsells .product {
    width: 50%;
  }

  .shop-main .upsells.upsells-3-columns .upsells .product {
    width: 33.33333%;
  }

  .shop-main .upsells.upsells-4-columns .upsells .product {
    width: 25%;
  }

  .shop-main .upsells.upsells-5-columns .upsells .product {
    width: 20%;
  }

  .cross-sells.row-3-products .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product {
    width: 25%;
  }

  .cross-sells.row-5-products .product {
    width: 20%;
  }

  .cross-sells:hover .flickity-prev-next-button {
    opacity: .8;
  }

  .cross-sells:hover .flickity-prev-next-button:disabled {
    opacity: .2;
  }

  .cross-sells .hiding-nav-ui .flickity-prev-next-button {
    display: none;
  }

  .nb-quantity {
    float: left;
    margin-right: 15px;
  }

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

  .single-product .morepd-columns-md-4 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .single-product .morepd-columns-md-3 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .single-product .morepd-columns-md-2 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 783px) {
  .admin-bar .stuck {
    top: 32px;
  }
}

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

  .product-bestseller .vc_column-inner .woocommerce.columns-6 .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%;
  }

  .single-product .shop-main .related .swiper-pagination {
    display: none;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .nb-navbar .menu-item a {
    border-bottom: 0 !important;
  }

  .box-shop-now-two-two .box-content-text {
    top: 56%;
  }

  .box-shop-now-two-two .box-content-text .shop-now-title {
    font-size: 34px;
  }

  .reponsive-box-special .box-shop-now-two .box-shop-now-two-one,
  .reponsive-box-special .box-shop-now-two .box-shop-now-two-two {
    padding-top: 0;
    width: 50%;
    padding-bottom: 0;
  }

  .reponsive-box-special .box-shop-now-two-content-text {
    position: relative;
    visibility: visible;
  }

  .home3_category_link .vc_col-sm-3 {
    width: 25%;
  }

  .home3_category_link .vc_col-sm-3:nth-child(1),
  .home3_category_link .vc_col-sm-3:nth-child(3) {
    padding-right: 0;
    padding-left: 0;
  }

  .home3_category_link .vc_col-sm-3:nth-child(2),
  .home3_category_link .vc_col-sm-3:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
  }

  .home3_category_link .vc_col-sm-3 .nb_image_link_style4 {
    padding-bottom: 0;
  }

  .home3_category_link .vc_col-sm-3:nth-child(3) .nb_image_link_style4:nth-child(2) {
    padding-bottom: 0;
  }

  .reponsive-box-about-us .vc_col-sm-6 {
    width: 100%;
  }

  .responsive-box-product-firt .products-column:nth-child(1),
  .responsive-box-product-firt .products-column:nth-child(3) {
    padding-left: 15px;
  }

  .responsive-box-product-firt .products-column:nth-child(2),
  .responsive-box-product-firt .products-column:nth-child(4) {
    padding-right: 15px;
  }

  .responsive-box-product-two .products-column:nth-child(1),
  .responsive-box-product-two .products-column:nth-child(3) {
    padding-left: 15px;
  }

  .responsive-box-product-two .products-column:nth-child(2),
  .responsive-box-product-two .products-column:nth-child(4) {
    padding-right: 15px;
  }

  #colophon .footer-bot-section .col-6 {
    max-width: 50%;
    width: 50%;
  }

  #colophon .footer-bot-section .col-6 .col-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    display: inline-block;
    float: left;
  }

  #colophon .footer-bot-section .col-3 {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0;
  }

  .home3 .products-column .product-image {
    max-height: 300px;
  }

  .home3 .responsive-box-product-two .products-column .product:first-child .product-image {
    max-height: 230px;
  }

  .furone-faq {
    padding-top: 15px;
  }

  .furone-faq2 .furone-faq-ss2 .faq-form input[type="submit"] {
    display: inline-block;
    margin-top: 10px;
  }

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

  .nb-navbar > .menu-item:last-child a {
    padding-right: 0;
  }

  .nb-navbar .sub-menu {
    min-width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 1000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }

  .nb-navbar .sub-menu .menu-item a {
    padding: 5px 15px 5px;
  }

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

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

  .shop_table .cart_item td.product-remove {
    opacity: 0;
    width: 1%;
    -webkit-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-navigation .woocommerce-MyAccount-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    border-left: 1px solid #ebebeb;
  }

  .custom-login-wrap.has-register-form .custom-login,
  .custom-login-wrap.has-register-form .custom-register {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .single-product .morepd-columns-lg-4 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .single-product .morepd-columns-lg-3 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .single-product .morepd-columns-lg-2 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

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

  .home3 .site-footer {
    /*
      .footer-bot-section{
        .col-3:first-child{
          .widget_media_image{
            margin-bottom: 20px;
            padding-top: 0 !important;
          }
          .widget_text{line-height: 1.3;}
          #text-2.widget_text{
            margin-bottom: 30px;
          }
          .widget_custom_html{
            p{
              display: inline-flex;
              margin-bottom: 3px;
            }
          }
        }
      }
*/
  }

  .home3 .logo_section .vc_col-sm-2 {
    padding-bottom: 0;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .menu-main-menu-wrap #menu-main-menu span {
    font-size: 18px;
  }

  .reponsive-box-about-us .home3-about-us {
    padding: 60px 115px;
  }

  .reponsive-box-about-us .home3-about-us p {
    line-height: 1.5;
  }

  .reponsive-box-about-us .home3-about-us .about-us-top-text {
    padding: 35px 0 22px 0;
  }

  .reponsive-box-about-us .home3-about-us .about-us-bottom-text {
    padding: 10px 0 63px 0;
  }

  .reponsive-box-about-us .home3-about-us .home3-btn-readmore {
    padding: 10px 42px;
  }

  .reponsive-box-about-us .vc_col-sm-6 {
    width: 50%;
  }

  .shop-now-one .box-content-text {
    left: 5%;
    top: 3%;
  }

  .shop-now-one .box-content-text .shop-now-title {
    font-weight: 500;
    color: #31394a;
  }

  .shop-now-one .box-content-text .shop-now-content {
    margin-left: 5px;
    margin-top: 2px;
    line-height: 1.3;
    padding-bottom: 13px;
    color: #31394a;
  }

  .shop-now-one .box-content-text .shop-now {
    margin-left: 3px;
  }

  .box-shop-now-two-one .box-content-text {
    left: 10%;
    top: 11%;
  }

  .box-shop-now-two-one .box-content-text .shop-now-content {
    font-size: 18px;
    line-height: 0.8;
  }

  .box-shop-now-two-one .box-content-text .shop-now {
    margin-left: -3px;
  }

  .box-shop-now-two-one .box-content-text .shop-now-title {
    margin-bottom: -3px;
  }

  .box-shop-now-two-two .box-content-text {
    left: 9%;
  }

  .box-shop-now-two-two .box-content-text .shop-now-title {
    line-height: 0.9;
    padding-bottom: 3px;
  }

  .box-shop-now-two-content-text .box-content-text {
    left: 5%;
    top: 15%;
  }

  .box-shop-now-two-content-text .box-content-text .shop-now-content {
    font-size: 18px;
    padding-bottom: 3px;
  }

  .box-shop-now-two-content-text .box-content-text .shop-now-title {
    padding-bottom: 2px;
  }

  .nb_category_image_link .content_category {
    bottom: -3px;
  }

  .single-product .morepd-columns-xl-4 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .single-product .morepd-columns-xl-3 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .single-product .morepd-columns-xl-2 #tab-more_seller_product .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1840px) {
  .video_style .wp-video .wp-video-shortcode {
    height: 535px !important;
  }
}

@media (max-width: 1550px) {
  .site-header.header-2 .header-2-style .header-start {
    margin-right: 20px;
  }

  .site-header.header-2 .header-2-style .header-start .sub-search {
    position: relative;
  }

  .site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form .nb-input-group {
    position: static;
  }

  .site-header.header-2 .header-2-style .header-start .sub-search .header-search .search-form .nb-input-group .search-button {
    display: none;
  }

  .site-header.header-2 .header-2-style .header-start .sub-search .sub-menu {
    border-right: 1px solid #999;
    line-height: 15px;
  }

  .site-header.header-2 .header-2-style .main-logo {
    margin-right: 30px;
  }
}

@media (max-width: 1299px) {
  .site-header.header-2 .header-2-style .header-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .site-header.header-2 .header-2-style .header-start .sub-search .sub-menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.header-2 .header-2-style .header-start .sub-search .header-search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .site-header.header-2 .header-2-style .header-start .sub-menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.header-2 .header-2-style .header-start .main-menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .site-header.header-2 .header-2-style .main-logo {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .product-content .wpb_column .uvc-main-heading > h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .product-hidden-star .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }

  .nb_content_home1 .wpb_wrapper .image-3-home1 {
    padding-top: 8px !important;
  }

  .site-header.header-1 .header-logo {
    -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%;
  }

  .site-header.header-1 .header-search {
    -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-header.header-1 .main-menu {
    -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-header.header-1 .main-menu .main-navigation {
    text-align: center;
  }

  .site-header.header-1 .main-menu .main-navigation .mobile-toggle-button {
    padding: 0;
    display: inline;
    font-size: 25px;
  }

  .site-header.header-1 .main-menu .sub-menu .nb-header-sub-menu {
    text-align: center;
  }

  .site-header.header-1 .icon-header-wrap {
    -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%;
  }

  .nb-navbar .menu-item > a {
    border-bottom: 1px solid #444 !important;
    display: block;
  }

  .nb-navbar .menu-item .sub-menu {
    margin-left: 15px;
  }

  .nb-navbar .menu-item-has-children {
    /*&:hover{
                > .sub-menu{
                    display: none;
                }
            }*/
  }

  .nb-navbar .menu-item-has-children:after {
    font-family: "fontello";
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 15px;
    right: 0px;
    font-size: 20px;
    padding: 0 10px;
  }

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

  .site-footer .footer-top-section,
  .site-footer .footer-bot-section {
    padding-top: 55px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3,
  .site-footer .footer-bot-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-orders-content .dokan-order-filter-serach .dokan-right {
    float: left !important;
  }
}

@media screen and (max-width: 1024px) {
  .dokan-dashboard.dokan-custom-style .dokan-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 992px) {
  .cart-notice-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .cart-notice-wrap .cart-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
  }
}

@media (max-width: 991px) {
  #primary {
    margin-bottom: 0px;
  }

  .shop-main {
    margin-bottom: 90px;
  }

  .nb_layout_wp-blog3 .nb_wp_post .nb-post-date {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 15px;
  }

  .nb_layout_wp-blog3 .nb_wp_post .nb-post-date .nb-post-date-i .vc_post_date-day {
    font-size: 90px;
    padding: 0 15px;
  }

  .home-page-1 .site-header.header-1 {
    padding-top: 15px;
  }

  .home-page-2 .site-header.header-1 {
    padding-top: 15px;
  }

  .nb-page-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nb-page-title .entry-meta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .nb-page-title .entry-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

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

  .nb_subcribe .wpb_column .vc_column-inner {
    padding-top: 45px !important;
    padding-bottom: 45px;
  }

  .nb_subcribe .wpb_column .vc_column-inner .wpb_text_column {
    margin-bottom: 0 !important;
  }

  .nb_subcribe .wpb_column .vc_column-inner .wpb_text_column .mc4wp-form-fields .form-control {
    margin-top: 30px;
  }

  .nb_content_home1 .wpb_wrapper .image-3-home1 {
    padding-top: 0px !important;
  }

  .sidebar-wrapper #search-2 {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .right-sidebar .sidebar-wrapper {
    margin-top: 20px;
  }

  .shop_table .actions .bt-5 {
    width: 100%;
  }

  .home-page-2 .product-content .hot_sale,
  .home-page-2 .product-content .sale_product {
    padding-bottom: 40px;
  }

  .nb_category_2 .image-11-home2 .vc_column-inner,
  .nb_category_2 .image-12-home2 .vc_column-inner {
    padding-top: 0px !important;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .main-menu-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .furone-faq .furone-faq-ss2 {
    padding-top: 30px;
  }

  .furone-faq .furone-faq-ss2 .furone-faq-form .uvc-heading {
    margin-bottom: 20px;
  }

  .furone-faq .furone-faq-ss2 .furone-faq-form .wpb_text_column {
    margin-bottom: 20px;
  }

  .furone-faq2 .furone-faq-ss2 {
    padding-bottom: 15px;
  }

  .furone-faq2 .furone-faq-ss1 {
    margin-bottom: 30px;
  }

  .faq-page-colum1 .site-footer {
    margin-top: 25px;
  }

  .faq-page-colum1 .nb-page-title-wrap {
    margin-bottom: 30px;
  }

  .faq-page-colum2 .site-footer {
    margin-top: 10px;
  }

  .faq-page-colum2 .nb-page-title-wrap {
    margin-bottom: 45px;
  }

  .gallery-1 .site-footer,
  .gallery-2 .site-footer,
  .gallery-3 .site-footer {
    margin-top: 5px;
  }

  .nb_gallery.nb_gallery_masonry {
    padding-top: 0;
  }

  .testimonial-page .nb-page-title-wrap {
    margin-bottom: 30px;
  }

  .testimonial-page .site-footer {
    margin-top: 10px;
  }

  .nbt-about.about-ss1 > .wpb_column > .vc_column-inner {
    padding-bottom: 5px;
  }

  .nbt-about.about-ss1 .upb_row_bg {
    background-size: auto !important;
    background-position: top center;
  }

  .about-ss2 > .wpb_column {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .about-ss3 > .wpb_column {
    padding-top: 15px;
  }

  .about-ss3 > .wpb_column .uvc-heading {
    margin-bottom: 40px;
  }

  .nbt-brands.brands-about {
    padding-top: 0px !important;
    padding-bottom: 30px;
  }

  .about-us-page .nb-page-title-wrap {
    margin-bottom: 30px;
  }

  .site-header.header-1 {
    padding-top: 15px;
  }

  .site-header.header-1 .header-logo {
    -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%;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .site-header.header-1 .header-search {
    -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%;
  }

  .site-header.header-1 .main-menu {
    -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%;
    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;
  }

  .site-header.header-1 .main-menu .sub-menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .site-header.header-1 .main-menu .mobile-toggle-button {
    margin: 0;
  }

  .site-header.header-1 .icon-header-wrap {
    -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%;
  }

  .site-header.header-2 .header-2-style .main-logo {
    margin-right: 30px;
  }

  .site-header.header-2 .header-2-style .header-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header.header-2 .header-2-style .header-start .main-menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.header-2 .header-2-style .header-start .sub-search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .home-page-2:not(.search) .header-2 {
    position: relative;
    z-index: 999;
    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);
  }

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

  .site-footer .footer-top-section,
  .site-footer .footer-bot-section {
    padding-top: 45px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3,
  .site-footer .footer-bot-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type,
  .site-footer .footer-bot-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-abs-section .footer-abs-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    display: block;
  }

  .footer-abs-section .footer-abs-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .textwidget .footer-social {
    letter-spacing: 6px;
  }

  .cart-left-section {
    margin-bottom: 45px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    text-align: center;
    margin-bottom: 25px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
    margin-left: -15px;
    margin-right: -15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: inline-block;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child):after {
    display: inline-block;
    content: '|';
    padding-left: 7px;
    padding-right: 7px;
    color: #ccc;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
    left: 15px;
  }

  .custom-login-wrap.has-register-form .custom-login {
    margin-bottom: 45px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-product-listing .dokan-product-listing-area .dokan-add-product-link {
    float: left;
  }
}

@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: 767px) and (max-width: 767px) {
  .shop_table .actions .nb-primary-button {
    float: none;
  }
}

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

@media (max-width: 767px) {
  .product-content .wpb_column {
    margin-bottom: 30px;
  }

  .single-product-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-product-wrap .product-image {
    display: block;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    max-width: none !important;
  }

  .single-product-wrap .summary {
    display: block;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    max-width: none !important;
  }

  .single-product-wrap .cart {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .single-product-wrap .cart .nb-quantity {
    margin-right: 15px;
    margin-bottom: 0px !important;
  }

  .home-page-1 .site-header.header-2 {
    padding-top: 15px;
  }

  #reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #reviews #comments {
    max-width: 100%;
  }

  #reviews #review_form_wrapper {
    max-width: 100%;
    padding-left: 0;
  }

  #reviews .comment-respond .comment-form .form-submit #submit {
    width: 100%;
  }

  .wpb_wrapper .image-1-home1,
  .wpb_wrapper .image-2-home1,
  .wpb_wrapper .image-3-home1,
  .wpb_wrapper .image-6-home1,
  .wpb_wrapper .image-7-home1 {
    display: none;
  }

  .product-hidden-star,
  .nb_subcribe,
  .nb_category,
  .nb_content_2,
  .nb_category_2 {
    padding: 0 30px;
  }

  .nb_content_1,
  .product-hidden-star {
    padding: 0 20px;
  }

  .shop_table.wishlist_table .product-price {
    text-align: center;
  }

  .shop_table.wishlist_table .product-price:before {
    content: "" !important;
  }

  .shop_table.wishlist_table .product-name {
    text-align: center;
  }

  .shop_table.wishlist_table .product-stock-status {
    text-align: center;
  }

  .shop_table .actions {
    padding-right: 15px;
  }

  .search .content-search > article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .related .product-description {
    padding: 0 !important;
  }

  .image-2-home2 .vc_align_center,
  .image-3-home2 .vc_align_center {
    text-align: left;
  }

  .nb_category_2 .image-10-home2 .vc_column-inner {
    padding-top: 0px !important;
  }

  .comment-list ol {
    padding-left: 0;
  }

  .home3-about-us {
    padding: 40px;
  }

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

  .wishlist_table.shop_table tfoot tr td {
    padding-left: 15px;
  }

  .site-header.header-2 .header-box {
    padding-top: 15px;
  }

  .site-header.header-2 .header-2-style {
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.header-2 .header-2-style .header-start {
    margin-right: 15px;
  }

  .site-header.header-2 .header-2-style .header-start .sub-search .nb-header-sub-menu {
    display: none;
  }

  .site-header.header-2 .header-2-style .header-start .main-menu .icon-menu {
    padding: 0;
  }

  .site-header.header-2 .header-2-style .main-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }

  .site-header.header-2 .header-2-style .header-end .icon-header-wrap {
    min-height: auto;
    min-width: auto;
    padding-left: 0;
    background-color: #fff;
  }

  .site-header.header-2 .header-2-style .header-end .icon-header-wrap .bag-count {
    position: relative;
  }

  .site-header.header-2 .header-2-style .header-end .icon-header-wrap .bag-count .header-cart-wrap .nb-cart-section .icon-bag {
    color: #414544;
  }

  .site-header.header-2 .header-2-style .header-end .icon-header-wrap .bag-count .counter {
    left: 15px;
    top: 5px;
  }

  .site-footer .footer-top-section,
  .site-footer .footer-bot-section {
    padding-top: 35px;
  }

  .textwidget .footer-social {
    letter-spacing: 15px;
  }

  .single-post .comment-form > p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-post .comment-form > p > input {
    margin: 0;
    min-width: auto;
  }

  .single-product-wrap .entry-summary.summary {
    margin-top: 30px;
    padding-left: 15px;
  }

  .single-product-wrap .entry-summary.summary:before {
    left: 0;
  }

  .shop-main .woocommerce-Reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop_table.cart {
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  .shop_table.cart thead,
  .shop_table.cart tbody,
  .shop_table.cart th,
  .shop_table.cart td,
  .shop_table.cart tr {
    display: block;
  }

  .shop_table.cart thead tr,
  .shop_table.cart .product-thumbnail {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .shop_table.cart td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .shop_table.cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 32%;
    left: 15px;
    white-space: nowrap;
  }

  .shop_table.cart .product-name {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .shop_table.cart .product-remove {
    padding-left: 15px;
  }

  .shop_table.cart .product-price:before {
    content: 'Price';
  }

  .shop_table.cart .product-quantity:before {
    content: 'Quantity';
  }

  .shop_table.cart .product-subtotal:before {
    content: 'Total';
  }

  .shop_table.cart .actions {
    padding-left: 15px;
  }

  .cross-sells .flickity-prev-next-button {
    background: transparent;
  }

  .nb-quantity {
    margin-bottom: 15px;
  }

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

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group .dokan-w5,
  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content article .dokan-form-group .dokan-w6 {
    width: 100%;
  }
}

@media (max-width: 767px) and (max-width: 991px) {
  .shop_table .actions .nb-primary-button {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .mc4wp-form .mc4wp-form-fields .form-control > input {
    border: 1px solid #ccc !important;
  }

  .nb_owl-carousel .nb_wc-products .owl-nav .owl-prev {
    left: 15px;
  }

  .nb_owl-carousel .nb_wc-products .owl-nav .owl-next {
    right: 15px;
  }

  .image-5 {
    clear: left;
  }

  .nb_layout_wp-blog3 .nb_wp_post .nb-post-date {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
  }

  .nb_layout_wp-blog3 .nb_wp_post .nb-post-date .nb-post-date-i .vc_post_date-month {
    font-size: 16px;
  }

  .nb_layout_wp-blog3 .nb_wp_post .nb-post-date .nb-post-date-i .vc_post_date-day {
    font-size: 50px;
    padding: 0 15px;
  }

  .nb_layout_wp-blog3 .nb_wp_post .nb-post-block {
    width: 100%;
    padding: 10px 15px 0 15px;
  }

  .single-product-wrap .cart {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .single-product-wrap .cart .nb-quantity {
    margin-right: 7px;
    margin-bottom: 0px !important;
  }

  .single-product-wrap .cart .single_add_to_cart_button {
    margin-right: 7px;
  }

  .site {
    width: 100%;
  }

  .product-hidden-star,
  .nb_subcribe,
  .nb_category,
  .nb_content_2,
  .nb_category_2 {
    padding: 0 15px;
  }

  .nb_content_1,
  .product-hidden-star {
    padding: 0;
  }

  .site-main .post .entry-content .entry-title {
    text-align: left;
  }

  .site-main .post .entry-content .entry-meta {
    text-align: left;
  }

  .site-main .post .entry-content .entry-meta > span {
    margin-right: 10px;
    font-size: 14px;
  }

  .site-main .post .entry-content .comments-link {
    display: block;
    margin-bottom: 15px;
  }

  .single-blog .comment-respond .comment-form .form-submit #submit {
    display: block;
    width: 100%;
    min-width: auto;
  }

  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_phone_field,
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_email_field {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .shop-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .shop-action .woocommerce-result-count {
    margin-bottom: 15px !important;
  }

  .single-product .comment-form-email > input,
  .single-product .comment-form-author > input {
    min-width: 100%;
  }

  .nb-page-title-wrap .nb-page-title .entry-title {
    font-size: 35px;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .fix-serach .nb-input-group {
    width: 300px;
  }

  .home3-about-us {
    padding: 30px;
  }

  .about_page .vc_row.about-history .img-history {
    display: none;
  }

  .site-header.header-1 .header-content {
    position: relative;
  }

  .site-header.header-1 .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-header.header-1 .header-logo .main-logo {
    width: auto;
  }

  .site-header.header-1 .header-search {
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    margin: 0 auto;
  }

  .site-header.header-1 .header-search .nb-input-group .search-field {
    -webkit-appearance: none;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: none;
  }

  .site-header.header-1 .main-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .site-header.header-1 .main-menu .mobile-toggle-button {
    margin: 0;
  }

  .site-header.header-1 .main-menu .main-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-bottom: 15px;
    z-index: 1000;
  }

  .site-header.header-1 .icon-header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.header-1 .icon-header-wrap .bag-total {
    min-height: unset;
    width: auto;
    color: #000000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
  }

  .site-header.header-1 .icon-header-wrap .bag-total .total {
    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-left: 10px;
  }

  .site-header.header-1 .icon-header-wrap .bag-total .header-cart-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;
    margin: 0;
  }

  .site-header.header-1 .icon-header-wrap .bag-total .header-cart-wrap .nb-cart-section {
    margin-bottom: 0;
  }

  .site-header.header-1 .icon-header-wrap .bag-total .header-cart-wrap .icon-bag:before {
    color: #000;
  }

  .site-header.header-1 .icon-header-wrap .bag-total {
    padding: 0;
  }

  .site-header.header-2 .header-2-style {
    padding: 0 25px;
    padding-bottom: 20px;
  }

  .site-header.header-2 .header-2-style .main-logo {
    margin-bottom: 15px;
  }

  .site-header.header-2 .header-2-style .header-start .sub-search .header-search .header-search-wrap .search-form .nb-input-group .search-field:focus {
    width: 200px;
  }

  .site-header.header-2 .header-2-style .header-end .icon-header-wrap .header-cart-wrap {
    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;
  }

  .mini-cart-wrap {
    display: none;
  }

  .site-footer .footer-top-section,
  .site-footer .footer-bot-section {
    padding-top: 25px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3,
  .site-footer .footer-bot-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type,
  .site-footer .footer-bot-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%;
  }

  .comments-area .comment-form .comment-form-author,
  .comments-area .comment-form .comment-form-email,
  .comments-area .comment-form .comment-form-url {
    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;
  }

  .coupon input[name="coupon_code"] {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .woocommerce-form-login .form-row label,
  .woocommerce-form-register .form-row label,
  .woocommerce-ResetPassword .form-row label,
  .woocommerce-address-fields .form-row label {
    margin-bottom: 10px;
  }

  .woocommerce-form-login .form-row input.button,
  .woocommerce-form-register .form-row input.button,
  .woocommerce-ResetPassword .form-row input.button,
  .woocommerce-address-fields .form-row input.button {
    margin-bottom: 15px;
  }

  .woocommerce-form-login .form-row.form-row-submit,
  .woocommerce-form-register .form-row.form-row-submit,
  .woocommerce-ResetPassword .form-row.form-row-submit,
  .woocommerce-address-fields .form-row.form-row-submit {
    text-align: right;
  }

  .woocommerce-form-login input.button,
  .woocommerce-form-register input.button,
  .woocommerce-ResetPassword input.button,
  .woocommerce-address-fields input.button {
    margin-bottom: 15px;
  }

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

  .single-product .single-product-wrap .product-vendor-info .dokan-store-info .store-ratings,
  .single-product #tab-seller .product-vendor-info .dokan-store-info .store-ratings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

  .single-product .single-product-wrap .product-vendor-info,
  .single-product #tab-seller .product-vendor-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-product .single-product-wrap .product-vendor-info .profile-img,
  .single-product #tab-seller .product-vendor-info .profile-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  #yith-quick-view-content div.images,
  #yith-quick-view-content div.summary {
    width: 100%;
    float: none;
  }

  #yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 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: 430px) {
  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-settings-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 400px) {
  .about-ss3 > .wpb_column .team-member .wpb_column {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .single-product-wrap .yith-wcwl-add-to-wishlist .tooltip {
    display: none;
  }

  .single-product .single-product-wrap .single_variation_wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
}

@media (max-width: 320px) {
  .yith-wcqv-wrapper .nb-quantity .qty {
    width: 39px !important;
  }
}

@media (max-width: 319px) {
  .site-header.header-3 {
    margin-bottom: 60px;
  }

  .site-header.header-3 .header-3 .top-section-wrap .sub-navigation {
    display: none;
  }

  .site-header.header-3 .header-3 .top-section-wrap .header-language-menu {
    text-align: left;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap button.mobile-toggle-button {
    font-size: 24px;
    padding-top: 20px;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap button.mobile-toggle-button,
  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .menu-main-menu-title {
    display: block;
    background-color: transparent;
    border: transparent;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .mobile-toggle-button {
    margin: 0;
    padding: 15px 0;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .menu-main-menu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .menu-main-menu-title h3 {
    color: #fff;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .menu-main-menu-title .icon-cancel-circle {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 58px;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .menu-main-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 90%;
    height: 100%;
    z-index: 1000;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .menu-main-menu-wrap #menu-main-menu {
    display: block;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .main-nav-wrap .menu-main-menu-wrap #menu-main-menu .menu-item a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .site-header.header-3 .header-3 .middle-section-wrap .fix-serach .nb-input-group {
    left: 0;
    width: 100%;
  }

  .home3-about-us {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .video_style .wp-video {
    height: auto;
  }

  #colophon .footer-bot-section .col-6 {
    max-width: 100%;
    display: inline-block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  #colophon .footer-bot-section .col-6 .col-4 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    float: none;
  }

  #colophon .footer-bot-section .col-3 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .logo_section .vc_figure {
    width: 100%;
  }

  .logo_section .vc_figure .vc_single_image-wrapper {
    width: 100%;
  }

  .logo_section .vc_figure .vc_single_image-wrapper img {
    width: 100%;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  }

  .logo_section .vc_figure .vc_single_image-wrapper img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 1px solid #204F89;
  }

  .nb_category_image_link .content_category {
    bottom: -25px;
  }

  .home3 .rev_slider_wrapper .rev-btn {
    padding: 10px !important;
    font-size: 14px !important;
  }

  .home3 .shop-now-one .box-content-text .shop-now-title {
    font-weight: 500;
    color: #31394a;
  }

  .home3 .col-3:first-child .widget_media_image {
    margin-bottom: 20px;
  }

  .home3 .col-3:first-child .widget_text {
    line-height: 1.3;
  }

  .home3 .col-3:first-child #text-2.widget_text {
    margin-bottom: 30px;
  }

  .home3 .col-3:first-child .widget_custom_html p {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 3px;
  }

  .home3 .box-shop-now-two-two .box-content-text {
    top: 55%;
  }

  /*.category-blog .site-header.header-3, .single-post .site-header.header-3, .woocommerce .site-header.header-3,
  .page .site-header.header-3, .category .site-header.header-3, .archive .site-header.header-3{margin-bottom: 0;}*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nb_owl-carousel .nb_wc-products .owl-nav .owl-prev {
    left: 5px;
  }

  .nb_owl-carousel .nb_wc-products .owl-nav .owl-next {
    right: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-page-2 .product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-page-2 .product-content .hot_sale,
  .home-page-2 .product-content .sale_product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .home-page-2 .product-content .top_rate .nb_product_small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-page-2 .product-content .top_rate .nb_product_small .products-column {
    width: 50%;
  }

  .home-page-1 .product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-page-1 .product-content .home1_hot_sale,
  .home-page-1 .product-content .home1_sale_product,
  .home-page-1 .product-content .home1_feature_product,
  .home-page-1 .product-content .home1_top_rate {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-orders-content .dokan-order-filter-serach input.datepicker {
    margin-bottom: 30px;
  }

  .dokan-dashboard.dokan-custom-style .dokan-dashboard-content.dokan-reports-content .dokan-report-wrap input[name="dokan_report_filter"] {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-page-2 .product-content .top_rate .nb_product_small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-page-2 .product-content .top_rate .nb_product_small .products-column {
    width: 50%;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .box-shop-now-two .box-shop-now-two-one,
  .box-shop-now-two .box-shop-now-two-two {
    width: 50%;
    display: inline-block;
    float: left;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .site-header.header-3 .header-3 .top-section-wrap .header-language-menu {
    text-align: right;
  }

  .site-header.header-3 .header-3 .top-section-wrap .header-language-menu .sub-navigation-language .nb-header-language-menu li.menu-item:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1203px) {
  .video_style .wp-video .wp-video-shortcode {
    height: 670px !important;
  }
}

@media (min-width: 1204px) and (max-width: 1357px) {
  .video_style .wp-video .wp-video-shortcode {
    height: 643px !important;
  }
}

@media (min-width: 1358px) and (max-width: 1453px) {
  .video_style .wp-video .wp-video-shortcode {
    height: 616px !important;
  }
}

@media (min-width: 1454px) and (max-width: 1656px) {
  .video_style .wp-video .wp-video-shortcode {
    height: 589px !important;
  }
}

@media (min-width: 1657px) and (max-width: 1839px) {
  .video_style .wp-video .wp-video-shortcode {
    height: 562px !important;
  }
}

@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;
  }
}
body.single-product .single-product-wrap .product-vendor-info{
  display:block;
}
.single-product .single-product-wrap .product-vendor-info .profile-img{
  margin-bottom:20px;
}