@import url(../../node_modules/@splidejs/splide/dist/css/splide.min.css);
.woocommerce-product-gallery__image {
  pointer-events: none !important;
}
a {
  color: #366878;
}

.wc-block-components-button{
    background: #366878;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.woocommerce-order-received .full-masthead{
  display: none !important;
}

.woocommerce-order-received .woocommerce .full-masthead{
  display: block !important;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details{
  width: 100%;
  min-width: unset;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column{
  float: none;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column h2{
  padding-left: 0;
}


.wc-block-checkout{
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 5% !important;
}

a:active,
a:hover {
  color: hsl(195, 38%, 27%);
  outline: 0;
}

.woocommerce #breadcrumbs a, .woocommerce #breadcrumbs .breadcrumb_last {
  color: #366878;
  display: inline-block;
  padding: 0px 5px;
}

.woocommerce .shop_table {
  min-width: 500px;
}

.woocommerce .shop_table #shipping_method, .woocommerce .shop_table .wc-item-meta {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

.woocommerce .shop_table tr {
  border-bottom: 1px solid #ccc;
}

.woocommerce .shop_table tr th {
  padding: 10px 0px;
}

.woocommerce .shop_table tr td {
  padding: 10px 0px;
}

.woocommerce .shop_table tr td:last-child {
  text-align: right;
  padding-left: 15px;
}

.single-product, .woocommerce-cart {
  margin-top: 100px;
}

.single-product .product_meta, .woocommerce-cart .product_meta {
  display: none;
}
.variations select.form-control{
  /* border: 2px solid #555555;
  border-radius: 40px;
  padding: 0px 20px;
  height: 46px;
  background-position: center right; */

  -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #555555;
    border-radius: 40px;
    height: 47px;
    padding: 0px 45px 0px 25px;
    background: url('/wp-content/themes/spearfishing/assets/images/chevron.png') right 20px center no-repeat;
}
.reset_variations{
  display: block;
  text-align: center;
  padding: 5px 0px 0px 0px;
  color: #366878;
}

.single_variation .stock{
  margin: 10px 0px 0px 0px;
  display: inline-block;
  padding: 5px 10px;
  background: #f4f4f4;
  border-radius: 5px;
}

.single-product #mainNav:not(.navbar-shrink), .woocommerce-cart #mainNav:not(.navbar-shrink) {
  background: #212529;
  height: 100px;
}

.single-product #mainNav:not(.navbar-shrink) .nav-box, .woocommerce-cart #mainNav:not(.navbar-shrink) .nav-box {
  padding: 0;
}

.single-product .is-empty-cart-text, .woocommerce-cart .is-empty-cart-text {
  text-align: center;
  margin-top: 65px;
  padding: 15px;
}

.single-product .is-empty-cart-text .empty, .woocommerce-cart .is-empty-cart-text .empty {
  width: 100%;
  margin: 0px;
  border-radius: 50px;
  list-style-type: none;
  padding-right: 0px;
}

.single-product .is-empty-cart-text .button, .woocommerce-cart .is-empty-cart-text .button {
  background: #366878;
  border: 1px solid #366878;
  order: 2;
  margin-right: 0px;
  margin: 25px auto;
}

.single-product .is-empty-cart-text .button:hover, .woocommerce-cart .is-empty-cart-text .button:hover {
  background: white;
}

.single-product .update .actions, .woocommerce-cart .update .actions {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

@media only screen and (max-width: 850px) {
  .single-product .update .actions, .woocommerce-cart .update .actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

.single-product .update .actions .button, .woocommerce-cart .update .actions .button {
  margin-left: 15px;
}

@media only screen and (max-width: 850px) {
  .single-product .update .actions .button, .woocommerce-cart .update .actions .button {
    margin: 0px 0px 15px 0px;
  }
}

.single-product .update .actions .coupon #coupon_code, .woocommerce-cart .update .actions .coupon #coupon_code {
  width: 170px;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 850px) {
  .single-product .update .actions .coupon label, .woocommerce-cart .update .actions .coupon label {
    display: none;
  }
}

.woocommerce .woocommerce-info {
  text-align: center;
  padding: 30px 0px;
}

.woocommerce-ordering {
  display: none;
}

body .chosen-container-single .chosen-single div b {
  background-size: 75px 55px !important;
  margin-left: -15px;
}

body .woof_sid_flat_grey {
  border: none;
  background: transparent;
  margin-bottom: 0;
}

body .woof_redraw_zone {
  display: flex;
  align-items: center;
  width: 610px;
  margin: 0 auto;
  position: relative;
  flex-wrap: wrap;
}

body .woof_redraw_zone .woof_container_select {
  margin-bottom: 0;
  padding-bottom: 0;
}

body .woof_redraw_zone .woof_container_select:first-of-type {
  padding-left: 0;
}
.woof_auto_2_columns .woof_container{
  width: 50%;
}
.woof_text_search_container .woof_text_search_go{
  width: 45px;
  height: 38px;
  top: 0px;
  right: 0px;
  background: url('/wp-content/themes/spearfishing/assets/images/search.svg') center center no-repeat;
  background-size: 15px;
  border: 1px solid red;
  margin: 0px;
}

.woof_text_search_container input[type='search']{
  font-weight: 400;
  height: 40px;
  line-height: 0px;
  border-radius: 30px;
  border: 1px solid #000;
  padding-left: 20px;
  flex-basis: 83%;
  padding: 0px 20px !important;
}
.woof_submit_search_form_container{
  flex: 0 0 100%;
}
body .button.woof_reset_search_form {
  color: #fff;
  background-color: #555;
  font-weight: 400;
  padding: 8px 20px;
  margin: 10px auto 0px auto;
}

body .woof_sid_flat_grey .chosen-container-single .chosen-single {
  border: 1px solid;
  border-radius: 40px;
  line-height: 40px !important;
  height: 40px !important;
  padding: 0px 20px;
}

body .woof_sid_flat_grey .chosen-container-active a {
  border: 1px solid;
  border-bottom: none;
  border-radius: 38px 38px 0 0;
}

body .woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}

body .woof_sid_flat_grey .chosen-container .chosen-drop {
  border: 1px solid;
  border-radius: 0 0 38px 38px;
  padding: 5px 15px 15px 15px;
}

body .woof_products_top_panel {
  display: none !important;
}

.woocommerce-Price-amount.amount bdi {
  font-size: 1rem;
}

body.woocommerce-cart .woocommerce {
  margin-bottom: 80px;
}

body .woocommerce-product-search .view_product_button {
  background-color: #366878 !important;
  font-weight: 400;
  height: 40px;
  line-height: 0px;
  margin-right: 0 !important;
  flex-basis: 15%;
}

body .woocommerce-product-search .view_product_button:hover {
  background-color: transparent !important;
}

body .woocommerce-product-search input[type="search"] {
  font-weight: 400;
  height: 40px;
  line-height: 0px;
  border-radius: 30px;
  border: 1px solid #000;
  padding-left: 20px;
  flex-basis: 83%;
}

.woocommerce-product-search {
  margin-top: 35px;
  margin-bottom: -30px;
  display: flex !important;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}

body.search-results .woof {
  display: none;
}

.wc-search-query {
  margin-bottom: -100px;
  margin-top: 50px;
}

body:not(.search-results) .wc-search-query {
  display: none;
}

body.woocommerce-order-pay .woocommerce-notices-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

body.woocommerce-order-pay .woocommerce-notices-wrapper strong {
  display: inline-block;
  padding-right: 10px;
}

.woocommerce-order-pay .woocommerce .shop_table{
  width: 100%;
}

.woocommerce-checkout #order_review {
  max-width: 1200px;
  margin: 50px auto 80px auto;
}

.cart-collaterals .cross-sells{
  display: none;
}
.woocommerce-order-pay .product-name{
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
.woocommerce-order-pay .product-name img{
  padding: 0px 20px 0px 0px;
  max-width: 110px;
  margin: 0px;
}
.woocommerce-order-pay .product-name p:last-child{
  margin: 0px;
}
.woocommerce-order-pay .product-name p{
  margin-bottom: 5px;
}



@media only screen and (max-width: 767px) {
  .woocommerce-checkout #order_review {
    margin: 50px 30px;
  }
}

.woocommerce-checkout .woocommerce-form-login {
  max-width: 400px;
  margin: 0 auto 50px auto;
}

.woocommerce-checkout .woocommerce-form-login .form-row {
  float: none;
  display: block;
}

.woocommerce-checkout .woocommerce-form-login input {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: #115060;
  font-weight: 600;
}

.woocommerce-checkout .woocommerce-form-login label {
  display: block !important;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-button {
  background: #115060;
}

.woocommerce-checkout .tax-rate td, .woocommerce-checkout .order-total td, .woocommerce-checkout .cart-subtotal td, .woocommerce-checkout .product-total {
  text-align: right;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  margin: 0px;
}

.woocommerce-checkout .variation {
  margin-left: 15px;
  font-size: 12px;
  margin-top: 5px;
}

.woocommerce-checkout .variation p {
  margin-bottom: 0;
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
  margin-left: 0;
  /* border: 1px solid #000; */
  display: inline-block;
  padding: 0 30px;
  border-radius: 30px;
  margin-top: 20px;
  background: #e6e5e5;
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods li {
  padding-top: 5px;
}

.button.product_type_variable, .button.product_type_simple {
  color: #366878 !important;
  border: 1px solid #366878 !important;
  margin: 0.5rem 0 !important;
  margin-right: 0.25rem !important;
}

.button.product_type_variable:hover, .button.product_type_simple:hover {
  background-color: #366878 !important;
  color: #fff !important;
}

.button.product_type_variable.add_to_cart_button, .button.product_type_simple.add_to_cart_button {
  color: #fff !important;
}

.button.product_type_variable.add_to_cart_button:hover, .button.product_type_simple.add_to_cart_button:hover {
  color: #366878 !important;
  background-color: #fff !important;
}

.woocommerce-notices-wrapper {
  text-align: center;
  margin-top: 25px;
}

.woocommerce-notices-wrapper .woocommerce-error {
  margin: 0px;
  border-radius: 50px;
  background: #f4f4f4;
  list-style-type: none;
  padding-right: 0px;
}

.woocommerce-notices-wrapper .woocommerce-error li {
  list-style-type: none;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-notices-wrapper .woocommerce-error li .button {
  background: #366878;
  border: 1px solid #366878;
  order: 2;
  margin-right: 0px;
}

.woocommerce-notices-wrapper .woocommerce-error li .button:hover {
  background: white;
}

.woocommerce-notices-wrapper .woocommerce-error li:marker {
  display: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin: 0px;
  border-radius: 50px;
  background: #f4f4f4;
  list-style-type: none;
  padding-right: 0px;
  padding: 15px 15px 15px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}

.woocommerce-notices-wrapper .woocommerce-message li {
  list-style-type: none;
}

.woocommerce-notices-wrapper .woocommerce-message li:marker {
  display: none;
}

@media only screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message .mess-but {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
  }
}

.woocommerce-notices-wrapper .woocommerce-message .button {
  background: #366878;
  border: 1px solid #366878;
  order: 2;
  margin-right: 0px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message .button {
    float: none;
  }
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background: white;
}

@media only screen and (max-width: 767px) {
  .item .mobile-text {
    color: #115060 !important;
  }
  body .woof_redraw_zone {
    display: block;
    width: 90vw;
  }
  body .woof_redraw_zone .woof_container_select {
    width: 100%;
    margin-bottom: 10px;
  }
  body .woof_redraw_zone {
    padding: 0 !important;
    margin: 0 auto;
  }
  .woof.woof_sid.woof_sid_flat_grey.woof_auto_2_columns {
    padding: 0;
    margin-top: 20px !important;
  }
  body .woocommerce-product-search {
    display: block !important;
  }
  body .woocommerce-product-search input, body .woocommerce-product-search button {
    width: 100%;
  }
  body .woocommerce-product-search input {
    margin-bottom: 10px !important;
  }
  body .woocommerce-product-search button {
    margin-left: 0 !important;
  }
}

.is-empty-cart-text {
  margin-top: 100px;
}

.is-empty-cart-text a {
  color: #366878;
}

.woocommerce-cart .woocommerce {
  margin: 5rem 0;
}

.woocommerce-cart td[data-title="GST"], .woocommerce-cart td[data-title="PST"] {
  text-align: right;
}

.woocommerce-cart .variation p {
  margin-bottom: 0;
}

.woocommerce-cart .variation {
  font-size: 12px;
}

.woocommerce-cart .product-name a {
  color: #366878;
  margin-bottom: 10px;
  display: block;
  font-weight: 900;
}

.woocommerce-cart .cart-table {
  border-bottom: 1px solid #ccc;
  position: relative;
}

@media all and (min-width: 768px) {
  .woocommerce-cart .cart-table {
    display: flex;
    align-items: center;
  }
}

.woocommerce-cart .cart-table > div {
  padding: .5rem 0;
}

@media all and (min-width: 768px) {
  .woocommerce-cart .cart-table > div {
    padding: 15px;
  }
}

.woocommerce-cart .cart-table .product-remove {
  flex: 0 1 0;
  padding: 0;
}

@media all and (min-width: 768px) {
  .woocommerce-cart .cart-table .product-remove {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-30px);
  }
}

@media all and (min-width: 1200px) {
  .woocommerce-cart .cart-table .product-remove {
    transform: translateX(-40px);
  }
}

.woocommerce-cart .cart-table .product-remove a {
  color: black;
  border: 1px solid black;
  border-radius: 30px;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  text-decoration: none;
  margin-left: auto;
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .woocommerce-cart .cart-table .product-remove a {
    margin: 0;
    transform: translateY(-50%);
  }
}

.woocommerce-cart .cart-table .product-details {
  flex: 0 0 50%;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.woocommerce-cart .cart-table .product-price,
.woocommerce-cart .cart-table .product-quantity,
.woocommerce-cart .cart-table .product-subtotal {
  flex: 0 0 16.666%;
}

.woocommerce-cart .cart-table .product-quantity .quantity {
  border: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.woocommerce-cart .cart-table .product-quantity .btn-controls {
  display: flex;
  flex-direction: column;
  border: 2px solid #555555;
  border-radius: 30px;
}

.woocommerce-cart .cart-table .product-quantity .btn-controls a {
  border: none;
  padding: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../assets/images/chevron-up.png");
}

.woocommerce-cart .cart-table .product-quantity .btn-controls a.decrement {
  background-image: url("../../assets/images/chevron.png");
  border-top: 2px solid #555555;
}

.woocommerce-cart .cart-table .product-thumbnail img {
  width: 150px;
}

.woocommerce-cart .desktop-labels {
  display: none;
}

@media all and (min-width: 768px) {
  .woocommerce-cart .desktop-labels {
    display: flex;
  }
}

.woocommerce-cart .mobile-labels {
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

@media all and (min-width: 768px) {
  .woocommerce-cart .mobile-labels {
    display: none;
  }
}

.woocommerce-cart a.button {
  background: #366878;
}

.woocommerce-cart button.button {
  color: #366878;
  border-color: #366878;
}

.woocommerce-cart button.button:hover {
  background: #366878;
  color: white;
}

.woocommerce-cart .update {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0;
}

.woocommerce-cart .update .button {
  margin: 0;
}

.woocommerce-cart .cart_total {
  margin: 5rem auto 2rem;
  max-width: 500px;
}

.woocommerce-cart .cart_total h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin: 3rem 0;
}

.woocommerce-cart .wc-proceed-to-checkout .button {
  margin-left: 0;
  padding: 15px 30px 17px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 1.2rem;
}

.woocommerce .emoji {
  display: none !important;
}

.woocommerce .single_add_to_cart_button.button {
  background-color: #366878;
}

.woocommerce .screen-reader-text {
  display: none;
}

.woocommerce .product-wrap .woocommerce-product-gallery,
.woocommerce .product-wrap .summary {
  width: 100% !important;
  float: none;
}
.woocommerce-product-gallery .flex-control-nav img{
  cursor: pointer;
}

.woocommerce .summary .stock{
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  background: #e6e6e6;
}

.woocommerce .up-sells > h2{
  text-align: center;
  color: #366878;
  margin: 2rem 0px;
}

.woocommerce .product-wrap .flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: -.5rem;
  justify-content: center;
}

@media all and (min-width: 992px) {
  .woocommerce .product-wrap .flex-control-nav.flex-control-thumbs {
    justify-content: flex-start;
  }
}

.woocommerce .product-wrap .flex-control-nav.flex-control-thumbs img {
  border: 1px solid #cccccc;
  transition-property: border-color;
  transition-duration: .5s;
  border-radius: 20px;
  margin: .5rem;
  padding: .5rem;
}

.woocommerce .product-wrap .flex-control-nav.flex-control-thumbs img.flex-active {
  border-color: black;
}

.woocommerce ul.products {
  list-style: none;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media all and (min-width: 768px) {
  .woocommerce ul.products {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media all and (min-width: 992px) {
  .woocommerce ul.products {
    flex-flow: row wrap;
  }
}

.woocommerce ul.products li.product.type-product {
  background: none !important;
  padding: 20px 15px;
  margin: 0;
}

@media all and (min-width: 1200px) {
  .woocommerce ul.products li.product.type-product {
    padding: 20px;
  }
}

.woocommerce ul.products li.product.type-product .product__inner {
  padding: 40px .5rem;
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 1200px) {
  .woocommerce ul.products li.product.type-product .product__inner {
    padding: 40px 20px;
  }
}

.woocommerce ul.products li.product.type-product:nth-of-type(odd) .product__inner {
  background-color: #eee;
}

.woocommerce ul.products li.product.type-product ul {
  list-style: disc;
  text-align: left;
}

.woocommerce ul.products .buttons {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media all and (min-width: 576px) {
  .woocommerce ul.products .buttons {
    flex-direction: row;
    align-items: flex-end;
  }
}

.woocommerce ul.products .buttons .woocommerce-loop-product__link {
  display: none;
}

.woocommerce ul.products .archive-desc {
  color: black;
}

.woocommerce ul.products .woocommerce-LoopProduct-link {
  margin-bottom: 2rem;
  display: block;
  text-decoration: none;
}

.woocommerce ul.products a.add_to_cart_button,
.woocommerce ul.products a.view_product_button,
.woocommerce ul.products a.added_to_cart {
  display: inline-block;
  margin: .5rem 0;
}

.woocommerce ul.products a.add_to_cart_button,
.woocommerce ul.products a.added_to_cart {
  background-color: #555;
}

@media all and (min-width: 576px) {
  .woocommerce ul.products a.add_to_cart_button,
  .woocommerce ul.products a.added_to_cart {
    margin-right: .125rem;
  }
}

@media all and (min-width: 1200px) {
  .woocommerce ul.products a.add_to_cart_button,
  .woocommerce ul.products a.added_to_cart {
    margin-right: .25rem;
  }
}

@media all and (min-width: 576px) {
  .woocommerce ul.products a.view_product_button {
    margin-left: .125rem;
  }
}

@media all and (min-width: 1200px) {
  .woocommerce ul.products a.view_product_button {
    margin-left: .25rem;
  }
}

.woocommerce .shop-intro {
  text-align: center;
  max-width: 30rem;
  margin: auto;
}

.woocommerce .related.products h2 {
  text-align: center;
  margin: 2rem 0;
}

.woocommerce .option-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.woocommerce .option-buttons .size-select {
  display: flex;
  margin-right: 1.5rem;
}

.woocommerce .option-buttons .size-select .size {
  border: 2px solid;
  border-color: #366878;
  margin-right: .5rem;
  min-width: 36px;
  padding: .5rem;
  height: 50px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #366878;
}

.woocommerce .option-buttons .size-select .size.selected {
  background-color: #366878;
  color: white;
}

.woocommerce .option-buttons .color-select {
  display: flex;
}

.woocommerce .option-buttons .color-select .color {
  border: 2px solid;
  margin-right: .5rem;
  width: 36px;
  height: 50px;
  border-radius: 20px;
}

.woocommerce .form-submit {
  display: flex;
  margin-top: 3rem;
}

.woocommerce .quantity {
  border: 2px solid #555555;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}

.woocommerce .quantity .label {
  display: flex;
  align-items: center;
  padding: 0 .5rem;
}

.woocommerce .quantity input {
  -webkit-appearance: none;
  width: 5ch;
  appearance: none;
  border: none;
}

.woocommerce .quantity .amount-control {
  display: flex;
  align-items: center;
  padding: 1rem;
  min-height: 34px;
  color: #555555;
  text-decoration: none;
  font-size: 2rem;
  line-height: 0;
}

.woocommerce .quantity .decrement {
  font-family: 'Source Serif Pro';
  border-right: 2px solid #555555;
}

.woocommerce .quantity .increment {
  border-left: 2px solid #555555;
}

.woocommerce .browse-products {
  margin-top: 2.5rem;
}

a.added_to_cart {
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px 12px;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  text-decoration: none;
}

a.loading {
  color: white;
}

a.added {
  display: none;
}

#menu-main-navigation {
  list-style: none;
}

@media only screen and (max-width: 800px) {
  .icon-list #menu-primary-1 a {
    padding: 0.5em;
  }
}

#menu-primary-1 {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1100px) {
  #menu-primary-1 {
    display: block;
  }
}

#menu-primary-1 li .sub-menu li {
  display: block;
}

#menu-primary-1 li .sub-menu li a {
  font-size: 15px;
  padding: 5px;
}

.wp-block-contact-form-7-contact-form-selector {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.wp-block-contact-form-7-contact-form-selector input,
.wp-block-contact-form-7-contact-form-selector textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  border-radius: 0;
  color: #115060;
  font-weight: 600;
}

.wp-block-contact-form-7-contact-form-selector input ::-webkit-input-placeholder,
.wp-block-contact-form-7-contact-form-selector textarea ::-webkit-input-placeholder {
  color: #115060;
  font-weight: 600;
}

.wp-block-contact-form-7-contact-form-selector input :-ms-input-placeholder,
.wp-block-contact-form-7-contact-form-selector textarea :-ms-input-placeholder {
  color: #115060;
  font-weight: 600;
}

.wp-block-contact-form-7-contact-form-selector input ::placeholder,
.wp-block-contact-form-7-contact-form-selector textarea ::placeholder {
  color: #115060;
  font-weight: 600;
}

.wp-block-contact-form-7-contact-form-selector input[type=submit] {
  background: #115060;
  border-radius: 2rem;
  border: none;
  color: #fff;
  padding: 0.5rem 2rem 0.7rem 2rem;
  border: 1px solid #115060;
}

.wp-block-contact-form-7-contact-form-selector input[type=submit]:hover {
  background: #fff;
  color: #115060;
  border: 1px solid #115060;
}

.contact-section {
  position: relative;
}

.contact-section .row {
  max-width: 40rem;
  margin: 0 auto;
}

.fishy {
  background: url(../images/ling-cod.png);
  background-repeat: no-repeat;
  background-attachment: center bottom;
  background-position: bottom right;
  background-size: contain;
  height: 280px;
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 5%;
  transition-duration: 0.8s;
  transition-delay: 0s;
  z-index: -1;
}

.spearfisher {
  background: url(../images/spearguy-2.png);
  background-repeat: no-repeat;
  background-attachment: center bottom;
  background-position: bottom right;
  background-size: contain;
  height: 280px;
  position: absolute;
  width: 40%;
  bottom: 2%;
  left: 5%;
  transition-duration: 0.8s;
  transition-delay: 0s;
  z-index: -1;
}

.carousel {
  background: #000;
  margin-bottom: 3rem;
}

.carousel .slide-image {
  width: 100%;
  max-height: 50rem;
  object-fit: cover;
}

.carousel .splide__pagination {
  bottom: 2rem;
}

.product-right {
  position: relative;
}

.product-right .contents {
  padding: 3rem 2rem;
}

@media all and (min-width: 992px) {
  .product-right .contents {
    display: flex;
    flex-wrap: wrap;
    padding: 8rem 2rem;
  }
}

@media all and (min-width: 1500px) {
  .product-right .contents {
    padding: 8rem 6rem;
  }
}

.product-right .contents .product-info {
  padding-top: 2rem;
}

@media all and (min-width: 992px) {
  .product-right .contents .product-info {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
  }
}

.product-right .contents .intro {
  margin-bottom: 2rem;
}

.product-right .contents h3 {
  color: #115060;
  flex: 1 0 70%;
  margin-bottom: 0;
}

.product-right .contents .sf-button {
  margin-left: 0;
}

@media all and (min-width: 992px) {
  .product-right .contents {
    position: absolute;
    left: -5rem;
    top: -2rem;
    min-height: 30rem;
    max-height: 30rem;
    background: #f2f3f5;
    width: 115%;
  }
}

.crew-members {
  padding: 7rem 0;
}

.crew-members .crew {
  padding-right: 3rem;
  text-align: center;
}

.crew-members .crew h4 {
  color: #115060;
  margin-bottom: 0;
}

.crew-members .crew .crew-email {
  color: #115060;
  font-weight: 700;
}

.crew-members .crew .crew-tel {
  color: #000;
  font-weight: 700;
}

.crew-members .crew span {
  font-weight: 600;
  display: block;
  padding-bottom: 1rem;
}

.crew-members img {
  width: 100%;
  height: auto;
  max-width: 260px;
  margin-bottom: 2rem;
}

.page-id-847 .contact-section .featured-header-container {
  padding-bottom: 0;
}

.single .entry-header {
  height: 85vh;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.single .entry-header h1 {
  margin-top: 60px;
}

.single .container.blog-container {
  max-width: 800px;
  margin-top: 6rem;
}

.single .posted-on a {
  font-family: "Source Serif Pro", serif;
  color: #366878;
  font-size: 28px;
}

.single .author a {
  color: #000;
  font-family: "Source Serif Pro", serif;
}

.single .byline {
  margin-bottom: 1rem;
  display: block;
}

.single .wp-block-image.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.single .wp-block-image.full-width figure, .single .wp-block-image.full-width img {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
}

.single .entry-content {
  margin-bottom: 3rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
}

.single .single-footer {
  display: flex;
  justify-content: space-between;
}

.single .single-ig-feed {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5rem;
}

.single-ig-feed #sb_instagram {
  padding-bottom: 0 !important;
  margin-bottom: 0px;
}


.single .single-ig-feed .ig-head {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.single .single-ig-feed .ig-head a {
  color: #366878;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2rem;
}

.single .single-social {
  font-weight: 600;
}

.single .single-social img {
  padding-left: 7px;
  padding-right: 7px;
  height: 25px;
}

.single .single-prev {
  display: flex;
  align-items: center;
}

.single .single-prev img {
  margin-right: 10px;
  padding-right: 0;
}

.single .single-prev a {
  color: #000;
}

.single .single-prev a:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  height: 10px;
  width: 10px;
  background-image: url("/assets/images/chevron_right.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.single .post-nav {
  display: flex;
  align-items: center;
}

.single .single-next a {
  background-color: transparent;
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px 12px;
  margin: 0 10px;
  transition: 0.3s ease-in-out;
  color: #fff;
  background-color: #366878;
  border: 1px solid #366878;
}

.single .single-next a:hover {
  color: #366878;
  background-color: #fff;
  border: 1px solid #366878;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .single-social span {
    display: block;
  }
  .single .single-ig-feed .ig-head {
    display: block;
  }
}

.page-template-page-blog-archive #filter .sf-button.blue {
  /* height: 40px; */
  padding: 5px 20px;
}

@media screen and (max-width: 1000px) {
  .page-template-page-blog-archive #filter .sf-button.blue {
    margin-left: 0px;
  }
}

.page-template-page-blog-archive h2 {
  max-width: none !important;
  margin-left: 0;
  padding-left: 0;
}

.page-template-page-blog-archive .top img {
  max-width: none !important;
  margin-left: 0;
  padding-left: 0;
}

.page-template-page-blog-archive .archive-header {
  height: 85vh;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.page-template-page-blog-archive .archive-header h1 {
  margin-top: 60px;
  margin-bottom: 0;
}

.page-template-page-blog-archive .top {
  margin-top: 6rem;
  padding-left: 10vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .page-template-page-blog-archive .top {
    flex-wrap: wrap;
  }
}

.page-template-page-blog-archive .top h2 {
  color: #366878;
  max-width: none;
}

@media screen and (max-width: 1000px) {
  .page-template-page-blog-archive .top .left {
    width: 100%;
  }
}

.page-template-page-blog-archive .top .right {
  padding-right: 10vw;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .page-template-page-blog-archive .top .right {
    display: block;
  }
}

.page-template-page-blog-archive .top .right .blog-filter-select-wrap {
  margin: 0px 5px;
}

@media screen and (max-width: 1000px) {
  .page-template-page-blog-archive .top .right .blog-filter-select-wrap {
    width: 190px;
    margin: 10px 0px;
  }
  .page-template-page-blog-archive .top .right .blog-filter-select-wrap select {
    width: 190px;
  }
}

@media screen and (max-width: 1000px) {
  .page-template-page-blog-archive .top .right .archive-cat-filter {
    display: block;
  }
}

.page-template-page-blog-archive .post-roll {
  margin-top: 4rem;
  text-align: center;
}

.page-template-page-blog-archive .post-roll .post {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 6rem;
}

.page-template-page-blog-archive .post-roll .post .post-copy {
  flex-basis: 45%;
  padding-left: 10vw;
  padding-right: 5vw;
  font-weight: 900;
  order: 1;
  text-align: left;
}

.page-template-page-blog-archive .post-roll .post .post-copy h2 {
  color: #366878;
}

.page-template-page-blog-archive .post-roll .post .post-copy a {
  margin-top: 0.5rem;
  display: inline-block;
  margin-left: 0;
}

.page-template-page-blog-archive .post-roll .post .post-image {
  flex-basis: 55%;
  order: 2;
}

.page-template-page-blog-archive .post-roll .post .post-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 0px;
  margin-top: 0;
}

.page-template-page-blog-archive .post-roll .post:nth-of-type(even) {
  flex-direction: row-reverse;
}

.page-template-page-blog-archive .post-roll .post:nth-of-type(even) .post-copy {
  padding-left: 5vw;
  padding-right: 10vw;
  order: 2;
}

.page-template-page-blog-archive .post-roll .post:nth-of-type(even) .post-image img {
  padding-right: 0;
  padding-left: 0;
  order: 1;
}

.single-ig-feed {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5rem;
}

.single-ig-feed #sb_instagram {
  margin-bottom: 0px;
}

.single-ig-feed .ig-head {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.single-ig-feed .ig-head a {
  color: #366878;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2rem;
}

.archive-cat-filter select {
  background: transparent;
  border: none;
  border: 1px solid #000;
  border-radius: 38px;
  padding: 0px 40px 0px 20px;
  height: 36px;
  appearance: none;
}

.archive-cat-filter {
  display: flex;
}

.blog-filter-select-wrap:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  top: 43%;
  right: 7%;
}

.blog-filter-select-wrap {
  position: relative;
  cursor: pointer;
}

.misha_loadmore.sf-button.blue {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .page-template-page-blog-archive .post-roll .post {
    flex-direction: column !important;
  }
  .page-template-page-blog-archive .post-roll .post .post-image {
    order: 1 !important;
  }
  .page-template-page-blog-archive .post-roll .post .post-copy {
    order: 2 !important;
  }
  .page-template-page-blog-archive .post-roll .post .post-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-blog-archive .single-ig-feed .ig-head {
    display: block;
  }
  .page-template-page-blog-archive .top {
    display: block;
  }
}

.featured-products-section .product-info .product-info-container .button-container {
  align-items: flex-start;
}

.carousel-wrapper-m {
  width: 95vw;
  display: none;
  margin-top: 60px;
  position: relative;
}

.carousel-wrapper-m .btn.btn-primary.left-btn.mobile-prev {
  background: transparent;
  border: none;
  position: absolute;
  left: 0;
  top: 20%;
}

.carousel-wrapper-m .btn.btn-primary.right-btn.mobile-next {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 20%;
}

.carousel-wrapper-m .multi-carousel-inner-m {
  width: 80%;
  margin: 0 auto;
}

.carousel-wrapper-m .item-m.item {
  margin: 0 10px;
}

.carousel-wrapper-m .item-m.item .carousel-icon {
  height: 100px;
}

.carousel-wrapper-m .item-m .mobile-text {
  position: relative;
  width: auto !important;
  bottom: 0;
  z-index: 999 !important;
  height: auto !important;
  text-align: center;
  margin-left: 0;
  margin-top: 10px;
}

body.home .full-masthead.wow.fadeIn,
body.home div.masthead-container {
  height: 90vh !important;
}

body.home .masthead-container header.masthead {
  height: 95vh !important;
}


.nav-box:last-child{
  justify-content: flex-end;
}
.nav-box .nav-right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


@media screen and (max-width: 767px) {
  .home .gear-section .mobile-text {
    color: #fff !important;
    word-break: break-all;
  }
  .home .gear .carousel-wrapper {
    display: none;
  }
  .home .gear .carousel-wrapper-m {
    display: block;
  }
  .footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-logo-container {
    padding-bottom: 0 !important;
  }
  .footer-wrapper .container-fluid .row {
    margin: 0 auto;
  }
  .footer-wrapper .container-fluid .row ul {
    padding-right: 0;
  }
  footer .credits .row {
    margin: 0 auto;
  }
}
