@charset "UTF-8";
/*
Theme Name: C12WE0326
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.3
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
#shop-sidebar .widget-title {
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 15px;
}
#shop-sidebar .is-divider {
  display: none;
}
#shop-sidebar .widget.widget_product_search input {
  box-shadow: none;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories li a {
  color: #333;
  transition: 0.6s ease;
  font-size: 90%;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories li:hover a {
  color: #0178B6;
}
#shop-sidebar .widget.widget_brand_thumbnails ul.brand-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 5px;
}
#shop-sidebar .widget.widget_brand_thumbnails ul.brand-thumbnails:before, #shop-sidebar .widget.widget_brand_thumbnails ul.brand-thumbnails:after {
  content: unset;
}
#shop-sidebar .widget.widget_brand_thumbnails ul.brand-thumbnails li {
  border: 1px solid #F1F1F1;
  float: unset;
}
#shop-sidebar .widget.widget_brand_thumbnails ul.brand-thumbnails li a {
  padding: 10px;
}

.post-sidebar .widget-title {
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 15px;
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar .widget.widget_search input {
  box-shadow: none;
}
.post-sidebar .widget.flatsome_recent_posts ul li.recent-blog-posts-li .badge {
  border-radius: 5px;
  overflow: hidden;
}
.post-sidebar .widget.flatsome_recent_posts ul li.recent-blog-posts-li a {
  color: #333;
  font-size: 90%;
  transition: 0.6s ease;
}
.post-sidebar .widget.flatsome_recent_posts ul li.recent-blog-posts-li:hover a {
  color: #0178B6;
}

@media all and (max-width: 576px) {
  .mobile-swiper {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .mobile-swiper > .col {
    width: 75%;
    flex-basis: 75%;
    min-width: 75%;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .mobile-swiper > .col .text {
    white-space: wrap;
  }
  .mobile-swiper > .col .icon-box {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
  }
  .mobile-swiper > .col .box {
    white-space: normal;
  }
}

.vp-button {
  position: relative;
  padding-right: 50px;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  transition: 0.6s ease;
  box-shadow: none;
}
.vp-button:after {
  content: "→";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.vp-button:hover {
  background-color: #0178B6 !important;
  color: #FFF !important;
}
.box.box-blog-post .post-meta {
  background: #0278b6;
  width: fit-content;
  padding: 10px;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 100%;
  color: #FFF;
}
.box.box-blog-post .is-divider {
  display: none;
}
.box.box-blog-post .box-image {
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(147, 147, 147, 0.2);
}
.box.box-blog-post .box-text {
  padding: 10px 0;
}
.box.box-blog-post .box-text .post-title a {
  color: #424A4E;
  font-weight: bold;
}
.box.box-blog-post .box-text .from_the_blog_excerpt {
  color: #424A4E;
}

.text--featured-heading-font h1, .text--featured-heading-font h2, .text--featured-heading-font h3, .text--featured-heading-font h4, .text--featured-heading-font h5, .text--featured-heading-font h6 {
  font-family: "Smooch Sans", sans-serif;
}

.row.row-col-pb-0 .col {
  padding-bottom: 0;
}

.fp-heading {
  margin-bottom: 30px;
}
.fp-heading p:first-child {
  color: #3AB54A;
}
.fp-heading.light p:first-child {
  color: #FFF;
}
.fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
  font-family: "Smooch Sans", sans-serif;
  font-size: 50px;
  margin-bottom: 0;
}
.fp-heading p {
  margin-bottom: 0;
}

header .header-main ul.header-nav {
  justify-content: center;
  align-items: center;
  gap: 30px;
}
header .header-main ul.nav-right {
  justify-content: right;
  gap: 15px;
}
header .header-main ul.nav-right li {
  margin: unset;
}
header .header-main ul.nav-right li.account-item a {
  display: flex;
  gap: 5px;
}
header .header-main ul.nav-right li.account-item a i {
  order: 1;
  color: #0178B6;
}
header .header-main ul.nav-right li.account-item a span {
  order: 2;
  text-transform: capitalize;
  font-weight: normal;
}
header .header-main ul.nav-right li.cart-item a {
  display: flex;
  gap: 5px;
}
header .header-main ul.nav-right li.cart-item a i {
  order: 1;
  color: #0178B6;
}
header .header-main ul.nav-right li.cart-item a span {
  order: 2;
  text-transform: capitalize;
  font-weight: normal;
}
header .header-wrapper #logo {
  background-color: #0178B6;
  position: relative;
  padding: 15px 30px;
  left: -20px;
  top: 20px;
  height: 140px;
  max-height: unset;
  margin-right: 120px;
  display: flex;
  align-content: center;
  justify-content: center;
}
header .header-wrapper #logo a {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
}
header .header-wrapper #logo img {
  transition: 2s ease;
  margin: 0 auto;
  padding: 0;
  position: relative;
  right: -40px;
  z-index: 2;
}
header .header-wrapper #logo:after {
  background-color: #0178B6;
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  width: 120px;
  height: 140px;
  transform: skewX(332deg);
  z-index: 1;
}
@media all and (max-width: 576px) {
  header .header-wrapper #logo {
    height: 70px;
    top: 0;
    margin-right: 0;
    justify-content: left;
  }
  header .header-wrapper #logo img {
    right: unset;
  }
  header .header-wrapper #logo:after {
    content: unset;
  }
}
header .header-wrapper.stuck1 #logo {
  height: auto;
  top: 0;
  padding: 0;
  width: 250px;
  transition: 2s ease;
}
@media all and (max-width: 576px) {
  header .header-wrapper.stuck1 #logo {
    width: fit-content;
  }
}
header .header-wrapper.stuck1 #logo img {
  padding: 10px;
}
header .header-wrapper.stuck1 #logo:after {
  height: 100%;
}

section.featured-banner {
  margin-top: -100px;
}
section.featured-banner .col-inner {
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(55, 55, 55, 0.29);
  transition: 0.6s ease;
}
@media all and (max-width: 576px) {
  section.featured-banner .col-inner {
    padding: 30px !important;
  }
}
section.featured-banner .col-inner:hover {
  background-color: rgb(1, 73, 191) !important;
}
section.featured-banner .icon-box .icon-box-text {
  position: relative;
}
section.featured-banner .icon-box .icon-box-text h1, section.featured-banner .icon-box .icon-box-text h2, section.featured-banner .icon-box .icon-box-text h3, section.featured-banner .icon-box .icon-box-text h4, section.featured-banner .icon-box .icon-box-text h5, section.featured-banner .icon-box .icon-box-text h6, section.featured-banner .icon-box .icon-box-text strong {
  font-family: "Smooch Sans", sans-serif;
}
section.featured-banner .icon-box .icon-box-text:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: normal;
  width: 38px;
  height: 38px;
  background: #FFF;
  font-size: 25px;
  color: #0178B6;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 576px) {
  section.featured-banner .icon-box .icon-box-text:before {
    content: unset;
  }
}
@media all and (max-width: 576px) {
  section.featured-banner .icon-box .icon-box-text {
    padding: 15px;
  }
}
section.featured-banner .icon-box img {
  transition: 0.6s ease;
  z-index: 20;
  position: relative;
  left: 0;
}
section.featured-banner .icon-box:hover img {
  transition-delay: 0.2s;
  transform: scale(1.4) rotate(10deg);
  left: -15px;
}
section.featured-banner .icon-box:hover:before {
  width: 50px;
  height: 50px;
  opacity: 1;
  transition-delay: 0.2s;
}
section.featured-banner .icon-box:before {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.08) 60%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.005) 85%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50px;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 100px;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  transition: 0.6s ease;
  opacity: 0;
  transform: rotate(45deg) scale(4);
}

section.featured-banner-2 .icon-box {
  background: #1D4489;
  padding: 30px;
}
section.featured-banner-2 .icon-box .icon-box-text {
  text-align: left;
  color: #FFF;
}
section.featured-banner-2 .icon-box .icon-box-text h2, section.featured-banner-2 .icon-box .icon-box-text h3, section.featured-banner-2 .icon-box .icon-box-text h4, section.featured-banner-2 .icon-box .icon-box-text h5, section.featured-banner-2 .icon-box .icon-box-text h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Smooch Sans", sans-serif;
  font-size: 30px;
  transition: 1.2s ease;
}
section.featured-banner-2 .icon-box .icon-box-text p {
  transition: 0.6s ease;
}
section.featured-banner-2 .icon-box .icon-box-text a.button i {
  margin: 0;
  font-size: 20px;
  color: #0178B6;
}
section.featured-banner-2 .icon-box:hover .icon-box-text h2, section.featured-banner-2 .icon-box:hover .icon-box-text h3, section.featured-banner-2 .icon-box:hover .icon-box-text h4, section.featured-banner-2 .icon-box:hover .icon-box-text h5, section.featured-banner-2 .icon-box:hover .icon-box-text h6 {
  padding-left: 15px;
  margin-bottom: 10px;
  border-left: 4px solid #FFF;
  color: yellow !important;
  border-bottom: 1px solid #FFF;
}
section.featured-banner-2 .icon-box:hover .icon-box-text p {
  font-size: 90%;
}

section.category-products .tabbed-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.category-products .tabbed-content .text-left {
  flex: 1;
  margin-bottom: 0;
  border-left: 4px solid #0178B6;
  padding: 10px 15px;
  font-weight: normal;
}
section.category-products .tabbed-content ul.nav {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  background: #E6E7EE;
  width: fit-content;
  padding: 5px;
  border-radius: 20px;
}
@media all and (max-width: 576px) {
  section.category-products .tabbed-content ul.nav {
    width: 100%;
    justify-content: left;
    margin-top: 15px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  section.category-products .tabbed-content ul.nav > li {
    width: fit-content;
    flex-basis: fit-content;
    min-width: fit-content;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  section.category-products .tabbed-content ul.nav > li:first-child {
    padding-left: 5px;
  }
  section.category-products .tabbed-content ul.nav > li a {
    width: 100%;
  }
}
section.category-products .tabbed-content ul.nav li a {
  color: #333;
  border-radius: 15px;
  padding: 12px 15px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: normal;
}
section.category-products .tabbed-content ul.nav li.active a {
  color: #000;
  background: #FFF;
}
section.category-products .tabbed-content .tab-panels {
  width: 100%;
}
section.category-products .tabbed-content .tab-panels .box.product-small {
  background: #FFF;
  box-shadow: 0 0 10px rgba(120, 120, 120, 0.33);
  border-radius: 2px;
  overflow: hidden;
}
section.category-products .tabbed-content .tab-panels .box.product-small .box-image img {
  padding: 15px;
}
section.category-products .tabbed-content .tab-panels .box.product-small .box-text {
  padding: 15px;
}
@media all and (max-width: 576px) {
  section.category-products .tabbed-content .tab-panels .box.product-small .box-text {
    padding: 0;
  }
}
section.category-products .tabbed-content .tab-panels .box.product-small .box-text .product-title a {
  color: #000;
}
section.category-products .col-product-slider .row.slider {
  position: relative;
}
section.category-products .col-product-slider .row.slider .product-small.col {
  height: 675px;
}
section.category-products .col-product-slider .row.slider .product-small.col .col-inner {
  background: #E6E7EE;
  padding: 15px;
  padding-bottom: 70px;
  height: 100%;
}
@media all and (max-width: 576px) {
  section.category-products .col-product-slider .row.slider .product-small.col {
    height: unset;
  }
  section.category-products .col-product-slider .row.slider .product-small.col .col-inner {
    padding: 0;
    background: unset;
  }
}
section.category-products .col-product-slider .row.slider .flickity-button {
  position: absolute;
  bottom: 35px;
  height: 36px;
  width: 36px;
  top: unset;
  right: unset;
  left: unset;
  opacity: 1;
}
@media all and (max-width: 576px) {
  section.category-products .col-product-slider .row.slider .flickity-button {
    display: none;
  }
}
section.category-products .col-product-slider .row.slider .flickity-button.previous {
  right: calc(50% + 10px);
}
section.category-products .col-product-slider .row.slider .flickity-button.next {
  left: calc(50% + 10px);
}
section.category-products .col-product-slider .row.slider .box.product-small {
  background: #FFF;
  padding: 15px;
}
section.category-products-2 .heading-wrapper {
  display: flex;
  margin-bottom: 30px;
}
section.category-products-2 .heading-wrapper h2, section.category-products-2 .heading-wrapper h3, section.category-products-2 .heading-wrapper h4, section.category-products-2 .heading-wrapper h5, section.category-products-2 .heading-wrapper h6, section.category-products-2 .heading-wrapper strong {
  border-left: 4px solid #02377C;
  padding-left: 15px;
  margin-bottom: 0;
}
section.category-products-2 .heading-wrapper a {
  background: #FFF;
  display: flex;
  width: 150px;
  height: 100%;
  align-items: center;
  padding: 10px;
  line-height: 1;
  color: #333;
  font-size: 90%;
  position: relative;
  transition: 0.6s ease;
  border-radius: 5px;
}
section.category-products-2 .heading-wrapper a:after {
  content: "→";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.6s ease;
}
section.category-products-2 .heading-wrapper a:hover {
  background-color: #0178B6;
  color: #FFF;
}
section.category-products-2 .heading-wrapper a:hover:after {
  font-size: 120%;
}
section.category-products-2 .heading-wrapper p {
  margin: 0;
}

.fp-category-heading {
  flex: 1;
  margin-bottom: 0;
  border-left: 4px solid #0178B6;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
}
.fp-category-heading p {
  margin-bottom: 0;
}

.box.product-small {
  background: #FFF;
  padding: 15px;
  box-shadow: 0 0 10px rgba(174, 174, 174, 0.2);
  border-radius: 2px;
  overflow: hidden;
}
.box.product-small.box-vertical .kk-star-ratings,
.box.product-small.box-vertical .yw-loop-gallery {
  display: none;
}
.box.product-small .box-image {
  aspect-ratio: 1/1;
}
.box.product-small .box-image .image-tools.bottom {
  opacity: 1;
  transform: unset;
  pointer-events: all;
}
.box.product-small .box-text {
  text-align: left;
}
.box.product-small .box-text .kk-star-ratings {
  margin-bottom: 10px;
}
.box.product-small .box-text .kk-star-ratings .kksr-legend {
  font-size: 10px !important;
  color: #333;
}
@media all and (max-width: 576px) {
  .box.product-small .box-text .kk-star-ratings .kksr-legend {
    display: none;
  }
}
.box.product-small .box-text .product-title {
  margin-bottom: 10px;
}
.box.product-small .box-text .product-title a {
  color: #000;
}
.box.product-small .box-text .price-wrapper {
  margin-bottom: 10px;
}
.box.product-small .box-text .price-wrapper ins .amount {
  color: #F00;
}
.box.product-small .box-text .price-wrapper bdi {
  color: #F00;
}
.box.product-small .box-text .price-wrapper del bdi {
  color: #333;
}
.box.product-small .box-text .price-contact {
  color: #3AB54A;
  font-weight: bold;
}
.box.product-small .yw-loop-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  gap: 5px;
}
.box.product-small .yw-loop-gallery img {
  width: 35px;
  height: 35px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
}

section.featured-categories .box .box-image img {
  background: #FFF;
  margin-left: 10px;
}
section.featured-categories .box .box-text {
  padding-bottom: 10px;
  position: relative;
  padding: 10px;
}
section.featured-categories .box .box-text ul {
  font-size: 90%;
  margin-bottom: 30px;
}
section.featured-categories .box .box-text ul li {
  margin-bottom: 0px;
}
section.featured-categories .box .box-text a.button {
  margin: 0;
  line-height: 1;
  font-weight: normal;
  color: #0178B6;
  min-height: auto;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
section.featured-categories .box .box-text a.button i {
  position: relative;
  top: 0;
}
section.featured-categories .box .box-text a.button:focus, section.featured-categories .box .box-text a.button:active {
  color: #0178B6;
}

section.featured-products ul.menu li {
  border-top: unset;
}
section.featured-products ul.menu li a {
  background: #FFF;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #333;
  font-size: 90%;
  transition: 0.6s ease;
}
section.featured-products ul.menu li a:hover {
  background: #02377C;
  color: #FFF;
}

section.why-choose-us .row {
  position: relative;
}
section.why-choose-us .col-absolute {
  position: absolute;
  top: 40px;
  right: 0;
  width: 50%;
  max-width: 50%;
  border-left: 4px #FFF;
}
@media all and (max-width: 576px) {
  section.why-choose-us .col-absolute {
    position: relative;
    top: unset;
    right: unset;
    max-width: unset;
  }
  section.why-choose-us .col-absolute .col-inner {
    padding: 30px !important;
  }
  section.why-choose-us .col-absolute .col-inner .icon-box {
    margin-bottom: 30px;
  }
}
section.why-choose-us .icon-box {
  margin-bottom: 50px;
}
section.why-choose-us .icon-box .icon-box-text h1, section.why-choose-us .icon-box .icon-box-text h2, section.why-choose-us .icon-box .icon-box-text h3, section.why-choose-us .icon-box .icon-box-text h4, section.why-choose-us .icon-box .icon-box-text h5 {
  margin-bottom: 10px;
}
section.why-choose-us .icon-box .icon-box-text p {
  font-size: 90%;
}
section.why-choose-us:before {
  content: "";
  width: 60%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
}

footer .ft-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 5px;
}
footer .ft-heading:before, footer .ft-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  border-radius: 10px;
  background: #F00;
}
footer .ft-heading:before {
  left: 0;
  width: 20px;
}
footer .ft-heading:after {
  left: 25px;
  width: 5px;
}

body.page:not(.home) #header {
  margin-bottom: 40px;
}

body.single.single-post #header {
  margin-bottom: 40px;
}
body.single.single-post .entry-divider {
  display: none;
}
body.single.single-post .entry-content {
  padding-top: 0;
}

body.archive:not(.woocommerce) .archive-page-header .col {
  padding-bottom: 0;
}
body.archive:not(.woocommerce) .page-title {
  padding-bottom: 10px;
  font-size: 35px;
  position: relative;
  color: #0178B6;
  margin-bottom: 30px;
}
body.archive:not(.woocommerce) .page-title:before, body.archive:not(.woocommerce) .page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right, #0178B6, #FFF);
  width: 100px;
  height: 2px;
  border-radius: 30px;
}
body.archive:not(.woocommerce) .page-title:before {
  left: calc(50% - 102px);
  background: linear-gradient(to left, #0178B6, #FFF);
}
body.archive:not(.woocommerce) .page-title:after {
  left: calc(50% + 2px);
  background: linear-gradient(to right, #0178B6, #FFF);
}
body.archive:not(.woocommerce) .box.box-blog-post .box-image {
  border-radius: 5px;
  overflow: hidden;
}
body.archive:not(.woocommerce) .box.box-blog-post .box-text {
  text-align: left;
}
body.archive:not(.woocommerce) .box.box-blog-post .box-text .post-title a {
  color: #1c1c1c;
}

body.archive.woocommerce header {
  margin-bottom: 40px;
}
body.archive.woocommerce form.woocommerce-ordering select {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(142, 142, 142, 0.2);
}

body.single.woocommerce .is-divider {
  display: none;
}
body.single.woocommerce .price-contact {
  color: #3AB54A;
  font-weight: bold;
  border: 1px solid #3AB54A;
  padding: 10px 30px;
  line-height: 1;
  display: inline-block;
}
body.single.woocommerce .col-single-product .icon-box {
  margin-bottom: 10px;
}
body.single.woocommerce .col-single-product .icon-box .icon-box-text {
  line-height: 1;
  display: flex;
  align-items: center;
}
body.single.woocommerce .col-single-product .icon-box p {
  margin-bottom: 0;
}
body.single.woocommerce .col-single-product .badge-container {
  margin-top: 5px;
}
body.single.woocommerce .col-single-product .badge-container .badge {
  width: auto;
  height: auto;
}
body.single.woocommerce .col-single-product .badge-container .badge .badge-inner {
  background-color: #9e0c0c;
  padding: 5px;
}
body.single.woocommerce .col-single-product .box.product-small {
  box-shadow: none;
  padding: 0;
}
body.single.woocommerce .col-single-product .box.product-small .box-text {
  text-align: left;
}
body.single.woocommerce .col-single-product .box.product-small .box-text .kk-star-ratings,
body.single.woocommerce .col-single-product .box.product-small .box-text .yw-loop-gallery {
  display: none;
}
body.single.woocommerce .col-single-product .box.box-blog-post .post-meta {
  display: none;
}
body.single.woocommerce .col-single-product .box.box-blog-post .box-text {
  padding-left: 10px;
}
body.single.woocommerce .col-single-product .box.box-blog-post .box-text .post-title a {
  font-weight: normal;
  text-align: left;
  font-size: 14px;
}
body.single.woocommerce .woocommerce-tabs ul.tabs {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  gap: 15px;
}
body.single.woocommerce .woocommerce-tabs ul.tabs > li {
  width: fit-content;
  flex-basis: fit-content;
  min-width: fit-content;
  scroll-snap-align: start;
  white-space: nowrap;
}

.vp-single-product-sidebar-title {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.vp-single-product-sidebar-title p {
  margin-bottom: 0;
}

.vp-text {
  margin-bottom: 10px;
}
.vp-text p {
  margin-bottom: 5px;
}

a.button.white {
  transition: 0.6s ease;
  font-weight: normal;
}
a.button.white:hover {
  background-color: #0178B6 !important;
  color: #FFF !important;
}

.btn-cta {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 90%;
}

.single-product-actions {
  display: flex;
}
.single-product-actions a {
  flex: 1;
}

.wpcf7 {
  position: relative;
}
.wpcf7 span {
  display: block;
  margin-bottom: 5px;
  font-size: 90%;
  color: #000;
}
.wpcf7 input.wpcf7-form-control {
  border: 1px solid #F1F1F1;
  box-shadow: none;
}
.wpcf7 input[type=submit] {
  display: block;
  width: 100%;
  background: #191919;
  line-height: 1.6;
  font-size: 90%;
  padding: 12px;
  text-transform: capitalize;
  transition: 0.6s ease;
}
.wpcf7 input[type=submit]:hover {
  background: #3c3c3c;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.wpcf7 .wpcf7-response-output {
  margin: 15px !important;
}

/*# sourceMappingURL=style.css.map */
