/*
Theme Name: Spearfishing Canada
Theme URI: https://foecreative.com
Author: FOE Creative
Author URI: https://foecreative.com
Description:  Spearfishing Canada WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spearfishing-canada
Tags:
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
    margin: 0;
    -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    color: #366878;
    background-color: transparent;
}

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

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    font-size: 16px !important;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
.my-3,
bdi {
    font-family: 'Source Serif Pro', serif;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 2.75rem;
}

h3 {
    font-size: 2rem;
}

body,
a,
p {
    font-family: 'Source Sans Pro', sans-serif;
}

button{
    font-weight: 700;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    font-family: 'Source Serif Pro', serif;
    letter-spacing: 1px;
}

/* Chrome, Safari, Edge, Opera */
.input-text{
  -webkit-appearance: none !important;
  margin: 0;
  margin-left: 5px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

@keyframes hide {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-120vw);
    }
}

@keyframes show {
    0% {
        transform: translateY(-120vw);
    }

    80% {
        transform: translateY(-5px);
    }

    100% {
        transform: translate(Y0vw);
    }
}

@keyframes floatABoat {
    0% {
        left: 0;
    }

    100% {
        left: 55%;
    }
}

@keyframes floatABoatMobile {
    0% {
        left: 0;
    }

    100% {
        left: 25%;
    }
}

@keyframes SlideInUp {
    0% {
        bottom: -50px;
    }
}

.fadeSlideInUp {
    animation-name: slideInUp, fadeIn;
    -webkit-animation-name: slideInUp, fadeIn;
    animation-duration: 1s, 2s;
    -webkit-animation-duration: 1s, 2s;
}

.no-pad-l {
    padding-left: 15px;
    padding-right: 0px;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.no-pad-r {
    padding-left: 0px;
    padding-right: 15px;
}

.no-mr {
    margin-left: 0;
    margin-right: 0;
}

.boat {
    position: absolute;
    bottom: 20px;
    z-index: 1;
}

.boat img {
    height: 120px;
}

.boat.float-on {
    animation: floatABoat 5.5s;
    left: 55%;
}

.rel {
    position: relative;
}

.hide {
    animation: hide 0.5s forwards ease-in-out;
    animation-delay: .2s;
}

.show {
    animation: show 0.5s forwards ease-in-out;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.sf-button {
    background-color: transparent;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px 12px;
    margin: 0 10px;
    transition: 0.3s ease-in-out;
}

.sf-button:hover {
    text-decoration: none;
    cursor: pointer;
}

.sf-button.blue {
    color: #fff;
    background-color: #366878;
    border: 1px solid #366878;
}

.sf-button.blue:hover {
    color: #366878;
    background-color: #fff;
    border: 1px solid #366878;
    text-decoration: none;
}

.sf-button.grey {
    color: #fff;
    background-color: #555;
    border: 1px solid #555;
}

.sf-button.grey:hover {
    color: #555;
    background-color: #f2f3f5;
    border: 1px solid #555;
}

.trans-white {
    color: #fff;
    border: 1px solid white;
}

.trans-white:hover {
    color: #366878;
    text-decoration: none;
    background-color: #fff;
    cursor: pointer;
}

.post-type-archive-product .contact-section .featured-header-container{
    padding: 0;
}

.full-masthead .masthead-container {
    min-height: 70vh;
    background-color: #000;
}

.nav-container {
    display: flex;
    width: 100%;
}

.menu ul{
    padding-left: 0;
}

.menu ul li {
    display: inline;
    margin-left: 10px;
    font-size: 0.75em;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5rem;
}

#menu-a-menu {
    list-style: none;
}

.nav-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 60px 0;
}

.navbar-shrink .nav-box {
    padding: 0;
    height: 100px;
}

.nav-box:first-child>a {
    margin-right: auto;
    margin-left: 0;
}

.nav-box:last-child>a {
    margin-left: auto;
}

.menu-wrap .nav-box {
    padding: 20px 75px;
}

.menu-wrap .nav-container {
    padding: 0;
}

.menu-wrap .navbar-brand img {
    height: 120px;
}

.menu-wrap .cart-icon,
.menu-wrap .navbar-brand {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}

#mainNav .cart-icon {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
}

.cart-icon svg {
    width: 40px;
    height: 40px;
}

#mainNav {
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #212529;
    height: 200px;
}

#mainNav .navbar-toggler {
    padding: 12px;
    font-family: 'open-sans', sans-serif;
    letter-spacing: 1px;
    font-size: 0.75rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #2d7a96;
    border: 0;
    margin-right: 40px;
}

nav#mainNav.fixed-top.navbar-shrink {
    background-color: #212529;
    z-index: 1035;
}

nav#mainNav.fixed-top.navbar-shrink .menu-button svg,
.close-button svg {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.cls-1 {
    fill: #fff;
}

.menu-button svg:hover .cls-1,
.close-button svg:hover .cls-1,
.cart-icon svg:hover .cls-1 {
    fill: #4f7e97;
}

.nav-container .close-button {
    margin-right: 1rem;
}

.close-button {
    margin-right: 10px;
}

.navbar-brand {
    margin-right: 0;
}

#mainNav .navbar-brand {
    color: #0c6dd8;
    font-family: 'open-sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
}

#mainNav .navbar-brand img {
    height: 160px;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: 'neue_montrealmedium', sans-serif;
    font-size: 0.95rem;
    color: #fff;
    letter-spacing: 0.0625em;
    font-weight: 500;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

#mainNav .menu-button svg {
    height: 40px;
}

#mainNav .desktop-logo,
#mainNav .mobile-logo {
    animation: none;
}

.nav-menu-container {
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition-duration: 0.8s;
    left: 0;
    top: 0;
}

.nav-menu-container.float-to-top {
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition-duration: 0.8s;
    bottom: unset;
    top: 20px;
    padding-right: 30px;

}

.menu-wrap a {
    color: #fff;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
    color: #4f7e97;
}

.content-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.content {
    position: relative;
    background: #b4bad2;
}

.content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
}


/* Menu Button */

.menu-button,
.close-button {
    z-index: 1031;
    margin-right: 0;
    margin-left: 1em;
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
    margin-left: 35px;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.menu-button:hover {
    cursor: pointer;
}


/* Close Button */

.close-button {
    overflow: hidden;
    text-indent: 16px;
    border: none;
    z-index: 1001;
    background: transparent;
    color: transparent;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Menu */

.menu-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    font-size: 1.15em;
    -webkit-transform: translate3d(0, 160px, 0);
    transform: translate3d(0, 160px, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.6s;
}

.menu-wrap.show-nav {
    z-index: 1033;
}

.menu {
    position: absolute;
    width: 100%;
    z-index: 1000;
    text-align: center;
    top: 50%;
    padding: 0 1.5em;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.menu-bottom-illustration {
    background-image: url('inc/assets/img/nav-overlay-illustration.png');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: bottom right;
    background-size: cover;
    height: 600px;
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition-duration: 0.8s;
    transition-delay: 0s;
}

.icon-list a,
.close-button,
.menu-wrap .navbar-brand,
.menu-wrap .cart-icon {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}

.icon-list a {
    display: inline-block;
    padding: 0.8em;
}

.icon-list a i {
    vertical-align: middle;
}

.icon-list a span {
    display: inline-block;
    margin-left: 10px;
    font-size: 0.75em;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5rem;
}


/* Morph Shape */

.morph-shape {
    position: absolute;
    width: 100%;
    /* width: calc(100% + 100vh); */
    height: 100%;
    top: 0;
    left: 0;
    fill: #00485e;
    -webkit-transition: -webkit-transform 1.4s;
    transition: transform 0.4s;
    -webkit-transform: translate3d(-100vh, 0, 0);
    transform: translate3d(-100vh, 0, 0);
    opacity: 0;
}


/* Shown menu */

.show-menu .menu-wrap,
.show-menu .icon-list a,
.show-menu .close-button,
.show-menu .cart-icon,
.show-menu .navbar-brand,
.show-menu .morph-shape,
.show-menu .content::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.show-menu .menu-wrap,
.show-menu .content::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.show-menu .icon-list a,
.show-menu .close-button,
.show-menu .content::before {
    opacity: 1;
}

.show-menu .icon-list a:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.show-menu .icon-list a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.show-menu .icon-list a:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.show-menu .icon-list a:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.show-menu .icon-list a:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.show-menu .close-button,
.show-menu .navbar-brand,
.show-menu .cart-icon {
    margin-right: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.show-menu .content::before {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

header.masthead {
    padding-bottom: 96px;
    text-align: left;
    color: #fff;
    background-image: url('inc/assets/img/Hero-BG.jpg');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: center center;
    background-size: cover;
    background-color: #366878 !important;
    min-height: 70vh !important;
    height: unset !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-masthead .container {
    margin-top: 260px;
}

.full-masthead h1 {
    text-align: center;
}

.full-masthead p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 2rem;
}

.full-masthead .button-container {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.full-masthead .sf-button {
    border: 1px solid #fff;
}

.full-masthead .sf-button:hover {
    background-color: #fff;
}

.horizontal-divider {
    border-bottom: 3px solid #fff;
    width: 50px;
    margin: 20px auto 40px;
}

.video-section {
    height: 800px;
}

.video-section .vs-left {
    background-color: #366878;
    height: 100%;
    background-image: url('inc/assets/img/adventure-left-illustration-clouds.png');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: top center;
    background-size: contain;
    height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-section .vs-left .bottom-illustration {
    background-image: url('inc/assets/img/adventure-left-illustration.png');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: bottom right;
    background-size: cover;
    opacity: 1;
    height: 36px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition-duration: 0.8s;
    transition-delay: 0s;
}

.video-section .vs-right .bottom-illustration {
    background-image: url('inc/assets/img/adventure-right-illustration.png');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: bottom right;
    background-size: cover;
    opacity: 1;
    height: 196px;
    width: 100%;
    position: absolute;
    bottom: -25px;
    transition-duration: 0.8s;
    transition-delay: 0s;
}

.video-section .container {
    width: 100%;
    text-align: center;
    color: #fff;
}

.video-section p {
    max-width: 400px;
    margin: 0 auto;
}

#video-card-primary .video-card-overlay img {
    object-fit: cover;
    padding: 0px;
}

#video-card-secondary .video-card-overlay img {
    object-fit: cover;
    padding: 0px;
}


/* overlapping video styles */

.video-container.desktop {
    position: relative;
    width: 300px;
    height: 500px;
    margin-bottom: 70px;
}

.video-container.mobile {
    position: relative;
    width: 100%;
}

.video-card {
    opacity: 0.8;
    position: absolute;
    top: 0;
}

.video-card-overlay {
    background-image: url('/wp-content/themes/spearfishing/assets/images/play-button-teal.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    display: block;
}

.video-card:hover {
    cursor: pointer;
    z-index: 2 !important;
}

.video-card-secondary .after,
.video-card-primary .after,
.video-holder .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/wp-content/themes/spearfishing/assets/images/play-button-teal.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7%;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.video-holder .after {
    opacity: 1;
}

.video-card-secondary:hover .video-card-primary .after {
    opacity: 0.5;
}

.video-card-secondary:hover .after,
.video-card-primary:hover .after {
    background-image: url('/wp-content/themes/spearfishing/assets/images/play-button-teal.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    opacity: 1 !important;
    z-index: 999;
    transition: z-index 0s step-start, opacity 0.3s linear;
}

.video-card-secondary {
    top: 110px;
    left: -85px;
    opacity: 1;
    width: 470px;
    height: 300px;
    transition: z-index 0s step-start, opacity 0.3s linear;
    z-index: 1;
}

.video-card-secondary:hover .video-card-primary {
    opacity: 1;
}

.video-card-primary {
    left: 175px;
    top: 250px;
    width: 470px;
    height: 300px;
    transition: z-index 0s step-start, opacity 0.3s linear;
    opacity: 0.3;
}

.video-links {
    margin-left: 100px;
    margin-top: 100px;
}

.video-links a {
    color: #fff;
    margin-top: 20px;
    margin-right: 100px;
    display: block;
    transition: font-weight 0s, margin 2s, color 2s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-links .active-link {
    font-size: 1.03rem;
    font-weight: 700;
    line-height: 1.2rem;
    margin-right: 0px;
    display: block;
    opacity: 1;
}

.video-links .inactive-link {
    margin-top: 20px;
    margin-right: 100px;
    font-weight: 500;
    display: block;
    opacity: 1;
}

.bubble-section {
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.bubble-container {
    width: 75%;
    margin: 80px auto 300px;
}

.bubble-container .bubble-wrap {
    border-radius: 50%;
    padding: 40px;
    background-color: #dce5ea;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
}

.bubble-container .bubble-wrap p {
    margin: 20px 0 30px;
}

.bubble-container p {
    margin: 20px 0 40px;
}

.bubble-container .bubble-wrap.right {
    float: right;
}

.bubble-section .horizontal-divider {
    border-color: #366878;
}

.bubble-section .content-bubble {
    text-align: center;
    margin: 0 auto;
}

.bubble-section .content-bubble.first {
    width: 570px;
}

.bubble-section .diver {
    width: 800px;
    height: 400px;
    position: absolute;
}

.bubble-section .diver img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: -520px;
}

.bubble-section .tr-bubble {
    width: 469px;
    height: 701px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}

.bubble-section .ml-bubble {
    width: 469px;
    height: 701px;
    position: absolute;
    z-index: -1;
    left: 0;
}

.bubble-section .mr-bubble {
    width: 469px;
    height: 701px;
    position: absolute;
    z-index: -1;
    right: 0;
    margin-top: 200px;
}

.bubble-section .bm-bubble {
    width: 469px;
    height: 701px;
    position: absolute;
    z-index: -1;
    right: 40%;
    bottom: 0;
}

.bubble-section .fish {
    background-image: url('inc/assets/img/SFC-Fish-Animation-Final-V1-2.gif');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: bottom right;
    background-size: cover;
    height: 600px;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition-duration: 0.8s;
    transition-delay: 0s;
    z-index: -1;
}

.bubble-section .kelp {
    background-image: url('inc/assets/img/SFC-Kelp-Animation-Final-V1-2.gif');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: bottom right;
    background-size: cover;
    height: 600px;
    position: absolute;
    width: 100%;
    bottom: 0;
    /* left: 50%; */
    transition-duration: 0.8s;
    transition-delay: 0s;
    z-index: -1;
}

.bubble-container h2,
.bubble-container h3 {
    color: #366878;
}

.button-container {
    display: flex;
    justify-content: center;
}

.gear-section {
    padding-top: 0;
    padding: 160px 0;
    text-align: left;
    color: #fff;
    background-image: url('inc/assets/img/gear-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: center center;
    background-size: cover;
    background-color: #2d7a96;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gear-section .content-container {
    max-width: 600px;
    text-align: center;
}

.gear-section .content-container p {
    margin-bottom: 40px;
}

.gear-section .sf-button:hover {
    background-color: #fff;
}

.carousel-wrapper {
    position: relative;
    width: 1100px;
}

.carousel-container {
    margin: 80px auto 0;
    width: 800px;
}

.multi-carousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: unset;
}

.multi-carousel .multi-carousel-inner {
    transition: 1s ease all;
    float: left;
}

.multi-carousel .multi-carousel-inner .item {
    float: left;
}

.multi-carousel .multi-carousel-inner .item>div {
    position: relative;
    text-align: center;
    padding: 41.47058px 30px;
    margin: 10px;
    background: transparent;
    color: #666;
    height: 100%;
    width: 100%;
}

.multi-carousel .left-btn,
.multi-carousel .right-btn {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 8px);
    font-size: 24px;
}

.multi-carousel .left-btn {
    left: 0;
}

.multi-carousel .right-btn {
    right: 0;
}

.multi-carousel .left-btn.over,
.multi-carousel .right-btn.over {
    pointer-events: none;
    background: transparent;
    display: none;
}

.multi-carousel .left-btn.over:active,
.multi-carousel .right-btn.over:active {
    background-color: #000;
}

.multi-carousel .left-btn,
.multi-carousel .right-btn {
    background-color: transparent;
    border-color: transparent;
    transition: 0.2s scale ease-in-out;
    color: #fff;
}

.multi-carousel .left-btn i:hover,
.multi-carousel .right-btn i:hover {
    transition: 0.2s scale ease-in-out;
}

.multi-carousel .left-btn:hover,
.multi-carousel .right-btn:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
    border: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle, .multi-carousel .btn-primary:hover {
    background-color: transparent;
    border-color: transparent;
}

.carousel-icon {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-icon:hover {
    border: 1px solid #115060;
    background-color: #115060;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.carousel-wrapper .category-text-container {
    text-align: center;
    min-height: 40px;
}

.carousel-icon img {
    max-height: 70px;
    max-width: 55px;
    padding: 0;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon, li.payment_method_stripe_payment_request .wc-stripe-paymentRequest-icons-container img{
    padding-left:0;
    padding-right:0;
}

ul.payment_methods li[class*=payment_method]>input[name=payment_method]+label{
    line-height: 62px;
}

h3#order_review_heading {
    padding-left: 0;
    margin-left: 0;
}

.product_title, .related.products h2, .woocommerce-checkout h3 {
    color: #366878;
    margin-left: 0;
    padding-left: 0;
}

.first-video-link:hover, .second-video-link:hover{
    color: #fff;
}

.mobile-text {
    position: absolute;
    bottom: -30px;
    z-index: 1;
    width: 115px;
    height: 50px;
    right: 1px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
}
.category-text{
    min-height: 30px;
}

.left-featured a.added_to_cart{
    margin: 10px 0 20px;
    border: 1px solid #fff;
    margin-right: 20px;
}

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

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

.featured-header-container {
    padding: 160px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.featured-header-container h2,
.featured-header-container p {
    color: #366878;
    text-align: center;
}

.featured-header-container p {
    margin-top: 40px;
}

.featured-header-container h4 {
    margin-bottom: 0;
}

.featured-header-container .horizontal-divider {
    border-bottom-color: #366878;
    margin: 20px auto 0;
}

.featured-products-section {
    border-top: 1px solid #ccc;
}

.featured-products-section .product-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 800px;
}

.featured-products-section .product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    padding: 200px 0;
}

.featured-products-section .product-image img {
    max-width: 80%;
    height: auto;
}

.featured-products-section .product-info {
    width: 60%;
    height: 100%;
}

.featured-products-section .product-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.featured-products-section .sf-button {
    margin: 10px 0 20px;
}

.featured-products-section .product-info .product-info-container {
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin-right: 20%;
}

.featured-products-section .product-container.product-bg .browse-link {
    color: #fff;
}

.featured-products-section .product-container .browse-link {
    color: #000;
}

.featured-products-section .product-container.product-bg .browse-link i {
    font-size: 0.8rem;
    margin-left: 15px;
    color: #fff;
}

.browse-products i{
    font-size: 0.8rem;
    margin-left: 15px;
    color: #000;
}

.featured-products-section .product-container .browse-link i {
    font-size: 0.8rem;
    margin-left: 15px;
    color: #000;
}

.featured-products-section .product-info .product-info-container .button-container {
    margin-bottom: 10px;
    justify-content: start;
}

.featured-products-section .product-bg {
    color: #fff;
    background-image: url('inc/assets/img/featured-products-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: center center;
    background-size: cover;
    background-color: #2d7a96;
    display: flex;
    justify-content: center;
    align-items: center;
}




footer {
    overflow: hidden;
}

.footer-wrapper {
    position: relative;
    padding: 9% 0;
    background-color: #115060;
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    color: #fff;
}

.footer-wrapper .container-fluid {
    position: relative;
    z-index: 1034;
}

footer h3 {
    color: #fff;
    margin-bottom: 40px;
}


footer ul {
    list-style-type: none;
    color: #fff;
    list-style-position: outside;
    padding-left: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer ul li {
    margin-bottom: 20px;
}

footer ul li a {
    color: #fff;
    font-size: 1.125rem;
}

footer .footer-logo-container {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 8% 0;
}

footer .footer-logo-container img {
    width: 200px;
}

footer .footer-form-container {
    max-width: 500px;
    margin: 0 auto;
}

footer input,
footer button.sf-button {
    margin: 20px 0 20px;
}


footer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

footer input::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

footer input[type="text"], footer input[type="email"]  {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    line-height: 2rem;
}

footer .form-control:focus{
    background: none;
    color: white;
    box-shadow: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

footer #wpcf7-f1118-o1 input::placeholder {
    color: #fff;
    opacity: 0.8;
}
footer .wpcf7-submit{
    margin-top: 2rem;
    border: 1px solid white;
}
footer .wpcf7-spinner{
    display: none;
}

footer .follow-container {
    margin-top: 80px;
}

footer .follow-container a {
    margin-right: 15px;
}

footer .follow-container a:last-child {
    margin-right: 0;
}

footer .contact-container a {
    display: block;
    margin-bottom: 10px;
}

footer .footer-bubbles {
    background-image: url('inc/assets/img/footer-bubbles.png');
    background-repeat: no-repeat;
    background-attachment: center bottom;
    background-position: bottom right;
    background-size: cover;
    height: 580px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transition-duration: 0.8s;
    transition-delay: 0s;
    z-index: 1;
}

footer .credits {
    font-size: 0.8rem;
    background-color: #115060;
    padding: 20px 10% 60px;
    color: #fff;
}

footer .credits a {
    padding: 0px;
}


footer .credits a:last-child {
    border-right: none;
}

footer .credits a.crafted {
    border-left: none;
}

.contact-form .form-container {
    max-width: 1300px;
    margin: 0 auto 160px;
    padding: 0 30px;
}
.credits-col{
    text-align: right;
}
.contact-form input,
.contact-form textarea,
.contact-form button.sf-button {
    margin: 20px auto;
    display: flex;
}

.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d7e1e4;
    line-height: 2rem;
}

.contact-form input::placeholder,
textarea::placeholder {
    color: #386978;
}

.contact-section .featured-header-container {
    padding: 160px 0 160px;
}

.contact-section.store-content .featured-header-container {
    padding: 80px 0 0;
}

.contact-section .featured-header-container p {
    color: #000;
}

.masthead.contact {
    background-image: url('inc/assets/img/contact-bg.jpg');
}

.contact-section .full-masthead .container {
    margin-top: 40px;
}


/*
WooCommerce
*/

body.single-product, body.woocommerce-cart{
    margin-top:0;
}

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

.single-product .product-wrap.row{
    margin-top:100px;
}

.product_title, .related.products h2, .woocommerce-checkout h3{
    color: #366878;
}

.woocommerce-checkout footer h3 {
    color:#fff;
}

bdi{
    font-size: 1.6rem;
}

.woocommerce-checkout .col-12{
    float: left;
    max-width: 50%;
}

.checkout.woocommerce-checkout{
    max-width: 1200px;
    margin: 100px auto;
}

.product-total, .cart-subtotal bdi, .order-total bdi{
    padding-left: 20px;
}

.woocommerce-checkout .form-row-first label, .woocommerce-checkout .form-row-last label{
    display: none !important;
}

.woocommerce-checkout form .form-row label, .woocommerce-page form .form-row label{
    display: none;
}

.woocommerce-input-wrapper{
    min-width: 100%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    float: left;
    background-color: #366878;
    display: block;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

#place_order:hover {
    background-color: #fff !important;
}

.wc-stripe-card-icons-container{
    margin-left: 10px;
}

#wc-stripe-card-element {
    max-width: 420px;
}

.woocommerce-terms-and-conditions-wrapper{
    width: 100%;
}

.woocommerce-checkout-payment ul{
    padding-left: 0;
}

#billing_country_field, #billing_state_field{
    margin-left: 5px !important;
    margin-right: -5px !important;
}

.woocommerce-billing-fields {
    margin-bottom: 40px;
}

.woocommerce-billing-fields .form-row{
    margin-left: 0;
    margin-right: 0;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last{
    width: 100%;
}

.woocommerce form .form-row-last{
   float: left;
}

body.single-product, body.woocommerce-cart .woocommerce{
    margin: 0;
}

.woocommerce ul.products li.product.type-product:nth-of-type(2n+1) .product__inner{
    background-color: #fff !important;
    border: 1px solid #dfdfdf;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    margin-top: 100px;
}

.woocommerce ul.products li.product.type-product{
    background-color:#fff !important;
}

.single-product .label{
    padding-bottom: 18px;
    padding-right: 20px;
}

.cart_total bdi{
    margin-left:10px;
}

.woocommerce .browse-products{
    color: #000;
    margin-bottom:1rem;
}

.woocommerce .browse-products a, .woocommerce .product-meta a{
    color: #000;
}

.woocommerce .browse-products a:after{
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 1.5rem;
    font-weight: 900;
    top: 23px;
    color: #000;
}

.woocommerce .products ul,
.woocommerce ul.products {
    max-width: 1300px;
    margin: 0 auto 50px;
}
.woocommerce-pagination{
    text-align: center;
}
.woocommerce-pagination a{
    display: inline-block;
    padding: 3px 6px;
}
.woocommerce ul.products li.product {
    padding: 0 40px;
    text-align: center;
}

.woocommerce ul.products li.product a img {
    max-height: 250px;
    max-width: 250px;
    width: unset;
    margin: 0 auto;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.5rem;
    color: #366878;
}

.woocommerce .summary .price{
    font-size: 1.3rem;
}

.woocommerce ul.products li.product .price {
    font-size: 1rem;
    color: #000;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .woocommerce-button {
    background-color: transparent;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px 12px;
    margin: 0 10px;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}

.browse-products a {
    background: #555;
    border-radius: 30px;
    color: #fff !important;
    padding: 10px 20px 12px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #555;
}
.browse-products a i{
    display: none;
}

.browse-products a:hover {
    border: 1px solid #366878;
    color: #366878 !important;
    background: white;
    text-decoration: none;
}


.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #366878;
    background-color: #fff;
    border: 1px solid #366878;
    text-decoration: none;
}

.woocommerce .products .ajax_add_to_cart {
    background-color: #555;
}

.woocommerce .products .view_product_button {
    background-color: #366878;
}

.woocommerce ul.products li.product.type-product {
    padding: 100px 20px;
    border-radius: 30px;
}

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

.woocommerce .archive-desc {
    padding: 20px 20px 0 20px;
}

.woocommerce .multi-carousel .left-btn,
.woocommerce .multi-carousel .right-btn {
    color: #115060;
}

.woocommerce .hide {
    display: none;
}

.woocommerce .carousel-wrapper {
    margin: 0 auto;
}

.woocommerce .carousel-icon {
    background-color: #115060;
}

.woocommerce .carousel-icon:hover {
    background-color: transparent;
}

.woocommerce .woocommerce-result-count {
    margin: 40px auto 40px;
    min-width: 100%;
    text-align: center;
}

.woocommerce .woocommerce-result-count i {
    font-size: 13px;
}

.woocommerce .woocommerce-ordering {
    min-width: 100%;
    margin: 0 auto 120px;
    text-align: center;
}

.woocommerce-order {
    max-width: 1140px;
    margin: 160px auto;
}

.woocommerce .cat-title {
    width: 100%;
    text-align: center;
    padding: 120px 0 0;
}

.woocommerce-order h2 {
    margin-top: 40px;
    color: #366878;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    font-size: 2rem;
    color: #366878;
    font-family: 'Source Serif Pro', serif;
}

.woocommerce .category-text-container {
    color: #115060;
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding: 0 20px;
}

.lmp_load_more_button {
    margin-top: 80px;
    margin-bottom: 120px;
}

.lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    border: 1px solid #115060 !important;
}

.lmp_load_more_button.br_lmp_button_settings .lmp_button {
    border: 1px solid #115060 !important;
    padding: 10px 20px 12px !important;
    font-weight: 700;
}

#sf {
    scroll-margin-top: 280px;
}

.content-page-container p, ul, img, h1, h2, h3, h4, h5, h6{
    max-width: 1140px;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wp-block-embed {
    max-width: 1140px;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
}

.content-page-container .full-masthead {
    margin-bottom: 80px;
}

.post-edit-link, .post-edit-link:hover{
    color: #000;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img{
    display:none;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{
    margin-left: 10px !important;
    margin-right: 0 !important
}

.view-all-text {
    margin: 40px 0;
    min-width: 100%;
    text-align: center;
}

.view-all-text a {
    color: #115060;
    font-weight: 700;
}

.view-all-text i {
    font-size: 13px;
    margin-left: 15px;
}

.cat-title {
    color: #115060;
}

.cat-title .horizontal-divider {
    border-bottom-color: #115060;
}

.store-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 160px 15px;
    margin: 0 auto;
}

.store-intro h2 {
    color: #366878;
}

.store-intro p {
    max-width: 580px;
    margin: 0 auto;
}

.store-intro .horizontal-divider {
    border-bottom-color: #366878;
}

.gear-section .woocommerce .multi-carousel .left-btn,
.gear-section .woocommerce .multi-carousel .right-btn {
    color: #fff;
}

.gear-section .woocommerce .category-text-container {
    color: #fff;
}

.gear-section .carousel-icon {
    background-color: transparent;
}

.gear-section .carousel-icon:hover {
    background-color: #115060;
}

.gear-section .woocommerce .multi-carousel .left-btn,
.gear-section .multi-carousel .right-btn {
    top: calc(50% - 35px);
}

footer form .row {
    margin-left: 0;
    margin-right: 0;
}

.footer-form-container .form-control{
    border-radius: 0;
}

.navbar-brand{
    margin-right: 0 !important;
}

article .wp-block-contact-form-7-contact-form-selector{
    margin-bottom: 160px;
}

.woocommerce ul.products a.add_to_cart_button:hover {
    color: #366878;
    background-color: transparent;
}

.wp-block-image img {
    max-width: 1140px;
    width: 100%;
    height: auto;
}

.product-right .contents h3{
    padding-left:0;
}

.product-info-container h4, .woocommerce-cart .cart_total h2{
    padding-left:0;
}

.gch-header-block .full-masthead .container{
    margin-top: 96px;
}

.carousel{
    background: transparent !important;
}

.carousel .slide-image{
    min-width: 100%;
}

.carousel-sync-images .w-100{
    min-width: 100%;
}

.row .splide__pagination__page {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 50%;
    margin: 3px;
        margin-bottom: 3px;
    padding: 0;
    transition: transform .2s linear;
    border: none;
    opacity: .7;
    margin-bottom: 20px;
    border: 1px solid #fff;
}

.row .carousel-indicators li{
    border-radius: 50%;
    margin-bottom: 20px;
    width: 16px;
    height: 16px;
}

.row .product-right .contents{
    overflow-x: hidden;
    max-height: unset;
}

.crew-members img{
    border-radius: 50% !important;
}

.carousel-sync-products .carousel-indicators{
    bottom: -120px;
}

.product-right .contents .product-info p{
    margin-bottom: 40px;
}

.carousel.carousel-sync{
    width: 100%;
}

.carousel-sync-images .w-100{
    padding-left: 0;
}

#post-847 > .has-text-align-center{
    padding: 0px 40px;
}

@media (min-width: 1650px) {

    #video-card-secondary .video-card-overlay img,
    #video-card-primary .video-card-overlay img {
        max-width: 470px;
        max-height: 300px;
    }
}

@media (min-width: 1350px) and (max-width: 1650px) {
    .video-card-primary .video-card-overlay {
        max-width: 470px;
        max-height: 300px;
    }

    .video-card-secondary,
    .video-card-secondary img,
    .video-card-primary,
    .video-card-primary img {
        max-width: 470px;
        max-height: 300px;
    }

    .video-card-secondary .after {
        height: 300px;
    }

    .video-card-primary {
        width: 470px;
        height: auto;
    }
}

@media (min-width: 1350px) {
    .featured-products-section .product-info .product-info-container {
        max-width: 65%;
        margin-right: 35%;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .video-card-primary .video-card-overlay {
        max-height: 260px;
    }

    .video-card-secondary,
    .video-card-secondary img,
    .video-card-primary,
    .video-card-primary img {
        max-height: 260px;
    }

    .video-card-secondary .after {
        height: 260px;
    }
}

@media (min-width: 1200px) {
    #mainNav {
        padding-top: 0px;
        padding-bottom: 0px;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, background-color 0.3s ease-in-out
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav .navbar-brand img {
        transition: height 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink {
        background-color: #212529;
        height: 100px;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25rem;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 80px;
        padding: 10px 0;
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 16px;
    }

    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    #mainNav .navbar-nav .phone-item:last-child {
        margin-left: 40px;
    }

    .desktop-logo {
        display: block;
    }

    .mobile-logo {
        display: none;
    }

    .video-container.desktop {
        display: block;
    }

    .video-container.mobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #999;
    }
    .b-logo-carousel{
        margin-top: -30px;
    }
    
    #mainNav {
        height: 100px;
        padding-top: 0px;
    }

    #mainNav .navbar-brand img {
        height: 70px;
    }

    #mainNav .nav-container {
        margin-left: -.1%;
        animation-duration: 0s;
        -webkit-animation-duration: 0s;
        animation-delay: .5s !important;
        -webkit-animation-delay: .5s !important;
    }

    .nav-box {
        padding: 0;
        height: 100px;
    }

    /* .desktop-logo {
        display: none !important;
    } */

    /* .mobile-logo {
        display: block !important;
    } */

    .menu-wrap .navbar-brand img {
        height: 70px;
    }

    .video-container.desktop {
        display: block;
    }

    .video-container.mobile {
        display: none;
        margin-top: 60px;
    }

    .carousel-wrapper {
        position: relative;
        width: 850px;
    }

    .carousel-container {
        margin: 40px auto 0;
        width: 500px;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .bubble-section .diver {
        width: 800px;
        height: 400px;
        position: absolute;
        left: -30%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .video-card-primary .video-card-overlay {
        max-height: 260px;
    }

    .video-card-secondary,
    .video-card-secondary img,
    .video-card-primary,
    .video-card-primary img {
        max-height: 260px;
    }

    .video-card-secondary .after {
        height: 260px;
    }
}

@media (max-width: 1100px) {
    .featured-products-section .col-md-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .featured-products-section .product-container{
        min-height: 0px;
    }
    .featured-products-section .product-image{
        padding: 100px 0px;
    }
}

@media (max-width: 992px) {
    .credits-col{
        text-align: center;
    }
    .bubble-container .bubble-wrap{
        margin: 40px auto;
    }
    h1 {
        font-size: 4rem;
    }

    .icon-list a {
        display: block;
    }

    .video-section,
    .video-section .vs-left {
        height: 100%;
    }

    .video-section .vs-left {
        padding: 80px 0;
    }

    .bubble-section .diver {
        display: none;
    }

    .bubble-container {
        width: 100%;
        margin: 80px auto 300px;
    }

    .bubble-section .content-bubble.first {
        width: 100%;
        padding: 0 50px;
        margin-bottom: 80px;
    }

    .video-holder.mobile {
        margin-top: 20px;
        margin-bottom: 60px;
        cursor: pointer;
    }

    .video-holder.mobile.btm {
        margin-bottom: 20px;
    }

    .video-holder.mobile img {
        width: 70%;
    }

    .video-card-overlay {
        display: flex;
    }

    .video-holder.mobile img {
        margin: 0 auto;
    }

    .video-section .vs-right .bottom-illustration {
        background-position: bottom left;
    }

    .video-container.desktop {
        display: none;
    }

    .video-container.mobile {
        display: block;
        margin-top: 60px;
        height: 100%;
        padding-bottom: 160px;
    }

    .carousel-wrapper {
        position: relative;
        width: 80%;
    }

    .carousel-container {
        margin: 40px auto 0;
        width: 60%;
    }

    .carousel-wrapper {
        position: relative;
        width: 750px;
    }

    .carousel-container {
        margin: 40px auto 0;
        width: 500px;
    }

    footer h3 {
        margin-top: 80px;
    }

    footer .credits,
    footer .credits a.crafted {
        float: none;
        text-align: center;
    }

    footer .credits-col {
        margin-top: 20px;
    }

    footer .credits a {
        border-left: none;
        border-right: none;
    }

    footer .credits a:first-child {
        border-left: none;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
    .crew-members .crew{
        margin-top:60px;
    }
}

@media (max-width:800px) {

    .featured-products-section .product-container{
        padding: 70px 0px;
    }
}
@media (min-width:768px) {
    .mble {
        display: none;
    }

    .woocommerce .multi-carousel .left-btn,
    .multi-carousel .right-btn {
        top: calc(50% - 45px);
    }

    .woocommerce .carousel-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {

    .menu-button,
    .close-button { 
        margin-left: 20px;
    }
    h1 {
        font-size: 3.5rem;
    }

    .nav-box {
        padding: 0;
    }

    .menu-wrap .nav-box {
        padding: 20px 0;
    }

    .menu-bottom-illustration {
        background-image: url('inc/assets/img/nav-overlay-illustration-2.png');
        background-repeat: no-repeat;
        background-attachment: center bottom;
        background-position: 0;
        background-size: cover;
        height: 600px;
        opacity: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
        transition-duration: 0.8s;
    }

    .boat.float-on {
        animation: floatABoatMobile 5.5s;
        left: 25%;
    }

    .no-pad {
        padding-left: 15px;
        padding-right: 15px;
    }

    .video-section .container {
        padding: 0 30px;
    }

    .bubble-section .content-bubble {
        display: flex;
        justify-content: center;
    }

    .bubble-container .bubble-wrap.right {
        float: none;
    }

    .carousel-wrapper {
        position: relative;
        width: 500px;
    }

    .carousel-container {
        margin: 40px auto 40px;
        width: 350px;
    }

    .carousel-icon {
        width: 100%;
        height: 100%;
    }

    .carousel-icon img {
        width: 30px;
    }

    .mobile-text {
        display: block;
    }

    .category-text-container {
        display: none;
    }

    .content-bubble.fourth {
        display: none;
    }

    .dktp {
        display: none;
    }
    .menu-wrap .cart-container{
        margin-left: 20px;
    }
    .featured-products-section .product-image{
        padding: 0 20px 20px;
        width: 100%;
    }
    .featured-products-section .product-bg, .featured-products-section .product-container{
        flex-direction: column;
    }
    .video-container-mobile img{
        width:200px;
        height:auto;
    }
    .video-holder.mobile.btm, #second-video-link{
        display:none;
    }
    .video-links{
        margin-left: 0;
    }
    #first-video-link{
        margin-right: 0!important;
    }
    .video-card-overlay{
        display:block;
    }
    .video-holder.mobile img{
        display:flex;
    }
    .crew-members .crew{
        margin-top:60px;
    }
    .nav-menu-container.float-to-top{
        top:25px;
        padding-right:0;

    }
    .show-menu .close-button{
        margin-right:20px !important;
    }
    .menu{
        margin-top: 65px;
    }

    .menu ul li{
        display:block;
        list-style: none;
    }

    .woocommerce .quantity input{
        width: 2ch !important;
    }
    .woocommerce .quantity .label{
        width: 120px !important;
    }
    .full-masthead .masthead-container {
        height: auto;
        margin-bottom: 0!important;
    }
    .featured-products-section .product-info .product-info-container {
        text-align: left;
        height: 100%;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin-right: 0;
    }
    .woocommerce-checkout .col-12 {
        float: left;
        max-width: 100%;
    }
    #order_review_heading {
        padding: 20px 0 0 15px;
    }
    #order_review {
        padding: 15px;
    }
    .woocommerce .col2-set, .woocommerce-page .col2-set{
        padding-right: 15px;
    }
    h3#order_review_heading{
        margin-left: 15px;
    }
    table.shop_table.woocommerce-checkout-review-order-table{
        margin-left: 5px;
    }
}

@media (max-width: 500px) {
    .bubble-container .bubble-wrap {
        padding-left: 100px;
        padding-right: 100px;
    }

    .bubble-section .fish {
        width: 100%;
        background-position: bottom left;
    }

    .bubble-section .kelp {
        display: none;
    }

    .carousel-wrapper {
        position: relative;
        width: 350px;
    }

    .carousel-container {
        margin: 40px auto 40px;
        width: 250px;
    }

    .carousel-icon {
        width: 100%;
        height: 100%;
    }

    .carousel-icon img {
        width: 30px;
    }
}

.cart-container {
    position: relative;
    width: 40px;
    height: 40px;
}

.cart-container .cart-number {
    width: 20px;
    height: 20px;
    font-size: 16px;
    background-color: #366878;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    padding: 0px 6px 0px;
    border-radius: 50%;
    line-height: 20px;
}

.featured-products-section .button-container.left-featured .add_to_cart_button {
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 20px 12px;
    transition: 0.3s ease-in-out;
    color: #fff;
    border: 1px solid white;
    margin: 10px 20px 20px 0;
}

.featured-products-section .button-container.left-featured .add_to_cart_button:hover {
    color: #366878;
    text-decoration: none;
    background-color: #fff;
    cursor: pointer;
}

.featured-products-section .button-container.right-featured .add_to_cart_button {
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px 12px;
    margin: 10px 20px 20px 0;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
    background-color: #555;
}

.featured-products-section .button-container.right-featured .add_to_cart_button:hover {
    color: #366878;
    background-color: #fff;
    border: 1px solid #366878;
    text-decoration: none;
}

.button-container a {
    text-align: center;
}

.gform_wrapper{
    margin: 0px auto;
    padding: 9%;
} 

.gform_body{
    max-width: 1240px;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
}

body.page .page .gform_wrapper form .gform_footer{
    padding: 20px;
    max-width: 1240px;
    margin: 0px auto;
}
body.page .page .gform_wrapper form .gform_footer .gform_button{
    border: none;
    padding: 15px 40px;
    color: white;
    background: #366878;
    font-weight: 600;
    border-radius: 40px;
    transition: background .3s ease-out;
}
body.page .page .gform_wrapper form .gform_footer .gform_button:hover{
    background: hsl(195, 38%, 23%);
}

.gform_body h2{
    padding: 0px;
    color: #366878;
    max-width: none;
}
.gform_body h3{
    padding: 0px;
    color: #366878;
    font-size: 1.5rem;
    margin-top: 1em;
    max-width: none;
}

.gform_wrapper form .gform_body .gfield{
    margin-bottom: 20px;
}
.page .gform_wrapper form .gform_body .gfield_label{
    color: #366878;
    font-family: 'Source Serif Pro', serif;
    font-size: 1.5rem;
}
.page .gform_wrapper form .gform_body .gform_fields input{
    border: 1px solid #707070;
    border-radius: 10px;
    height: 47px;
    padding: 0px 20px;
}

.page .gform_wrapper form .gform_body .gform_fields textarea{
    border: 1px solid #707070;
    border-radius: 10px;
    height: 200px;
    padding: 15px 20px;
    max-width: 600px;
}

.page .gform_wrapper form .gform_body .gform_fields .gfield_error input{
    border: 1px solid red;
}
.page .gform_wrapper form .gform_body .gform_fields .gfield_error textarea{
    border: 1px solid red;
}

.page .gform_wrapper form .gform_body .gform_fields textarea:focus,
.page .gform_wrapper form .gform_body .gform_fields input:focus{
    border: 1px solid #366878;
    outline: none;
}

.gform_wrapper form .gform_body .gform_fields select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #707070;
    border-radius: 40px;
    height: 47px;
    padding: 0px 25px;
    max-width: 320px;
    background: url('/wp-content/themes/spearfishing/assets/images/chevron.png') right 20px center no-repeat;
}
.gform_wrapper form .gform_body .gform_fields select:focus{
    outline: none;
    border: 1px solid #366878;
}

.gform_wrapper form .gform_body .gform_fileupload_multifile .gform_drop_area{
    border: 2px dashed rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.gform_wrapper form .gform_body .gform_fileupload_multifile .gform_drop_area .button{
    background: #366878;
    border-radius: 30px;
    padding: 10px 20px;
    color: white;
    border: none;
    transition: background .3s ease-out;
}
.gform_wrapper form .gform_body .gform_fileupload_multifile .gform_drop_area .button:hover{
    background: hsl(195, 38%, 25%);
}
.gform_wrapper form .gform_body .gform_fileupload_multifile .gform_drop_area .button:focus{
    outline: none;
}


/* Checkbox Styling */
.gform_wrapper form .gform_body .gform_fields .gfield_checkbox input{
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield_checkbox input + label{
    display: block;
    padding: 7px 0px 7px 38px;
    position: relative;
    cursor: pointer;
    color: black;
}
.gform_wrapper form .gform_body .gform_fields .gfield_checkbox input + label:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #707070;
}
.gform_wrapper form .gform_body .gform_fields .gfield_checkbox input + label:after{
    content: '';
    position: absolute;
    left: 4px;
    top: 9px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: white;
    transition: background .3s ease-out;
}

.gform_wrapper form .gform_body .gform_fields .gfield_checkbox input + label:hover:after{
    background: #b1b1b1;
}
.gform_wrapper form .gform_body .gform_fields .gfield_checkbox input:checked + label:after{
    background: #366878;
}


/* Radio Styling */
.gform_wrapper form .gform_body .gform_fields .gfield_radio input{
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield_radio input[type="text"]{
    display: block;
}
.gform_wrapper form .gform_body .gform_fields .gfield_radio input + label{
    display: block;
    padding: 7px 0px 7px 38px;
    position: relative;
    cursor: pointer;
    color: black;
}
.gform_wrapper form .gform_body .gform_fields .gfield_radio input + label:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #707070;
}
.gform_wrapper form .gform_body .gform_fields .gfield_radio input + label:after{
    content: '';
    position: absolute;
    left: 4px;
    top: 9px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: white;
    transition: background .3s ease-out;
}

.gform_wrapper form .gform_body .gform_fields .gfield_radio input + label:hover:after{
    background: #b1b1b1;
}
.gform_wrapper form .gform_body .gform_fields .gfield_radio input:checked + label:after{
    background: #366878;
}


body.page .page .gform_wrapper .gfield_validation_message, body.page .page .gform_wrapper .validation_message{
    background: #fcebeb;
    border: none;
    border-radius: 10px;
    padding: 11px 20px;
    font-size: 14px;
}
body.page .page .gform_wrapper .gform_validation_errors{
    margin: 0px auto 30px auto;
    background: #fcebeb;
    border: none;
    box-shadow: none;
    max-width: 1200px;
}
body.page .page .gform_wrapper .gform_validation_errors>h2{
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 10px 0px;
    padding: 0px;
}



/* Wide Foot Radio */
#field_1_31 .gfield_radio{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#field_1_31 .gfield_radio .gchoice{
    margin-right: 15px;
}
#field_1_31 .gfield_radio .gchoice label{
    padding-bottom: 190px;
    padding-right: 15px;
    max-width: none;
    background: url('/wp-content/themes/spearfishing/assets/images/foot-wide.svg') bottom center no-repeat;
}

#field_1_31 .gfield_radio .gchoice_1_31_1 label{
    background: url('/wp-content/themes/spearfishing/assets/images/foot-medium.svg') bottom center no-repeat;
}
#field_1_31 .gfield_radio .gchoice_1_31_2 label{
    background: url('/wp-content/themes/spearfishing/assets/images/foot-narrow.svg') bottom center no-repeat;
}


/* Foot Arch Radio */
#field_1_32 .gfield_radio{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#field_1_32 .gfield_radio .gchoice{
    margin-right: 15px;
}
#field_1_32 .gfield_radio .gchoice label{
    padding-bottom: 90px;
    padding-right: 25px;
    max-width: none;
    background: url('/wp-content/themes/spearfishing/assets/images/arch-flat.svg') bottom center no-repeat;
}
#field_1_32 .gfield_radio .gchoice_1_32_1 label{
    background: url('/wp-content/themes/spearfishing/assets/images/arch-medium.svg') bottom center no-repeat;
}
#field_1_32 .gfield_radio .gchoice_1_32_2 label{
    background: url('/wp-content/themes/spearfishing/assets/images/arch-high.svg') bottom center no-repeat;
}


/* Face Shape Radio */
#field_1_33 .gfield_radio{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#field_1_33 .gfield_radio .gchoice{
    margin-right: 15px;
}
#field_1_33 .gfield_radio .gchoice label{
    padding-bottom: 135px;
    padding-right: 25px;
    min-width: 185px;
    max-width: none;
    margin-bottom: 15px;
    background: url('/wp-content/themes/spearfishing/assets/images/face-heart.svg') bottom left no-repeat;
}
#field_1_33 .gfield_radio .gchoice_1_33_1 label{
    background: url('/wp-content/themes/spearfishing/assets/images/face-oval.svg') bottom left no-repeat;
}
#field_1_33 .gfield_radio .gchoice_1_33_2 label{
    background: url('/wp-content/themes/spearfishing/assets/images/face-square.svg') bottom left no-repeat;
}
#field_1_33 .gfield_radio .gchoice_1_33_3 label{
    background: url('/wp-content/themes/spearfishing/assets/images/face-circle.svg') bottom left no-repeat;
}
#field_1_33 .gfield_radio .gchoice_1_33_4 label{
    background: url('/wp-content/themes/spearfishing/assets/images/face-oblong.svg') bottom left no-repeat;
}
#field_1_33 .gfield_radio .gchoice_1_33_5 label{
    background: url('/wp-content/themes/spearfishing/assets/images/face-diamond.svg') bottom left no-repeat;
}


/* Nose Shape Radio */
#field_1_38 .gfield_radio{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#field_1_38 .gfield_radio .gchoice{
    margin-right: 15px;
}
#field_1_38 .gfield_radio .gchoice label{
    padding-bottom: 160px;
    padding-right: 25px;
    min-width: 135px;
    max-width: none;
    margin-bottom: 15px;
    background: url('/wp-content/themes/spearfishing/assets/images/nose-1.svg') bottom left no-repeat;
}
#field_1_38 .gfield_radio .gchoice_1_38_1 label{
    background: url('/wp-content/themes/spearfishing/assets/images/nose-2.svg') bottom left no-repeat;
}
#field_1_38 .gfield_radio .gchoice_1_38_2 label{
    background: url('/wp-content/themes/spearfishing/assets/images/nose-3.svg') bottom left no-repeat;
}
#field_1_38 .gfield_radio .gchoice_1_38_3 label{
    background: url('/wp-content/themes/spearfishing/assets/images/nose-4.svg') bottom left no-repeat;
}
#field_1_38 .gfield_radio .gchoice_1_38_4 label{
    background: url('/wp-content/themes/spearfishing/assets/images/nose-5.svg') bottom left no-repeat;
}
#field_1_38 .gfield_radio .gchoice_1_38_5 label{
    background: url('/wp-content/themes/spearfishing/assets/images/nose-6.svg') bottom left no-repeat;
}
#field_1_38 .gfield_radio .gchoice_1_38_6 label{
    background: url('/wp-content/themes/spearfishing/assets/images/nose-7.svg') bottom left no-repeat;
}
#field_1_38 .gfield_radio .gchoice_1_38_7 label{
    background: url('/wp-content/themes/spearfishing/assets/images/nose-8.svg') bottom left no-repeat;
}


/* Hand Size Radio */
.radio-wide .gfield_radio{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.radio-wide .gfield_radio .gchoice{
    margin-right: 15px;
}
.radio-wide .gfield_radio .gchoice label{
    padding-right: 25px !important;
    max-width: none !important;
}


::-webkit-input-placeholder { /* Edge */
    color: #656565;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #656565;
}

::placeholder {
    color: #656565;
}

textarea::-webkit-input-placeholder { /* Edge */
    color: #656565;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #656565;
}

textarea::placeholder {
    color: #656565;
}

.hand-chart{
    max-width: 100%;
    padding: 0px;
}

.gform_confirmation_wrapper{
    padding: 9%;
    text-align: center;
}

.woocommerce-account .woocommerce{
    padding: 8%;
}
.woocommerce-account .woocommerce h2{
    padding: 0px;
}

.woocommerce-account .woocommerce:after{
    content:'';
    display: table;
    clear: both;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.woocommerce-account form .form-row label{
    display: block;
    flex: 0 0 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    padding: 10px 0px;
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-content{
    padding-left: 5%;
}
.woocommerce-account .woocommerce-orders-table{
    width: 100%;
}
.woocommerce-account .woocommerce-orders-table .button{
    color: #366878;
    border-color: #366878;
    margin: 10px;
    display: inline-block;
}

#customer_login .col-1, #customer_login .col-2{
    flex: 0 0 50%;
    max-width: none;
}


.woocommerce-form-login__submit, .woocommerce .woocommerce-button{
    background: #366878 !important;
    border-color: #366878;
}
.woocommerce-form-login__submit:hover, .woocommerce .woocommerce-button:hover{
    background: white !important;
    color: #366878; 
    border-color: #366878;
}

body .woof, .woof_text_search_container input[type='search'], .chosen-container-single .chosen-search input[type=text]{
    font-size: 16px;
}

.foe-shop-search{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
}

.foe-shop-search .select-wrap{
    flex: 0 0 33.333333%;
    padding: 0px 8px 16px 8px;
}

.foe-shop-search .list{
    max-height: 300px;
    overflow-y: scroll !important;
}
.foe-shop-search .search-row{
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    padding: 0px 8px;
}

.foe-shop-search .search-row input{
    font-weight: 400;
    height: 42px;
    line-height: 0px;
    border-radius: 30px;
    border: 1px solid #000;
    padding-left: 20px;
    padding: 0px 25px;
    width: 100%;
}
.foe-shop-search .search-row input:focus{
    border: 1px solid #366878;
    outline: none;
}
.foe-shop-search .search-row button{
    margin-left: 16px;
    background: #366878;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    border: none;
    transition: background .3s ease-out;
}
.foe-shop-search .search-row button:hover{
    background: #555;
}


.foe-shop-search .view-all{
    display: none;
    padding: 2px 0px;
    margin-top: 20px;
    border-bottom: 2px solid #366878;
}
.foe-shop-search .view-all:hover{
    color: black;
    text-decoration: none;
}

.search .foe-shop-search .view-all{
    display: inline-block;
}

.archive.woocommerce .wc-search-query{
    display: none;
}



@media (max-width: 900px) {
    .gform_wrapper{
        padding: 9% 4%;
    }
    .foe-shop-search .select-wrap{
        flex: 0 0 100%;
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 50px;
    border: solid 1px #212529;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 25px;
    padding-right: 40px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    width: auto; }
    .nice-select:hover {
      border-color: #366878; }
    .nice-select:active, .nice-select.open, .nice-select:focus {
      border-color: #366878; }
    .nice-select:after {
      border-bottom: 2px solid #366878;
      border-right: 2px solid #366878;
      content: '';
      display: block;
      height: 8px;
      margin-top: -4px;
      pointer-events: none;
      position: absolute;
      right: 22px;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
          -ms-transform-origin: 66% 66%;
              transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 8px; }
    .nice-select.open:after {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .nice-select.open .list {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: scale(1) translateY(0);
          -ms-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0); }
    .nice-select.disabled {
      border-color: #ededed;
      color: #999;
      pointer-events: none; }
      .nice-select.disabled:after {
        border-color: #cccccc; }
    .nice-select.wide {
      width: 100%; }
      .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important; }
    .nice-select.right {
      float: right; }
      .nice-select.right .list {
        left: auto;
        right: 0; }
    .nice-select.small {
      font-size: 12px;
      height: 36px;
      line-height: 34px; }
      .nice-select.small:after {
        height: 4px;
        width: 4px; }
      .nice-select.small .option {
        line-height: 34px;
        min-height: 34px; }
    .nice-select .list {
      background-color: #fff;
      border-radius: 20px;
      border: 1px solid #366878;
      box-sizing: border-box;
      margin-top: 4px;
      opacity: 0;
      overflow: hidden;
      padding: 10px 0px;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: scale(0.75) translateY(-21px);
          -ms-transform: scale(0.75) translateY(-21px);
              transform: scale(0.75) translateY(-21px);
      -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
      transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
      z-index: 9; }
      .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important; }
    .nice-select .option {
      cursor: pointer;
      font-weight: 400;
      line-height: 40px;
      list-style: none;
      min-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 29px;
      text-align: left;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #f6f6f6; }
      .nice-select .option.selected {
        font-weight: bold; }
      .nice-select .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default; }
  
  .no-csspointerevents .nice-select .list {
    display: none; }
  
  .no-csspointerevents .nice-select.open .list {
    display: block; }
  