body {
  font-weight: 400;
  color: #424242;
}

a, a:hover {
  color: #424242;
  font-weight: 400;
}

.ds-bg-red {
  background-color: #cc3300 !important;
}

.ds-fg-red {
  color: #cc3300 !important;
}

.ds-border-red {
  border-color: #cc3300 !important;
}

#ds-outer-container {
  flex-direction: column;
}

#ds-logo-and-main-nav-container {
  flex-direction: column;
}

#ds-top-logo-band {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100px;
	background-color: white;
  align-items: stretch;
}

#ds-logo-cell {
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}

#ds-top-search-cell {
  flex: 1 0 280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#ds-top-phone {
  flex-direction: row;
  align-content: center;
}

#ds-top-phone a {
  margin: 0px;
  padding: 0px;
}

#ds-top-phone > div.ds-top-contact-div a {
  color: #cc3300;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

#ds-top-phone > div.ds-top-contact-div a i {
  margin: 0px;
  padding: 3px 6px;
}

.ds-top-phone-item {
  padding: 0px 10px;
  white-space: nowrap;
  letter-spacing: -1px;
}

#ds-search-box {
  flex-direction: row;
  width: 100%;
  max-width: 600px;
  padding: 5px 20px;
  align-items: center;
}

#ds-top-coupon-slider-cell {
 align-items: center;
}

#couponCarousel {
  margin: 0 10px 0 0;
  width: 300px;
	height: 86px;
}

#ds-left-and-body-container {
  flex-direction: column;
  padding: 0;
}

#ds-left-nav-div-holder {
    margin: 0px;
    padding: 0px;
}

#ds-main-navbar {
}

.ds-logo-img {
  padding: 0px;
}

#left-nav-bar {
    height: auto;
    margin: 0px;
    padding: .5rem 1rem;
    align-items: center;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
}

#left-nav-bar-content {
  flex-direction: column;
  /*max-height: 500px; - Controlled in script*/
  overflow: auto;
}

#left-nav-bar .navbar-brand {
    color: #cc3300;
    background-color: #fff;
    display: block;
  }

#ds-main {
  flex-direction: column;
  padding: 0;
  margin: 0;
  background-color: white;
}

.ds-lmm-main-navigation-title {
  display: none;
}

.ds-slider-coupon {
  width: 300px;
  height: 86px;
}

/* Search bar styles */
.input-group.md-form.form-sm.form-2 input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
#top-search {
  padding: 0;
}

#top-search i {
  padding: .375rem .75rem;
}

#ds-top-search-button {
  background: none; 
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}

input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea:focus:not([readonly]) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* When width is large */
@media (min-width: 992px) {
  
  /* Display left nav and body side by side in a row */
  #ds-left-and-body-container {
    flex-direction: row;
    min-height: 1200px;
    transition: 0.5s padding;
  }  
  
  /* Set up left nav to fit beside main body and adjust fixed */
  #ds-left-nav-div-holder {
    flex: 0 0 320px;
    align-items: flex-start;
  }  
  
  /* Turn on shadow when on left side */
  #left-nav-bar {  
    padding: 0px;
    height: 100%;
    align-items: flex-start;
    -webkit-box-shadow: 2px 0 5px -2px rgba(0,0,0,.16), 2px 0 10px 0 rgba(0,0,0,.12);
    box-shadow: 2px 0 5px -2px rgba(0,0,0,.16), 2px 0 10px 0 rgba(0,0,0,.12);
  }
  
  /* Reconfig the logo not to center or grow */
  #ds-logo-cell {
    flex: 0 0 auto;
  }
  
  /* Hide the main menu brand unless it's narrow */
  #ds-main-navbar .navbar-brand {
    display: none;
  }
  /* Hide the default header display */
  #left-nav-bar .navbar-brand {
    display: none;
  }
  
  #left-nav-bar-content {
  overflow: visible;
}
  
  /* Show our custom title */
  .ds-lmm-main-navigation-title {
    display: block;
  }
  
  /* Set padding to clear left nav */
  #ds-main {
    /* Done with script now */

  }
  
  .ds-logo-img {
    padding: 10px;
  }
}

/* When width is narrow */
@media (max-width: 1034px) {
  
  /* Remove coupon slider */
  #ds-top-coupon-slider-cell {
    display: none !important;
  }
  
  #dsHomePageInfoBox {
    display: none !important;
  }
}

.dsFlexRowMenuBox {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: row;
  align-items: center;
}

.dsFlexRowMenuBox span {
  flex: 1;
}

.dsTabHeaderImg {
    height: 75px;
    width: 75px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

/* This style is added to all non-default.aspx pages using script */
#ds-main.dsContentPageDynamicStyle {
  padding: 20px !important; 
}

.navbar {
  font-weight: 400;
}

/* Drop down menu styling */
.white-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
    color: #000;
    font-weight: 400;
}

.white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover {
    background-color: #cc3300;
}

#dsMenuCartCountBadge {
  position: relative;
  top: -2px;
}

.navbar.scrolling-navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}


#left-nav-bar a.dsTabNavBox {
  margin: 5px;
	padding: 5px;
	border: 1px solid #DDDDDD;
/*	border-radius: 6px;*/
	text-align: center;
	min-height: 180px;
	background-color: white;
	display: block;
	line-height: 1.2;
}


#left-nav-bar .dsTabNavBox img {
	display: block;
	padding: 10px 0px 0px 0px;
  margin: auto;
  max-width: 100%;
  height: auto;
}

#left-nav-bar .dsTabNavBox {
  	/*transition: all 0.4s ease, transform 0.4s;*/
}

#left-nav-bar .dsTabNavBox:hover {
	transform: scale(1.04);
  -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
}

footer {
	background-color: #aaa;
	color: #eee;
	padding-bottom: 0px;
  padding: 0 !important;
  margin: 0 !important;
}

.dsCustWebIDHead {
    font-style: italic;
    font-size: 20px;
    margin: 5px 0 0;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.dsCustWebID {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 20px;

}

#ds-outer-container > footer > div.container {
  padding: 20px 0;
}

footer .header {
    font-style: italic;
    font-size: 20px;
	  margin: 5px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
	  text-align: center;
}

footer .intro {
	text-align: center;
}

footer ul {
    list-style: none;
    padding: 0;
    line-height: 20px;
}

footer li {
	text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #e0a670;
    text-decoration: none;
}

footer .socialmediaDiv {
	margin: 10px auto;
	display: inline-block;
}

footer .socialmedia ul {
    margin: auto;
}

footer .socialmedia li {
    float: left;
    padding-top: 10px;
    padding-right: 10px;
}

footer .socialmedia .facebook {
    background: #395a93;
    padding: 5px 13px;
}

footer .socialmedia .twitter {
    background: #3082c4;
    padding: 5px 9px;
}

footer .socialmedia .gmail {
    background: #dc4d3f;
    padding: 5px 9px;
}

footer .socialmedia .blog {
	padding: 5px 9px;
    background: #0073b2;
}

footer .socialmedia a {
    border-radius: 5px;
    font-size: 20px;
    padding: 5px 9px;
}

footer .socialmedia a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

.copyright {
	background-color: #CC3300;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	padding: 20px;
	margin-bottom: 0px;
}

footer > div.copyright > div > div > div {
  text-align: center;
}


/* Home page content styles */
.bannerid {
  width: 100% ;
  max-width: 100%;
  min-height: 300px;
  background: url("../../../ds-images/HomeTop1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#dsHomePageInfoBox {
  flex: 1 0;
  padding: 20px;
	margin: 20px 10px;
	border: 1px solid #444444;
	border-radius: 6px;
	min-height: 155px;
	background: rgba(0,0,0,0.5);
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}

#dsCallToActionBox {
  flex: 2 0;
  padding: 0 0 20px 0;
  margin: 20px 10px;
	min-height: 155px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
/*  align-items: stretch;*/
}

#homePageH1 {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;  
}

#homePageH2 {
  color: #CCC;
  font-size: 1.0rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #cc3300;
}
.dsBannerH1 {
	color: #F5F5F5;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.dsBannerH2 {
	color: #CCC;
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

.dsBannerTxt h4 {
	color: #EEE;
}

.dsBannerTxt {
	color: #AAA;
}

.dsBannerTxt li {
	text-align: left;
}

.dsBB2Phone {
  align-self: center;
}

.dsBannerPhone {
  font-size: 2rem;
  font-weight: 400;
  color: white;
  flex-direction: row;
  align-items: center;
  align-self: center;
}

.dsBB2Call {
  font-size: 2rem;
  color: white;
  align-self: center;
}

.dsBB2Expert {
  font-size: 1.5rem;
  color: #DDD;
  align-self: center;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.dsBB2Rolling {
  font-size: 2rem;
  font-style: italic;
  color: #cc3300;
  padding: 10px 10px;
  background: rgba(0,0,0,0.4);
  border-radius: 6px;
  font-weight: 600;
  align-self: center;
  text-align: center;
  align-items: center;
  width: 99%;
}

.dsBB2InnerSpan {
  align-self: center;
  width: 100%;
}

.dsBB2Img {
  width: auto;
  max-width: 300px;
  align-self: center;
}
.dsBannerOK {
	color: #cc3300;
	padding-right: 10px;
	position: static;
	font-size: 20px;
}

.dsShopAppBadgeDiv {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  min-height: 70px;
}

.dsShopAppSurveyDiv {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  min-height: 205px;
}

#dsFeaturedItems {
  width: 100%;
  margin: 20px 0;
  padding: 0px;
}

#dsFeaturedItems h2 {
  width: 100%;
  color: #cc3300;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 20px;
}


/* Custom animation delays */
.animated.delay-600ms {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.animated.delay-800ms {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}
.animated.delay-1200ms {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.animated.delay-1400ms {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
}
.animated.delay-1600ms {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
}
.animated.delay-1800ms {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

/* Entity pages */

#dsEntityOuterWrapper br:first-of-type {
  display: none;
}

.entity-header {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px 0;;
  padding: 0;
  background-color: #f5f5f5;
  border: none;
  border-radius: .25rem;
  
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.entity-header h1 {
  font-size: 2.5rem !important;
  font-weight: 300;
  padding: 20px;
  color: #cc3300;
}

.entity-header img#imgEntity_Category, .entity-header img#imgEntity_Department {
  border: solid 20px white;
  background: white;
  max-width: 150px;
  max-height: 150px;
  display: none;
}

#catDescription {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
}
 
/* SubCategory Card Styles */
.ds-subcat-card-deck .ds-subcat-card {
  min-width: 200px;
  max-width: 400px;  
  margin: 0px 5px 20px 5px;
  transition: all 0.2s ease, transform 0.4s;
}

.ds-subcat-card-deck {
  justify-content: center;
}

@media (min-width: 576px) {
  .ds-subcat-card-deck {
      margin-right: -5px;
      margin-left: -5px;
  }
}
.ds-subcat-card:hover {
	transform: scale(1.04);
}

.ds-subcat-card a {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.ds-subcat-card .view img {
  max-width: 200px;
  max-height: 200px;
  margin: 5px auto 0 auto;
/*    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);*/
}

.ds-subcat-card .card-body .card-title {
    text-align: center;
    margin: 0 auto 5px auto;
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 100%;
}

.header.dsPageSort {
  background-color: white;
  justify-content: space-between;
  margin-bottom: 5px;
}

.dsPaging {
  
}

#dsTopSort .entity-sort.form-group {
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
  margin-bottom: 0px;
} 

select {
    display: block !important;
}

.entity-sort label.control-label {
  font-size: .8rem;
  color: #555;
  white-space: nowrap;
  float: left;
  margin: 3px 0 8px 0;
  padding: 0;
}

.entity-sort select {
  margin-left: 3px;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ccc;
  width: 130px;
  font-size: .8rem;
  height: 24px;
  color: #555;
}

/* Product Card Styles */
.ds-product-card-deck .ds-product-card {
  min-width: 260px;
  max-width: 350px;
  margin: 0px 5px 20px 5px;
  transition: all 0.2s ease, transform 0.4s;
  padding-top: 10px;
}

.ds-product-card:hover {
	transform: scale(1.04);
}

.ds-product-card-deck {
  /*justify-content: center;*/
}

@media (min-width: 576px) {
  .ds-product-card-deck {
      margin-right: -5px;
      margin-left: -5px;
  }
}

/*.ds-product-card a {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}*/

/*.ds-product-card .view img {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}*/


.ds-product-card a.ds-prod-card-link {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-content: center;
}

.ds-product-card a div:first-child {
  width: 100%;
  margin: 0px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ds-product-card img {
  width: 120px;
  max-height: 120px;
}

.ds-product-card .card-body {
    padding: 5px;
    width: 100%;
    align-items: center;
}

.ds-product-card .card-body .card-title {
  text-align: center;
  margin: 0 auto 5px auto;
  font-size: 1.1rem;
  font-weight: 500;
  max-width: 100%;
  line-height: 1.2;
}

.ds-product-card .card-body .card-text.dsSKU {
  font-size: .8rem;
  margin: 0 0 5px 0;
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
}

.ds-product-card .card-body .SalesPriceOverridden {
  text-decoration: line-through;
  color: #CC3300;
  font-size: 1rem;
  text-align: center;
}

.ds-product-card .card-body .DiscountedPrice {
  font-size: .9rem;
  font-weight: 500;
  text-align: center;
  color: #424242;
}

.ds-product-card .card-body .DiscountedPrice.dsKitDiscount {
  padding-top: 20px;
}

.ds-prod-card-btns {
  flex-direction: row;
  padding: 0 0 5px 0;
}


.ds-btn-prod-card {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 3px;  
}

.white-skin .ds-add-to-cart-btn {
  background-color: #cc3300 !important;
  color: #e0e0e0 !important;
  flex: 1 0 auto;
}

.white-skin .ds-info-btn {
  background-color: #858585 !important;
  color: #e0e0e0e0 !important;
  margin-right: 0px;
  flex: 0 1 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.btn.ds-add-to-cart-btn:hover {
    color: white !important;
    text-decoration: none;
}

.btn.ds-info-btn:hover {
    color: white !important;
    text-decoration: none;
}

#prod-table-5 {
  width: 100%;
}

/* When width is small */
@media (max-width: 577px) {
  .ds-subcat-card-deck {
    align-items: center;
  }
  .ds-product-card-deck {
    align-items: center;
  }
  .ds-subcat-card-deck .ds-subcat-card {
    max-width: 100%;
    min-width: 100%;
  }
  .ds-product-card-deck .ds-product-card {
    max-width: 100%;
    min-width: 100%;
  }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #777;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.num.active {
    background: #cc3300;
    color: #FFF;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #cc3300;
    background-color: #eee;
    border-color: #ddd;
}

@media (min-width: 800px) {
  .modal-dialog {
      max-width: 700px;
  }
}



.modal-dialog .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header {
  display: block;
  background-color: #cc3300;
}

.modal-title {
  color: white;
}

.modal-header .close i {
  color: white;
}

#shipping-calculator-label {
  font-weight: 500;
}

#dsShippingComment {
  font-weight: 500;
  color: #cc3300;
  margin-bottom: 20px;
}

#dsShippingCommentCkOut {
  font-weight: 500;
  color: #cc3300;
  margin: 10px 0 0 0;  
}

/* Hide parts of the address form leaving only zip code */
/*#pnlShippingCalculatorcontainer > div > div > div > div:nth-child(1),
#pnlShippingCalculatorcontainer > div > div > div > div:nth-child(2),
#pnlShippingCalculatorcontainer > div > div > div > div:nth-child(7) {
  display: none;
}*/

#pnlShippingCalculatorcontainer #AddressControl_drpType {
  display: none !important;
}

#divShippingCalculator > div > div.section-header.section-header-top {
  display: none;
}

#shippingMethodOpt {
  line-height: 1;
}

#shippingMethodOpt > span {
  font-size: .8rem;
  line-height: 1;
  display: block;
}


#shippingMethodOpt > input[type="radio"] {
  float: left;
  display: block;
  margin: 0 5px 15px 0;
}


input[type="radio"], [type=checkbox]:checked, [type=checkbox]:not(:checked)  {
  opacity: 1 !important;
  position: relative !important;
  pointer-events: auto !important;
}

/* Shopping cart styling */

#shopping-cart-container > div.row > div {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: column;
}

#pnlCartSummary > div > div.row.row-eq-height > div.col-xs-12.col-sm-12.col-md-9.text-left > div.cart-item-quantity > div > div.input-group.pull-left {
  flex-wrap: nowrap;
  flex-direction: row;
}

#pnlCartSummary > div > div.row.row-eq-height > div.col-xs-12.col-sm-12.col-md-9.text-left > div.cart-item-quantity > div > div.input-group.pull-left > span > a
{
  padding: 5px;
}

.cart-item-moveto-wishlist {
    position: absolute;
    top: -15px;
    left: 0px;
}

#pnlCartSummary > div > div.row.row-eq-height > div.col-xs-12.col-sm-12.col-md-3.text-center > div.cart-item-moveto-wishlist > span > input {
  background-color: #999!important;
  color: #fff!important;
  padding: 2px 10px;
  width: auto;
}

.cart-item-image {
    margin: 30px 20px 10px;
}

.cart-item-delete {
    right: 0px;
    margin-top: -26px;
}

#pnlCartSummary > div > div.cart-item-delete > button {
  background-color: #cc3300 !important;
  color: white !important;
}

.cart-item-description {
  margin: 0 24px;
}

.cart-item-sales-price {
    font-size: 18px;
    color: #777;
    margin: 10px 24px;
}

.cart-item-quantity {
  margin: 0 20px 10px 20px;
}

#pnlCartSummary  div.cart-item-kit-details  a {
  padding: 2px 10px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

.order-summary-card-subtotal-container, .order-summary-card-freight-container, 
.order-summary-card-tax-container, .order-summary-card-total-container {
  margin: 0 20px;
  justify-content: space-between;
}

.shopping-cart-checkout-buttons {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: column;
}

.shopping-cart-checkout-buttons > div > span {
  width: 100%;
}

.modal-apply-coupon-container {
  margin-top: 20px;
}

.shopping-cart-checkout-buttons > div > span.waves-effect {
  overflow: visible !important;
}

#btnContinueShoppingTop {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}

#btnCheckOutNowTop {
  background-color: #cc3300 !important;
  border-color: #cc3300 !important;
}

#dsShippingCalcButton {
  background-color: #cc3300 !important;
  border-color: #cc3300 !important;
}
#dsShipTruckIcon {
  
}

#AlternativeCheckoutsTop {
  display: none;
}

#ShippingInformation {
  margin-top: 10px;
}

#shopping-cart-container > div > div.col-lg-4.col-md-4.col-sm-12.col-xs-12 > div.shopping-cart-right > div.other-information-container > div {
  margin-top: 3px;
}

#shopping-cart-container > div > div.col-lg-4.col-md-4.col-sm-12.col-xs-12 > div.shopping-cart-right > div.other-information-container > div > a,
#ShippingInformation > a
{
  background-color: #999 !important;
}

#pnlCartSummary > br, #prodbody > br {
  display: none;
}

/* Check out process */
.checkout-steps-text {
    display: block;
}

.checkout-steps-active {
    background: #cc3300 !important;
    color: #FFF !important;
}

#divFormWrapper {
  flex-direction: column;
}

#divFormLeft {
  display: -ms-flexbox!important;
  display: flex!important;
  width: 100%;
}

#divFormLeft.float-left, #lit-shipping-info.float-left {
  float: none !important;
}

.section-header-top {
  color: #cc3300;
}

.summary-values {
  display: inline; 
}

#frmCheckOutShipping > div.panel.panel-default.panel-checkoutshippping > div.panel-body > div:nth-child(1) > div.form-horizontal > div {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: row;
  align-items: center;
}

#order-summary-card-container > div > div.panel-heading > div > button {
  margin: 0;
  padding: 2px 10px;
  background-color: #999 !important;
}

#dsOrderConfirmation > font {
  text-align: center;
}

#pnlNotCheckOutButtons {
  display: none;
}

#pnlShowWishButton {
  display: none;
}

#pnlLoyaltyPoints {
  display: none;
}

#pnlPageContentWrapper {
  display: -ms-flexbox!important;
  display: flex!important;
  flex: 1 0 auto;
}

#pnlPageContentWrapper > div:nth-child(2) {
  width: 100%;
}

#AccountForm > div.row > div {
  display: -ms-flexbox!important;
  display: flex!important;
  flex: 1 0 auto;
  flex-direction: column;
}

#profile-account-info-place-holder.float-left {
  float: none !important;
}

#AccountForm #update-profile {
  width: 100%;
}

#save-profile-button-place-holder > span {
  width: 100%;
}

#old-password-label-place-holder {
  display: none;
}

#LoginButton, #SignUpLink {
  height: 50px;
}

.dsFixBtnWrapper > span {
  width: 100%;
}

.dsFixBtnWrapper > span.waves-effect {
  overflow: visible;
}

/* Product display */
.page-item-image.thumbnail {
    text-align: center;
}

.image-pager img {
  width: auto !important;
}

.dsProductSKU {
  font-size: .9rem;
  margin: 0 0 5px 0;
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
}

#prod-table-4a {
  margin: 0;
}

#NavArrows {
  display:none;
}

label[id^="lblQuantity_"] {
  justify-content: left;
}

.SalesPriceOverridden {
    text-decoration: line-through;
    color: #CC3300;
    font-size: 1rem;
}

.DiscountedPrice {
    font-size: 1rem;
    font-weight: 500;
    color: #424242;
}

#ProdSummary > h2 {
  font-size: .9rem;
  font-weight: 300;
  color: #888;
}

#shopcartbutton .addtowishlit  {
  background-color: #454545 !important;
}

#pnlTopControlLines {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: row;
}
#pnlBottomControlLines {
  display: none;
}

.UpsellSectionLabel {
    width: 100%;
    display: block;
    color: #cc3300;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    padding: 20px;
}

#DisplayStockHint {
  text-align: center;
}

/* Kit product display */
#KitSideBar #shopcartbutton {
  justify-content: space-around;
}

.dsKitImgDiv {
  text-align: center;
  margin-bottom: 20px;
}

.dsKitProductSKU {
  font-size: .9rem;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
}


/* Search */
.dsSearchRowTop {
  
}
.dsSearchRowTop label {
  font-weight: 500;
}

#ds-main > div > div.Paging > div > div > nav > ul {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: row;  
}

#searchAdvance {
  flex-direction: column; 
}

.dsSearchTitleTop {
  color: #cc3300;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
}

.dsSearchDiv1 {
  
}

.dsSearchDiv2a {
  flex-direction: column;
  padding: 20px !important;
}

.dsSearchDiv2aa {
  flex-direction: row;
  align-items: center;
}

.dsSearchForLabel {
  margin: 0 10px 0 0;
  padding: 0;
  width: auto;
  flex: 0 0 auto;
  line-height: 1;
}

#dsSearchNote {
  margin: 0;
  padding: 0;
  color: #cc3300;
  font-size: .8em;
}

#dsSearchEmptyReturn {
  margin: 20px;
  color: #cc3300;
  font-size: 1.1em;
  font-weight: 400;
}

#dsSearchEmptyReturn2 {
  color: #cc3300;
  font-size: .8em;
  font-weight: 400;
}

#AdvSearchForm #txtSearchTermAdvanced {
  width: auto;
  flex: 1 0 auto;  
}

.dsSearchCriteria {
  flex-direction: row;
  align-items: center;
}

.dsSearchInCat {
  flex-direction: row;
  align-items: center;
}

.dsSearchInCatLabel {
  
}

.dsSearchInCatDrop {
  
}

#dsSearchInCatBtn {
  
}

#AdvSearchForm input[type=submit] {
    width: auto;
}
/* Well */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

/* Panel */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-heading {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

/* Utility */
.hide {
    display: none!important;
}

.white-skin .btn-primary, .white-skin .btn-success, .white-skin .btn-info {
    background-color: #cc3300 !important;
    border-color: #cc3300 !important;
    color: #fff!important;
}

table td {
    font-size: .9rem;
    font-weight: 400;
}

input {
    border: 1px solid #bdbdbd !important;
}

div.dsErrorPop {
    color: #B32222;
    padding: 10px;
    background-color: #EEADAD;
    border: solid 1px #E23535;
    margin-bottom: 20px;
}

/* Owl Carousel */
#owl-container {
  overflow: hidden;
}

#owl-container > div > div.owl-stage-outer > div > div > div
{
  margin: 10px !important;
}


.owl-carousel .owl-item img {
     width: auto; 
}

.owl-item .ds-product-card {
  transition: all 0.2s ease, transform 0.4s;
  height: 350px;
  min-height: 350px;
  max-height: 350px;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

/* Designer overrides */
@media (min-width: 40rem) {
  .is-box .column {
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
}

@media (min-width: 40rem) {
  .is-box .column.half {
      width: 50%;
  }
}

.is-title1-48 {
  color: #cc3300;
  font-size: 2rem;
  font-weight: 500;
}

.is-box figure {
    margin: 0;
}

.is-box img {
    max-width: 100%;
}

.is-box .row img {
    margin: 1.4em 0 1em;
}

/* Must keep all images responsive*/ 
.img {
  max-width: 100% !important;
}

#ise-message-tips {
	background: rgba(175, 0, 0, 1);
	color: #fff;
}
#ise-message-tips span:after {
	border-color: rgba(175, 0, 0, 0.9) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}


/* Branded Landing Pages */
.brandLpH1 {
  color: #555;
  font-size: 3.0rem;
  font-weight: 400;
  text-align: center;    
}
.brandLpH2 {
  color: #cc3300;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;    
}

.brandLpH3 {
  color: #cc3300;
  font-size: 2.0rem;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;    
  width: 100%;
  background-color: #eee;
  border: 1px solid #ddd;
	border-radius: 6px;
}


.brandImg {
  align-self: center;
  margin: 20px 20px;
}

.brandPageImageBox {
    padding: 20px;
    margin: 20px 10px;
/*    border: 1px solid #fff;
    border-radius: 6px;*/
    min-height: 155px;
    background: #fff;
    flex-direction: column;
}
.brandPageInfoBox {
    padding: 20px;
    margin: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 155px;
    background: #eee;
    flex-direction: column;
/*    overflow: hidden;*/
  /*max-width: 600px;*/
}

.brandPageInfoBox> div > h4 {
  font-size: 1.1rem;
  font-weight: 500;
}

.brandPageInfoBox > div > ul > li {
  font-size: 0.9rem;
  font-weight:400;
}

.brandBannerPhone {
    font-size: 2.0rem;
    font-weight: 500;
    color: #cc3300;
    flex-direction: row;
    align-items: center;
    align-self: center;
}

.brandAwardsDiv {
    padding: 20px;
    margin: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 155px;
    background: #cc3300;
    flex-direction: column;
/*    overflow: hidden;*/
  /*max-width: 400px;*/
}

.brandAwH4 {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 400;
  text-align: center;    
}

.brandAwP {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;    
}
.brandShopAppSurveyDiv {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    min-height: 205px;
}

.brandShopAppBadgeDiv {
  padding: 5px 20px 15px 20px;
}

.brandDeptHeaders {
  padding: 20px;
  margin: 20px 0px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #cc3300;
  font-size: 2.0rem;
  font-weight: 400;
  /*text-align: center;*/
  background-color: #f5f5f5;
}

/* When width is narrow */
@media (max-width: 1034px) {
  .brandDeptHeaders {
    padding: 10px;
    font-size: 1.5rem;
  }
}

/* When width is narrow */
@media (max-width: 577px) {
  .brandDeptHeaders {
    padding: 10px;
    font-size: 1.1rem;
    font-weight: 500;
  }
}


#accordionDept > div.card {
  border: none;
}

#accordionDept > div > div.card-header {
  padding: 0px;
  margin: 0px;
}

#landingPageProductsDiv > div.card-deck {
 /*justify-content: center*/ 
}

#accordionDept > div > div.collapse.show > div {
  padding: 20px 0 0 0;
}

#accordionDept > div > div.collapse.show > div > div > div{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-image: initial;
    border-radius: 0.25rem;
  
    min-width: 260px;
    max-width: 350px;
    margin: 0px 5px 20px 5px;
    transition: all 0.2s ease, transform 0.4s;
    padding-top: 10px;
  
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

/* When width is small resize product cards*/
@media (max-width: 577px) {
  #accordionDept > div > div.collapse.show > div > div  {
    align-items: center;
  }

  #accordionDept > div > div.collapse.show > div > div > div{
    max-width: 100%;
    min-width: 100%;
  }

}