/*!
Theme Name: NB Fishing
Theme URI: http://cmsmart.net
Author: netbaseteam
Author URI: http://netbasejsc.com/
Description: Fishing - Unique WooCommerce WordPress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nb-fishing
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

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

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

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

*,
*::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,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.large-row {
  display: -webkit-box;
  display: -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: 0 none;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.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;
  cursor: pointer;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

*:focus {
  outline: none;
}

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

/*# Headings*/

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

/*# Copy*/

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

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

blockquote,
q {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*# Custom fonts*/

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

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

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

/*Custom Layout*/

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

.fs-newproducts,
.fs-bestsellers,
.fs-profitably {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.fs-newproducts {
  padding-bottom: 20px;
}

.fs-newproducts .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
  text-transform: uppercase;
}

.fs-bestsellers [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div,
.fs-profitably [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div,
.fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div,
.fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div {
  font-size: 36px;
  opacity: 1;
  color: #888;
}

.fs-bestsellers [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev,
.fs-profitably [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev,
.fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev,
.fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev {
  left: 0;
}

.fs-bestsellers [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next,
.fs-profitably [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next,
.fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next,
.fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next {
  right: 0;
}

.fs-accessories .uvc-heading,
.fs-delivery .uvc-heading {
  padding-bottom: 20px;
}

.fs-delivery .vc_inner .wpb_column:nth-child(odd):not(:last-of-type) .aio-icon-component.fs-ico-circle-1 .aio-icon-box .aio-icon:after {
  background-image: url(../../images/demo/img_line1.png);
}

.fs-delivery .vc_inner .wpb_column:nth-child(even):not(:last-of-type) .aio-icon-component.fs-ico-circle-1 .aio-icon-box .aio-icon:after {
  background-image: url(../../images/demo/img_line2.png);
}

.fs-bestsellers .uvc-heading {
  margin-bottom: 5px;
}

.fs-accessories-2 .uvc-heading {
  margin-bottom: 30px;
}

.fs-newproducts-2 {
  padding-top: 15px;
  padding-bottom: 5px;
}

.fs-newproducts-2 .uvc-heading {
  margin-bottom: 20px;
}

.fs-newproducts-2 .vc_tta-panel-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 10px !important;
}

.fs-newproducts-2 .vc_tta-tabs-container .vc_tta-tabs-list {
  text-transform: uppercase;
}

.fs-newproducts-2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 3px 11px !important;
}

.fs-profitably-2 .uvc-heading {
  margin-bottom: 35px;
}

.fs-bestsellers-2 .nb_style_default,
.fs-profitably-2 .nb_style_default {
  padding-top: 10px;
  padding-bottom: 35px;
}

.fs-blogs-2,
.fs-bestsellers-2,
.fs-profitably-2,
.fs-delivery-2,
.fs-accessories-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fs-delivery-2 .fs-heading-color .uvc-sub-heading {
  color: #fff;
}

.fs-delivery-2 .uvc-heading {
  margin-bottom: 40px;
}

.fs-delivery-2 .vc_inner .wpb_column:nth-child(odd):not(:last-of-type) .aio-icon-component.fs-ico-square-1 .aio-icon-box .aio-icon:after {
  background-image: url(../../images/demo/img_line1.png);
}

.fs-delivery-2 .vc_inner .wpb_column:nth-child(even):not(:last-of-type) .aio-icon-component.fs-ico-square-1 .aio-icon-box .aio-icon:after {
  background-image: url(../../images/demo/img_line2.png);
}

.fs-testimonials-2 {
  padding-top: 15px;
  padding-bottom: 50px;
}

.fs-testimonials-2 .nb_testimonial-item {
  padding-left: 20px;
  padding-right: 20px;
}

.fs-testimonials-2 [data-slide="owl-carousel"] .owl-nav > div {
  color: #fff;
  opacity: 1;
}

.fs-testimonials-2 .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
  color: #fff;
}

.fs-testimonials-2 .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
  color: #fff;
}

.fs-testimonials-2 .fs-heading-color .uvc-sub-heading {
  color: #fff;
}

.fs-blogs {
  position: relative;
}

.fs-blogs:before {
  content: '';
  background: #fff;
  display: block;
  left: 15px;
  right: 15px;
  top: -50px;
  height: 50px;
  position: absolute;
}

.fs-blogs .nb_wp_post .nb-post-thumb-i {
  padding: 13px;
  border: solid 4px #e1e1e1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fs-blogs .nb_wp_post .nb-post-thumb-i:hover {
  border: solid 4px;
}

.fs-blogs .nb_wp_post .nb-post-block .nb-post-header {
  margin-top: -5px;
}

.fs-blogs-2 .nb_wpposts_default {
  padding-top: 10px;
}

.fs-blogs-2 .nb_wp_post .nb_wp_post-i {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fs-blogs-2 .nb_wp_post .nb_wp_post-i .nb-post-thumb-i {
  border: solid 1px #d7d7d7;
}

.fs-blogs-2 .nb_wp_post .nb_wp_post-i .nb-post-header {
  margin-top: -5px;
}

.vc_row.fs-delivery,
.vc_row.fs-accessories,
.vc_row.fs-testimonials {
  position: relative;
  padding-top: 10%;
  padding-bottom: 30px;
}

.vc_row.fs-delivery .upb_row_bg:before,
.vc_row.fs-accessories .upb_row_bg:before,
.vc_row.fs-testimonials .upb_row_bg:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 100%;
  background: #fff;
  -webkit-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.vc_row.fs-accessories .upb_row_bg:before {
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  transform: skewY(4deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.vc_row.fs-testimonials {
  padding-bottom: 70px;
}

.fishing-front-page .site-header {
  margin-bottom: 0;
}

.fishing-front-page .site-footer {
  margin-top: 0;
}

.fishing-front-page .hentry {
  margin-bottom: 0;
}

.fs-newsletter .mc4wp-form .form-newsletter {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-newsletter .mc4wp-form .form-newsletter label {
  font-family: 'Great Vibes';
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 25px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.35);
  box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.35);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control::-webkit-input-placeholder {
  color: #999;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control:-ms-input-placeholder {
  color: #999;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control:focus {
  outline: none;
}

.fs-newsletter .mc4wp-form .form-newsletter .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fs-newsletter .mc4wp-form .form-newsletter .button-group .btn {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  border: 0 none;
  text-transform: uppercase;
  width: 100%;
  height: 43px;
  line-height: 43px;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.fs-newsletter .vc_custom_heading {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.fs-newsletter .uavc-list-icon {
  padding-top: 5px;
}

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

.fs-newsletter .uavc-list .uavc-list-content a {
  color: #666;
}

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

.wpcf7-form p {
  margin: 0;
}

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

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

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

.wpcf7-form input[type="submit"] {
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  padding: 17px 63px;
  border: 2px solid;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

.fs-newproducts-3 .wpb_wrapper {
  position: relative;
}

.fs-newproducts-3 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  color: #666 !important;
  font-weight: bold;
  padding: 0 10px !important;
}

.fs-newproducts-3 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-of-type):before {
  content: '|';
  color: #959595;
  position: absolute;
}

.fs-newproducts-3 .vc_tta-container {
  margin-bottom: 5px !important;
}

.fs-newproducts-3 .vc_tta-panel-body {
  padding-top: 0 !important;
  overflow: visible;
}

.fs-newproducts-3 .uvc-heading,
.fs-profitably-3 .uvc-heading,
.fs-bestsellers-3 .uvc-heading,
.fs-featured-3 .uvc-heading,
.fs-blogs-3 .uvc-heading {
  margin-bottom: 10px;
}

.fs-newproducts-3 .uvc-heading-spacer:before,
.fs-profitably-3 .uvc-heading-spacer:before,
.fs-bestsellers-3 .uvc-heading-spacer:before,
.fs-featured-3 .uvc-heading-spacer:before,
.fs-blogs-3 .uvc-heading-spacer:before {
  background-color: #ccc;
  width: 100%;
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel,
.fs-profitably-3 .nb_owl-carousel .owl-carousel,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel,
.fs-featured-3 .nb_owl-carousel .owl-carousel,
.fs-blogs-3 .nb_owl-carousel .owl-carousel {
  margin-top: 10px;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel:before,
.fs-profitably-3 .nb_owl-carousel .owl-carousel:before,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel:before,
.fs-featured-3 .nb_owl-carousel .owl-carousel:before,
.fs-blogs-3 .nb_owl-carousel .owl-carousel:before {
  border-top: none !important;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav,
.fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav,
.fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav,
.fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav {
  top: -55px;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav > div,
.fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav > div,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav > div,
.fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav > div,
.fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav > div {
  font-size: 24px;
  opacity: 1;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding: 6px 7px;
  color: #888;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover,
.fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover,
.fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover,
.fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover {
  border: 1px solid;
}

.fs-profitably-3,
.fs-featured-3 {
  padding-bottom: 20px;
}

.fs-slider-3 .wpb_content_element,
.fs-banner-3 .wpb_content_element {
  margin-bottom: 30px;
}

.fs-delivery-3 .aio-icon-component {
  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: 30px 12px;
  background-image: url(../../images/demo/img-bg-icon.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 30px;
  max-height: 108px;
}

.fs-delivery-3 .aio-icon-component .aio-icon-header h3.aio-icon-title:after {
  content: '';
  border-bottom: 2px solid #444;
  display: block;
  width: 35px;
  padding-top: 3px;
}

.fs-delivery-3 .aio-icon-component .aio-icon-header + .aio-icon-description {
  margin-top: 5px;
}

.fs-blogs-3 .nb_wp_post-i .vc_post_date-day {
  color: #333;
}

.fs-blogs-3 .nb_wp_post-i .vc_post_date-month {
  color: #666;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-thumb-i {
  border: solid 1px #c2c2c2;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-header .nb-post-cats {
  margin-top: -5px;
  margin-bottom: 7px;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-header .nb-post-cats > a {
  text-transform: capitalize;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-header h4 {
  line-height: 18px;
  margin-bottom: 12px;
  font-size: 18px;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-header h4 > a {
  color: #333;
  font-weight: bold;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-content p {
  color: #888;
  line-height: 21px;
  margin-bottom: 12px;
  margin-top: -5px;
}

.fs-heading-color .uvc-sub-heading {
  color: #444;
}

.fs-ico-square-2 .aio-icon-box .aio-icon {
  color: #fff;
  border-color: #fff;
}

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

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

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

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

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

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

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

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

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

/*3.1 Lists*/

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

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

/*3.2 Tables*/

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

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

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

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

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

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

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

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

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

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

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

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

/*# Buttons*/

/*# Fields*/

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

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

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

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

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

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

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

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

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

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 {
  position: relative;
  overflow: hidden;
}

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

.main-logo.text-logo {
  text-align: center;
  font-family: 'NexaRust';
  font-size: 52px;
  font-weight: 400;
  color: #333;
}

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

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

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

.site-header {
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  margin-bottom: 60px;
}

.site-header .widget.widget_nav_menu ul > li > a {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.fixed div.stuck {
  position: fixed !important;
  top: 0;
  background: #fff !important;
  width: 100%;
}

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

.top-section-wrap {
  border-bottom: 1px solid #d7d7d7;
}

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

.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: 14px;
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header .header-cart-wrap .nb-cart-section .counter {
  position: absolute;
  bottom: 100%;
  left: 15px;
  display: inline-block;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 12px;
  line-height: 14px;
  border-width: 1px 1px 0;
  border-style: solid;
  padding: 0 7px;
}

.site-header .header-cart-wrap .nb-cart-section .counter:before,
.site-header .header-cart-wrap .nb-cart-section .counter:after {
  display: block;
  content: '';
  width: 3px;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
}

.site-header .header-cart-wrap .nb-cart-section .counter:before {
  right: 50%;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.site-header .header-cart-wrap .nb-cart-section .counter:after {
  left: 50%;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.site-header .header-cart-wrap .nb-cart-section .counter .counter-l,
.site-header .header-cart-wrap .nb-cart-section .counter .counter-r {
  display: block;
  position: absolute;
  bottom: 0;
  width: -webkit-calc(50% - 3px);
  width: calc(50% - 3px);
  border-bottom: 1px solid;
}

.site-header .header-cart-wrap .nb-cart-section .counter .counter-l {
  left: 0;
}

.site-header .header-cart-wrap .nb-cart-section .counter .counter-r {
  right: 0;
}

/*# Header-left-inline*/

.fishing-front-page .site-header.left-inline .top-section-wrap {
  border-bottom: 0 none;
}

.fishing-front-page .site-header.left-inline .middle-section-wrap .middle-section .nb-navbar > li > a,
.fishing-front-page .site-header.left-inline .middle-section-wrap .middle-section .nb-header-sub-menu > li > a {
  color: #fff;
}

.fishing-front-page .site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap .nb-cart-section .amount {
  color: #fff;
}

.site-header.left-inline .nb-navbar,
.site-header.left-inline .nb-header-sub-menu {
  text-transform: capitalize;
}

.site-header.left-inline .nb-navbar > li > a,
.site-header.left-inline .nb-header-sub-menu > li > a {
  font-size: 16px;
  line-height: 40px;
}

.site-header.left-inline .top-section ul,
.site-header.left-inline .top-section .header-search-wrap .nb-input-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header.left-inline .top-section .flex-section:last-of-type .menu > li:last-of-type {
  padding-right: 0;
}

.site-header.left-inline .top-section .flex-section .header-search-wrap .nb-input-group .search-field,
.site-header.left-inline .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
  height: 20px;
  line-height: 20px;
}

.site-header.left-inline .middle-section-wrap .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header.left-inline .middle-section-wrap .middle-section .main-menu-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap {
  margin-left: 25px;
}

.site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap i {
  font-size: 20px;
}

.site-header.left-inline .middle-section-wrap .middle-section .nb-navbar,
.site-header.left-inline .middle-section-wrap .middle-section .nb-header-sub-menu {
  text-transform: uppercase;
}

.site-header.left-inline .middle-section-wrap .middle-section .nb-navbar > li > a,
.site-header.left-inline .middle-section-wrap .middle-section .nb-header-sub-menu > li > a {
  font-size: 15px;
  font-weight: bold;
}

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

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

.site-header.left-inline.header-mobile .top-section .flex-section {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.site-header.left-inline.header-mobile .middle-section-wrap .middle-section .flex-section {
  -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%;
}

.site-header.left-inline.header-mobile .middle-section-wrap .middle-section .main-logo {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.site-header.left-inline.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 20px;
}

/*# Header-left-inline1*/

.fishing-front-page .site-header.left-inline1 {
  margin-bottom: 0;
}

.site-header.left-inline1 .nb-header-sub-menu {
  text-transform: capitalize;
}

.site-header.left-inline1 .top-section ul,
.site-header.left-inline1 .top-section .header-search-wrap .nb-input-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header.left-inline1 .top-section .flex-section:last-of-type .menu > li:first-of-type {
  padding-left: 0;
}

.site-header.left-inline1 .top-section .flex-section:last-of-type .menu > li:last-of-type {
  padding-right: 0;
}

.site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-field,
.site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.site-header.left-inline1 .middle-section-wrap .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap {
  margin-left: 25px;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap i {
  font-size: 20px;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .nb-navbar,
.site-header.left-inline1 .middle-section-wrap .middle-section .nb-header-sub-menu {
  text-transform: uppercase;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .nb-navbar > li > a,
.site-header.left-inline1 .middle-section-wrap .middle-section .nb-header-sub-menu > li > a {
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
}

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

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

.site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .flex-section {
  -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%;
}

.site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .main-logo {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 20px;
}

/*# Header-mid-inline*/

.site-header.mid-inline .nb-navbar,
.site-header.mid-inline .nb-header-sub-menu {
  text-transform: capitalize;
}

.site-header.mid-inline .nb-navbar > li > a,
.site-header.mid-inline .nb-header-sub-menu > li > a {
  font-size: 16px;
  line-height: 40px;
}

.site-header.mid-inline .top-section ul,
.site-header.mid-inline .top-section .header-search-wrap .nb-input-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header.mid-inline .top-section .flex-section:last-of-type .menu > li:last-of-type {
  padding-right: 0;
}

.site-header.mid-inline .top-section .flex-section .header-search-wrap .nb-input-group .search-field,
.site-header.mid-inline .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
  height: 20px;
  line-height: 20px;
}

.site-header.mid-inline .middle-section-wrap .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 .middle-section-wrap .middle-section .equal-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.mid-inline .middle-section-wrap .middle-section .equal-section .header-cart-wrap i {
  font-size: 20px;
}

.site-header.mid-inline .middle-section-wrap .middle-section .nb-navbar {
  text-transform: capitalize;
}

.site-header.mid-inline .middle-section-wrap .middle-section .navigation_right {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.site-header.mid-inline.header-mobile .top-section .flex-section {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .flex-section {
  -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%;
}

.site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .navigation_left {
  display: none;
}

.site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .main-logo {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

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

.site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 20px;
}

/*# Header icon*/

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

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

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

.icon-header-wrap > div + div {
  padding-left: 15px;
}

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

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

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

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

.icon-header-wrap .header-account-wrap,
.icon-header-wrap .header-cart-wrap {
  padding-right: 10px;
}

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

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

.icon-header-wrap .nb-cart-section i {
  font-size: 24px;
  color: #73a601;
}

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

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

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

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

.mini-cart-wrap .mini_cart_item {
  position: relative;
  width: 100%;
  padding-right: 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -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 {
  width: 100%;
}

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

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

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

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

.mini-cart-wrap .buttons .button {
  display: inline-block;
  height: 50px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  color: #fff;
}

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

.mini-cart-wrap .buttons .button:hover {
  color: #fff !important;
}

/*# 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,
.nb-header-sub-menu {
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

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

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

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

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

.nb-navbar .sub-menu,
.nb-header-sub-menu .sub-menu {
  display: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

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

.nb-navbar .sub-menu > .menu-item > a,
.nb-header-sub-menu .sub-menu > .menu-item > a {
  display: block;
}

.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-navbar .sub-menu > .menu-item:last-child,
.nb-header-sub-menu .sub-menu > .menu-item:last-child {
  border-bottom: 0;
}

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

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

.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 {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  padding: 50px 0 0;
  width: 300px;
  z-index: 999;
  background: #0c0c0c;
  color: #eee;
  overflow: auto;
}

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

.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: 3px double #444;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

/*# Navigation*/

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

/*# Comments*/

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

.bypostauthor {
  display: block;
}

/*# Posts And Pages*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

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

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

/*# Widgets*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget.widget_nav_menu ul > li {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.widget a:focus {
  outline: none;
}

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

#secondary .tagcloud a {
  background-color: #e1e1e1;
  border-color: transparent;
  color: #666;
  font-size: 14px !important;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

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

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

.product_list_widget > li > a > img {
  border: 1px solid #ccc;
}

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

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

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

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

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

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

/*Custom widget*/

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb_wpposts_default .nb_wp_post {
  padding-bottom: 30px !important;
}

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

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

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

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

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

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

.nb_wpposts_default .nb_wp_post .nb_wp_post-i .nb-post-block h4 {
  font-size: 18px;
  margin-top: 15px;
}

.nb_wpposts_default .nb_wp_post .nb_wp_post-i .nb-post-block h4 > a {
  font-family: 'Open Sans';
  font-weight: bold;
  text-transform: capitalize;
}

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

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

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

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

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 3px 12px;
  border: 1px solid transparent;
  color: #444;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

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

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 4px 15px;
  border: 1px solid #ccc;
  color: #444;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  border-color: #099ad1;
  color: #fff;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-panels-container .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panels-container .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-title > a {
  border: 1px solid #ccc;
  color: #444;
  background-color: #fff;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-panels-container .vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panels-container .vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  border-color: #099ad1;
  color: #fff;
}

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

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

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

.aio-icon-component .aio-icon {
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.aio-icon-component .aio-icon:before {
  position: absolute;
  display: block;
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.aio-icon-component .aio-icon:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: cover;
  background-size: cover;
  top: 35%;
  left: 144px;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 42px;
  display: block;
}

.aio-icon-component .aio-icon > i {
  position: relative;
}

.aio-icon-component.fs-ico-circle-1 .aio-icon-box .aio-icon {
  margin: 8px;
}

.aio-icon-component.fs-ico-circle-1 .aio-icon-box .aio-icon:before {
  background-image: url(../../images/demo/img_circle1.png);
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

.aio-icon-component.fs-ico-circle-1 .aio-icon-box:hover .aio-icon {
  color: #fff !important;
}

.aio-icon-component.fs-ico-circle-2 .aio-icon-box .aio-icon {
  margin: 23px;
}

.fs-ico-circle-2 .aio-icon-box .aio-icon,
.fs-ico-square-2 .aio-icon-box .aio-icon {
  color: #fff;
}

.aio-icon-component.fs-ico-circle-2 .aio-icon-box .aio-icon:before {
  background-image: url(../../images/demo/img_circle2.png);
  top: -23px;
  bottom: -23px;
  left: -23px;
  right: -23px;
}

.aio-icon-component.fs-ico-circle-2 .aio-icon-box:hover .aio-icon {
  background-color: #fff !important;
}

.aio-icon-component.fs-ico-square-1 .aio-icon-box .aio-icon {
  margin: 7px;
}

.aio-icon-component.fs-ico-square-1 .aio-icon-box .aio-icon:before {
  background-image: url(../../images/demo/img_square1.png);
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
}

.aio-icon-component.fs-ico-square-1 .aio-icon-box:hover .aio-icon {
  color: #fff !important;
}

.aio-icon-component.fs-ico-square-2 .aio-icon-box .aio-icon {
  margin: 16px;
}

.aio-icon-component.fs-ico-square-2 .aio-icon-box .aio-icon:before {
  background-image: url(../../images/demo/img_square2.png);
  top: -16px;
  bottom: -16px;
  left: -16px;
  right: -16px;
}

.aio-icon-component.fs-ico-square-2 .aio-icon-box:hover .aio-icon {
  background-color: #fff !important;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-avatar.nb-circle .nb_testimonial-avatar-i {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../../images/demo/img_circle1.png);
  padding: 10px;
}

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

.nb_testimonials .nb_testimonial-item .nb_testimonial-position {
  font-size: 14px;
  margin-bottom: 30px;
}

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

.vc_row.fs-testimonials .nb_testimonials {
  padding-top: 15px;
}

.vc_row.fs-testimonials .nb_testimonials.owl-carousel .nb_testimonial-item {
  width: 83.33333333%;
  margin-left: 8.33333333%;
  margin-right: 8.33333333%;
}

.vc_row.fs-testimonials [data-slide="owl-carousel"] .owl-nav > div {
  font-size: 36px;
  opacity: 1;
  color: #f7f6f2;
}

/*# Links*/

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

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

/*# Blog*/

.type-post.format-gallery .entry-title a,
.type-post.format-image .entry-title a,
.type-post.format-audio .entry-title a,
.type-post.format-video .entry-title a,
.type-post.format-aside .entry-title a,
.type-post.format-status .entry-title a,
.type-post.format-link .entry-title a,
.type-post.format-chat .entry-title a,
.type-post.format-quote .entry-title a {
  position: relative;
  padding-left: 1.5em;
}

.type-post.format-gallery .entry-title a:after,
.type-post.format-image .entry-title a:after,
.type-post.format-audio .entry-title a:after,
.type-post.format-video .entry-title a:after,
.type-post.format-aside .entry-title a:after,
.type-post.format-status .entry-title a:after,
.type-post.format-link .entry-title a:after,
.type-post.format-chat .entry-title a:after,
.type-post.format-quote .entry-title a:after {
  font-family: 'dashicons';
  font-weight: normal;
  position: absolute;
  left: 0;
}

.type-post.format-gallery .entry-title a:after {
  content: '\f161';
}

.type-post.format-image .entry-title a:after {
  content: '\f128';
}

.type-post.format-audio .entry-title a:after {
  content: '\f127';
}

.type-post.format-video .entry-title a:after {
  content: '\f126';
}

.type-post.format-aside .entry-title a:after {
  content: '\f123';
}

.type-post.format-status .entry-title a:after {
  content: '\f130';
}

.type-post.format-link .entry-title a:after {
  content: '\f103';
}

.type-post.format-chat .entry-title a:after {
  content: '\f125';
}

.type-post.format-quote .entry-title a:after {
  content: '\f122';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog .classic .post .entry-content,
.content-search > article .entry-content {
  padding-bottom: 20px;
}

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

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

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

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

.blog .classic .post .entry-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 {
  margin-bottom: 60px;
  border-bottom: 2px solid #d7d7d7;
}

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

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

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

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

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

.blog .classic .post:first-of-type {
  margin-top: -5px;
}

.blog .classic .post:not(:last-of-type) {
  margin-bottom: 0;
}

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

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

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-links.pagination-style-1 > span {
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.page-links.pagination-style-2 > a,
.page-links.pagination-style-2 > span {
  -webkit-box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 12px;
  margin-right: 5px;
}

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

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

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

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

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

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

.single-post .nb-page-title h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}

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

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

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

.nb-social-icons > a {
  border: 1px solid;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-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: 50%;
  width: 40px;
}

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

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.nb-primary-button,
.nb-secondary-button {
  text-transform: uppercase;
  font-size: 1em;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

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 {
  height: 40px;
  line-height: 35px;
  display: inline-block;
}

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

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

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

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

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

.site-footer .wpb_single_image {
  margin-top: 7px;
  margin-bottom: 45px;
}

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

.site-footer .uavc-list-icon-wrapper.ult-adjust-bottom-margin {
  margin-bottom: 25px;
}

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

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

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

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

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

.site-footer .uavc-icons .aio-icon {
  background: #555;
  color: #ccc;
  margin-top: 5px;
  display: inline-block;
  font-size: 32px;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

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

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

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

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

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

.site-footer .nb_latest_post .nb_latest_item .nb_post_title > a {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

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

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

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

.site-footer .widget .widget-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -2px;
  border-bottom: 0 none;
}

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

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

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

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

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

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

.footer-abs-section .row {
  -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;
}

.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 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-abs-section .footer-abs-right {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

.nb-input-group .search-button button {
  width: 40px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  color: #fff;
}

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

.widget .nb-input-group {
  position: relative;
  display: block;
}

.widget .nb-input-group .search-field {
  display: block;
  padding: 10px 45px 10px 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: auto;
  border: 3px solid #ccc;
  -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);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

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

.widget .nb-input-group .search-button button i {
  color: #aaa !important;
  font-size: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-back-to-top-wrap a {
  display: inline-block;
  padding: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

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

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

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

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

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

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

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

/*# 404 */

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

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

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

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

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

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

.error404 main .home-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  line-height: 105px;
  top: -40px;
}

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

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

.nb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.shop-main .products .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  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 .cart {
  border-bottom: 1px solid;
}

.shop-main.left-images .entry-summary {
  padding-left: 0;
}

.shop-main.right-images .entry-summary {
  padding-right: 0;
}

.fs-product {
  position: relative;
}

.fs-product .product-image-list {
  position: relative;
}

.fs-product .product-content {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.fs-product .product-content .product-title {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

.fs-product .product-content .product-title > a {
  color: #444;
  font-weight: bold;
}

.fs-product .product-content .product-description {
  font-size: 16px;
  color: #666;
}

.fs-product .product-content .price {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.fs-product .product-content .price del .amount {
  color: #999;
}

.fs-product .product-action {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #edebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60px;
  position: absolute;
  top: 30px;
}

.fs-product .product-action > * {
  border-bottom: 1px solid #edebeb !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.fs-product .product-action .button {
  background-color: #fff;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0 none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  line-height: 58px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.fs-product .product-action .button a {
  display: block;
}

.fs-product .product-action .button i {
  color: #999999;
  font-size: 23px;
  font-style: normal;
  margin-right: 0;
}

.fs-product .product-action .button:hover i {
  color: #fff;
}

.fs-product .product-action .button .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.fs-product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}

.fs-product .product-action .button.add_to_cart_button i {
  margin-right: 0;
}

.fs-product .product-action .button.add_to_cart_button i:before {
  font-family: 'fontello';
  font-size: 23px;
  content: '\e909';
}

.fs-product .product-action .button .tooltip {
  position: absolute;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  top: 50%;
  left: 65px;
  text-transform: none;
  width: 120px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: normal;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.fs-product .product-action .button .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fs-product .product-action .button:hover .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.fs-product:hover .product-action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  left: 0;
}

.fs-product.grid-type-wrap {
  border: 1px solid #dcddde;
  background: #fff;
}

.fs-product.grid-type-wrap .product-image-list {
  background-color: #fff;
  background-image: url(../../images/demo/bg-product.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}

.fs-product.grid-type-wrap .product-content {
  text-align: center;
}

.fs-product.grid-type-wrap .product-content .product-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.fs-product.grid-type-wrap .product-content .star-rating {
  display: inline-block;
}

.fs-product.grid-type-wrap .product-content .price {
  display: block;
  padding-bottom: 25px;
  margin-top: -6px;
}

.fs-product.grid-type-wrap:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  transition: -webkit-box-shadow 0.5s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.fs-product.list-type-wrap {
  background-color: #ededee;
}

.fs-product .star-rating {
  width: 65px;
}

.fs-list-type-wrap .fs-product.grid-type-wrap {
  background-color: #ededee;
  border: 0 none;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
  background: transparent;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
  text-align: left;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
  margin: 0;
  padding: 0;
}

.fs-list-type-wrap .fs-product.grid-type-wrap:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product .product-image {
  position: relative;
}

.product .product-image img {
  width: 100%;
}

.product .onsale {
  z-index: 9;
}

.product .onsale.sale-style-1 {
  position: absolute;
  border: 1px solid;
  width: 60px;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
  background-color: transparent !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;
  filter: alpha(opacity=100);
}

.product .onsale.sale-style-2 .percent {
  width: 140px;
  height: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 17px;
  right: -42px;
  border-bottom: 25px solid;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
}

.product .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-family: "fontello";
  margin-bottom: 10px;
}

.product .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

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

.product .star-rating span:before {
  content: "\e809\e809\e809\e809\e809";
  top: 0;
  position: absolute;
  left: 0;
}

.product .price del .amount {
  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;
  padding-right: 15px;
  padding-left: 15px;
  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;
  margin-bottom: 45px;
}

.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 .product-image .thumb-gallery .swiper-slide.swiper-slide-active {
  border: 1px solid;
}

.single-product-wrap .woocommerce-product-gallery__wrapper {
  margin-top: 0;
}

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

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery {
  margin-bottom: 10px;
  cursor: pointer;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .next {
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .next {
  opacity: 1;
  visibility: visible;
}

.single-product-wrap 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 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 {
  margin-bottom: 0;
}

.single-product-wrap .entry-summary .entry-title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.single-product-wrap .woocommerce-product-rating {
  display: inline-block;
  width: 100%;
}

.single-product-wrap .star-rating {
  font-size: 18px;
  width: 85px;
  display: inline-block;
  float: left;
}

.single-product-wrap .woocommerce-review-link {
  display: inline-block;
  float: left;
  line-height: 1.3;
}

.single-product-wrap .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.single-product-wrap .product_meta {
  margin-bottom: 15px;
}

.single-product-wrap .cart {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.single-product-wrap .product-addtocart + .product_meta {
  padding-top: 0;
}

.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 .in-stock {
  background-color: #8BAD42;
}

.single-product-wrap .product_meta .availability_wrapper .out-stock {
  background-color: #D52A2A;
}

.single-product-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  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-wishlistaddedbrowse,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  padding-top: 14px;
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 i.icon-heart:before {
  margin-right: 5px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: -75%;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding: 6px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  z-index: 99;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  bottom: -10px;
  right: -webkit-calc(50% - 5px);
  right: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.7);
}

.single-product-wrap .yith-wcwl-add-to-wishlist:hover .tooltip {
  top: -40px;
  opacity: 1;
  visibility: visible;
}

.single-product-wrap .variations h5.label label {
  padding-left: 0;
}

.single-product-wrap .variations ul.swatch {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  padding: 5px;
}

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

.shop-main {
  margin-bottom: 10px;
}

.shop-main .swiper-button-next,
.shop-main .swiper-button-prev,
.shop-main .swiper-button-next.swiper-button-disabled,
.shop-main .swiper-button-prev.swiper-button-disabled {
  -webkit-background-size: 20px 44px;
  background-size: 20px 44px;
  opacity: 0;
}

.shop-main .swiper-button-next,
.shop-main .swiper-button-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
}

.shop-main .swiper-pagination {
  width: 100%;
  position: relative;
}

.shop-main .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.shop-main .product:hover .swiper-button-next,
.shop-main .product:hover .swiper-button-prev {
  opacity: 1;
}

.shop-main .product:hover .swiper-button-disabled {
  opacity: .35;
}

.shop-main.bottom-thumb .thumb-gallery .woocommerce-product-gallery__image {
  width: 25%;
  margin-right: 10px;
  -webkit-transform: translateX(-webkit-calc(-150% - 15px));
  -ms-transform: translateX(calc(-150% - 15px));
  transform: translateX(calc(-150% - 15px));
}

.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-slide {
  height: auto;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-webkit-calc(-150% - 15px));
  -ms-transform: translateY(calc(-150% - 15px));
  transform: translateY(calc(-150% - 15px));
}

.shop-main.inside-thumb .woocommerce-product-gallery__wrapper {
  position: relative;
}

.shop-main.inside-thumb .thumb-gallery {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.shop-main.inside-thumb .thumb-gallery .swiper-slide {
  height: auto;
}

.shop-main.inside-thumb .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-webkit-calc(-150% - 15px));
  -ms-transform: translateY(calc(-150% - 15px));
  transform: translateY(calc(-150% - 15px));
}

.shop-main .related .product {
  width: 100%;
}

.shop-main .related,
.shop-main .upsells {
  position: relative;
}

.shop-main .related .products,
.shop-main .upsells .products {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
}

.shop-main .related .products .product-description,
.shop-main .upsells .products .product-description {
  margin-top: 5px;
}

.shop-main .upsells .product {
  width: 100%;
}

.variations h5.label {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}

.variations h5.label label {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.variations h5.label label:before,
.variations h5.label label:after {
  position: absolute;
  content: '';
  display: block;
  width: 70px;
  border-bottom: 1px solid #ccc;
  top: 50%;
}

.variations h5.label label:before {
  right: 100%;
}

.variations h5.label label:after {
  left: 100%;
}

.variations ul.swatch {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.variations ul.swatch li {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.variations ul.swatch li span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  padding: 9px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #444;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.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-left: -5px;
  margin-right: -5px;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  padding: 5px;
}

.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 .accordion-title-wrap:hover {
  cursor: pointer;
}

.wc-tabs .accordion-content {
  line-height: 1.5;
}

.wc-tabs-wrapper {
  margin-bottom: 45px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper {
  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;
}

.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';
  color: #444;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars:hover a::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active ~ a::before {
  content: '\e80a';
  color: #444;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a:not(.active)::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-size: 18px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-respond {
  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;
  -webkit-border-radius: 0;
  border-radius: 0;
  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: 65px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .meta {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .description p {
  margin: 0;
}

.shop-main .woocommerce-Reviews .avatar {
  float: left;
  margin-right: 15px;
}

.shop-main.split-reviews-form #comments {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
  padding-right: 15px;
}

.shop-main.split-reviews-form #review_form_wrapper {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  padding-left: 15px;
}

.shop-main:not(.split-reviews-form) #comments {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.shop-main:not(.split-reviews-form) #review_form_wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.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.cart .product-name {
  font-weight: bold;
  font-size: 16px;
}

.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 th:first-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-1 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.cart-layout-1 .cart-totals-wrap .shop_table td {
  width: 1%;
  white-space: nowrap;
  padding: 0 0 0 45px;
}

.cart-layout-1 .cart-totals-wrap .shop_table .order-total strong {
  font-weight: 400;
  font-size: 1.5em;
}

.cart-layout-1 .coupon {
  text-align: right;
}

.cart-layout-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 .cart-totals-wrap .shop_table th:first-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-2 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.cart-layout-2 .coupon h3 {
  line-height: 1;
  margin-bottom: 15px;
}

.cart-layout-2 .coupon-wrap {
  border: 2px solid #edf0f5;
  padding: 15px 15px 30px;
}

.cart-layout-2 .coupon-wrap .input-text {
  width: 100%;
  margin-bottom: 15px;
}

.coupon {
  margin-bottom: 60px;
}

.coupon input[name="coupon_code"] {
  font-size: 16px;
  border-color: #d7d7d7;
  width: 100%;
  margin-bottom: 15px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.coupon input[name="coupon_code"]:focus {
  outline: 0;
}

.cart-collaterals .cart_totals > h3 {
  text-align: right;
  margin-bottom: 15px;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.cross-sells .swiper-wrapper {
  width: 100%;
}

.cross-sells .products {
  margin-left: -15px;
  margin-right: -15px;
}

.cross-sells .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cross-sells .flickity-prev-next-button {
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.cart-right-section .cart_totals {
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .return-to-shop,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .return-to-shop {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding: 15px 15px 15px 40px;
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .return-to-shop:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .return-to-shop:before {
  font-family: "fontello";
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 12px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .return-to-shop .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .return-to-shop .button {
  padding: 5px 15px;
  margin-right: 15px;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #66BB6A;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  content: '\e80f';
  color: #66BB6A;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top: 3px solid #ef5350;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  content: '\e80e';
  color: #ef5350;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #42A5F5;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  content: '\f086';
  color: #42A5F5;
}

.woocommerce-checkout #primary {
  width: 100%;
}

.woocommerce-checkout #customer_details p.form-row-first,
.woocommerce-checkout #customer_details p.form-row-last {
  width: 50%;
  float: left;
}

.woocommerce-checkout #customer_details p.form-row-first {
  padding-right: 15px;
}

.woocommerce-checkout #customer_details p.form-row-last {
  padding-left: 15px;
}

.woocommerce-checkout #customer_details .form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}

.woocommerce-checkout #customer_details .form-row input.input-text {
  height: 45px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.woocommerce-checkout #customer_details .form-row textarea.input-text {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-checkout #customer_details .form-row .select2-container {
  line-height: 45px;
  height: 45px;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single {
  height: 45px;
  padding-top: 7px;
  border-color: #cccccc;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.woocommerce-form-login .form-row:before,
.woocommerce-form-login .form-row:after,
.woocommerce-form-register .form-row:before,
.woocommerce-form-register .form-row:after,
.woocommerce-ResetPassword .form-row:before,
.woocommerce-ResetPassword .form-row:after,
.woocommerce-address-fields .form-row:before,
.woocommerce-address-fields .form-row:after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-form-login .form-row label,
.woocommerce-form-register .form-row label,
.woocommerce-ResetPassword .form-row label,
.woocommerce-address-fields .form-row label {
  display: block;
}

.woocommerce-form-login .form-row label small,
.woocommerce-form-register .form-row label small,
.woocommerce-ResetPassword .form-row label small,
.woocommerce-address-fields .form-row label small {
  display: block;
}

.woocommerce-form-login .form-row label.error,
.woocommerce-form-register .form-row label.error,
.woocommerce-ResetPassword .form-row label.error,
.woocommerce-address-fields .form-row label.error {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-right: 0;
  color: #ff0000;
}

.woocommerce-form-login .form-row label.error[generated="true"],
.woocommerce-form-register .form-row label.error[generated="true"],
.woocommerce-ResetPassword .form-row label.error[generated="true"],
.woocommerce-address-fields .form-row label.error[generated="true"] {
  display: none !important;
}

.woocommerce-form-login .form-row input,
.woocommerce-form-register .form-row input,
.woocommerce-ResetPassword .form-row input,
.woocommerce-address-fields .form-row input {
  width: 100%;
}

.woocommerce-form-login .form-row input[type="checkbox"],
.woocommerce-form-login .form-row input[type="radio"],
.woocommerce-form-register .form-row input[type="checkbox"],
.woocommerce-form-register .form-row input[type="radio"],
.woocommerce-ResetPassword .form-row input[type="checkbox"],
.woocommerce-ResetPassword .form-row input[type="radio"],
.woocommerce-address-fields .form-row input[type="checkbox"],
.woocommerce-address-fields .form-row input[type="radio"] {
  width: auto;
}

.woocommerce-form-login .form-row input.button,
.woocommerce-form-register .form-row input.button,
.woocommerce-ResetPassword .form-row input.button,
.woocommerce-address-fields .form-row input.button {
  padding: 11px 25px;
  width: auto;
  border: 0 none;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single,
.woocommerce-form-register .form-row .select2-container .select2-selection--single,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 7px;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-form-register .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength,
.woocommerce-form-register .form-row .woocommerce-password-strength,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength,
.woocommerce-address-fields .form-row .woocommerce-password-strength {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 5px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.bad,
.woocommerce-form-register .form-row .woocommerce-password-strength.bad,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.bad,
.woocommerce-address-fields .form-row .woocommerce-password-strength.bad {
  color: #d9534f;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.short,
.woocommerce-form-register .form-row .woocommerce-password-strength.short,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.short,
.woocommerce-address-fields .form-row .woocommerce-password-strength.short {
  color: #f0ad4e;
}

.woocommerce-form-login .form-row #url-alart-mgs,
.woocommerce-form-register .form-row #url-alart-mgs,
.woocommerce-ResetPassword .form-row #url-alart-mgs,
.woocommerce-address-fields .form-row #url-alart-mgs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.woocommerce-form-login input.button,
.woocommerce-form-register input.button,
.woocommerce-ResetPassword input.button,
.woocommerce-address-fields input.button {
  padding: 11px 25px;
}

.checkout_coupon .form-row {
  display: inline-block;
}

.checkout_coupon .input-text {
  border-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.checkout_coupon .input-text:focus {
  outline: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:first-child,
.shop_table.woocommerce-checkout-review-order-table tr td:first-child {
  padding-left: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.shop_table.woocommerce-checkout-review-order-table tr td:last-child {
  padding-right: 0;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal .amount,
.shop_table.woocommerce-checkout-review-order-table .order-total .amount {
  font-weight: bold;
  font-size: 1.5em;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td,
.shop_table.woocommerce-checkout-review-order-table .shipping td {
  text-align: right;
}

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

.wc_payment_methods .payment_method_paypal img {
  display: block;
}

.woocommerce-order .left-section-wrap {
  border: 1px solid #e4e4e4;
  padding: 15px 30px 45px;
}

.woocommerce-order .woocommerce-order-overview {
  padding-left: 30px;
}

.woocommerce-order .woocommerce-order-overview > li {
  margin-bottom: 5px;
}

.woocommerce-order .woocommerce-order-details__title {
  line-height: 1;
  margin-top: 0;
}

.woocommerce-order .woocommerce-table--order-details .amount {
  font-weight: bold;
}

.nb-quantity {
  float: left;
  margin-right: 15px;
}

.nb-quantity .qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 44px;
  min-height: 50px;
  padding: 5px;
  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 {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  border-left: 0;
  height: 25px;
  background: #f2f2f2;
}

.nb-quantity.style-1 .qty-buttons span.quantity-minus {
  border-top: 0;
}

.nb-quantity.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nb-quantity.style-2 > span {
  border: 1px solid #ccc;
  height: 50px;
  padding-top: 8px;
  background: #f2f2f2;
}

.nb-quantity.style-2 > span.quantity-plus {
  border-left: 0;
}

.nb-quantity.style-2 > span.quantity-minus {
  border-right: 0;
}

/*wishlist*/

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

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove {
  font-size: 24px;
}

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove:hover {
  background-color: transparent !important;
}

#yith-wcwl-popup-message {
  border: 2px solid;
  padding: 20px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*=======================
* MODAL POPUP STYLE
========================*/

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
  overflow: hidden;
}

#yith-quick-view-modal {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  height: 600px;
  width: 1000px;
}

#yith-quick-view-modal .yith-wcqv-main {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
  visibility: visible;
  opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
  content: '';
  display: table;
  clear: both;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  background: #fff;
}

#yith-quick-view-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  z-index: 2;
  opacity: 0.5;
}

#yith-quick-view-close:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
  background: none;
}

#yith-quick-view-content .shop-main {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#yith-quick-view-content .single-product-wrap {
  margin: 0;
  padding: 30px 20px 15px;
}

#yith-quick-view-content .nb-social-icons {
  display: none;
}

#yith-quick-view-content div.images {
  opacity: 1 !important;
}

#yith-quick-view-content .product_meta {
  padding-top: 30px;
  float: left;
  width: 100%;
}

#yith-quick-view-content .cart {
  width: 100%;
}

.cart-notice-wrap {
  position: fixed;
  top: 60px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 999;
}

.cart-notice-wrap .cart-notice {
  border: 2px solid;
  padding: 20px;
  background-color: #fff;
}

.cart-notice-wrap .cart-url {
  text-align: center;
  border: 1px solid;
  padding: 10px 0;
  margin-bottom: 0;
  width: 100%;
}

.cart-notice-wrap .cart-url a {
  color: #fff;
}

.cart-notice-wrap.active {
  opacity: 1;
  visibility: visible;
}

.cart-notice-wrap span {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

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

.widget .woocommerce-product-search .search-field {
  display: block;
  width: 100%;
  padding: 10px 45px 10px 15px;
  border: 3px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding-left: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[name="save_account_details"] {
  margin-top: 30px;
  padding: 10px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button.view {
  display: inline-block;
  padding: 5px 10px;
}

.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > .u-columns,
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > .woocommerce-ResetPassword {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-account .woocommerce > .u-columns {
  display: -webkit-box;
  display: -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: -ms-flexbox;
  display: -webkit-flex;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*!
Theme Name: NB Fishing
Theme URI: http://cmsmart.net
Author: netbaseteam
Author URI: http://netbasejsc.com/
Description: Fishing - Unique WooCommerce WordPress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nb-fishing
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

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

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

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

*,
*::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,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.large-row {
  display: -webkit-box;
  display: -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: 0 none;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.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;
  cursor: pointer;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

*:focus {
  outline: none;
}

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

/*# Headings*/

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

/*# Copy*/

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

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

blockquote,
q {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*# Custom fonts*/

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

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

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

/*Custom Layout*/

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

.fs-newproducts,
.fs-bestsellers,
.fs-profitably {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.fs-newproducts {
  padding-bottom: 20px;
}

.fs-newproducts .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
  text-transform: uppercase;
}

.fs-bestsellers [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div,
.fs-profitably [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div,
.fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div,
.fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div {
  font-size: 36px;
  opacity: 1;
  color: #888;
}

.fs-bestsellers [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev,
.fs-profitably [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev,
.fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev,
.fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev {
  left: 0;
}

.fs-bestsellers [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next,
.fs-profitably [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next,
.fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next,
.fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next {
  right: 0;
}

.fs-accessories .uvc-heading,
.fs-delivery .uvc-heading {
  padding-bottom: 20px;
}

.fs-delivery .vc_inner .wpb_column:nth-child(odd):not(:last-of-type) .aio-icon-component.fs-ico-circle-1 .aio-icon-box .aio-icon:after {
  background-image: url(../../images/demo/img_line1.png);
}

.fs-delivery .vc_inner .wpb_column:nth-child(even):not(:last-of-type) .aio-icon-component.fs-ico-circle-1 .aio-icon-box .aio-icon:after {
  background-image: url(../../images/demo/img_line2.png);
}

.fs-bestsellers .uvc-heading {
  margin-bottom: 5px;
}

.fs-accessories-2 .uvc-heading {
  margin-bottom: 30px;
}

.fs-newproducts-2 {
  padding-top: 15px;
  padding-bottom: 5px;
}

.fs-newproducts-2 .uvc-heading {
  margin-bottom: 20px;
}

.fs-newproducts-2 .vc_tta-panel-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 10px !important;
}

.fs-newproducts-2 .vc_tta-tabs-container .vc_tta-tabs-list {
  text-transform: uppercase;
}

.fs-newproducts-2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 3px 11px !important;
}

.fs-profitably-2 .uvc-heading {
  margin-bottom: 35px;
}

.fs-bestsellers-2 .nb_style_default,
.fs-profitably-2 .nb_style_default {
  padding-top: 10px;
  padding-bottom: 35px;
}

.fs-blogs-2,
.fs-bestsellers-2,
.fs-profitably-2,
.fs-delivery-2,
.fs-accessories-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fs-delivery-2 .fs-heading-color .uvc-sub-heading {
  color: #fff;
}

.fs-delivery-2 .uvc-heading {
  margin-bottom: 40px;
}

.fs-delivery-2 .vc_inner .wpb_column:nth-child(odd):not(:last-of-type) .aio-icon-component.fs-ico-square-1 .aio-icon-box .aio-icon:after {
  background-image: url(../../images/demo/img_line1.png);
}

.fs-delivery-2 .vc_inner .wpb_column:nth-child(even):not(:last-of-type) .aio-icon-component.fs-ico-square-1 .aio-icon-box .aio-icon:after {
  background-image: url(../../images/demo/img_line2.png);
}

.fs-testimonials-2 {
  padding-top: 15px;
  padding-bottom: 50px;
}

.fs-testimonials-2 .nb_testimonial-item {
  padding-left: 20px;
  padding-right: 20px;
}

.fs-testimonials-2 [data-slide="owl-carousel"] .owl-nav > div {
  color: #fff;
  opacity: 1;
}

.fs-testimonials-2 .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
  color: #fff;
}

.fs-testimonials-2 .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
  color: #fff;
}

.fs-testimonials-2 .fs-heading-color .uvc-sub-heading {
  color: #fff;
}

.fs-blogs {
  position: relative;
}

.fs-blogs:before {
  content: '';
  background: #fff;
  display: block;
  left: 15px;
  right: 15px;
  top: -50px;
  height: 50px;
  position: absolute;
}

.fs-blogs .nb_wp_post .nb-post-thumb-i {
  padding: 13px;
  border: solid 4px #e1e1e1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fs-blogs .nb_wp_post .nb-post-thumb-i:hover {
  border: solid 4px;
}

.fs-blogs .nb_wp_post .nb-post-block .nb-post-header {
  margin-top: -5px;
}

.fs-blogs-2 .nb_wpposts_default {
  padding-top: 10px;
}

.fs-blogs-2 .nb_wp_post .nb_wp_post-i {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fs-blogs-2 .nb_wp_post .nb_wp_post-i .nb-post-thumb-i {
  border: solid 1px #d7d7d7;
}

.fs-blogs-2 .nb_wp_post .nb_wp_post-i .nb-post-header {
  margin-top: -5px;
}

.vc_row.fs-delivery,
.vc_row.fs-accessories,
.vc_row.fs-testimonials {
  position: relative;
  padding-top: 10%;
  padding-bottom: 30px;
}

.vc_row.fs-delivery .upb_row_bg:before,
.vc_row.fs-accessories .upb_row_bg:before,
.vc_row.fs-testimonials .upb_row_bg:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 100%;
  background: #fff;
  -webkit-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.vc_row.fs-accessories .upb_row_bg:before {
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  transform: skewY(4deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.vc_row.fs-testimonials {
  padding-bottom: 70px;
}

.fishing-front-page .site-header {
  margin-bottom: 0;
}

.fishing-front-page .site-footer {
  margin-top: 0;
}

.fishing-front-page .hentry {
  margin-bottom: 0;
}

.fs-newsletter .mc4wp-form .form-newsletter {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-newsletter .mc4wp-form .form-newsletter label {
  font-family: 'Great Vibes';
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 25px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.35);
  box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.35);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control::-webkit-input-placeholder {
  color: #999;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control:-ms-input-placeholder {
  color: #999;
}

.fs-newsletter .mc4wp-form .form-newsletter .input-group input.form-control:focus {
  outline: none;
}

.fs-newsletter .mc4wp-form .form-newsletter .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fs-newsletter .mc4wp-form .form-newsletter .button-group .btn {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  border: 0 none;
  text-transform: uppercase;
  width: 100%;
  height: 43px;
  line-height: 43px;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.fs-newsletter .vc_custom_heading {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.fs-newsletter .uavc-list-icon {
  padding-top: 5px;
}

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

.fs-newsletter .uavc-list .uavc-list-content a {
  color: #666;
}

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

.wpcf7-form p {
  margin: 0;
}

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

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

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

.wpcf7-form input[type="submit"] {
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  padding: 17px 63px;
  border: 2px solid;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

.fs-newproducts-3 .wpb_wrapper {
  position: relative;
}

.fs-newproducts-3 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  color: #666 !important;
  font-weight: bold;
  padding: 0 10px !important;
}

.fs-newproducts-3 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-of-type):before {
  content: '|';
  color: #959595;
  position: absolute;
}

.fs-newproducts-3 .vc_tta-container {
  margin-bottom: 5px !important;
}

.fs-newproducts-3 .vc_tta-panel-body {
  padding-top: 0 !important;
  overflow: visible;
}

.fs-newproducts-3 .uvc-heading,
.fs-profitably-3 .uvc-heading,
.fs-bestsellers-3 .uvc-heading,
.fs-featured-3 .uvc-heading,
.fs-blogs-3 .uvc-heading {
  margin-bottom: 10px;
}

.fs-newproducts-3 .uvc-heading-spacer:before,
.fs-profitably-3 .uvc-heading-spacer:before,
.fs-bestsellers-3 .uvc-heading-spacer:before,
.fs-featured-3 .uvc-heading-spacer:before,
.fs-blogs-3 .uvc-heading-spacer:before {
  background-color: #ccc;
  width: 100%;
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel,
.fs-profitably-3 .nb_owl-carousel .owl-carousel,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel,
.fs-featured-3 .nb_owl-carousel .owl-carousel,
.fs-blogs-3 .nb_owl-carousel .owl-carousel {
  margin-top: 10px;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel:before,
.fs-profitably-3 .nb_owl-carousel .owl-carousel:before,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel:before,
.fs-featured-3 .nb_owl-carousel .owl-carousel:before,
.fs-blogs-3 .nb_owl-carousel .owl-carousel:before {
  border-top: none !important;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav,
.fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav,
.fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav,
.fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav {
  top: -55px;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav > div,
.fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav > div,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav > div,
.fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav > div,
.fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav > div {
  font-size: 24px;
  opacity: 1;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding: 6px 7px;
  color: #888;
}

.fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover,
.fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover,
.fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover,
.fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover,
.fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav > div:hover {
  border: 1px solid;
}

.fs-profitably-3,
.fs-featured-3 {
  padding-bottom: 20px;
}

.fs-slider-3 .wpb_content_element,
.fs-banner-3 .wpb_content_element {
  margin-bottom: 30px;
}

.fs-delivery-3 .aio-icon-component {
  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: 30px 12px;
  background-image: url(../../images/demo/img-bg-icon.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 30px;
  max-height: 108px;
}

.fs-delivery-3 .aio-icon-component .aio-icon-header h3.aio-icon-title:after {
  content: '';
  border-bottom: 2px solid #444;
  display: block;
  width: 35px;
  padding-top: 3px;
}

.fs-delivery-3 .aio-icon-component .aio-icon-header + .aio-icon-description {
  margin-top: 5px;
}

.fs-blogs-3 .nb_wp_post-i .vc_post_date-day {
  color: #333;
}

.fs-blogs-3 .nb_wp_post-i .vc_post_date-month {
  color: #666;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-thumb-i {
  border: solid 1px #c2c2c2;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-header .nb-post-cats {
  margin-top: -5px;
  margin-bottom: 7px;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-header .nb-post-cats > a {
  text-transform: capitalize;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-header h4 {
  line-height: 18px;
  margin-bottom: 12px;
  font-size: 18px;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-header h4 > a {
  color: #333;
  font-weight: bold;
}

.fs-blogs-3 .nb_wp_post-i .nb-post-content p {
  color: #888;
  line-height: 21px;
  margin-bottom: 12px;
  margin-top: -5px;
}

.fs-heading-color .uvc-sub-heading {
  color: #444;
}

.fs-ico-square-2 .aio-icon-box .aio-icon {
  color: #fff;
  border-color: #fff;
}

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

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

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

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

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

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

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

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

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

/*3.1 Lists*/

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

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

/*3.2 Tables*/

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

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

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

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

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

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

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

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

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

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

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

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

/*# Buttons*/

/*# Fields*/

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

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

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

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

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

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

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

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

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

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 {
  position: relative;
  overflow: hidden;
}

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

.main-logo.text-logo {
  text-align: center;
  font-family: 'NexaRust';
  font-size: 52px;
  font-weight: 400;
  color: #333;
}

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

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

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

.site-header {
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  margin-bottom: 60px;
}

.site-header .widget.widget_nav_menu ul > li > a {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.fixed div.stuck {
  position: fixed !important;
  top: 0;
  background: #fff !important;
  width: 100%;
}

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

.top-section-wrap {
  border-bottom: 1px solid #d7d7d7;
}

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

.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: 14px;
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header .header-cart-wrap .nb-cart-section .counter {
  position: absolute;
  bottom: 100%;
  left: 15px;
  display: inline-block;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 12px;
  line-height: 14px;
  border-width: 1px 1px 0;
  border-style: solid;
  padding: 0 7px;
}

.site-header .header-cart-wrap .nb-cart-section .counter:before,
.site-header .header-cart-wrap .nb-cart-section .counter:after {
  display: block;
  content: '';
  width: 3px;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
}

.site-header .header-cart-wrap .nb-cart-section .counter:before {
  right: 50%;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.site-header .header-cart-wrap .nb-cart-section .counter:after {
  left: 50%;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.site-header .header-cart-wrap .nb-cart-section .counter .counter-l,
.site-header .header-cart-wrap .nb-cart-section .counter .counter-r {
  display: block;
  position: absolute;
  bottom: 0;
  width: -webkit-calc(50% - 3px);
  width: calc(50% - 3px);
  border-bottom: 1px solid;
}

.site-header .header-cart-wrap .nb-cart-section .counter .counter-l {
  left: 0;
}

.site-header .header-cart-wrap .nb-cart-section .counter .counter-r {
  right: 0;
}

/*# Header-left-inline*/

.fishing-front-page .site-header.left-inline .top-section-wrap {
  border-bottom: 0 none;
}

.fishing-front-page .site-header.left-inline .middle-section-wrap .middle-section .nb-navbar > li > a,
.fishing-front-page .site-header.left-inline .middle-section-wrap .middle-section .nb-header-sub-menu > li > a {
  color: #fff;
}

.fishing-front-page .site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap .nb-cart-section .amount {
  color: #fff;
}

.site-header.left-inline .nb-navbar,
.site-header.left-inline .nb-header-sub-menu {
  text-transform: capitalize;
}

.site-header.left-inline .nb-navbar > li > a,
.site-header.left-inline .nb-header-sub-menu > li > a {
  font-size: 16px;
  line-height: 40px;
}

.site-header.left-inline .top-section ul,
.site-header.left-inline .top-section .header-search-wrap .nb-input-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header.left-inline .top-section .flex-section:last-of-type .menu > li:last-of-type {
  padding-right: 0;
}

.site-header.left-inline .top-section .flex-section .header-search-wrap .nb-input-group .search-field,
.site-header.left-inline .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
  height: 20px;
  line-height: 20px;
}

.site-header.left-inline .middle-section-wrap .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header.left-inline .middle-section-wrap .middle-section .main-menu-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap {
  margin-left: 25px;
}

.site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap i {
  font-size: 20px;
}

.site-header.left-inline .middle-section-wrap .middle-section .nb-navbar,
.site-header.left-inline .middle-section-wrap .middle-section .nb-header-sub-menu {
  text-transform: uppercase;
}

.site-header.left-inline .middle-section-wrap .middle-section .nb-navbar > li > a,
.site-header.left-inline .middle-section-wrap .middle-section .nb-header-sub-menu > li > a {
  font-size: 15px;
  font-weight: bold;
}

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

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

.site-header.left-inline.header-mobile .top-section .flex-section {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.site-header.left-inline.header-mobile .middle-section-wrap .middle-section .flex-section {
  -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%;
}

.site-header.left-inline.header-mobile .middle-section-wrap .middle-section .main-logo {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.site-header.left-inline.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 20px;
}

/*# Header-left-inline1*/

.fishing-front-page .site-header.left-inline1 {
  margin-bottom: 0;
}

.site-header.left-inline1 .nb-header-sub-menu {
  text-transform: capitalize;
}

.site-header.left-inline1 .top-section ul,
.site-header.left-inline1 .top-section .header-search-wrap .nb-input-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header.left-inline1 .top-section .flex-section:last-of-type .menu > li:first-of-type {
  padding-left: 0;
}

.site-header.left-inline1 .top-section .flex-section:last-of-type .menu > li:last-of-type {
  padding-right: 0;
}

.site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-field,
.site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.site-header.left-inline1 .middle-section-wrap .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap {
  margin-left: 25px;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap i {
  font-size: 20px;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .nb-navbar,
.site-header.left-inline1 .middle-section-wrap .middle-section .nb-header-sub-menu {
  text-transform: uppercase;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .nb-navbar > li > a,
.site-header.left-inline1 .middle-section-wrap .middle-section .nb-header-sub-menu > li > a {
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
}

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

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

.site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .flex-section {
  -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%;
}

.site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .main-logo {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 20px;
}

/*# Header-mid-inline*/

.site-header.mid-inline .nb-navbar,
.site-header.mid-inline .nb-header-sub-menu {
  text-transform: capitalize;
}

.site-header.mid-inline .nb-navbar > li > a,
.site-header.mid-inline .nb-header-sub-menu > li > a {
  font-size: 16px;
  line-height: 40px;
}

.site-header.mid-inline .top-section ul,
.site-header.mid-inline .top-section .header-search-wrap .nb-input-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header.mid-inline .top-section .flex-section:last-of-type .menu > li:last-of-type {
  padding-right: 0;
}

.site-header.mid-inline .top-section .flex-section .header-search-wrap .nb-input-group .search-field,
.site-header.mid-inline .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
  height: 20px;
  line-height: 20px;
}

.site-header.mid-inline .middle-section-wrap .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 .middle-section-wrap .middle-section .equal-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.mid-inline .middle-section-wrap .middle-section .equal-section .header-cart-wrap i {
  font-size: 20px;
}

.site-header.mid-inline .middle-section-wrap .middle-section .nb-navbar {
  text-transform: capitalize;
}

.site-header.mid-inline .middle-section-wrap .middle-section .navigation_right {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.site-header.mid-inline.header-mobile .top-section .flex-section {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .flex-section {
  -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%;
}

.site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .navigation_left {
  display: none;
}

.site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .main-logo {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

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

.site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 20px;
}

/*# Header icon*/

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

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

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

.icon-header-wrap > div + div {
  padding-left: 15px;
}

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

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

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

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

.icon-header-wrap .header-account-wrap,
.icon-header-wrap .header-cart-wrap {
  padding-right: 10px;
}

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

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

.icon-header-wrap .nb-cart-section i {
  font-size: 24px;
  color: #73a601;
}

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

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

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

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

.mini-cart-wrap .mini_cart_item {
  position: relative;
  width: 100%;
  padding-right: 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -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 {
  width: 100%;
}

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

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

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

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

.mini-cart-wrap .buttons .button {
  display: inline-block;
  height: 50px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  color: #fff;
}

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

.mini-cart-wrap .buttons .button:hover {
  color: #fff !important;
}

/*# 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,
.nb-header-sub-menu {
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

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

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

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

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

.nb-navbar .sub-menu,
.nb-header-sub-menu .sub-menu {
  display: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

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

.nb-navbar .sub-menu > .menu-item > a,
.nb-header-sub-menu .sub-menu > .menu-item > a {
  display: block;
}

.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-navbar .sub-menu > .menu-item:last-child,
.nb-header-sub-menu .sub-menu > .menu-item:last-child {
  border-bottom: 0;
}

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

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

.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 {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  padding: 50px 0 0;
  width: 300px;
  z-index: 999;
  background: #0c0c0c;
  color: #eee;
  overflow: auto;
}

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

.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: 3px double #444;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

/*# Navigation*/

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

/*# Comments*/

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

.bypostauthor {
  display: block;
}

/*# Posts And Pages*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

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

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

/*# Widgets*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget.widget_nav_menu ul > li {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.widget a:focus {
  outline: none;
}

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

#secondary .tagcloud a {
  background-color: #e1e1e1;
  border-color: transparent;
  color: #666;
  font-size: 14px !important;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

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

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

.product_list_widget > li > a > img {
  border: 1px solid #ccc;
}

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

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

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

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

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

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

/*Custom widget*/

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb_wpposts_default .nb_wp_post {
  padding-bottom: 30px !important;
}

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

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

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

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

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

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

.nb_wpposts_default .nb_wp_post .nb_wp_post-i .nb-post-block h4 {
  font-size: 18px;
  margin-top: 15px;
}

.nb_wpposts_default .nb_wp_post .nb_wp_post-i .nb-post-block h4 > a {
  font-family: 'Open Sans';
  font-weight: bold;
  text-transform: capitalize;
}

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

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

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

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

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 3px 12px;
  border: 1px solid transparent;
  color: #444;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

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

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 4px 15px;
  border: 1px solid #ccc;
  color: #444;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  border-color: #099ad1;
  color: #fff;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-panels-container .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panels-container .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-title > a {
  border: 1px solid #ccc;
  color: #444;
  background-color: #fff;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-panels-container .vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panels-container .vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  border-color: #099ad1;
  color: #fff;
}

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

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

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

.aio-icon-component .aio-icon {
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.aio-icon-component .aio-icon:before {
  position: absolute;
  display: block;
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.aio-icon-component .aio-icon:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: cover;
  background-size: cover;
  top: 35%;
  left: 144px;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 42px;
  display: block;
}

.aio-icon-component .aio-icon > i {
  position: relative;
}

.aio-icon-component.fs-ico-circle-1 .aio-icon-box .aio-icon {
  margin: 8px;
}

.aio-icon-component.fs-ico-circle-1 .aio-icon-box .aio-icon:before {
  background-image: url(../../images/demo/img_circle1.png);
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

.aio-icon-component.fs-ico-circle-1 .aio-icon-box:hover .aio-icon {
  color: #fff !important;
}

.aio-icon-component.fs-ico-circle-2 .aio-icon-box .aio-icon {
  margin: 23px;
}

.fs-ico-circle-2 .aio-icon-box .aio-icon,
.fs-ico-square-2 .aio-icon-box .aio-icon {
  color: #fff;
}

.aio-icon-component.fs-ico-circle-2 .aio-icon-box .aio-icon:before {
  background-image: url(../../images/demo/img_circle2.png);
  top: -23px;
  bottom: -23px;
  left: -23px;
  right: -23px;
}

.aio-icon-component.fs-ico-circle-2 .aio-icon-box:hover .aio-icon {
  background-color: #fff !important;
}

.aio-icon-component.fs-ico-square-1 .aio-icon-box .aio-icon {
  margin: 7px;
}

.aio-icon-component.fs-ico-square-1 .aio-icon-box .aio-icon:before {
  background-image: url(../../images/demo/img_square1.png);
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
}

.aio-icon-component.fs-ico-square-1 .aio-icon-box:hover .aio-icon {
  color: #fff !important;
}

.aio-icon-component.fs-ico-square-2 .aio-icon-box .aio-icon {
  margin: 16px;
}

.aio-icon-component.fs-ico-square-2 .aio-icon-box .aio-icon:before {
  background-image: url(../../images/demo/img_square2.png);
  top: -16px;
  bottom: -16px;
  left: -16px;
  right: -16px;
}

.aio-icon-component.fs-ico-square-2 .aio-icon-box:hover .aio-icon {
  background-color: #fff !important;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-avatar.nb-circle .nb_testimonial-avatar-i {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../../images/demo/img_circle1.png);
  padding: 10px;
}

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

.nb_testimonials .nb_testimonial-item .nb_testimonial-position {
  font-size: 14px;
  margin-bottom: 30px;
}

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

.vc_row.fs-testimonials .nb_testimonials {
  padding-top: 15px;
}

.vc_row.fs-testimonials .nb_testimonials.owl-carousel .nb_testimonial-item {
  width: 83.33333333%;
  margin-left: 8.33333333%;
  margin-right: 8.33333333%;
}

.vc_row.fs-testimonials [data-slide="owl-carousel"] .owl-nav > div {
  font-size: 36px;
  opacity: 1;
  color: #f7f6f2;
}

/*# Links*/

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

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

/*# Blog*/

.type-post.format-gallery .entry-title a,
.type-post.format-image .entry-title a,
.type-post.format-audio .entry-title a,
.type-post.format-video .entry-title a,
.type-post.format-aside .entry-title a,
.type-post.format-status .entry-title a,
.type-post.format-link .entry-title a,
.type-post.format-chat .entry-title a,
.type-post.format-quote .entry-title a {
  position: relative;
  padding-left: 1.5em;
}

.type-post.format-gallery .entry-title a:after,
.type-post.format-image .entry-title a:after,
.type-post.format-audio .entry-title a:after,
.type-post.format-video .entry-title a:after,
.type-post.format-aside .entry-title a:after,
.type-post.format-status .entry-title a:after,
.type-post.format-link .entry-title a:after,
.type-post.format-chat .entry-title a:after,
.type-post.format-quote .entry-title a:after {
  font-family: 'dashicons';
  font-weight: normal;
  position: absolute;
  left: 0;
}

.type-post.format-gallery .entry-title a:after {
  content: '\f161';
}

.type-post.format-image .entry-title a:after {
  content: '\f128';
}

.type-post.format-audio .entry-title a:after {
  content: '\f127';
}

.type-post.format-video .entry-title a:after {
  content: '\f126';
}

.type-post.format-aside .entry-title a:after {
  content: '\f123';
}

.type-post.format-status .entry-title a:after {
  content: '\f130';
}

.type-post.format-link .entry-title a:after {
  content: '\f103';
}

.type-post.format-chat .entry-title a:after {
  content: '\f125';
}

.type-post.format-quote .entry-title a:after {
  content: '\f122';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog .classic .post .entry-content,
.content-search > article .entry-content {
  padding-bottom: 20px;
}

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

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

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

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

.blog .classic .post .entry-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 {
  margin-bottom: 60px;
  border-bottom: 2px solid #d7d7d7;
}

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

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

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

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

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

.blog .classic .post:first-of-type {
  margin-top: -5px;
}

.blog .classic .post:not(:last-of-type) {
  margin-bottom: 0;
}

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

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

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-links.pagination-style-1 > span {
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.page-links.pagination-style-2 > a,
.page-links.pagination-style-2 > span {
  -webkit-box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 12px;
  margin-right: 5px;
}

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

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

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

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

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

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

.single-post .nb-page-title h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}

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

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

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

.nb-social-icons > a {
  border: 1px solid;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-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: 50%;
  width: 40px;
}

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

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.nb-primary-button,
.nb-secondary-button {
  text-transform: uppercase;
  font-size: 1em;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

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 {
  height: 40px;
  line-height: 35px;
  display: inline-block;
}

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

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

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

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

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

.site-footer .wpb_single_image {
  margin-top: 7px;
  margin-bottom: 45px;
}

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

.site-footer .uavc-list-icon-wrapper.ult-adjust-bottom-margin {
  margin-bottom: 25px;
}

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

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

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

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

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

.site-footer .uavc-icons .aio-icon {
  background: #555;
  color: #ccc;
  margin-top: 5px;
  display: inline-block;
  font-size: 32px;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

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

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

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

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

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

.site-footer .nb_latest_post .nb_latest_item .nb_post_title > a {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

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

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

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

.site-footer .widget .widget-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -2px;
  border-bottom: 0 none;
}

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

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

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

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

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

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

.footer-abs-section .row {
  -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;
}

.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 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-abs-section .footer-abs-right {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

.nb-input-group .search-button button {
  width: 40px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  color: #fff;
}

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

.widget .nb-input-group {
  position: relative;
  display: block;
}

.widget .nb-input-group .search-field {
  display: block;
  padding: 10px 45px 10px 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: auto;
  border: 3px solid #ccc;
  -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);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

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

.widget .nb-input-group .search-button button i {
  color: #aaa !important;
  font-size: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nb-back-to-top-wrap a {
  display: inline-block;
  padding: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

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

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

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

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

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

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

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

/*# 404 */

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

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

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

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

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

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

.error404 main .home-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  line-height: 105px;
  top: -40px;
}

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

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

.nb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.shop-main .products .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  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 .cart {
  border-bottom: 1px solid;
}

.shop-main.left-images .entry-summary {
  padding-left: 0;
}

.shop-main.right-images .entry-summary {
  padding-right: 0;
}

.fs-product {
  position: relative;
}

.fs-product .product-image-list {
  position: relative;
}

.fs-product .product-content {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.fs-product .product-content .product-title {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

.fs-product .product-content .product-title > a {
  color: #444;
  font-weight: bold;
}

.fs-product .product-content .product-description {
  font-size: 16px;
  color: #666;
}

.fs-product .product-content .price {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.fs-product .product-content .price del .amount {
  color: #999;
}

.fs-product .product-action {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #edebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60px;
  position: absolute;
  top: 30px;
}

.fs-product .product-action > * {
  border-bottom: 1px solid #edebeb !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.fs-product .product-action .button {
  background-color: #fff;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0 none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  line-height: 58px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.fs-product .product-action .button a {
  display: block;
}

.fs-product .product-action .button i {
  color: #999999;
  font-size: 23px;
  font-style: normal;
  margin-right: 0;
}

.fs-product .product-action .button:hover i {
  color: #fff;
}

.fs-product .product-action .button .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.fs-product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}

.fs-product .product-action .button.add_to_cart_button i {
  margin-right: 0;
}

.fs-product .product-action .button.add_to_cart_button i:before {
  font-family: 'fontello';
  font-size: 23px;
  content: '\e909';
}

.fs-product .product-action .button .tooltip {
  position: absolute;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  top: 50%;
  left: 65px;
  text-transform: none;
  width: 120px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: normal;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.fs-product .product-action .button .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fs-product .product-action .button:hover .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.fs-product:hover .product-action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  left: 0;
}

.fs-product.grid-type-wrap {
  border: 1px solid #dcddde;
  background: #fff;
}

.fs-product.grid-type-wrap .product-image-list {
  background-color: #fff;
  background-image: url(../../images/demo/bg-product.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}

.fs-product.grid-type-wrap .product-content {
  text-align: center;
}

.fs-product.grid-type-wrap .product-content .product-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.fs-product.grid-type-wrap .product-content .star-rating {
  display: inline-block;
}

.fs-product.grid-type-wrap .product-content .price {
  display: block;
  padding-bottom: 25px;
  margin-top: -6px;
}

.fs-product.grid-type-wrap:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  transition: -webkit-box-shadow 0.5s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.fs-product.list-type-wrap {
  background-color: #ededee;
}

.fs-product .star-rating {
  width: 65px;
}

.fs-list-type-wrap .fs-product.grid-type-wrap {
  background-color: #ededee;
  border: 0 none;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
  background: transparent;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
  text-align: left;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
  margin: 0;
  padding: 0;
}

.fs-list-type-wrap .fs-product.grid-type-wrap:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product .product-image {
  position: relative;
}

.product .product-image img {
  width: 100%;
}

.product .onsale {
  z-index: 9;
}

.product .onsale.sale-style-1 {
  position: absolute;
  border: 1px solid;
  width: 60px;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
  background-color: transparent !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;
  filter: alpha(opacity=100);
}

.product .onsale.sale-style-2 .percent {
  width: 140px;
  height: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 17px;
  right: -42px;
  border-bottom: 25px solid;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
}

.product .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-family: "fontello";
  margin-bottom: 10px;
}

.product .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

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

.product .star-rating span:before {
  content: "\e809\e809\e809\e809\e809";
  top: 0;
  position: absolute;
  left: 0;
}

.product .price del .amount {
  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;
  padding-right: 15px;
  padding-left: 15px;
  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;
  margin-bottom: 45px;
}

.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 .product-image .thumb-gallery .swiper-slide.swiper-slide-active {
  border: 1px solid;
}

.single-product-wrap .woocommerce-product-gallery__wrapper {
  margin-top: 0;
}

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

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery {
  margin-bottom: 10px;
  cursor: pointer;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .next {
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .next {
  opacity: 1;
  visibility: visible;
}

.single-product-wrap 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 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 {
  margin-bottom: 0;
}

.single-product-wrap .entry-summary .entry-title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.single-product-wrap .woocommerce-product-rating {
  display: inline-block;
  width: 100%;
}

.single-product-wrap .star-rating {
  font-size: 18px;
  width: 85px;
  display: inline-block;
  float: left;
}

.single-product-wrap .woocommerce-review-link {
  display: inline-block;
  float: left;
  line-height: 1.3;
}

.single-product-wrap .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.single-product-wrap .product_meta {
  margin-bottom: 15px;
}

.single-product-wrap .cart {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.single-product-wrap .product-addtocart + .product_meta {
  padding-top: 0;
}

.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 .in-stock {
  background-color: #8BAD42;
}

.single-product-wrap .product_meta .availability_wrapper .out-stock {
  background-color: #D52A2A;
}

.single-product-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  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-wishlistaddedbrowse,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  padding-top: 14px;
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 i.icon-heart:before {
  margin-right: 5px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: -75%;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding: 6px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  z-index: 99;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  bottom: -10px;
  right: -webkit-calc(50% - 5px);
  right: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.7);
}

.single-product-wrap .yith-wcwl-add-to-wishlist:hover .tooltip {
  top: -40px;
  opacity: 1;
  visibility: visible;
}

.single-product-wrap .variations h5.label label {
  padding-left: 0;
}

.single-product-wrap .variations ul.swatch {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  padding: 5px;
}

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

.shop-main {
  margin-bottom: 10px;
}

.shop-main .swiper-button-next,
.shop-main .swiper-button-prev,
.shop-main .swiper-button-next.swiper-button-disabled,
.shop-main .swiper-button-prev.swiper-button-disabled {
  -webkit-background-size: 20px 44px;
  background-size: 20px 44px;
  opacity: 0;
}

.shop-main .swiper-button-next,
.shop-main .swiper-button-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
}

.shop-main .swiper-pagination {
  width: 100%;
  position: relative;
}

.shop-main .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.shop-main .product:hover .swiper-button-next,
.shop-main .product:hover .swiper-button-prev {
  opacity: 1;
}

.shop-main .product:hover .swiper-button-disabled {
  opacity: .35;
}

.shop-main.bottom-thumb .thumb-gallery .woocommerce-product-gallery__image {
  width: 25%;
  margin-right: 10px;
  -webkit-transform: translateX(-webkit-calc(-150% - 15px));
  -ms-transform: translateX(calc(-150% - 15px));
  transform: translateX(calc(-150% - 15px));
}

.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-slide {
  height: auto;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-webkit-calc(-150% - 15px));
  -ms-transform: translateY(calc(-150% - 15px));
  transform: translateY(calc(-150% - 15px));
}

.shop-main.inside-thumb .woocommerce-product-gallery__wrapper {
  position: relative;
}

.shop-main.inside-thumb .thumb-gallery {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.shop-main.inside-thumb .thumb-gallery .swiper-slide {
  height: auto;
}

.shop-main.inside-thumb .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-webkit-calc(-150% - 15px));
  -ms-transform: translateY(calc(-150% - 15px));
  transform: translateY(calc(-150% - 15px));
}

.shop-main .related .product {
  width: 100%;
}

.shop-main .related,
.shop-main .upsells {
  position: relative;
}

.shop-main .related .products,
.shop-main .upsells .products {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
}

.shop-main .related .products .product-description,
.shop-main .upsells .products .product-description {
  margin-top: 5px;
}

.shop-main .upsells .product {
  width: 100%;
}

.variations h5.label {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}

.variations h5.label label {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.variations h5.label label:before,
.variations h5.label label:after {
  position: absolute;
  content: '';
  display: block;
  width: 70px;
  border-bottom: 1px solid #ccc;
  top: 50%;
}

.variations h5.label label:before {
  right: 100%;
}

.variations h5.label label:after {
  left: 100%;
}

.variations ul.swatch {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.variations ul.swatch li {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.variations ul.swatch li span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  padding: 9px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #444;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.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-left: -5px;
  margin-right: -5px;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  padding: 5px;
}

.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 .accordion-title-wrap:hover {
  cursor: pointer;
}

.wc-tabs .accordion-content {
  line-height: 1.5;
}

.wc-tabs-wrapper {
  margin-bottom: 45px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper {
  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;
}

.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';
  color: #444;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars:hover a::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active ~ a::before {
  content: '\e80a';
  color: #444;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a:not(.active)::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-size: 18px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-respond {
  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;
  -webkit-border-radius: 0;
  border-radius: 0;
  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: 65px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .meta {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .description p {
  margin: 0;
}

.shop-main .woocommerce-Reviews .avatar {
  float: left;
  margin-right: 15px;
}

.shop-main.split-reviews-form #comments {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
  padding-right: 15px;
}

.shop-main.split-reviews-form #review_form_wrapper {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  padding-left: 15px;
}

.shop-main:not(.split-reviews-form) #comments {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.shop-main:not(.split-reviews-form) #review_form_wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.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.cart .product-name {
  font-weight: bold;
  font-size: 16px;
}

.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 th:first-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-1 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.cart-layout-1 .cart-totals-wrap .shop_table td {
  width: 1%;
  white-space: nowrap;
  padding: 0 0 0 45px;
}

.cart-layout-1 .cart-totals-wrap .shop_table .order-total strong {
  font-weight: 400;
  font-size: 1.5em;
}

.cart-layout-1 .coupon {
  text-align: right;
}

.cart-layout-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 .cart-totals-wrap .shop_table th:first-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-2 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.cart-layout-2 .coupon h3 {
  line-height: 1;
  margin-bottom: 15px;
}

.cart-layout-2 .coupon-wrap {
  border: 2px solid #edf0f5;
  padding: 15px 15px 30px;
}

.cart-layout-2 .coupon-wrap .input-text {
  width: 100%;
  margin-bottom: 15px;
}

.coupon {
  margin-bottom: 60px;
}

.coupon input[name="coupon_code"] {
  font-size: 16px;
  border-color: #d7d7d7;
  width: 100%;
  margin-bottom: 15px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.coupon input[name="coupon_code"]:focus {
  outline: 0;
}

.cart-collaterals .cart_totals > h3 {
  text-align: right;
  margin-bottom: 15px;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.cross-sells .swiper-wrapper {
  width: 100%;
}

.cross-sells .products {
  margin-left: -15px;
  margin-right: -15px;
}

.cross-sells .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cross-sells .flickity-prev-next-button {
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.cart-right-section .cart_totals {
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .return-to-shop,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .return-to-shop {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding: 15px 15px 15px 40px;
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .return-to-shop:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .return-to-shop:before {
  font-family: "fontello";
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 12px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .return-to-shop .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .return-to-shop .button {
  padding: 5px 15px;
  margin-right: 15px;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #66BB6A;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  content: '\e80f';
  color: #66BB6A;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top: 3px solid #ef5350;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  content: '\e80e';
  color: #ef5350;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #42A5F5;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  content: '\f086';
  color: #42A5F5;
}

.woocommerce-checkout #primary {
  width: 100%;
}

.woocommerce-checkout #customer_details p.form-row-first,
.woocommerce-checkout #customer_details p.form-row-last {
  width: 50%;
  float: left;
}

.woocommerce-checkout #customer_details p.form-row-first {
  padding-right: 15px;
}

.woocommerce-checkout #customer_details p.form-row-last {
  padding-left: 15px;
}

.woocommerce-checkout #customer_details .form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}

.woocommerce-checkout #customer_details .form-row input.input-text {
  height: 45px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.woocommerce-checkout #customer_details .form-row textarea.input-text {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-checkout #customer_details .form-row .select2-container {
  line-height: 45px;
  height: 45px;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single {
  height: 45px;
  padding-top: 7px;
  border-color: #cccccc;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.woocommerce-form-login .form-row:before,
.woocommerce-form-login .form-row:after,
.woocommerce-form-register .form-row:before,
.woocommerce-form-register .form-row:after,
.woocommerce-ResetPassword .form-row:before,
.woocommerce-ResetPassword .form-row:after,
.woocommerce-address-fields .form-row:before,
.woocommerce-address-fields .form-row:after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-form-login .form-row label,
.woocommerce-form-register .form-row label,
.woocommerce-ResetPassword .form-row label,
.woocommerce-address-fields .form-row label {
  display: block;
}

.woocommerce-form-login .form-row label small,
.woocommerce-form-register .form-row label small,
.woocommerce-ResetPassword .form-row label small,
.woocommerce-address-fields .form-row label small {
  display: block;
}

.woocommerce-form-login .form-row label.error,
.woocommerce-form-register .form-row label.error,
.woocommerce-ResetPassword .form-row label.error,
.woocommerce-address-fields .form-row label.error {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-right: 0;
  color: #ff0000;
}

.woocommerce-form-login .form-row label.error[generated="true"],
.woocommerce-form-register .form-row label.error[generated="true"],
.woocommerce-ResetPassword .form-row label.error[generated="true"],
.woocommerce-address-fields .form-row label.error[generated="true"] {
  display: none !important;
}

.woocommerce-form-login .form-row input,
.woocommerce-form-register .form-row input,
.woocommerce-ResetPassword .form-row input,
.woocommerce-address-fields .form-row input {
  width: 100%;
}

.woocommerce-form-login .form-row input[type="checkbox"],
.woocommerce-form-login .form-row input[type="radio"],
.woocommerce-form-register .form-row input[type="checkbox"],
.woocommerce-form-register .form-row input[type="radio"],
.woocommerce-ResetPassword .form-row input[type="checkbox"],
.woocommerce-ResetPassword .form-row input[type="radio"],
.woocommerce-address-fields .form-row input[type="checkbox"],
.woocommerce-address-fields .form-row input[type="radio"] {
  width: auto;
}

.woocommerce-form-login .form-row input.button,
.woocommerce-form-register .form-row input.button,
.woocommerce-ResetPassword .form-row input.button,
.woocommerce-address-fields .form-row input.button {
  padding: 11px 25px;
  width: auto;
  border: 0 none;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single,
.woocommerce-form-register .form-row .select2-container .select2-selection--single,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 7px;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-form-register .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength,
.woocommerce-form-register .form-row .woocommerce-password-strength,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength,
.woocommerce-address-fields .form-row .woocommerce-password-strength {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 5px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.bad,
.woocommerce-form-register .form-row .woocommerce-password-strength.bad,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.bad,
.woocommerce-address-fields .form-row .woocommerce-password-strength.bad {
  color: #d9534f;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.short,
.woocommerce-form-register .form-row .woocommerce-password-strength.short,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.short,
.woocommerce-address-fields .form-row .woocommerce-password-strength.short {
  color: #f0ad4e;
}

.woocommerce-form-login .form-row #url-alart-mgs,
.woocommerce-form-register .form-row #url-alart-mgs,
.woocommerce-ResetPassword .form-row #url-alart-mgs,
.woocommerce-address-fields .form-row #url-alart-mgs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.woocommerce-form-login input.button,
.woocommerce-form-register input.button,
.woocommerce-ResetPassword input.button,
.woocommerce-address-fields input.button {
  padding: 11px 25px;
}

.checkout_coupon .form-row {
  display: inline-block;
}

.checkout_coupon .input-text {
  border-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.checkout_coupon .input-text:focus {
  outline: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:first-child,
.shop_table.woocommerce-checkout-review-order-table tr td:first-child {
  padding-left: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.shop_table.woocommerce-checkout-review-order-table tr td:last-child {
  padding-right: 0;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal .amount,
.shop_table.woocommerce-checkout-review-order-table .order-total .amount {
  font-weight: bold;
  font-size: 1.5em;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td,
.shop_table.woocommerce-checkout-review-order-table .shipping td {
  text-align: right;
}

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

.wc_payment_methods .payment_method_paypal img {
  display: block;
}

.woocommerce-order .left-section-wrap {
  border: 1px solid #e4e4e4;
  padding: 15px 30px 45px;
}

.woocommerce-order .woocommerce-order-overview {
  padding-left: 30px;
}

.woocommerce-order .woocommerce-order-overview > li {
  margin-bottom: 5px;
}

.woocommerce-order .woocommerce-order-details__title {
  line-height: 1;
  margin-top: 0;
}

.woocommerce-order .woocommerce-table--order-details .amount {
  font-weight: bold;
}

.nb-quantity {
  float: left;
  margin-right: 15px;
}

.nb-quantity .qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 44px;
  min-height: 50px;
  padding: 5px;
  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 {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  border-left: 0;
  height: 25px;
  background: #f2f2f2;
}

.nb-quantity.style-1 .qty-buttons span.quantity-minus {
  border-top: 0;
}

.nb-quantity.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nb-quantity.style-2 > span {
  border: 1px solid #ccc;
  height: 50px;
  padding-top: 8px;
  background: #f2f2f2;
}

.nb-quantity.style-2 > span.quantity-plus {
  border-left: 0;
}

.nb-quantity.style-2 > span.quantity-minus {
  border-right: 0;
}

/*wishlist*/

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

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove {
  font-size: 24px;
}

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove:hover {
  background-color: transparent !important;
}

#yith-wcwl-popup-message {
  border: 2px solid;
  padding: 20px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*=======================
* MODAL POPUP STYLE
========================*/

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
  overflow: hidden;
}

#yith-quick-view-modal {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  height: 600px;
  width: 1000px;
}

#yith-quick-view-modal .yith-wcqv-main {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
  visibility: visible;
  opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
  content: '';
  display: table;
  clear: both;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  background: #fff;
}

#yith-quick-view-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  z-index: 2;
  opacity: 0.5;
}

#yith-quick-view-close:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
  background: none;
}

#yith-quick-view-content .shop-main {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#yith-quick-view-content .single-product-wrap {
  margin: 0;
  padding: 30px 20px 15px;
}

#yith-quick-view-content .nb-social-icons {
  display: none;
}

#yith-quick-view-content div.images {
  opacity: 1 !important;
}

#yith-quick-view-content .product_meta {
  padding-top: 30px;
  float: left;
  width: 100%;
}

#yith-quick-view-content .cart {
  width: 100%;
}

.cart-notice-wrap {
  position: fixed;
  top: 60px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 999;
}

.cart-notice-wrap .cart-notice {
  border: 2px solid;
  padding: 20px;
  background-color: #fff;
}

.cart-notice-wrap .cart-url {
  text-align: center;
  border: 1px solid;
  padding: 10px 0;
  margin-bottom: 0;
  width: 100%;
}

.cart-notice-wrap .cart-url a {
  color: #fff;
}

.cart-notice-wrap.active {
  opacity: 1;
  visibility: visible;
}

.cart-notice-wrap span {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

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

.widget .woocommerce-product-search .search-field {
  display: block;
  width: 100%;
  padding: 10px 45px 10px 15px;
  border: 3px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding-left: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[name="save_account_details"] {
  margin-top: 30px;
  padding: 10px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button.view {
  display: inline-block;
  padding: 5px 10px;
}

.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > .u-columns,
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > .woocommerce-ResetPassword {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-account .woocommerce > .u-columns {
  display: -webkit-box;
  display: -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: -ms-flexbox;
  display: -webkit-flex;
  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;
}

.fishing_heading.uvc-heading .uvc-main-heading {
  margin-bottom: 20px;
}

.fishing4_category {
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fishing4_category .nb-fw.effect-zoom {
  position: relative;
}

.fishing4_category .nb-fw.effect-zoom .nbfw_banner-container {
  position: static;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-right {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-right .txt-primary {
  position: relative;
  text-transform: uppercase;
}

.fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-right .txt-primary a {
  position: relative;
  z-index: 999;
  display: block;
}

.fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-left {
  position: static;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-left .txt-primary {
  position: relative;
  text-transform: uppercase;
}

.fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-left .txt-primary a {
  position: relative;
  z-index: 999;
  display: block;
}

.fishing4_category > .wpb_column .wpb_column:not(:last-child) {
  margin-bottom: 45px;
}

.fishing4_brand_video {
  margin-top: 45px;
  padding-bottom: 45px;
}

.fishing4_brand_video .fishing4_video .vc_column-inner {
  min-height: 435px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.fishing4_brand_video .fishing4_video .vc_column-inner .wpb_wrapper .ult-modal-input-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fishing4_brand_video .wpb_column .uvc-heading {
  padding-top: 35px;
}

.fishing4_brand_video .fishing4_brand .vc_column-inner {
  padding-top: 0;
}

.fishing4_bestseller {
  padding-top: 5px;
}

.fishing4_bestseller .uvc-heading {
  margin-bottom: 0;
}

.fishing4_bestseller .fishing4_product .vc_column-inner {
  padding-top: 25px !important;
}

.fishing4_banner {
  padding-top: 10px;
}

.fishing4_banner .wpb_column.img_big_sale .nbfw-txt-info {
  text-transform: uppercase;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  right: 0;
}

.fishing4_banner .wpb_column.img_big_sale .nbfw-txt-info a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.fishing4_banner .img_flat_sale .nbfw-txt-info {
  left: 50%;
  top: 35%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.fishing_testimonial {
  margin-top: 45px;
  padding-bottom: 45px;
}

.fishing_testimonial .uvc-heading {
  padding-top: 35px;
  margin-bottom: 25px;
}

.fishing_testimonial .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-avatar {
  margin-bottom: 15px;
}

.fishing_testimonial .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info {
  text-align: center;
  margin-bottom: 5px;
}

.fishing_testimonial .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-name,
.fishing_testimonial .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-position {
  display: inline-block;
}

.fishing_testimonial .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-name {
  margin-right: 5px;
}

.fishing_testimonial .nb_testimonials .owl-dots {
  /*display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px;*/
}

.fishing_testimonial .nb_testimonials .owl-dots .owl-dot {
  /*     span{
          width: 50px;
          height: 45px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 10px;
          border: 0 none;
          margin: 0 15px;
          background-color: #999999;
          @media (max-width: 320px){
            width: 40px;
            height: 35px;
            &:before{
              font-size: 18px;
            }
          }
          &:before{
            content: '\e910';
            font-family: 'fontello';
            font-size: 25px;
            color: #fff;
          }
        }*/
}

.fishing4_blog {
  padding-top: 5px;
}

.fishing4_blog .uvc-heading {
  margin-bottom: 25px;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner {
  padding-top: 0 !important;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-thumb-i {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block {
  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;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block .nb-post-header {
  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;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block .nb-post-header .nb-post-cats {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 5px;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block .nb-post-header .nb-post-meta {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 5px;
  margin-top: 5px;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block .nb-post-header .nb-post-meta .nb-post-date-i {
  display: inline;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block .nb-post-header .nb-post-meta .nb-post-datetime:before {
  content: '';
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block .nb-post-header h4 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0;
  margin-bottom: 0;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block .nb-post-content > p {
  display: block;
  margin-bottom: 15px;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block .nb-post-content .readmore {
  font-weight: bold;
  text-transform: capitalize;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-block .nb-post-content .readmore:after {
  content: '\f17a';
  font-family: 'fontello';
  font-size: 14px;
  margin-left: 15px;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb-post-thumb a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post:hover .nb-post-thumb .nb-post-thumb-i {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post:hover .nb-post-thumb .nb-post-thumb-i a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.fishing4_instagram {
  padding-top: 5px;
  padding-bottom: 25px;
}

.fishing4_instagram .instagram-pics {
  margin-bottom: 30px;
}

.fishing4_instagram .instagram-pics img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

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

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

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language li.has-children {
  position: relative;
  border-bottom: 0 none;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language li.has-children:after {
  content: '\f107';
  font-family: 'fontello';
  font-size: 14px;
  margin-left: 5px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language li.has-children ul {
  position: absolute;
  left: 20px;
  top: 100%;
  opacity: 0;
  min-width: 100px;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #333;
  z-index: 999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 2px rgba(0, 0, 0, 0.25);
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language li.has-children ul li {
  border: 0 none;
  position: relative;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language li.has-children ul li a {
  position: relative;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language li.has-children ul li:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  top: 0;
  border-bottom: 1px solid #ccc;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language li.has-children:hover ul {
  opacity: 1;
  visibility: visible;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language li ~ * {
  padding-left: 20px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nbt_simplelogin .list-inline {
  margin: -10px 0;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nbt_simplelogin .list-inline li {
  margin: 0;
  border-bottom: 0 none;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nbt_simplelogin .list-inline li ~ * {
  padding-left: 20px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nbt_simplelogin .list-inline li .simplemodal-register:before {
  content: '\e920';
  font-family: 'fontello';
  font-size: 14px;
  margin-right: 5px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nbt_simplelogin .list-inline li .simplemodal-login:before {
  content: '\e81d';
  font-family: 'fontello';
  font-size: 14px;
  margin-right: 5px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nbt_simplelogin .list-inline li .logged-in:before {
  content: '\e81e';
  font-family: 'fontello';
  font-size: 14px;
  margin-right: 5px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nbt_simplelogin ~ *:not(.nb-language) {
  padding-left: 20px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nbt_simplelogin ~ *.nb-language li:first-child {
  padding-left: 20px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-left p {
  display: inline-block;
  margin-bottom: 0;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-left p.time-open:before {
  content: '\e818';
  font-family: 'fontello';
  font-size: 14px;
  margin-right: 5px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-left p.contact:before {
  content: '\e817';
  font-family: 'fontello';
  font-size: 14px;
  margin-right: 5px;
}

.site-header.left-inline2 .top-section-wrap .flex-section .header-top-left p ~ * {
  padding-left: 20px;
}

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

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-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.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap {
  display: none;
  -webkit-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap.visibility_popup {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  -webkit-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap.visibility_popup .search-form {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap.visibility_popup .search-form .nb-input-group {
  position: relative;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap.visibility_popup .search-form .search-field {
  padding: 10px 45px 10px 20px;
  line-height: 20px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #ccc;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap.visibility_popup .search-form .search-field:focus {
  border-color: red;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap.visibility_popup .search-form .search-button button {
  background-color: transparent;
  border: 0 none;
  position: absolute;
  right: 0;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap.visibility_close {
  position: static;
  display: none;
  -webkit-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .open_popup:before {
  content: '\e911';
  font-family: 'fontello';
  font-size: 22px;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .open_popup:hover {
  cursor: pointer;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section ~ * {
  padding-left: 10px;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .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;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .header-cart-wrap .nb-cart-section i {
  font-size: 22px;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .header-cart-wrap .nb-cart-section .counter {
  bottom: unset;
  top: -5px;
  right: -5px;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .main-menu-section .main-desktop-navigation {
  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;
}

.site-header.left-inline2 .middle-section-wrap .middle-section .main-menu-section .main-desktop-navigation .menu-main-menu-wrap {
  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.left-inline2 .middle-section-wrap .middle-section .main-menu-section .main-desktop-navigation .menu-main-menu-wrap .menu-main-menu-container {
  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;
  font-size: 16px;
}

.site-header.left-inline2.header-mobile .middle-section-wrap .main-menu-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.left-inline2.header-mobile .middle-section-wrap .main-menu-section .mobile-toggle-button {
  font-size: 24px;
  line-height: 1;
}

.site-header.left-inline2.header-mobile .middle-section-wrap .main-menu-section .mobile-toggle-button:before {
  margin: 0;
}

.site-header.left-inline2.header-mobile .middle-section-wrap .middle-section .flex-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.site-header.left-inline2.header-mobile .top-section-wrap .top-section .section-top-left {
  display: none;
}

.site-header.left-inline2.header-mobile .top-section-wrap .top-section .section-top-right .nbt_simplelogin li span {
  display: none;
}

.filters-group {
  margin-bottom: 40px;
}

.testimonial_page .nb_testimonials .nb_testimonial-item .nb_testimonial-img-top {
  background: #eee;
  padding: 15px 0;
  margin: 0 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.about-us-page .about-history {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}

.about-us-page .about-history .upb_row_bg {
  background-position: center !important;
}

.about-us-page .about-history .about-couter .stats-desc .stats-number,
.about-us-page .about-history .about-couter .stats-desc .mycust {
  /* @include media-breakpoint-down(xs){
             font-size: 40px !important;
           }*/
}

.about-us-page .about-history .uvc-heading {
  margin-bottom: 0;
}

.about-us-page .fishing_video .wpb_column {
  min-height: 580px;
}

.about-us-page .about-welcome {
  padding-top: 10px;
  padding-bottom: 30px;
}

.about-us-page .about-team {
  padding-top: 30px;
  padding-bottom: 25px;
}

.about-us-page .about-team .uvc-heading {
  margin-bottom: 5px;
}

.about-us-page .fishing_testimonial {
  margin-top: 0;
}

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

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-grid .menu_imgright .mega-menu-column .mega-menu-item:last-child .mega-menu-link {
  border: 0 none !important;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-grid .menu_imgright .mega-menu-column:not(.img_right) .mega-menu-item .mega-menu-link:before {
  content: '\f106';
  font-family: 'fontello' !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-grid .mega-menu-row .mega-menu-column {
  padding: 15px;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-grid .mega-menu-row.menu_child .mega-sub-menu .mega-menu-column .mega-menu-item-object-product_cat.mega-menu-item-has-children > .mega-menu-link {
  padding-top: 0px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  border: 0 none;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-grid .mega-menu-row.menu_child .mega-sub-menu .mega-menu-column .mega-menu-item-object-product_cat.mega-menu-item-has-children .mega-sub-menu .mega-menu-item:last-child .mega-menu-link {
  padding-bottom: 0;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-grid .mega-menu-row.menu_child .mega-sub-menu .mega-menu-column .mega-menu-item-object-product_cat.mega-menu-item-has-children .mega-sub-menu .mega-menu-item .mega-menu-link {
  line-height: 1;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-grid .mega-menu-row.menu_child .mega-sub-menu .mega-menu-column .mega-menu-item-object-product_cat.mega-menu-item-has-children .mega-sub-menu .mega-menu-item .mega-menu-link:before {
  content: '\f106';
  font-family: 'fontello' !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-flyout .mega-sub-menu {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-flyout .mega-sub-menu .mega-menu-item .mega-menu-link:before {
  content: '\f106';
  font-family: 'fontello' !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-flyout .mega-sub-menu .mega-menu-item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item {
  background-color: #0c0c0c;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link {
  background-color: #0c0c0c;
  color: #fff;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu .mega-menu-item:not(:last-child) {
  border-bottom: 0 none;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu {
  padding: 0;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu .mega-menu-column {
  padding: 0;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
  color: #fff !important;
  padding: 15px 10px 15px 10px !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-sub-menu .mega-menu-item .mega-menu-link {
  color: #fff;
  padding: 15px !important;
}

.main-navigation.main-mobile-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid .menu_imgright .mega-menu-column .mega-menu-item:last-child .mega-menu-link {
  border-bottom: 1px solid #444 !important;
}

.widget .woocommerce-product-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  font-size: 0;
  border: 0 none;
  background-color: transparent;
}

.widget .woocommerce-product-search button:before {
  font-family: "fontello";
  content: "\e802";
  font-size: 18px;
  color: #999;
}

body {
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loading.demo3 #loading-center #loading-center-absolute .object {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: auto;
  margin-left: auto;
  border: 4px solid;
  background-color: transparent;
  left: 73px;
  top: 73px;
  position: absolute;
}

.loading.demo3 #loading-center #loading-center-absolute .object#first_object {
  -webkit-animation: first_object_animate 1s infinite ease-in-out;
  animation: first_object_animate 1s infinite ease-in-out;
}

.loading.demo3 #loading-center #loading-center-absolute .object#second_object {
  -webkit-animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
  animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
}

.loading.demo3 #loading-center #loading-center-absolute .object#third_object {
  -webkit-animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
  animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
}

.loading.demo4 #loading-center #loading-center-absolute {
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}

.loading.demo4 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}

.loading.demo4 #loading-center #loading-center-absolute .object:nth-child(3n+0) {
  margin-right: 0px;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: animate4 1s -0.9s ease-in-out infinite;
  animation: animate4 1s -0.9s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: animate4 1s -0.8s ease-in-out infinite;
  animation: animate4 1s -0.8s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: animate4 1s -0.7s ease-in-out infinite;
  animation: animate4 1s -0.7s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: animate4 1s -0.6s ease-in-out infinite;
  animation: animate4 1s -0.6s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: animate4 1s -0.5s ease-in-out infinite;
  animation: animate4 1s -0.5s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: animate4 1s -0.4s ease-in-out infinite;
  animation: animate4 1s -0.4s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: animate4 1s -0.3s ease-in-out infinite;
  animation: animate4 1s -0.3s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: animate4 1s -0.2s ease-in-out infinite;
  animation: animate4 1s -0.2s ease-in-out infinite;
}

.loading.demo4 #loading-center #loading-center-absolute .object#object_nine {
  -webkit-animation: animate4 1s -0.1s ease-in-out infinite;
  animation: animate4 1s -0.1s ease-in-out infinite;
}

.loading.demo5 #loading-center #loading-center-absolute {
  height: 118px;
  width: 72px;
  margin-top: -59px;
  margin-left: -36px;
}

.loading.demo5 #loading-center #loading-center-absolute .object {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}

.loading.demo5 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_5 1s infinite;
  animation: object_one_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_5 1s infinite;
  animation: object_two_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_5 1s infinite;
  animation: object_three_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_5 1s infinite;
  animation: object_four_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: object_five_5 1s infinite;
  animation: object_five_5 1s infinite;
}

.loading.demo5 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: object_six_5 1s infinite;
  animation: object_six_5 1s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute {
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.loading.demo6 #loading-center #loading-center-absolute .object {
  width: 25px;
  height: 25px;
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}

.loading.demo6 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_6 2s infinite;
  animation: object_one_6 2s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_6 2s infinite;
  animation: object_two_6 2s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_6 2s infinite;
  animation: object_three_6 2s infinite;
}

.loading.demo6 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_6 2s infinite;
  animation: object_four_6 2s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute {
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object {
  width: 25px;
  height: 25px;
  float: left;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_7 1.5s infinite;
  animation: object_one_7 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_7 1.5s infinite;
  animation: object_two_7 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_7 1.5s infinite;
  animation: object_three_7 1.5s infinite;
}

.loading.demo7 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_7 1.5s infinite;
  animation: object_four_7 1.5s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute {
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loading.demo8 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  margin-right: 110px;
  float: left;
  margin-bottom: 110px;
}

.loading.demo8 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_8 2s infinite;
  animation: object_one_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_8 2s infinite;
  animation: object_two_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_8 2s infinite;
  animation: object_three_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_8 2s infinite;
  animation: object_four_8 2s infinite;
}

.loading.demo8 #loading-center #loading-center-absolute .object#object_big {
  -webkit-animation: object_big_8 0.5s infinite;
  animation: object_big_8 0.5s infinite;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
}

.loading.demo9 #loading-center #loading-center-absolute-one {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 300px;
  width: 50px;
  margin-top: -150px;
  margin-left: -25px;
}

.loading.demo9 #loading-center #loading-center-absolute-two {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 300px;
  width: 50px;
  margin-top: -150px;
  margin-left: 50px;
}

.loading.demo9 #loading-center .object-one {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: object-one 1s infinite;
  animation: object-one 1s infinite;
}

.loading.demo9 #loading-center .object-one:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading.demo9 #loading-center .object-one:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo9 #loading-center .object-one:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading.demo9 #loading-center .object-one:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading.demo9 #loading-center .object-one:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo9 #loading-center .object-two {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: object-two 1s infinite;
  animation: object-two 1s infinite;
}

.loading.demo9 #loading-center .object-two:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.loading.demo9 #loading-center .object-two:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading.demo9 #loading-center .object-two:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.loading.demo9 #loading-center .object-two:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading.demo9 #loading-center .object-two:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo9 #loading-center .object-two:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading.demo9 #loading-center .object-two:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading.demo9 #loading-center .object-two:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo10 #loading-center #loading-center-absolute {
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.loading.demo10 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.loading.demo10 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_10 1.5s infinite;
  animation: object_one_10 1.5s infinite;
}

.loading.demo10 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_10 1.5s infinite;
  animation: object_two_10 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.loading.demo10 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_10 1.5s infinite;
  animation: object_three_10 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo11 #loading-center #loading-center-absolute {
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loading.demo11 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 65px;
  top: 65px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.loading.demo11 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_11 2s infinite;
  animation: object_one_11 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_11 2s infinite;
  animation: object_two_11 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_11 2s infinite;
  animation: object_three_11 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_11 2s infinite;
  animation: object_four_11 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: object_five_11 2s infinite;
  animation: object_five_11 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: object_six_11 2s infinite;
  animation: object_six_11 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: object_seven_11 2s infinite;
  animation: object_seven_11 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: object_eight_11 2s infinite;
  animation: object_eight_11 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.loading.demo11 #loading-center #loading-center-absolute .object#object_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: object_big_11 2s infinite;
  animation: object_big_11 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading.demo12 #loading-center #loading-center-absolute {
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute-12 1s infinite;
  animation: loading-center-absolute-12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  float: left;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.loading.demo12 #loading-center #loading-center-absolute .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one_12 1s infinite;
  animation: object_one_12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two_12 1s infinite;
  animation: object_two_12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three_12 1s infinite;
  animation: object_three_12 1s infinite;
}

.loading.demo12 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four_12 1s infinite;
  animation: object_four_12 1s infinite;
}

.loading.demo13 #loading-center #loading-center-absolute {
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;
}

.loading.demo13 #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.loading.demo13 #loading-center #loading-center-absolute .object:nth-child(3n+0) {
  margin-right: 0px;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: animate_13 1s -0.9s ease-in-out infinite;
  animation: animate_13 1s -0.9s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: animate_13 1s -0.8s ease-in-out infinite;
  animation: animate_13 1s -0.8s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: animate_13 1s -0.7s ease-in-out infinite;
  animation: animate_13 1s -0.7s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: animate_13 1s -0.6s ease-in-out infinite;
  animation: animate_13 1s -0.6s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_five {
  -webkit-animation: animate_13 1s -0.5s ease-in-out infinite;
  animation: animate_13 1s -0.5s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_six {
  -webkit-animation: animate_13 1s -0.4s ease-in-out infinite;
  animation: animate_13 1s -0.4s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_seven {
  -webkit-animation: animate_13 1s -0.3s ease-in-out infinite;
  animation: animate_13 1s -0.3s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_eight {
  -webkit-animation: animate_13 1s -0.2s ease-in-out infinite;
  animation: animate_13 1s -0.2s ease-in-out infinite;
}

.loading.demo13 #loading-center #loading-center-absolute .object#object_nine {
  -webkit-animation: animate_13 1s -0.1s ease-in-out infinite;
  animation: animate_13 1s -0.1s ease-in-out infinite;
}

.loading.demo14 #loading-center #loading-center-absolute .object {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-left: 5px solid;
  border-right: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  -webkit-animation: animate_14 2s infinite;
  animation: animate_14 2s infinite;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo14 #loading-center #loading-center-absolute .object#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading.demo15 #loading-center #loading-center-absolute {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.loading.demo15 #loading-center #loading-center-absolute .object {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 5px solid transparent;
  background-color: transparent;
  -webkit-animation: animate_15 2s infinite;
  animation: animate_15 2s infinite;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading.demo15 #loading-center #loading-center-absolute .object#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#page-loading .loading {
  z-index: 10;
  display: block !important;
  position: static;
  height: 300px;
}

/*demo1*/

@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes animate1 {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

/*demo2*/

@-webkit-keyframes object_big {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes object_big {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px);
    transform: translate(-65px, -65px);
  }
}

@keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px);
    transform: translate(-65px, -65px);
  }
}

@-webkit-keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
}

@keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
}

@-webkit-keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px);
    transform: translate(65px, -65px);
  }
}

@keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px);
    transform: translate(65px, -65px);
  }
}

@-webkit-keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0);
    transform: translate(65px, 0);
  }
}

@keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0);
    transform: translate(65px, 0);
  }
}

@-webkit-keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px);
    transform: translate(65px, 65px);
  }
}

@keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px);
    transform: translate(65px, 65px);
  }
}

@-webkit-keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px);
    transform: translate(0, 65px);
  }
}

@keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px);
    transform: translate(0, 65px);
  }
}

@-webkit-keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
    transform: translate(-65px, 65px);
  }
}

@keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
    transform: translate(-65px, 65px);
  }
}

@-webkit-keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0);
    transform: translate(-65px, 0);
  }
}

@keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0);
    transform: translate(-65px, 0);
  }
}

/*demo3*/

@-webkit-keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}

@keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px;
  }
}

@-webkit-keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px;
  }
}

@-webkit-keyframes first_object_animate {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes first_object_animate {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}

@-webkit-keyframes second_object_animate {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
    transform: perspective(200px) rotateX(180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
    transform: perspective(200px) rotateX(180deg) rotateY(180deg);
  }
}

@keyframes second_object_animate {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
    transform: perspective(200px) rotateX(180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
    transform: perspective(200px) rotateX(180deg) rotateY(180deg);
  }
}

@-webkit-keyframes third_object_animate {
  0% {
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes third_object_animate {
  0% {
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
  }
}

/*demo4*/

@-webkit-keyframes animate4 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes animate4 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*demo 5*/

@-webkit-keyframes object_one_5 {
  50% {
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
    transform: translate(-100px, 46px) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_one_5 {
  50% {
    -webkit-transform: translate(-100px, 46px) rotate(-179deg);
    transform: translate(-100px, 46px) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_two_5 {
  50% {
    -webkit-transform: translate(100px, 46px) rotate(179deg);
    transform: translate(100px, 46px) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_two_5 {
  50% {
    -webkit-transform: translate(100px, 46px) rotate(179deg);
    transform: translate(100px, 46px) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_three_5 {
  50% {
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
    transform: translate(-100px, 0) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_three_5 {
  50% {
    -webkit-transform: translate(-100px, 0) rotate(-179deg);
    transform: translate(-100px, 0) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_four_5 {
  50% {
    -webkit-transform: translate(100px, 0) rotate(179deg);
    transform: translate(100px, 0) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_four_5 {
  50% {
    -webkit-transform: translate(100px, 0) rotate(179deg);
    transform: translate(100px, 0) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_five_5 {
  50% {
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
    transform: translate(-100px, -46px) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_five_5 {
  50% {
    -webkit-transform: translate(-100px, -46px) rotate(-179deg);
    transform: translate(-100px, -46px) rotate(-179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes object_six_5 {
  50% {
    -webkit-transform: translate(100px, -46px) rotate(179deg);
    transform: translate(100px, -46px) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes object_six_5 {
  50% {
    -webkit-transform: translate(100px, -46px) rotate(179deg);
    transform: translate(100px, -46px) rotate(179deg);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*demo 6*/

@-webkit-keyframes object_one_6 {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
    transform: translate(75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes object_one_6 {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
    transform: translate(75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_two_6 {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
    transform: translate(-75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes object_two_6 {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
    transform: translate(-75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_three_6 {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
    transform: translate(75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes object_three_6 {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
    transform: translate(75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_four_6 {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
    transform: translate(-75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes object_four_6 {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
    transform: translate(-75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*demo 7*/

@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes object_one_7 {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
    transform: translate(0, -50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_one_7 {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
    transform: translate(0, -50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_two_7 {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
    transform: translate(50px, 0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_two_7 {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
    transform: translate(50px, 0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three_7 {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
    transform: translate(-50px, 0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_three_7 {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
    transform: translate(-50px, 0) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_four_7 {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
    transform: translate(0, 50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_four_7 {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
    transform: translate(0, 50px) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
    transform: translate(0, 0) rotate(-180deg);
  }
}

/*demo8*/

@-webkit-keyframes object_big_8 {
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes object_big_8 {
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes object_one_8 {
  25% {
    -webkit-transform: translate(130px, 0) rotate(-90deg);
    transform: translate(130px, 0) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
    transform: translate(130px, 130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 130px) rotate(-270deg);
    transform: translate(0, 130px) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes object_one_8 {
  25% {
    -webkit-transform: translate(130px, 0) rotate(-90deg);
    transform: translate(130px, 0) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(130px, 130px) rotate(-180deg);
    transform: translate(130px, 130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 130px) rotate(-270deg);
    transform: translate(0, 130px) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_two_8 {
  25% {
    -webkit-transform: translate(0, 130px) rotate(-90deg);
    transform: translate(0, 130px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
    transform: translate(-130px, 130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
    transform: translate(-130px, 0) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes object_two_8 {
  25% {
    -webkit-transform: translate(0, 130px) rotate(-90deg);
    transform: translate(0, 130px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(-130px, 130px) rotate(-180deg);
    transform: translate(-130px, 130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-130px, 0) rotate(-270deg);
    transform: translate(-130px, 0) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_three_8 {
  25% {
    -webkit-transform: translate(0, -130px) rotate(-90deg);
    transform: translate(0, -130px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
    transform: translate(130px, -130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(130px, 0) rotate(-270deg);
    transform: translate(130px, 0) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes object_three_8 {
  25% {
    -webkit-transform: translate(0, -130px) rotate(-90deg);
    transform: translate(0, -130px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(130px, -130px) rotate(-180deg);
    transform: translate(130px, -130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(130px, 0) rotate(-270deg);
    transform: translate(130px, 0) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_four_8 {
  25% {
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
    transform: translate(-130px, 0) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
    transform: translate(-130px, -130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -130px) rotate(-270deg);
    transform: translate(0, -130px) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes object_four_8 {
  25% {
    -webkit-transform: translate(-130px, 0) rotate(-90deg);
    transform: translate(-130px, 0) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(-130px, -130px) rotate(-180deg);
    transform: translate(-130px, -130px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -130px) rotate(-270deg);
    transform: translate(0, -130px) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*demo 9*/

@-webkit-keyframes object-one {
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
}

@keyframes object-one {
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
}

@-webkit-keyframes object-two {
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}

@keyframes object-two {
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}

/*demo 10*/

@-webkit-keyframes object_one_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes object_one_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes object_two_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes object_two_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes object_three_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes object_three_10 {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

/*demo 11*/

@-webkit-keyframes object_big_11 {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes object_big_11 {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes object_one_11 {
  50% {
    -webkit-transform: translate(-65px, -65px);
    transform: translate(-65px, -65px);
  }
}

@keyframes object_one_11 {
  50% {
    -webkit-transform: translate(-65px, -65px);
    transform: translate(-65px, -65px);
  }
}

@-webkit-keyframes object_two_11 {
  50% {
    -webkit-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
}

@keyframes object_two_11 {
  50% {
    -webkit-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
}

@-webkit-keyframes object_three_11 {
  50% {
    -webkit-transform: translate(65px, -65px);
    transform: translate(65px, -65px);
  }
}

@keyframes object_three_11 {
  50% {
    -webkit-transform: translate(65px, -65px);
    transform: translate(65px, -65px);
  }
}

@-webkit-keyframes object_four_11 {
  50% {
    -webkit-transform: translate(65px, 0);
    transform: translate(65px, 0);
  }
}

@keyframes object_four_11 {
  50% {
    -webkit-transform: translate(65px, 0);
    transform: translate(65px, 0);
  }
}

@-webkit-keyframes object_five_11 {
  50% {
    -webkit-transform: translate(65px, 65px);
    transform: translate(65px, 65px);
  }
}

@keyframes object_five_11 {
  50% {
    -webkit-transform: translate(65px, 65px);
    transform: translate(65px, 65px);
  }
}

@-webkit-keyframes object_six_11 {
  50% {
    -webkit-transform: translate(0, 65px);
    transform: translate(0, 65px);
  }
}

@keyframes object_six_11 {
  50% {
    -webkit-transform: translate(0, 65px);
    transform: translate(0, 65px);
  }
}

@-webkit-keyframes object_seven_11 {
  50% {
    -webkit-transform: translate(-65px, 65px);
    transform: translate(-65px, 65px);
  }
}

@keyframes object_seven_11 {
  50% {
    -webkit-transform: translate(-65px, 65px);
    transform: translate(-65px, 65px);
  }
}

@-webkit-keyframes object_eight_11 {
  50% {
    -webkit-transform: translate(-65px, 0);
    transform: translate(-65px, 0);
  }
}

@keyframes object_eight_11 {
  50% {
    -webkit-transform: translate(-65px, 0);
    transform: translate(-65px, 0);
  }
}

/*demo 12*/

@-webkit-keyframes loading-center-absolute-12 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-center-absolute-12 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes object_one_12 {
  50% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@keyframes object_one_12 {
  50% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@-webkit-keyframes object_two_12 {
  50% {
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@keyframes object_two_12 {
  50% {
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@-webkit-keyframes object_three_12 {
  50% {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@keyframes object_three_12 {
  50% {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@-webkit-keyframes object_four_12 {
  50% {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

@keyframes object_four_12 {
  50% {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

/*demo 13*/

@-webkit-keyframes animate_13 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes animate_13 {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*demo 14*/

@-webkit-keyframes animate_14 {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animate_14 {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*demo 15*/

@-webkit-keyframes animate_15 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

@keyframes animate_15 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

.znDemosPanel-fixedBtn {
  position: fixed;
  z-index: 8;
  bottom: 10px;
  left: 0;
  -webkit-transform: translateX(-46px);
  -ms-transform: translateX(-46px);
  transform: translateX(-46px);
  padding: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  padding-right: 20px;
  text-transform: uppercase;
}

.znDemosPanel-fixedBtn i {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.znDemosPanel-fixedBtn.is-closed {
  -webkit-transform: translateX(-webkit-calc(20px - 100%)) !important;
  -ms-transform: translateX(calc(20px - 100%)) !important;
  transform: translateX(calc(20px - 100%)) !important;
}

.znDemosPanel-fixedBtn.is-closed .znDemosPanel-fixedBtn-close i {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.znDemosPanel-fixedBtn .znDemosPanel-fixedBtn-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  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;
}

.znDemosPanel-fixedBtn .znDemosPanel-fixedBtn-close i {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

.znDemosPanel-fixedBtn .znDemosPanel-purchaseBtn {
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 17px;
  font-size: 12px;
  font-weight: 500;
}

.znDemosPanel-fixedBtn .znDemosPanel-purchaseBtn span {
  vertical-align: middle;
  font-weight: 700;
}

.znDemosPanel-fixedBtn .znDemosPanel-purchaseBtn .znDemosPanel-purchaseBtn-text {
  margin-left: 10px;
}

.znDemosPanel-fixedBtn .znDemosPanel-purchaseBtn .znDemosPanel-purchaseBtn-sep {
  opacity: .5;
  display: inline-block;
  border-left: 1px solid #fff;
  width: 1px;
  margin: 0 5px;
  height: 20px;
  vertical-align: middle;
}

.znDemosPanel-fixedBtn:hover {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.znDemosPanel-purchaseBtn {
  font-size: 13px;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  padding: 20px 35px;
  background: #66cc66;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 30px 0;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .fs-newproducts,
  .fs-bestsellers,
  .fs-profitably {
    padding-top: 30px;
  }

  .fs-newproducts {
    padding-bottom: 25px;
  }

  .fs-newproducts-2 .vc_tta-panel-body {
    padding-top: 15px !important;
  }

  .fs-blogs:before {
    top: -55px;
    height: 55px;
  }

  .vc_row.fs-delivery,
  .vc_row.fs-accessories,
  .vc_row.fs-testimonials {
    padding-bottom: 40px;
  }

  .vc_row.fs-testimonials {
    padding-bottom: 85px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px;
    padding-top: 50px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter label {
    margin-bottom: 0;
    font-size: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .input-group {
    margin-bottom: 0;
    -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%;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .button-group {
    margin-bottom: 0;
    -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%;
  }

  .fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav {
    top: -60px;
  }

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
    margin-left: 30px;
  }

  .site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
    margin-left: 30px;
  }

  .site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
    margin-left: 30px;
  }

  .mini-cart-wrap .buttons .button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 30px;
    font-size: 3rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 20px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 18px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 16px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
    font-size: 18px;
    line-height: 34px;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.85em;
  }

  .comment-respond .comment-form > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .comment-respond .comment-form > p input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 260px;
  }

  .error404 main {
    padding-top: 75px;
  }

  .error404 main .pnf-heading {
    font-size: 200px;
    text-shadow: 0px 15px 0 rgba(153, 153, 153, 0.35);
    -webkit-text-stroke: 8px #ffffff;
  }

  .error404 main .text-wrap {
    padding-top: 105px;
    padding-bottom: 70px;
  }

  .error404 main h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 45px;
  }

  .shop-main.four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.right-images .single-product-wrap .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .fs-product .product-action {
    left: -60px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }

  .fs-product.list-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .fs-product.list-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .fs-product.list-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .fs-product.list-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-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;
  }

  .fs-product.list-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .fs-product.list-type-wrap .product-action > * a,
  .fs-product.list-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fs-product.list-type-wrap .product-action .button {
    line-height: inherit;
  }

  .fs-product.list-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-product.list-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
    margin: 0;
    padding: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-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;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a,
  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action .button {
    line-height: inherit;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 50%;
  }

  .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;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .fs-newproducts,
  .fs-bestsellers,
  .fs-profitably {
    padding-top: 30px;
  }

  .fs-newproducts {
    padding-bottom: 25px;
  }

  .fs-newproducts-2 .vc_tta-panel-body {
    padding-top: 15px !important;
  }

  .fs-blogs:before {
    top: -55px;
    height: 55px;
  }

  .vc_row.fs-delivery,
  .vc_row.fs-accessories,
  .vc_row.fs-testimonials {
    padding-bottom: 40px;
  }

  .vc_row.fs-testimonials {
    padding-bottom: 85px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px;
    padding-top: 50px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter label {
    margin-bottom: 0;
    font-size: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .input-group {
    margin-bottom: 0;
    -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%;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .button-group {
    margin-bottom: 0;
    -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%;
  }

  .fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav {
    top: -60px;
  }

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
    margin-left: 30px;
  }

  .site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
    margin-left: 30px;
  }

  .site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
    margin-left: 30px;
  }

  .mini-cart-wrap .buttons .button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 30px;
    font-size: 3rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 20px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 18px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 16px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
    font-size: 18px;
    line-height: 34px;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.85em;
  }

  .comment-respond .comment-form > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .comment-respond .comment-form > p input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 260px;
  }

  .error404 main {
    padding-top: 75px;
  }

  .error404 main .pnf-heading {
    font-size: 200px;
    text-shadow: 0px 15px 0 rgba(153, 153, 153, 0.35);
    -webkit-text-stroke: 8px #ffffff;
  }

  .error404 main .text-wrap {
    padding-top: 105px;
    padding-bottom: 70px;
  }

  .error404 main h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 45px;
  }

  .shop-main.four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.right-images .single-product-wrap .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .fs-product .product-action {
    left: -60px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }

  .fs-product.list-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .fs-product.list-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .fs-product.list-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .fs-product.list-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-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;
  }

  .fs-product.list-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .fs-product.list-type-wrap .product-action > * a,
  .fs-product.list-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fs-product.list-type-wrap .product-action .button {
    line-height: inherit;
  }

  .fs-product.list-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-product.list-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
    margin: 0;
    padding: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-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;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a,
  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action .button {
    line-height: inherit;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 50%;
  }

  .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;
  }

  .uvc-heading {
    margin-bottom: 25px;
  }

  .site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap.visibility_popup .search-form {
    max-width: 420px;
  }

  .site-header.left-inline2.header-mobile .middle-section-wrap .main-menu-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
  }
}

@media (min-width: 601px) {
  .admin-bar .stuck {
    top: 46px;
  }

  .admin-bar .main-navigation.main-mobile-navigation .menu-main-menu-wrap {
    padding-top: 46px;
  }

  .admin-bar .stuck {
    top: 46px;
  }

  .admin-bar .main-navigation.main-mobile-navigation .menu-main-menu-wrap {
    padding-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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .fs-newproducts,
  .fs-bestsellers,
  .fs-profitably {
    padding-top: 40px;
  }

  .fs-newproducts .fs-nb-padding,
  .fs-bestsellers .fs-nb-padding,
  .fs-profitably .fs-nb-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fs-newproducts {
    padding-bottom: 30px;
  }

  .fs-accessories .uvc-heading,
  .fs-delivery .uvc-heading {
    padding-bottom: 30px;
  }

  .fs-accessories-2 .uvc-heading {
    margin-bottom: 40px;
  }

  .fs-newproducts-2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .fs-newproducts-2 .vc_tta-panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 20px !important;
  }

  .fs-blogs-2,
  .fs-bestsellers-2,
  .fs-profitably-2,
  .fs-delivery-2,
  .fs-accessories-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-delivery-2 .uvc-heading {
    margin-bottom: 50px;
  }

  .fs-testimonials-2 {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .fs-testimonials-2 .nb_testimonial-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs-blogs-2 .nb_wpposts_default {
    padding-top: 20px;
  }

  .vc_row.fs-delivery,
  .vc_row.fs-accessories,
  .vc_row.fs-testimonials {
    padding-bottom: 50px;
  }

  .vc_row.fs-testimonials {
    padding-bottom: 105px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter label {
    font-size: 42px;
  }

  .fishing-front-page .site-header.left-inline .middle-section-wrap {
    font-size: 16px;
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
  }

  .fishing-front-page .site-header.left-inline .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
    color: #fff;
  }

  .site-header.left-inline .top-section .flex-section:first-of-type {
    -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%;
  }

  .site-header.left-inline .top-section .flex-section:last-of-type {
    -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%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.left-inline1 .top-section .flex-section:last-of-type {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fishing-front-page .site-header.mid-inline .middle-section-wrap {
    font-size: 16px;
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
  }

  .site-header.mid-inline .top-section .flex-section:first-of-type {
    -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%;
  }

  .site-header.mid-inline .top-section .flex-section:last-of-type {
    -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%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .uvc-heading {
    margin-bottom: 20px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 50px;
    font-size: 5rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.15px;
    font-size: 1.115rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 25px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 20px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
    font-size: 20px;
    line-height: 40px;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.9em;
  }

  .comment-list ol {
    padding-left: 30px;
  }

  .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 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .shop-main.left-images .entry-summary {
    padding-left: 30px;
  }

  .shop-main.right-images .entry-summary {
    padding-right: 30px;
  }

  .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-5 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .woocommerce.columns-6 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .shop-main.related-2-columns .related .product {
    width: 50%;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 33.33333%;
  }

  .shop-main.upsells-2-columns .upsells .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 33.33333%;
  }

  .cross-sells:hover .flickity-prev-next-button {
    opacity: .8;
  }

  .cross-sells:hover .flickity-prev-next-button:disabled {
    opacity: .2;
  }

  .cross-sells .hiding-nav-ui .flickity-prev-next-button {
    display: none;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td {
    text-align: left;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .fs-newproducts,
  .fs-bestsellers,
  .fs-profitably {
    padding-top: 40px;
  }

  .fs-newproducts .fs-nb-padding,
  .fs-bestsellers .fs-nb-padding,
  .fs-profitably .fs-nb-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fs-newproducts {
    padding-bottom: 30px;
  }

  .fs-accessories .uvc-heading,
  .fs-delivery .uvc-heading {
    padding-bottom: 30px;
  }

  .fs-accessories-2 .uvc-heading {
    margin-bottom: 40px;
  }

  .fs-newproducts-2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .fs-newproducts-2 .vc_tta-panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 20px !important;
  }

  .fs-blogs-2,
  .fs-bestsellers-2,
  .fs-profitably-2,
  .fs-delivery-2,
  .fs-accessories-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-delivery-2 .uvc-heading {
    margin-bottom: 50px;
  }

  .fs-testimonials-2 {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .fs-testimonials-2 .nb_testimonial-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs-blogs-2 .nb_wpposts_default {
    padding-top: 20px;
  }

  .vc_row.fs-delivery,
  .vc_row.fs-accessories,
  .vc_row.fs-testimonials {
    padding-bottom: 50px;
  }

  .vc_row.fs-testimonials {
    padding-bottom: 105px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter label {
    font-size: 42px;
  }

  .fishing-front-page .site-header.left-inline .middle-section-wrap {
    font-size: 16px;
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
  }

  .fishing-front-page .site-header.left-inline .middle-section-wrap .middle-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
    color: #fff;
  }

  .site-header.left-inline .top-section .flex-section:first-of-type {
    -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%;
  }

  .site-header.left-inline .top-section .flex-section:last-of-type {
    -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%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.left-inline1 .top-section .flex-section:last-of-type {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fishing-front-page .site-header.mid-inline .middle-section-wrap {
    font-size: 16px;
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
  }

  .site-header.mid-inline .top-section .flex-section:first-of-type {
    -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%;
  }

  .site-header.mid-inline .top-section .flex-section:last-of-type {
    -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%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .uvc-heading {
    margin-bottom: 20px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 50px;
    font-size: 5rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.15px;
    font-size: 1.115rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 25px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 20px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
    font-size: 20px;
    line-height: 40px;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.9em;
  }

  .comment-list ol {
    padding-left: 30px;
  }

  .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 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-main.four-columns .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .shop-main.left-images .entry-summary {
    padding-left: 30px;
  }

  .shop-main.right-images .entry-summary {
    padding-right: 30px;
  }

  .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-5 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .woocommerce.columns-6 .products .product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .shop-main.related-2-columns .related .product {
    width: 50%;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 33.33333%;
  }

  .shop-main.upsells-2-columns .upsells .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 33.33333%;
  }

  .cross-sells:hover .flickity-prev-next-button {
    opacity: .8;
  }

  .cross-sells:hover .flickity-prev-next-button:disabled {
    opacity: .2;
  }

  .cross-sells .hiding-nav-ui .flickity-prev-next-button {
    display: none;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td {
    text-align: left;
  }

  .uvc-heading {
    margin-bottom: 40px;
  }

  .fishing4_category {
    padding-top: 20px;
  }

  .fishing4_brand_video {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .fishing4_bestseller {
    padding-top: 20px;
  }

  .fishing_testimonial {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .fishing4_blog {
    padding-top: 20px;
  }

  .fishing4_instagram {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .site-header.left-inline2 .middle-section-wrap .middle-section .search-cart-session .search-section .header-search-wrap.visibility_popup .search-form {
    max-width: 500px;
  }
}

@media (min-width: 783px) {
  .admin-bar .stuck {
    top: 32px;
  }

  .admin-bar .main-navigation.main-mobile-navigation .menu-main-menu-wrap {
    padding-top: 32px;
  }

  .admin-bar .stuck {
    top: 32px;
  }

  .admin-bar .main-navigation.main-mobile-navigation .menu-main-menu-wrap {
    padding-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,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .fs-newproducts,
  .fs-bestsellers,
  .fs-profitably {
    padding-top: 55px;
  }

  .fs-newproducts {
    padding-bottom: 35px;
  }

  .fs-bestsellers [data-slide="owl-carousel"][data-nav="true"],
  .fs-profitably [data-slide="owl-carousel"][data-nav="true"],
  .fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"],
  .fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"],
  .fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev,
  .fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev {
    left: -15px;
  }

  .fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next,
  .fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next {
    right: -15px;
  }

  .fs-accessories .uvc-heading,
  .fs-delivery .uvc-heading {
    padding-bottom: 40px;
  }

  .fs-bestsellers .uvc-heading {
    margin-bottom: 10px;
  }

  .fs-accessories-2 .uvc-heading {
    margin-bottom: 50px;
  }

  .fs-newproducts-2 {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .fs-newproducts-2 .uvc-heading {
    margin-bottom: 25px;
  }

  .fs-newproducts-2 .vc_tta-panel-body {
    padding-top: 25px !important;
  }

  .fs-profitably-2 .uvc-heading {
    margin-bottom: 40px;
  }

  .fs-bestsellers-2 .nb_style_default,
  .fs-profitably-2 .nb_style_default {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .fs-blogs-2,
  .fs-bestsellers-2,
  .fs-profitably-2,
  .fs-delivery-2,
  .fs-accessories-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .fs-delivery-2 .uvc-heading {
    margin-bottom: 60px;
  }

  .fs-testimonials-2 {
    padding-top: 25px;
    padding-bottom: 80px;
  }

  .fs-testimonials-2 .nb_testimonial-item {
    padding-left: 60px;
    padding-right: 60px;
  }

  .fs-blogs:before {
    top: -65px;
    height: 65px;
  }

  .fs-blogs-2 .nb_wpposts_default {
    padding-top: 30px;
  }

  .vc_row.fs-delivery,
  .vc_row.fs-accessories,
  .vc_row.fs-testimonials {
    padding-bottom: 60px;
  }

  .vc_row.fs-testimonials {
    padding-bottom: 125px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter {
    padding-bottom: 55px;
    padding-top: 70px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter label {
    -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%;
    font-size: 44px;
    text-align: left;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .input-group {
    -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%;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .button-group {
    -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%;
  }

  .fs-newproducts-3 .wpb_wrapper .vc_tta-tabs-container {
    position: absolute !important;
    top: 46px;
    right: 0;
  }

  .fs-newproducts-3 .uvc-heading,
  .fs-profitably-3 .uvc-heading,
  .fs-bestsellers-3 .uvc-heading,
  .fs-featured-3 .uvc-heading,
  .fs-blogs-3 .uvc-heading {
    margin-bottom: 15px;
  }

  .fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav {
    top: -70px;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap {
    margin-right: 20px;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group {
    position: relative;
    border: 0 none;
    width: 30px;
    height: 20px;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-field,
  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
    position: absolute;
    top: 0;
    right: 0;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-field {
    background-image: url(../../images/demo/icon-search.png);
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 10px);
    background-position: calc(100% - 10px);
    padding-left: 0;
    padding-right: 30px;
    min-width: 0;
    width: 30px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-field:focus {
    padding-left: 15px;
    padding-right: 35px;
    width: 200px;
    background-color: #fff;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
    width: 0;
    padding: 0;
  }

  .icon-header-wrap {
    padding-left: 15px;
  }

  .nb-navbar > .menu-item:first-child a,
  .nb-header-sub-menu > .menu-item:first-child a {
    padding-left: 0;
  }

  .nb-navbar > .menu-item:last-child a,
  .nb-header-sub-menu > .menu-item:last-child a {
    padding-right: 0;
  }

  .nb-navbar .sub-menu,
  .nb-header-sub-menu .sub-menu {
    min-width: 220px;
    position: absolute;
    left: 0;
    padding: 10px 20px 15px;
    background-color: #fff;
    z-index: 1000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  }

  .nb-navbar .menu-item-has-children > a:after,
  .nb-header-sub-menu .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;
  }

  .uvc-heading {
    margin-bottom: 25px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 70px;
    font-size: 7rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.2px;
    font-size: 1.12rem;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright:nth-child(odd) .nb-post-thumb {
    margin-left: 16.66667%;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright .nb-post-thumb {
    -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%;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright:nth-child(even) .nb-post-block {
    margin-left: 8.33333%;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright .nb-post-thumb {
    -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%;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright .nb-post-block {
    -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%;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 30px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 24px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 18px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
    font-size: 24px;
    line-height: 42px;
  }

  .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;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.95em;
  }

  .nb-page-title {
    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;
  }

  .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%;
  }

  .shop-main.related-4-columns .related .product {
    width: 25%;
  }

  .shop-main.related-4-columns .related .swiper-pagination {
    display: none;
  }

  .shop-main.upsells-4-columns .upsells .product {
    width: 25%;
  }

  .shop_table .cart_item td.product-remove {
    opacity: 0;
    width: 1%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .shop_table .cart_item:hover > td.product-remove {
    opacity: 1;
  }

  .shop_table .actions {
    text-align: right;
  }

  .cross-sells.row-3-products .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 25%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    border-left: 1px solid #ebebeb;
  }

  .custom-login-wrap.has-register-form .custom-login,
  .custom-login-wrap.has-register-form .custom-register {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .container {
    width: 960px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .container {
    width: 960px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .fs-newproducts,
  .fs-bestsellers,
  .fs-profitably {
    padding-top: 55px;
  }

  .fs-newproducts {
    padding-bottom: 35px;
  }

  .fs-bestsellers [data-slide="owl-carousel"][data-nav="true"],
  .fs-profitably [data-slide="owl-carousel"][data-nav="true"],
  .fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"],
  .fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"],
  .fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev,
  .fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-prev {
    left: -15px;
  }

  .fs-bestsellers-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next,
  .fs-profitably-2 [data-slide="owl-carousel"][data-nav="true"] .owl-nav > div.owl-next {
    right: -15px;
  }

  .fs-accessories .uvc-heading,
  .fs-delivery .uvc-heading {
    padding-bottom: 40px;
  }

  .fs-bestsellers .uvc-heading {
    margin-bottom: 10px;
  }

  .fs-accessories-2 .uvc-heading {
    margin-bottom: 50px;
  }

  .fs-newproducts-2 {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .fs-newproducts-2 .uvc-heading {
    margin-bottom: 25px;
  }

  .fs-newproducts-2 .vc_tta-panel-body {
    padding-top: 25px !important;
  }

  .fs-profitably-2 .uvc-heading {
    margin-bottom: 40px;
  }

  .fs-bestsellers-2 .nb_style_default,
  .fs-profitably-2 .nb_style_default {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .fs-blogs-2,
  .fs-bestsellers-2,
  .fs-profitably-2,
  .fs-delivery-2,
  .fs-accessories-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .fs-delivery-2 .uvc-heading {
    margin-bottom: 60px;
  }

  .fs-testimonials-2 {
    padding-top: 25px;
    padding-bottom: 80px;
  }

  .fs-testimonials-2 .nb_testimonial-item {
    padding-left: 60px;
    padding-right: 60px;
  }

  .fs-blogs:before {
    top: -65px;
    height: 65px;
  }

  .fs-blogs-2 .nb_wpposts_default {
    padding-top: 30px;
  }

  .vc_row.fs-delivery,
  .vc_row.fs-accessories,
  .vc_row.fs-testimonials {
    padding-bottom: 60px;
  }

  .vc_row.fs-testimonials {
    padding-bottom: 125px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter {
    padding-bottom: 55px;
    padding-top: 70px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter label {
    -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%;
    font-size: 44px;
    text-align: left;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .input-group {
    -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%;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .button-group {
    -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%;
  }

  .fs-newproducts-3 .wpb_wrapper .vc_tta-tabs-container {
    position: absolute !important;
    top: 46px;
    right: 0;
  }

  .fs-newproducts-3 .uvc-heading,
  .fs-profitably-3 .uvc-heading,
  .fs-bestsellers-3 .uvc-heading,
  .fs-featured-3 .uvc-heading,
  .fs-blogs-3 .uvc-heading {
    margin-bottom: 15px;
  }

  .fs-newproducts-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-profitably-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-bestsellers-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-featured-3 .nb_owl-carousel .owl-carousel .owl-nav,
  .fs-blogs-3 .nb_owl-carousel .owl-carousel .owl-nav {
    top: -70px;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap {
    margin-right: 20px;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group {
    position: relative;
    border: 0 none;
    width: 30px;
    height: 20px;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-field,
  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
    position: absolute;
    top: 0;
    right: 0;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-field {
    background-image: url(../../images/demo/icon-search.png);
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 10px);
    background-position: calc(100% - 10px);
    padding-left: 0;
    padding-right: 30px;
    min-width: 0;
    width: 30px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-field:focus {
    padding-left: 15px;
    padding-right: 35px;
    width: 200px;
    background-color: #fff;
  }

  .site-header.left-inline1 .top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
    width: 0;
    padding: 0;
  }

  .icon-header-wrap {
    padding-left: 15px;
  }

  .nb-navbar > .menu-item:first-child a,
  .nb-header-sub-menu > .menu-item:first-child a {
    padding-left: 0;
  }

  .nb-navbar > .menu-item:last-child a,
  .nb-header-sub-menu > .menu-item:last-child a {
    padding-right: 0;
  }

  .nb-navbar .sub-menu,
  .nb-header-sub-menu .sub-menu {
    min-width: 220px;
    position: absolute;
    left: 0;
    padding: 10px 20px 15px;
    background-color: #fff;
    z-index: 1000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  }

  .nb-navbar .menu-item-has-children > a:after,
  .nb-header-sub-menu .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;
  }

  .uvc-heading {
    margin-bottom: 25px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 70px;
    font-size: 7rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.2px;
    font-size: 1.12rem;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright:nth-child(odd) .nb-post-thumb {
    margin-left: 16.66667%;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright .nb-post-thumb {
    -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%;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright:nth-child(even) .nb-post-block {
    margin-left: 8.33333%;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright .nb-post-thumb {
    -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%;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright .nb-post-block {
    -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%;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 30px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 24px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 18px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
    font-size: 24px;
    line-height: 42px;
  }

  .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;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.95em;
  }

  .nb-page-title {
    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;
  }

  .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%;
  }

  .shop-main.related-4-columns .related .product {
    width: 25%;
  }

  .shop-main.related-4-columns .related .swiper-pagination {
    display: none;
  }

  .shop-main.upsells-4-columns .upsells .product {
    width: 25%;
  }

  .shop_table .cart_item td.product-remove {
    opacity: 0;
    width: 1%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .shop_table .cart_item:hover > td.product-remove {
    opacity: 1;
  }

  .shop_table .actions {
    text-align: right;
  }

  .cross-sells.row-3-products .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 25%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    border-left: 1px solid #ebebeb;
  }

  .custom-login-wrap.has-register-form .custom-login,
  .custom-login-wrap.has-register-form .custom-register {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fishing4_category {
    padding-top: 35px;
  }

  .fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-right {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-right .txt-primary {
    margin-left: 30px;
  }

  .fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-right .txt-primary a:after {
    content: '';
    position: absolute;
    display: block;
    left: -100px;
    right: 0px;
    bottom: -15px;
    top: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #555;
  }

  .fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-left {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  .fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-left .txt-primary {
    margin-right: 30px;
  }

  .fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-left .txt-primary a:after {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    right: -100px;
    bottom: -15px;
    top: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #555;
  }

  .fishing4_brand_video {
    margin-top: 75px;
    padding-bottom: 75px;
  }

  .fishing4_bestseller {
    padding-top: 35px;
  }

  .fishing_testimonial {
    margin-top: 75px;
    padding-bottom: 75px;
  }

  .fishing4_blog {
    padding-top: 35px;
  }

  .fishing4_instagram {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .fishing4_instagram .instagram-pics {
    margin-bottom: 0;
  }

  .fishing4_instagram .fishing_instagram_img {
    margin-top: 30px;
  }

  .fishing4_instagram .fishing_instagram_img .nb_instagram .instagram-pics:nth-child(odd) {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .fs-newproducts,
  .fs-bestsellers,
  .fs-profitably {
    padding-top: 60px;
  }

  .fs-newproducts {
    padding-bottom: 40px;
  }

  .fs-accessories .uvc-heading,
  .fs-delivery .uvc-heading {
    padding-bottom: 45px;
  }

  .fs-bestsellers .uvc-heading {
    margin-bottom: 10px;
  }

  .fs-accessories-2 .uvc-heading {
    margin-bottom: 60px;
  }

  .fs-newproducts-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .fs-newproducts-2 .uvc-heading {
    margin-bottom: 30px;
  }

  .fs-profitably-2 .uvc-heading {
    margin-bottom: 45px;
  }

  .fs-bestsellers-2 .nb_style_default,
  .fs-profitably-2 .nb_style_default {
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .fs-blogs-2,
  .fs-bestsellers-2,
  .fs-profitably-2,
  .fs-delivery-2,
  .fs-accessories-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fs-delivery-2 .uvc-heading {
    margin-bottom: 70px;
  }

  .fs-testimonials-2 {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .fs-testimonials-2 .nb_testimonial-item {
    padding-left: 85px;
    padding-right: 85px;
  }

  .fs-blogs:before {
    top: -75px;
    height: 75px;
  }

  .vc_row.fs-delivery,
  .vc_row.fs-accessories,
  .vc_row.fs-testimonials {
    padding-bottom: 70px;
  }

  .vc_row.fs-testimonials {
    padding-bottom: 145px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter label {
    font-size: 48px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 90px;
    font-size: 9rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.25px;
    font-size: 1.125rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 35px;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 1em;
  }

  .site-footer .footer-top-section {
    padding-top: 85px;
  }

  .cross-sells.row-5-products .product {
    width: 20%;
  }

  .container {
    width: 1170px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .container {
    width: 1170px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .fs-newproducts,
  .fs-bestsellers,
  .fs-profitably {
    padding-top: 60px;
  }

  .fs-newproducts {
    padding-bottom: 40px;
  }

  .fs-accessories .uvc-heading,
  .fs-delivery .uvc-heading {
    padding-bottom: 45px;
  }

  .fs-bestsellers .uvc-heading {
    margin-bottom: 10px;
  }

  .fs-accessories-2 .uvc-heading {
    margin-bottom: 60px;
  }

  .fs-newproducts-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .fs-newproducts-2 .uvc-heading {
    margin-bottom: 30px;
  }

  .fs-profitably-2 .uvc-heading {
    margin-bottom: 45px;
  }

  .fs-bestsellers-2 .nb_style_default,
  .fs-profitably-2 .nb_style_default {
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .fs-blogs-2,
  .fs-bestsellers-2,
  .fs-profitably-2,
  .fs-delivery-2,
  .fs-accessories-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fs-delivery-2 .uvc-heading {
    margin-bottom: 70px;
  }

  .fs-testimonials-2 {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .fs-testimonials-2 .nb_testimonial-item {
    padding-left: 85px;
    padding-right: 85px;
  }

  .fs-blogs:before {
    top: -75px;
    height: 75px;
  }

  .vc_row.fs-delivery,
  .vc_row.fs-accessories,
  .vc_row.fs-testimonials {
    padding-bottom: 70px;
  }

  .vc_row.fs-testimonials {
    padding-bottom: 145px;
  }

  .fs-newsletter .mc4wp-form .form-newsletter label {
    font-size: 48px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 90px;
    font-size: 9rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.25px;
    font-size: 1.125rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 35px;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 1em;
  }

  .site-footer .footer-top-section {
    padding-top: 85px;
  }

  .cross-sells.row-5-products .product {
    width: 20%;
  }
}

@media (min-width: 1280px) {
  .fs-newproducts .fs-nb-padding,
  .fs-bestsellers .fs-nb-padding,
  .fs-profitably .fs-nb-padding {
    padding-left: 45px;
    padding-right: 45px;
  }

  .fs-newproducts-2 .vc_tta-panel-body {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .fs-newproducts .fs-nb-padding,
  .fs-bestsellers .fs-nb-padding,
  .fs-profitably .fs-nb-padding {
    padding-left: 45px;
    padding-right: 45px;
  }

  .fs-newproducts-2 .vc_tta-panel-body {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.33333%;
  }

  .pull-xxl-2 {
    right: 16.66667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.33333%;
  }

  .pull-xxl-5 {
    right: 41.66667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.33333%;
  }

  .pull-xxl-8 {
    right: 66.66667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.33333%;
  }

  .pull-xxl-11 {
    right: 91.66667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.33333%;
  }

  .push-xxl-2 {
    left: 16.66667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.33333%;
  }

  .push-xxl-5 {
    left: 41.66667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.33333%;
  }

  .push-xxl-8 {
    left: 66.66667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.33333%;
  }

  .push-xxl-11 {
    left: 91.66667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .container {
    width: 1310px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.33333%;
  }

  .pull-xxl-2 {
    right: 16.66667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.33333%;
  }

  .pull-xxl-5 {
    right: 41.66667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.33333%;
  }

  .pull-xxl-8 {
    right: 66.66667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.33333%;
  }

  .pull-xxl-11 {
    right: 91.66667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.33333%;
  }

  .push-xxl-2 {
    left: 16.66667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.33333%;
  }

  .push-xxl-5 {
    left: 41.66667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.33333%;
  }

  .push-xxl-8 {
    left: 66.66667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.33333%;
  }

  .push-xxl-11 {
    left: 91.66667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.33333%;
  }

  .pull-xxl-2 {
    right: 16.66667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.33333%;
  }

  .pull-xxl-5 {
    right: 41.66667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.33333%;
  }

  .pull-xxl-8 {
    right: 66.66667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.33333%;
  }

  .pull-xxl-11 {
    right: 91.66667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.33333%;
  }

  .push-xxl-2 {
    left: 16.66667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.33333%;
  }

  .push-xxl-5 {
    left: 41.66667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.33333%;
  }

  .push-xxl-8 {
    left: 66.66667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.33333%;
  }

  .push-xxl-11 {
    left: 91.66667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 1199px) {
  .site-header .top-section-wrap {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .site-header.left-inline .top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.left-inline .top-section .flex-section:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.left-inline .top-section .flex-section:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.left-inline .top-section .flex-section.search-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.left-inline .top-section .flex-section .menu > li {
    padding: 0 15px;
  }

  .site-header.left-inline1 .top-section .flex-section .menu > li {
    padding: 0 15px;
  }

  .site-header.mid-inline .top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.mid-inline .top-section .flex-section:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.mid-inline .top-section .flex-section:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.mid-inline .top-section .flex-section.search-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.mid-inline .top-section .flex-section .menu > li {
    padding: 0 15px;
  }

  .aio-icon-component .aio-icon:after {
    display: none;
  }

  .site-footer .footer-top-section {
    padding-top: 75px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-header .top-section-wrap {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .site-header.left-inline .top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.left-inline .top-section .flex-section:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.left-inline .top-section .flex-section:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.left-inline .top-section .flex-section.search-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.left-inline .top-section .flex-section .menu > li {
    padding: 0 15px;
  }

  .site-header.left-inline1 .top-section .flex-section .menu > li {
    padding: 0 15px;
  }

  .site-header.mid-inline .top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.mid-inline .top-section .flex-section:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.mid-inline .top-section .flex-section:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.mid-inline .top-section .flex-section.search-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.mid-inline .top-section .flex-section .menu > li {
    padding: 0 15px;
  }

  .aio-icon-component .aio-icon:after {
    display: none;
  }

  .site-footer .footer-top-section {
    padding-top: 75px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-header.left-inline2 .top-section-wrap .flex-section .header-top-right .nb-language li.has-children ul {
    right: 0px;
    left: auto;
  }

  .about-us-page .about-welcome {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .about-us-page .about-team {
    padding-top: 20;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .cart-notice-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .cart-notice-wrap .cart-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
  }

  .cart-notice-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .cart-notice-wrap .cart-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
  }
}

@media (max-width: 991px) {
  #primary + #secondary {
    margin-top: 90px;
  }

  .shop-main {
    margin-bottom: 90px;
  }

  .site-header.left-inline .top-section .flex-section .menu > li {
    padding: 0 7px;
  }

  .site-header.left-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 7px;
  }

  .site-header.left-inline1 .top-section .flex-section .menu > li {
    padding: 0 7px;
  }

  .site-header.left-inline1 .top-section .flex-section .socials-section ul li a {
    padding: 0 7px;
  }

  .site-header.left-inline1.header-mobile .top-section .flex-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.left-inline1.header-mobile .top-section .flex-section .search-section {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.mid-inline .top-section .flex-section .menu > li {
    padding: 0 7px;
  }

  .site-header.mid-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 7px;
  }

  .nb-navbar .menu-item > a,
  .nb-header-sub-menu .menu-item > a {
    border-bottom: 1px solid #444 !important;
    padding: 5px 0;
    display: block;
  }

  .nb-navbar .menu-item .sub-menu,
  .nb-header-sub-menu .menu-item .sub-menu {
    margin-left: 15px;
  }

  .nb-navbar > .menu-item > a,
  .nb-header-sub-menu > .menu-item > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .nb-navbar .menu-item-has-children:after,
  .nb-header-sub-menu .menu-item-has-children:after {
    content: "\f107";
    font-family: "fontello";
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 0 10px;
  }

  .nb-navbar .menu-item-has-children:hover > .sub-menu,
  .nb-header-sub-menu .menu-item-has-children:hover > .sub-menu {
    display: none;
  }

  .nb-navbar .menu-item-has-children.open > .sub-menu,
  .nb-navbar .menu-item-has-children.open:hover > .sub-menu,
  .nb-header-sub-menu .menu-item-has-children.open > .sub-menu,
  .nb-header-sub-menu .menu-item-has-children.open:hover > .sub-menu {
    display: block;
  }

  .nb-navbar .menu-item-has-children > a,
  .nb-header-sub-menu .menu-item-has-children > a {
    padding-right: 30px !important;
  }

  .nb-primary-button {
    display: block;
    width: 100%;
  }

  .site-footer .footer-top-section {
    padding-top: 65px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .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;
  }

  #primary + #secondary {
    margin-top: 90px;
  }

  .shop-main {
    margin-bottom: 90px;
  }

  .site-header.left-inline .top-section .flex-section .menu > li {
    padding: 0 7px;
  }

  .site-header.left-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 7px;
  }

  .site-header.left-inline1 .top-section .flex-section .menu > li {
    padding: 0 7px;
  }

  .site-header.left-inline1 .top-section .flex-section .socials-section ul li a {
    padding: 0 7px;
  }

  .site-header.left-inline1.header-mobile .top-section .flex-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.left-inline1.header-mobile .top-section .flex-section .search-section {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.mid-inline .top-section .flex-section .menu > li {
    padding: 0 7px;
  }

  .site-header.mid-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 7px;
  }

  .nb-navbar .menu-item > a,
  .nb-header-sub-menu .menu-item > a {
    border-bottom: 1px solid #444 !important;
    padding: 5px 0;
    display: block;
  }

  .nb-navbar .menu-item .sub-menu,
  .nb-header-sub-menu .menu-item .sub-menu {
    margin-left: 15px;
  }

  .nb-navbar > .menu-item > a,
  .nb-header-sub-menu > .menu-item > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .nb-navbar .menu-item-has-children:after,
  .nb-header-sub-menu .menu-item-has-children:after {
    content: "\f107";
    font-family: "fontello";
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 0 10px;
  }

  .nb-navbar .menu-item-has-children:hover > .sub-menu,
  .nb-header-sub-menu .menu-item-has-children:hover > .sub-menu {
    display: none;
  }

  .nb-navbar .menu-item-has-children.open > .sub-menu,
  .nb-navbar .menu-item-has-children.open:hover > .sub-menu,
  .nb-header-sub-menu .menu-item-has-children.open > .sub-menu,
  .nb-header-sub-menu .menu-item-has-children.open:hover > .sub-menu {
    display: block;
  }

  .nb-navbar .menu-item-has-children > a,
  .nb-header-sub-menu .menu-item-has-children > a {
    padding-right: 30px !important;
  }

  .nb-primary-button {
    display: block;
    width: 100%;
  }

  .site-footer .footer-top-section {
    padding-top: 65px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .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;
  }

  .fishing4_brand_video {
    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;
  }

  .fishing4_brand_video .heading_brand {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .fishing4_brand_video .heading_video {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .fishing4_brand_video .fishing4_brand {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .fishing4_brand_video .fishing4_video {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .about-us-page .about-history {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .about-us-page .fishing_video .wpb_column {
    min-height: 400px;
  }

  .about-us-page .about-welcome {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .fs-newsletter .vc_custom_heading {
    margin-top: 45px;
  }

  .site-header.left-inline .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.left-inline .top-section .flex-section {
    display: block;
  }

  .site-header.left-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 5px;
  }

  .site-header.left-inline1 .top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.left-inline1 .top-section .flex-section .socials-section ul li a {
    padding: 0 5px;
  }

  .site-header.left-inline1.header-mobile .top-section .flex-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .site-header.mid-inline .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.mid-inline .top-section .flex-section {
    display: block;
  }

  .site-header.mid-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 5px;
  }

  .icon-header-wrap > div + div {
    padding-left: 5px;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright .nb-post-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright:nth-child(even) .nb-post-block {
    text-align: left;
  }

  .site-footer .footer-top-section {
    padding-top: 55px;
  }

  .footer-abs-section .footer-abs-left,
  .footer-abs-section .footer-abs-right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .comment-list ol {
    padding-left: 0;
  }

  .shop_table.cart {
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  .shop_table.cart thead,
  .shop_table.cart tbody,
  .shop_table.cart th,
  .shop_table.cart td,
  .shop_table.cart tr {
    display: block;
  }

  .shop_table.cart thead tr,
  .shop_table.cart .product-thumbnail {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .shop_table.cart td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .shop_table.cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 32%;
    left: 15px;
    white-space: nowrap;
  }

  .shop_table.cart .product-name {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
  }

  .shop_table.cart .product-remove {
    padding-left: 15px;
  }

  .shop_table.cart .product-price:before,
  .shop_table.cart .product-quantity:before,
  .shop_table.cart .product-subtotal:before {
    content: attr(data-title);
  }

  .shop_table.cart .product-quantity .nb-quantity {
    float: none;
  }

  .shop_table.cart .actions {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cross-sells .flickity-prev-next-button {
    background: transparent;
  }

  .nb-quantity {
    margin-bottom: 15px;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-name {
    text-align: center;
    font-weight: bold;
  }

  .fs-newsletter .vc_custom_heading {
    margin-top: 45px;
  }

  .site-header.left-inline .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.left-inline .top-section .flex-section {
    display: block;
  }

  .site-header.left-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 5px;
  }

  .site-header.left-inline1 .top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.left-inline1 .top-section .flex-section .socials-section ul li a {
    padding: 0 5px;
  }

  .site-header.left-inline1.header-mobile .top-section .flex-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .site-header.mid-inline .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.mid-inline .top-section .flex-section {
    display: block;
  }

  .site-header.mid-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 5px;
  }

  .icon-header-wrap > div + div {
    padding-left: 5px;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright .nb-post-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }

  .nb_wpposts_default .nb_wp_post.nb_wp-img-leftright:nth-child(even) .nb-post-block {
    text-align: left;
  }

  .site-footer .footer-top-section {
    padding-top: 55px;
  }

  .footer-abs-section .footer-abs-left,
  .footer-abs-section .footer-abs-right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .comment-list ol {
    padding-left: 0;
  }

  .shop_table.cart {
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  .shop_table.cart thead,
  .shop_table.cart tbody,
  .shop_table.cart th,
  .shop_table.cart td,
  .shop_table.cart tr {
    display: block;
  }

  .shop_table.cart thead tr,
  .shop_table.cart .product-thumbnail {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .shop_table.cart td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .shop_table.cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 32%;
    left: 15px;
    white-space: nowrap;
  }

  .shop_table.cart .product-name {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
  }

  .shop_table.cart .product-remove {
    padding-left: 15px;
  }

  .shop_table.cart .product-price:before,
  .shop_table.cart .product-quantity:before,
  .shop_table.cart .product-subtotal:before {
    content: attr(data-title);
  }

  .shop_table.cart .product-quantity .nb-quantity {
    float: none;
  }

  .shop_table.cart .actions {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cross-sells .flickity-prev-next-button {
    background: transparent;
  }

  .nb-quantity {
    margin-bottom: 15px;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-name {
    text-align: center;
    font-weight: bold;
  }

  .fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-right {
    margin-top: 30px;
  }

  .fishing4_category .nb-fw.effect-zoom .nbfw_banner-container .nbfw-txt-info.p-center-left {
    margin-top: 30px;
  }

  .about-us-page .about-history .about-couter .stats-desc .stats-number,
  .about-us-page .about-history .about-couter .stats-desc .mycust {
    font-size: 60px !important;
  }

  .about-us-page .fishing_video .wpb_column {
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  .admin-bar .site-header {
    z-index: 100000;
  }

  .admin-bar .site-header {
    z-index: 100000;
  }
}

@media (max-width: 575px) {
  .fs-bestsellers-2 .wpb_single_image,
  .fs-profitably-2 .wpb_single_image {
    display: none;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .button-group .btn {
    max-width: 170px;
    margin: 0 auto;
  }

  .fs-brands-3 > .wpb_column:nth-child(2n+1) {
    clear: left;
  }

  .top-section .flex-section .socials-section {
    display: none;
  }

  .fs-hidden-xs {
    display: none;
  }

  .site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap .mini-cart-section {
    display: none !important;
  }

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap {
    margin-left: 20px;
  }

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .nb-cart-section > .woocommerce-Price-amount {
    display: none;
  }

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .mini-cart-section .mini-cart-wrap {
    width: 290px;
    right: -45px;
  }

  .site-header.left-inline1 .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap .mini-cart-section {
    display: none !important;
  }

  .site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap {
    margin-left: 20px;
  }

  .site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .nb-cart-section > .woocommerce-Price-amount {
    display: none;
  }

  .site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .mini-cart-section .mini-cart-wrap {
    width: 290px;
    right: -45px;
  }

  .site-header.mid-inline .middle-section-wrap .middle-section .equal-section .header-cart-wrap .mini-cart-section {
    display: none !important;
  }

  .site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap {
    margin-left: 20px;
  }

  .site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .nb-cart-section > .woocommerce-Price-amount {
    display: none;
  }

  .site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .mini-cart-section .mini-cart-wrap {
    width: 290px;
    right: -45px;
  }

  .icon-header-wrap > div + div {
    padding-left: 0;
  }

  .top-section .flex-section .menu > li.fs-menu-hidden-xs {
    display: none !important;
  }

  .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 .classic .post .entry-meta > span,
  .blog .classic .post .comments-link > span,
  .content-search > article .entry-meta > span,
  .content-search > article .comments-link > span {
    margin-right: 9px;
  }

  .single-blog.meta-align-center .entry-meta,
  .single-blog.meta-align-center .entry-title,
  .single-blog.meta-align-center .entry-cat {
    text-align: left;
  }

  .site-footer .footer-top-section {
    padding-top: 45px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .comment-respond .comment-form > p label {
    display: block;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    display: block;
    width: 100%;
  }

  .fs-product .product-action {
    display: none;
  }

  .product .onsale {
    display: none;
  }

  .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;
  }

  .fs-bestsellers-2 .wpb_single_image,
  .fs-profitably-2 .wpb_single_image {
    display: none;
  }

  .fs-newsletter .mc4wp-form .form-newsletter .button-group .btn {
    max-width: 170px;
    margin: 0 auto;
  }

  .fs-brands-3 > .wpb_column:nth-child(2n+1) {
    clear: left;
  }

  .top-section .flex-section .socials-section {
    display: none;
  }

  .fs-hidden-xs {
    display: none;
  }

  .site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap .mini-cart-section {
    display: none !important;
  }

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap {
    margin-left: 20px;
  }

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .nb-cart-section > .woocommerce-Price-amount {
    display: none;
  }

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .mini-cart-section .mini-cart-wrap {
    width: 290px;
    right: -45px;
  }

  .site-header.left-inline1 .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap .mini-cart-section {
    display: none !important;
  }

  .site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap {
    margin-left: 20px;
  }

  .site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .nb-cart-section > .woocommerce-Price-amount {
    display: none;
  }

  .site-header.left-inline1.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .mini-cart-section .mini-cart-wrap {
    width: 290px;
    right: -45px;
  }

  .site-header.mid-inline .middle-section-wrap .middle-section .equal-section .header-cart-wrap .mini-cart-section {
    display: none !important;
  }

  .site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap {
    margin-left: 20px;
  }

  .site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .nb-cart-section > .woocommerce-Price-amount {
    display: none;
  }

  .site-header.mid-inline.header-mobile .middle-section-wrap .middle-section .equal-section .header-cart-wrap .mini-cart-section .mini-cart-wrap {
    width: 290px;
    right: -45px;
  }

  .icon-header-wrap > div + div {
    padding-left: 0;
  }

  .top-section .flex-section .menu > li.fs-menu-hidden-xs {
    display: none !important;
  }

  .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 .classic .post .entry-meta > span,
  .blog .classic .post .comments-link > span,
  .content-search > article .entry-meta > span,
  .content-search > article .comments-link > span {
    margin-right: 9px;
  }

  .single-blog.meta-align-center .entry-meta,
  .single-blog.meta-align-center .entry-title,
  .single-blog.meta-align-center .entry-cat {
    text-align: left;
  }

  .site-footer .footer-top-section {
    padding-top: 45px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .comment-respond .comment-form > p label {
    display: block;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    display: block;
    width: 100%;
  }

  .fs-product .product-action {
    display: none;
  }

  .product .onsale {
    display: none;
  }

  .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;
  }

  .fishing4_brand_video .fishing4_video .vc_column-inner {
    min-height: 300px;
  }

  .fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb_wp_post-i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb_wp_post-i .nb-post-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .fishing4_blog .fishing4_blog_content .vc_column-inner .nb_layout_wp-img-left .nb_wp_post .nb_wp_post-i .nb-post-thumb {
    margin-bottom: 30px;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }

  .fishing4_instagram .fishing_instagram_img {
    padding-top: 30px;
  }

  .site-header.left-inline2.header-mobile .middle-section-wrap .middle-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.left-inline2.header-mobile .middle-section-wrap .middle-section .flex-section {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .site-header.left-inline2.header-mobile .middle-section-wrap .middle-section .flex-section.main-menu-section {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0px;
  }

  .site-header.left-inline2.header-mobile .middle-section-wrap .middle-section .flex-section.search-cart-session {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0px;
  }

  .about-us-page .about-history .about-couter > .wpb_column {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #yith-quick-view-content div.images,
  #yith-quick-view-content div.summary {
    width: 100%;
    float: none;
  }

  #yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 100%;
    float: left;
  }

  #yith-quick-view-content div.images,
  #yith-quick-view-content div.summary {
    width: 100%;
    float: none;
  }

  #yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 100%;
    float: left;
  }
}

@media (max-width: 424px) {
  .fs-newsletter .uavc-list .uavc-list-content .uavc-list-icon {
    margin-right: 15px !important;
    padding: 10px;
  }

  .fs-newsletter .uavc-list .uavc-list-content .uavc-list-icon {
    margin-right: 15px !important;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fs-blogs-2 .nb_wpposts_default .wp-posts[data-cols-md="3"] .nb_wp_post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fs-blogs-2 .nb_wpposts_default .wp-posts[data-cols-md="3"] .nb_wp_post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}