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

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

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

.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: #ca457e;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 50px;
  border: 2px solid #ca457e;
  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 {
  background: #ca457e;
  color: #fff;
  border-color: #ca457e;
}

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

.contact-form .uavc-list .uavc-list-content .uavc-list-icon {
  color: #ca457e;
  border: 2px solid #ca457e;
}

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

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

.site-header .header-cart-wrap .nb-cart-section .counter {
  background: #ca457e;
}

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

/*# 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.main-mobile-navigation .menu-main-menu-wrap {
  padding: 50px 0 0;
}

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title {
  padding: 0 15px;
}

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

.main-navigation.main-mobile-navigation .menu-main-menu-wrap .menu-main-menu-title .icon-cancel-circle {
  top: 0;
}

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

#secondary .tagcloud a:hover {
  background-color: #ca457e;
}

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

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

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

.product_list_widget span.amount {
  color: #ca457e;
}

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

.vc_blog_date .vc_post_date-month {
  color: #ca457e;
}

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

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

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

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

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

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

.nb_testimonials .nb_testimonial-item .nb_testimonial-box2:before {
  color: #ca457e;
}

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

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

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

.site-footer .uavc-icons {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.site-footer .nb_latest_post .nb_latest_item .nb_post_title > a:hover {
  color: #ca457e;
}

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

.footer-abs-section .footer-abs-middle a {
  color: #f5a195;
}

.footer-abs-section .footer-abs-middle a:hover {
  color: #ca457e;
}

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

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

.nb-input-group .search-field:focus {
  border-color: #ca457e;
}

.nb-input-group .search-button button:hover {
  color: #ca457e;
}

.widget .nb-input-group .search-field:focus {
  border-color: #ca457e;
}

.widget .nb-input-group .search-button button:hover {
  color: #ca457e;
}

.nb-back-to-top-wrap:hover a.light,
.nb-back-to-top-wrap:hover a.dark {
  background-color: #ca457e;
}

/*# 404 */

.error404 main .pnf-heading {
  color: #ca457e;
}

.error404 main h1 {
  color: #ca457e;
}

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

.functional-food-home .nbt-product.grid-type-wrap .product-content .price {
  margin-bottom: 8px;
}

.functional-food-home .nb_wc-products .products-column .product {
  padding-top: 10px;
  padding-bottom: 10px;
}

.functional-food-home article {
  margin-bottom: 40px;
}

.functional-food-home .home-revolution-slider .wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}

.functional-food-home .home__category > div:nth-child(1) {
  background-color: #f7f7f7;
}

.functional-food-home .home__category > div:nth-child(3) {
  background-color: #f7f7f7;
}

.functional-food-home .home__category > div:nth-child(2) {
  background-color: #e7e2ea;
}

.functional-food-home .home__category > div:nth-child(4) {
  background-color: #e7e2ea;
}

.functional-food-home .home__category .wpb_wrapper {
  padding-top: 70px;
  padding-bottom: 73px;
}

.functional-food-home .home__category .aio-icon-component {
  margin-bottom: 0;
}

.functional-food-home .home__category .aio-icon-component .aio-icon-top .aio-icon {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.functional-food-home .home__category .aio-icon-component .aio-icon-top .aio-icon i {
  color: #ca457e;
}

.functional-food-home .home__category .aio-icon-component .aio-icon-header .aio-icon-title {
  margin: 24px 0 8px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.functional-food-home .home__category .aio-icon-component .aio-icon-description {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.833rem !important;
}

.functional-food-home .home__category .aio-icon-component .aio-icon-description p {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.833rem !important;
  margin: 0;
}

.functional-food-home .home__category .vc_btn3-container {
  margin-top: 22px;
  margin-bottom: 0;
}

.functional-food-home .home__category .vc_btn3-container button,
.functional-food-home .home__category .vc_btn3-container a {
  border: solid 2px #ca457e;
  background-color: transparent !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 30px;
  font-size: 16px;
  background-image: none;
}

.functional-food-home .home__category .vc_btn3-container button:hover,
.functional-food-home .home__category .vc_btn3-container a:hover {
  background-color: #ca457e !important;
  color: #ffffff !important;
}

.functional-food-home .home__products .main-title {
  margin-bottom: 0;
}

.functional-food-home .home__products .sub-title {
  margin-bottom: 39px;
}

.functional-food-home .home__products .sub-title .uvc-main-heading h2 {
  margin-bottom: 30px;
  position: relative;
}

.functional-food-home .home__products .sub-title .uvc-main-heading h2:after {
  bottom: -11px;
  left: 50%;
  position: absolute;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ca457e;
  height: 3px;
  width: 70px;
}

.functional-food-home .home__products .product .onsale {
  visibility: hidden;
}

.functional-food-home .home__about-us .uvc-main-heading h3 {
  margin-bottom: 2px;
}

.functional-food-home .home__about-us .main-title {
  margin-bottom: 0;
}

.functional-food-home .home__about-us .sub-title .uvc-sub-heading {
  font-size: 13.33px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: normal !important;
}

.functional-food-home .home__about-us .sub-title .uvc-sub-heading h2 {
  margin-bottom: 35px;
}

.functional-food-home .home__about-us .sub-title .uvc-main-heading h2 {
  margin-bottom: 38px;
  position: relative;
}

.functional-food-home .home__about-us .sub-title .uvc-main-heading h2:after {
  bottom: -11px;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ca457e;
  height: 3px;
  width: 70px;
}

.functional-food-home .home__about-us .aio-icon-component .aio-icon-box:hover .aio-icon {
  background-color: #ca457e;
}

.functional-food-home .home__about-us .aio-icon-component .aio-icon-box:hover .aio-icon i {
  color: #ffffff;
}

.functional-food-home .home__about-us .aio-icon-component .aio-icon-left .aio-icon {
  width: auto;
  height: auto;
  border: solid 2px #ca457e;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: 25px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.functional-food-home .home__about-us .aio-icon-component .aio-icon-left .aio-icon i {
  color: #ca457e;
  display: inline-block;
}

.functional-food-home .home__about-us .aio-icon-component .aio-ibd-block .aio-icon-header .aio-icon-title {
  margin-bottom: 5px;
  margin-top: -3px;
}

.functional-food-home .home__about-us .aio-icon-component .aio-ibd-block .aio-icon-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.functional-food-home .home__f-w .aio-icon-component {
  margin-bottom: 33px;
}

.functional-food-home .home__f-w .main-title {
  margin-bottom: 0;
}

.functional-food-home .home__f-w .main-title .uvc-main-heading h3 {
  font-size: 23px;
  font-weight: 300;
  color: #888888;
  margin-bottom: 6px;
}

.functional-food-home .home__f-w .sub-title {
  margin-bottom: 54px;
}

.functional-food-home .home__f-w .sub-title .uvc-main-heading h2 {
  margin-bottom: 30px;
  position: relative;
  font-size: 27.65px;
  font-weight: 600;
}

.functional-food-home .home__f-w .sub-title .uvc-main-heading h2:after {
  bottom: -11px;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ca457e;
  height: 3px;
  width: 70px;
}

.functional-food-home .home__f-w .vc_toggle .vc_toggle_title {
  padding-left: 50px;
  margin-top: -3px;
}

.functional-food-home .home__f-w .vc_toggle .vc_toggle_title h4 {
  font-size: 19px;
  font-weight: 500;
  color: #444444;
}

.functional-food-home .home__f-w .vc_toggle .vc_toggle_title .vc_toggle_icon:before {
  height: 3px;
  width: 20px;
  background-color: #ca457e;
}

.functional-food-home .home__f-w .vc_toggle .vc_toggle_title .vc_toggle_icon:after {
  height: 20px;
  width: 3px;
  background-color: #ca457e;
}

.functional-food-home .home__f-w .vc_toggle .vc_toggle_content p {
  font-size: 13.33px;
  color: #666666;
}

.functional-food-home .home__f-w .vc_toggle .vc_toggle_content .vc_toggle_content {
  padding-left: 50px;
}

.functional-food-home .home__f-w .main-title h3 {
  font-size: 23px;
  font-weight: 300;
  color: #888888;
}

.functional-food-home .home__f-w .sub-title h2 {
  font-size: 27.65px;
  font-weight: 600;
  color: #444444;
}

.functional-food-home .home__f-w .aio-icon-component .aio-icon-box:hover .aio-icon {
  background-color: #ca457e;
}

.functional-food-home .home__f-w .aio-icon-component .aio-icon-box:hover .aio-icon i {
  color: #ffffff;
}

.functional-food-home .home__f-w .aio-icon-component .aio-icon-left .aio-icon {
  width: auto;
  height: auto;
  border: solid 2px #ca457e;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: 30px;
  padding: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.functional-food-home .home__f-w .aio-icon-component .aio-icon-left .aio-icon i {
  color: #ca457e;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.functional-food-home .home__f-w .aio-icon-component .aio-ibd-block .aio-icon-header .aio-icon-title {
  margin-bottom: 8px;
  margin-top: -3px;
}

.functional-food-home .home__f-w .aio-icon-component .aio-ibd-block .aio-icon-description {
  margin-top: 0;
  font-size: 13.33px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.functional-food-home .home__f-w .faq .vc_toggle {
  margin-bottom: 15px;
}

.functional-food-home .home__f-w .faq .vc_toggle .vc_toggle_content {
  padding-left: 50px;
  margin-top: 0;
  margin-bottom: 0;
}

.functional-food-home .home__f-w .faq .vc_toggle .vc_toggle_content p {
  margin-bottom: 0;
  margin-top: 10px;
}

.functional-food-home .home__f-w .faq .vc_separator {
  margin-bottom: 15px;
}

.functional-food-home .home__video .uvc-heading .uvc-main-heading h3 {
  margin-bottom: 2px;
}

.functional-food-home .home__video .main-title {
  margin-bottom: 0;
}

.functional-food-home .home__video .main-title .uvc-main-heading h3 {
  margin-top: -8px;
}

.functional-food-home .home__video .sub-title {
  margin-bottom: 25px;
}

.functional-food-home .home__video .sub-title .uvc-main-heading {
  margin-bottom: 38px;
}

.functional-food-home .home__video .sub-title .uvc-main-heading h2 {
  margin-bottom: 30px;
  position: relative;
  font-size: 1.6875rem;
  font-weight: 600;
}

.functional-food-home .home__video .sub-title .uvc-main-heading h2:after {
  bottom: -12px;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ca457e;
  height: 3px;
  width: 70px;
}

.functional-food-home .home__video .sub-title .uvc-sub-heading {
  font-size: 13.33px;
  line-height: 24px;
  font-weight: normal !important;
}

.functional-food-home .home__video .vc_btn3-container {
  margin-bottom: 0;
}

.functional-food-home .home__video .vc_btn3-container button {
  border: solid 2px #ca457e;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 16px;
  line-height: 6px;
  background-color: transparent !important;
}

.functional-food-home .home__video .vc_btn3-container button:hover {
  background-color: #ca457e !important;
  color: #ffffff !important;
}

.functional-food-home .home__posts .main-title {
  margin-bottom: 0;
}

.functional-food-home .home__posts .sub-title {
  margin-bottom: 37px;
}

.functional-food-home .home__posts .sub-title .uvc-main-heading {
  margin-bottom: 20px;
}

.functional-food-home .home__posts .sub-title .uvc-main-heading h2 {
  margin-bottom: 35px;
  position: relative;
  font-size: 27.65px;
  font-weight: 600;
}

.functional-food-home .home__posts .sub-title .uvc-main-heading h2:after {
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ca457e;
  height: 3px;
  width: 70px;
}

.functional-food-home .home__posts .sub-title .uvc-sub-heading {
  font-size: 13.33px;
  line-height: 24px;
  font-weight: normal !important;
}

.functional-food-home .home__posts .vc_grid-item {
  position: relative;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone {
  overflow: visible;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini {
  position: relative;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row > div {
  position: static;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_blog_date {
  position: absolute;
  top: -20px;
  right: 15px;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  background-color: #ca457e;
  padding: 0 10px;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_blog_date span {
  display: block;
  text-align: center;
  padding: 10px 5px;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_blog_date .vc_post_date-day {
  font-size: 33.2px;
  color: #ffffff;
  line-height: 0.72;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_blog_date .vc_post_date-month {
  position: static;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_custom_heading {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 8px;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_custom_heading.vc_gitem-post-data-source-post_excerpt {
  padding-top: 16px;
  padding-bottom: 0;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_custom_heading div a {
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  color: #444444;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_custom_heading div a:hover {
  color: #ca457e;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_custom_heading p {
  font-size: 13.33px;
  color: #666666;
  margin-bottom: 15px;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_blog_info {
  margin-bottom: 0;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_blog_info .list-inline {
  margin: 0;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_blog_info .list-inline li {
  font-size: 13.33px;
  color: #999999;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_blog_info .list-inline li i {
  margin-right: 10px;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_btn3-container a {
  padding: 0;
  text-decoration: underline;
  color: #ca457e;
  font-style: italic;
  background-color: transparent;
  border: 0;
}

.functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_btn3-container a:hover {
  color: #d56a98;
  background-color: transparent;
}

.functional-food-home .home__testimonial .uvc-heading .uvc-main-heading h3 {
  margin-bottom: 2px;
}

.functional-food-home .home__testimonial .main-title {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
}

.functional-food-home .home__testimonial .sub-title {
  color: #ffffff;
  font-size: 27.65px;
  font-weight: 600;
}

.functional-food-home .home__testimonial .sub-title .uvc-main-heading h2 {
  margin-bottom: 35px;
  position: relative;
}

.functional-food-home .home__testimonial .sub-title .uvc-main-heading h2:after {
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ca457e;
  height: 3px;
  width: 70px;
}

.functional-food-home .home__testimonial .owl-dots {
  margin-top: 38px;
}

.functional-food-home .home__testimonial .owl-dots .owl-dot span {
  background-color: #666666;
}

.functional-food-home .home__b-i .title-brand {
  margin-bottom: 20px;
}

.functional-food-home .home__b-i .nbt-brands .aio-icon {
  padding: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.functional-food-home .home__b-i .nbt-brands .aio-icon:hover i {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.functional-food-home .home__b-i .nbt-brands .aio-icon:hover i:before {
  color: #ca457e;
}

.functional-food-home .home__b-i .content-instagram {
  margin-bottom: 2px;
}

.functional-food-home .home__b-i .content-instagram .wpb_single_image .vc_figure {
  overflow: hidden;
}

.functional-food-home .home__b-i .content-instagram .wpb_single_image .vc_figure img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.functional-food-home .home__b-i .content-instagram .wpb_single_image .vc_figure:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.functional-food-home .home__b-i .content-brand {
  margin-bottom: 35px;
}

.functional-food-home .site-header-customize {
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 0;
  border-bottom: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.functional-food-home .site-header.site-header-customize.header-desktop .middle-section-wrap .nb-navbar > li.menu-item > a {
  color: #fff;
}

.functional-food-home .site-header-customize .middle-section-wrap {
  background-color: transparent !important;
}

.functional-food-home .site-header-customize .middle-section-wrap a {
  color: #ffffff;
}

.functional-food-home .site-header-customize .middle-section-wrap a:hover {
  color: #ca457e !important;
}

.functional-food-home .site-header-customize .middle-section-wrap a.remove {
  color: #ccc;
}

.functional-food-home .site-header-customize .nb-navbar .menu-item:hover > a {
  color: #ca457e;
}

.functional-food-home .site-header-customize .nb-cart-section .counter {
  background-color: #ca457e !important;
}

.functional-food-home .site-header-customize .header-account-wrap {
  color: #ffffff;
}

.functional-food-home .site-header-customize .header-account-wrap .nb-account-dropdown ul li a {
  color: #444 !important;
}

.functional-food-home .site-header-customize .header-account-wrap .nb-account-dropdown ul li a:hover {
  color: #ca457e !important;
}

.functional-food-home .site-header-customize .mini-cart-wrap .cart_list .mini_cart_item .minicart-pd-meta a {
  color: #333333;
  font-weight: normal;
}

.functional-food-home .site-header-customize .mini-cart-wrap .cart_list .mini_cart_item .minicart-pd-meta .quantity .amount {
  color: #ca457e;
}

.functional-food-home .site-header-customize .mini-cart-wrap .cart_list .mini_cart_item .mini-cart-pd-image img:hover {
  border-color: #ca457e;
}

.functional-food-home .site-header-customize .mini-cart-wrap .cart_list .mini_cart_item a:hover {
  color: #ca457e !important;
}

.functional-food-home .site-header-customize .mini-cart-wrap .button:hover {
  background-color: #ca457e;
  color: #ffffff !important;
  border-color: #ca457e;
}

.functional-food-home .tp-bullets .tp-bullet {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #ccc;
}

.functional-food-home .tp-bullets .tp-bullet.selected {
  background-color: #ca457e;
}

.functional-food-home .tp-bullets .tp-bullet:hover {
  background-color: #ca457e;
}

.functional-food-home .owl-dots {
  margin-top: 16px;
}

.functional-food-home .nb_testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
}

.functional-food-home .nb_testimonials .owl-item {
  background-color: #ffffff;
  opacity: .9;
}

.functional-food-home .nb_testimonials .owl-stage-outer {
  padding-top: 60px;
}

.functional-food-home .nb_testimonials .nb_testimonial-item {
  padding: 0 30px;
  position: relative;
}

.functional-food-home .nb_testimonials .nb_testimonial-item:before {
  content: '\e909';
  font-family: fontello;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  color: #ca457e;
}

.functional-food-home .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.functional-food-home .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-avatar-i {
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.functional-food-home .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-avatar-i .nb_testimonial-avatar-ii {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
}

.functional-food-home .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info {
  padding-top: 69px;
  padding-bottom: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.functional-food-home .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-name {
  font-size: 19px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 10px;
}

.functional-food-home .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-name:after {
  content: ' ';
  white-space: pre;
}

.functional-food-home .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-position {
  font-size: 19px;
  color: #999999;
  margin-bottom: 20px;
}

.functional-food-home .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
  padding-bottom: 29px;
}

.about-us .nb_testimonials .owl-item {
  background-color: #ffffff;
  opacity: .9;
}

.about-us .nb_testimonials .owl-stage-outer {
  padding-top: 50px;
}

.about-us .nb_testimonials .nb_testimonial-item {
  padding: 0 30px;
  position: relative;
}

.about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-box2:before {
  top: 20px;
}

.about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-avatar-i {
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-avatar-i .nb_testimonial-avatar-ii {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
}

.about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-name {
  font-size: 1.2em;
  font-weight: 600;
  color: #444444;
  margin-bottom: 10px;
}

.about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-name:after {
  content: ' ';
  white-space: pre;
}

.about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-position {
  font-size: 19px;
  color: #999999;
  margin-bottom: 20px;
}

.about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
  padding-bottom: 45px;
}

.about-us .nbt-brands .aio-icon {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.about-us .nbt-brands .aio-icon i {
  font-size: 82px;
}

.about-us .nbt-brands .aio-icon:hover i {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.about-us .nbt-brands .aio-icon:hover i:before {
  color: #ca457e;
}

.nb_owl-carousel .owl-dots {
  display: block !important;
}

.nb_owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.nb_owl-carousel .owl-dots .owl-dot span {
  background: #d1d1d1 !important;
  width: 70px !important;
  height: 10px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.nb_owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ca457e !important;
}

.nb_owl-carousel .owl-dots .owl-dot:first-child span {
  -webkit-border-top-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.nb_owl-carousel .owl-dots .owl-dot:last-child span {
  -webkit-border-top-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.nb_owl-carousel .owl-dots .owl-dot:hover span {
  background: #d56a98 !important;
}

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

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

.site-footer {
  margin-top: 0;
  background-color: #111111;
}

.site-footer > div {
  background-color: transparent;
}

.site-footer div.footer-top-section {
  padding-top: 0;
  padding-bottom: 0;
}

.site-footer div.footer-top-section .widget_nav_menu {
  margin-bottom: 0;
}

.site-footer div.footer-top-section .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}

.site-footer div.footer-top-section .menu .menu-item {
  border: none;
}

.site-footer div.footer-top-section .menu .menu-item a {
  font-size: 1.2em;
  font-weight: 500;
  color: #666666;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.site-footer div.footer-top-section .menu .menu-item a:hover {
  color: #ca457e;
}

.site-footer .footer-bot-section {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #555 !important;
}

.site-footer .footer-bot-section .col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer .footer-bot-section .col-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer .footer-bot-section .col-6 .widget_custom_html {
  width: 100%;
}

.site-footer .footer-bot-section .widget_custom_html {
  margin: auto;
}

.site-footer .footer-bot-section .widget_custom_html .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer .footer-bot-section .widget_custom_html .socials a {
  padding: 0 12.5px;
}

.site-footer .footer-bot-section .widget_custom_html .socials a:hover span {
  color: #ca457e;
}

.site-footer .footer-bot-section .widget_custom_html .socials span {
  font-family: 'nb-ff-font' !important;
  font-size: 18px;
  color: #666666;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.site-footer .footer-bot-section .widget_custom_html .socials span.pinterest {
  font-family: 'Defaults' !important;
}

.site-footer .footer-bot-section .widget_custom_html .socials span.youtube {
  font-family: 'Defaults' !important;
}

.site-footer .footer-bot-section .widget_custom_html .socials .facebook:before {
  content: '\ea90';
}

.site-footer .footer-bot-section .widget_custom_html .socials .twitter:before {
  content: '\ea96';
}

.site-footer .footer-bot-section .widget_custom_html .socials .pinterest:before {
  content: '\f0d2';
}

.site-footer .footer-bot-section .widget_custom_html .socials .youtube:before {
  content: '\f166';
}

.site-footer .footer-bot-section .widget_custom_html .socials .linkeddin:before {
  content: '\eaca';
}

.site-footer .footer-bot-section .widget_text {
  width: 100%;
}

.site-footer .footer-bot-section .widget_text .mc4wp-response p {
  margin-bottom: 0;
}

.site-footer .footer-bot-section .widget_text .form-mailChimp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #111111;
  height: 46px;
}

.site-footer .footer-bot-section .widget_text .form-mailChimp input {
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #999;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 20px;
  font-size: 13.3px;
  background: #111111;
  border: solid 2px #363636;
  -webkit-border-top-left-radius: 23px;
  border-top-left-radius: 23px;
  -webkit-border-bottom-left-radius: 23px;
  border-bottom-left-radius: 23px;
}

.site-footer .footer-bot-section .widget_text .form-mailChimp button {
  font-family: 'nb-ff-font' !important;
  font-size: 18px;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  background: #111111;
  border: solid 2px #363636;
  border-left: 0;
  -webkit-border-top-right-radius: 23px;
  border-top-right-radius: 23px;
  -webkit-border-bottom-right-radius: 23px;
  border-bottom-right-radius: 23px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.site-footer .footer-bot-section .widget_text .form-mailChimp button:hover {
  color: #ca457e;
}

.site-footer .footer-bot-section .widget_text .form-mailChimp button:before {
  content: "\e900";
}

.site-footer .footer-bot-section .widget_custom_html .payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
}

.site-footer .footer-bot-section .widget_custom_html .payment i {
  font-family: 'nb-ff-font' !important;
  font-size: 36px;
  padding: 0 7.5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.site-footer .footer-bot-section .widget_custom_html .payment i:hover {
  color: #ca457e;
}

.site-footer .footer-bot-section .widget_custom_html .payment .paypal {
  font-size: 62px;
}

.site-footer .footer-bot-section .widget_custom_html .payment .paypal:before {
  content: '\e903';
}

.site-footer .footer-bot-section .widget_custom_html .payment .visa:before {
  content: '\e904';
}

.site-footer .footer-bot-section .widget_custom_html .payment .master-cart {
  font-size: 27px;
}

.site-footer .footer-bot-section .widget_custom_html .payment .master-cart:before {
  content: '\e902';
}

.site-footer .footer-bot-section .widget_custom_html .payment .discover:before {
  content: '\e901';
}

.site-footer .footer-abs-section {
  padding: 15px 0;
  border-top: 1px solid #555;
}

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

.site-footer .footer-abs-section a:hover {
  color: #d56a98;
}

.site-footer .footer-abs-section .footer-abs-middle {
  font-size: 13.33px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-page .site-header {
  margin: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0;
}

.contact-page .oil-newsletter .title {
  font-size: 24px;
  font-weight: bold;
}

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

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

.contact-page .oil-newsletter .wpcf7-form .wpcf7-submit {
  color: #ffffff;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: -5px;
  border-color: #ca457e;
  background-color: #ca457e;
  font-size: 18px;
  font-weight: bold;
  padding: 17px 63px !important;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-submit:hover {
  background-color: #d56a98;
  border-color: #d56a98;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-form-control:focus {
  border-color: #ca457e;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 0;
}

.contact-page .oil-newsletter .wpcf7-form .ajax-loader {
  margin-bottom: 35px;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-validation-errors {
  border-color: #ca457e;
}

.contact-page .uavc-list-icon .uavc-list .uavc-list-content .uavc-list-desc {
  word-break: break-all;
}

.contact-page .wpb_content_element {
  margin-bottom: 65px;
}

.site-header.site-header-customize {
  margin-bottom: 0;
}

.site-header .middle-section .main-menu-section ul .menu-item > a:hover {
  color: #ca457e !important;
}

.site-header .middle-section .main-menu-section ul.sub-menu {
  min-width: 220px;
}

.site-header .middle-section .main-menu-section ul.sub-menu .menu-item > a {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #333333;
}

.site-header .middle-section .main-menu-section .main-navigation {
  padding-top: 0 !important;
  font-size: 22px;
}

.site-header .middle-section .main-menu-section .icon-menu:hover {
  color: #ca457e !important;
}

.site-header .middle-section .icon-header-wrap .header-account-wrap .nb-account-dropdown ul li a:hover {
  color: #ca457e !important;
}

.site-header .middle-section .icon-header-wrap .header-account-wrap .icon-user-o:hover {
  color: #ca457e;
}

.site-header .middle-section .icon-header-wrap .icon-header-search:hover {
  color: #ca457e !important;
}

.site-header .middle-section .icon-header-wrap .header-cart-wrap .nb-cart-section:hover {
  color: #ca457e !important;
}

.site-header .middle-section .icon-header-wrap .header-cart-wrap .mini-cart-section .cart_list .mini_cart_item .mini-cart-pd-image img:hover {
  border-color: #ca457e;
}

.site-header .middle-section .icon-header-wrap .header-cart-wrap .mini-cart-section .cart_list .mini_cart_item .minicart-pd-meta a:hover {
  color: #ca457e !important;
}

.site-header .middle-section .icon-header-wrap .header-cart-wrap .mini-cart-section .cart_list .mini_cart_item .minicart-pd-meta .quantity .amount {
  color: #ca457e;
}

.site-header .middle-section .icon-header-wrap .header-cart-wrap .mini-cart-section .cart_list .mini_cart_item a:hover {
  color: #ca457e !important;
}

.site-header .middle-section .icon-header-wrap .mini-cart-wrap .cart_list .mini_cart_item .minicart-pd-meta a {
  color: #333333;
  font-weight: normal;
}

.site-header .middle-section .icon-header-wrap .mini-cart-wrap .cart_list .mini_cart_item .minicart-pd-meta .quantity .amount {
  color: #ca457e;
}

.site-header .middle-section .icon-header-wrap .mini-cart-wrap .cart_list .mini_cart_item .mini-cart-pd-image img:hover {
  border-color: #ca457e;
}

.site-header .middle-section .icon-header-wrap .mini-cart-wrap .cart_list .mini_cart_item a:hover {
  color: #ca457e !important;
}

.site-header .middle-section .icon-header-wrap .mini-cart-wrap .button:hover {
  background-color: #ca457e;
  color: #ffffff !important;
  border-color: #ca457e;
}

.category-blog .blog article.post .entry-content .entry-text .read-more-link a {
  line-height: 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.category-blog .blog article.post .entry-content .entry-title a {
  color: #ca457e;
}

.category-blog .blog article.post .entry-content .entry-title a:hover {
  color: #d56a98;
}

.category-blog .blog .navigation {
  margin-bottom: 60px;
}

.category-blog .page {
  margin-bottom: 0;
}

.widget .nb-input-group .search-field:focus {
  border-color: #ca457e;
}

.widget .woocommerce-product-search .search-field:focus {
  border-color: #ca457e !important;
}

.widget .price_slider span {
  background-color: #ca457e !important;
}

.widget .product_list_widget .product a img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.widget .product_list_widget .product a img:hover {
  border-color: #ca457e;
}

.widget .product_list_widget .product .widget-product-meta .product-title a:hover {
  color: #ca457e;
}

.widget .product_list_widget .product .widget-product-meta ins .amount {
  color: #ca457e;
}

.about-us .site-header {
  margin-bottom: 30px;
}

.about-us .about-welcome .aio-icon-component .aio-icon-left .aio-icon {
  border-color: #fce1ee;
}

.about-us .about-welcome .wpb_content_element p {
  font-size: 13.33px;
}

.about-us .about-welcome .aio-icon-description {
  font-size: 13.33px;
}

.about-us .about-welcome .uvc-heading {
  text-align: left !important;
  margin-bottom: 10px;
}

.about-us .about-welcome .aio-icon-box .aio-icon {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.about-us .about-welcome .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);
}

.about-us .about-welcome .aio-icon-box .aio-icon-title {
  margin-top: -3px;
}

.about-us .about-history p {
  font-size: 13.33px;
  text-align: center;
}

.about-us .about-history .wpb_single_image {
  margin-top: 27px;
}

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

.about-us .about-history .stats-block .stats-desc .stats-text {
  margin-top: 15px;
}

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

.about-us .about-team p {
  font-size: 13.33px;
}

.about-us .about-team .ult-team-member-wrap .ult-team-member-bio-wrap .ult-team-member-description {
  margin-bottom: 0;
}

.about-us .about-team .ult-team-member-wrap .ult-team-member-bio-wrap .ult-team-member-description p {
  margin-bottom: 0;
}

.about-us .about-team .ult-team-member-wrap .ult-team-member-bio-wrap .ult-team-member-description div {
  margin-bottom: 0 !important;
}

.about-us .about-team .ult-team-member-wrap .ult-team-member-name-wrap .ult-team-member-position {
  font-size: 16px;
}

.about-us .about-team .ult-team-member-wrap .ult-team-member-name-wrap .ult-team-member-name {
  text-transform: none;
  font-size: 19px;
}

.about-us .nb_testimonials_carousel .nb_testimonial {
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
  margin-top: 0 !important;
}

.about-us .nb_testimonials_carousel .nb_testimonial .nb_testimonial-info {
  padding: 0;
}

.about-us .nb_testimonials_carousel .nb_testimonial .nb_testimonial-info .nb_testimonial-name {
  font-family: Poppins;
  font-size: 19.2px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 10px;
}

.about-us .nb_testimonials_carousel .nb_testimonial .nb_testimonial-info .nb_testimonial-position {
  color: #999999;
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 500;
}

.about-us .nb_testimonials_carousel .nb_testimonial .nb_testimonial-content {
  padding: 0;
  font-size: 13.33px !important;
  color: #666666;
}

.about-us .nb_testimonials_carousel .nb_testimonial .nb_testimonial-avatar {
  left: 0;
}

.about-us .nb_testimonials_carousel .nb_testimonial:before {
  right: 0;
  top: 20px;
  color: #ca457e;
}

.about-us .nb_testimonials_carousel .owl-dots {
  margin-top: 35px;
  margin-bottom: 40px;
  padding-top: 5px;
}

.about-us .brand .nbt-brands .aio-icon {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.about-us .brand .nbt-brands .aio-icon:hover {
  border-color: #ca457e;
}

.about-us .brand .nbt-brands .aio-icon:hover i {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.about-us .brand .nbt-brands .aio-icon:hover i:before {
  color: #ca457e;
}

.about-us .hentry {
  margin: 0;
}

.product .nbt-product:hover .product-action {
  visibility: hidden;
  opacity: 0;
}

.product .nbt-product .product-content {
  padding-left: 0;
  padding-right: 0;
}

.product .onsale.sale-style-1 {
  color: #ca457e !important;
}

.product .product-image-list {
  position: relative;
  background-color: #ffffff;
}

.product .product-image-list .product-action {
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  background-color: #ffffff;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #edebeb;
}

.product .product-image-list .product-action .button:hover {
  background-color: #ca457e;
}

.product .product-image-list .product-action .wishlist-btn {
  width: 33.3333%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.product .product-image-list .product-action .wishlist-btn .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.product .product-image-list .product-action .wishlist-btn .ajax-loading {
  display: none !important;
}

.product .product-image-list .product-action .wishlist-btn .icon-heart {
  font-size: 23px;
  color: #999999;
}

.product .product-image-list .product-action .wishlist-btn:hover {
  background-color: #ca457e;
}

.product .product-image-list .product-action .wishlist-btn:hover .icon-heart {
  color: #ffffff;
}

.product .product-image-list .product-action .loop_add_to_cart_link {
  border-right: 1px solid #edebeb;
  border-left: 1px solid #edebeb;
  position: relative;
  width: 33.3333%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.product .product-image-list .product-action .loop_add_to_cart_link a {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #999999 !important;
  border: 0;
  line-height: 44px;
}

.product .product-image-list .product-action .loop_add_to_cart_link a i {
  font-family: 'fontello';
  font-size: 23px;
}

.product .product-image-list .product-action .loop_add_to_cart_link a i:before {
  content: '\e913';
}

.product .product-image-list .product-action .loop_add_to_cart_link:hover {
  background-color: #ca457e;
}

.product .product-image-list .product-action .loop_add_to_cart_link:hover i {
  color: #ffffff;
}

.product .product-image-list .product-action .yith-wcqv-button {
  border: 0;
  position: relative;
  width: 33.3333%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.product .product-image-list .product-action .yith-wcqv-button i {
  color: #999999;
  font-size: 23px;
}

.product .product-image-list .product-action .yith-wcqv-button:hover {
  background-color: #ca457e;
}

.product .product-image-list .product-action .yith-wcqv-button:hover i {
  color: #ffffff;
}

.product .product-image-list .product-action .tooltip {
  visibility: hidden;
  position: absolute;
}

.product .product-image-list:hover .product-action {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.product .product-content {
  text-align: center;
  margin-top: 25px;
}

.product .product-content .product-title {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product .product-content .product-title > a:hover {
  color: #ca457e !important;
}

.product .product-content .price {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.product .product-content .price del .amount {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #999999;
  margin-right: 15px;
}

.product .product-content .price ins .amount {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ca457e;
  margin-left: 15px;
}

.product .product-content .product-description {
  font-size: 13.33px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.woocommerce .woocommerce-message {
  border-color: #ca457e !important;
}

.woocommerce .woocommerce-message:before {
  color: #ca457e !important;
}

.woocommerce .single-product-wrap .product-image .thumb-gallery .swiper-slide.swiper-slide-active {
  border-color: #ca457e;
}

.woocommerce .single-product-wrap .product_meta .availability_wrapper .in-stock {
  background-color: #ca457e;
}

.woocommerce-page .woocommerce-info {
  border-top-color: #ca457e !important;
}

.woocommerce-page .woocommerce-info:before {
  color: #ca457e !important;
}

.woocommerce-page .woocommerce-cart-form .shop_table .cart_item td a:hover {
  color: #ca457e;
}

.nb-page-title-wrap .nb-page-title span {
  color: #ffffff;
}

.nb-page-title-wrap .nb-page-title .woocommerce-breadcrumb {
  color: #ffffff;
}

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

.nb-page-title-wrap .nb-page-title .woocommerce-breadcrumb a:hover {
  color: #ca457e;
}

.product .price del .amount {
  opacity: 1 !important;
}

.nb-page-title .entry-title a {
  color: #ffffff;
}

.nb-page-title .entry-title a:hover {
  color: #d56a98;
}

.faq-1-column .uvc-heading {
  margin-bottom: 12px;
}

.faq-1-column .faq-form input.wpcf7-submit {
  margin-top: 22px;
}

.faq-1-column .page {
  margin-bottom: 75px;
}

.faq-1-column .page {
  margin-bottom: 60px;
}

.faq-1-column .nb-page-title-wrap {
  margin-bottom: 60px;
}

.faq-1-column .btc-faq-form .wpb_content_element {
  text-align: center;
}

.faq-1-column .btc-faq-form {
  padding-top: 50px;
}

.faq-1-column .wpcf7-form .wpcf7-submit {
  margin-bottom: 13px;
}

.faq-2-column .wpcf7-form .wpcf7-submit {
  margin-top: 8px;
}

.faq-2-column .page {
  margin-bottom: 60px;
}

.testimonial-1 .page,
.testimonial-2 .page {
  margin-bottom: 60px;
}

.testimonial-1 .nb-page-title-wrap,
.testimonial-2 .nb-page-title-wrap {
  margin-bottom: 60px;
}

.widget_product_tag_cloud .tagcloud .tag-cloud-link {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.nb_gallery_masonry {
  margin-bottom: 30px;
}

.shop-sidebar {
  margin-bottom: 55px;
}

.woocommerce .woocommerce-pagination {
  margin-bottom: 60px;
}

.shop-main .swiper-pagination-bullets {
  display: inline-block;
}

.shop-main .swiper-pagination-bullets span {
  cursor: pointer;
  width: 70px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}

.shop-main .swiper-pagination-bullets span:first-child {
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.shop-main .swiper-pagination-bullets span:last-child {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.shop-main .swiper-pagination-bullets span:hover {
  background: #ca457e;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .notes {
  margin-bottom: 30px;
}

.gallery-1 .page,
.gallery-2 .page,
.gallery-3 .page {
  margin-bottom: 28px;
}

.search.search-no-results .site-content {
  margin-bottom: 35px;
}

.search .navigation.posts-navigation .nav-links {
  margin-bottom: 65px;
}

.search .paging-navigation {
  margin-bottom: 65px;
}

.author .paging-navigation {
  margin-bottom: 60px;
}

.nbt-product .product-content .product-title {
  margin-bottom: 9px;
}

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

.nbt-product .product-action .button:hover {
  background: #ca457e;
}

.nbt-product.grid-type-wrap .product-content .price {
  display: block;
  margin-bottom: 3px;
}

.nbt-product.grid-type-wrap2 .product-action .button a,
.nbt-product.grid-type-wrap2 .product-action a.button {
  color: #ca457e !important;
  border: 1px solid #ca457e !important;
  -webkit-border-radius: 10px;
}

.nbt-product.grid-type-wrap2 .product-action .button a:hover,
.nbt-product.grid-type-wrap2 .product-action a.button:hover {
  background: #ca457e;
  color: #fff !important;
}

.shop-action .woocommerce-result-count {
  margin-top: 0;
  margin-bottom: 0;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide.swiper-slide-active {
  border: 1px solid #ca457e;
}

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

.variations ul.swatch li:hover span,
.variations ul.swatch li.selected span {
  color: #ca457e;
  border-color: #ca457e;
}

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

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a::before {
  color: #ca457e;
}

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

.shop_table .cart_item td a:hover {
  color: #ca457e;
}

.woocommerce-checkout #customer_details .form-row input.input-text {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

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

#yith-wcwl-popup-message {
  border-color: #ca457e;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ca457e;
}

.widget .woocommerce-product-search .search-field:focus {
  border-color: #ca457e;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
  border-top: 1px solid #ebebeb;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[name="save_account_details"] {
  padding: 15px 30px;
}

@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%;
  }

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

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

@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%;
  }

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

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

@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%;
  }

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

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

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

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

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    border-left: 1px solid #ebebeb;
  }
}

@media screen and (min-width: 992px) {
  .functional-food-home .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
    font-size: 13.33px;
    color: #666666;
    line-height: normal;
  }

  .about-us .nb_testimonials .nb_testimonial-item .nb_testimonial-content {
    font-size: 13.33px;
    color: #666666;
    line-height: normal;
  }

  .about-us .vc_row.btc-testimonial .btc-brands {
    padding-top: 28px;
  }
}

@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%;
  }

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

@media screen and (min-width: 1200px) {
  .site-footer .footer-bot-section .mc4wp-response {
    position: absolute;
  }
}

@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%;
  }
}

@media screen and (max-width: 1200px) {
  .functional-food-home .home__video .vc_btn3-container button {
    background-color: #ca457e !important;
    color: #ffffff !important;
  }

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

  .site-footer .footer-bot-section .col-6 {
    margin-top: 20px;
  }

  .about-us .brand > div.wpb_column {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .functional-food-home .home__posts .vc_grid-item .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_blog_date span {
    font-size: 1rem !important;
  }

  .woocommerce-checkout .woocommerce-checkout-payment .place-order {
    margin-bottom: 30px;
  }

  .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
    margin-bottom: 0;
  }

  .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .woocommerce-notice {
    margin-bottom: 35px;
  }

  .sub-menu .menu-item a {
    color: #fff !important;
  }
}

@media screen and (max-width: 991px) {
  .functional-food-home .home__category > div:nth-child(3) {
    background-color: #e7e2ea;
  }

  .functional-food-home .home__category > div:nth-child(4) {
    background-color: #f7f7f7;
  }

  .functional-food-home .site-header-customize .main-menu-section {
    width: 50%;
  }

  .site-header .middle-section .icon-header-wrap .main-menu-section {
    width: 50%;
  }

  .category-blog #secondary {
    margin-top: 0 !important;
  }

  .shop-main {
    margin-bottom: 0 !important;
  }

  .faq-2-column .page {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .functional-food-home .tp-bullets {
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .functional-food-home .home__category {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .functional-food-home .home__category > div:nth-child(3) {
    background-color: #f7f7f7;
  }

  .functional-food-home .home__category > div:nth-child(4) {
    background-color: #e7e2ea;
  }

  .site-footer .footer-bot-section .widget_custom_html .payment .paypal {
    font-size: 45px;
  }

  .site-footer .footer-bot-section .col-3:first-child {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .mfp-search .mfp-content {
    max-width: 420px;
  }
}

@media screen and (max-width: 576px) {
  .faq-form .wpcf7-submit {
    width: 100%;
  }
}

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

@media screen and (max-width: 575px) {
  .product .product-image-list .product-action {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    webkit-transform: translateY(0);
  }
}

@media screen and (max-width: 544px) {
  .functional-food-home .home__products .nb_owl-carousel .owl-item .product {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 424px) {
  .functional-food-home .site-header-customize .main-menu-section {
    width: auto;
  }

  .site-header .middle-section .icon-header-wrap .main-menu-section {
    width: auto;
  }

  .site-header .main-menu-section {
    width: auto;
  }
}

@media screen and (max-width: 334px) {
  .single-product-wrap .yith-wcwl-add-to-wishlist {
    margin-top: 10px;
    margin-left: 0 !important;
  }

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

@media screen and (max-width: 320px) {
  .site-footer .footer-bot-section .widget_custom_html .form-mailChimp input {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }

  .about-us .about-history .wpb_single_image {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .functional-food-home .home__category .aio-icon-component .aio-icon-header .aio-icon-title {
    margin-top: 28px;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .functional-food-home .home__about-us .vc_col-sm-4 {
    width: 50%;
  }

  .functional-food-home .home__about-us .vc_col-sm-8 {
    width: 100%;
  }

  .functional-food-home .home__video .wpb_video_wrapper {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}