/** Shopify CDN: Minification failed

Line 384:17 Unexpected "("

**/
@media screen and (min-width: 990px) {
    body .page-width--narrow {
        max-width: 120rem;
    }
}

.page-container.page-width {
    display: flex;
    gap: 10%; /* Creates a gap between the columns */
}
  
.cms-page-sidebar  {
    flex: 0 0 20%; /* Fixed 20% width for the left column */
}

.main-contain-grouping {
    flex: 0 0 70%; /* Fixed 70% width for the right column */
}


.cms-sidebar-links ul.sidebar-links > li {
    border-bottom: 1px solid #EEEEEE;
    font-size: 15px;
    font-family: 'Brandon Grotedsque Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 18px 0;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
}

.cms-sidebar-links ul.sidebar-links > li a{
    color: #000;
    text-decoration: none;
}

body .cms-sidebar-links ul.sidebar-links > li.active a {
    color: #E90D3D;
}

.cms-sidebar-links ul.sidebar-links > li a:hover{
    text-decoration: underline;
}

.sidebar-links li{
    list-style: none;
}

.bootstrap-ddshop .panel-group h3, .bootstrap-ddshop .panel-group h4{
    text-transform: uppercase;
    font-family: 'Brandon Grotedsque Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color:black;
}

body #ddshop-faq-a04 .panel-title a {
    padding: 15px 35px 15px 20px;
}

body #ddshop-faq-a04 .panel-collapse.in:before {
    border-right: 24px solid #E90D3D;
}

.reseller-item a{
    color: #e90d3d;
}


.top-banner-container {
    background: linear-gradient(#D3103B, #E90D3D);
    padding-top: 65px;
    padding-bottom: 65px;
}

.top-banner-container .banner-view {
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #fff;
}

.top-banner-container .banner-view .title {
    font-family: 'Brandon Grotedsque Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.top-banner-container .banner-view .title h1 {
    margin-bottom: 10px;
}

.top-banner-container .banner-view .description {
    font-size: 18px;
}

/* Tablet */
@media (min-width: 768px),
print {
    .top-banner-container {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .top-banner-container .banner-view .title h1 {
        font-size: 32px;
    }
}

/* desktop */
@media (min-width: 1024px),
print {
    .top-banner-container {
        padding-top: 45px;
        padding-bottom: 70px;
    }

    .top-banner-container .banner-view .title h1 {
        font-size: 70px;
    }
}

/* mobile */
@media (max-width: 768px),
print {
    .top-banner-container {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .top-banner-container .banner-view .title h1 {
        font-size: 32px;
    }
}


body .section-template--18452456374496__custom_liquid_ze3ibw-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}


.top-banner-container .banner-view .title h2 {
    font-size: 50px;
    color:white;
}

@media (min-width: 1024px), print {
    .top-banner-container .banner-view .title h2 {
        font-size: 70px;
        color:white;
    }
}


@media (min-width: 750px), print {
    .top-banner-container .banner-view .title h2 {
        font-size: 60px;
        color:white;
    }
}


@media screen and (min-width: 768px) {
    .sizes-row {
        display: flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -o-flex;
        display: -webkit-flex;
        align-items: center;
    }

    .sizes-row .col-left {
        max-width: 50%;
        float: left;
    }

    .sizes-row .col-right {
        flex-grow: 1;
        padding-left: 30px;
        float: left;
        width: 50%;
    }

    .cms-wholesale-sizes table caption {
        font-size: 38px;
    }

}

.cms-wholesale-sizes table tbody > tr:first-child {
    border-top: 1px solid #eeeeee;
}

.cms-wholesale-sizes table tbody > tr {
    border-bottom: 1px solid #eeeeee;
}

table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    padding: 11px 10px;
}

table>tbody>tr>th, table>tfoot>tr>th, table>tbody>tr>td, table>tfoot>tr>td {
    vertical-align: top;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}


.cms-wholesale-sizes table caption {
    width: 100%;
    height: auto;
    position: static;
    font-family: 'Brandon Grotedsque Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 25px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .cms-wholesale-pricing .content-wrapper .tiers-row {
        display: flex;
        margin-top: 50px;
    }

    .cms-wholesale-pricing .content-wrapper .tiers-row .col-left {
        max-width: 180px;
    }

    .cms-wholesale-pricing .content-wrapper .tiers-row .col-right {
        flex-grow: 1;
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .cms-wholesale-pricing .content-wrapper .tiers-row .col-left {
        max-width: 180px;
        flex-shrink: 0;
    }
}

@media screen and (min-width: 768px) {
    .cms-wholesale-pricing .content-wrapper .tiers-row .col-right table caption {
        font-size: 38px;
    }
}
.cms-wholesale-pricing .content-wrapper .tiers-row table caption {
    width: 100%;
    height: auto;
    position: static;
    font-family: 'Brandon Grotedsque Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 25px;
    text-align: left;
}

table th {
    text-align: left;
}
table tr{
    font-size:14px;
}

.cms-wholesale-pricing .content-wrapper .tiers-row table tbody > tr {
    border-bottom: 1px solid #eeeeee;
}

body .rte a{
    color: #E90D3D
}


body hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

h2 strong, .privacy-policy h3{
    font-family: 'Open Sans';
    font-weight: bold;
}


@media screen and (min-width: 768px) {
    ul.symbols {
        display: none;
    }
}
ul.symbols {
    list-style-type: none;
    padding: 0;
    margin: 50px -20px;
    background: #FAFAFA;
}


table.ap-status-table > thead > tr > th, table.ap-status-table > thead > tr > td {
    text-transform: uppercase;
}
table.ap-status-table > thead > tr > th, table.ap-status-table > tbody > tr > th {
    padding-right: 10px;
    padding-left: 0;
}
.align-right {
    text-align: right;
}

table.ap-status-table > thead > tr, table.ap-status-table > tbody > tr {
    border-bottom: 1px solid #e1e1e1;
}


table.ap-status-table > thead > tr > td, table.ap-status-table > tbody > tr > td {
    padding-right: 10px;
    padding-left: 0;
}
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}
.main-contain-grouping .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.icon.improved-formula-ap-free {
    background: transparent url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiM4YmM2M2U7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMCwwSDI0VjI0SDBaIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xOCw3LDE2LjU5LDUuNTlsLTYuMzQsNi4zNCwxLjQxLDEuNDFabTQuMjQtMS40MUwxMS42NiwxNi4xNyw3LjQ4LDEyLDYuMDcsMTMuNDEsMTEuNjYsMTlsMTItMTJaTS40MSwxMy40MSw2LDE5bDEuNDEtMS40MUwxLjgzLDEyWiIvPjwvc3ZnPg==') no-repeat;
}
.icon.ap-free-only {
    background: transparent url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiMwMDg5Y2Y7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMCwwSDI0VjI0SDBaIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xMiwyQTEwLDEwLDAsMSwwLDIyLDEyLDEwLDEwLDAsMCwwLDEyLDJaTTEwLDE3LDUsMTJsMS40MS0xLjQxTDEwLDE0LjE3bDcuNTktNy41OUwxOSw4WiIvPjwvc3ZnPg==') no-repeat;
}
.icon.trace-ap {
    background: transparent url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiNmODljMWM7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMCwwSDI0VjI0SDBaIi8+PGNpcmNsZSBjbGFzcz0iYiIgY3g9IjMiIGN5PSIzIiByPSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0IDExKSIvPjxjaXJjbGUgY2xhc3M9ImIiIGN4PSIzIiBjeT0iMyIgcj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCAzKSIvPjxjaXJjbGUgY2xhc3M9ImIiIGN4PSIzIiBjeT0iMyIgcj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMuNiAxNC42KSIvPjwvc3ZnPg==') no-repeat;
}
.icon.flammable {
    background: transparent url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiNlZjNlMjI7fTwvc3R5bGU+PC9kZWZzPjxyZWN0IGNsYXNzPSJhIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTE5LjQ4LDEyLjM1Yy0xLjU3LTQuMDgtNy4xNi00LjMtNS44MS0xMC4yM2EuNS41LDAsMCwwLS43NS0uNTVBOS4zMyw5LjMzLDAsMCwwLDguODcsMTMuNjJhLjUuNSwwLDAsMS0uNzUuNTlBNC45NzksNC45NzksMCwwLDEsNi4yOCw5LjQ2YS41LjUsMCwwLDAtLjkxLS4zNEE5LjQsOS40LDAsMCwwLDQsMTQuMzdhOC4wNTMsOC4wNTMsMCwwLDAsNi44MSw3LjU0LDguNTc4LDguNTc4LDAsMCwwLDYuOTUtMS44N0E2LjkxNCw2LjkxNCwwLDAsMCwxOS40OCwxMi4zNVpNMTAuMiwxNy4zOGEzLjA5LDMuMDksMCwwLDAsMi4zOC0yLjMxYy4zMy0xLjQzLS45Ni0yLjgzLS4wOS01LjA5LjMzLDEuODcsMy4yNywzLjA0LDMuMjcsNS4wOEMxNS44NCwxNy41OSwxMy4xLDE5Ljc2LDEwLjIsMTcuMzhaIi8+PC9zdmc+') no-repeat;
}
.icon.checked {
    background: transparent url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy41OSIgaGVpZ2h0PSIxMy40MSIgdmlld0JveD0iMCAwIDE3LjU5IDEzLjQxIj4KICA8cGF0aCBpZD0iSWNvbl9tYXRlcmlhbC1jaGVjayIgZGF0YS1uYW1lPSJJY29uIG1hdGVyaWFsLWNoZWNrIiBkPSJNOSwxNi4xNyw0LjgzLDEyLDMuNDEsMTMuNDEsOSwxOSwyMSw3LDE5LjU5LDUuNTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy40MSAtNS41OSkiIGZpbGw9IiMyMTIxMjEiLz4KPC9zdmc+') no-repeat;
}
ul.symbols {
    list-style-type: none;
    padding: 0;
    margin: 50px -20px;
    background: #FAFAFA;
}
ul.symbols > li {
    margin: 0;
    padding: 10px 20px 0;
    line-height: 24px;
}
ul.symbols > li:first-child {
    padding-top: 25px;
}
ul.symbols > li:last-child {
    padding-bottom: 25px;
}
ul.symbols > li .icon {
    float: right;
}


media screen and (min-width: 768px) {
    table.flavor-list-wrapper > thead > tr > th:not(:first-child), table.flavor-list-wrapper > thead > tr > td:not(:first-child), table.flavor-list-wrapper > tbody > tr > th:not(:first-child), table.flavor-list-wrapper > tbody > tr > td:not(:first-child) {
        width: 22%;
    }
}
table.flavor-list-wrapper > thead > tr > td, table.flavor-list-wrapper > tbody > tr > td {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }
}


@media screen and (min-width: 768px) {
    table.flavor-list-wrapper > thead > tr > th:first-child, table.flavor-list-wrapper > thead > tr > td:first-child, table.flavor-list-wrapper > tbody > tr > th:first-child, table.flavor-list-wrapper > tbody > tr > td:first-child {
        width: 34%;
    }
}
table.flavor-list-wrapper > thead > tr > th, table.flavor-list-wrapper > thead > tr > td {
    text-transform: uppercase;
}

table.flavor-list-wrapper > thead > tr > th, table.flavor-list-wrapper > tbody > tr > th {
    padding-left: 0;
    padding-right: 0;
}

table.flavor-list-wrapper > thead > tr, table.flavor-list-wrapper > tbody > tr {
    border-bottom: 1px solid #e1e1e1;
}

table.discontinued-flavor-list-wrapper > thead > tr, table.discontinued-flavor-list-wrapper > tbody > tr {
    border-bottom: 1px solid #e1e1e1;
}

@media screen and (min-width: 768px) {
    .action.primary, .action-primary, .amshopby-button, .am-filter-go {
        background-image: none;
        background: #e90d3d;
        border: 1px solid #e90d3d;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 600;
        padding: 7px 15px;
        font-size: 1.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        text-decoration: none;
    }
}

@media screen and (min-width: 768px) {
    .action.primary:hover, .action-primary:hover, .amshopby-button:hover, .am-filter-go:hover {
        background: #d3103b;
        border: 1px solid #d3103b;
        color: #fff;
    }
}

.actions-toolbar .action, .actions-toolbar .action.primary {
    border-radius: 30px;
}

.background-item img{
    border: 1px solid #e1e1e1;
}