html {
	overflow-x: hidden !important;
}

 /* Begin Header + Navigation */
.header.panel > .header.links {
    float: right !important;
}

.navigation {
    background: #fff !important;
    text-align: left;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: gray !important;
}

.nav-sections-item-content {
    background: #fff !important;
}

.page-header .panel.wrapper {
	border-bottom: none !important;
	background-color: #fff !important;
	color: #000 !important;
}

.header.panel > .header.links > li > a {
    text-decoration: underline;
}

.header.panel > .header.links > li > a:hover {
	color: gray;
	text-decoration: none !important;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: none !important;
	background: black !important;
	color: #fff !important;
	border-style: none !important;
	border-width: none !important;
	text-shadow: 0 0 15px white;
}

span.not-logged-in {
    margin-left: -13px;
}

/*.navigation ul {*/
/*    margin-bottom: -25px !important;*/
/*}*/

.header.links li a {
    color: black !important;
}

.navigation .level0 {
	margin: 0 !important;
}

.navigation .level0 > .level-top {
	color: #575757;
	line-height: 47px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px !important;
}

.navigation .level0 > .level-top:hover {
    background: black !important;
    color: #fff !important;
    text-shadow: 0 0 15px white;
}

.minicart-wrapper .action.showcart::before {
    color: #000 !important;
}

.minicart-wrapper .action.showcart.active {
    background-color: white !important;
}

#search_mini_form {
	width: 50%;
	float: right;
}

.block-search .action.search::before {
    color: #000 !important;
    font-size: 12px !important;
}
.block-search input {
    font-size: 12px;
}

#search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
#search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
#search::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
#search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}

/* End Header + Navigation */

/* Master */
body {
    overflow-x: hidden !Important;
}

.breadcrumbs ul li, .breadcrumbs ul li a {
	color: #35363A !important;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.breadcrumbs strong {
	font-weight: 500;
}

/* End Master */

/* Begin Footer */

.copyright {
    display: none;
}

.cFooter {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	order: 5;
}
  .footerSectionA {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }

  .footerCell {
    flex-grow: 0.25;
    border-right: 0.5px solid black;
    display: grid;
    padding: 0 1rem 1rem 2rem;
    flex-direction: column;
  }

  .fSBA a {
    margin: 0 10px 0 0;
  }

  .footerCell:nth-child(4) {
    border-right: 0;
  }

  .footerInfoHead {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }

  .footerSectionA a {
    color: #000;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2;
    width: max-content;
  }

  .footerSectionB a {
    color: #000;
    font-weight: 400;
  }

  .footerSectionAOuter {
    display: flex;
    width: 1280px;
    max-width: 100%;
  }

  .footerSectionBOuter {
  }

  .fSBA {
    margin: 5px 0 5px 0;
  }

  .footerSectionMA {
    display: none;
  }
  .accordion {
    padding-top: 18px;
	box-shadow: none !important;
	background: #fff !important;
	border: none !important;
  }

/* End Footer */

/* Begin General Magento Element Styles */

.action.tocart.primary {
    background: #242424 !important;
    border: #242424 !important;
}

.action.tocart.primary:hover {
    background: #ff2e2e !important;
    border: #ff2e2e !important;
}

.action.primary {
    background: black !important;
    border: 1px solid black !important;
}

.action.primary:hover {
	background: rgb(44, 44, 44) !important;
	border: 1px solid rgb(44, 44, 44) !important;
}

#top-cart-btn-checkout {
    background: red !important;
    border: 1px solid red !important;
}

#top-cart-btn-checkout:hover {
    background: #ff2e2e !important;
	border: 1px solid #ff2e2e !important;
}

.minicart-items .product-item-name a {
    color: #000 !important;
}

.action.submit.primary {
    color: #fff !important;
}

.action.compare.primary {
	color: #fff;
	box-shadow: none;
}

.ui-menu-icon.ui-icon.ui-icon-carat-1-e {
    display: none !important;
}
.page-products .product-item-info {
    text-align: center !important;
}

.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
    font-weight: bold;
}
.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
    background: #fff !important;
}

.product-item-link {
    text-transform: uppercase;
}

.action.switch {
    color: #000 !Important;    
}

.action.compare.primary:hover {
	color: #fff !important;
}

/* End General Magento Element Style */

/* Begin Responsive CSS */
@media only screen and (max-width: 768px)
{
    #search_mini_form {
    	width: auto;
    	float: none;
    }
    .block.widget .products-grid .product-item {
        width: 33% !important;
    }
    /* Begin Footer Resp. CSS */
        .footerSectionAOuter {
      flex-direction: column;
    }
    .footerCell {
      width: 100%;
      border-right: 0;
    }
    .accordion {
      background-color: #eee;
      color: #444;
      cursor: pointer;
      padding: 8px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      transition: 0.4s;
      display: block;
    }
    .accordion:hover {
      background-color: #ccc;
    }
    .panel {
      padding: 10px 18px;
      display: none;
      background-color: white;
      overflow: hidden;
    }
    .footerSectionA {
      display: none !important;
    }
    .footerSectionMA {
      display: flex;
      flex-wrap: wrap;
      max-width: 1280px;
      border-bottom: 1px solid lightgray;
      padding-bottom: 2.2rem;
      padding-top: 1.2rem;
    }
    .footerSectionAOuter {
      color: #000;
      padding-top: 1rem;
    }
    .footerCell.panel a {
        color: #000;
    }
    .accordionIcon {
        float: right;
        font-weight: bold;
    }
    /*End Footer Resp. CSS */
}

@media only screen and (max-width: 820px) {
     .promo-inner-col:nth-of-type(2) img {
	    display: none !important;
     }
}

@media only screen and (max-width: 767px) {
   .nav-sections-item-content {
        padding: 0 0 0 0;
   }
   .nav-sections-item-switch {
        color: black;
   }
   .catalog-product-view .footerSectionAOuter {
	margin-top: -90px;
   }
   .nav-sections .header.links li.greet.welcome {
	display: none !important;
   }
}

/* End Responsive CSS */
