/*
Theme Name:     Barnacle Bill's
Description:    
Author:         Adlab
Template:       domnoo

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/* line 56, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/_mixins.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 62, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/_mixins.scss */
.no-gutters > [class^="col-"], .no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 69, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/_mixins.scss */
*:focus {
  outline: 0;
}

/*Myriad Pro Black Italic

font-family: myriad-pro, sans-serif;
font-weight: 900;
font-style: italic;

Myriad Pro Bold

font-family: myriad-pro, sans-serif;
font-weight: 700;
font-style: normal;

Myriad Pro Bold Italic

font-family: myriad-pro, sans-serif;
font-weight: 700;
font-style: italic;

Myriad Pro Semibold

font-family: myriad-pro, sans-serif;
font-weight: 600;
font-style: normal;

Myriad Pro Semibold Condensed

font-family: myriad-pro-condensed, sans-serif;
font-weight: 600;
font-style: normal;*/
/* line 48, sass/style.scss */
body, body p, body div, body a {
  font-family: myriad-pro;
  font-weight: 600;
}
/* line 52, sass/style.scss */
body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  font-family: myriad-pro, sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.03em;
}
/* line 58, sass/style.scss */
body h2 {
  color: #ee7402;
  font-size: 44px;
}
@media (max-width: 991px) {
  /* line 58, sass/style.scss */
  body h2 {
    font-size: 30px;
  }
}
/* line 67, sass/style.scss */
body .widget.menu-categories {
  background-color: #f28c00;
}
/* line 73, sass/style.scss */
body .widget.menu-categories .feature-box-inner:nth-child(2n+2) {
  background-color: #ee7402;
}
/* line 77, sass/style.scss */
body .widget.menu-categories .icon-inner {
  width: 100%;
  height: 132px;
  max-width: 260px;
}
@media (max-width: 991px) {
  /* line 77, sass/style.scss */
  body .widget.menu-categories .icon-inner {
    height: auto;
  }
  /* line 84, sass/style.scss */
  body .widget.menu-categories .icon-inner img {
    min-width: 110px;
  }
}
/* line 91, sass/style.scss */
body.home figure.image {
  padding: 10px 35px;
}
/* line 94, sass/style.scss */
body.home figure.image img {
  height: 320px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 100, sass/style.scss */
body.home .quick-view {
  display: none;
}
/* line 105, sass/style.scss */
body.home .home-products .product-block .caption {
  margin: 0;
}
/* line 108, sass/style.scss */
body.home .home-products .product-block .caption h3.name a {
  color: #ee7402;
  font-family: myriad-pro;
  font-weight: 900;
  font-style: italic;
  text-transform: none;
  font-size: 2.6rem;
  letter-spacing: -.03em;
}
/* line 118, sass/style.scss */
body.home .home-products .product-block .image {
  border-color: transparent;
}
/* line 121, sass/style.scss */
body.home .home-products .product-block:hover {
  border-color: transparent;
}
/* line 124, sass/style.scss */
body.home .home-products .product-block:hover .caption {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
}
/* line 129, sass/style.scss */
body.home .home-products .infor {
  display: none;
}
/* line 134, sass/style.scss */
body ul.apus-categories {
  display: flex;
  margin: 10px auto;
  background-color: #f28c00;
}
/* line 139, sass/style.scss */
body ul.apus-categories li {
  flex: 1 0 0;
}
/* line 142, sass/style.scss */
body ul.apus-categories li:first-child {
  display: none;
}
/* line 145, sass/style.scss */
body ul.apus-categories li a {
  background-color: #f28c00;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.02em;
}
/* line 151, sass/style.scss */
body ul.apus-categories li a .icon {
  height: 80px;
}
/* line 154, sass/style.scss */
body ul.apus-categories li a .icon img {
  max-height: 90px;
}
@media (max-width: 1199px) {
  /* line 145, sass/style.scss */
  body ul.apus-categories li a {
    font-size: 1.8rem;
    line-height: 1;
    padding: 100px 10px 15px;
    min-width: 128px;
  }
  /* line 165, sass/style.scss */
  body ul.apus-categories li a .icon {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
}
/* line 175, sass/style.scss */
body ul.apus-categories li:nth-child(2n+3) a {
  background-color: #ee7402;
}
/* line 179, sass/style.scss */
body ul.apus-categories li.current-cat a {
  background-color: #1a4175;
}
@media (max-width: 991px) {
  /* line 184, sass/style.scss */
  body.home #apus-categories, body.single-product #apus-categories {
    display: flex;
    flex-direction: row;
    overflow: auto;
  }
  /* line 191, sass/style.scss */
  body.home #apus-categories li, body.single-product #apus-categories li {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 140px;
  }
  /* line 197, sass/style.scss */
  body.home #apus-categories li:first-child, body.single-product #apus-categories li:first-child {
    display: none;
  }
  /* line 200, sass/style.scss */
  body.home #apus-categories li a, body.single-product #apus-categories li a {
    height: 160px;
  }
  /* line 203, sass/style.scss */
  body.home #apus-categories li a .icon, body.single-product #apus-categories li a .icon {
    top: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  /* line 216, sass/style.scss */
  body.single-product #apus-categories {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 222, sass/style.scss */
body .display-mode .active {
  color: #ee7402;
}
/* line 225, sass/style.scss */
body.woocommerce .content-area .product-block {
  border-color: transparent !important;
}
/* line 227, sass/style.scss */
body.woocommerce .content-area .product-block .caption {
  margin: 0;
}
/* line 230, sass/style.scss */
body.woocommerce .content-area .product-block:hover .caption {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
}
/* line 233, sass/style.scss */
body.woocommerce .content-area .product-block h3 a {
  font-family: myriad-pro;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.03em;
  color: #ee7402;
  font-size: 2.5rem;
  text-transform: none;
  overflow: visible;
  white-space: normal;
}
/* line 244, sass/style.scss */
body.woocommerce .content-area .product-block .price span {
  color: #1a4175;
  font-family: myriad-pro;
  font-weight: 700;
  font-style: italic;
  font-size: 2.6rem;
  letter-spacing: -.02em;
}
/* line 253, sass/style.scss */
body .add-cart {
  display: none;
}
/* line 256, sass/style.scss */
body .details-product {
  padding-top: 100px;
}
/* line 259, sass/style.scss */
body .product-header {
  background-color: #ee7402;
  color: #fff;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -70px;
  width: 100vw;
  transform: translateX(-50vw);
  -webkit-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  background-image: url(product-header.jpg);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: 100% 55%;
}
/* line 276, sass/style.scss */
body .product-header h1.product_title.entry-title {
  padding: 25px;
  display: block;
  color: #fff;
}
@media (max-width: 991px) {
  /* line 259, sass/style.scss */
  body .product-header {
    top: -20px;
    height: 100px;
  }
  /* line 284, sass/style.scss */
  body .product-header + .top-content {
    padding-top: 0;
  }
  /* line 289, sass/style.scss */
  body .product-header h1.product_title.entry-title {
    font-size: 2.9rem;
    padding: 15px;
  }
}
/* line 295, sass/style.scss */
body #apus-breadscrumb.breadcrumb-page {
  background-color: #ee7402;
  background-image: url(product-header.jpg);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: 100% 55%;
}
/* line 302, sass/style.scss */
body #apus-breadscrumb.breadcrumb-page .breadscrumb-inner {
  text-align: left;
}
/* line 305, sass/style.scss */
body #apus-breadscrumb.breadcrumb-page .breadscrumb-inner .breadcrumb {
  display: none;
}
/* line 310, sass/style.scss */
body .entry-summary ul {
  padding: 0;
  font-size: 2rem;
  color: #646363;
  font-weight: 600;
}
/* line 316, sass/style.scss */
body .entry-summary ul li {
  list-style: none;
  position: relative;
  background-image: url(tick-icon.png);
  background-size: auto 21px;
  background-repeat: no-repeat;
  background-position: 5px 6px;
  padding-left: 35px;
}
/* line 326, sass/style.scss */
body .product_meta, body .apus-social-share {
  display: none;
}
/* line 330, sass/style.scss */
body .price span {
  font-size: 6rem;
  font-family: myriad-pro;
  font-weight: 900;
  font-style: italic;
  color: #19407c;
}
/* line 338, sass/style.scss */
body .bb-meta-wrapper {
  display: block;
  position: relative;
  margin-top: 50px;
  padding-top: 45px;
}
/* line 344, sass/style.scss */
body .bb-meta-wrapper:before {
  content: " ";
  display: block;
  width: 240px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 3px dotted #1a4175;
}
/* line 354, sass/style.scss */
body .bb-meta-wrapper a {
  display: block;
  float: left;
  clear: both;
  position: relative;
  padding: 35px 40px 35px 75px;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: myriad-pro;
  color: #19407c;
}
/* line 365, sass/style.scss */
body .bb-meta-wrapper a:before {
  content: " ";
  display: block;
  background-color: #1a4175;
  background-image: url(download-menu.png);
  background-position: center;
  width: 60px;
  height: 60px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  background-size: 31px auto;
  background-repeat: no-repeat;
}
/* line 381, sass/style.scss */
body .bb-meta-wrapper a + a:before {
  background-color: #000;
}
/* line 386, sass/style.scss */
body .header-v1, body #apus-header-mobile {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#24577c+0,00b5ea+38,00b5ea+66,00528c+100 */
  background: #24577c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #24577c 0%, #00b5ea 38%, #00b5ea 66%, #00528c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #24577c 0%, #00b5ea 38%, #00b5ea 66%, #00528c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #24577c 0%, #00b5ea 38%, #00b5ea 66%, #00528c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24577c', endColorstr='#00528c',GradientType=1 );
  /* IE6-9 */
}
/* line 394, sass/style.scss */
body .header-v1:before, body #apus-header-mobile:before {
  display: none;
}
/* line 398, sass/style.scss */
body .apus-breadscrumb .bread-title {
  font-family: myriad-pro;
  font-weight: 900;
  letter-spacing: -.02em;
  font-size: 4.7rem;
}
/* line 404, sass/style.scss */
body .breadcrumb > li {
  font-family: myriad-pro;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 1699px) {
  /* line 410, sass/style.scss */
  body .header-v1 .logo-left {
    width: 41%;
  }
}
/* line 415, sass/style.scss */
body .header-v1 .logo-in-theme {
  border: none;
  padding: 0;
}
/* line 419, sass/style.scss */
body .header-v1 .logo-in-theme:before {
  display: none !important;
}
/* line 423, sass/style.scss */
body .header-v1 .logo {
  position: relative;
}
@media (min-width: 1199px) {
  /* line 423, sass/style.scss */
  body .header-v1 .logo {
    top: 0;
    margin-bottom: -30px;
  }
}
/* line 430, sass/style.scss */
body .header-v1 .logo a img {
  width: auto;
  height: 170px;
}
@media (max-width: 1199px) {
  /* line 430, sass/style.scss */
  body .header-v1 .logo a img {
    height: 120px;
  }
}
/* line 439, sass/style.scss */
body .header-v1 .account, body .header-v1 .contact {
  display: none !important;
}
/* line 442, sass/style.scss */
body .header-v1 .header-middle {
  padding: 0 0 32px;
}
/* line 445, sass/style.scss */
body .header-v1 .navbar-nav {
  float: right;
  position: relative;
  top: 55px;
  right: 45px;
}
/* line 452, sass/style.scss */
body .header-v1 .navbar-nav li a {
  font-weight: 700;
  font-family: myriad-pro;
}
@media (max-width: 1199px) {
  /* line 452, sass/style.scss */
  body .header-v1 .navbar-nav li a {
    padding: 0 6px;
    font-size: 1.4rem;
  }
}
/* line 463, sass/style.scss */
body .header-v1 .navbar-nav li.menu-item-933 a {
  color: transparent;
  font-size: 0px;
  padding: 2px 0;
  border: none !important;
}
/* line 469, sass/style.scss */
body .header-v1 .navbar-nav li.menu-item-933 a:before {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(home-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 480, sass/style.scss */
body .header-v1 .navbar-nav li.menu-item-933.active a, body .header-v1 .navbar-nav li.menu-item-933:hover a {
  border: none;
}
/* line 486, sass/style.scss */
body .header-v1 .right-cart {
  position: absolute;
  right: -15px;
  top: 15px;
}
/* line 491, sass/style.scss */
body .header-v1 .header-search-wrapper {
  float: left;
}
/* line 494, sass/style.scss */
body .header-v1 .header-search-wrapper button {
  background-color: #fff !important;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-right: 9px;
  border: none;
  padding: 0;
}
/* line 503, sass/style.scss */
body .header-v1 .header-search-wrapper button i {
  color: #19407c;
  font-size: 24px;
  position: relative;
  top: -2px;
}
/* line 510, sass/style.scss */
body .header-v1 .header-search-wrapper img {
  width: 34px;
  height: auto;
  margin-right: 7px;
}
/* line 517, sass/style.scss */
body .header-v1 .social-icons {
  float: left;
}
/* line 520, sass/style.scss */
body .header-v1 .social-icons a img {
  width: 34px;
  height: auto;
  margin-right: 4px;
}
/* line 528, sass/style.scss */
body .fishy-box {
  padding: 80px 0;
}
/* line 530, sass/style.scss */
body .fishy-box h2 {
  padding: 0 0;
  color: #fff;
}
/* line 534, sass/style.scss */
body .fishy-box img {
  max-height: 120px;
  padding-top: 45px;
  margin-left: 15px;
  width: auto;
}
/* line 540, sass/style.scss */
body .fishy-box ul, body .fishy-box p {
  margin: 20px 0 0;
  color: #fff;
  font-family: myriad-pro;
  font-weight: 700;
  font-style: italic;
  font-size: 2.7rem;
  padding: 0;
}
/* line 549, sass/style.scss */
body .fishy-box ul li, body .fishy-box p li {
  margin: 0;
  list-style: none;
  position: relative;
  background-image: url(tick-icon.png);
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: 5px 8px;
  padding-left: 35px;
}
@media (max-width: 991px) {
  /* line 540, sass/style.scss */
  body .fishy-box ul, body .fishy-box p {
    font-size: 2rem;
  }
  /* line 562, sass/style.scss */
  body .fishy-box ul li, body .fishy-box p li {
    background-size: auto 16px;
  }
}
/* line 568, sass/style.scss */
body .owl-carousel .owl-controls .owl-nav .owl-prev:active, body .owl-carousel .owl-controls .owl-nav .owl-prev:hover, body .owl-carousel .owl-controls .owl-nav .owl-next:active, body .owl-carousel .owl-controls .owl-nav .owl-next:hover, body .owl-carousel .owl-controls .owl-nav .owl-prev, body .owl-carousel .owl-controls .owl-nav .owl-prev, body .owl-carousel .owl-controls .owl-nav .owl-next, body .owl-carousel .owl-controls .owl-nav .owl-next {
  background: transparent;
  color: #888;
}
/* line 572, sass/style.scss */
body .owl-carousel .owl-controls .owl-nav .owl-prev:active span, body .owl-carousel .owl-controls .owl-nav .owl-prev:hover span, body .owl-carousel .owl-controls .owl-nav .owl-next:active span, body .owl-carousel .owl-controls .owl-nav .owl-next:hover span, body .owl-carousel .owl-controls .owl-nav .owl-prev span, body .owl-carousel .owl-controls .owl-nav .owl-prev span, body .owl-carousel .owl-controls .owl-nav .owl-next span, body .owl-carousel .owl-controls .owl-nav .owl-next span {
  font-weight: 900;
  font-size: 8rem;
}
/* line 578, sass/style.scss */
body .image-slider {
  padding: 15px 0 50px;
}
/* line 584, sass/style.scss */
body .image-slider .vc_single_image-wrapper img {
  width: 90%;
  height: auto;
}
/* line 589, sass/style.scss */
body .image-slider .owl-stage {
  display: flex;
}
/* line 592, sass/style.scss */
body .image-slider .owl-stage .owl-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 599, sass/style.scss */
body .apus-copyright {
  background-color: #1a4175;
}
/* line 602, sass/style.scss */
body .apus-copyright h4 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 20px;
}
/* line 610, sass/style.scss */
body .apus-copyright h4:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 60px;
  background-color: #ee7402;
}
/* line 620, sass/style.scss */
body .apus-copyright .col-md-4:last-child {
  text-align: center;
  padding: 50px 0 0;
}
/* line 624, sass/style.scss */
body .apus-copyright .col-md-4:last-child .footer-links {
  margin-top: 25px;
}
/* line 628, sass/style.scss */
body .apus-copyright p {
  font-size: 1.6rem;
  font-family: myriad-pro;
  line-height: 1.75;
  font-weight: 400;
}
/* line 635, sass/style.scss */
body .apus-copyright ul.menu li {
  display: block;
  margin: 0 0 4px;
}
/* line 639, sass/style.scss */
body .apus-copyright ul.menu li a {
  color: #fff;
  display: inline-block;
  padding: 4px 0;
  font-family: myriad-pro;
  font-size: 1.8rem;
}
/* line 649, sass/style.scss */
body .apus-topcart {
  display: none !important;
}
/* line 654, sass/style.scss */
body.page .main-page h2 {
  color: #19407c;
}
/* line 657, sass/style.scss */
body.page .main-page h3 {
  color: #ee7402;
  font-size: 3.6rem;
}
/* line 662, sass/style.scss */
body.page .price-block {
  font-size: 6rem;
  font-family: myriad-pro;
  font-weight: 900;
  font-style: italic;
  color: #19407c;
  position: relative;
  margin-top: 40px;
  padding-top: 25px;
}
/* line 672, sass/style.scss */
body.page .price-block:before {
  content: " ";
  display: block;
  width: 240px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 3px dotted #1a4175;
}
/* line 685, sass/style.scss */
body .promotions-block h2 + p {
  color: #19407c;
  margin-bottom: 25px !important;
  display: block;
}

/* line 693, sass/style.scss */
.page-id-923 #apus-breadscrumb > div {
  width: 100%;
  max-width: none;
}
@media (min-width: 991px) {
  /* line 693, sass/style.scss */
  .page-id-923 #apus-breadscrumb > div {
    padding-left: 60px;
  }
}
/* line 701, sass/style.scss */
.page-id-923 #main-container {
  max-width: none;
  width: 100%;
}
@media (min-width: 991px) {
  /* line 706, sass/style.scss */
  .page-id-923 #main-container #wpsl-gmap, .page-id-923 #main-container #wpsl-result-list, .page-id-923 #main-container #wpsl-stores, .page-id-923 #main-container #wpsl-direction-details {
    height: 70vh !important;
    min-height: 600px;
    max-height: 1200px;
  }
}
/* line 714, sass/style.scss */
.page-id-923 #wpsl-stores li {
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 717, sass/style.scss */
.page-id-923 #wpsl-stores li:hover {
  background-color: #f8f8f8;
}
/* line 720, sass/style.scss */
.page-id-923 #wpsl-stores li strong {
  color: #ee7402;
  font-family: myriad-pro;
  font-weight: 700;
  font-style: italic;
  font-size: 2.1rem;
  letter-spacing: -.02em;
}
/* line 730, sass/style.scss */
.page-id-923 .wpsl-back {
  background-color: #1a4175;
  display: inline-block;
  color: #fff;
  padding: 7px 30px;
  font-family: myriad-pro;
  font-weight: 700;
  font-style: italic;
}

/* line 740, sass/style.scss */
.header-search-wrapper {
  position: relative;
}
/* line 743, sass/style.scss */
.header-search-wrapper .widget-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  overflow: hidden;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* line 751, sass/style.scss */
.header-search-wrapper .widget-search input[type=text] {
  height: 34px;
  width: 170px;
  padding: 6px 4px 6px 14px;
}
/* line 756, sass/style.scss */
.header-search-wrapper .widget-search button[type=submit] {
  padding: 3px 0 0;
}
/* line 760, sass/style.scss */
.header-search-wrapper.visible .widget-search {
  width: auto;
  overflow: visible;
}

/* line 765, sass/style.scss */
.top-header {
  background-color: #0072ba;
  text-align: center;
}
/* line 769, sass/style.scss */
.top-header a {
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
}
/* line 774, sass/style.scss */
.top-header a:hover {
  color: #fff;
}

/* line 780, sass/style.scss */
body .wpsl-input label, body #wpsl-radius label, body #wpsl-category label {
  width: 115px;
}

/* line 784, sass/style.scss */
.header-mobile .btn-showmenu:hover, .header-mobile .btn-showmenu:active, .header-mobile .btn-showmenu {
  color: #fff !important;
  font-size: 3rem !important;
}

/* line 789, sass/style.scss */
body > #wrapper-container > #navbar-offcanvas:not(.unhidden) {
  display: none;
}

@media (max-width: 1700px) {
  /* line 796, sass/style.scss */
  body .header-v1 .content-menu {
    clear: none;
    margin-left: 25px;
  }
}
@media (max-width: 1200px) {
  /* line 802, sass/style.scss */
  body .header-v1 .header-middle {
    padding: 0;
  }
  /* line 805, sass/style.scss */
  body .header-v1 .header-middle .content-menu {
    clear: both;
    float: none !important;
    margin: 0 auto;
    text-align: center;
  }
  /* line 811, sass/style.scss */
  body .header-v1 .header-middle .content-menu .navbar-nav {
    float: none;
    display: inline-block;
    position: static;
  }
}
@media (max-width: 991px) {
  /* line 821, sass/style.scss */
  body .apus-breadscrumb .wrapper-breads {
    min-height: 100px;
  }
  /* line 824, sass/style.scss */
  body .apus-breadscrumb .wrapper-breads h2 {
    font-size: 3.3rem;
  }
}
/* line 829, sass/style.scss */
body .woocommerce-result-count {
  display: none;
}

/* line 833, sass/style.scss */
.cat-descriptions-wrapper {
  display: block;
  padding: 0 0 35px;
}
/* line 837, sass/style.scss */
.cat-descriptions-wrapper h3 {
  color: #f28c00;
  margin-top: -20px;
}

@media (max-width: 991px) {
  /* line 844, sass/style.scss */
  .woocommerce div.product:nth-child(2n+3) {
    clear: both;
  }
}
/* line 849, sass/style.scss */
.product-block.grid .image, .product-block.block-inner {
  background-color: #fff !important;
}

/* line 852, sass/style.scss */
.variations_form.cart, .variations_form.cart ~ p.price {
  display: none !important;
}

/* line 856, sass/style.scss */
#apus-header-mobile .social-block {
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 861, sass/style.scss */
#apus-header-mobile .right-cart {
  position: absolute;
  right: -15px;
  top: 15px;
}
/* line 866, sass/style.scss */
#apus-header-mobile .header-search-wrapper {
  float: left;
}
/* line 869, sass/style.scss */
#apus-header-mobile .header-search-wrapper button {
  background-color: #fff !important;
  border-radius: 50%;
  padding: 0;
  width: 34px;
  height: 34px;
  margin-right: 9px;
  border: none;
}
/* line 878, sass/style.scss */
#apus-header-mobile .header-search-wrapper button i {
  color: #19407c;
  font-size: 24px;
  position: relative;
  top: -2px;
}
/* line 885, sass/style.scss */
#apus-header-mobile .header-search-wrapper img {
  width: 34px;
  height: auto;
  margin-right: 7px;
}
/* line 891, sass/style.scss */
#apus-header-mobile .social-icons {
  float: left;
}
/* line 894, sass/style.scss */
#apus-header-mobile .social-icons a img {
  width: 34px;
  height: auto;
  margin-right: 4px;
}

/*# sourceMappingURL=style.css.map */
