@font-face {
    font-family: 'OpenSans-Light';
    src: url('webfonts/OpenSans-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('webfonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('webfonts/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('webfonts/OpenSans-ExtraBold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html { background-color: #343A40; color: #333333; height: 100%; font-size: 16px; margin: 0; padding: 0; }

body { font-family: OpenSans-Regular, Helvetica, Arial, sans-serif; }

body { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: none; -ms-text-size-adjust: 100%; text-size-adjust: none; }

div { text-overflow: clip; overflow: hidden; }

:target { display: block; position: relative; top: -70px; visibility: hidden; }

h1 { font-size: 2rem; margin: 30px 0 50px 0; }
h2 { font-size: 1.4rem; margin: 30px 0; }
p { font-size: 1.0625rem; line-height: 30px; }

em { padding-right: 2px; }
strong { font-family: OpenSans-Bold; font-weight: lighter; }

br { margin-bottom: 5px; }

sup { font-size: 0.6875rem; position: relative; top: -0.4em; vertical-align: baseline; z-index: 1; }

a.inherit { border-bottom: 1px dotted #4b4e53; font-size: inherit; }
a:link, a:visited, a:hover, a:active { color: #4b4e53; text-decoration: none; }

select, button { color: inherit; }


/* Side Navigation */


.sidenav { background-color: #ffffff; box-shadow: 3px 3px 5px rgba(0, 0, 0, .5); height: 100%; left: 0; max-height: 100%; overflow-x: hidden; overflow-y: hidden; position: fixed; top: 62px; transition: 0.2s; width: 0; z-index: 3; }
.cat { background-color: #3e4b52; color: #ffffff; font-size: 1.1rem; font-weight: bold; letter-spacing: 2px; padding: 20px 0px 20px 20px; }
.sidenav a { border-bottom: 1px solid #ebebeb; color: #3e4b52; display: block; font-size: 1rem; padding: 20px 5px 20px 25px; text-decoration: none; transition: 0.3s; }
.sidenav a:hover { background-color: #f6f6f6; color: #000000; }


/* Header */

.header { align-items: center; background-color: #ffffff; border-bottom: 2px solid #ececec; display: flex; flex-wrap: wrap; height: 62px; justify-content: space-between; position: fixed; width: 100%; z-index: 3; }
.header > div { flex: 1 0 28%; }
.header > div:nth-child(2) { flex: 1 0 44%; }

img#NavIcon { margin-left: 5px; }

img.logo { display: block; margin: 0 auto; max-width: 168px; width: 100%; }

.viewCartButtonContainer { border: 0px !important; padding: 0 !important; position: absolute; top: 5px; right: 15px; }
.viewCartButtonContainer:hover { filter: none !important; }

button#cart-btn { font-size: 14px !important; }

@media screen and (min-width:400px) { img#NavIcon { margin-left: 15px; } .viewCartButtonContainer { right: 25px; } }


/* older ios fix */
#cart-btn_count_reader, #cart-plural, #cart-singular, #cart-label { display: none; }
/* older ios fix */


.shipmessage { background-color: #f6f6f6; color: #000000; font-size: 0.6875rem; font-weight: bold; letter-spacing: 1.5px; padding: 2px 0 5px 0; text-align: center; }
.shipmessage a { font-size: 0.5rem; font-weight: normal; position: relative; bottom: 1.8px; }


/* Color Wraps  */


.wrap-content { max-width: 1200px; margin: 0 auto; padding: 0 15px 50px 15px; }
.wrap-content .pd_heading { padding-top: 40px; }
.wrap-lightgrey { background-color: #f7f7f7; padding: 50px 0; }
/*
.wrap-slate { background-color: #4b4e53; color: #ffffff; padding: 50px 0 15px 0; }
.wrap-slate a { color: #ffffff; }
*/
.wrap-white { background-color: #ffffff; padding: 50px 0; }
.wrap-footer { background-color: #343A40; color: #ffffff; padding: 15px 0; }
.wrap-footer a { color: #ffffff; }

/* Removes vertical space after last p element in a div */
div p:last-child { margin-bottom: 0; padding-bottom: 0; }


/* Index Slider */


@media screen and (min-width:745px) { #slider-mobile { display: none; }}
@media screen and (max-width:744px) { #slider-desktop { display: none; }}

@keyframes slide {
0% { left: 0%; }
12% { left: 0%; }
24% { left: 0%; }
36% { left: 0%; }
48% { left: 0%; }
60% { left: -100%; }
72% { left: -100%; }
84% { left: -100%; }
96% { left: -100%; }
}

div#slider-desktop { overflow: hidden; }
div#slider-desktop figure img { width: 50%; float: left; }
div#slider-desktop figure { animation: 10s slide infinite; left: 0; margin: 0; position: relative; width: 200%; }

div#slider-mobile { overflow: hidden; }
div#slider-mobile figure img { width: 50%; float: left; }
div#slider-mobile figure { animation: 10s slide infinite; left: 0; margin: 0; position: relative; width: 200%; }


/* Contact Form */


.contact input, .contact textarea { background-color: #f5f5f5; border: 1px solid #e4e4e4; border-radius: 7px; color: #000000; font-family: inherit; font-size: inherit; height: 25px; max-width: 350px; padding: 10px; width: calc(100% - 20px); }
.contact textarea { height: 150px; max-width: 600px; resize: none; }
.contact input:focus, .contact textarea:focus { border: 1px solid #ccc; }
.send { background-color: #efefef; border: solid 0.0625rem #929496; border-radius: 0.25rem; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; font-size: 1rem; line-height: 1.5rem; margin: 25px 0 0 0; min-height: 3rem; overflow: hidden; padding: 0.5rem 1.85rem; text-overflow: ellipsis; white-space: nowrap; width: 100%; max-width: 23rem; }


/**********     [START]  Product Header     **********/


.product-header-wrap { background-color: #f7f7f7; }
.product-header { align-items: center; display: flex; flex-wrap: wrap; justify-content: center; margin-left: -120px; }
.product-header > div.left { flex: 0 1 500px; }
.product-header > div.left > img { margin: 0 auto; max-width: 500px; width: 100%; }
.product-header > div.right { flex: 0 1 auto; max-width: 385px; width: 100%; }
@media screen and (max-width:900px) { .product-header { margin-left: 0; } }
@media screen and (max-width:400px) { .product-header > div.right { padding: 0 15px; } }


/* Product Title */


.product_title { color: #3e4b52; font-family: OpenSans-ExtraBold; font-size: 3.4375rem; text-transform: uppercase; transition: all 0.3s ease 0s; }
@media screen and (max-width:420px) { .product_title { font-size: 2.8125rem; transition: all 0.3s ease 0s; } }
@media screen and (max-width:340px) { .product_title { font-size: 2.5rem; transition: all 0.3s ease 0s; } }
@media screen and (max-width:315px) { .product_title { font-size: 2.1875rem; transition: all 0.3s ease 0s; } }
@media screen and (max-width:275px) { .product_title { font-size: 1.75rem; transition: all 0.3s ease 0s; } }

.title_sep { background-color: #3e4b52; height: 5px; margin: 10px 0px 15px 0px; width: 100px; }
.product_brief { color: #3e4b52; font-size: 1.6875rem; line-height: 30px; }


/* Product Specs and Price */


.spec { color: #3e4b52; font-family: OpenSans-Light; font-size: 0.9rem; letter-spacing: 1px; margin: 15px 0 20px 0; }

.price { color: #3e4b52; font-family: OpenSans-light; font-size: 2rem; letter-spacing: 1px; line-height: 24px; margin-bottom: 15px; }
.price > span { font-family: OpenSans-Light; font-size: 1rem; position: relative; top: -3px; }


/* Product Options, Quantity, and Add to Cart */


.item-header { display: none !important; }

label { display: block; font-size: 0.875rem; margin-bottom: 0.25rem; }
#variant-select, #quantity { border: solid 0.0625rem #929496; border-radius: 0.25rem; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; font-size: 1rem; line-height: 1.5rem; min-height: 3rem; overflow: hidden; padding: 0.5rem 1.85rem 0.5rem 0.75rem; text-overflow: ellipsis; white-space: nowrap; width: 100%; max-width: 24.9375rem; }

.selectionContainer { position: relative; }

.selectionContainer::after { content: close-quote; position: absolute; top: 2.4rem; right: 1rem; bottom: 0; width: 0.5rem; height: 0.5rem; border-style: solid; border-width: 2px; border-color: transparent transparent #545D68 #545D68; transform: rotate(-45deg); pointer-events: none; }


/* PayPal Button Style Overrides */


.buttonColorStyle { border-color: #3e4b52 !important; }
.buttonColorStyle:hover { background-color: #ffffff !important; }
#quantity { margin-bottom: 20px !important; }


/**********     [END]  Product Header     **********/


/* Product Section Headers */


div.pd_heading { color: #3e4b52; font-family: OpenSans-Regular; font-size: 2.5rem; transition: all 0.3s ease 0s; }
span.heading_xbold { font-family: OpenSans-ExtraBold; }
.heading_sep { background-color: #3e4b52; height: 3px; margin: 10px 0px 15px 0px; width: 75px; }
@media screen and (max-width:450px) { div.pd_heading { font-size: 2.1875rem; transition: all 0.3s ease 0s; } }
@media screen and (max-width:400px) { div.pd_heading { font-size: 1.875rem; transition: all 0.3s ease 0s; } }
@media screen and (max-width:345px) { div.pd_heading { font-size: 1.6875rem; transition: all 0.3s ease 0s; } }


/* Product Testosterone */


.flexbox-testosterone { align-items: center; display: flex; flex-wrap: wrap; justify-content: center; padding: 0 15px; max-width: 1200px; margin: 0 auto; }
.flexbox-testosterone > div { flex: 1 0 320px; }
.flexbox-testosterone > div > img { display: block; margin: 0 auto; max-width: 600px; width: 100%; }
@media screen and (max-width:900px) { .flexbox-testosterone > div { flex: 0 1 100%; } .flexbox-testosterone { flex-wrap: wrap-reverse; }}


/* Product Quality Assurance */


.flexbox-quality { align-items: center; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center; max-width: 1200px; margin: 0 auto; }
.flexbox-quality > div { flex: 1 0 320px; }
.flexbox-quality > div:first-child { margin: 0; }
.flexbox-quality > div:last-child { margin-left: 15px; }
.flexbox-quality > div > img { border-radius: 20px; display: block; margin: 0 auto; max-width: 600px; width: 100%; }
@media screen and (max-width:600px) { .flexbox-quality > div > img { border-radius: 0; }}
@media screen and (max-width:1230px) { .flexbox-quality > div:last-child { margin: 15px 15px 0 15px; }}
@media screen and (max-width:950px) { .flexbox-quality > div { flex: 0 1 100%; }}


/* Hexagon Content */


.wrap-hexagons { background: #10161c url('images/bg_hexagons.jpg') no-repeat center center; background-size: cover; }
.hexagon-container { color: #ffffff; margin: 0 auto; max-width: 1200px; padding: 50px 15px; }


/* FAQ */


.wrap-faq { background-color: #efefef; color: #000000; }

.faq { background-color: #ffffff; border: 0px; border-top: 1px solid #eeeeee; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 1.125rem; font-weight: 500; outline: none; padding: 15px; text-align: left; width: 100%; }

.faq:hover { background-color: #fcfcfc; }

.faq span:after { content: "\02795"; float: right; font-size: 0.8125rem; padding-left: 20px; }

.faq-active span:after { content: "\2796"; }

.faq-answer { background-color: inherit; border-top: 1px solid #f5f5f5; display: none; overflow: hidden; padding: 0 15px 20px 15px; }

.faq-answer:last-child { padding-bottom: 0; }


/* Product Information */


.flexbox-productinfo { display: flex; flex-wrap: wrap; justify-content: center; max-width: 1200px; margin: 0 auto; }
.flexbox-productinfo > div { flex: 1 0 300px; margin: 15px 20px; }
@media screen and (max-width:320px) { .flexbox-productinfo > div { flex: 1 0 150px; } }
.flexbox-productinfo > div:last-child { margin-bottom: 0px; }
.flexbox-productinfo > div img { max-width: 344px; width: 100%; }

.flexbox-productinfo .info_icon { max-width: 45px; }
.flexbox-productinfo .info_title { color: #3e4b52; font-family: OpenSans-ExtraBold; font-size: 1rem; padding-left: 10px; position: relative; top: -17px; }


/* Footer */


.footer { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1200px; margin: 0 auto; }
.footer > div { flex: 1 0 170px; font-size: 0.875rem; margin: 15px; }
.footer > div div { margin-bottom: 7px; }
.footer-title { font-size: 1.0625rem; font-weight: bolder; letter-spacing: 0.5px; }
img.footer-logo { max-width: 175px; width: 100%; }


.signup { align-items: center; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto 35px auto; max-width: 500px; width: 100%; }
.signup > div { flex: 1 0 65px; }
.signup > div:first-child { border: 1px solid #808080; border-right: unset; border-top-left-radius: 5px; border-bottom-left-radius: 5px; margin-left: 15px; padding: 10px; }
.signup > div:last-child { background-color: #ffffff; border: 1px solid #ffffff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; color: #000000; margin-right: 15px; max-width: 80px; padding: 10px; text-align: center; }


img.accepted-cards { float: right; margin: 15px 15px 0 0; max-width: 300px; }
@media screen and (max-width:570px) { img.accepted-cards { float: none; margin: 15px 0 0 15px; max-width: 300px; width: calc(100% - 15px); } }


.disclaimer { color: #7b7b7b; font-size: 0.5rem; margin: 15px; line-height: 10px; }