/*[DMI:DONOTMINIFY]*/

/*  --------------- motis base ------------------- */

body {
    background: #E3E3E3;
    color: #1B1B1B;
    font-family: 'museo-sans', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

a,
a:hover,
a:focus {
    color: #2a7ab0;
}


/*  --------------- utility ------------------- */

.sticky {
    position: sticky;
    padding-top: 20px;
    top: 0;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

.gutter-md > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.prod-read-more {
    cursor: pointer;
    color: #0085CA;
    text-align: center;
}

.yt-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.yt-embed-container iframe, .yt-embed-container object, .yt-embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

.ajax-loading {
    text-align: center;
    min-height: 100px;
}

.footer-links h4:after, .footer-links .h4:after {
    font-family: "Font Awesome 5 Pro";
 }

.slick-prev, .slick-next {
    font-family: "Font Awesome 5 Pro";
    background: transparent;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}


/*   forms   */

.form-control {
    font-size: 16px;
}

label {
    font-weight: bold;
    margin-bottom: 0.2rem;
}

input,
button,
select,
textarea {
    max-width: 100%;
}

.input-group-number {
    height: 80px;
    width: 150px;
    margin: auto;
}

/* qty buttons */
.page-product .form-control.input-number {
    border: 0;
    box-shadow: none;
    color: #272727;
    font-size: 30px;
    font-weight: bold;
    height: 80px;
    text-align: center;
}
.page-product .btn-number {
    border-radius: 50% !important;
    height: 32px;
    line-height: 32px;
    margin: 0 !important;
    padding: 0;
    width: 32px;
}
.page-product .input-group-number .input-group-btn {
    margin:22px 0 0;
}
.input-group-number .input-group-btn:first-child {
    margin-right:5px
}

.input-group-number .input-group-btn:last-child {
    margin-left:5px
}


#free-shipping {
    font-size: 20px;
    position: relative;
    top: -3px;
}

.main {
    background-color: #E3E3E3;
    padding: 20px 0;
    min-height: auto;
}

.mode-dr.page-product .main,
.page-article .main,
.page-product .main,
.page-default .main,
.page-cart .main,
.page-category .main {
    padding-top: 0;
}


.slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    background-color: #000000;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    content: '';
    height: 14px;
    opacity: 1;
    width: 14px;
}

.slick-dots li.slick-active button:before {
    background-color: #E0001B;
    content: '';
}
 
/* utility */

.drop-shadow {
    box-shadow: rgba(0, 0, 0, 0.172549) 0 6px 9px 0;
}

.uppercase {
    text-transform: uppercase;
}

.text-transform-none {
    text-transform: none !important;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 900;
}

.normal {
    font-weight: normal;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #888888;
}

.col-sticky {
    position: sticky;
    padding-top: 10px;
    top: 0;
}

.col-sticky-adjacent {
    padding-top: 10px;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #333333;
}

.breadcrumb > li + li:before {
    color: #999999;
    content: "//";
    padding: 0 4px;
}

/* Inventory Popup */
.instock {
    color: #1B1B1B;
}

.popover {
    z-index: 3000;
}

a.status {
    cursor: pointer;
    text-decoration: none
}

a.status:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popover {
    color:#000;
    z-index: 1000;
}

.icons-wrap {
    margin: 0;
}

.icons-wrap .prod-callout {
    margin-bottom: 20px;
}

.icons-wrap .prod-icon-heading {
    font-size: 20px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.icons-wrap .prod-icon-subheading {
    font-size: 18px;
    line-height: 20px;
}

/* typography */
.h1,
h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 18px;
    font-weight: 700;
}

.product-grid-paging {
    line-height: 40px;
}

.product-grid-sorting .btn:active,
.btn.active {
    box-shadow: none;
    background: #4C4C4C;
    color: #FFFFFF;
}

.btn-xs-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

.page-sitemap .main h3 a {
    color: #000000;
}

.price-label {
    color: #1B1B1B;
    font-size: 16px;
}

.price,
.reg,
.sale,
.was {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.sale {
    color: #E0001B;
}

.was {
    text-decoration: line-through;
}

.save {
    display: none;
    font-size: 11px;
}

.regular-price {
    color: #1B1B1B;
    font-size: 13px;
    font-weight: 700;
    text-decoration: line-through;
}

.sale-price {
    color: #E0001B;
    font-size: 13px;
    font-weight: 700;
}

.blockMsg {
    font-family: "museo-sans", sans-serif;
}

.text-primary {
    color: #272727;
}

.text-secondary {
    color: #E0001B;
}

.text-tertiary {
    color: #000000;
}

.text-accent {
    color: #E67B08;
}

.text-black {
    color: #272727;
}

.text-white {
    color: #FFFFFF;
}

.text-cta {
    color: #0085CA;
}

/*  ---------------------------- tables ----------------------- */

.table-primary th {
    background: #333;
    color: #fff;
    border-right-color: #333;
    border-left-color: #333;
    border-bottom-color: #333;
}



.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: #dee2e6;
}

.table-primary, .table-primary > td {
    background-color: #fff;
}

.table.table-cart th {
       border: 0;
}

.table {
    border-bottom: 1px solid #ddd;
}



.list-group-item.selected a,
.list-group-item a {
    font-weight: normal;
}

.list-group-item.selected a:after {
    display: none;
}

a.list-group-item:hover {
    background-color: #eee;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #272727;
    border-color: #272727;
}

#recommender_viewed {
    border: 1px solid #E3E3E3;
    margin-top: 30px;
}

#shop-by-panel {
    margin-bottom: 50px;
}

.mz-thumb img,
a[data-zoom-id] img {
    border: 1px solid #DDDDDD;
    box-shadow: none;
}

.mz-expand {
    background: rgba(0, 0, 0, 0.85);
}

.mz-expand .mz-expand-bg {
    display: none;
}

.slide:hover img {
    border-color: #dddddd;
}

#recently-viewed-panel {
    margin-top: 40px;
}

.recently-viewed .product-grid .product-single-item {
    height: auto;
}

/*  --------------- header ------------------- */


.logo-mobile {
   max-height: 30px;
}

.header-bar {
    background: #E3E3E3;
    color: #292325;
    font-size: 12px;
}

.header-bar a {
    color: #292325;
    line-height: 20px;
}
.header-bar-links .list-inline-item {
    font-weight: bold;
    text-transform: uppercase;
}

.header-bar-links .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.header-bar-links ul {
    margin-bottom: 0;
}

.header-bar {
    text-align: center;
}

.header-tools {
    margin-bottom: 0;
    text-align: right;
}

.fa-bars {
    display: block;
    font-size: 22px;
    color:#fff;
    margin-left: 6px;
}

.mobile-nav {
    text-align: left;
}
.nav-trigger {
    height: auto;
    line-height: 1;
}

.nav-trigger:hover {
    color: #fff;
    text-decoration: none;
}

.mobile-nav .nav-trigger div {
    font-size: 11px;
    line-height: 1;
    color:#fff;
}

.cart .fa-shopping-cart, .phone .fa-phone {
    font-size: 22px;
    color: #fff;
}

.cart .fa-shopping-cart {
    padding: 7px 5px;
}


.sales-support .phone-info a {
    font-size: 18px;
    padding-bottom: 0;
    font-weight: bold;
    line-height: 1;
}

.sales-support .phone-info p {
    font-size: 14px;
    margin: 0;
}

.sales-support .phone-info {
    margin-left: 43px;
}

.sales-support .phone-icon {
    padding-right: 0;
    float: left;
    margin-top: 3px;
}

.sales-support .fa.fa-phone {
    font-size: 32px;
}

.phone .fa-phone {
   padding:7px 2px;
}

.list-inline-item.phone {
    margin-right: 0;
}

.cart a {
    color: #fff;
}

.site-search {
    background: none;
    border: 1px solid #A5A5A5;
    margin: 0;
}

.site-search .input-group-lg > .form-control::placeholder {
    color:#A5A5A5;
}

.site-search .input-group-lg > .form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0);
}

.site-search .fa-search {
    color: #A5A5A5;
}

.site-search .btn {
    background: #fff;
}

.site-search .input-group-append > .btn {
    border-radius: 0;
}

.site-search .input-group-lg > .form-control {
    font-size: 16px;
    border-radius: 0;
    /*background: inherit;*/
    border: 0;
}

.sticky-nav {
    position: sticky;
    top: 0;
}

.main-nav {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.main-nav-wrap  {
    background: #272727;
}

.tool-tip {
    display: inline-block;
}

.tool-tip a {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}


.cart-total-items {
    background: #2a7ab0;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 6px;
    width: 20px;
}


.cart.hover-nav {
    background: #E0001B;
    border-radius: 0;
}

#calculator-sheet {
    background-color: #E3E3E3;
    padding: 15px;
}

.rounded-wrapper {
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.rounded-wrapper:hover {
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
}

.rounded-wrapper span {
    background-color: #F20004;
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: 800;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 45px;
    width: 100%;
}

.rounded-wrapper:hover span {
    background-color: #000000;
}

.main-header .container {
    position: relative;
}

/* Floating cart upsell customization */
#floating-cart {
    border: 4px solid #E0001B;

    width: auto;
    right: 0;
    padding: 10px;
    top: 44px;
}

#floating-cart .table {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

#floating-cart .product-list h4 {
    height: auto;
}

#floating-cart .panel {
    margin-top: 10px;
}

#floating-cart .product-list .price,
.steals-deals-item .product-single-product-info .price {
    height: auto;
}

#floating-cart-wrap .col-xs-6.col-sm-12.filler {
    height: 20px;
}

#floating-cart-wrap .category-copy-content {
    padding: 0;
}

#floating-cart-wrap .buy-now .btn,
.panel-body .btn {
    float: left;
}

#floating-cart-wrap #floating-cart .panel-body .btn {
    font-weight: 700;
    background: #CA0000;
    border-color: #b10000;
    color: #fff;
    text-transform: uppercase;
}

.overlay {
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=40);
    height: 100%;
    position: absolute;
    z-index: 5000;
    background: #000;
}

.promo-banner-exists {
    min-height: 76px;
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.page-product .promo-banner-exists {
    margin-bottom: 0;
}

.prop-call p span {
    color: #E67B08;
    font-weight: bold;
    font-size: 22px;
}

.product-list a {
    position: relative;
    display: block;
}

/* Steals/Deals Page */
.steals-callout {
    color: #FFFFFF;
    padding: 20px;
}

h1.steals-headline {
    color: #FFFFFF;
    font-size: 40px;
    font-style: italic;
    margin: 0;
    text-transform: uppercase;
}

.master-steals-expiration {
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
}

.master-steals-expiration .days {
    display: inline;
}

.master-steals-expiration span {
    font-weight: bold;
    font-size: 22px;
}

.see-all-deals {
    margin-bottom: 10px;
}

.see-all-deals a {
    color: #999999;
    text-transform: uppercase;
}

.callout-top-deals {
    margin-bottom: 15px;
}

#shop-by-panel .deals-facet-nav .list-group-item.selected {
    background-color: #4C4C4C;
}

#shop-by-panel .deals-facet-nav .list-group-item.selected a {
    color: #FFFFFF;
}

/* Product Single - Steals Deals */
.steals-deals-item {
    border: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3 !important;
    height: 321px;
    margin-bottom: 15px;
}

.page-default .product-list div.product-single-item.steals-deals-item {
    margin-bottom: 15px;
}

.steals-deals-item .price {
    margin: 0;
    line-height: 1.9rem;
}

.steals-deals-item .price .reg {
    font-size: 20px;
    color: #B11F32;
}

.steals-deals-item .btn-cta {
    font-size: 12px;
    margin: 0;
    line-height: 15px;
}

.steals-deals-item .product-list * {
    margin: 0;
}

.steals-deals-item .product-img {
    border-bottom: 1px solid #e3e3e3;
}

.steals-deals-item .img-hack p {
    display: inline-block;
    background: #014E86;
    color: white;
    padding: 5px 15px;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.steals-deals-item .img-hack img {
    display: block;
    margin: 0 auto;
}

.steals-deals-item h4,
.steals-deals-item .h4 {
    height: 40px;
    margin: 15px 0 0 0;
}

.steal-countdown {
    background: #B11F32;
}

.steal-countdown .savings-wrap {
    left: 0;
}

.steal-countdown .savings-wrap::before,
.steal-countdown .savings-wrap .steals-savings:after {
    display: none !important;
}

.steal-countdown .steals-savings {
    padding: 7px 10px;
    margin: 0;
}

.savings-wrap {
    position: relative;
    left: -10px;
}

.steals-expiration {
    padding: 7px 15px;
    background: #272727;
    color: white;
}

.steals-expiration .days {
    display: inline;
}

.steals-expiration p {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
}

.steals-expiration #displaycounter {
    font-size: 15px;
}

.steals-expiration #displaycounter span {
    font-size: 19px;
    font-weight: bold;
}

.savings-wrap::before {
    content: "";
    left: 0px;
    top: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #75111e #75111e transparent;
    position: absolute;
}

.steals-savings {
    position: relative;
    background: #B11F32;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0px 10px;
    line-height: 17px;
    text-align: left;
}

.steals-savings span {
    font-size: 27px;
    margin-left: -2px;
    font-weight: bold;
}

.steals-savings:after,
.arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.steals-savings:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #B11F32;
    border-width: 20px;
    margin-top: -20px;
}

.steals-savings:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 20px;
    margin-top: -20px;
}

.p-w-r .pr-snippet-stars {
   background: transparent !important;
}

.p-w-r .pr-media-modal .button__close {
    z-index: 20000 !important;
}

.product-single-item .pr-no-reviews {
    display: none !important;
}

.pr-review-snippet-container.pr-no-reviews {
    visibility: unset!important;
}

.pr-review-snippet-container.pr-no-reviews .pr-snippet-review-count {
   visibility: hidden!important;
}

.pr-reviewsnippet .pr-no-reviews .pr-snippet-review-count {
   visibility: hidden!important;
}

.p-w-r a, .pr-qa-display-text, .prod-read-more a, .affirm-as-low-as a{color:#2a7ab0!important;}

.product-single-item#upsellproduct {
    min-height: 527px;
}

.product-feature-bullets {
    margin-top: 25px;
}

.product-feature-bullets ul {
    margin-left: 1.75em;
}

.product-feature-bullets li {
    list-style: none;
    font-size: 16px;
    margin: 12px 0;
}

.tab-pane {
    background: #FFFFFF;
    border: none;
}

#tab-overview {
    min-height: 0;
    padding-bottom: 0;
}

#floating-cart .panel .panel-heading {
    border-bottom: none;
}

#floating-cart .panel .panel-title {
    text-shadow: none;
    padding: 10px 0 10px 15px;
    color: #000000;
}

#floating-cart .panel-primary>.panel-heading,
.page-cart .panel-primary>.panel-heading {
    background: none;
}

#floating-cart {
    position: absolute;
    z-index: 6000;
}

.page-cart .panel-heading a.pull-right {
    color: #000000;
}

.header-promo {
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin: 12px 0 0;
    padding: 10px 15px;
    text-align: center;
    visibility: hidden;
}

.header-promo h3 {
    margin: 0;
}

.header-promo p {
    margin: 0;
}

.header-promo a .sub-head {
    color: #666666;
}

.header-promo a {
    color: #cc0000;
}

.header-promo a,
.header-promo a:hover {
    text-decoration: none;
}

.header-promo .shop {
    font-weight: bold;
}

.header-promo {
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    border-radius: 3px;
    margin: 12px 0 0;
    padding: 10px 15px;
}

.prop-discount .fa {
    color: #04bc10;
}

.prop-ship .fa {
    color: #644117;
}

.prop-guarantee .fa {
    color: #FFD300;
}

.prop-call .fa {
    color: #0047ad;
}

.video img {
    margin: 0 auto;
    display: block;
}

.calculator input {
    padding: 0 5px;
}

.answer {
    padding: 0;
    border: 0;
    text-align: right;
    font-weight: bold;
    max-width: 40px;
}

.answer-block {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
}

.answer-block p:first-child {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.answer-block input {
    font-size: 22px;
    padding: 0 !important;
    text-align: right;
}

.error-grnd,
.error-wheel,
.error-rse,
.error-grnd2,
.error-wheel2,
.error-rse2,
.error-grnd3,
.error-wheel3,
.error-rse3,
.error-rse4,
.error-grnd4,
.error-wheel4,
.error-rse5,
.error-grnd5,
.error-wheel5,
.ans-back {
    display: none;
}

/*  --------------- footer ------------------- */



footer .h4 {
    border: 0;
    color: #FFFFFF;
    cursor: default;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

footer a {
    color: #FFFFFF;
}

.footer-links h4, .footer-links .h4 {
    border-bottom: 1px solid #333333;
    padding: 12px;
}

.footer-links a {
    padding: 5px 15px;
    border-bottom:1px solid #333;
}

.footer-links .h4.expanded {
    border-bottom: 0;
}

.footer-links li:last-child a {
    border-bottom: 1px solid #333;
}

footer .footer-links a {
    color: #BBBBBB;
    line-height: 1.8;
    font-size: 14px;
}

footer .footer-legal {
     font-size: 14px;
}

.footer-links ul {
    background: #222;
}

.footer-promo-group {
    background: #272727;
    text-align: center;
}

.social-links a:hover .fab {
    color: #A5A5A5;
}


.social-links .fab {
    font-size: 36px;
    margin: 0 5px;
}


footer .footer-promo-heading {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

footer .footer-promo-subheading {
    font-size: 14px;
    margin-top: 5px;
}


footer .footer-newsletter .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
}

/*  checkout */

#checkout-signin {
    display: none;
}

footer.footer-nolinks #copyright-and-badges {
    margin-top: 15px;
}

footer #copyright-and-badges {
    color: #A5A5A5;
    padding: 15px 0;
}

#select-paypal {
    margin: auto;
}

.affirm-as-low-as {
    font-weight: normal;
    font-size: 14px;
}


/*  --------------- navigation and mega ------------------- */

.mega-nav {
    background: #272727;
}

.primary-nav > li > a {
    font-size: 18px;
    font-weight: bold;
    color:#E8E8E8;
}

.primary-nav > li > a:hover {
    background: #E0001B;
    color:#fff;
}

.primary-nav > li.primary-nav-item > img {
    width: 45px;
    margin-right:5px;
    display: inline-block;
}

/*  --------------- shopby navigation ------------------- */


.mega-shopby .fas {
    font-size: 14px;
}

.mega-shopby .h4 {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
    line-height: 1;
    font-size: 16px;
}

.mega-shopby li.secondary-group-item {
    padding: 15px 5px 15px 0;
}

.primary-nav > li.primary-nav-shopby > a:hover, .primary-nav-shopby li a.selected {
    cursor: pointer;
}

.mega-shopby {
    display: none;
    left: 0;
    position: absolute;
    z-index: 1001;
    background: #efefef;
    overflow: hidden;
    min-height: 430px;
    margin-top: 0;
    width: 320px;
    min-height: inherit;
}

.mega-menu-level-2 {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.mega-shopby .fa-minus, .mega-shopby .fa-plus {
    color: #FFFFFF;
    cursor: pointer;
}

.mega-content li.secondary-group-item {
    border-bottom: 1px solid #858380;
}

.tertiary-group {
    display: none;
}

.mega-content ul {
    padding-left: 20px;
    padding-right: 20px;
}

ul.tertiary-group li.tertiary-group-item > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    border: 0;
}

.mega-shopby .mega-content li:last-child {
    border-bottom: 0;
}


/*  --------------- buttons ------------------- */

.mode-dr.page-product .primary-nav-buy {
    display:none;
}

.product-benefit {
    margin-bottom: 15px;
    border: 1px solid #efefef
}

.product-features-group .product-benefit .product-benefit-copy {
    padding: 15px;
}

.btn {
    text-transform: uppercase;
}

.btn, .form-control {
    border-radius: 0;
}

.btn-default {
    background: #eee;
    color: #333;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background: #ddd;
    border-color: #adadad;
}

.btn-pill {
    border: 1px solid #A3A3A3;
    border-radius: 15px;
    background: #fff;
    margin: 0 5px 10px 0;
    color: #A3A3A3;
}


.btn-cta,
.btn-shop {
    background-color: #2a7ab0;
    border-color: #2a7ab0;
    color: #FFFFFF !important;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-cta:hover,
.btn-cta:active,
.btn-cta.active,
.btn-cta:focus,
.btn-shop:active,
.btn-shop:focus,
.btn-shop.active,
.btn-shop:hover {
    background-color: #119FE9;
    border-color: #119FE9;
    color: #FFFFFF;
}

.btn-primary {
    background-color: #272727;
    border-color: #272727;
    color: #FFFFFF;
    font-weight: normal;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #272727;
    border-color: #272727;
}

.btn-secondary {
    background-color: #E0001B;
    border-color: #E0001B;
    color: #FFFFFF;
    font-weight: normal;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus {
    background-color: #C30018;
    border-color: #C30018;
    color: #FFFFFF;
}

.btn-tertiary {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
    font-weight: normal;
}

.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary.active,
.btn-tertiary:focus {
    background-color: #222222;
    border-color: #222222;
    color: #FFFFFF;
}

.btn-background {
    background-color: #E3E3E3;
    border-color: #E3E3E3;
    color: #FFFFFF;
    font-weight: normal;
}

.btn-background:hover,
.btn-background:active,
.btn-background.active,
.btn-background:focus {
    background-color: #CECECE;
    border-color: #B4B4B4;
    color: #FFFFFF;
}

.btn-accent {
    background-color: #E67B08;
    border-color: #E67B08;
    color: #FFFFFF;
    font-weight: normal;
}

.btn-accent:hover,
.btn-accent:active,
.btn-accent.active,
.btn-accent:focus {
    background-color: #FA8E19;
    border-color: #FA8E19;
    color: #FFFFFF;
}

.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link.active,
.btn-link:focus {
    color: #2a7ab0;
}

a:has(.fa-cart-plus){color:#1460AA!important;}

.btn-video,
.btn-video:hover {
    background: #EE8C30;
    color: #000000;
    padding: 7px 15px;
    text-align: left;
}

.btn-videos,
.btn-videos:hover {
    background: #EE8C30;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    margin-top: 0;
    padding: 24px 0;
    text-align: center;
}


.btn-block-border {
    background-color: #272727;
    border-color: #fff;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
}

.btn-block-border:hover,
.btn-block-border:active,
.btn-block-border.active,
.btn-block-border:focus {
    background-color: #E0001B;
    border-color: #E0001B;
    color: #fff;
}

.btn-get-quote {
    border-color: #272727;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
}

.btn-get-quote:hover {
    background-color: #DDDDDD;
    border-color: #272727;
}

.btn-get-quote[disabled] {
    opacity: 0.4;
}

.video-link {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-trait-wrapper {
    margin-right: 10px;
    min-width: 60px;
}

.btn-trait,
.dropdown-trait {
    position: relative;
}

.btn-trait {
    border: 0;
    margin: 0 10px 10px 0;
    padding: 0;
    width: 100%;
}

.dropdown-trait {
    margin: 0;
}

.btn-trait span {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #737373;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 5px;
}

.btn-trait:hover span {
    background: #DDDDDD;
}

.dropdown-trait span {
    color: #272727;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
}

.dropdown-trait:hover span {
    background-color: #EEEEEE;
}

.btn-trait input[type=radio],
.dropdown-trait input[type=radio] {
    cursor: pointer;
    font-size: 0;
    height: 100%;
    left: 0;
    line-height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.btn-trait input[type=radio][disabled],
.dropdown-trait input[type=radio][disabled] {
    cursor: not-allowed;
}

.btn-trait input[type=radio][checked] + span {
    background: #666666;
    border-color: #666666;
    color: #FFFFFF;
}

.dropdown-trait input[type=radio][checked] + span {
    background: #272727;
    color: #FFFFFF;
}

.btn-trait input[type=radio][disabled] + span,
.btn-trait input[type=radio][disabled] + img,
.dropdown-trait input[type=radio][disabled] + span,
.dropdown-trait input[type=radio][disabled] + img {
    cursor: not-allowed;
    opacity: 0.4;
}

.btn.dropdown-toggle {
    background-color: #FAFAFA;
    border-radius: 4px;
    padding: 12px;
    text-align: left;
}

.btn.dropdown-toggle > span {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}


.button-expand .btn {
    position: relative;
}

.button-expand .btn-primary[data-toggle="collapse"].collapsed:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
}

.button-expand .btn-primary[data-toggle="collapse"]:after { 
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
}


/* ------------- cards ----------------------- */

.card, .card-header, .card-header:first-child, .card-body {
    border-radius: 0;
}


.card {
    margin-bottom: 15px;
}

.card-header h5, .card-header .h5 {
    display: inline;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;

}



/*  --------------- checkout ------------------- */
.card-title.step-complete:after {
    color: #00D200;
    content: "\f00c";
    float: right;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
}
.page-checkout .card-body {
    padding: 12px;
}

#payment-information {
    padding: 0;
}



/*  --------------- sashes ------------------- */
.ribbon-wrapper {
    margin-bottom: 10px;
    background: none;
    overflow: hidden;
    z-index: 1;
}

.product-primary-details .ribbon-wrapper {
    float: right;
    margin: 0;
    width: auto;
    height: 31px;
}

.product-primary-details .ribbon-wrapper .sash,
.product-primary-details .ribbon-wrapper .Sash,
.product-primary-details .ribbon-wrapper .Sash2,
.product-primary-details .ribbon-wrapper .Sash3,
.product-primary-details .ribbon-wrapper .Sash4,
.product-primary-details .ribbon-wrapper .buyers {
    font-size: 13px;
    height: 31px;
    line-height: 13px;
    margin: 0;
    padding: 9px 14px;
    position: static;
    width: auto;
}

.lr_pdp {
    width: 100%;
}

.pdp_header div {
    font-family: "museo-sans", sans-serif;
    font-size: 14px;
    text-shadow: none;
    color: #193F71;
    font-weight: bold;
}

.product-single-item .lr_item {
    text-align: center;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.lr_item .lr_title {
    height: 40px;
    overflow: hidden;
}

.sash {
    text-transform: uppercase;
    padding: 4px 7px;
    margin: 0 auto;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
    z-index: 100;
    background-color: #BF1E2E;
}

#sash-promo-area {
    background-color: #797979;
    color: #fff;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.Sash,
.Sash2,
.Sash3,
.Sash4,
.buyers {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 11px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
}

.Sash {
    background-color: #BF1E2E;
}

.Sash2 {
    background-color: #215ac1;
}

.Sash3 {
    background-color: black;
}

.Sash4 {
    background-color: #033f54;
}

.buyers {
    background-color: #2cad04;
}



/*  --------------- blog/articles ------------------- */


.blogpost-grid a {
    text-decoration: none;
}

.card {
    border-color: #444;
    border-width: 2px;
}

.page-blog .main {
    padding-top: 0;
}

.page-blog .main {
    background: #fff;
}

.badge a {
    color: #fff;
}

.page-blogpost .main, .page-blogcategory .main {
    padding-top: 0;
}

.page-blogpost .main {
    background: #fff;
}


.blogpost-sidebar h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 3px;
    z-index: 0;
    line-height: 1.1em;
}

.blogpost-sidebar h3:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 10px;
    z-index: -1;
    border-bottom: 1px solid #000;
}

.blogpost-sidebar ul {
     padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.blogpost-sidebar ul li {
    margin-bottom: 3px;
    margin-top: 3px;
    font-weight: 400;
    position: relative;
    z-index: 0;
}

.blogpost-sidebar li a {
    color: #222;
    font-size: 12px;
    padding: 5px 0;
    text-decoration: none;
    transition: all .2s ease;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;

    padding: 8px 10px;
    padding-left: 20px;

    display: flex;
    align-items: center;
}

.social-share a {
    display: inline-block;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    padding: 7px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.social-share a i {
    color: #fff;
    font-size: 23px;
}




/*  --------------- blog/articles card ------------------- */

.blog-newsletter .title {
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
    font-size: 23px;
    text-align: center;
    margin-bottom: 15px;
}

.blog-intro h2 {
    font-weight: 900;
    font-size: 33px;
    margin-bottom: .5em;
}

.blog-intro p {
    font-weight: 500;
    font-size: 18px;
}

.blogpost-grid .card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    font-size: 21px;
    color: #111;
    margin: 0px;
    font-weight: 900;
    margin-bottom: 5px;
    overflow: hidden;
}

.blogpost-grid a.card {
    color: #111;
    height: 100%;
}   

.blogpost-grid .card .card-overlay {
    position: absolute;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.blogpost-grid .card .card-overlay:before {
    transition: .2s ease;
}

.blogpost-grid .card-body {
    padding-top: 12px;
    padding-bottom: 12px;
}

.blogpost-grid .card .blog-category {
    font-size: 10px;
    color: #000;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 2px;
    padding-left: 3px;
    padding-top: 0 !important;
    display: inline-block;
    left: 0px;
}

.blogpost-grid .blog-category:before {
    position: absolute;
    left: 0px;
    height: 1px;
    bottom: 0px;
    transform: translateY(-50%);
    background-color: #aaa;
    width: 100%;
    content: '';
}

.blogpost-grid .card .card-date {
    font-size: 11px;
    color: #676767;
    margin-bottom: 5px;
}

.blogpost-grid .card-summary {
    position: relative;
    height: 36px;
    width: 100%;
    margin: 0 0 1em 0;
    overflow: hidden;
    font-size: 13px;
}

.blogpost-grid .card-summary:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
  }

.blogpost-grid .card .card-overlay:hover:before {
    content: 'Read More';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 600;
    z-index: 1;
    border: 1px solid #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}

.blogpost-grid .overfade {
    position: relative;
    height: 2.8em;
}

.blogpost-grid a:hover .card-overlay {
    opacity: 1;
}


/*  --------------- actual blog post  ------------------- */

.blogpost-hero {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    height: 460px;
}

.blogpost-category {
    text-transform: uppercase;
}

.blogpost-hero-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background: radial-gradient(rgba(255, 225, 225, 0), black);
    z-index: -1;
    mix-blend-mode: multiply;
}

.blogpost-title {
    color: #fff;
    font-size: 43px;
    font-weight: 900;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 15px 0;
    display: block;
    z-index: 1;
    left: 0;
    padding-top: 20px;
    text-align: left !important;
}

.blogpost-date {
    color:#fff;
}


/*  --------------- home ------------------- */

#home-slider {

  background: #000;
}

#home-slider img {
  opacity: 0;
}

#home-slider img[src*="jpg"] {
    width: 100%;
}

#home-slider.slick-initialized {
    visibility: visible;
}

#home-slider .slick-prev,
#home-slider .slick-next {
    height: auto;
    top: 42%;
    width: auto;
    z-index: 2;
    background: transparent;
}

.slick-dots li button {
    background: transparent;
}

#home-slider .slick-prev:before,
#home-slider .slick-next:before {
    color: #FFFFFF;
    font-size: 9vw;
}

#home-slider .slick-prev {
    left: 15px;
}

#home-slider .slick-next {
    right: 15px;
}


@media only screen and (max-width: 600px) {
    .embedsocial-hashtag {
       width: 1350px;
       margin-left: -10px;
     }
}



/* end home */

.prod-alt-img-row {
    margin-bottom: 10px;
}

#alt-image-wrap {
    overflow: hidden;
    padding: 0 25px;
}

#alt-image-wrap .slide {
    margin: 0 5px;
}

#alt-image-wrap .slick-prev {
    left: 0;
}

#alt-image-wrap .slick-next {
    right: 0;
}

#alt-image-wrap .slick-prev,
#alt-image-wrap .slick-next {
    top: 40%;
}

#alt-image-wrap-mobile .slick-prev {
    height: auto;
    left: 10px;
    z-index: 2;
}

#alt-image-wrap-mobile .slick-next {
    height: auto;
    right: 10px;
    z-index: 2;
}

#alt-image-wrap-mobile .slick-prev:before,
#alt-image-wrap-mobile .slick-next:before {
    font-size: 30px;
}

#alt-image-wrap-mobile .slick-dots {
    bottom: -27px;
}

#alt-image-wrap-mobile .slick-dots li {
    margin: 0;
}

#alt-image-wrap-mobile .slick-dots li button:before {
    font-size: 10px;
}

#alt-image-wrap-mobile.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

#ajax-checkout-giftpromo .alert {
    margin: 10px 0;
}

.form-msg {
    margin-top: 5px;
}

.form-msg .alert {
    margin-top: 10px;
}

.producselltype {
    margin-bottom: 8px;
}

.savings {
    color: #a94442;
}

.form-group-cc {
    position: relative;
}

.cc-display {
    position: absolute;
    right: 0;
    top: -8px;
}

.cc-display .fab {
    color: #adadad;
    margin-left: 3px;
}

.cc-display .fa-cc-visa.fa-cc-selected {
    color: #1A1F71;
}

.cc-display .fa-cc-mastercard.fa-cc-selected {
    color: #CC0000;
}

.cc-display .fa-cc-amex.fa-cc-selected {
    color: #002663;
}

.cc-display .fa-cc-discover.fa-cc-selected {
    color: #FF6000;
}

#CVC {
    padding: 5px;
}

.card-verification-width {
    width: 39%;
    float: left;
    overflow: hidden;
}

.card-verification-width:last-child {
    width: 22%;
}

/* Sweepstakes form styling AH */
.pure-form label {
    font-size: 100%;
    font-weight: bold;
    margin: 1em 0 0;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    margin-bottom: 1em;
    width: 100%;
}

.pure-button {
    background-color: #1f8dd6;
    border-radius: none;
    color: white;
    padding: 0.5em 2em;
    margin-top: 10px;
    width: 50%;
}

.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 1em;
}

.viewport {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 10000;
}

.viewport-label {
    font-weight: normal;
    background: #000000;
    color: #FFFFFF;
    padding: 5px;
    z-index: 10000;
    font-size: 11px;
    text-align: center;
    width: 50px;
    position: relative;
    left: -25px;
}


/*  --------------- home ------------------- */

.slick-dotted.slick-slider {
    margin-bottom: 20px;
}

.home-promo-top {
    display: block;
    margin: 0 auto 20px;
}

.home-promo-bottom {
    display: block;
    margin: 0 auto 20px;
}

.about-dr {
    font-size: 12px;
    color: #666;
}

.featured-cat {
    text-align: center;
    margin-bottom: 15px;
}

.featured-cat a {
    display: block;
}

.featured-cat .h4 {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    margin: 10px 0;
}

.featured-cat img {
    display: block;
    margin: 0 auto;
}

.mobile-categories a {
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.mobile-categories a .name {
    display: inline-block;
    max-width: 75%;
    overflow: hidden;
    padding: 16px 0;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.mobile-categories a .arrow-container {
    background-color: #2C2C2C;
    display: inline-block;
    float: right;
    padding: 16px 15px;
}


/*  --------------- product page ------------------- */

#prop-warning span {
    font-weight: bold;
}

.page-product .pro-wrapper {
    right: 9%;
    bottom: 6%;
}

.pro-wrapper {
    position: absolute;
    right: 15px; 
    z-index: 1000; 
    bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    pointer-events: none;
    text-align: center;
}

.pro-wrapper img {
    width: 25px;
    display: block;
    text-align: center;
}


.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-size: 16px;
}
    
.faq-item h3 {
    margin-bottom: 0;
}

.faq-item p {
    margin-top: 8px;
    padding-left: 30px;
}

.faq-item h3:before {
    margin-right: 15px;
}

.faq-item h3.collapsed:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
}

.faq-item h3:before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
}



.page-product h1, .h1-mobile {
    margin: 0;
    font-size: 30px;
    text-align: left;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
}

.page-product .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write {
    margin-top: 7px!important;
}

.page-product .rate-and-addthis-wrap {
    margin-bottom: 8px;
}

.product-primary-details {
    background: #FFFFFF;
    padding: 15px 12px;
}

.product-primary-details .rate-and-addthis-wrap {
    height: 26px;
}

.product-primary-details .rate-and-addthis-wrap .review-summary {
    float: left;
    padding: 5px 0;
}

.product-primary-details .product-details-callout {
    background-color: #797979;
    color: #FFFFFF;
    padding: 5px 10px;
}

.spec-row {
    border-top: 1px solid #aeafaf;
    padding: 10px 0 10px 5px;
}

.open-box-callout {
    background-color: #EEEEEE;
    margin: 5px 0;
    padding: 4px 10px;
}

a#open-box-tab-link {
    display: inline-block;
    padding: 4px 0;
    text-decoration: none;
}

.product-affirm-promo  {
    /* min-height: 27px;*/
    font-size: 14px;
}

.cart-affirm-promo {
   min-height: 40px;
   font-size: 14px;
}

.social-sharing-links a {
    cursor: pointer;
    display: inline-block;
    padding-left: 5px;
}

.social-sharing-links .fab {
    color: #333333;
}

/* Favorites */
.favorite {
    cursor: pointer;
}

.favorite.active {
    color: #E67B08;
}

.favorite + .popover {
    text-align: center;
    width: 170px;
}

.favorite-item {
    border: 1px solid #E3E3E3;
    margin-bottom: 15px;
    padding: 10px;
}

.favorite-item h5 {
    height: 48px;
    line-height: 1.3;
    margin-bottom: 0;
    overflow: hidden;
}

.favorite-item .remove-favorite {
    cursor: pointer;
    display: block;
    float: right;
    line-height: 1;
    margin-bottom: 5px;
}

.page-product .favorite {
    margin-bottom: 5px;
    text-align: center;
    float: right;
}

.product_mobile_links {
    margin-top: -38px;
    padding: 2px 10px 10px 0;
}

.product_mobile_links_video {
    float: right;
    min-height: 18px;
    text-decoration: none;
}

.product_mobile_links_video a {
    color: #272727;
    text-decoration: none;
}

.product_mobile_links_favorites {
    text-align: right;
    float: right;
    padding: 0 0 0 0;
}

/* Product Ratings */
.review-section-titles {
    text-align: center;
    background: none;
    margin-top: 15px;
    margin-bottom: 15px; 
    font-size: 40px; 
    font-weight: 700;
}

.review-summary-wrapper {
    background-color: #FFFFFF;
    padding: 15px;
}

.review-summary-body .ratings {
    margin: 5px auto;
}

.review-summary-body li.ratings {
    margin: 5px auto;
}

.review-summary .ratings,
.product-single-product-info .ratings {
    float: left;
}

.ratings {
    width: auto;
}

.ratings .fa,
.ratings .far {
    color: #FFD700;
}

.reviews-ratings {
    display: inline-block;
    height: 26px;
}

.review-count {
    display: block;
    float: left;
    margin: 4px 0 4px 5px;
}

.page-product .ratings {
    margin: 5px auto;
}

.product-single-item .rating-summary {
    font-size: 13px;
    font-weight: 500;
    height: 18px;
    margin: 4px 0;
}

.product-single-item .ratings {
    display: inline-block;
    float: none;
    margin: 0;
    padding-right: 5px;
}

.product-primary-details .ratings,
.reviews-wrap-mobile .ratings {
    margin: 0 7px 0 0;
}

p.review-item-rating.page-product .ratings {
    margin: 5px 0;
}


.product-tabs {
    margin: 40px 0;
}


/*  product tabs */

.product-tabs .nav-tabs {
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: space-between;
 
}

.product-tabs .nav-tabs .nav-link {
    border: 0;
    background: none;
}

.product-tabs .nav-tabs li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    color: #1B1B1B;
    line-height: 1;
}

.product-tabs .nav-tabs li a.active {
    color: #E0001B;
}

.product-tabs .nav-tabs li a.active:after {
    color: #E0001B;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    display: block;
    text-align: center;
}


/* mobile tabs */

.product-tabs .card.nav-item {
    margin-bottom: 5px;
}

.product-tabs .card.nav-item .card-header {
    padding: 0;
    background: #1B1B1B;
}

.product-tabs .card.nav-item .card-header .nav-link {
    color: #fff;
    font-size: 16px; 
    padding: 15px 10px;
}


.product-tabs .card.nav-item .card-header a:after {
    content: "\f067";
    float: right;
    font-family: 'Font Awesome 5 Pro';
}


.dimension-image-container,
.specs-and-usage,
.open-box-container {
    background-color: #FFFFFF;
    font-size: 16px;
    padding: 15px;
}

.spec-container {
    overflow:hidden;
    clear: both;
    margin-top: 15px;
}

.spec-container .panel-group {
    border: none;
    margin-bottom: 0;
}

.spec-container .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}

.spec-container .panel-body {
    padding-bottom: 0;
}

.spec-name {
    display: inline;
}

.spec-value {
    display: inline;
}

.how-to-buy-article {
    border: 1px solid #DDDDDD;
    border-left: 7px solid #272727;
    padding: 10px;
}

.how-to-buy-article + .how-to-buy-article {
    margin-top: 16px;
}

.how-to-buy-title {
    color: #272727;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.kit-component-item {
    margin-bottom: 10px;
}

.kit-component-item:after {
    content: "\f067";
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    right: -5px;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.kit-component-item:last-child:after {
    display: none;
}

.kit-component-item img {
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
}

.kit-component-item .name {
    font-size: 12px;
    height: 50px;
    overflow: hidden
}

.brand-logo {
    float: right;
}

.warranty-doc {
    background-color: #EFEEEC;
    color: #000000;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none!important;
}

.product-calculator #calculator-form, #warranty-info, .button-box {
    border: 1px solid #000;
    border-top: 0;
    padding: 10px 10px 0;
    margin-bottom: 0.5rem;
}

.warranty .btn.collapsed {
     margin-bottom: 0.5rem;
}

.warranty .btn {
    margin-bottom: 0;
}

.warranty .btn.collapsed {
     margin-bottom: 0.5rem;
}

.fa-file-pdf-o {
    color: #f00;
    background-color: #fff;
}

.table-openbox > tbody > tr > td.name {
    font-weight: 500;
    text-align: left;
}

.table-openbox .price {
    color: #E67B08;
}

.btn-shop-all-cta {
    border: 1px solid #000000;
    color: #000000;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    transition: background 0.25s;
}

.btn-shop-all-cta:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.prod-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  /*  height: 222px;*/
height: 125px;
    overflow: hidden;
    position: relative;
}

.prod-description.show-fade:after {
   /* background: linear-gradient(180deg, #FFFFFF00, #E3E3E3);*/
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(227, 227, 227));

    
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.prod-short-desc {
    margin-bottom: 10px;
    max-height: 54px;
    overflow: hidden;
}

.prod-short-desc h2 {
    margin-top: 0;
}

.prod-short-desc-more {
    cursor: pointer;
}

.comparison-products-slider {
    visibility: hidden;
}

.comparison-products-slider.slick-initialized {
    visibility: visible;
}

.comparison-products-slider .slick-prev {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    top: 0;
    width: 25px;
    z-index: 2;
}

.comparison-products-slider .slick-next {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    right: 0;
    top: 0;
    width: 25px;
    z-index: 2;
}

.comparison-products-slider .slick-prev:before,
.comparison-products-slider .slick-next:before {
    color: #FFFFFF;
}

.comparison-products-slider .slick-prev.slick-disabled,
.comparison-products-slider .slick-next.slick-disabled {
    opacity: 0;
}

.comparison-products-slider .slick-dots {
    padding: 0;
}

.comparison-products-slider .slick-dots li {
    margin: 0;
}

.comparison-products-slider .slick-track {
    margin: 0;
}

.comparison-products-slider .comparison-product {
    border-left: 1px solid #F6F6F6;
}

.comparison-products-group {
    overflow-x: auto;
    white-space: nowrap;
}

.comparison-product td.placeholder * {
    visibility: hidden;
}

.comparison-product td .name {
    height: 48px;
    margin-bottom: 5px;
    overflow: hidden;
}

.comparison-product td .price,
.comparison-product td .price .reg,
.comparison-product td .price .sale,
.comparison-product td .price .was {
    display: inline;
    font-size: 12px;
    line-height: inherit;
    text-align: left;
}

.comparison-product td .price .save {
    display: none;
}

.comparison-product td.status * {
    margin: 0;
    text-align: left;
}

.comparison-product td.status label {
    display: none;
}

.comparison-product-current .table > tbody > tr > td {
    background: #DCDCDC;
}

.comparison-product-current .table-striped > tbody > tr:nth-child(odd) > td {
    background: #EEEEEE;
}

.comparison-product-current .table-striped > tbody > tr:first-child > td {
    background: #FFFFFF;
}


/*  --------------- request a quote page ------------------- */

.quote-product {
    border-bottom: 1px solid #ccc;
}

.quote-product .price {
    font-size: 13px;
    margin: 5px 0;
    text-align: left;
}

.quote-product .price .reg,
.quote-product .price .was,
.quote-product .price .sale {
    display: inline;
    font-size: inherit;
}

.quote-product .price .save {
    display: none;
}

.quote-product .btn-link {
    margin: 0;
}


/* Modular Ramps builder */
.modular-product-form .panel-heading {
    cursor: pointer;
}

.modular-product {
    position: relative;
}

.modular-product + .modular-product {
    border-top: 1px solid #E3E3E3;
    margin-top: 20px;
    padding-top: 20px;
}

.js-remove-modular-product {
    color: #E67B08;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 2;
}

.modular-total {
    color: #E67B08;
    font-size: 16px;
}

.modular-product-summary-item .js-remove-modular-product {
    float: right;
    position: static;
}

#angle-of-approach-results thead th {
    background-color: #333333;
    color: #FFFFFF;
}

#angle-of-approach-results tbody > tr > td {
    background-color: #FFFFFF;
    border-bottom-color: #F6F6F6;
}

#angle-of-approach-results th,
#angle-of-approach-results td {
    text-align: left;
}

/* tablesaw overrides */
/*
.tablesaw > thead > tr > th {
    border-bottom: 1px solid #FFFFFF;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.tablesaw-stack tbody tr {
    border-bottom: 8px solid #EEEEEE;
}

td.text-center .tablesaw-cell-content .price {
    text-align: left;
}

td.text-center .tablesaw-cell-content .price .reg,
td.text-center .tablesaw-cell-content .price .sale {
    font-size: 14px;
}

td.text-center .tablesaw-cell-content .price .sale {
    color: #E67B08;
}

.tablesaw-cell-content {
    width: 70%;
}

.tablesaw-cell-content .btn {
    margin: 0;
}
*/

.buy-now {
    background: transparent;
    font-size: 16px;
    margin: 5px 0 0 0;
    padding: 0;
    border:0;
}

.buy-now-multi {
    border: 0;
    border-radius: 0;
    margin-top: 10px;
}

.buy-now .btn-cta,
.buy-now-modular .btn-cta {
    font-size: 24px;
    height: 80px;
    margin-top: 0;
}

.buy-now .panel-group {
    margin-bottom: 15px;
}

.product-primary-details .buy-now .price .reg,
.product-primary-details .buy-now .price .sale {
    font-size: 30px;
    line-height: 1;
}

.product-primary-details .buy-now .price .save {
    color: #666666;
}

.buy-now.buy-now-multi .btn {
    background-color: #FAFAFA;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
}

.free-shipping-icon {
    color: #d43900;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
}

.free-shipping-icon a {
    color: #FFFFFF;
    text-decoration: none;
}

.bundle-group {
    margin: 5px 0 20px;
}

.bundle {
    color: #fff;
    background: #8b8b8b;
}

.bundle .bundle-action {
    background: #8b8b8b;
    padding: 5px 10px;
    text-transform: uppercase;
}

.bundle .bundle-name {
    padding: 5px 15px 5px 10px;
    background: #a2a2a2;
}

.bundle .bundle-name a {
    color: #fff;
    text-decoration: underline;
}

.bundle .toggle-icon .fa {
    margin-right: -3px;
}

.js-toggle-bundle {
    cursor: pointer;
}

.panel-bundle .price {
    text-align: center
}
/*

.table.tablesaw td:last-child {
    border-right: 0;
}

.table.tablesaw td:first-child {
    border-left: 0;
}

.table td:first-child,
.table th:first-child {
    padding-left: 5px;
}

table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%;
}

.tablesaw {
    border-collapse: collapse;
    width: 100%;
}

.tablesaw.table-striped > tbody > tr:nth-child(odd) > td,
.tablesaw.table > tbody > tr > td {
    background: #fff;
}
*/

.modular-trait .trait-label {
    font-size: 18px;
}

.modular-trait .modular-more-info {
    font-size: 13px;
    padding-left: 5px;
}

/* Trailer ramp calculator */

.trailer-calc-step {
    margin-top: 25px;
}

.trailer-calc-step-number {
    color: #999999;
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
}

/* wtf */



.free-gift-traits {
    display: none;
}

.product-primary-details .buy-now .panel-dropdown-accessories label {
    font-weight: normal;
}

.product-primary-details .buy-now .panel-dropdown-accessories label span {
    color: #272727;
}

.product-primary-details .buy-now .panel-dropdown-accessories .price .reg,
.product-primary-details .buy-now .panel-dropdown-accessories .price .sale {
    color: #272727;
    font-size: 16px;
    text-align: left;
}

.product-primary-details .buy-now .panel-dropdown-accessories .price .was,
.product-primary-details .buy-now .panel-dropdown-accessories .price .save {
    display: none;
}

.panel-dropdown-accessories input[type=checkbox] {
    cursor: pointer;
    font-size: 0;
    height: 100%;
    left: 0;
    line-height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.panel-dropdown-accessories input[type=checkbox][checked] + span:before {
    content: "\f14a";
}

.optional-free-gift {
    background: #FFFFFF url(/images/art/free-gift-corner-top-left-220.png) top left no-repeat;
    background-size: 65px 65px;
    border: 3px solid #E67B08;
    margin-top: 5px;
    max-height: 92px;
    overflow: hidden;
    padding: 0 10px 0 70px;
}

.optional-free-gift-image {
    margin-right: 10px;
}

.optional-free-gift img {
    max-height: 82px;
}

.optional-free-gift-headline {
    color: #E67B08;
    font-size: 15px;
}

.optional-free-gift-value {
    font-size: 15px;
    font-weight: bold;
}

/*  --------------- offer banners ------------------- */



.offer {
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
}

.offer-sale {
    background: #323232 !important;
    color: #fff;
}

.offer #displaycounter,
.offer .tool-tip {
    margin: 0 5px;
}

#displaycounter {
    display: inline-block;
}

.offer a {
    color: #fff !important;
    text-decoration: none;
}

.offer a:hover {
    color: #fff;
    text-decoration: underline;
}


/*  --------------- gateway category page ------------------- */

.gateway-container {
    border: 1px solid #E3E3E3;
}

.gateway-image-container {
    position: relative;
}

.gateway-image-container h2 {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

.gateway-container-children {
    padding: 10px;
}

.gateway-container-children ul {
    list-style-type: none;
}

.gateway-container-children .list-container ul.list-column {
    width: 50%;
}

.gateway-container-children ul > li + li {
    margin-top: 5px;
}

.gateway-container-children ul > li > a {
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
}

.gateway-container .cat-callout {
    margin: 15px;
}

.category-sub-item .h4 {
    font-size: 13px;
    height: 25px;
    line-height: 1.1;
    margin: 10px 0;
}


/*  --------------- category page/search results ------------------- */


.category-grid-banner {
    background: #666;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
}


.cat-header {
    margin-bottom: 0;
    background-image: none;
    padding: 15px 0 25px 0;
}

.cat-header p {
    width: 100%;
    line-height: 1.5;
}

#cat-html {
    font-size: 16px;
    line-height: 1.5;
}

.nav-toggles {
    margin-bottom: 15px;
}

.nav-toggles .nav-toggle {
    font-weight: 700;
}

.product-grid-sorting-mobile {
    display: none;
    margin-bottom: 20px;
}

.product-grid-sorting-mobile .btn-group {
    border-bottom: 1px solid #CCCCCC;
    display: block;
}

.product-grid-sorting-mobile .btn {
    border-bottom: none;
    display: block;
    float: none;
    line-height: 1;
    margin: 0;
    padding: 15px;
    text-align: left;
}

.product-grid-sorting-mobile .btn.active:after {
    content: "\f00c";
    float: right;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
}

.product-grid-sorting-mobile .btn + .btn {
    margin: 0;
}

.cat-callout {
    color: #FFFFFF;
    padding: 5px 10px;
}

.product-single-item:hover, .category-grid-banner:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.5);
}

.product-list .product-single-item {
    background: #FFFFFF;
    border: 1px solid #e3e3e3;
    padding: 0;
    text-align: left;
}

.product-list .col-6 {
    padding-bottom: 10px;
}

.product-list div.col-lg-3:last-child .product-single-item {
    border: 1px solid #e3e3e3;
}

.product-list .product-single-item .ribbon-wrapper {
    position: absolute;
    top: 15px;
}

.product-list a {
    color: #1B1B1B;
}

.product-single-item h4,
.product-single-item .h4 {
    color: #1B1B1B;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 38px;
    line-height: 19px;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 0 7px;
}


.product-list .price {
    line-height: 33px;
    margin: 0;
    padding-left: 7px;
}

.product-list .btn {
    margin: 0;
}


.product-list .reg,
.product-list .sale,
.product-list .was,
.product-list .price-label {
    display: inline;
}

.product-list .price-label {
    font-weight: normal;
}

.product-list-recent .price, 
.product-list-related .price {
    font-size: 16px;
}

/*     legacy totals   */
.total-row {
    margin: 3px 0;
}
.total-label {
    float: left;
}
.total-value {
    float: right;
    font-weight: bold;
}


/*  --------------- cart page ------------------- */

.table.table-cart th.qty-col {
    text-align: center;
    min-width: 135px;
}

.single-cart-item .was,
.single-cart-item .sale {
    font-size: inherit;
}

.share-my-cart a {
    color: #272727;
}

.media img {
    /* border: 1px solid #ddd; */
}

/*  --------------- checkout page ------------------- */

.page-checkout h1 {
    text-align: left;
}

.page-checkout .header-mobile img {
    height: 24px;
}

#checkout-signin-toggle {
    cursor: pointer;
    text-decoration: underline;
    color: #0047ab;
}

.header-nolinks, .header-mobile a {
    color: #fff;
}

.payment-form-cc {
    padding-top: 10px;
}

.paypal-btn {
    max-width: 296px;
    width: 100%;
    margin: 0 auto;
}

.payment-form-paypal {
    text-align: center;
}

.mobile-phone a {
    color: #FFFFFF;
    display: block;
}

.page-checkout .checkout-step-complete {
    padding: 5px 10px 15px;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #333;
    margin-top: -20px;
}

.page-checkout .checkout-step-complete > .edit {
    position: absolute;
    right: 10px;
    top: 5px;
}

.page-checkout .panel-promo-giftcard {
    border-bottom: 1px solid #DDDDDD;
    padding: 15px;
}


/*  --------------- summary page ------------------- */

.social-avatar {
    background-color: #1B1B1B;
    border-radius: 10px;
    min-height: 200px;
    text-align: center;
    padding: 20px 10px;
}

.social-avatar-group a, .social-avatar-group a:hover, .social-avatar-group a:hover .fa-instagram, .social-avatar-group a:hover .fa-facebook-square {
    color: #fff;
    text-decoration: none;
}

.social-avatar .social-network {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 20px;
}

.social-avatar .social-cta {
    font-size: 14px;
}

.social-avatar .fab {
    color:#fff;
    font-size: 96px;
}

.a-fb:hover .social-avatar  {
    background-color: #3b5998;
}
.a-pt:hover .social-avatar {
    background-color: #bd081c;
}
.a-ig:hover .social-avatar {
    background-color: #c32aa3;
}
.a-yt:hover .social-avatar {
    background-color: #ff0000;
}

.summary-newsletter {
    padding: 20px 20px 0;
}

.summary-newsletter .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}

.summary-newsletter .subtitle {
    font-size: 16px;
}



.order-num {
    padding: 12px;
}

.shipping-methods-group {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-top: 10px;
}

#payment-information .input-group-btn .btn {
    width: 175px;
}

.page-cart .panel-promo-giftcard {
    border: 0;
}

.js-show-promogift {
    cursor: pointer;
    color: #272727;
    font-size: 13px;
}

.btn-gc {
    width: 170px;
    text-align: left;
}

.promo-giftcard-group {
    margin-top: 10px;
}

#payment-information h3,
#payment-information .h3 {
    margin-top: 0;
}

.panel-signin {
    margin-bottom: 0;
}

#showCompany span {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.err_personal {
    display: none;
}


/* Style for Checkout Page Account Selection */
input#personal + label,
input#business + label {
    font-weight: normal;
}

input#personal:checked ~ label[for=Company],
input#personal:checked ~ input[name=Company] {
    display: none;
}

input#business:checked ~ label[for=Company],
input#business:checked ~ input[name=Company] {
    display: block;
}

/* Style for Checkout Page Shipping Account Selection */
input#personal_SHIP + label,
input#business_SHIP + label {
    font-weight: normal;
}

input#personal_SHIP:checked ~ label[for=Company_SHIP],
input#personal_SHIP:checked ~ input[name=COMPANY_SHIP] {
    display: none;
}

input#business_SHIP:checked ~ label[for=Company_SHIP],
input#business_SHIP:checked ~ input[name=COMPANY_SHIP] {
    display: block;
}

.err_personal_SHIP {
    display: none;
}

.ask-experts a {
    color: #FFFFFF;
}

.ask-experts p {
    margin-bottom: 0;
}

.ask-experts h3 {
    margin-top: 0;
}

.payment-methods-group label span {
    color: #333;
    font-weight: bold;
}

.payment-methods-group .radio {
    margin-top: 10px;
}

.payment-methods-group h3,
.payment-methods-group .h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.payment-methods-item {
    padding: 15px 20px 15px;
}

.payment-methods-item ~ .payment-methods-item {
    border-top: 1px solid #DDDDDD;
}

.payment-methods-group .fa-amazon,
.payment-methods-amazon h3 {
    color: #ff9900;
}

.payment-methods-group .fa-paypal,
.payment-methods-paypal {
    color: #012169;
}

/* How-to Guides and Articles */
.article-banner {
    max-width: 100%;
    height: auto;
}

.article-tagline {
    font-family: "museo-sans", sans-serif;
    font-weight: 200;
    font-size: 24px;
    margin-top: 10px;
}

.articleContent div {
    display: inline-block;
}

.articleContent img {
    float: left;
    padding: 5px;
}


/*  --------------- brands page ------------------- */

.top-brands-single {
    display: table;
    height: 95px;
}

.top-brands-single a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.brand-single a {
    display: block;
    font-size: 15px;
    padding: 5px 0;
}

.brand-single-count {
    color: #999999;
    font-size: 12px;
}


/*  --------------- style guide page ------------------- */
pre {
    padding: 0;
    background: none;
    border-color: #ddd;
    margin-bottom: 30px;
}

.line {
    height: 2px;
    background-color: #ddd;
    text-align: center;
    margin: 15px 0 25px;
}

.line span {
    background-color: #E3E3E3;
    position: relative;
    top: -0.7em;
    padding: 0 10px;
    text-transform: uppercase;
    color: #999;
}

.section {
    margin: 40px 0 30px;
    padding-top: 10px;
}

#typography h1 {
    margin-bottom: 5px;
}

#typography h2 {
    margin-top: 5px;
}

#typography h3 {
    margin-top: 0;
}

h4.sg {
    text-align: center;
    margin: 20px 0 15px;
}

#icons .text-muted {
    display: none;
}

.swatch {
    margin: 15px 0;
    padding: 0;
}

.swatch-color {
    padding: 15px 10px;
    border-radius: 3px 3px 0 0;
    min-height: 50px;
}

.base .swatch-color {
    min-height: 100px;
}

.swatch-label {
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 0;
    border-radius: 0 0 3px 3px;
}

.swatch-label div {
    font-weight: bold;
}

.nav-styleguide.affix-top,
.nav-styleguide.affix {
    width: auto;
}

.page-styleguide .section:first-child {
    margin-top: 0;
}

.page-styleguide .main form {
    margin-bottom: 20px;
}

.grid-wrap {
    margin-bottom: 10px;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffe6;
    border: 1px solid #ffead2;
}

.swatch.default {
    background: #dddddd;
}

.swatch.default:after {
    content: "#dddddd";
}

.swatch.primary .swatch-color {
    background: #272727;
}

.swatch.primary .swatch-label:after {
    content: "#272727";
}

.swatch.secondary .swatch-color {
    background: #E0001B;
}

.swatch.secondary .swatch-label:after {
    content: "#E0001B";
}

.swatch.tertiary .swatch-color {
    background: #000000;
}

.swatch.tertiary .swatch-label:after {
    content: "#000000";
}

.swatch.accent .swatch-color {
    background: #E67B08;
}

.swatch.accent .swatch-label:after {
    content: "#E67B08";
}

.swatch.background .swatch-color {
    background: #E3E3E3;
}

.swatch.background .swatch-label:after {
    content: "#E3E3E3";
}

.swatch.cta .swatch-color {
    background: #0085CA;
}

.swatch.cta .swatch-label:after {
    content: "#0085CA";
}



/*  --------------- proper breakpoints ------------------- */


/*  ---------------------------- sm (576px and up) sm ----------------------- */

@media (min-width: 576px) {


   .product-grid .product-single-item, .product-grid .category-grid-banner {
        height: 480px;
    }

}

/*  ---------------------------- md (768px and up) md ----------------------- */

@media (min-width: 768px) {

    .product-grid .product-single-item, .product-grid .category-grid-banner {
        height: 410px;
    }

    .promo-banner-exists {
        height: 66px;
        min-height: auto;
    }

    .product-features-group .product-benefit .product-benefit-copy {
        padding: 30px;
    }

    .input-group-number {
        width: auto;
    }

    /*
    .product-list .col-6:nth-child(even) {
        padding-left: 10px;
    }

    .product-list .col-6:nth-child(odd) {
        padding-right: 10px;
    }
    */

    .h1, h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .footer-links .h4, .footer-links a {
        padding: 0;
        border:0;
    }

    .footer-links ul {
        background: none;
    }

    .footer-links li:last-child a {
        border: 0;
    }
    
    .footer-promo-group .row > div:first-child  {
        border-left: 0;
    }


    .payment-methods-group {
        margin: 0;
        border-top: 0;
    }

    #payment-information h3 {
        margin-top: 0;
        text-align: left;
    }

    .panel-promo-giftcard {
        padding: 15px;
        border-top: 0;
        margin: 0;
    }

    .page-checkout #payment-information.card-body {
       padding: 0;
    }


    [class*=page-checkout] .panel.panel-signin {
        margin-bottom: 0;
    }

    #CheckoutCartItemsContent {
        margin-right: 0;
        margin-left: 0;
    }

    .accountoption-form,
    .accountoption-form_SHIP {
        display: inline;
    }

    .accountoption-form input[type=radio],
    .accountoption-form_SHIP input[type=radio] {
        margin-left: 5px;
    }

    .btn-xs-lg {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.4;
    }

    .form-horizontal .control-label {
        /* padding-top: 16px; */
        text-align: left;
    }

    .form-inline .control-label {
        margin-right: 5px;
    }

    .steals-expiration #displaycounter span {
        font-size: 18px;
    }

    .savings-wrap {
        position: relative;
        left: -11px;
    }

    .steals-savings span {
        font-size: 23px;
    }

    td.text-center .tablesaw-cell-content .price {
        text-align: center;
    }

    .cat-header p {
        font-size: 16px;
    }

    .panel-title {
        margin-left: 0;
        margin-right: 0;
    }

    .nobreak {
        white-space: nowrap;
    }

    .page-cart .panel-promo-giftcard {
        background: none;
        padding: 0;
    }

    .page-cart .panel-promo-giftcard div {
        text-align: left;
    }

    .panel {
        margin-bottom: 20px;
    }

    .panel-heading {
        border-width: 1px !important;
    }

    .panel-body {
        border-width: 1px !important;
        margin-left: 0;
        margin-right: 0;
    }

    .panel-toggle .panel-collapse {
        display: block;
    }

    .icons-wrap .prod-icon {
        border-right: 1px solid #FFFFFF;
        width: auto;
    }

    .icons-wrap .prod-icon + .prod-icon {
        margin-top: 0;
    }

    .form-horizontal .form-group .btn {
        height: 50px;
        margin: 0;
    }

    .product-list .price {
        height: auto;
    }

    .top-brands-single {
        height: 120px;
    }

    .page-product .favorite {
        margin-bottom: 0;
        text-align: right;
    }


    /*  footer  */
 



}

/*  ---------------------------- filling the container ----------------------- */
@media (max-width: 991px) {

    .container {
        max-width: none;
    }

}



/*  ---------------------------- lg (992px and up) lg ----------------------- */

@media (min-width: 992px) {

    .product-grid .product-single-item, .product-grid .category-grid-banner {
        height: 420px;
    }

    .promo-banner-exists {
        height: 86px;
    }

    .faq-group {
        margin: 0 20px;
    }

  
    .header-bar {
        font-size: 14px;
    }

    .cart .fa-shopping-cart {
        font-size: 36px;
        color: #fff;
    }
    
   .table.table-cart th.qty-col {
       min-width: auto;
    }

    .mega-nav, .primary-nav {
        background: #272727;
    }

    .primary-nav > li > a {
        color:#E8E8E8;
        font-family: "museo-sans", sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

    .primary-nav > li > a:hover, .primary-nav li a.selected {
        background: #E0001B;
        color:#fff;
    }

    .primary-nav > li.primary-nav-item .secondary-nav img {
        min-width: 150px;
    }

   .primary-nav ul a.image {
        height: auto;
    }

    .primary-nav .primary-nav-item.standard-menu .secondary-nav.box-image {
        min-width: 200px;
    }
    
    .mega-nav, .primary-nav {
        background: #272727;
    }

    #floating-cart {
        top: 61px;
    }

    .mode-dr .primary-nav .primary-nav-item.standard-menu.primary-nav-buy {
        position: absolute;
        right: 0;
    }
    

    .cart-total-items {
        top: 7px;
        right: -7px;
    }

    .steals-savings span {
        font-size: 27px;
    }

    .steals-expiration #displaycounter span {
        font-size: 19px;
    }


    .product-grid-paging {
        line-height: 25px;
    }

    #shop-by-panel,
    #facet-panel {
        display: block;
    }

    .icons-wrap .prod-icon:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    .form-horizontal .control-label {
       /* padding-top: 16px; */
    }

    .top-brands-single {
        height: 95px;
    }

    .optional-free-gift {
        background-size: 86px 86px;
        padding-left: 86px;
    }

    .optional-free-gift-image {
        max-width: 20%;
    }

    .optional-free-gift-body {
        max-width: 75%;
    }

    .optional-free-gift-headline,
    .optional-free-gift-value {
        font-size: 18px;
    }

    #shop-by-panel .deals-facet-nav {
        background-color: #E3E3E3;
    }

    #shop-by-panel .deals-facet-nav .list-group {
        margin: 0;
    }

    #shop-by-panel .deals-facet-nav .list-group li {
        background: transparent;
        border: none;
        float: left;
        padding: 10px 7px;
    }

    #shop-by-panel .deals-facet-nav .list-group li:hover,
    #shop-by-panel .deals-facet-nav .list-group li.selected {
        background-color: #979797;
    }

    #shop-by-panel .deals-facet-nav .list-group li a {
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }

    #shop-by-panel .deals-facet-nav .list-group li:hover a,
    #shop-by-panel .deals-facet-nav .list-group li.selected a {
        color: #FFFFFF;
    }

}


/*  ---------------------------- xl ( 1200px and up) xl ----------------------- */

@media (min-width: 1200px) {

    .product-grid .product-single-item, .product-grid .category-grid-banner  {
        height: 385px;
    }

    .promo-banner-exists {
        height: 110px;
    }

    .sales-support .fa.fa-phone {
        font-size: 35px;
    }

    .sales-support .phone-info a {
        font-size: 22px;
    }

    .site-tools ul {
        margin-top: 18px;
    }


    #floating-cart {
        top: 65px;
    }

    .main-nav li .outer .inner a {
        font-size: 16px;
    }

    .promo-group .mega-promo-item {
        float: right;
    }

    .header-promo {
        font-size: 20px;
    }

    .prod-alt-img-row {
        margin-bottom: 0;
    }

    #shop-by-panel .deals-facet-nav .list-group li {
        padding: 10px 13px;
    }

    #shop-by-panel .deals-facet-nav .list-group li a {
        font-size: 14px;
    }

}

.site-search .btn{color:#fff!important;}
.form-group label span{color:#555555;}
.form-control:disabled, .form-control[readonly]{background-color:#555 !important; border-color:#555 !important; color: #D3D3D3 !important;}
.table-striped>tbody>tr:nth-of-type(even) a { color: #406098!important;}