/*This code can be edited by the site builder to influence the site for mobile devices*/

/******************************* CUSTOM COLOR THEME ************************************/

:root {
/* static site icon link color */
--links-fa-color: #000000;
--links-fa-color-hover: #000000;
}

/******************************* HEADER LINKS ************************************/

#header-links-container {
    display: initial !important;
}

td.header-links {
    font-size: 16px;
    padding-right: 55PX;
    padding-top: 10px;
}

td.header-links {
    font-size: 16px;
    padding: 0px !important;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

td#header_logo {
	margin-top: 0px !important;
}

/************************************ GLOBAL *******************************************/

/*** profile and basket icon color ***/

.fa-shopping-basket, .fa-user {
    color: var(--links-fa-color);
}

.fa-shopping-basket:hover, .fa-user:hover {
    color: var(--links-fa-color-hover);
}

.fa-bars {
    display: none !important;
}

/*** Catalog Preview - fit mobile ***/

#lightbox-container-image-box {
    width: 90% !important;
    margin: 0 auto !important;
    height: auto !important;
}

#lightbox-container-image-box img {
    width: 100% !important;
}

#lightbox-container-image-data-box{
    width: 90% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

span.budgetlbl, .budget {
    display: none;
}

#header_logo {
  background: #f1f1f1;
}

a:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.note:not(.responsive-pricing) {
    position: relative;
    bottom: 32px;
    left: 15px;
    color: #fff;
}

.index-text1, .index-text2 {
  font-size: 12px !important;
}

.index-text1{
    margin-right: 60px !important;
    margin-top: 15px;
}

@media only screen and (max-width: 670px) {
    .index-block{
       display: none;
    }
}


/* links */

a {
    color: #000000;
}

a:hover,
a:focus,
a:link,
a:visited {
    color: #000000;
}

/****** CUSTOM FOOTER ********/

.footnote {
    background-color: #888888;
}

.footer_column_1, .footer_column_2, .footer_column_3, .footer_column_4, .footer_column_5 {
  padding: 30px;
  color: #FFF !important;
}


/* Mobile Header Bar */
/*
#red_header_bar{
  padding-bottom: 2%;
  background-color: #B51F5A;
  border-bottom: 1px solid #4A4A4A;
}
*/

/*****************************/
/******DEEP LINKS 2018********/
/*****************************/
 
/**Note: This code kicks in with responsive at 1025px screenwidth **/

/*Code to control the wrapping of content*/
 
/*this is used for having more than 4 icons with this current build,
may need to be adjusteded depending on desired content - Restricts
width so wrap happens at sets of 4 icons*/
#deep_link_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 0 !important;
  min-width: 100% !important;
  margin: 0 auto;
}
 
/*Set width to 100% for maximum number of icons showing on screen at smaller screens*/
@media only screen and (max-width: 945px) {
  #deep_link_container{
    max-width: 100%;
  }
}
 
/**adds space between icons as they wrap**/
.deep_links_holder{
  margin: 10px;
}
 
/*Used to Center single row of icons on small screens*/
@media only screen and (max-width: 368px) {
  #deep_link_container{
    justify-content: center;
  }
}
/*****************************/
/******DEEP LINKS 2018********/
/*****************************/

/*************** CATALOG *******************/

.responsive-longname {
Margin-top: 10px !important;
}

#mobile_tab_closer{
  color: #fff !important;
}
.select-items #tab_responsive_tabs div, .select-items #tab_responsive_tabs div a:link, .select-items #tab_responsive_tabs div a:visited {
    color: #fff !important;
}

/* Buttons */
.select-items #navTabs,
.select-items #navTabs:focus,
.select-items #navTabs:active,
.select-items #navTabs:hover,
#header-wrapper a#mobile_cart,
#header-wrapper a#mobile_cart:focus,
#header-wrapper a#mobile_cart:active,
#header-wrapper a#mobile_cart:hover,
#header-wrapper ul#mobile_xtra_links,
#header-wrapper ul#mobile_xtra_links:focus,
#header-wrapper ul#mobile_xtra_links:active,
#header-wrapper ul#mobile_xtra_links:hover,
#tab_responsive_tabs i#mobile_tab_closer,
#tab_responsive_tabs i#mobile_tab_closer:focus,
#tab_responsive_tabs i#mobile_tab_closer:active,
#tab_responsive_tabs i#mobile_tab_closer:hover,
#item_details_view span#mobile_link_closer,
#item_details_view span#mobile_link_closer:focus,
#item_details_view span#mobile_link_closer:active,
#item_details_view span#mobile_link_closer:hover,
.responsive_tabs-shell #submit_catalog_search,
.responsive_tabs-shell #submit_catalog_search:focus,
.responsive_tabs-shell #submit_catalog_search:active,
.responsive_tabs-shell #submit_catalog_search:hover,
.detail_closer {
    color: black;
}

/* mobile cart item circle */
.item_count {
    border-color: black;
}


/*************** IMPRINT *******************/

/* Side By Side buttons for showing and hiding form */
#mobile_form_show,
#mobile_form_show:focus,
#mobile_form_show:active,
#mobile_form_show:hover,
#mobile_form_hide:focus,
#mobile_form_hide:active,
#mobile_form_hide:hover,
#mobile_form_hide {
    color: black;
    background: lightgray;
    box-shadow: 2px 3px 4px #666;
}