/*quantity selector effect on hover*/
.qty-selector .input-group-btn:hover {
    background-color: rgba(228, 228, 228, 0.5);
}

#fq_cd {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: default;
    margin-bottom: 10px;
    max-height: 55px;
    overflow: hidden;
    padding: 12px 12px 12px 52px;
    position: relative;
    transition: max-height 0.5s ease-in;
}
#fq_cd::before {
    color: #008ED2;
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    left: 0;
    padding: 18px;
    position: absolute;
    top: 0;
}
#fq_cd.active::before {
    content: "\e113";
}
#fq_cd h2 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.fq_cd {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 2px;
}
.fq_cd p {
    margin-bottom: 10px;
}
.fq_cd p:last-child {
    margin-bottom: 0;
}
#fq_cd, .fq_cd {
    font-size: 15px;
}

#fq_crfocw {
    display: none;
}
#fq_crfocw h2 {
    border-bottom: 1px solid #ddd;
    font-size:14pt;
    padding-bottom:5px;
}

/* FILTER */
#fq_f {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
#fq_f .fq_fo > div {
    border: 1px solid #eaeaea;
    float: left;
    padding: 5px;
    position: relative;
    width: 100%;
}
/* show all options on one line by default when overlay is visible,otherwise some
labels might carry themselves onto a new line and therefore won't be overlaid */
#fq_f #fq_f_length.fq_fo > div {
    overflow: hidden;
    white-space: nowrap;
}
/* once "Longer »" is clicked, we may show all lengths on multiple lines ... */
#fq_f #fq_f_length.fq_fo.fq_f_length_expanded > div {
    overflow: auto;
    white-space: normal;
}
/* ... and we should hide the overlay */
#fq_f #fq_f_length.fq_fo.fq_f_length_expanded #fq_f_length_overlay {
    display: none;
}
#fq_f p {
    border-bottom: 2px solid #008dd2;
    color: #008dd2;
    font-size: 12pt;
    font-weight: 500;
    line-height: 12pt;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 12px 0px 9px 4px;
    text-transform: uppercase;
}
#fq_f p label {
    float: right;
    font-size: 11pt;
    margin: 0;
    padding: 0 5px 2px;
    border: 1px solid #008dd2;
}
#fq_f p label:hover {
    background-color: #008dd2;
}
#fq_f p label:hover span {
    color: white;
}
#fq_f p label:active {
    background-color: #006c9e;
}
#fq_f p span.label {
    border-bottom: 1px dashed;
    color: #008dd2;
    padding: 0;
    position: relative;
    top: -2px;
}
#fq_f label {
    margin: 0;
    padding: 5px;
    text-align: center;
}
#fq_f label input {
    display: none;
}
#fq_f .fq_fo div label .fq_fi {
    border: 1px solid #bbb;
    display: inline-block;
    padding: 1px;
}
#fq_f_color div label .fq_fi {
    background-color: #fff;
}
#fq_f_length div label .fq_fi {
    color: #443e32;
    font-weight: normal;
    height: 24px;
    line-height: 20px;
    padding: 0 3px;
    text-align: center;
    text-transform: lowercase;
    min-width: 24px;
}
#fq_f label .fq_fi.pull-left {
    border-bottom: 1px solid #eee;
    width: 100%;
}
#fq_f label .fq_fi .pull-right {
    color: #919191;
}
#fq_f label input:checked + .fq_fi .pull-right {
    color: #fff;
}
#fq_f label input:checked + .fq_fi {
    border-color: #008dd2;
    border-width: 2px !important;
    padding: 0 !important;
}
#fq_f_length label input:checked + .fq_fi, #fq_f_length label:hover input:checked + .fq_fi {
    background: #008dd2;
    color: white;
}
#fq_f_length label span.fq_fi:active {
    border: 2px solid #008dd2;
    border-width: 2px !important;
    background: #ccc;
    padding: 0 !important;
}
#fq_f_color label input:checked + .fq_fi .fq_swatch:before {
    content: "\f00c";
    color: #00ca00;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
}
.untouched #fq_f label:hover .fq_fi {
    background-color: #ccc;
    border-width: 1px;
    padding: 1px;
}
#fq_f_length_overlay {
    background: #fff;
    height: 100%;
    line-height: 90%;
    position: absolute;
    right: 0;
    top: -1px;
    width: 42%;
}
@media only screen and (min-width : 510px) and (max-width : 767px) {
    /* 
    on these resolutions do not show the "Longer »" overlay because the length
    box would take full width and the overlay wouldn't hide anything anyway
    */
    #fq_f_length_overlay {
        display: none;
    }
}
#fq_f_length_overlay a {
    border-bottom: 1px dashed;
    font-size: 10pt;
    height: 100%;
    line-height: 340%;
    margin-left: 5px;
}
#fq_f_length_overlay a:hover,
#fq_f_length_overlay a:focus,
#fq_f_length_overlay a:active {
    border-bottom-width: 0;
    text-decoration: none;
}

/* wholesale */
.fq_whlsl_p {
    border-top: 1px solid #ddd;
    margin: 20px auto 10px;
    padding: 10px 0 20px;
}
.fq_whlsl_img {
    padding-left: 0;
}
.fq_whlsl_pov {
    font-size: 1.2em;
    margin-bottom: 20px;
}
.fq_whlsl_pov .qty-selector {
    margin: 5px auto;
}
.fq_whlsl_pov .qty-selector .input-group {
    margin: 0 auto;
}
.fq_whlsl_i h4, .fq_whlsl_i p {
    font-size: 1.4em;
    line-height: 1.2;
}
.fq_whlsl_i h4 {
    margin-top: 0;
    text-transform: uppercase;
}
#fq_grd {
    float: left;
    width: 100%;
}
#fq_whlsl_panel {
    background-color: rgba(55,55,55,.9);
    padding: 10px;
    position: sticky;
    top: 40px;
    z-index: 3;
}

h1 {
    margin-bottom: 0px;
}

#category-banner {
    aspect-ratio: 2;
    object-fit: cover;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 0;
    width: 100%;
}
#category-banner.load {
    opacity:1;
}

#fq_f_w {
    padding: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}
#fq_f_w .close {
    display: none;
}
@media only screen and (max-width : 767px) {
    #fq_f_w {
        background-color: #fff;
        box-shadow: 0px 2px 5px #000;
        height: calc(100% - 50px);
        margin-top: 50px;
        position: fixed;
        top: 0;
        width: 78%;
        z-index: 102;
    }
    #fq_f_w .close {
        display: block;
        position: absolute;
        right: 5px;
        padding: 10px;
        z-index: 103;
    }
    #fq_f {
        background-color: white;
        padding-top: 18px;
        width: auto;
    }
    #fq_f_length {
        padding-top: 15px;
    }
    #fq_f .fq_fo {
        background-color: #fff;
    }
    #fq_f #fq_f_length.fq_fo > div {
        white-space: normal;
    }
    #fq_f_length_overlay {
        display: none;
    }
    #fq_f_btn {
        bottom: 0;
        position: absolute;
    }
    #fq_f_btn .btn {
        margin: 0 0 15px;
        width: 100%;
    }
    #fq_f_m_toggle {
        margin: 15px 0;
        width: 100%;
    }
    #fq_f p label {
        display: none;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #category-banner {
        opacity: 1;
    }
}
/* Bullets on Category Banner */
.banner-wrapper {
    position: relative;
}
.bullets {
    position: absolute;
    top: 11%;
    left: 5%;
    color: white;
    background: rgba(0, 0, 0, 0.46);
    bottom: 11%;
    width: 57%;
}
.bullets ul {
    padding-left: 0;
    list-style-type: none;
    margin-left: -10px;
    position: relative;
}
.bullets ul:before {
    content: " ";
    width: 0;
    height: 0;
    z-index: 5;
    position: absolute;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #00638A;
}
.bullets ul li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    margin-right: 8px;
}
.bullets ul li:first-child {
    background: #008BCE;
    position: relative;
    z-index: 20;
}
.bullets ul li {
    padding: 0 20px 0 30px;
}
.bullets h3 {
    text-transform: none;
    font-weight: 800;
    color: white;
    padding: 11px 20px;
    letter-spacing: 1px;
}

.bullets h3:after {
    content: "\e094\e094";
    margin-left: 15px;
    font-family: 'Glyphicons Halflings';
    font-size: 69%;
    font-weight: normal;
}
@media only screen and (min-width : 1215px)  {
    .bullets h3 {
        font-size: 48.6px;
        padding: 15.78px 20px;
    }
    .bullets ul {
        font-size: 21.87px;
        line-height: 36.45px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1214px) {
    .bullets h3 {
        font-size: 4vw;
        padding: 1vw 20px;
    }
    .bullets ul {
        font-size: 1.8vw;
        line-height: 3.0vw;
    }
    .bullets ul li {
        /*padding: 0 1.5vw 0 calc(3vw + 10px);*/
    }
}
@media only screen and (max-width : 767px) {
    .bullets h3 {
        font-size: 4vw;
        padding: 1.5vw 3vw;
    }
    .bullets ul {
        font-size: 2.9vw;
        line-height: 3.8vw;
    }
    .bullets ul li {
        padding: 0 3vw 0 calc(3vw + 10px);
    }
}
#video-wrapper {
    position: absolute;
    top: 0;
    z-index: -1;
}
.play { 
    background: red;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2.6em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    /*position: relative;*/
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
    /* the code below centers it vertically and horizontally */
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    /* hide the button untill the image is fully loaded */
    /*display: none;*/
    z-index: 25;
}
@media only screen and (max-width : 767px) {
    .play {
        font-size: 1.5em;
    }
}
.play:hover {
  background: #fc4961;
}

.play::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .play::after {
        margin: -1em 0 0 1.75em;
    }
}
