/*
 Theme Name:   DTL Theme (Storefront Child)
 Description:  Theme for Discount Thermal Labels. It is a child theme of Storefront.
 Author:       Justin Hansen
 Author URI:   http://www.justin-hansen.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Entered by Michelle*/
body {
    font-family: arial, helvetica, 	sans-serif;
    font-size: 14px;
}
.storefront-primary-navigation {
    background: #fbbc3b;
    background: -webkit-linear-gradient(rgba(251,188,59,1),rgba(255,255,0,0.9),rgba(251,188,59,1));
    background: -o-linear-gradient(rgba(251,188,59,1),rgba(255,255,0,0.9),rgba(251,188,59,1));
    background: -moz-linear-gradient(rgba(251,188,59,1),rgba(255,255,0,0.9),rgba(251,188,59,1));
    background: linear-gradient(rgba(251,188,59,1),rgba(255,255,0,0.9),rgba(251,188,59,1));
}
.site-header {
    padding-bottom: 0;
    padding-top: 2.1em;
}

.site-header .site-branding {
    margin-bottom: 2.1rem;
}
.site-header-cart .cart-contents span.count {
    color: #111 !important;
    opacity: 1;
}
.woocommerce-active .site-header .site-search {
    width: 30%;
}
.site-search {
    font-size: 1rem;
    margin-top: 0;
}
.main-navigation ul li a:hover {
    color: #2c2d33;
}
.widget_shopping_cart .product_list_widget li {
    color: #ffffff;
}
div#page {
    background: -webkit-linear-gradient(left, rgba(35,35,35,0.85), rgba(35,35,35,1), rgba(35,35,35,0.85));
    background: -o-linear-gradient(right, rgba(35,35,35,0.85), rgba(35,35,35,1), rgba(35,35,35,0.85));
    background: -moz-linear-gradient(right, rgba(35,35,35,0.85), rgba(35,35,35,1), rgba(35,35,35,0.85));
    background: linear-gradient(to right, rgba(35,35,35,0.85), rgba(35,35,35,1), rgba(35,35,35,0.85));
}
div#content {
    background-color: transparent;
}
div#content h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}
h2.section-title {
    color: #fbbc3b;
}

.single-product div.product {
    background-color: #f8f8f8;
    padding: 2rem;
    border-radius: 4px;
}

.page-template-default article.page   {
    border-radius: 4px;
    background-color: #f8f8f8;
    padding: 20px;
}

.single-product div.product > h1, h2, h3, h4, h5, h6, p, .page-template-default div#content article.page h1 {
    color: #232323;
}

#primary #main.site-main > h1, h2, h3, h4, h5, h6 {
    color: #222222;
}
#primary #main.site-main > h1.page-title {
    margin-top: 2rem;
    color: #ffffff;
}
.single-product h1.product_title {
    color: #232323 !important;
}
.single-product div.product a:link, .single-product div.product a:visited {
    color: #3C7DC4 !important;
    font-weight: 600;
}
.single-product div.product a:hover, .single-product div.product a:active {
    color: #fbbc3b !important;
    font-weight: 600;
}
.single-product div.product h3 {
    font-size: 1.4rem;
    line-height: 1.4em;
}
.single-product div.product div#tab-description {
    margin-bottom: 1rem;
}
.single-product div.product #tab-description p {
    border-bottom: 1px solid #ddd;
    font-size: 0.85rem;
    margin: 0;
    padding: 0.65em 3em;
}
.woocommerce-result-count {
    float: left;
    margin-bottom: 0;
    padding: 0.327em 0;
    position: relative;
    color: #ffffff;
}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    background-color: rgba(255, 255, 255, 0.124);
}
.pagination .page-numbers li .page-numbers a:hover, .woocommerce-pagination .page-numbers li .page-numbers a:hover {
    color: #ffffff !important;
}
#primary.content-area main#main.site-main a:link, #primary.content-area main#main.site-main  a:visited {
    color: #fbbc3b;
}
#primary.content-area main#main.site-main a:hover, #primary.content-area main#main.site-main a:active {
    color: #ffffff;
}

#primary.content-area main#main.site-main article a:hover  {
    color: #fbbc3b;
    text-decoration: underline;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #2c2d33;
    color: #fbbc3b;
    font-weight: 600;
}
.woof .widget_price_filter .ui-slider .ui-slider-range, .woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fbbc3b;
}
.woof_list li {
    background-color: #5b5c5e;
    border-bottom: 1px solid #888888;
    list-style: outside none none !important;
    padding: 6px !important;
}
.woof_list li label {
    font-weight: 600;
    font-size: .8rem;
    font-family: open sans, arial, helvetica, sans-serif;
}
.woof_list li:hover, .woof_list li:active {
    background-color: #38393a;
    color: #fbbc3b;
}
.woof_container label {
    color: #fff;
}
.woof_container label:hover, .woof_container label:active {
    color: #fbbc3b;
}
.added_to_cart:link, .button:link, button:link, input[type="button"]:link, input[type="reset"]:link, input[type="submit"]:link, .single-product div.product .button:link, .single-product div.product .button:visited {
    color: #333333;
}
.added_to_cart:hover, .button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .single-product div.product .button:hover, .single-product div.product .button:active {
    color: #fff !important;
    background-color: #2c2d33 !important;
}
div#primary.content-area main#main.site-main div.single_variation_wrap button.single_add_to_cart_button.button.alt {
    background-color: #fbbc3b;
    color: #333333;
}
.single-product div.product .price {
    color: #232323 !important;
}
.woof .widget_price_filter .price_slider_amount {
    font-size: 1rem;
    line-height: 2.4em;
    text-align: right;
    color: #fbbc3b;
    font-weight: 600;
}
.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .widget_search form::before, .widget_product_search form::before {
    color: #fbbc3b !important;
    font-size: 1rem;
    font-weight: 600;
}
.widget .widget-title, .widget .widgettitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 1.41575em;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 1em;
    margin-top: 2rem;
    padding: 0 0 1em;
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
    font-size: 1.1em;
    color: #ffffff;
}
.single-product div.product > .woocommerce-tabs ul.tabs {
    background-color: #343434;
    border-top: none;
    padding:  0 .25rem 0 1rem;
}
.single-product div.product > .woocommerce-tabs ul.tabs li {
    border-bottom: 1px solid #999;
}
.single-product div.product > .woocommerce-tabs ul.tabs li:last-child {
    border-bottom: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li::after {
    color: #999;
    content: "";
}
.single-product div.product > .woocommerce-tabs ul.tabs li a:link, .single-product div.product > .woocommerce-tabs ul.tabs li a:visited {
    color: #fbbc3b !important;
}
.single-product div.product > .woocommerce-tabs ul.tabs li a:hover, .single-product div.product > .woocommerce-tabs ul.tabs li a:active {
    color: #fff !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    background-color: #f8f8f8;
    color: #3c7dc4;
    font-weight: 600;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {
    color: #3c7dc4;
}
.single-product div.product table {
    max-width: 99%;
}
.woocommerce-breadcrumb, #reviews .commentlist li .comment_container {
    background: #232323;
    color: #fff;
    padding-bottom: 0;
    padding-top: 2rem;
    font-size: .95rem;
}
.woocommerce-breadcrumb {
    margin-bottom: 2.358em;
    background: transparent;
}
.woocommerce-breadcrumb a, a.woocommerce-review-link, .product_meta a {
    color: #999;
}
#primary.content-area main#main.site-main table tr.cart_item td.product-name a:link, #primary.content-area main#main.site-main table tr.cart_item td.product-name a:visited {
    color: #3c7dc4;
}
#primary.content-area main#main.site-main table tr.cart_item td.product-name a:hover, #primary.content-area main#main.site-main table tr.cart_item td.product-name a:active {
    color: #232323;
}
.woocommerce-cart .hentry, .woocommerce-checkout .hentry {
    background-color: #f8f8f8;
    border-bottom: 0 none;
    padding: 20px;
}
.woocommerce-cart .hentry, .woocommerce-checkout .hentry h1 {
    color: #232323 !important;
}
.entry-content div.woocommerce table tr.cart_item td {
    border-bottom: 1px solid #ddd;
}
#order_review_heading {
    background-color: #fbbc3b;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    padding: 10px;
}
.right-sidebar.woocommerce-active.customize-support div.entry-content div.woocommerce form.checkout.woocommerce-checkout div#order_review.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table {
    background-color: #fbbc3b;
    border-radius: 0 0 8px 8px;
    margin-bottom: 0;
    padding: 10px;
}
.woocommerce-MyAccount-navigation {
    background-color: #454545;
    border-radius: 4px;
    float: left;
    margin-right: 5.88235%;
    padding: 20px;
    width: 25%;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #888;
}
#primary.content-area main#main.site-main div.type-page.status-publish, .term-description, .woocommerce-MyAccount-content {
    background-color: #f8f8f8;
    border-radius: 4px;
    color: #232323 !important;
    padding: 20px;
}
.term-description {
    margin-bottom: 15px;
}
#primary.content-area main#main.site-main div.type-page.status-publish h1  {
    background-color: #f8f8f8;
    border-radius: 4px;
    color: #232323 !important;
}
#primary.content-area main#main.site-main div.type-page.status-publish .woocommerce-MyAccount-content {
    float: right;
    margin-right: 0;
    width: 69%;
}
#primary.content-area main#main.site-main div.type-page.status-publish .woocommerce-MyAccount-content a:link, #primary.content-area main#main.site-main div.type-page.status-publish .woocommerce-MyAccount-content a:visited {
    color: #3c7dc4;
}
#primary.content-area main#main.site-main div.type-page.status-publish .woocommerce-MyAccount-content a:hover, #primary.content-area main#main.site-main div.type-page.status-publish .woocommerce-MyAccount-content a:active {
    color: #fbbc3b;
}

.site-main ul.products li.product {
    border-radius: 3px;
    border: 5px solid #4B4C4E;
    background: #4B4C4E;
}

.woocommerce-tabs ul.tabs li.active {
    background: #4B4C4E;
}

.woocommerce-tabs ul.tabs {
    width: 100%;
}

.single-product div.product > .woocommerce-tabs ul.tabs li {
    border: none;
    float: left;
    padding: 0 15px;
}

.woocommerce-tabs .panel {
    width: 100%;
}

.woocommerce-tabs ul.tabs li:after, .single-product div.product .woocommerce-tabs ul.tabs li::after  {
    content: none;
}

#primary.content-area main#main.site-main li.product a.button:link, #primary.content-area main#main.site-main li.product a.button:visited, #primary.content-area main#main.site-main a.woocommerce-button:link {
    color: #333;
}

li.product a.button:hover {
    color: #fff !important;
}

.widget-woof h4 {
    color: #fff;
    font-weight: bold;
}

.woof_list_label li {
    padding: 1px !important;
    padding-left: 4px !important;
    border-radius: 2px;
}
.woof_list_label .woof_label_term{
    padding: 0;
    font-weight: bold;
    border-radius: 2px;
}

.facetwp-checkbox, .facetwp-slider-label {
    color: #fff;
}

.facet-heading {
    color: #fff;
}

.storefront-breadcrumb {
    padding: 0;
}

.woocommerce-active .site-header .site-branding {
    width: 65%;
}

.facetwp-facet.facetwp-facet-height {
    margin-bottom: 0px;
}

.home #primary.content-area main#main.site-main div.type-page.status-publish {
    background-color: transparent;
}

.home .entry-header {
    display: none;
}

.home .flexslider {
    margin: 0;
}

.home .flex-direction-nav a {
    height: 50px;
}

@media all and (max-width: 767px) {
    button.menu-toggle, button.menu-toggle::before, button.menu-toggle span::before {
        background-color: #fbbc3b;
        border: none;
    }
    button.menu-toggle:hover {
        background-color: #2c2d33;
        color: #BBBCBF;
    }
    button.menu-toggle span::before, button.menu-toggle::after, button.menu-toggle::before {
        background-color: #2c2d33;
    }
    button.menu-toggle span::before:hover, button.menu-toggle::after:hover, button.menu-toggle::before:hover {
        background-color: #fff !important;
    }

    .main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover {
        color: #FBBC3B;
    }
}

/*Entered by Justin*/

.pricing-table {
    border: 0;
}

.pricing-table td {
    padding: 0px;
}

.site-header-cart .widget_shopping_cart {
    background-color: #fff;
}

.woocommerce-mini-cart__total {
    color: #fff;
}

.woocommerce-mini-cart__buttons .button.checkout:link {
    color: #fbbc3b;
}

.mini_cart_item dl.variation dt {
    color: #000;
}

#dtl-top-bar {
    width: 100%;
    height: 40px;
    background-color: #23282D;
}

#dtl-top-bar a:link {
    font-size: 1.2em;
    line-height: 40px;
}

.smart-overlay .smart-overlay-content {
    background-color: black !important;
    border: solid 5px #FBBC3B !important;
}

.smart-overlay-inner p, .smart-overlay-inner h2 {
    color: white;
}

.smart-overlay-inner p {
    font-size: 1.35em;
}

#customer_login h2, #customer_login p {
    color: #fff;
}

.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    margin: 0px;
    max-width: 100%;
}

.page-template-template-homepage .entry-content ul.products li.product {
    margin: 0 0 5px 10px;
    font-size: 1em;
}

.page-template-template-homepage .col-full {
    padding: 0;
}

#home-slider {
    width: 75%;
    float: left;
}

#home-slider h2.header {
    color: #FBBC3B;
}

.home-banners {
    width: 100%;
    margin-top: 15px;
    font-size: 1.5em;
}

.home-banner-item {
    margin: 0 5px 5px 0;
    background-color: #4B4C4E;
    width: 49%;
    float: left;
    text-align: center;
    color: #fff;
}

.home-banner-item img {
    width: 81px;
    height: 90px;
    float: left;
}

#home-categories {
    width: 25%;
    float: right;
}

#home-categories h3 {
    color: #fff;
}

.page-template-template-homepage-php .site-main ul.products.columns-3 li.product {
    margin-right: 1%;
}

#order_review > table > tfoot > tr.cart-subtotal > th {
    width: 40%;
}

#primary.content-area main#main.site-main a:link.opc_load_order, #primary.content-area main#main.site-main a:visited.opc_load_order {
    color: #333;
}

.load_overwrite_text, .one_page_load_order_id_as {
    display: none;
}

#primary.content-area main#main.site-main ul li.product-category a:link, #primary.content-area main#main.site-main a.woocommerce-loop-product__link:link, #primary.content-area main#main.site-main ul li.product-category a:visited, #primary.content-area main#main.site-main a.woocommerce-loop-product__link:visited {
    text-decoration: none;
}

.storefront-sticky-add-to-cart__content-button.button:link {
    color: #fff;
}

@media all and (max-width: 1063px) {
    .home-banners {
        font-size: 1.3em;
    }
}

@media all and (max-width: 767px) {

    #home-slider{
        width: 100%;
    }

    .home-banner-item {
        width: 100%;
    }

    .home-banners {
        font-size: 1.2em;
    }

    #home-categories {
        width: 100%;
        float: none;
    }

    .handheld-navigation ul li a {
        color: #2c2d33;
    }
}