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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 0 none;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.35em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
  cursor: pointer;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

*:focus {
  outline: none;
}

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

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

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

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

.vc_row.btc-featuredproducts {
  padding-top: 5px;
}

.vc_row.btc-featuredproducts .nb_wc-products {
  padding-top: 20px;
  padding-bottom: 5px;
}

.vc_row.btc-featuredproducts .owl-dots {
  padding-top: 15px;
}

.vc_row.btc-whyessential-heading {
  padding-top: 10px;
}

.vc_row.btc-whyessential {
  padding-bottom: 15px;
}

.vc_row.btc-whyessential .aio-icon-box .aio-icon {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

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

.vc_row.btc-video {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vc_row.btc-video .btc-video-btn .vc_btn3.vc_btn3-size-md {
  font-size: 16px;
  padding: 7px 25px;
}

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

.vc_row.btc-video .btc-video-btn .vc_btn3.vc_btn3-style-custom {
  background-image: none;
}

.vc_row.btc-video .btc-video-btn .vc_btn3.vc_btn3-style-custom:hover {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
}

.vc_row.btc-video .btc-videolnk {
  position: relative;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.vc_row.btc-video .btc-videolnk:hover {
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.35);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.35);
}

.vc_row.btc-video .btc-videolnk .ult-modal-img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.vc_row.btc-blog {
  padding-top: 35px;
  padding-bottom: 20px;
}

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

.vc_row.btc-testimonial .nb_testimonial-box2 {
  background: #fff;
}

.vc_row.btc-testimonial .owl-dots {
  padding-top: 23px;
}

.vc_row.btc-testimonial .btc-brands {
  padding-top: 5px;
  padding-bottom: 15px;
}

.vc_row.btc-faq {
  padding-top: 15px;
}

.vc_row.btc-faq .btc-faq-form {
  padding-top: 25px;
}

.vc_row.btc-faq2 {
  padding-top: 5px;
}

.vc_row.btc-faq2 .uvc-heading .uvc-main-heading h3 {
  font-weight: 600 !important;
}

.vc_row.btc-faq2 .faq-form input[type="submit"] {
  margin-left: 0;
  margin-right: 15px;
  display: inline-block;
}

.vc_row.btc-faq2 .faq-form .ajax-loader {
  position: static;
}

.uvc-heading .uvc-sub-heading {
  font-weight: 600 !important;
}

.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;
  color: #f68d7d;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 50px;
  border: 2px solid #f68d7d;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*3.1 Lists*/

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

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

/*3.2 Tables*/

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

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

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

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

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

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

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

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

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

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

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

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

/*# Buttons*/

/*# Fields*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 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%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

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

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

textarea {
  width: 100%;
}

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

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

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

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

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

/* Text meant only for screen readers. */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  height: auto;
  max-width: 100%;
}

img {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# Header-global*/

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

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

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

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

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

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

.site-header {
  border-bottom: 1px solid #ccc;
  -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: 11;
  margin-bottom: 60px;
}

.site-header .top-section ul,
.site-header .top-section p {
  margin: 0;
}

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

.site-header .top-section .widget,
.site-header .top-section .socials-section,
.site-header .top-section .text-section {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header .top-section .flex-section {
  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;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.site-header .top-section .flex-section > * {
  padding-left: 15px;
  padding-right: 15px;
}

.site-header .top-section .flex-section .widget + .widget,
.site-header .top-section .flex-section .widget + .socials-section {
  margin-left: 0;
}

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

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

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

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

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

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

.nb-navbar .menu-item:hover > a,
.nb-navbar .menu-item.current-menu-parent > a,
.nb-navbar .menu-item.current-menu-item > a,
.nb-header-sub-menu .menu-item:hover > a,
.nb-header-sub-menu .menu-item.current-menu-parent > a,
.nb-header-sub-menu .menu-item.current-menu-item > a {
  color: #f68d7d;
}

.stuck {
  position: fixed;
  top: 0;
  width: 100%;
}

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

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

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

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

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

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

.header-location .ult-adjust-bottom-margin {
  margin-bottom: 0;
}

.header-location .ult-adjust-bottom-margin ul li {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-bottom: 0 !important;
  display: inline-block;
  position: relative;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content {
  margin-bottom: 0;
  display: inline;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content .ult-just-icon-wrapper {
  display: inline;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content .uavc-list-icon {
  display: inline;
  margin-right: 0;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content .uavc-list-icon .align-icon {
  display: inline;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content .uavc-list-desc {
  display: inline;
  vertical-align: top;
}

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

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

.top-section .flex-section .menu {
  list-style: none;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.middle-section ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.middle-section ul.menu li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.middle-section ul.menu li .align-icon {
  vertical-align: middle;
}

.middle-section ul.menu li .align-icon .aio-icon i {
  font-size: 16px;
}

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

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

.site-header .header-cart-wrap .nb-cart-section .counter {
  position: absolute;
  bottom: 0;
  background: #f68d7d;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  border: 0 none;
  padding: 2px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: auto;
  right: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.site-header .header-cart-wrap .nb-cart-section .counter:before,
.site-header .header-cart-wrap .nb-cart-section .counter:after,
.site-header .header-cart-wrap .nb-cart-section .counter .counter-l,
.site-header .header-cart-wrap .nb-cart-section .counter .counter-r {
  display: none;
}

/*# Header-left-inline*/

.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 .middle-section-wrap .middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .main-navigation {
  padding-top: 10px;
}

.site-header.left-inline .middle-section-wrap .middle-section .main-menu-section .main-navigation.main-mobile-navigation {
  padding-top: 0;
}

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

.site-header.left-inline .middle-section-wrap .middle-section .nb-navbar > li > a {
  font-size: 19px;
  font-weight: normal;
  line-height: 30px;
}

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

.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 .middle-section-wrap .middle-section .logo-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;
}

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

.site-header.left-inline.header-mobile .middle-section-wrap .middle-section .icon-header-wrap .search-section {
  margin-left: 15px;
}

.site-header.left-inline.header-mobile .middle-section-wrap .middle-section .icon-header-wrap .search-section + .header-cart-wrap {
  margin-left: 15px;
}

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

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

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

.site-header.mid-stack .bot-section-wrap {
  border-top: 1px solid #eeeeee;
}

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

.site-header.mid-stack .bot-section-wrap .bot-section .main-menu-section {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.mid-stack .bot-section-wrap .bot-section .main-menu-section .main-navigation {
  padding-top: 10px;
}

.site-header.mid-stack .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-mobile-navigation {
  padding-top: 0;
}

.site-header.mid-stack .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
  margin-left: -5px;
}

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

.site-header.mid-stack .bot-section-wrap .bot-section .nb-navbar > li > a {
  font-size: 19px;
  font-weight: normal;
  line-height: 30px;
}

.site-header.mid-stack .bot-section-wrap .bot-section .icon-header-wrap {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.mid-stack .main-logo {
  text-align: center;
}

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

.site-header.mid-stack.header-mobile .bot-section-wrap .bot-section .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin-left: 0px;
}

.site-header.mid-stack.header-mobile .bot-section-wrap .bot-section .icon-header-wrap .search-section {
  margin-left: 15px;
}

.site-header.mid-stack.header-mobile .bot-section-wrap .bot-section .icon-header-wrap .search-section + .header-cart-wrap {
  margin-left: 15px;
}

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

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

.site-header.split .top-section ul,
.site-header.split .top-section p {
  margin: 0;
}

.site-header.split .top-section .widget,
.site-header.split .top-section .socials-section {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.site-header.split .middle-section-wrap .middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.split .middle-section-wrap .middle-section .flex-section.equal-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-header.split .middle-section-wrap .middle-section .logo-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.split .middle-section-wrap .middle-section .socials-section ul li a {
  font-size: 18px;
}

.site-header.split .middle-section-wrap .middle-section .socials-section ul li:first-of-type a {
  padding-left: 0;
}

.site-header.split .middle-section-wrap .middle-section .socials-section ul li:last-of-type a {
  padding-right: 0;
}

.site-header.split .middle-section-wrap .main-logo {
  text-align: center;
}

.site-header.split .bot-section-wrap {
  border-top: 1px solid #eeeeee;
}

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

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

.site-header.split .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
  margin-left: -5px;
}

.site-header.split .bot-section-wrap .bot-section .nb-navbar {
  text-transform: capitalize;
}

.site-header.split .bot-section-wrap .bot-section .nb-navbar > li > a {
  font-size: 19px;
  font-weight: normal;
  line-height: 30px;
}

.site-header.split .bot-section-wrap .bot-section .icon-header-wrap {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.site-header.split.header-mobile .middle-section-wrap .middle-section .icon-header-wrap .search-section {
  margin-left: 15px;
}

.site-header.split.header-mobile .middle-section-wrap .middle-section .icon-header-wrap .search-section + .header-cart-wrap {
  margin-left: 15px;
}

.site-header.split.header-mobile .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin: 0px;
}

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

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

.site-header.modern .top-section ul,
.site-header.modern .top-section p {
  margin: 0;
}

.site-header.modern .top-section .widget,
.site-header.modern .top-section .socials-section {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header.modern .top-section .flex-section {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.site-header.modern .middle-section-wrap .middle-section .flex-section.equal-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-header.modern .middle-section-wrap .middle-section .logo-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
}

.site-header.modern .middle-section-wrap .middle-section .socials-section ul li a {
  font-size: 18px;
}

.site-header.modern .middle-section-wrap .middle-section .socials-section ul li:first-of-type a {
  padding-left: 0;
}

.site-header.modern .middle-section-wrap .middle-section .socials-section ul li:last-of-type a {
  padding-right: 0;
}

.site-header.modern .middle-section-wrap .middle-section .right-section {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.modern .middle-section-wrap .middle-section .right-section .menu-section .icon-header-wrap {
  padding-left: 0;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.modern .middle-section-wrap .middle-section .right-section .menu-section .header-account-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.site-header.modern .middle-section-wrap .middle-section .right-section .menu-section .main-menu-section .nb-navbar {
  margin-top: 0;
  margin-bottom: 0;
}

.site-header.modern .middle-section-wrap .middle-section .right-section .icon-cart-wrap .header-cart-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header.modern .middle-section-wrap .middle-section .right-section .icon-cart-wrap .header-cart-wrap .nb-cart-section {
  font-size: 22px;
  padding-right: 10px;
}

.site-header.modern .middle-section-wrap .middle-section .right-section .icon-cart-wrap .header-cart-wrap .nb-cart-section .counter {
  bottom: auto;
  top: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  min-width: 18px;
  padding: 2px;
  text-align: center;
}

.site-header.modern .middle-section-wrap .main-logo {
  text-align: center;
}

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

.site-header.modern.header-desktop .middle-section-wrap .middle-section .right-section .menu-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-header.modern.header-desktop .middle-section-wrap .middle-section .right-section .menu-section + .icon-cart-wrap {
  margin-left: 15px;
  border-left: 1px solid #eee;
}

.site-header.modern.header-desktop .middle-section-wrap .middle-section .right-section .menu-section .icon-header-wrap {
  padding-top: 20px;
}

.site-header.modern.header-desktop .middle-section-wrap .middle-section .right-section .menu-section .main-menu-section {
  border-top: 1px solid #eee;
}

.site-header.modern.header-desktop .middle-section-wrap .middle-section .right-section .menu-section .main-menu-section .nb-navbar {
  margin-top: 0;
  margin-bottom: 0;
}

.site-header.modern.header-desktop .middle-section-wrap .middle-section .right-section .menu-section .main-menu-section .nb-navbar > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.site-header.modern.header-desktop .middle-section-wrap .middle-section .right-section .icon-cart-wrap .header-cart-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

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

.site-header.modern.header-mobile .middle-section-wrap .middle-section .right-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-header.modern.header-mobile .middle-section-wrap .middle-section .right-section .menu-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header.modern.header-mobile .middle-section-wrap .middle-section .right-section .icon-cart-wrap .header-cart-wrap {
  padding-left: 15px;
}

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

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

.site-header.modern.header-mobile .middle-section-wrap .middle-section .text-section {
  display: none;
}

.site-header.modern.header-mobile .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin: 0px;
}

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

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

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

.site-header.simple .middle-section-wrap .middle-section .flex-section.equal-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-header.simple .middle-section-wrap .middle-section .logo-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
}

.site-header.simple .middle-section-wrap .middle-section .icon-header-wrap {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.site-header.simple.header-mobile .middle-section-wrap .middle-section .icon-header-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.site-header.simple.header-mobile .middle-section-wrap .middle-section .text-section {
  display: none;
}

.site-header.simple.header-mobile .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin: 0px;
}

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

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

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

.site-header.left-stack .middle-section-wrap .middle-section .logo-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
}

.site-header.left-stack .middle-section-wrap .middle-section .icon-header-wrap {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.left-stack.header-desktop .middle-section-wrap .middle-section {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header.left-stack.header-desktop .middle-section-wrap .middle-section .logo-section {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.left-stack.header-desktop .middle-section-wrap .middle-section .logo-section .main-logo {
  text-align: center;
}

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

.site-header.left-stack.header-mobile .middle-section-wrap .middle-section .icon-header-wrap {
  margin-left: auto;
}

.site-header.left-stack.header-mobile .middle-section-wrap .middle-section .text-section {
  display: none;
}

.site-header.left-stack.header-mobile .main-navigation.main-mobile-navigation .mobile-toggle-button {
  margin: 0px;
}

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

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

.site-header.creative .middle-section-wrap .icon-header-wrap {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.site-header.creative .middle-section-wrap .icon-header-wrap .header-location {
  margin-right: 15px;
}

.site-header.creative .bot-section-wrap .main-menu-section {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.site-header.creative .bot-section-wrap .main-menu-section .nb-navbar {
  text-transform: capitalize;
}

.site-header.creative .bot-section-wrap .main-menu-section .nb-navbar > li > a {
  font-size: 19px;
  font-weight: normal;
  line-height: 30px;
}

.site-header.creative.header-mobile .bot-section-wrap {
  padding: 0;
}

.site-header.creative.header-mobile .bot-section-wrap .bot-section {
  position: relative;
}

.site-header.creative.header-mobile .bot-section-wrap .bot-section .main-menu-section {
  position: absolute;
}

.site-header.creative.header-mobile .bot-section-wrap .bot-section .main-menu-section .main-mobile-navigation {
  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.creative.header-mobile .bot-section-wrap .bot-section .main-menu-section .main-mobile-navigation .mobile-toggle-button {
  margin-left: 0;
}

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

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

.site-header.plain .middle-section-wrap .icon-header-wrap {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.site-header.plain .bot-section-wrap .main-menu-section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header.plain .bot-section-wrap .main-menu-section .nb-navbar {
  text-transform: capitalize;
}

.site-header.plain .bot-section-wrap .main-menu-section .nb-navbar > li > a {
  font-size: 19px;
  font-weight: normal;
  line-height: 30px;
}

.site-header.plain.header-mobile .bot-section-wrap {
  padding: 0;
}

.site-header.plain.header-mobile .bot-section-wrap .bot-section {
  position: relative;
}

.site-header.plain.header-mobile .bot-section-wrap .bot-section .main-menu-section {
  position: absolute;
}

.site-header.plain.header-mobile .bot-section-wrap .bot-section .main-menu-section .main-mobile-navigation {
  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.plain.header-mobile .bot-section-wrap .bot-section .main-menu-section .main-mobile-navigation .mobile-toggle-button {
  margin-left: 0;
}

/*# Header icon*/

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

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

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

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

.icon-header-wrap .header-account-wrap,
.icon-header-wrap .header-cart-wrap {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 .mini_cart_item .remove i {
  font-size: 16px;
}

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

.mini-cart-wrap .buttons .button {
  display: inline-block;
  padding: 7px 15px;
  float: left;
  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 {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

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

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

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

.nb-navbar > .menu-item > a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# Navigation*/

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

/*# Comments*/

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

.bypostauthor {
  display: block;
}

/*# Posts And Pages*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

/*# Widgets*/

.widget {
  margin: 0 0 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.widget_nav_menu.menu-hoz ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.widget a:focus {
  outline: none;
}

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

.popup-search + #nbt-search-wrap {
  display: none;
}

.site-wrapper .widget ul li a:hover {
  color: #f68d7d;
}

ul.menu-hoz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

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

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

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

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

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

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

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

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

.product_list_widget > li > a > img:hover {
  border-color: #f68d7d;
}

.product_list_widget > li > a:hover > img {
  border-color: #f68d7d;
}

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

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

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

.product_list_widget .product-title > a:hover {
  color: #f68d7d;
}

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

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

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

/*Custom widget*/

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

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

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

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

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

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

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

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

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

.nb_latest_post .nb_latest_item .nb_post_thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f68d7d;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  font-size: 1.1rem;
}

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

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

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

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

.nb_wp_post .nb_wp_post-i .nb-post-thumb-i {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #f68d7d;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  color: #f68d7d;
}

.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-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #f68d7d;
}

.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-none .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  color: #f68d7d;
}

.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;
  background-color: #f68d7d;
}

.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;
  background-color: #f68d7d;
}

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

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

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

.nb_testimonials .nb_testimonial-item .nb_testimonial-box2 {
  position: relative;
}

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

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

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

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

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

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

.aio-icon-box .aio-icon {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  padding: 3px;
  border: 8px solid #fbdfdf;
}

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

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

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

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

.nbt-brands .aio-icon {
  display: block !important;
  width: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 2px 0px 0 rgba(153, 153, 153, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# Links*/

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

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

/*# Blog*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog .post .entry-image .entry-date {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-blog .entry-image {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-blog .nb-social-icons {
  margin: 30px 0 0;
}

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.single-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;
  display: inline-block;
  min-width: 30px;
}

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

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

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

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

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

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

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

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

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

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

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 .footer-top-section {
  border-top: 1px solid #ccc;
}

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

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

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

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

.site-footer .footer-bot-section {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ebebeb;
}

.site-footer .footer-bot-section > .container > .row > .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.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 .nb_latest_post .nb_latest_item .nb_post_title > a:hover {
  color: #f68d7d;
}

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

.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 .widget.widget_nav_menu.menu-hoz ul > li {
  padding: 0 5px;
}

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

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

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

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

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

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

.site-footer .form-newsletter .input-group .btn:hover {
  color: #f68d7d;
}

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

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

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

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

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

.footer-abs-section .footer-abs-left a:hover {
  color: #e68373;
}

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

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

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

.footer_nomargin .footer-top-section,
.footer_nomargin .footer-bot-section,
.footer_nomargin .footer-abs-section {
  border-top: 0 none;
}

.footer_nomargin .footer-top-section + div,
.footer_nomargin .footer-bot-section + div,
.footer_nomargin .footer-abs-section + div {
  border-top: 1px solid #ebebeb;
}

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

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

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

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

.nb-input-group .search-button button i {
  color: inherit !important;
  font-size: 20px;
}

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

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

.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: inherit !important;
  font-size: 20px;
}

.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.children {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  color: #f68d7d;
  margin-bottom: 0;
  text-shadow: 0px 6px 0 rgba(153, 153, 153, 0.35);
  -webkit-text-stroke: 3px #ffffff;
}

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

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

.error404 main h1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #f68d7d;
  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%;
  background: #f68d7d;
  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 #ccc;
}

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

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

.nbt-product {
  position: relative;
}

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

.nbt-product .product-image-list .product-image-link {
  padding: 15px;
  display: block;
}

.nbt-product .product-content {
  overflow: hidden;
}

.nbt-product .product-content .product-title {
  color: #444;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 7px;
}

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

.nbt-product .product-content .product-title > a:hover {
  color: #f68d7d;
}

.nbt-product .product-content .product-description {
  color: #666;
  margin-bottom: 7px;
}

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

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

.nbt-product .product-action {
  background: #fff;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #f7f6f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

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

.nbt-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: 45px;
  line-height: 45px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

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

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

.nbt-product .product-action .button:hover {
  background: #f68d7d;
}

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

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

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

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

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

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

.nbt-product .product-action .button .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
}

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

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

.nbt-product.grid-type-wrap .product-image-list {
  background-color: #f7f6f2;
  margin-bottom: 22px;
  text-align: center;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.nbt-product.grid-type-wrap .product-image-list .product-image-link {
  padding: 15px;
}

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

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

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

.nbt-product.grid-type-wrap .product-content .price {
  display: block;
  margin-bottom: 9px;
}

.nbt-product.grid-type-wrap .product-content .product-description {
  margin-bottom: 0;
}

.nbt-product.grid-type-wrap:hover .product-image-list {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
}

.nbt-product.grid-type-wrap2 .product-action {
  background: transparent;
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 none;
}

.nbt-product.grid-type-wrap2 .product-action > * {
  border: 0 none !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.nbt-product.grid-type-wrap2 .product-action .button {
  background: transparent;
  height: auto;
  line-height: 1.5;
  display: inline-block;
}

.nbt-product.grid-type-wrap2 .product-action .button i {
  display: none;
}

.nbt-product.grid-type-wrap2 .product-action .button .tooltip {
  background: transparent;
  color: inherit;
  position: static;
  display: inline-block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  padding: 0;
  margin: 0;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}

.nbt-product.grid-type-wrap2 .product-action .button .tooltip:before {
  display: none;
}

.nbt-product.grid-type-wrap2 .product-action .button a,
.nbt-product.grid-type-wrap2 .product-action a.button {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 15px;
  margin: 7px 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.nbt-product.grid-type-wrap2 .product-action .button a:hover,
.nbt-product.grid-type-wrap2 .product-action a.button:hover {
  color: #fff !important;
}

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

.nbt-product .star-rating {
  width: 70px;
}

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

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

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

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

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

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

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

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

.product .onsale.sale-style-1 {
  position: absolute;
  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";
  font-size: 14px;
  margin-bottom: 10px;
}

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

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

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

.product .price del .amount {
  margin-right: 10px;
}

.product .entry-summary {
  margin-top: 0;
}

.product .entry-summary .price {
  margin-top: 0;
}

.shop-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-action .woocommerce-result-count {
  margin-top: 5px;
  margin-bottom: 5px;
}

.added_to_cart.wc-forward {
  display: none;
}

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

.woocommerce .products .product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.single-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

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

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

.single-product-wrap .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100%;
  background-color: #f7f6f2;
}

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

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

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

.single-product-wrap .price del {
  font-size: 1.5em;
}

.single-product-wrap .price del .amount {
  opacity: .5;
  margin-right: 10px;
}

.single-product-wrap .price ins,
.single-product-wrap .price > span.amount {
  font-size: 2em;
}

.single-product-wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}

.single-product-wrap .entry-summary {
  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: 90px;
  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 {
  font-size: 16px; 
  margin-bottom: 20px;
}

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

.single-product-wrap .cart {
  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 .nb-quantity {
  margin-top: 7px;
  margin-bottom: 7px;
}

.single-product-wrap .single_add_to_cart_button {
  position: static;
  width: auto;
  margin: 7px 10px 7px 0;
}

.single-product-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
  border: 0;
  text-align: center;
  color: #fff;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a .icon-heart,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a .icon-heart,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a .icon-heart {
  margin-right: 0;
  font-size: 16px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i {
  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: 0px;
  line-height: 50px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: -55%;
  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 .add_to_wishlist .tooltip {
  left: -70%;
}

.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: 70px;
  height: 7px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

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

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

.shop-main.left-thumb .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .featured-gallery {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding-right: 10px;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .swiper-slide {
  height: auto;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-150%) translateY(-15px);
  -ms-transform: translateY(-150%) translateY(-15px);
  transform: translateY(-150%) translateY(-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(-150%) translateY(-15px);
  -ms-transform: translateY(-150%) translateY(-15px);
  transform: translateY(-150%) translateY(-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-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.variations ul.swatch li:hover span,
.variations ul.swatch li.selected span {
  color: #f68d7d;
  border-color: #f68d7d;
}

.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'fontello';
  content: '\e80a';
  text-indent: 0;
}

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

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

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a::before {
  color: #f68d7d;
}

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

.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: 10px;
  border-radius: 10px;
  border: 0;
  padding: 10px 25px;
  font-size: 16px;
  text-transform: uppercase;
}

.shop-main .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 18px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.shop-main .woocommerce-Reviews .comment {
  margin-bottom: 20px;
}

.shop-main .woocommerce-Reviews .commentlist {
  list-style-type: none;
  padding-left: 0;
}

.shop-main .woocommerce-Reviews .commentlist .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-main .woocommerce-Reviews .commentlist .star-rating {
  width: 70px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .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 td.product-name {
  font-size: 16px;
  font-weight: 600;
}

.shop_table th,
.shop_table td {
  text-align: left;
}

.shop_table thead th {
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
}

.shop_table td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid;
}

.shop_table .cart_item td a {
  color: #323232;
}

.shop_table .cart_item td a:hover {
  color: #f68d7d;
}

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

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

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

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

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

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

.coupon {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

.coupon-wrap:after,
.cart-totals-wrap:after {
  display: table;
  content: '';
  clear: both;
}

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

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

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

.woocommerce .return-to-shop,
.woocommerce-page .return-to-shop {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.woocommerce-checkout #customer_details .form-row input.input-text {
  height: 45px;
  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;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

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

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

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

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

/*wishlist*/

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

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

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

.woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-add-to-cart a {
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
}

#yith-wcwl-popup-message {
  border: 2px solid;
  padding: 20px;
  border-color: #f68d7d;
  -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 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  background: #fff;
}

#yith-quick-view-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  z-index: 2;
  opacity: 0.5;
}

#yith-quick-view-close:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
  background: none;
}

#yith-quick-view-content .shop-main {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#yith-quick-view-content .single-product-wrap {
  margin: 0;
  padding: 30px 20px 15px;
}

#yith-quick-view-content .nb-social-icons {
  display: none;
}

#yith-quick-view-content div.images {
  opacity: 1 !important;
}

#yith-quick-view-content .product_meta {
  padding-top: 30px;
  float: left;
  width: 100%;
}

#yith-quick-view-content .cart {
  width: 100%;
}

.cart-notice-wrap {
  position: fixed;
  top: 60px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 999;
}

.cart-notice-wrap .cart-notice {
  border: 2px solid;
  padding: 20px;
  background-color: #fff;
}

.cart-notice-wrap .cart-url {
  text-align: center;
  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;
  background-color: #f68d7d;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -3px;
  margin-left: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #ccc;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #eee;
  border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 10px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget .woocommerce-product-search {
  position: relative;
  display: block;
}

.widget .woocommerce-product-search .search-field {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 2px solid #ccc;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget .woocommerce-product-search .search-field:focus {
  border-color: #f68d7d;
}

.widget .woocommerce-product-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  font-size: 0;
  border: 0 none;
  background-color: transparent;
  background-image: url(assets/images/demo/icon-search.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget .woocommerce-product-search input[type="submit"]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  content: '';
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding-left: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[name="save_account_details"] {
  margin-top: 30px;
  padding: 10px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button.view {
  display: inline-block;
  padding: 5px 10px;
}

.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > .u-columns,
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > .woocommerce-ResetPassword {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-account .woocommerce > .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce .woocommerce-EditAccountForm [type=submit] {
  margin-top: 30px;
  padding: 7px 30px;
}

.woocommerce-account .woocommerce-form-register .show_if_seller {
  display: none;
}

.woocommerce-account .woocommerce-ResetPassword [type="submit"] {
  padding: 7px 30px;
}

.custom-login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

.custom-login-wrap:not(.has-register-form) {
  padding: 30px;
}

.custom-login-wrap:not(.has-register-form) .custom-login {
  width: 100%;
}

.custom-login-wrap.has-register-form {
  padding: 15px;
}

.custom-login-wrap.has-register-form .custom-login,
.custom-login-wrap.has-register-form .custom-register {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-login-wrap .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-top: 10px;
}

.custom-login-wrap .rememberme-wrap {
  margin-top: 30px;
}

.lost_password {
  text-align: right;
}

.dokan-become-seller {
  padding: 0 15px;
}

.dokan-become-seller .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dokan-become-seller .form-row label {
  display: block;
  min-width: 120px;
}

.dokan-become-seller .form-row small {
  margin-left: 15px;
}

@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%;
  }

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

  .vc_row.btc-featuredproducts {
    padding-top: 15px;
  }

  .vc_row.btc-whyessential-heading {
    padding-top: 20px;
  }

  .vc_row.btc-whyessential {
    padding-bottom: 25px;
  }

  .vc_row.btc-video {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vc_row.btc-testimonial .btc-brands {
    padding-bottom: 25px;
  }

  .vc_row.btc-faq .btc-faq-form {
    padding-top: 35px;
  }

  .site-header .top-section .flex-section {
    -webkit-justify-content: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    text-align: inherit;
  }

  .header-location .ult-adjust-bottom-margin ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .header-location .ult-adjust-bottom-margin ul li:first-child {
    padding-left: 0 !important;
  }

  .header-location .ult-adjust-bottom-margin ul li:last-child {
    padding-right: 0 !important;
  }

  .top-section .flex-section .widget + .widget,
  .top-section .flex-section .widget + .socials-section {
    margin-left: 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: inherit;
  }

  .top-section .flex-section .menu > li:not(:last-of-type) {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: inherit;
    padding-right: 15px;
    margin-right: 15px;
  }

  .middle-section ul.menu li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .middle-section ul.menu li:not(:last-child) {
    border: 0 none;
  }

  .middle-section ul.menu li:not(:last-child):after {
    content: '\e80c';
    font-family: 'fontello';
    color: #959595;
    padding: 0 10px;
    font-size: 18px;
  }

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

  .site-header.mid-stack .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
    margin-left: -7px;
  }

  .site-header.split .middle-section-wrap .middle-section .text-section {
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.split .middle-section-wrap .logo-right .main-logo {
    text-align: right;
  }

  .site-header.split .middle-section-wrap .logo-left .main-logo {
    text-align: left;
  }

  .site-header.split .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
    margin-left: -7px;
  }

  .site-header.modern .middle-section-wrap .logo-right .main-logo {
    text-align: right;
  }

  .site-header.modern .middle-section-wrap .logo-left .main-logo {
    text-align: left;
  }

  .site-header.modern.header-mobile .middle-section-wrap .middle-section .right-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.modern.header-mobile .middle-section-wrap .middle-section .right-section .menu-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-justify-content: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }

  .site-header.left-stack .middle-section-wrap .middle-section .main-menu-section {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .site-header.left-stack.header-mobile .middle-section-wrap .middle-section .main-menu-section {
    margin-right: 60px;
  }

  .site-header.creative.header-mobile .bot-section-wrap .bot-section .main-menu-section {
    right: 0;
  }

  .site-header.creative.header-mobile .middle-section-wrap .middle-section {
    padding-right: 45px;
  }

  .site-header.plain.header-mobile .bot-section-wrap .bot-section .main-menu-section {
    right: 0;
  }

  .site-header.plain.header-mobile .middle-section-wrap .middle-section {
    padding-right: 45px;
  }

  .mini-cart-wrap .buttons .button {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  ul.menu-hoz > li {
    padding: 0px 7px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 30px;
    font-size: 3rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 20px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 17px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 17px;
  }

  .type-post.sticky .entry-content {
    padding: 30px 30px 0;
  }

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

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

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

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

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

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

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

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

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 16px;
  }

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

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

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

  .comment-respond .comment-form > p input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 260px;
  }

  .error404 main {
    padding-top: 75px;
  }

  .error404 main .pnf-heading {
    font-size: 200px;
    text-shadow: 0px 15px 0 rgba(153, 153, 153, 0.35);
    -webkit-text-stroke: 8px #ffffff;
  }

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

  .error404 main h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 45px;
  }

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

  .nbt-product .product-action {
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }

  .nbt-product.list-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .nbt-product.list-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .nbt-product.list-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .nbt-product.list-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nbt-product.list-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .nbt-product.list-type-wrap .product-action > * a,
  .nbt-product.list-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nbt-product.list-type-wrap .product-action .button {
    line-height: inherit;
  }

  .nbt-product.list-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nbt-product.list-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-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;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

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

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a,
  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action .button {
    line-height: inherit;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-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;
  }
}

@media (min-width: 601px) {
  .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%;
  }

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

  .vc_row.btc-featuredproducts {
    padding-top: 25px;
  }

  .vc_row.btc-whyessential-heading {
    padding-top: 30px;
  }

  .vc_row.btc-whyessential {
    padding-bottom: 30px;
  }

  .vc_row.btc-whyessential .upb_row_bg {
    min-width: 33.33333333% !important;
    width: 33.33333333% !important;
    margin-left: 33.33333333%;
  }

  .vc_row.btc-whyessential .nbt-alignright .aio-icon-box.top-icon {
    text-align: right;
  }

  .vc_row.btc-whyessential .nbt-alignright .aio-icon-box.top-icon .align-icon {
    display: inline-block;
  }

  .vc_row.btc-whyessential .nbt-alignright .aio-icon-box.top-icon .aio-icon-description,
  .vc_row.btc-whyessential .nbt-alignright .aio-icon-box.top-icon .aio-icon-header,
  .vc_row.btc-whyessential .nbt-alignright .aio-icon-box.top-icon .aio-icon-img {
    text-align: right;
  }

  .vc_row.btc-whyessential .nbt-alignleft .aio-icon-box.top-icon {
    text-align: left;
  }

  .vc_row.btc-whyessential .nbt-alignleft .aio-icon-box.top-icon .align-icon {
    display: inline-block;
  }

  .vc_row.btc-whyessential .nbt-alignleft .aio-icon-box.top-icon .aio-icon-description,
  .vc_row.btc-whyessential .nbt-alignleft .aio-icon-box.top-icon .aio-icon-header,
  .vc_row.btc-whyessential .nbt-alignleft .aio-icon-box.top-icon .aio-icon-img {
    text-align: left;
  }

  .vc_row.btc-video {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vc_row.btc-testimonial .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
    font-size: 16px;
    line-height: 24px;
  }

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

  .vc_row.btc-faq .btc-faq-form {
    padding-top: 45px;
  }

  .wpcf7-form input[type="submit"] {
    margin-top: 30px;
  }

  .site-header .top-section .flex-section:first-of-type,
  .site-header .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%;
  }

  .site-header .top-section .flex-section:last-of-type {
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.mid-stack .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
    margin-left: -10px;
  }

  .site-header.split .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.split .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-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.split .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
    margin-left: -10px;
  }

  .site-header.modern .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.modern .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-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .site-header.modern .middle-section-wrap .middle-section .text-section {
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

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

  ul.menu-hoz > li {
    padding: 0px 10px;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 50px;
    font-size: 5rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.15px;
    font-size: 1.115rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 15px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 25px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 18px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 18px;
  }

  .nbt-brands .aio-icon {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 17px;
  }

  .site-footer .footer-bot-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .comment-list ol {
    padding-left: 30px;
  }

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

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

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 33.33333%;
  }

  .cross-sells:hover .flickity-prev-next-button {
    opacity: .8;
  }

  .cross-sells:hover .flickity-prev-next-button:disabled {
    opacity: .2;
  }

  .cross-sells .hiding-nav-ui .flickity-prev-next-button {
    display: none;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td {
    text-align: left;
  }
}

@media (min-width: 783px) {
  .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%;
  }

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

  .vc_row.btc-featuredproducts {
    padding-top: 35px;
  }

  .vc_row.btc-whyessential-heading {
    padding-top: 40px;
  }

  .vc_row.btc-whyessential {
    padding-bottom: 35px;
  }

  .vc_row.btc-video {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vc_row.btc-blog .nb_wpposts_wppostmasonry [data-cols-xl="2"] .nb_wp-blog3:nth-child(2) .nb_wp_post-i {
    padding-top: 30px;
  }

  .vc_row.btc-testimonial .btc-brands {
    padding-bottom: 45px;
  }

  .vc_row.btc-faq .btc-faq-form {
    padding-top: 55px;
  }

  .site-header.mid-stack .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
    margin-left: -15px;
  }

  .site-header.split .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
    margin-left: -15px;
  }

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

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

  .page .page-left-sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .vc_blog_date .vc_post_date-day {
    font-size: 70px;
    font-size: 7rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.2px;
    font-size: 1.12rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 30px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-name {
    font-size: 19px;
  }

  .nb_testimonials .nb_testimonial-item .nb_testimonial-position {
    font-size: 19px;
  }

  .nbt-brands .aio-icon {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .content-search > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-search > article .entry-image {
    margin-bottom: 45px !important;
  }

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

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

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 18px;
  }

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

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

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

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

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

  .custom-login-wrap.has-register-form .custom-login,
  .custom-login-wrap.has-register-form .custom-register {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .site-header.mid-stack .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
    margin-left: -20px;
  }

  .site-header.split .bot-section-wrap .bot-section .main-menu-section .main-navigation.main-desktop-navigation {
    margin-left: -20px;
  }

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

  .vc_blog_date .vc_post_date-day {
    font-size: 90px;
    font-size: 9rem;
  }

  .vc_blog_date .vc_post_date-month {
    font-size: 11.25px;
    font-size: 1.125rem;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
    font-size: 16px;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 35px;
  }

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

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li {
    font-size: 19px;
  }

  .site-footer .footer-bot-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .site-footer .footer-bot-section > .container > .row > .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .cross-sells.row-5-products .product {
    width: 20%;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1310px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.33333%;
  }

  .pull-xxl-2 {
    right: 16.66667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.33333%;
  }

  .pull-xxl-5 {
    right: 41.66667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.33333%;
  }

  .pull-xxl-8 {
    right: 66.66667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.33333%;
  }

  .pull-xxl-11 {
    right: 91.66667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.33333%;
  }

  .push-xxl-2 {
    left: 16.66667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.33333%;
  }

  .push-xxl-5 {
    left: 41.66667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.33333%;
  }

  .push-xxl-8 {
    left: 66.66667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.33333%;
  }

  .push-xxl-11 {
    left: 91.66667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.split .top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.split .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.split .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.split .top-section .flex-section .menu > li {
    padding: 0 15px;
  }

  .site-header.modern .top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.modern .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.modern .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.modern .top-section .flex-section .menu > li {
    padding: 0 15px;
  }

  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .shop-main .swiper-pagination-bullet {
    width: 60px;
  }
}

@media screen and (max-width: 992px) {
  .cart-notice-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .cart-notice-wrap .cart-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
  }
}

@media (max-width: 991px) {
  #primary + #secondary {
    margin-top: 90px;
  }

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

  .vc_row.btc-whyessential .upb_row_bg {
    opacity: 0.35;
  }

  .site-header .top-section .flex-section:first-of-type,
  .site-header .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;
  }

  .header-location .ult-adjust-bottom-margin ul li {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .site-header.split .top-section .flex-section .menu > li {
    padding: 0 7px;
  }

  .site-header.split .middle-section-wrap .middle-section .socials-section ul li a {
    padding: 0 7px;
  }

  .site-header.modern .top-section .flex-section .menu > li {
    padding: 0 7px;
  }

  .site-header.modern .middle-section-wrap .middle-section .socials-section ul li a {
    padding: 0 7px;
  }

  .site-header.creative .middle-section-wrap .icon-header-wrap .text-section {
    display: none;
  }

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

  .shop-main .swiper-pagination-bullet {
    width: 40px;
  }

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

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    text-align: center;
    margin-bottom: 25px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
    margin-left: -15px;
    margin-right: -15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: inline-block;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child):after {
    display: inline-block;
    content: '|';
    padding-left: 7px;
    padding-right: 7px;
    color: #ccc;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
    left: 15px;
  }

  .custom-login-wrap.has-register-form .custom-login {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .mfp-search .mfp-content {
    max-width: 420px;
  }

  .vc_row.btc-whyessential .upb_row_bg {
    opacity: 0;
  }

  .vc_row.btc-faq2 .btc-faq-form {
    padding-top: 30px;
  }

  .contact-form .vc_custom_heading {
    margin-top: 45px;
  }

  .mfp-search .mfp-content {
    max-width: 420px;
  }

  .site-header .top-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.split .top-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.split .top-section .flex-section {
    display: block;
  }

  .site-header.split .middle-section-wrap .middle-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.split .middle-section-wrap .middle-section .logo-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .site-header.split .middle-section-wrap .middle-section .logo-section .main-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .site-header.split .middle-section-wrap .middle-section .socials-section ul li a {
    padding: 0 5px;
  }

  .site-header.modern .top-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.modern .top-section .flex-section {
    display: block;
  }

  .site-header.modern .middle-section-wrap .middle-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.modern .middle-section-wrap .middle-section .flex-section.equal-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header.modern .middle-section-wrap .middle-section .socials-section ul li a {
    padding: 0 5px;
  }

  .site-header.simple .middle-section-wrap .middle-section .flex-section.equal-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ult-overlay .ult_modal.ult-block {
    display: block;
  }

  .nb-primary-button {
    display: block;
    width: 100%;
  }

  .site-footer .footer-top-section .widget_nav_menu.menu-hoz .menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 {
    text-align: center;
  }

  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 .uavc-icons.uavc-icons-right {
    text-align: center;
  }

  .site-footer .widget {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .comment-respond .comment-form > p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nbt-product.grid-type-wrap .product-image-list {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  }

  .shop-main .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }

  .shop_table.cart {
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  .shop_table.cart thead,
  .shop_table.cart tbody,
  .shop_table.cart th,
  .shop_table.cart td,
  .shop_table.cart tr {
    display: block;
  }

  .shop_table.cart thead tr,
  .shop_table.cart .product-thumbnail {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .shop_table.cart td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .shop_table.cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 32%;
    left: 15px;
    white-space: nowrap;
  }

  .shop_table.cart .product-name {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
  }

  .shop_table.cart .product-remove {
    padding-left: 15px;
    text-align: center;
  }

  .shop_table.cart .product-price:before,
  .shop_table.cart .product-quantity:before,
  .shop_table.cart .product-subtotal:before {
    content: attr(data-title);
  }

  .shop_table.cart .product-quantity .nb-quantity {
    float: none;
  }

  .shop_table.cart .actions {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cross-sells .flickity-prev-next-button {
    background: transparent;
  }

  .nb-quantity {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-name {
    text-align: center;
    font-weight: bold;
  }
}

@media (max-width: 600px) {
  .admin-bar .site-header {
    z-index: 100000;
  }
}

@media (max-width: 575px) {
  .mfp-search .mfp-content {
    max-width: 90%;
    width: 420px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .vc_row.btc-testimonial .btc-brands > .vc_col-xs-6 {
    width: 100%;
  }

  .about_page .vc_row.about-history .img-history {
    display: none;
  }

  .mfp-search .mfp-content {
    max-width: 90%;
    width: 420px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header-location ul {
    text-align: center;
  }

  .header-location ul li {
    display: block !important;
  }

  .fs-hidden-xs {
    display: none;
  }

  .site-header.split .middle-section-wrap .middle-section .flex-section.equal-section {
    display: none;
  }

  .site-header.modern .middle-section-wrap .middle-section .logo-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .site-header.modern .middle-section-wrap .middle-section .logo-section .main-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .site-header.simple .middle-section-wrap .middle-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.simple .middle-section-wrap .middle-section .logo-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .site-header.simple .middle-section-wrap .middle-section .logo-section .main-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .site-header.simple.header-mobile .middle-section-wrap .middle-section .icon-header-wrap .main-menu-section + div {
    margin-left: auto;
  }

  .site-header.left-stack .middle-section-wrap .middle-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.left-stack .middle-section-wrap .middle-section .logo-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .site-header.left-stack .middle-section-wrap .middle-section .logo-section .main-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: center;
  }

  .site-header.left-stack.header-mobile .middle-section-wrap .middle-section .icon-header-wrap .main-menu-section + div {
    margin-left: auto;
  }

  .site-header.creative.header-mobile .bot-section-wrap .bot-section .main-menu-section {
    left: 0;
  }

  .site-header.creative.header-mobile .middle-section-wrap .middle-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.creative.header-mobile .middle-section-wrap .middle-section > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .site-header.creative.header-mobile .middle-section-wrap .middle-section > div.logo-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .site-header.creative.header-mobile .middle-section-wrap .middle-section > div.icon-header-wrap {
    padding-left: 45px;
  }

  .site-header.plain.header-mobile .bot-section-wrap .bot-section .main-menu-section {
    left: 0;
  }

  .site-header.plain.header-mobile .middle-section-wrap .middle-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.plain.header-mobile .middle-section-wrap .middle-section > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .site-header.plain.header-mobile .middle-section-wrap .middle-section > div.logo-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .site-header.plain.header-mobile .middle-section-wrap .middle-section > div.icon-header-wrap {
    padding-left: 45px;
  }

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

  .comment-respond .comment-form > p label {
    display: block;
  }

  .comment-respond .comment-form > p input[type="submit"] {
    display: block;
    width: 100%;
  }

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

@media (max-width: 480px) {
  #yith-quick-view-content div.images,
  #yith-quick-view-content div.summary {
    width: 100%;
    float: none;
  }

  #yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 100%;
    float: left;
  }
}

@media (max-width: 424px) {
  .contact-form .uavc-list .uavc-list-content .uavc-list-icon {
    margin-right: 15px !important;
    padding: 10px;
  }

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

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .logo-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .site-header.left-inline.header-mobile .middle-section-wrap .middle-section .logo-section .main-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: center;
  }

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

@media (min-width: 768px) and (max-width: 991px) {
  .coupon .nb-wide-button,
  .cart_totals .nb-wide-button {
    float: right;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
