/*
    Theme Name: Sperling Starter 
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
    Theme URI: https://www.sperlinginteractive.com
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    color: #4c4c51;
    font: 500 11px/1.4 "Montserrat", sans-serif;
}

/* clear */
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    text-decoration: none;
    color: #85192d;
}

a:hover {
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    border: 1px solid #04a4cc;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.4rem;
}

blockquote p {
    font-size: 1.8rem;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.6rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", serif;
    color: #85192d;
}

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

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* general */
.w-50 {
    width: 50%;
}

.m-auto {
    margin: auto;
}

/* wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

.container {
    max-width: 1400px;
    align-self: center;
    flex: 1 auto;
    width: 100%;
    height: 100%;
}

.container.large {
    max-width: 1600px;
}

.blog-wrapper .container {
    margin: 0 auto;
}

.small-container {
    max-width: 800px;
    align-self: center;
    flex: 1 auto;
    width: 100%;
    height: 100%;
}

.no-flex-container {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.no-flex-container.large {
    max-width: 1600px;
}

/* header */
.header {
    padding: 10px;
    border-bottom: 1px solid;
}

.header-right {
    float: right;
    margin-top: 10px;
}

.header-right .red-button {
    margin-top: 0px;
}

.header .ad-logos {
    font-size: 1.3rem;
    width: 500px;
}

.header .ad-text {
    padding-bottom: 5px;
    font-style: italic;
}

.header-right a.red-button {
    float: right;
}

.utility-nav-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.utility-nav-flex i {
    color: #85192d;
}

.utility-nav-flex a {
    font-weight: 600;
    font-size: 1.6rem;
    margin: 0 10px;
    color: black;
}

a.red-button,
.woocommerce a.button,
.woocommerce a.red-button,
.woocommerce-cart a.red-button,
.woocommerce-account .woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    background: #85192d;
    color: white;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1.8rem;
    line-height: 1.4;
    transition: background 0.3s ease-in-out;
}

a.red-button:hover,
.woocommerce a.button:hover,
.woocommerce a.red-button:hover,
.woocommerce button.button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
    color: white;
    background: #751f2e;
}

.order-box__cart-button {
    margin: 5px;
}

/* logo */
.header.old .logo,
.header.old .woocommerce-page .logo {
    float: left;
    width: 210px;
    margin-top: 14px;
}

.logo,
.woocommerce-page .logo {
    width: 210px;
}

span.module-rating {
    font-size: 1.4rem;
    display: block;
    margin-top: 5px;
    color: #0000ee;
}

.module-rating .frm-star-group,
.module-rating .frm_clear {
    display: inline-block;
}

.module-rating .frm-star-group {
    margin-bottom: 0px;
}

.module-rating.product-page {
    cursor: pointer;
    display: inline-block;
    color: #0000ee;
}

.module-rating.product-page .frm-star-group {
    cursor: pointer;
    margin-right: 10px;
}

/* .woocommerce-page .logo-img,
.logo-img {
    backface-visibility: hidden;
    height: 80px;
} */

.woocommerce form.login input[type="text"],
.woocommerce form.login input#password {
    border: none;
    padding: 10px;
}

/* nav */
.nav {
    z-index: 1;
    /*display: none;*/
}

#mega-menu-wrap-header-menu {
    position: absolute;
    right: -25px;
    top: 12px;
}

#mega-menu-wrap-header-menu .mega-menu-toggle {
    background: transparent;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    color: #85192d;
    font-weight: 700;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1:after {
    color: #85192d;
}

.utility-nav {
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 10px;
    display: none;
}

.utility-nav a.icon-link {
    color: #4c4c51;
    padding: 0 10px;
}

.utility-nav a.icon-link:hover {
    color: #999995;
}

.utility-nav a.icon-link + a.icon-link {
    border-left: 1px solid;
}

.cart-nav.flash {
    animation: cartFlash 3s;
}

/* sidebar */
.sidebar {
    background: #eaeae6;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}

.sidebar h3 {
    margin: 0;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
}

/* footer */
.footer {
    background: #eee;
    padding: 20px;
    background-image: url(img/textured-overlay.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    border-top: 1px solid;
}

.footer-disclaimer-only {
    background: #fff;
}

.footer-disclaimer-only p.footer-disclaimer {
    font-size: 1.8rem;
}

.footer a {
    color: #85192d !important;
}

.footer-mailchimp * {
    font-size: 1.8rem;
}

.footer-mailchimp input {
    border-radius: 4px;
    border: 1px solid #4c4c51;
    padding: 5px;
}

.footer-mailchimp button {
    background: #4c4c51;
    color: white;
    padding: 7px 10px;
    margin-left: 5px;
    border-radius: 4px;
    line-height: 1;
}

.footer-mailchimp p {
    margin: 0;
}

.footer h3 {
    margin: 0 0 5px;
    color: #4c4c51;
}

.footer p {
    margin: 0;
}

.footer-social i {
    font-size: 3rem;
}

.footer-social a + a i {
    margin-left: 10px;
}

p.copyright {
    font-size: 1.4rem;
}

.footer-nav a {
    font-size: 1.8rem;
}

.footer-nav a + a {
    margin-left: 10px;
}

.bottom-footer {
    align-items: flex-end;
}

p.footer-disclaimer {
    font-size: 1.4rem;
}

#ic_signupform .elcontainer {
    margin: 0 !important;
}

/* home slider */
.slider-wrap {
    position: relative;
    overflow: hidden;
}

.home-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.home-slider .slick-prev {
    display: relative !important;
    left: 20px !important;
    z-index: 10 !important;
    min-height: 100px;
    min-width: 50px;
}

.home-slider .slick-next {
    display: relative !important;
    right: 20px !important;
    z-index: 10 !important;
    min-height: 100px;
    min-width: 50px;
}

.home-slider .slick-prev:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 4rem;
}

.home-slider .slick-next:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 4rem;
}

.slider-overlay {
    background-image: url(img/textured-overlay.jpg);
    background-position: center;
    background-size: cover;
    padding: 20px;
}

.slider-overlay h1,
.slider-overlay h2,
.slider-overlay h3,
.slider-overlay h4,
.slider-overlay h5 {
    margin: 0;
}

.home-slide.slick-slide {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 7.2rem;
    justify-content: center;
}

.columns {
    margin: 0 !important;
}

.pagination {
    font-size: 1.6rem;
}

.about-band .frm-star-group:not(.frm-star-hovered) input[type="radio"]:checked + label:before,
.about-band .frm-star-group input + label:hover:before,
.about-band .frm-star-group:hover input + label:hover:before,
.about-band .frm-star-group .star-rating-on:before,
.about-band .frm-star-group .star-rating-hover:before,
.about-band .frm-star-group input + label:before,
.about-band .frm-star-group .star-rating:before {
    color: white !important;
}

.about-band .review-date {
    font-size: 1.4rem;
}

.reviews {
    padding: 0 20px;
}

.reviews .slick-dots li button:before {
    font-size: 1.6rem;
    color: white;
    opacity: 0.6;
}

.reviews .slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
}

.reviews .slick-dots {
    position: relative;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.single-post article {
    max-width: 1000px;
    margin: 0 auto;
}

.blog-featured-image {
    text-align: center;
}

.news-block h4 {
    margin: 0;
}

.news-block {
    padding: 20px;
    border: 1px solid;
    height: 100%;
    border-radius: 20px;
}

p.post-date {
    font-size: 1.4rem;
    border-bottom: 1px solid;
}

.pagination {
    font-size: 2rem;
    text-align: right;
    margin: 25px 0;
    font-weight: 700;
}

a.back-to-blog {
    font-size: 1.8rem;
    text-decoration: underline;
}

blockquote {
    margin: 50px 0;
    padding-left: 50px;
    position: relative;
}

blockquote:before {
    position: absolute;
    content: "\f10d";
    top: 0;
    left: 0;
    font-size: 3rem;
    line-height: 1;
    font-family: FontAwesome;
    color: #85192d;
}

blockquote p {
    font-weight: 700;
    color: #85192d;
}

ul.category-nav {
    list-style-type: none;
    padding: 0;
}

ul.category-nav li {
    display: inline-block;
}

ul.category-nav li a {
    background: #85192d;
    color: white;
    padding: 10px;
    display: inline-block;
    margin: 5px;
}

/* NEW BLOG PAGE */
.blog-inner {
    position: relative;
}

.single a.back-btn {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 2rem;
    color: #6f7070;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 5px;
}

.blog-inner h1 {
    padding: 0 20px;
}

.single .blog-inner h1 {
    padding: 0;
}

.single .featured-img,
.featured-blog-wrapper .featured-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    max-height: 523px;
    height: 35vw;
    width: 100%;
}

.single .blog-wrapper {
    margin-bottom: 50px;
}

.single .featured-product-wrapper .product-img {
    text-align: center;
    padding: 0;
}

.single .featured-product-wrapper .product-desc {
    padding: 20px;
}

.single .featured-product-wrapper .product-desc h2 {
    font-size: 4.5rem;
    color: #171717;
    margin: 10px 0;
}

.single .featured-product-wrapper .product-desc h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 10px 0;
    color: #171717;
}

.single .featured-product-wrapper .product-desc .white-btn {
    background-color: #fff;
    color: #85192d;
    border: 1px solid #85192d;
    outline: none !important;
    margin: 0;
    font-weight: 700;
    border-radius: 20px;
    padding: 6px 30px;
    font-style: italic;
    font-size: 2.2rem;
    transition: 0.3s ease;
    display: inline-block;
    margin: 10px 0 20px;
}

.single .featured-product-wrapper .product-desc .white-btn:hover {
    background-color: #85192d;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s ease;
}

.per-sec {
    padding: 10px 20px;
    margin: 20px 0;
}

.per-sec h2 {
    margin: 10px 0 0;
}

.recent-blog-inner {
    position: relative;
    margin: 20px 0;
}

.pop-post {
    position: absolute;
    top: -15px;
    left: 30%;
    background-color: #85192d;
    border-radius: 20px;
}

.pop-post p {
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    text-transform: uppercase;
}

.recent-blog-inner h6 {
    margin: 15px 0;
    text-decoration: underline;
}

.blog-wrapper .red-button a {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.blog-wrapper .red-button a .far {
    font-weight: 900 !important;
}

h2.with-line {
    position: relative;
}

h2.with-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: -1;
    border-top: 1px solid #707070;
}

h2 span {
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
}

.side-bar-sec {
    margin: 50px 0;
}

.side-bar-sec .sign-up-wrapper {
    padding: 0 15%;
    position: relative;
}

.search-bar {
    margin-top: 30px;
}

.search-bar .search input[type="search"] {
    border-radius: 20px 0 0 20px;
    border: 1px solid #e3e3e3;
    line-height: 1.3;
    padding: 8px 15px;
    font-size: 1.5rem;
    margin: 0;
    display: inline-block;
}

.search-bar button {
    background-color: #85192d;
    color: #fff;
    border: 1px solid #85192d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    margin: 0 0 0 -3px;
    font-weight: 700;
    border-radius: 0 20px 20px 0;
    padding: 8px 15px 8px 10px;
    font-size: 1.5rem;
    transition: 0.3s ease;
}

.search-bar button:hover {
    background-color: #fff;
    color: #85192d;
    font-size: 14px;
    transition: 0.3s ease;
}

.sign-up-inner {
    background-color: #85192d;
    padding: 20px;
}

.sign-up-inner h3,
.sign-up-inner p {
    color: #fff;
    margin: 5px 0;
}

.sign-up-inner .with_frm_style .frm_form_fields > fieldset {
    padding: 5px 0;
}

.sign-up-inner .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px;
}

.sign-up-inner .with_frm_style input[type="email"] {
    border-radius: 20px;
    border: 0;
}

.sign-up-inner .frm_style_formidable-style.with_frm_style .frm_submit button {
    background-color: #fff;
    color: #85192d;
    border: 1px solid #85192d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    margin: 0;
    font-weight: 700;
    border-radius: 20px;
    padding: 6px 15px;
    font-style: italic;
    font-size: 14px;
    transition: 0.3s ease;
}

.sign-up-inner .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background-color: #85192d;
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease;
}

.sign-up-inner .frm_submit {
    text-align: right;
}

.category-list-wrapper {
    background-color: #eee;
    padding: 100px 15% 50px;
    margin-top: -15%;
}

.per-article a {
    color: #6f7070;
    text-decoration: underline;
}

.category-list-inner ul {
    list-style-type: none;
    padding: 0;
}

.category-list-inner ul a {
    color: #6f7070;
    text-decoration: underline;
}

.category-list-inner ul.children {
    padding-left: 10px;
    margin-bottom: 5px;
}

.social-share-buttons {
    margin: 30px 0;
}

.social-share-buttons .heateor_sss_horizontal_sharing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-share-buttons .heateor_sss_sharing_title {
    font-size: 2.2rem;
    font-family: "Merriweather", serif;
    margin-right: 10px;
}

.featured-product {
    margin: 30px 0 50px;
}

/* .comment-section{
  background-color: #85192D;
  color: #fff;
  padding: 30px 0;
} */

.comment-section .comment-respond {
    background-color: #85192d;
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}

.comment-section .comment-respond .comment-form {
    max-width: 1400px;
    margin: 0 auto;
}

.comment-section .comment-respond h3 {
    color: #fff;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
}

.comment-section p label,
.comment-section p.comment-notes,
.comment-section .comment-form-url,
.comment-section .comments h2,
.comment-section .comments .says {
    display: none;
}

.comment-section p.comment-form-author,
.comment-section p.comment-form-email {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 10px 0;
}

.comment-section p.comment-form-comment {
    float: right;
    width: 50%;
    padding: 0 20px;
    margin: 10px 0;
}

.comment-section p.form-submit {
    float: right;
    width: 100%;
    text-align: right;
    padding: 0 20px;
}

.comment-section p.comment-form-author input[type="text"],
.comment-section p.comment-form-email input[type="email"],
.comment-section p.comment-form-comment textarea {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    padding: 10px 15px;
    border: 0;
}

.comment-section p.comment-form-comment textarea:focus {
    outline: none;
}

.comment-section p.comment-form-author input[type="text"]::placeholder,
.comment-section p.comment-form-email input[type="email"]::placeholder,
.comment-section p.comment-form-comment textarea::placeholder {
    font-style: italic;
}

.comment-section p.form-submit input[type="submit"] {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    background-color: #fff;
    border: 2px solid #fff;
    color: #85192d;
    border-radius: 20px;
    font-weight: 700;
    padding: 5px 10px;
    transition: 0.3s ease;
}

.comment-section p.form-submit input[type="submit"]:hover {
    background-color: #85192d;
    color: #fff;
    transition: 0.3s ease;
}

.comment-section p.form-submit input[type="submit"]:focus {
    outline: none;
}

.comment-section .comments h2 {
    display: none;
}

.comment-section .comments ul {
    padding: 0 30px;
    max-width: 1400px;
    margin: 30px auto;
    list-style-type: none;
}

.comment-section .comments ul li {
    display: inline-block;
    width: 100%;
}

.comment-section .comments ul .comment-body .fn {
    color: #85192d;
    font-family: "Merriweather", serif;
    font-size: 2rem;
}

.comment-section .comments ul .comment-body .comment-meta {
    font-size: 1.2rem;
    color: #6f7070;
    font-family: "Montserrat", sans-serif;
}

.comment-section .comments ul .comment-body .comment-meta a {
    color: #6f7070;
}

.comment-section .comments ul .comment-body p,
.comment-section .comments ul .comment-body .reply {
    padding: 0 20px;
    /* float: left; */
    margin: 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
}

.comment-section .comments ul .comment-body .reply a {
    color: #6f7070;
}

/* Blog References */
.reference-wrapper {
    margin: 5px 0;
    width: 100%;
}

a#referenceBtn {
    padding: 10px 20px;
    background-color: #85192d;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
}

a#referenceBtn:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 3px;
    font-size: 3rem;
    color: #fff;
}

a#referenceBtn.collapse:after {
    content: "-";
}

ol.dropdown {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol.dropdown li {
    padding: 15px 20px;
    background-color: #eee;
    margin-bottom: 2px;
    font-size: 1.4rem;
    word-break: break-all;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
.home-callout {
    max-width: 800px;
    margin: 25px auto;
    text-align: center;
    position: relative;
}

.home-callout:after {
    position: absolute;
    width: 100px;
    height: 2px;
    content: "";
    background: #999995;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%);
}

.home-products {
    justify-content: center;
}

.about-band {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
}

.about-band:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.about-band-content {
    z-index: 2;
    position: relative;
}

.about-band-content * {
    color: white !important;
}

/*------------------------------------*\
    PRODUCT MODULE
\*------------------------------------*/
.product-module {
    position: relative;
    transition: all 0.3s ease-in-out;
    top: 0;
    padding: 20px;
    height: 100%;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.product-module .frm-star-group {
    width: 105px;
    margin: 0 auto;
}

.woocommerce .star-rating {
    float: left;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1.4em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden !important;
    clear: none;
    font-style: normal;
    font-family: unset;
}

.woocommerce .star-rating::before {
    font-family: "s11-fp";
    content: "\e9d7";
    color: #f0ad4e;
    display: inline-block;
}

.woocommerce .star-rating-on:before {
    content: "\e9d9";
    color: #f0ad4e;
}

.woocommerce .frm-star-group .frm_half_star:before {
    content: "\e9d8";
}

.product-module img {
    height: auto;
}

.product-module a {
    color: black;
}

.product-module a:hover,
.product-module a:hover .product-module__wrap,
.product-module a:hover .module-rating {
    opacity: 0.7;
}

.product-module__title {
    font-weight: 700;
    font-size: 2rem;
    margin: 0;
}

.product-module__cat {
    text-transform: lowercase;
    margin: 0;
    font-size: 1.6rem;
    color: #85192d;
}

.product-module__short-desc {
    text-transform: lowercase;
    margin: 0;
    font-size: 1.3rem;
    color: #85192d;
}

.product-module .button {
    margin-top: 15px;
}

/*
.product-module__overlay {
    background: #85192D;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.product-module:hover .product-module__overlay {
    opacity: 1;
    visibility: visible;
}
*/

.product-module__overlay .product-module__cat,
.product-module__overlay .product-module__title {
    color: white;
}

.product-module__overlay-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

/*------------------------------------*\
    SINGLE PRODUCT
\*------------------------------------*/

.single-product-top {
    background-image: url(img/single-product-background.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
}

.single-product-top .is-5-desktop .red-button {
    margin: 5px 0;
}

#product-20 .single-product-top {
    background-image: url(img/single-product-background-bbw.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
}

#product-21 .single-product-top {
    background-image: url(img/single-product-background-bbm.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
}

.order-box {
    background: #eaeae6;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}

p.variation-choice-title {
    text-align: center;
}

.order-box__header {
    margin-bottom: 20px;
}

.order-box__header-left {
    max-width: 100px;
    float: left;
}

.order-box__header-right {
    float: right;
    width: calc(100% - 100px);
    text-align: left;
}

.order-box h4,
.order-box h6 {
    color: #4c4c51;
    margin: 0;
}

.order-box p {
    margin: 0;
}

.order-box form.cart .variations td.label {
    display: none;
}

.order-box form.cart .variations select {
    width: 100%;
    margin: 0 !important;
}

.order-box a.reset_variations {
    display: none !important;
}

.order-box .quantity .qty {
    display: none;
}

.order-box select#variation-choice {
    width: 100%;
    border: 1px solid #4c4c51;
    background: white;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.order-box p.order-box-note {
    margin-bottom: 10px;
}

.order-box:not(.order-box-2023) .woocommerce-variation.single_variation {
    display: none !important;
}

.order-box input[type="radio"] {
    display: none;
}

.order-box input[type="radio"] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

.order-box input[type="radio"] + label:before {
    content: "\f096";
}

.order-box input[type="radio"] + label:before {
    letter-spacing: 10px;
}

.order-box input[type="radio"]:checked + label:before {
    content: "\f046";
}

.order-box input[type="radio"]:checked + label:before {
    letter-spacing: 5px;
}

.single-product-img-column {
    order: 1;
}

.single-product-order-box-column {
    order: 2;
}

span.auto-ship-details {
    color: #85192d;
    border-bottom: 1px dotted;
    cursor: pointer;
    font-size: 1.4rem;
    z-index: 1;
    position: relative;
}

/*
span#variation-details:hover+#variation-details-content {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 99;
} */

.order-box__details-content {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eaeae6;
    border-radius: 20px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    z-index: 2;
}

.order-box__details-content.show {
    opacity: 1;
    visibility: visible;
    display: block;
    padding-top: 30px;
}

.order-box__details-content span.close {
    position: absolute;
    right: 20px;
    font-size: 4rem;
    top: 10px;
    line-height: 0.6;
    cursor: pointer;
}

.recurring-choice {
    margin-bottom: 20px;
    margin-left: 5px;
}

.recurring-choice label ~ label {
    margin-top: 12px;
    display: inline-block;
}

span.add-to-cart-loader {
    font-size: 1.4rem;
    display: none;
}

.free-shipping-text {
    font-size: 1.4rem;
    margin-left: 20px;
    color: #85192d;
}

span.discount-text {
    color: #85192d;
    font-weight: 700;
}

section.video-carousel-wrap {
    padding: 30px;
    background: #d0d0ce;
}

.video-carousel .slick-slide {
    padding: 10px;
}

.video-carousel .slick-dots li button:before {
    font-size: 1.6rem;
    color: #85192d;
    opacity: 0.6;
}

.video-carousel .slick-dots li.slick-active button:before {
    color: #85192d;
    opacity: 1;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-product-bottom {
    overflow-x: hidden;
}

.single-product-tabs,
.single-product-tabs .column {
    padding-top: 0px !important;
}

#tabs h1,
#tabs h2,
#tabs h3,
#tabs h4,
#tabs h5,
#tabs h6 {
    margin-bottom: 0;
}

div#tabs {
    margin-bottom: 50px;
}

div#tabs > div {
    padding: 20px;
}

ul.ui-tabs-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: white;
    position: relative;
    margin-bottom: 50px !important;
    height: 40px;
    border: 0;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

ul.ui-tabs-nav:before {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    background: #999995;
    right: 0;
    z-index: 1;
}

ul.ui-tabs-nav:after {
    content: "";
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #999995;
    position: absolute;
}

.ui-tabs-nav > li {
    display: block;
    color: white;
    z-index: 4;
    position: relative;
}

.ui-tabs-nav > li a {
    padding: 10px;
    display: block;
    color: white;
    position: relative;
}

.ui-tabs-nav > li:not(.ui-state-active) a:after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    background: #ffcc60;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.ui-tabs-nav > li.ui-state-active a {
    background-color: white;
    color: #4c4c51;
}

#accordion h3 {
    font-size: 1.8rem;
    cursor: pointer;
    background: #999995;
    color: white;
    padding: 10px;
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
}

p.star-rating-heading {
    margin: 0;
}

.frm-star-group {
    margin-bottom: 10px;
    display: block;
    height: 20px;
    color: #fdb022;
    font-size: 1.6rem;
}

.review-modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.52);
    z-index: 9999999999;
    display: none;
}

.review-modal {
    background: white;
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    top: 50px;
    position: relative;
    padding: 30px 20px 20px 20px;
}

span.close-modal {
    font-weight: 700;
    font-size: 4rem;
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
    line-height: 1;
}

span.close-modal:hover {
    opacity: 0.7;
}

.review-filters *,
.review-filters a.red-button {
    font-size: 1.4rem;
    width: 100%;
}

.review-filters {
    margin-bottom: 30px;
}

.review-filter {
    text-align: center;
    width: 100%;
}

select#filter-age-range {
    height: 32px;
    width: 100%;
}

.review-filter:first-of-type {
    padding-left: 0;
}

.review-filter:last-of-type {
    padding-right: 0;
}

p.verified-buyer {
    margin: 0;
    font-weight: bold;
    color: #85192d;
    margin-bottom: 5px;
}

ul.currency_switcher {
    padding: 0;
}

.hidden-prices {
    display: none;
}

span#variation-details {
    color: #85192d;
    border-bottom: 1px dotted;
    cursor: pointer;
    font-size: 1.8rem;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
    display: none;
}

span#variation-details.show {
    display: inline-block;
}

div#variation-details-content p {
    margin: 10px 0;
}

/*------------------------------------*\
    WOOCOMMERCE OVERRIDES
\*------------------------------------*/
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
div.button {
    background: #85192d;
    color: white;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1.8rem;
    transition: background 0.3s ease-in-out;
    line-height: 1.4;
    -webkit-font-smoothing: inherit;
    font-weight: 400;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #751f2e;
}

.woocommerce,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 1.6rem;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button {
    float: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce-MyAccount-content fieldset {
    background: #eee;
}

nav.woocommerce-MyAccount-navigation {
    background: #eee;
    padding: 10px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation ul a {
    display: block;
    color: #85192d;
    font-weight: bold;
    padding: 5px 0;
}

.woocommerce-account .woocommerce a {
    color: #85192d;
    font-weight: 700;
}

.woocommerce-cart .woocommerce {
    padding-bottom: 2.5rem;
}

.woocommerce-cart a {
    color: #85192d;
}

.woocommerce a.remove {
    color: #85192d !important;
}

.woocommerce a.remove:hover {
    color: white !important;
    background: #85192d;
}

.woocommerce-checkout .wrapper {
    padding-bottom: 45px;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"] {
    font-size: 1.6rem !important;
    border: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:before {
    content: "\f023";
    font-family: "FontAwesome";
    padding-right: 2px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form.login input[type="text"],
.woocommerce form.login input#password {
    border: 1px solid;
}

input#wc-authorize-net-cim-credit-card-tokenize-payment-method,
input#wc-authorize-net-cim-credit-card-tokenize-payment-method + label,
#billing_company_field {
    display: none !important;
}

.form-row.place-order {
    background: white;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form.login input[type="text"],
.woocommerce form.login input#password {
    padding: 5px;
}

input#coupon_code {
    width: 100%;
}

.woocommerce-page table.cart td.actions .coupon .button {
    background-color: #cccccc;
    margin-top: 10px;
    width: 100%;
}

.woocommerce-page table.cart td.actions .coupon .button:hover {
    background-color: #a3a3a3;
}

.woocommerce .blockUI.blockOverlay::before {
    top: auto !important;
    bottom: 10% !important;
}

/*------------------------------------*\
    CART & CHECKOUT
\*------------------------------------*/
.page-template-page-cart-checkout .woocommerce form {
    padding: 0 10%;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact-container {
    margin-bottom: 50px !important;
}

.contact-container #frm_form_2_container {
    border: 2px solid #85192d;
}

.woocommerce-error {
    background: #85192d;
    color: white !important;
    border-top: 0;
}

.woocommerce-error:before,
.woocommerce-error a {
    color: white;
}

.woocommerce-error a {
    text-decoration: underline;
}

/*------------------------------------*\
    RESOURCES
\*------------------------------------*/
.child-pages {
    margin-bottom: 50px !important;
}

.child-page-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    border: 2px solid #85192d;
}

.child-page-box:hover {
    background: #85192d;
}

.child-page-box:hover h3 {
    color: white;
}

.child-page-box h3 {
    margin: 0;
    text-align: center;
}

/*------------------------------------*\
    PRODUCT BROCHURES
\*------------------------------------*/
.brochure-box {
    border: 1px solid #4c4c51;
    padding: 10px;
    text-align: center;
    height: 100%;
}

.brochure-box p {
    margin-bottom: 0;
}


.checkout.woocommerce-checkout {
    /* display:flex;
    flex-direction:column; */
}
.checkout.woocommerce-checkout > div {
    /* width:50%; */
}

.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-review {
    /* width:500px; */
    /* display:block !important; */
}

.wpmc-summary-slot { margin: 0 0 20px; }
@media (min-width: 992px){
  /* .wpmc-summary-slot { position: sticky; top: 20px; z-index: 2; } */
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {
    #mega-menu-wrap-header-menu {
        right: -13px;
        top: 20px;
    }

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

    .pop-post {
        left: 40%;
    }

    .blog-wrapper .red-button {
        text-align: center;
    }

    .side-bar-sec .sign-up-wrapper {
        padding: 0;
    }

    .category-list-wrapper {
        margin-top: 0;
        padding: 30px;
    }

    .single .featured-product-wrapper .product-desc h2 {
        font-size: 2.8rem;
    }

    .single .featured-product-wrapper .product-desc h3 {
        font-size: 1.8rem;
    }

    .single .featured-product-wrapper .product-desc .white-btn {
        font-size: 1.8rem;
        text-align: center;
    }
}

@media only screen and (min-width: 400px) {
    .logo,
    .woocommerce-page .logo {
        width: 268px;
    }
}

@media only screen and (min-width: 415px) {
    #mega-menu-wrap-header-menu {
        right: 0;
    }
}

@media only screen and (min-width: 440px) {
    input#coupon_code {
        width: 200px;
    }

    .woocommerce-page table.cart td.actions .coupon .button {
        margin-top: 0;
        width: auto;
    }
}

@media only screen and (min-width: 480px) {
    blockquote:before {
        font-size: 5rem;
    }

    blockquote {
        padding-left: 100px;
    }

    .single .featured-product-wrapper .product-desc h2 {
        font-size: 3.5rem;
    }

    .single .featured-product-wrapper .product-desc h3 {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .home-slider {
        width: calc(100% - 300px);
    }

    .home-slide {
        background-position: left center;
    }

    .mobile-slide {
        display: none;
    }

    .home-slide {
        height: 500px;
    }

    .slider-overlay h2 {
        font-size: 2.5rem;
    }

    .slider-overlay {
        position: absolute;
        width: 30%;
        min-width: 300px;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .slider-overlay-contain {
        position: absolute;
        width: 90%;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* .about-band {
        height: 400px;
    } */

    .about-band-content {
        width: 50%;
        /* position: absolute;
        top: 50%;
        transform: translate(0, -50%); */
    }

    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2.8rem;
    }

    h4 {
        font-size: 2.4rem;
    }

    h5 {
        font-size: 2rem;
    }

    h6 {
        font-size: 1.6rem;
    }

    p,
    ul,
    ol {
        font-size: 1.6rem;
    }

    blockquote p {
        font-size: 2rem;
    }

    .single-product-top,
    .single-product-bottom,
    .video-carousel-wrap {
        display: flex;
        flex-direction: column;
    }

    .ui-tabs-nav > li {
        display: inline-block;
    }

    .review-filters {
        display: flex;
    }

    .review-filter {
        width: 25%;
        padding: 0 10px;
    }

    .side-bar-sec .sign-up-wrapper {
        padding: 0 15%;
    }

    .category-list-wrapper {
        margin-top: -70px;
        padding: 100px 15% 50px;
    }

    .single .featured-product-wrapper .product-desc h2 {
        font-size: 3.5rem;
    }

    .single .featured-product-wrapper .product-desc h3 {
        font-size: 2.1rem;
    }

    .review-page-block-header {
        display: flex;
    }

    .review-page-block-header div + div {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 900px) {
    .header.old .nav {
        float: right;
        display: block;
    }

    .utility-nav {
        display: block;
    }

    .header-right .red-button {
        margin-top: 0;
    }

    #mega-menu-wrap-header-menu {
        position: initial;
        clear: both;
    }
}

@media only screen and (min-width: 1140px) {
    .header.old .nav {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .featured-img {
        text-align: center;
    }

    .pop-post {
        left: 30%;
    }

    .blog-wrapper .red-button {
        text-align: right;
    }

    .category-list-wrapper {
        margin-top: -15%;
    }

    .side-bar-sec {
        padding: 0 20px;
    }

    .single .featured-product-wrapper .product-desc h2 {
        font-size: 4rem;
    }

    .single .featured-product-wrapper .product-desc h3 {
        font-size: 2.2rem;
    }

    .single .featured-product-wrapper .product-desc .white-btn {
        font-size: 2.2rem;
    }

    .single .featured-product-wrapper .product-img {
        text-align: left;
    }
}

@media only screen and (min-width: 1280px) {
    .home-slider {
        width: 75%;
    }

    .slider-overlay {
        transform: skew(-20deg);
        right: -100px;
        min-width: 500px;
        width: 40%;
    }

    .slider-overlay-contain {
        transform: translate(-50%, -50%) skew(20deg);
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .utility-nav,
     .utility-nav .icon-link.cart-nav  {
        display:block;
    }

    .utility-nav .icon-link.cart-nav  {
        border-left:none !important;
    }
    /* .header-right .red-button {
        margin-top:0px;
    } */

        .utility-nav .nav-phone,
         .utility-nav .icon-link {
            display:none;
    }

   .header.old .no-flex-container {
        display:flex;
        align-items:center;
        flex-wrap:wrap;
   }
    .header.old .logo, .header.old .woocommerce-page .logo {
        max-width:200px;
    }
   .header.old .logo, .header.old .woocommerce-page .logo,
   .header-right {
    float:none;
   }

      .header-right{
            display: flex;
        align-items: center;
                margin-top: 25px;
        justify-content: space-between;
        width: 100%;
   }
        .header-right .utility-nav {
            margin-bottom: 0px;
   }
 }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

@keyframes cartFlash {
    0% {
        background: transparent;
    }

    25% {
        background: #85192d;
        color: white;
    }

    100% {
        background: transparent;
    }
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .nav,
    .mainLogo,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }

    @page {
        margin: 2cm;
    }
}
