<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1600px) {
  .container {
    max-width: 1380px; } }

.w-auto {
  width: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.pos-rel {
  position: relative; }

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

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

.text-white {
  color: #ffffff; }

.btn-light-grey {
  color: #303030;
  background: #ffffff; }
  .btn-light-grey:hover {
    background: #dbdbdb !important; }

.btn-big {
  line-height: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold; }

.shadow-anchor {
  height: 0;
  margin: 0;
  padding: 0; }

.navbar-header #searchform ::-webkit-input-placeholder {
  font-family: 'eurostile', sans-serif !important; }

.navbar-header #searchform ::-moz-placeholder {
  font-family: 'eurostile', sans-serif !important; }

.navbar-header #searchform :-ms-input-placeholder {
  font-family: 'eurostile', sans-serif !important; }

.navbar-header #searchform :-moz-placeholder {
  font-family: 'eurostile', sans-serif !important; }

.navbar-header #searchform input[type=text] {
  font-family: 'eurostile', sans-serif; }

.navbar {
  padding: 0.75rem 1rem; }

.home .nerfgraphic {
  width: 454px;
  height: 240px; }

.home .swiper-control {
  margin-top: -45px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  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;
  background-image: none; }
  .home .swiper-control i.fa {
    font-size: 50px;
    line-height: 50px; }

.home .swiper-button-prev {
  left: 60px; }

.home .swiper-button-next {
  right: 60px; }

.swiper-slide h1 {
  z-index: 10;
  font-size: 30px;
  line-height: 36px;
  color: white;
  font-weight: 700;
  font-style: italic;
  font-family: "eurostile", sans-serif;
  text-shadow: -1px 2px 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 30px; }

.swiper-slide .btn-light-grey {
  color: #303030;
  background: #ffffff; }
  .swiper-slide .btn-light-grey:hover {
    background: #BFBFBF; }

.btn-pair .btn:nth-child(2) {
  margin-left: 20px; }

.btn-pair a i.fa {
  display: none; }

.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  background: rgba(48, 48, 48, 0.47); }

.floating-social-media {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px); }

@media (max-width: 1438px) {
  .home .nerfgraphic {
    width: 380px;
    height: 200px; }
  .homeslider .container {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

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

.owl-item .product_container, .item.type-product .product_container {
  position: relative;
  background: #ffffff;
  padding: 15px 50px 20px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease; }
  .owl-item .product_container .hover-mask, .item.type-product .product_container .hover-mask {
    display: none;
    background: rgba(235, 235, 235, 0.7);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }
  .owl-item .product_container .product_thumb_link, .item.type-product .product_container .product_thumb_link {
    margin-bottom: 20px; }
  .owl-item .product_container .product_name a, .owl-item .product_container .woocommerce-loop-product__title, .item.type-product .product_container .product_name a, .item.type-product .product_container .woocommerce-loop-product__title {
    text-align: center;
    background: #ffffff;
    font: 900 1.5rem/1.1 "Lato", sans-serif !important;
    color: #303030 !important;
    margin-bottom: 15px; }
  .owl-item .product_container .caption, .item.type-product .product_container .caption {
    background: #ffffff; }
  .owl-item .product_container .price, .item.type-product .product_container .price {
    display: block;
    text-align: center;
    width: 100%;
    background: #ffffff; }
    .owl-item .product_container .price .amount, .item.type-product .product_container .price .amount {
      color: #ff8200;
      font: bold 2rem/1 "eurostile", sans-serif; }
  .owl-item .product_container .cart, .item.type-product .product_container .cart {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 15%;
    padding-right: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none; }
    .owl-item .product_container .cart a, .item.type-product .product_container .cart a {
      display: block;
      width: 100%;
      text-align: center;
      padding: 1rem 0 !important;
      font-family: lato;
      font-weight: bold !important;
      line-height: 2rem !important; }
    .owl-item .product_container .cart .view-product-btn, .item.type-product .product_container .cart .view-product-btn {
      margin-bottom: 30px;
      border: 1px solid #303030;
      color: #303030; }
    .owl-item .product_container .cart .add_to_cart_button, .item.type-product .product_container .cart .add_to_cart_button {
      background: #389bd4 !important;
      border: none !important;
      font-size: 1.25rem !important; }
      .owl-item .product_container .cart .add_to_cart_button:hover, .item.type-product .product_container .cart .add_to_cart_button:hover {
        color: #ffffff;
        background: #006AA3 !important; }
  .owl-item .product_container:hover .hover-mask, .item.type-product .product_container:hover .hover-mask {
    display: block; }
  .owl-item .product_container:hover .cart, .item.type-product .product_container:hover .cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.wpcs_product_carousel_slider .owl-theme .owl-controls {
  margin-top: 40px; }
  .wpcs_product_carousel_slider .owl-theme .owl-controls .owl-page span {
    width: 18px;
    height: 18px; }

@media (max-width: 991px) {
  .carousel-shop-now-btn {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 1200px) {
  .owl-item .product_container {
    padding: 15px; } }

.banner__about {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(39%, rgba(97, 92, 78, 0.25)), to(rgba(120, 109, 86, 0.25)));
  background-image: -webkit-linear-gradient(bottom, rgba(97, 92, 78, 0.25) 39%, rgba(120, 109, 86, 0.25) 100%);
  background-image: linear-gradient(0deg, rgba(97, 92, 78, 0.25) 39%, rgba(120, 109, 86, 0.25) 100%); }
  .banner__about .woocommerce-breadcrumb {
    position: absolute;
    top: 25px;
    left: 60px;
    font-family: 'eurostile', sans-serif;
    font-weight: 900;
    font-size: 1.125rem;
    color: #ffffff; }
    .banner__about .woocommerce-breadcrumb a {
      color: #ffffff; }

.banner__about-mask {
  margin-left: -15px;
  margin-right: -15px; }

@media screen and (min-width: 768px) {
  .banner__about-mask {
    height: 380px; } }

@media (min-width: 1200px) {
  .itemListWrapper {
    margin-top: 100px;
    padding-left: 50px; } }

.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  padding: 0 !important;
  font-size: 21px;
  text-align: center;
  line-height: 44px;
  margin: 0 4px !important;
  width: 44px;
  height: 44px; }

.wp-pagenavi span.current {
  background: #ffb800 !important;
  color: #ffffff !important;
  border: 1px solid #ffb800 !important; }

.wp-pagenavi a {
  color: #ffb800 !important; }

.wp-pagenavi a.page {
  border: 1px solid #ffb800 !important; }

.type-product.item {
  -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%; }
  .type-product.item .product_container .add_to_cart_button:after {
    content: ' \f07a';
    font-family: FontAwesome; }
  .type-product.item .view-product-btn {
    background: #ffffff !important;
    font-size: 1.25rem !important;
    cursor: pointer; }
    .type-product.item .view-product-btn:hover {
      background: #e0e0e0 !important; }
  .type-product.item .add_to_cart_button {
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0 !important; }

#main-menu &gt; .menu-item-has-children &gt; a &gt; .menu-image-title:after {
  content: ' \f0d7';
  margin-left: 10px;
  font-family: FontAwesome;
  color: #fff;
  opacity: 1 !important; }

#main-menu &gt; li.menu-item {
  margin-left: -1px; }

.menu-item-has-children .dropdown-menu {
  margin-top: -3px;
  margin-right: -5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 30px 30px 15px; }
  .menu-item-has-children .dropdown-menu:before {
    content: " ";
    display: table; }
  .menu-item-has-children .dropdown-menu:after {
    content: " ";
    display: table;
    clear: both; }
  .menu-item-has-children .dropdown-menu .nav-item {
    position: relative;
    min-height: 1px;
    width: 8.33333%;
    float: left !important;
    background: transparent;
    border-top: 0;
    height: 115px; }
    .menu-item-has-children .dropdown-menu .nav-item a {
      padding: 0 10px;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
      align-content: space-between;
      width: 100%;
      height: 100%; }
    .menu-item-has-children .dropdown-menu .nav-item .menu-image {
      margin: 0 auto auto;
      padding-bottom: 0 !important;
      padding-right: 0 !important; }
    .menu-item-has-children .dropdown-menu .nav-item .menu-image-title {
      padding-top: 10px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 42px;
      margin-top: auto;
      color: #fff;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      line-height: 1;
      font-weight: 300;
      text-transform: capitalize; }

.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
  padding-right: 0 !important; }

@media screen and (max-width: 1199px) {
  .swiper-slide {
    height: 550px !important; } }

@media screen and (max-width: 991px) {
  #main-menu &gt; .menu-item-has-children &gt; a &gt; .menu-image-title:after {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  .swiper-slide {
    height: 500px !important; }
  .menu-item-has-children .dropdown-menu {
    margin-right: 0; }
    .menu-item-has-children .dropdown-menu .nav-item {
      width: 25%;
      height: 120px; }
      .menu-item-has-children .dropdown-menu .nav-item a {
        padding-top: 10px; }
  .btn-pair .btn {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center; }
  .p-guide__title {
    padding-left: 0;
    background-size: 0;
    text-align: center; } }

@media screen and (max-width: 575px) {
  .swiper-slide {
    height: 500px !important; }
    .swiper-slide .nerfgraphic {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      height: auto; }
  .home .swiper-control {
    width: 20px;
    height: 20px; }
    .home .swiper-control i.fa {
      font-size: 20px;
      line-height: 20px; }
  .home .swiper-button-prev {
    left: 10px; }
  .home .swiper-button-next {
    right: 10px; }
  .menu-item-has-children .dropdown-menu {
    margin-right: 0; }
    .menu-item-has-children .dropdown-menu .nav-item {
      width: 50%; }
  .btn-pair .btn {
    width: 230px; }
  .btn-pair .btn:nth-child(2) {
    margin-left: 0;
    margin-top: 10px !important; }
  .floating-social-media {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    right: 0;
    height: auto; }
    .floating-social-media .fixed_social_icons {
      text-align: center;
      margin-bottom: 0; }
      .floating-social-media .fixed_social_icons li {
        display: inline-block; } }

.hidden {
  display: none !important; }

.floating-social-media.nav-up {
  display: none !important; }

@media (min-width: 2080px) {
  .woocommerce ul.products li.product a img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 1199px) {
  .search-filter-results {
    padding-top: 15px; } }

@media (max-width: 574px) {
  .search-filter-results {
    padding-top: 10px; } }

.menu-item-has-children:hover .dropdown-menu{
  display: block;
  background-color: #303030;
}</pre></body></html>