/*
Theme Name: The Retailer Child
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: theretailer
Version: 1.0.1
*/

.sku_wrapper, .logout-wrapper {
    display: none;
}

.content_header img {
    max-height: 8em;
}

.gbtr_header_wrapper.default_header .gbtr_menu_wrapper_default .menus_wrapper .gbtr_first_menu .first-navigation,
.gbtr_header_wrapper .shopping_bag_wrapper .gbtr_little_shopping_bag_wrapper .gbtr_little_shopping_bag {
    border: none !important;
}

.global_content_wrapper, .content_header, .tr_content_wrapper {
    max-width: 1100px !important;
}

.gbtr_tools_info span {
    font-weight: 800;
}

.widget_shopping_cart_content .jde_hint {
    padding: 4px 16px;
    font-size: 10px;
}

/* white background for category grid */
.gbt_18_category_grid_item_title {
    background: white;
    padding: 5px 8px 3px 8px !important;
}

@media only screen and (max-width:420px) {
    #global_wrapper > header > div.content_header > div.gbtr_logo_wrapper_default > a.gbtr_alt_logo > img {
        width: 163px !important;
        padding: 0px !important;
        margin-top: 14px !important;
    }

    .gbtr_logo_wrapper_default {
        width: 163px !important;
        padding: 0 !important;
    }

    .gbt_18_tr_slider_container {
        height: 300px !important;
    }
}

@media only screen and (min-width:1025px) {
    .gbt_18_tr_slider_container {
        height: 700px !important;
        max-height: 700px !important;
    }
}