
.main-section {
    margin-top: 0px !important;
}

.fa-calendar {
    color: #000 !important;
}

.login .message-block, .login {
    text-align: center !important;
}

.select-items {
    margin-top: 30px;
    position: relative;
    z-index: 100;
}

.shipping, .billing, .review, .done, .customer-service, .profile, .basket-view, .view-order, .shiptrack_view2, .shiptrack, .main {
    max-width: 800px !important;
    margin: 20px auto 0 !important;
}

.select-items {
    max-width: none !important;
}

.pagetitle {
    text-align: center !important;
}

.new-account, .new-account .pagetitle, .new-account .pageinstructions {
    text-align: center;
}

.new-account ul {
    width: 100px;
    margin: 20px auto;
}

.header {
    background: url(../con/Header-Froedtert-v2.jpg);
    background-size: contain;
    height: 166px;
    background-repeat: no-repeat;
width: 100% !important;
}

.catalog-tab-blurb {
  padding: 0px !important;
}

.header-links {
    padding-right: 15px;
}

#hiddenfield{display:none;}

.req_fld {
  color: red;
  display: inline-block;
}

/******************************************************************
************************* TAB LINKS *******************************
*******************************************************************/

/**************************************
********** DEEP LINKS 2018 ************
**************************************/
 
/*Image gray then fade to color when hover*/
 .deep_links img {
   filter: grayscale(0%);
   transition: all 0.5s ease;
}
 .deep_links img:hover {
   filter: grayscale(100%);
}

/*Image swapping code*/
/*.deep_links img:last-child{display:none}
.deep_links:hover img:first-child{display:none}
.deep_links:hover img:last-child{display:inline-block}*/
 
/** Max width - Sets max width for keeping rows of 4 icons - This is relative and may need to be adjusted depending on screen size, desired icon amount, etc.. **/
/** Min width - Sets min width to maintain correct row look when switching to responsive layout (i.e. 2 rows of 4 icons) **/
#deep_link_container{
  display: flex;
  flex-wrap: wrap;
  max-width: 95%;       /*46%*/
  /*min-width: 80%;*/   /*845px*/
  margin: 0 auto;
  margin-top: 35px;
}
 
 
/*** Padding Used to keep space between tabs when they wrap ***/
/***Margin maintains even space around icons as they respond to screen size***/
.deep_links_holder{
  padding-bottom: 15px;
  /*padding-right: 15px;*/
  margin: 0 auto;
  width: 25%;
  text-align: center;
}

.deep_links img {
  max-width: 100%
}
 
/*Keeps Main copy container center*/
#newscopy-wrapper{
  justify-content: center;
  margin: 0 auto;
}

.ind_txt{
  font-family: var(--custom-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--tab-blurb-text-color);
  padding: 10px 0 0 0;
  text-align: center;
  margin: 0 auto !important;
}

.ind_para {
  font-family: var(--custom-font);
  color: var(--tab-blurb-text-color);
  margin: 0 !important;
}

.header-links label {
    width: auto !important;
    display: inline-block !important;
}

/************************************
******* CATALOG PAGE *********
*************************************/

.stretchy_cols {
    background: #f3f3f3;
    border-radius: 7px;
}

#curr_item_image {
    border: 0px !important;
}



.imprint #curr_item_longinfo {
    text-align: center;
}

.catalog-tab-blurb span.no_mobile, .catalog-tab-blurb #searchfield_input, .catalog-tab-blurb #submit_catalog_search, .catalog-tab-blurb #submit_catalog_search_cancel {
    display: none;
}

#curr_item_info {
    font-size: 20px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    color: red;
}

.two-page table:not(.items-table) {
    margin: 0 !important;
}


/************************************
******* NO PRICING ON SITE *********
*************************************/

#total_block{
  display: none;
}

tr .updatetotalcol, tr .pricecol, #total_price_text {
   display: none !important;
}

/************************************
******* SHIPPING PAGE *********
*************************************/

.qtyspec_label {
    margin-left: 5px !important;
}

/*
#header-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    background: #fff !important;
}


.select-items {
    margin-top: 210px;
}

.responsive_tabs-shell {
    position: fixed;
}*/





.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(0,0,0, .9);
  transition: opacity .25s ease;
  font-size:16px;
  z-index:1000;
}
 
.modal_img {
  max-width: 100%;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
 
.modal-state {
  display: none;
}
 
.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}
 
.modal-state:checked + .modal .modal__inner {
  top: 0;
}
 
.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 70%;
}
 
.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
 
.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}
 
.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}
 
.modal__close:before {
  transform: rotate(-45deg);
}
 
/* ALLOW FOR WIDER MODAL IN MOBILE */
@media screen and (max-width: 768px) {
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}
