/*=====================================================
    
    DESKTOP

=====================================================*/

@font-face {
	font-family: 'vanilladaisy';
	src: url('../fonts/VanillaDaisy-Pro.eot'); /* IE9 Compat Modes */
	src: url('../fonts/VanillaDaisy-Pro?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/vanilladaisy-pro-webfont.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/VanillaDaisy-Pro.woff') format('woff'), /* Pretty Modern Browsers */  url('../fonts/VanillaDaisy-Pro.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/VanillaDaisy-Pro.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*@font-face {
  font-family: 'vanilladaisy';
   src: url('fonts/VanillaDaisy-Pro.eot'),;
   src:
   url('fonts/VanillaDaisy-Pro.woff') format('woff'),
   url('fonts/vanilladaisy-pro-webfont.woff2') format('woff2'),
   url('fonts/VanillaDaisy-Pro.svg') format('svg'),
   url('fonts/VanillaDaisy-Pro.ttf') format('truetype'),;
}
*/
 

body {
	font-family: 'Roboto', sans-serif;
	font: normal 13px "Roboto", sans-serif;
}


a:focus{
	outline:none;
	outline:0px auto -webkit-focus-ring-color;
	outline-offset:0px
}

span.tooltip-bubble {
    text-decoration: underline;
}

.page-title {
	border-bottom: 1px solid #e1e1e1;
}
.inputs {
	font-size: 16px;
}
.page-title h1 {
	font-family: 'Roboto', sans-serif;
	background: none;
	font-weight: 700;
	color: #c5142e;
	margin: 10px 0;
}
.qx-red {
	color: #c5142e;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: #ffffff;
}
.top-section-qx {
	width: 100%;
	min-height: 40px;
	height: auto;
	background-color: #ebebeb;
	display: block;
}
.top-section-qx-links {
	font-size: 12px;
	color: #333;
	padding-top: 13px;
	text-align: right;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.top-section-qx-links a:link, .top-section-qx-links a:visited, .top-section-qx-links span {
	color: #333;
	padding: 0 5px;
/* DC EDIT ADD NOWRAP */white-space: nowrap;


}

.top-section-qx-links a:link{
	color:#333;
}

.top-section-qx-links a:hover{
	color:#c5142e;
}

.top-section-qx-links a.multi-store-links {
	display: inline-block;
	margin: -13px 0 0 0;
	padding: 0;
	float: left;
}

.top-section-qx-links .multi-store-links:first-of-type {
	border-right: 1px solid #cecece;
}

.top-section-qx-links .multi-store-links img {
	height: 40px;
	padding: 2px;
}

.header-menu > ul > li > a, .header-menu > ul > li > span {
	padding: 7px 10px;
}
.mega-menu .dropdown .row .box a:hover {
	background: rgba(191,63,127,1);
}

.mega-menu .dropdown.categories.fullWidth .title {
	font-family:'roboto';
	
}



  #headerMenuParent,   .mega-menu .dropdown {
	background-color: #ffffff;
	background-image: url(../img/bg-grid-fade-85-bottom.gif);
	/*background-position: top;*/
	background-position: 50% -17px;
border-bottom: 2px solid #ebebeb;

	padding-bottom:2px;
}
.topic-block-title {
	margin: 0 0 30px;
	font-size: 20px;
	padding-bottom: 22px;
	background: url('../img/topic-sep-pink.png') no-repeat center bottom;
}
#headerMenuParent.stick {
	background-image: none;
}
  .header-menu > ul > li:hover {
	background: none;
	background-image: url(../img/underline-nav-pink.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.header-menu > ul {
	margin-bottom: 7px;
}
.product-grid .item-box .picture a:before {
	padding-top: 100%;
}

.product-list .item-box .picture img {
	bottom: auto;
}

.mega-menu .dropdown .box a {
	background: rgba(196,18,48,1)
}
a:hover {
	text-decoration: none;
}
/* SEARCH BOX HEADER 

.search-box {
	display:none;
}*/



.search-box-navi input.search-box-text {
	float: left;
	width: 220px;
	font-size: 13px;
}
.search-box-navi .search-box-button {
	float: left;
	width: 32px;
	border: none;
	overflow: hidden;
	background: url('../img/search-button.png') center no-repeat;
	text-indent: 999px;
}
.search-box-navi {
	float: right;
}
/* ATTEMPT SEARCH BOX HEADER 

.search-box {
	margin: 0;
	float:none;
height: 45px;
}
.search-box form {
height:45px;	
	
}

.search-box input.search-box-text {
	
padding: 21px 15px;	
	
}

 */



 /** DC EDIT **/
 .hp-seo-txt P {
 	text-align: justify;
 }

.filter-block .title a.toggleControl {
    color: #333;
    /*display: block;*/
    font-size: 16px;
    /*line-height: 17px;*/
    padding: 16px 20px !important;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    text-align: left;
	font-family: 'roboto',sans-serif;
	font-weight: bold;
    display: block;
    background: url(../img/subtract-button.png) no-repeat 95% center #FFFFFF;

    overflow: hidden;
    line-height: 20px;


}


.block .title strong  {
    color: #333;
    /*display: block;*/
    font-size: 16px;
    /*line-height: 17px;*/
    padding: 16px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    text-align: left;
	font-family: 'roboto',sans-serif;
	font-weight: bold;
    display: block;
    line-height: 20px;
    background-color: #FFFFFF;
}

ul.checkbox-list {
	margin-bottom:0;
}


.checkbox-list li input + label {
	margin-bottom:0;
	font-weight: 400;
	font-style: 15px;
}

 
.registration-page  .form-fields {
	border-left:none;
	border-right:none;
}

.color-squares li input {
    display: none;
}

img.img-fluid {
	max-width:100%;
	height:auto;
}

.login-page .page-title, .registration-page .page-title {
	margin-bottom:0;
}

.topic-page-head-img {
	margin: 0;
	padding: 0;
}

.topic-page-head-img img{
margin-bottom:40px;
}


 .hazard-warn p {
 	padding: 0 0 10px 0;
 	font-size: 14px;
 	color:#c5142e;
 }

.MegaMenuQosmedix {
	/*background:#990000;*/
}

.miniProductDetailsView .product-name {
    background: none !important;
    color: #000000;
    font-family: 'roboto', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    padding: 20px 30px;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    text-shadow: none;
    height: auto;
}


.miniProductDetailsView .attributes {
    margin-bottom: 15px;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.miniProductDetailsView .add-to-cart-button {
		margin:12px !important;
}

/*  DC EDIT Removed 
 .item-grid .details .buttons {

    top: -116px !important;

}
*/
.add-info .buttons .product-box-add-to-cart-button {
    background: url(../img/shopping-cart.png) no-repeat center #333333 !important;
}

.miniProductDetailsView .add-to-cart {
	margin-top:20px !important;
}

.miniProductDetailsView h1.product-variant-name {
    color: #000000;
    font-family: 'roboto', sans-serif !important;
    font-size: 16px;
 
    margin: 0 0 15px;
    text-transform: none;
}



.productAddedToCartWindowTitle {
    text-align: center !important;
    font-family: 'roboto', sans-serif !important;
    font-weight: normal !important;
    color: #000 !important;
    font-size: 18px !important;
    width: 100% !important;
    padding: 20px 30px !important;
    background: none !important;
    text-shadow: none !important;
}


.productAddedToCartWindowDescription h1 {
    margin: 0 0 15px 0 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-family: 'roboto', sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.productAddedToCartWindowCheckout {
	border: medium none !important;
    color: #ffffff;
    font-family: 'roboto', sans-serif !important;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #c5142e !important;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

.productAddedToCartWindowSummary a {
    display: inline-block;
    line-height: 18px !important;
    margin: 0 20px;
    border:none;
    color: #ffffff;
    font-family: 'roboto', sans-serif !important;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #CCCCCC !important;
    line-height: normal;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

/* .mobile-hp-notification {
	display:none;
}*/


.mobile-hp-notification {
	display:block;
	width: 100%;
	max-width: 2000px;
	margin:0 auto;
	height: auto;
	background-color: #AFD9B3 ;
	padding:0;
	text-align: center;
	border-top: 1px solid #afd9b3;
}

.mobile-hp-notification p{
	color:#FFFFFF;
	font-size: 16px;
	font-weight: 300;
	padding:10px;
	margin:0;
}

.mobile-hp-notification p strong {
		font-weight: 500;
}

.mobile-hp-notification.grey-msg{
	border-top: none;
	background-color: #333333;
}

.mobile-hp-notification.red-msg{
	border-top: none;
	background-color: rgba(197, 20, 46, 1);
}


.news-item-page .news-body {
	padding:0;
}

/*.post-date, */
.news-date {
	padding:20px 0;
}

.news-head .news-date {
	padding:0;
}

.news-item-page .page-title {
	margin:0;
}

.press-release-social-share {
	margin-top:20px;
 
}
 .pagination>li>a, .pagination>li>span,  .pagination>li>a:visited,  .pagination>li>a:focus  {
	color:#333;

 }


 .pagination>li>a:hover {
	color:#666666;

 }

.item-grid .details .product-title a {
    display: block;
    text-transform: none;
    font-weight: normal;
    max-height: 60px;
    font-size: 16px;
    font-family: 'roboto', arial, helvetica, sans-serif;
}


.item-grid .details .product-title span {
	padding:3px 0;
    vertical-align: top;

}

.quick-view-button a {
 
    background-color: rgba(0,0,0,.5)!important;
 
}
 


 .news-item {
 	margin-bottom:20px!important;
 }

.order-details-page .button-2, .order-details-page .button-1,.login-page .checkout-as-guest-or-register-block .button-1, .login-page .returning-wrapper .button-1 {
	font-family: 'roboto', sans-serif;
	background: #666;
}

p.quick-center {
	text-align: center !important;
}

img.catalogpdfimg{
	max-width: 350px;
	background-color: #990000;
}



.pager li.previous-page *, .pager li.next-page *, .pager li.first-page *, .pager li.last-page * {
	background-color:#d2d2d2;
}


  .item-box .details {
 	background-color: #d2d2d2;
 }

 .item-box:nth-child(odd) .details {
 	background-color: #e1e1e1;
 }

 .item-box .actual-price{
 	font-family: 'roboto', sans-serif;
 	color:#666;
 	font-size: 14px;
 }


 .slider-wrapper>img, .slider-wrapper> a>img {
    width: 100%;
    max-width: 1002px !important;
    margin: 0 auto 8px auto;
}

.account-page .section.address-item, .account-page .section.order-item {
    float: left;
    width: 33%;
    display: block;
    min-height: 400px;
}

.account-listbox ul.list {
	margin-bottom:0;
}

/* PO box Message change */

.edit-address-po-box-msg {
padding:0 0 15px 0;
}


.post-title, .news-title, .news-items .read-more {
	font-family: 'roboto', sans-serif;
}


.news-items .news-item  {
	margin:20px;
}
 

.side-2 .block .list>.active>a {
 	font-weight: 700;
 	color:#c5142e;
 }
  .block .list .active {
 
 	border-bottom:none;
	border-right:none;
	border-left:none;
 }


   .block .list .active .last {
 	border-top:none;
 	border-bottom:none;
	border-right:none;
	border-left:none;
 }



 .block .list a {
	color:#333333;
	font-weight: 700;


}


 .block .list .sublist a {
	color:#666666;
	padding-left:45px;
	font-size: 15px;
	font-weight: 400;
}

 .block .list .sublist ul a {
	color:#616161;
	font-weight: 300;
	padding-left:60px;
	font-size: 15px;
}

/*
.block .list .active {
	border:none;
}*/

.block .list .active .last a{
 	color:#990000;
 }

.side-2 .block .sublist>.active>a {
	background-color:#FFFFFF;
}

.tool-tip-label {
	text-decoration: underline;
 	color:#c5142e !important;
}

.product-collateral .additional-details .customizable-options span p {
	padding: 0 0 0 0.6em;
}


/****** Table Tier Prices Edit ******/

@media (max-width: 768px) {
	
.product-details-page .prices-row .item-quantity {
	min-height: 57px;
}

.product-details-page .prices-row .item-price {
	min-height: 57px;
}

}


 .account-page .section.address-item, .account-page .section.order-item {
	text-align: left;
	font-family: 'roboto', arial, sans-serif;
 }

 .account-page .address-item .title, .order-list-page .order-item .title, .return-request-list-page .title {
	background:none;
	font-family: 'roboto', arial, sans-serif !important;
 }

.account-page .address-item .title strong, .order-list-page .order-item .title strong, .return-request-list-page .title strong{
	background:none;
	font-family: 'roboto', arial, sans-serif !important;
 }

 .address-list-page .address-item .country {
	/** DC EDIT **/
	margin: 0 0 15px;
    line-height: 24px;
    font-size: 15px;
    color: #555;
    text-transform: capitalize;
	/** END DC EDIT **/
	font-family: 'roboto', arial, sans-serif !important;

 }


 .address-list-page .buttons {
 	text-align: left;
 }


.registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, .password-recovery-page .button-1, .account-page .button-1, .return-request-page .button-1 {
	background: #666;
}

.account-page .button-2:nth-child(odd) {
	background: #666;	
}

.account-page .button-2 {

	background:#444;
}


.mini-shopping-cart input[type="button"] {
	 background: #c5142e;
	 	font-family: 'roboto', arial, sans-serif !important;

}

.newsletter-email input[type="button"] {
	 background: #666;

}


.shopping-cart-page .common-buttons .update-cart-button {
	/* DC EDIT 
	 background: #444;
	 */

	 background: #c3c3c3;

}



.shopping-cart-page .button-1  {
	/* DC EDIT 
	 background: #444;
	 */

	 background: #ccc;

}

.cart-collaterals .coupon-code input[type="submit"] {
	/* DC EDIT 
	 background: #444;
	 */

	 background: #ccc;

}

.shopping-cart-page .estimate-shipping-button {
	/* DC EDIT 
	 background: #444;
	 */

	 background: #ccc;
}


.shopping-cart-page .common-buttons .continue-shopping-button {
	/* DC EDIT 
	 background: #444;
	 */
	background: #ccc;
}




.wishlist-content .buttons input {

    color: #fff;
	font-family: 'roboto', arial, sans-serif ;

	background: #ccc;
}

.wishlist-content .buttons input:nth-child(even) {
	 background: #c5142e;
}

.add-info .buttons .add-to-wishlist-button {
    background-color:  #CCCCCC;
}

.tooltip-bubble {
	text-decoration: underline;
}


.enter-password-form input[type="submit"] {
		 background: #c5142e !important;
}

 /** END DC EDIT 09-14-2016 **/
.search-box .search-box-button {
	background-color: #FFFFFF;
}
 
.topic-block-body p {
	text-align: left;
}
.topic-block-body p.center-it {
	text-align: center;
}
.header-selectors-wrapper > div.currency-selector {
	display: none;
}
.topic-block a, .topic-page a {
	text-decoration: none;
}
input {
	margin: 0;
	font-size: 13px;
	color: inherit;
}
.category-description ul, .manufacturer-description ul, .full-description ul, .topic-block ul, .topic-page ul, .post-body ul, .custom-tab ul {
	padding: 0;
}

.manufacturer-description ul.push-list-right{ 
	margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
    }
.topic-page .well ul {
	padding: 0 0 0 36px;
}
.header-menu > ul > li > a, .header-menu > ul > li > span {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #333;
}
.stick > .header-menu > ul > li > a, .stick > .header-menu > ul > li > span {
	color: #FFFFFF;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: rgba(196,18,48,1);
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: rgba(196,18,48,1);
	border-color: rgba(196,18,48,1);
}
a, a:hover, /*DC EDIT */a:focus {
	color: #c5142e
}
.h1, .h2, .h3, h1, h2, h3 {
	margin: 0;
}
.breadcrumb {
	padding: 6px 13px;
	margin-bottom: 0;
	list-style: none;
	background-color: Transparent;
	border-radius: 0px;
	margin: 0 0 0 -2px;
}

.breadcrumb li>span, .breadcrumb li>strong, .breadcrumb li>a {
    display: inline-block;
    padding: 6px 13px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px;

    font-size: 15px;
}


.pager li > a, .pager li > span {
	border-radius: 0;
	padding: 10px;
}
.item-box .product-title a, .item-box .title a {
	color: #333;
}
.hp-content-3 {
	border-radius: 0;
	border: none;
}
.hp-content-3>img {
	padding-top: 7px;
}
.text-left {
	text-align: left;
}
.overview .label {
	color: #333;
}
.sub-category-grid .item-box .title a {
	font-size: 16px;
	font-family: Helvetica, Arial, Sans-Serif;
}
.brands-bottom-qx {
	line-height: 36px!important;
	color: #333;
}


/* Product Page -- Group products */
.variant-overview .label {
     display: inline; 
     padding: .2em .6em .3em; 
	 font-size: 15px;
     font-weight: normal;
     line-height: 1; 
     color: #000000; 
     text-align: center; 
     white-space: nowrap; 
     vertical-align: baseline; 
     border-radius: .25em; 
}


.variant-overview .variant-name {
    vertical-align: middle;
    margin: 0 0 5px;
    padding: 5px 10px 5px;
    font-size: 17px;
    font-family: 'roboto', helvetica, arial, sans-serif;
    color: #000;
    text-transform: capitalize;
    cursor: auto;
}

.variant-overview .variant-sku {
    vertical-align: middle;
    margin: 0 0 5px;
    padding: 5px 10px 5px;
    font-size: 17px;
    font-family: 'roboto', helvetica, arial, sans-serif;
	color: #c5142e;
    text-transform: capitalize;
    cursor: auto;
}

.variant-overview .custom-product-selector {
    width: auto;
    background-color: #FFFFFF;
    border-radius: 0px;
    border: none;
    padding: 0;
}


.variant-overview .attributes {
	background-color: #FFFFFF;
}


 .variant-overview .variant-description {
    margin: 0 0 5px;
        padding: 5px 10px 5px;
    line-height: 20px;
}
 

.variant-overview .prices {
    margin: 0 0 15px;
    padding: 5px 0 0 0;
} 

.product-variant-line {
	border-top:1px solid #e1e1e1;
	padding-top:35px;
	margin-bottom: 15px;
}

.product-variant-line hr {
	display:none;
}


.variant-overview .prices > div {
	/*padding:10px 0 15px;*/
	padding:0;
}

.variant-overview .variant-name {
	background:none;
}

.variant-picture {
	height:250px;
}

.variant-overview .customizable-options a{
	text-decoration: none
}

.variant-overview .addToCartBtnPurchase {
	    margin-bottom: 20px;
}

 .variant-picture img {
 	padding:10px;
 }


.product-essential .button-below {
    height: 45px;
    width: 60%;
    max-width: 180px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background: #c5142e;
    line-height: 36px;
}



.discontinued-des {
	padding:15px;
}

.discontinued-des p {
	text-align: left;
}


.discontinued-des span {
color:#c5142e;
font-weight: bold;
}

/*Bootstrap Edit */

.tooltip {

  z-index: 1999;
}

 .tooltip.top .tooltip-inner {
     background-color:#FFFFFF;
     border: 3px solid #e1e1e1;
     color:#333;
     max-width: 300px;
 }

 .tooltip.in {
   filter: alpha(opacity=100);
   opacity: 1;
 }

 .tooltip.top .tooltip-inner P{
	font-size: 14px;
	padding:4px;
	color:#333333;
	text-align: left;
}

.tooltip.top .tooltip-arrow {
       border-top-color: #e1e1e1;
}

.catalog-align-copy {
	text-align: center !important;
}

.new-arrival-catalog img {
	max-width: 350px;
}

.new-arrival-catalog p {
	margin: 10px 0 40px 0;
}

.qos-cart-standard {
	display: none !important;
}

.iso-certs-footer {
	margin: 0 0 25px 0;
}

.qos-cart-mobile {
	display: inline-block !important;
}


/** Launch video section 2 **/

.launch-video-section {
	margin: 0 auto 100px auto;
	background-color: #eb7eb2;
	color: #ffffff;
	padding: 65px 0;
	background: linear-gradient(185deg, #faaa57, #eb7eb2);
	position: relative;
	overflow: hidden;
}

.launch-video-section::before {
	content: "";
	background: url(/themes/ibb/content/images/shape-top.svg) center bottom no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	height: 141px;
	width: 1920px;
}

.launch-video-section::after {
	content: "";
	background: url(/themes/ibb/content/images/shape-bottom.svg) center bottom no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	bottom: 0;
	height: 141px;
	width: 1920px;
}

.launch-video-section .section {
	margin: 0;
	padding: 30px 0;
}

.launch-video-section .launch-container {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
	
.launch-video-section .launch-copy-content {
	padding: 0 12px 25px 12px;
}

.launch-video-section .launch-container h2 {
	font-size: 25px;
	font-weight: 600;
	padding: 0 0 15px 0;
	color: #ffffff;
}

.launch-video-section .launch-container h3 {
	font-size: 16px;
	padding: 0 0 15px 0;
	color: #ffffff;
	line-height: 1.4;
}

.launch-video-section .btn-primary {
	margin: 10px 0 0 0;
	background-color: #5354a4;
	border: 1px solid #5354a4;
}

.launch-video-section .btn-primary:hover, .launch-video-section .btn-primary:focus, .launch-video-section .btn-primary:active {
	background-color: #00a7c8 !important;
	border: 1px solid #00a7c8;
	box-shadow: none !important;
}

.launch-video-section .launch-video-content {
	display: block;
    height: auto;
    position: relative;
	margin: auto;
    z-index: 200;
    width: 100%;
}

.ibb-launch-video-icon {
	display: block;
	width: 250px;
	margin: 60px auto 0 auto;
}

.ibb-launch-video-icon img {
	width: 100%;
}


@media screen and (min-width: 570px) {
	
	.launch-video-section .launch-copy-content {
		padding: 0 35px 25px 35px;
	}
	
}


@media screen and (min-width: 1001px) {
	
	.launch-video-section {
		padding: 65px 0;
		margin: 0 auto 135px auto;
	}
	
	.launch-video-section .launch-container h2 {
		font-size: 25px;
	}
	
	.launch-video-section .launch-container h3 {
		font-size: 16px;
	}
	
	.launch-video-section .launch-copy-content {
		padding: 0 100px 0 35px;
		min-height: 140px;
	}
	
	.launch-video-section .launch-video-content {
		height: 338px;
		width: 600px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
	}
	
	.launch-video-section .launch-container .row {
		display: flex;
	}
	
	.ibb-launch-video-icon {
		margin: 60px auto 12px auto;
	}
	
}


@media screen and (min-width: 1200px) {
	
	.launch-video-section .launch-copy-content {
		padding: 0 106px 0 35px;
		min-height: 156px;
	}
	
	.launch-video-section .launch-video-content {
		height: 354px;
		width: 630px;
	}
	
}


@media screen and (min-width: 1368px) {
	
	.launch-video-section {
		padding: 100px 0;
	}
	
	.launch-video-section .launch-container h2 {
		font-size: 34px;
	}
	
	.launch-video-section .launch-container h3 {
		font-size: 16px;
	}
	
	.launch-video-section .launch-copy-content {
		padding: 0 45px 0 30px;
		min-height: none;
	}
	
	.launch-video-section .launch-video-content {
		height: 389px;
		width: 691px;
		right: -83px;
	}
	
}


@media all and (min-width: 1001px) {
/* GLOBAL STYLES */
body {
	background-color: #fefefe;
}
body.home-page-wrapper {
	background-color: #fefefe;
}


.product-selectors > .mobile-filter-opt {
	display:none;
}	


.header-menu > ul > li.mobile-menu-show{
    display: none;
}



.header-logo {
	margin: 7px 0 0 7px;
}


.header-inner {
    padding: 16px 0;
    background: url(../img/centimeter-icon.png) no-repeat; 
	background-position: 288px -17px;

}

.header {
	background-image: url(../img/bg-grid-fade-85-bottom.gif);
	/*background-position: top;*/
	background-position: 50% -17px;
}
.sub-category-grid .item-box, .manufacturer-grid .item-box {
	width: 25%;
}
#headerMenuParent {
/*	background: rgba(196,18,48,1);*/
	position: relative;
	z-index: 1001;
}


.product-details-page .overview {
    width: 550px;
}


.product-details-page .discontinued-product {
	position: static;
	width:450px;  
    margin: 50px;
    background: #f9f9f9;
    text-align: center;
    z-index: 1000;
}

.qos-cart-standard {
	display: inline-block !important;
}

.qos-cart-mobile {
	display: none !important;
}

.item-box .product-title, .item-box .title {
	/*height:70px;*/
}

.mfp-close{
	cursor: pointer!important;
}


.product-grid .hover-effect-2 .details {
    position: static;
    min-height: 130px;
}
 
.gallery .picture-wrapper .picture {
	width: auto !important;	
}

.product-details-page .gallery {
	max-width: 420px;
}

}
/* END OF 1001 PX Area */



.nivo-caption p {
}
.nivo-black-box {
/*
 background: #000000;
 
    width: 100%;
    height:300px;
    z-index: 10;
    opacity: 0.4;
    position:relative;
    -moz-opacity: 0.4;
    filter: alpha(opacity=4);
 */
 
}
.nivo-header-style-custom {
	font-size: 46px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	float: left;
	z-index: 20;
}
.nivo-header-sub-custom {
	font-size: 43px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	z-index: 20;
}

.category-caro-hp {
	width:100%;	
	margin:1px auto 0 auto;

}

.hp-main-banner {
	border-bottom:1px solid #e1e1e1;
	
}

.mobile-responsive-slider{
display: none;
	width: 100%;
	max-width: 2000px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.responsive-slider {
	width: 100%;
	max-width: 2000px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.responsive-slider [data-animate], .mobile-responsive-slider [data-animate]{
	opacity: 0;
}
.responsive-slider .slides, .mobile-responsive-slider .slides {
	position: relative;
	overflow: hidden;

}
.responsive-slider .slides ul, .mobile-responsive-slider .slides ul  {
	list-style-type: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-size: 0;
}
.responsive-slider .slides ul li, .mobile-responsive-slider .slides ul li {
	display: inline-block;
	max-width: 100%;
}
.responsive-slider .slides ul li .slide-body, .mobile-responsive-slider .slides ul li .slide-body {
	display: inline-block;
	position: relative;
	max-width: 100%;
	font-size: 14px;
}
.responsive-slider .slides ul li .slide-body img, .mobile-responsive-slider .slides ul li .slide-body img {
	max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .captionhp {
	position: absolute;
	color: #ed2e50;
	text-shadow: none;
}
.responsive-slider .slides ul li .slide-body .captionhp.headerhp {
	top: 18%;
	right: 25%
}
.responsive-slider .slides ul li .slide-body .captionhp.headerhp h2 {
	font-size: 80px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0.5;
	position: relative;
	-moz-opacity: 0.5;
	filter: alpha(opacity=5);
}
.responsive-slider .slides ul li .slide-body .captionhp.headerhp h2 i {
	font-size: 35px;
}
.responsive-slider .slides ul li .slide-body .right-data-hp-box {
	bottom: 30%;
	right: 20%;
	padding: 50px 45px;
}
.responsive-slider .slides ul li .slide-body .left-black-hp-box {
	bottom: 30%;
	left: 20%;
	padding: 70px 50px;
}
p.feature-story-p {
	font-size: 14px;
	width: 100%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: none;
	text-align: left;
	white-space: pre-wrap;
}
.catalog-feature-story-p {
	font-size: 16px !important;
	letter-spacing: 0.5px;
	line-height: 21px;
	padding: 0 40px 0 0;
}
.responsive-slider .slides ul li .slide-body .captionhp.img-pro-brushes-banner-image img {
	max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .captionhp.img-pro-brushes-banner-image {
	bottom: 0%;
	right: 0%;
	width: 100%;
}
.responsive-slider .slides ul li .slide-body .captionhp.img-pro-brushes-banner-txt img {
	max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .captionhp.img-pro-brushes-banner-txt {
	bottom: 0%;
	right: 0%;
	width: 100%;
}
.responsive-slider .slides ul li .slide-body .right-data-hp-box {
	height: auto;
	width: auto;
	background: rgba(237, 46, 80, 0.9);
}
.responsive-slider .slides ul li .slide-body .right-data-hp-box p {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
}
.responsive-slider .slides ul li .slide-body .right-data-hp-box p > span {
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}
a.head-right-link-type:link, a.head-right-link-type:visited {
	font-size: 16px;
	width: 100%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: none;
	text-align: right;
	float: right;
	white-space: pre-wrap;
	padding-top: 20px;
}
.responsive-slider .slides ul li .slide-body .right-data-hp-box p.head-ama-type {
	margin-bottom: -15px;
	padding-top: 20px;
	font-size: 14px;
}
.responsive-slider .slides ul li .slide-body .right-data-hp-box p.head-ocu-type {
	font-size: 16px;
	text-align: center;
}
.responsive-slider .slides ul li .slide-body .left-black-hp-box {
	height: auto;
	width: auto;
	background: rgba(0, 0, 0, 0.5);
}
.responsive-slider .slides ul li .slide-body .left-black-hp-box p {
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
.responsive-slider .slides ul li .slide-body .left-black-hp-box p > span {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
}
.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-txt {
	max-width: 75%;
}
.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-txt {

	max-height: 350px;
	max-width: 450px;
	height: auto;
	width: auto;
	padding: 20px;
	background: rgba(197, 20, 46, 0.9);
	z-index: 20;
}
.red-boxt-banner-txt-catalog {
	padding: 14px 34px 10px 34px !important;
}
.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-txt.teal {
	background: rgba(175, 217, 179, 0.9);
}
.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-img {
	max-width: 75%;
}
.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-img {
	bottom: 15%;
	right: 10%;
	width: 100%;
}
h1.feature-story-h1 {
	font-size: 20px;
	width: 100%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	line-height: 23px;
    margin: 10px 0 0 0;
	white-space: pre-wrap;
}
.feature-story-h1-catalog {
	font-size: 23px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	text-transform: none !important;
	letter-spacing: 0.2px;
	padding-bottom: 18px;
}
a.feature-story-a:link, a.feature-story-a:visited {
	font-size: 16px;
	width: 100%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: none;
	text-align: right;
	float: right;
	white-space: pre-wrap;
}
.notif-hp {
	width: 100%;
	height: auto;
	background-color: rgba(175, 217, 179, 0.8);
	text-align: center;
	border-top: 1px solid #afd9b3;
}
.responsive-slider .slides ul li .slide-body .captionhp.notif-hp {
	max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .captionhp.notif-hp {
	bottom: 0%;
	left: 0%;
	width: 100%;
}
.responsive-slider .slides ul li .slide-body .captionhp.notif-hp p {
	color: #ffffff;
	padding: 15px 0 5px 0;
	font-weight: 700;
	font-size: 18px;
}
.responsive-slider .slides ul li .slide-body .captionhp.img-packaging-left-img {
	max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .captionhp.img-packaging-left-img {
	bottom: 0%;
	left: 0%;
	width: 50%;
}
.responsive-slider .slides ul li .slide-body .captionhp.img-packaging-right-img {
	max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .captionhp.img-packaging-right-img {
	bottom: 0%;
	right: 0%;
	width: 50%;
}
.responsive-slider .slider-control {
	position: absolute;
	font-size: 20px;
	color: #000;
	top: 40%;
	background-color: #fff;
	padding: 10px;
}
.responsive-slider .slider-control.left {
	left: 0;
	padding-left: 0;
	-webkit-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
}
.responsive-slider .slider-control.left:hover {
	text-decoration: none;
	padding-left: 10px;
}
.responsive-slider .slider-control.right {
	right: 0;
	padding-right: 0;
	-webkit-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
}
.responsive-slider .slider-control.right:hover {
	text-decoration: none;
	padding-right: 10px;
}
.pagehr {
	float: left;
	color: #333;
	width: auto;
	height: 5px;
	padding: 10px 25px;
	font-weight: 400;
}
.pagehr.active {
	color: #990000;
	font-weight: 600;
	text-decoration: none;
}
/*.pagehr a:hover, .pagehr a:focus {
	text-decoration: none;
	color: Green;
}*/
.topic-block-title h2 {
	font-family: 'Roboto', sans-serif;
	color: #c5142e;
	text-align: center;
}

.hp-brands-section .standard-feature {
	display: none;
}

.mobile-feature {
	display: block;
}

.hp-brands-section .topic-block-title {
	margin: 0;
}

@media (min-width: 570px) {
	
	.hp-brands-section .standard-feature {
		display: block;
	}
	
	.mobile-feature {
		display: none;
	}
	
	.hp-brands-section .topic-block-title {
		margin: 0 0 30px 0
	}
	
}

.footer-upper .title.overlaid {
	font-family: 'Roboto', sans-serif;
	color: #c5142e;
	text-align: center;
	font-size: 23px;
	background: url('../img/topic-sep-pink.png') no-repeat center bottom;
}

.siteFooter_imgPbaMember {
	border-width:0px;
	display:inline-block;
	vertical-align: middle; 
	padding-left: 10px;
}

.btn-qosmedix {
	border: 3px solid rgba(197, 20, 46, 1);
	background: none;
	border-radius: 0px;
	padding: 10px 20px;
	color: rgba(197, 20, 46, 1);
	font-weight: 500;
}
.btn-qosmedix:hover {
	border-color: #333;
}
.grey-holding-box {
	background-color: #ebebeb;
	padding: 50px 0;
}
.left {
	text-align: left;
}
.topic-block-body p, .topic-page p {
	text-align: left;
	padding-left:0;
}
.spacer {
	margin-top: 40px;
}
.contact-image {
	background: url("../img/Jumbotron-building_02.jpg");
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.google-map {
	background-image: url('https://maps.google.com/maps/api/staticmap?center=40.7870842,-73.09943&amp;zoom=13&amp;markers=color:red|label:Q|40.7870842,-73.09943&amp;size=650x450&amp;sensor=false');
	width: 100%;
	min-height: 450px;
}


/*Value Prop add-on */
.vp-prop {
	min-height:250px;
}

.vp-prop > p > a {
	display:block;
}


/* Product Page Add-ons */


/* DC Edit --- Product Page */


.product-details-page .overview {
    background-color: #FFFFFF;
}


.gallery .picture-thumbs {
	overflow: visible;
}

.measurement, .material, .packaging, .customizable-options {
    padding: 3px 0;
}


.product-details-page .ui-tabs .full-description {
    padding: 0 20px 20px 20px;
}

 
.small-des {
	height: 50px;
    overflow:hidden;
    position: relative;

}

.small-des > .white-fade-bot { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; 
  padding: 25px 0 0 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) 
  background-image: linear-gradient(to bottom, transparent, white);*/


background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}

.readmore-product {
    font-size: 13px;
}

.overview .short-description {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}
/*
.small-des {
	background-color: #333333;
	background: url(../img/grad-up.png);
	background-position: bottom;
	background-repeat: repeat-x;	
 
}*/

.big-des {
    height: auto;
	transition: all 0.3s ease 0s;
}


.product-grid .title strong, .home-page-category-grid .title strong {
		font-family: 'Roboto', sans-serif !important;
}

.overview .short-description {
	clear:both;
}




.product-details-page .gallery .picture-thumbs {

    width: auto;
    padding:20px;
}

.product-details-page .gallery .picture-thumbs a {
    display: inline-block;
}

.product-details-page .gallery .picture:only-child {
	width:400px!important;
}

}
/* End DC Edit */


 .ui-tabs .custom-product-page-tabs li a {
	background:none;
	text-transform:none;
 
}


/*
.quick-tabs-2 .ui-tabs .ui-state-active.ui-tabs-active a {
	background: #FFFFFF ;
	border: 1px solid #e1e1e1;
	
}
.quick-tabs-2 .ui-tabs .ui-state-active.ui-tabs-active a {
	color: #333!important;
	height: 150px;
	line-height: 50px;
 
}
.quick-tabs-2 .productTabs .ui-tabs-nav li a {
	background: #FFFFFF;
	border: 1px solid #e1e1e1;
	color: #333!important;
	line-height: 50px;
}



.quick-tabs-2 .ui-tabs .productTabs-header .ui-tabs-nav {
 
	background-color:#39b549;	
	
}


.ui-tabs .ui-tabs-nav li {
	margin:0;
	background-color:#ed2e50;	
	
}*/

.product-essential .product-name h1 {
	font-family: 'Roboto', sans-serif;
	color: #c5142e;
	text-transform: none;
}


/* DC Edit */

.quickViewWindow .custom-product-selector {
	padding:20px 0;
	border-radius: 0;
	border: none;
}


.quickViewWindow .delay-shipping-off {
    min-height: 0;
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0;
}


.custom-product-selector {
    width: 100%;
/*     background-color: #f5f5f5; */
	border-radius: 3px; 
	border: solid 1px #e1e1e1; 
    padding:0 20px;
}
/* End - DC Edit */

.custom-color-pick .color-squares {
	margin: 0 auto 10px;
	text-align: left;
}


/* DC EDIT REMOVE NEXT TAG AND REPLACE */
/*.custom-description-row {
	border-top: 1px solid #e1e1e1;
	padding:35px 0;
}*/

.custom-description-row {
    /*border-bottom: 1px solid #e1e1e1;*/
    padding: 0 0 35px 0;
}


.full-description{
	border-bottom:none !important;
}


/* DC EDIT END */


.custom-section-left {
	text-align: left;
	padding: 0 30px;
}
.custom-section-right {
	text-align: left;
	padding: 0 30px;
}
.custom-head-p {
	color: #ed2e50;
	font-size: larger;
}



/*** FOOTER ***/


.contacts a, .contacts a:visited {
    color: #555555;
}

.contacts a:hover, .contacts a:focus {
	color:#333333;
}

.footer-follow-tag{
	width:100%;
	background-color:#afd9b3;	
	padding:40px 0;
}



.footer-follow-tag h2 {
	margin:15px 0;
	color:#FFFFFF;
	font-weight:400;
	font-size:24px;
	text-transform:uppercase;
	
}

.boldhead{
	font-weight:700;	
	
}


.footer-lower {
	background:rgba(67,67,67,1.00);	
	
}

.footer-middle .about-us p {
	max-height:295px;
	overflow: visible;
}

.footer-middle .title{
		font-family: 'Roboto', sans-serif;
		text-align:left;
		color: #ed2e50;
	
}
 

.footer-middle .office-hours p {
	text-align: left;
    max-height:284px;
    overflow:hidden;
	font-size:16px;
	padding-left:60px;
}


.footer-middle .contacts .phone span {
    background: url(../img/phone.png)no-repeat 0 10px;
}


@media (min-width: 769px) {

	.field-validation-error {
		display: block;
	    text-align: right;
	    clear:both;
	}


.registration-page .inputs select#CountryId, .registration-page .inputs select#StateProvinceId, .registration-page .inputs select#TimeZoneId, .account-page .inputs select#CountryId, .account-page .inputs select#StateProvinceId, .account-page .inputs select#TimeZoneId
{
	width:33% !important;
	border-right:1px solid #e1e1e1;
}

.variant-overview .add-to-wishlist {
	width:100%;
	display:Block;
}

.variant-overview .add-to-wishlist-button {
	float:none;
}



.overview .buttons div {
	margin: 10px 3px;
}

.footer-middle .office-hours .title  {
	padding-left:60px;		
}

/*hover effects goes for +768*/
.custom-product-related .nop-jcarousel .jcarousel-item:hover .item-holder {
	background: #fff;
	margin: 0;
}
.custom-product-related .nop-jcarousel .jcarousel-item:hover .item-holder .item-picture img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
}
h3.custom-head-product-section {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #ed2e50;
	text-align: left;
	padding: 20px 30px;
	display: block;
	clear:both;
	border-top: 1px solid #e1e1e1; 
}
.custom-table-data, .custom-table-data-no-head {
	text-align: left;
	width: 90%;
	font-size: 12px;
}
.custom-table-data-wide {
	text-align: left;
	width: 100%;
	font-size: 12px;
}
.custom-table-data td, .custom-table-data-no-head td, .custom-table-data-wide td {
	border: 1px solid #e1e1e1;
	padding: 5px 15px;
}
.custom-table-data tr:first-child td {
	border: none;
}
.overview .product-price, .variant-overview .product-price {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.price-value-3309 {
	color: #c5142e;
	font-size: 16px;
}
.btn-primary-QX {
	border-radius: 0;
	background-color: none;
	background: none;
	border: 3px solid #c5142e;
	padding: 10px 15px;
	font-size: 16px;
	color: #c5142e;
	text-transform: uppercase;
}
.btn-primary-sample {
	border-radius: 0;
	background-color: none;
	background: none;
	border: 3px solid #afd9b3;
	padding: 10px 25px;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	margin-left: 20px;
}
.custom-product-related .nop-jcarousel .jcarousel-item .jcarousel-product-title {
	height: 18px;
	font-family: 'roboto';
}
.custom-product-related .nop-jcarousel .jcarousel-item .item-holder {
	border: none;
}
 

.custom-row-left-box {
	width: 50%;
	height: auto;
	min-height: 350px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	float: left;
}
.custom-row-right-box {
	width: 50%;
	height: auto;
	min-height: 350px;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	float: right;
}
.custom-row-left-box .thumbnail, .custom-row-right-box .thumbnail {
	border: none;
	padding-top: 50px;
}
.pink-badge {
	background-color: #ed2e50;
}
.teal-badge {
	background-color: #afdab4;
}
.teal-badge a:link, .pink-badge a:link, .teal-badge a:visited, .pink-badge a:visited {
	color: #ffffff;
}


/*
 DC Removed to fix bug
.product-details-page {
	margin-bottom: -40px;
}*/
/*.gallery .picture {
	float: right;
}*/

.gallery .picture-wrapper, .gallery .picture-wrapper > .picture {
    line-height: 450px !important;
    margin: 0;
}

.overview #cloudZoomWindowElement {
	z-index: 5;
}
.nav-tabs.custom-product-page-tabs>li>a {
	border: 0;
	color: #252317;
	font-size: 16px;
	margin: 0 0 0 30px;
}
.nav-tabs.custom-product-page-tabs>li.active>a, .nav-tabs.custom-product-page-tabs>li.active>a:focus, .nav-tabs.custom-product-page-tabs>li.active>a:hover {
	border: 0;
	background: none;
	background-image: url(../img/underline-nav-pink.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #ed2e50;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}
.custom-product-selector dl {
	margin-bottom: 0;
}
.custom-cat-bar .center-2 {
	width: 100%;
}
.custom-cat-bar {
	padding: 0;
}
.product-selectors {
	text-align: right;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.custom-hold-product-cat {
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}
.custom-left-list {
	padding: 0;
}
.custom-panel-opt {
	border-radius: 0px;
	border: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	padding-left: 10px;
	margin-bottom: 10px;
}
.custom-panel-opt .panel-title {
	color: #FFFFFF;
}
.custom-panel-opt .panel-title a, .custom-panel-opt .panel-title a:hover {
	color: #FFFFFF;
}
.panel-default>.panel-heading {
	background-color: #ed2e50;
	color: #FFFFFF;
}

.panel-default P.left {
	margin-left:15px;
}


.btn-info {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-info:hover, .btn-info:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}


.custom-cat-head-left {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.page-body .previous-product:hover {
	background-color: #e1e1e1;
}
.page-body .previous-product {
	background-color: #FFFFFF;
}
.page-body .previous-product a {
	background: url(../img/arrow-left.png)no-repeat center;
	text-align: left;
}
.page-body .next-product:hover {
	background-color: #e1e1e1;
}
.page-body .next-product {
	background-color: #FFFFFF;
}
.page-body .next-product a {
	background: url(../img/arrow-right.png)no-repeat center;
	text-align: left;
}
.product-share-button {
	margin-top: 0;
}

.at-share-btn-elements {
    padding-top: 10px;
}
.custom-product-selector p {
	margin: 0 0 5px 0;
}
.input-group-addon {
	border-radius: 0;
	background-color: #FFFFFF;
}

.input-group.col-xs-8 {
	width:55%;
}

.nav-tabs {
	border-bottom: none;
}
/* top-level-category */

.partskucat {
	font-size: 12px;
	min-height: 15px;
}

.cat-custom-heading h1 {
	font-family: 'Roboto', sans-serif;
	color: #ed2e50;
}
.master-wrapper-page > .categories-banner {
	margin-bottom: 0px;
}
.top-level-category {
	padding: 0;
}
.top-level-category a {
	display: block;
	padding: 20px 0;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	background-color: #FFFFFF;
}
.top-level-category:first-child a, .left-bord-y a {
	border-left: 1px solid #e1e1e1;
}
.top-level-category a:hover {
	background-color: #ed2e50;
}
.top-level-category h3 {
	font-size: 100%;
	text-align: center;
}
.top-level-category h3 a:active, .top-level-category h3 a:visited {
	color: #252317;
}
.top-level-category h3 a:hover {
	color: #FFFFFF;
}
.make-it-gray {
	background-color: #f1f1f1;
	border-bottom: 1px solid #e1e1e1;
}
.cat-list-line {
	text-align: center;
	display: block;
	padding: 20px 0;
}
.cat-list-line a {
	color: #666;
	padding: 0 10px;
}
.cat-list-line a.active, .cat-list-line a.active:hover {
	color: #ed2e50;
	padding: 0 5px;
	text-decoration: underline;
	cursor: default;
}
.cat-list-line a:hover {
	color: #000000;
}
.category-description, .manufacturer-description, .vendor-description{
	margin: 0 0 5px;
}


.select-wrap {

    min-width: 75px !important;
    margin: 0 2px !important;
    height: 32px !important;
    padding: 5px 20px 8px 8px !important;

}

.product-selectors .select-wrap select {
    height: 32px !important;
 
}

.category-seo-copy {
	padding:0 25px 0 0;
 	margin-left:25px;
}

.category-seo-copy > div{
	text-align: left;
}

.category-seo-copy H1{
	font-size: 18px;
	margin:20px 0 0 0;
	color: #c4122f;
}

.category-seo-copy H2{
	font-size: 16px;
	margin:20px 0 0 0;
	color: #c4122f;

}

.more-options-available {
	font-weight:bold;
	font-size: 16px;
	color:#C01537;
}

/* DC Edit --- Category top/sub Page */

.quickViewWindow .product-name {
	font-family: 'Roboto', sans-serif !important;
	text-transform:capitalize !important;
}


/* DC Edit END --- Category top/sub Page */

/* Edit to Search Results Dropdown */
.mini-shopping-cart .items a {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
	font-family: 'Roboto', sans-serif !important;
}



/*  TRADE SHOW PAGE */

.imgdiv {
	width: 100%;
}
.imgdiv img {
	width: 100%;
}
.tradeshow-section {
	margin-top: -30px;
}
.tradeshowitemdiv {
	padding: 20px;
	margin: 40px 0;
	border-bottom: 1px solid #e1e1e1;
}
.tradeshowdate {
	text-align: left;
	width: 100%;
	clear: both;
}
.tradeshowimage {
	float: left;
	/*min-width: 40%;*/
}
.tradeshowimage img {
	width: auto;
	/*max-width: 350px;*/
}
.tradeshowtextarea {
	float: right;
	text-align: left;
	min-width: 35%;
}
.tradeshowtextarea h4 {
	margin: 25px 0 0 0;
}
.tradeshowtextarea p {
	font-size: 14px;
}
.tradeshowtextarea p > a:link > span, .tradeshowtextarea p > a:visited > span, .tradeshowtextarea p > a:link, .tradeshowtextarea p > a:visited, .tradeshowtextarea h4 a:link, .tradeshowtextarea h4 a:visited {
	color: #333;
	text-decoration: none;
}

@media (max-width: 480px) {

.account-page .section.address-item, .account-page .section.order-item {
    width: 100%;
    min-height: auto;
}

.inputs .required {

	float:right;

}

.responsive-slider .slider-control.left, .responsive-slider .slider-control.right {
	display: none;
}
}
.responsive-slider .pages {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.responsive-slider .pages .page {
	display: inline-block;
	color: transparent;
	width: 5px;
	height: 5px;
	border: 3px solid #acacac;
	border-radius: 50%;
	opacity: 0.5;
}
.responsive-slider .pages .page.active {
	opacity: 1;
}




.video-container {
	margin-top: -30px;
}
.video-hero-tab {
	padding: 20px;
}
.video-hero-tab img {
	width: 100%;
}
.video-main-description {
	width: 90%;
	padding: 20px 0 0 0;
}
.video-main-description h4 {
	text-align: left;
}
.video-main-description p {
	text-align: left;
}
.video-cell-grid {
	border-top: 1px solid #e1e1e1;
}
.video-cell-row {
	border-bottom: 1px solid #e1e1e1;
}
.video-grid-item {
	padding: 20px;
	width: 50%;
	min-height: 200px;
}
.video-grid-item img {
	display: block;
	margin: auto;
	max-width: 320px;
	width: 100%;
}
.video-grid-item:nth-child(odd) {
	float: left;
	border-right: 1px solid #e1e1e1;
}
.video-grid-item:nth-child(even) {
	float: right;
}
.video-grid-item h4 {
	display: block;
}
.video-item-container {
	position: relative;
	display: inline-block;
}
.video-image-display {
	z-index: 9;
	display: block;
	margin: auto;
	max-width: 320px;
	width: 100%;
}
.video-play {
	background: url(../img/play-btn-sm-video.png) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	z-index: 10;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.video-play:hover {
	opacity: 1.0;
}
.shadowed {
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
	filter: url(shadow.svg#drop-shadow);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}
/*** BLOG ***/
/*** BLOG ***/
.post-body H1 {
	text-align: left;
	font-size: 16px;
}

.post-body H2 {
	text-align: left;
	font-size: 14px;
}


.blog-wrap {
	padding-top:0;	
	margin-top:50px;	
	}


.blog-title H1 {
margin:0;	
font-size:16px;	
font-weight:400;
color:#333;
	
}

.new-comment {
margin-top:10px;	
	
}

.new-comment .title strong{ 
	padding-top:20px;
	clear:both;
	font-family: 'Roboto', sans-serif;

}




.blog-page .new-comment  .buttons {
border:none;	/**/
	
}
 
.aboutus-image {
	background: url("../img/Jumbotron-about_02.jpg");
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.topic-hero-img {
	background: url('../img/blog-header-pat.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
	height: 200px;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 10px;
}
.blog-hero-container {
	/*	background: url('../img/blog-header-gray-bar.png') no-repeat center center;
	display: table-cell;*/
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
	height: auto;
	width: 100%;
	background-color: #333;
	/* Modern Browsers */
	opacity: 0.9;
	/* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
// IE8 
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=50);
// IE 5-7
}
.blog-hero-container h1 {
	color: #FFFFFF;
	text-transform:uppercase;
 font-family: "Helvetica LT", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 40px;
	font-weight: 500;
	padding: 10px 0;
}
.blog-hero-container h1 span {
	font-family: 'vanilladaisy', sans-serif;
	padding-left: 5px;
	font-weight: 100;
	text-transform:lowercase;
}
.post-head {
	background-color: #afd9b3;
}
a.post-title, a.post-title:focus, a.post-title:hover {
	color: #FFFFFF;
}
.post-title {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.sitemap-page .entity-title {
	background: url(../img/title-decoration.png) no-repeat center bottom;
}

.sitemap-page .entity-title h2 {
    color: #000000;
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.post-date {
	text-align: right;
	float: none;
}
.blog-posts .post:first-child {
	margin-top: 0;
}
.blog-posts .post {
	margin-top: 20px;
}
.blog-posts .post img {
	width: 100%;
}
.blog-page .tags {
	padding-bottom: 0;
}
.blog-page .tags a, .blogpost-page .tags a {
	font-size: 14px;
}




.blog-page .buttons {
	font-size: 14px;
	color: #ed2e50;
}
.block-blog-archive .title strong {
	background-color: #afd9b3;
	font-family: 'vanilladaisy', sans-serif;
	color: #FFFFFF;

}
/*.side-2 .block-popular-blogtags .title strong {
	background-color: #afd9b3;
	font-family: 'vanilladaisy', sans-serif;
	text-transform: lowercase;
	color: #FFFFFF;
	font-size: 24px;
}*/
/**
.side-2 .block-popular-blogtags .title strong {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 24px;
    font-family: 'vanilladaisy', sans-serif;
    color: #FFFFFF;
    background: #afd9b3;
    text-transform: lowercase;
    overflow: hidden;
    padding: 12px 15px 10px;
    line-height: 30px;
}
**/
.side-2 .block-popular-blogtags .title strong {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    font-family: 'vanilladaisy', sans-serif;
    color: #FFFFFF;
    background: #afd9b3;
    text-transform: lowercase;
    overflow: hidden;
    padding: 12px 15px 10px;
    line-height: 30px;
}


.block-popular-blogsocial .title strong {
	background-color: #c5142e;
	font-family: 'vanilladaisy', sans-serif;
	color: #FFFFFF;
		font-weight: 300;
}
/**
.blog-left-title-archive {
	margin: 0 0 10px;
	font-weight: 300;
	font-size: 24px;
	font-family: 'vanilladaisy', sans-serif;
	color: #FFFFFF;
	background: #ed2e50;
	text-transform: lowercase;
	overflow: hidden;
	padding: 12px 15px 10px;
	line-height: 30px;
}
**/
.blog-left-title-archive {
	margin: 0;
	font-weight: 300;
	font-size: 24px;
	font-family: 'vanilladaisy', sans-serif;
	color: #FFFFFF;
	background: #ed2e50;
	text-transform: lowercase;
	overflow: hidden;
	padding: 12px 15px 10px;
	line-height: 30px;
}

.drop-icon-ap {
	display: none;
	float: right;
	padding-top: 5px;
	cursor: pointer
}

.drop-icon-2-ap {
	float: right;
	padding-top: 5px;
	cursor: pointer;
}

/**
#panel-selection-ap {
	display: none;
}
**/

div.listbox > ul#blog-month-list {
    margin-bottom: 0;
}

.blog-left-title-social strong,.blog-left-title-archive strong {
	font-weight: 300;
}

.blog-left-title-tags {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 24px;
	font-family: 'vanilladaisy', sans-serif;
	color: #FFFFFF;
	background: #afd9b3;
	text-transform: lowercase;
	overflow: hidden;
	padding: 12px 15px 10px;
	line-height: 30px;
}
.blog-left-title-social {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 24px;
	font-family: 'vanilladaisy', sans-serif;
	color: #FFFFFF;
	background: #c5142e;
	text-transform: lowercase;
	padding: 12px 15px 10px;
	line-height: 30px;
}
.social-sharing-blog {
	margin-bottom: 30px;
}
.social-sharing-blog ul {
	font-size: 0;
}
.social-sharing-blog li {
	display: inline-block;
	margin: 0 6px;
}
.social-sharing-blog a {
	display: block;
	width: 30px;
	height: 30px;
	background: url('../img/soc-icon-grey.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
.social-sharing-blog .facebook {
	background-position: 0 0;
}
.social-sharing-blog .twitter {
	background-position: -30px 0;
}
.social-sharing-blog .google {
	background-position: -120px 0;
}

.social-sharing-blog .instagram {
	background-position: -120px 0;
}

.networks .instagram {
	background-position: -205px 0 !important;

}

.networks .linkedin {
	background-position: -180px 0 !important;

}


.social-sharing-blog .pinterest {
	background-position: -60px 0;
}
.social-sharing-blog .vimeo {
	background-position: -120px 0;
}
.social-sharing-blog .youtube {
	background-position: -150px 0;
}
.social-sharing-blog .rss {
	background-position: -90px 0;
}
.new-comment .button-1 {
	background: none repeat scroll 0 0 #ed2e50;
	border: medium none;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	max-width: none;
	padding: 0 15px;
	text-transform: uppercase;
	width: auto;
}
.block .tags li {
	display: block !important;
    border-top: 1px solid #dddddd !important;
    margin: 0px !important;
}
.block .tags {
    padding:0px !important;
	margin-top: 0;
	margin-bottom: 0;
}
.block .tags li a {
	margin: 0 5px;
	padding: 5px 15px;
}



/*** REGISTRATION PAGE ***/

/* DC EDIT */

.registration-page #Newsletter {
height:33px; 
	
}

.shopping-cart-page .shipping .inputs select, .shopping-cart-page .inputs select, .checkout-attributes dd select, .registration-page .form-fields .inputs select {
	 -webkit-appearance:menulist-button;
}



.inputs .gender .required {
    margin: 0;
}

.inputs .required {
    margin: 0 0 0 -45px;
}

/* END EDIT */

/** DC EDIT **/

input[type=checkbox], input[type=radio] {
padding:3px;	
	
	
}

/** END - DC Edit **/


.registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, .password-recovery-page .button-1, .account-page .button-1, .return-request-page .button-1 {
	font-family: 'Roboto', sans-serif;
}


.registration-page .title strong {
	font-family: 'Roboto', sans-serif;
}

.registration-page .title strong span {
	font-weight: 600;
}


.fieldset .title strong, .section .title strong {
	/* DC EDIT */text-transform: capitalize;/*DC Edit End */
		font-family: 'Roboto', sans-serif;
	
}



/*** SHOPPING CART ***/

.cart-collaterals .shipping-results {
	float:none;
}


.cart a, .data-table a, .compare-products-table a, .forums-table-section a {
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}


.cart-collaterals .title {
	font-family: 'Roboto', sans-serif;	
	
}


.shopping-cart-page .shipping .inputs input[type="text"], .shopping-cart-page .shipping .inputs select{
	font-family: 'Roboto', sans-serif;		
	
}

.cart-collaterals .coupon-code input[type="submit"] {
	font-family: 'Roboto', sans-serif;	
	text-transform: uppercase;	
	
}

.shopping-cart-page .common-buttons input {
	font-family: 'Roboto', sans-serif;		
	
}

.shopping-cart-page .estimate-shipping-button {
font-family: 'Roboto', sans-serif;	
	text-transform: uppercase;	
}

.shopping-cart-page .button-1 {
	font-family: 'Roboto', sans-serif;	
	    background: #c5142e;
}

.checkout-page .button-1 {
	font-family: 'Roboto', sans-serif;	
    background-color: #c5142e;
}	


.search-input .button-1 {
	font-family: 'Roboto', sans-serif;	
    background-color: #c5142e;
}
 

.checkout-page .new-billing-address .title strong, .checkout-page .order-summary-body .title strong, .checkout-page .new-shipping-address .title strong {
		font-family: 'Roboto' sans-serif;	
	
}




/* CSS attributes for checkout shipping account edit */
.checkout-attributes dt label.text-prompt {
    max-width: 400px;
}


.checkout-attributes li label  {
    margin-top: 8px;
}
/* END CSS attributes for checkout shipping account edit */

.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1{
	font-family: 'Roboto', sans-serif;	
    background-color: #c5142e;
}



.ui-dialog-content.ui-widget-content .container {
	width:auto;
}

 
/** DC EDIT 9-19-2016 **/


.nowrap {
  white-space: nowrap ;
}

.container {
	max-width:1000px;
}

.prText {
	padding-top:30px;
}
 
.prText p{
	text-align: left;
}


.block .title strong, .account-page .button-2, .newsletter-email input[type="button"] {
 
    font-family: 'roboto',sans-serif;
 
}



.free-shipping-off {
		background-color:#ed2e50;
    	max-width: 1000px;
	    min-height:70px;
	    clear:both;
}

.free-shipping-off H3 {
    color:#FFFFFF;
    padding-top:10px;
}
.free-shipping-off p {
    color:#FFFFFF;
    margin-top:3px;
}

.free-ship-txt {
	text-align: left;
}

.free-ship-img img{
	padding-top:15px;
}


.shippingdelayrow{
	clear:both;
}


.delay-shipping-off {
	/*background-color: #FFFFFF;*/
	max-width: 1000px;
	min-height:70px;

}

.delay-ship-txt {
	text-align: left;
}

.delay-shipping-off H5 {
    color:#ed2e50;
    padding-top:0px;
    font: normal 15px "Roboto", sans-serif;
    margin:0;
}

.shippingdelayrow {
	max-width:1000px;
}


.product-details-page .prices-table {
	border-right:1px solid #ddd !important;
	border-left:1px solid #ddd;
}

.product-collateral .title {
    margin: 0 0 5px;
	font-size: 15px; 
}

.stick .header-menu > ul > li > span {

	padding:10px;
}


#headerMenuParent.stick {

    background: rgba(46, 46, 46, 0.9);
}

.opc .step-title * {
 
    font-family: sans-serif !important;
}

 

.shipping-method .method-list {
	float:none;

}

.shipping-method li:nth-child(2) .method-name {

	background-color: #FFFFFF;
}

.shipping-method li:nth-child(odd) .method-name {
	background-color:#FFFFFF;

}

.shipping-method .method-list li {
	float: none;  
	width: 100%;  
	margin:0 0 1px;
background-color:#FFFFFF;
text-align: left;
    }

    .shipping-method .method-description {
    	margin:0;
    }


.shipping-method .method-name {
    width: auto;
    max-width: none;
    padding: 0 10px;
 
    background: #FFFFFF;
    color: #222222;
    font-family: sans-serif;
    text-transform: none;
    border: none;
    font-size: 16px;
}


.quickViewWindow .overview .attributes {
	border-bottom:1px solid #e1e1e1 !important;
}

.quickViewWindow .gallery .thumbnails {
	display:none;
}
.quickViewWindow .purchase-area .add-to-cart-panel .add-to-cart-button{
background: none !important;
    border: medium none;
    color: #333!important;
    font-family: sans-serif!important;
    font-size: 16px;
    padding: 0 15px!important;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease
}
 

 .quickViewWindow .links-panel a {
 	color:#333 !important;
 }

.captcha-box > div {
 	margin-top:30px !important;
 }

 .fieldset .title {
 	margin:0 15px 20px;

 }

 .registration-page .title strong {
	 text-transform: none !important;
 }



/** END EDIT **/

/*** BH - MODIFICATION BY ME ***/
.footer-disclaimer {
    float: none;
    max-width: none;
    text-align: center;
}
.emptyClass{
    line-height: 40px;
}
.registration-page #LogoRequired {
	height:33px;
	
}
.registration-page .inputs > a > label {
	float: left;
	margin: 0;
	padding-right: 10px;
	width: 30%;
	height: 40px;
	text-align: right;
	border-bottom: none;
	border-right: 1px solid #ddd;
	line-height: 40px;
	color: #666;
	background: #fff;
}
.readOnlyDrowDown { 
    -webkit-appearance: none; 
    -moz-appearance: none; 
}
.card-code-hint{
    text-decoration:underline;
    cursor: pointer;
}
.card-month-year{
   
    max-width: 262px !important;
    width: 48% !important;
    cursor:pointer !important;
    margin:0 0 0 0px !important;
    overflow:hidden;
    position:relative;
}
.attributes .color-squares {
	margin: 0 auto 10px;
	text-align: left;
}

.ui-tabs .ui-tabs-nav{
    text-align: left;
}
.ui-tabs .ui-tabs-nav li{
    padding-left: 0px !important;
}

.ui-tabs .ui-tabs-nav:first-child {
padding-left:15px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-state-active.ui-tabs-active a{
    background: #FFFFFF !important;
    color: #000000 !important;
    border-bottom:3px solid #ed2e50 !important;
}
.ui-tabs .ui-tabs-nav li a {
    background: #FFFFFF !important;
    color: #666 !important;
}
/* DC EDit Removed to style sku on group product page, not sure if this will cause additional ui issues.
.variant-overview .variant-sku {
	font-size: 16px;
	color: #c5142e;
}*/
@media (min-width: 801px) and (max-width: 825px) {
    .card-month-year {
        max-width: 252px !important;
        width: 48% !important;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .card-month-year {
        max-width: 244px !important;
        width: 48% !important;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .card-month-year {
        max-width: 175px !important;
    }
}
@media (max-width: 480px) {
    .card-month-year {
        max-width: 175px !important;
    }
}

.save-card{
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    margin:0px;
    padding:4px;
    overflow:hidden;
    background-color:#f9f9f9;
    max-width: 70% !important;
}

.attributes {
    border-bottom:none !important;
}

span[class^="price-value-"]{
    color:#c5142e;
    font-size: 16px;
}
.overview .label{
    font-size: 90%;
    color: #666;
    padding: inherit;
}
.overview .value{
    font-size: 90%;
    color: #666;
    padding: inherit;
}

/* DC Edit (added bg color to hide radio button on mobile) */
.overview .additional-details {
    margin-top: 10px;
    background-color: #ffffff;
}
/* End - DC Edit */

#color-squares-container-topleft { 
  width: 0; 
  height: 0; 
  border-top: 30px solid; 
  border-right: 30px solid transparent;
}

.min-amount-warning {
	margin: 0 0 20px;
	padding: 0 30px;
	color: #e4434b;
}

.quickview-product-sku{
	width: 100%;
	text-align: center;
}

p.quickview-product-sku{
 
	text-align: center;
}

.force-overflow{
    overflow:visible !important;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
.tier-prices .item-price {
	text-align: center !important;
}
.price-per-each
{
    color: #5c5b5b !important;
    font-size: 12px !important;
}
.variant-overview .price-per-each {
    display: block;
}
/*** BH - END MODIFICATION BY ME ***/
/*** FIX for Mega menu ***/
.mega-menu .boxes-8 .slider-wrapper{
    width:100%;
    overflow:hidden;
    text-align: center;

}
.dropdown.categories.fullWidth.boxes-8 .row-wrapper,
.dropdown.categories.fullWidth.boxes-8 .row{
	width: 100%;
	float: none;
}
.dropdown.categories.fullWidth.boxes-8 .row-wrapper .box,
.dropdown.categories.fullWidth.boxes-8 .row .box {
	width: 25%;
}
.dropdown.categories.fullWidth.boxes-8 .slider-wrapper {
	float: none;
    overflow:hidden;
}
.addToCartBtnContainer{
    margin-top:30px;
}
.addToCartBtnPurchase{
	border: 3px solid #c5142e;
	padding: 10px 15px;
	color: #c5142e;
	margin-right: 20px;
}
.addToCartBtnSample{
	border: 3px solid #afd9b3;
	padding: 10px 25px;
	color: #333;
/*    margin-left: 20px;*/
}


.gallery .picture-wrapper {
	width:100%;
	padding:0 0 0 20px;
}


/* Home Page Section Margins */

.hp-brands-section {
	margin:20px auto;
}

.hp-cat-banner-2 {
	margin:20px auto;

}

.hp-cat-banner-2 .responsive-slider .slides{
	border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.hp-exciting-products {
	margin:20px auto;
}


/*** RESPONSIVE CODE AREA  Screen Specific ***/

/** DC Edit 09-14-2016 **/
@media (max-width: 1000px) {

/*DC EDIT */

/*
.header-menu-wrapper {
	display:none;
}*/

.blogqx.topic-hero-img { 
	margin-top:0;
}

.variant-overview .add-to-cart-panel .addToCartBtnContainer{
	float:none;
	margin-right: 0;
}

.block {
	text-align: left;
}

.shopping-cart-page .page-title h1, .registration-page .page-title h1 {
    margin: 10px auto;
}

.header-links ul {
	margin-bottom:0;
}



.with-subcategories.single-item-categories.labelfornextplusbutton.plus-button {
	background:none;
	color:#FFFFFF;


	text-shadow: none;	
	filter: alpha(opacity=100);
	opacity: 1; 


}

.responsive-nav-wrapper .menu-title.close {
	float:none;
	opacity: 1;
}


.header-menu > ul > li.mobile-menu-show{
    display: block;
}

.top-section-qx {
	display:none;
}


.responsive-nav-wrapper-parent {
	padding: 0;
}

.page-title h1 {
	padding-bottom: 0 !important;
}

.page-title {
	border-bottom:0;
}

.admin-header-links ~ .header {

margin:0;
width:100%;
}

.wishlist-shoping {
    margin: -1px 0;
}

.product-grid .hover-effect-2 .details {

    min-height: 130px;
}

.header-logo a {
    background: url(../img/centimeter-icon.png) no-repeat; 
	background-position: 318px -18px;
    padding: 22px 40px;

}




}
/** END DC Edit 09-14-2016 **/
@media (min-width: 1131px) and (max-width: 1500px) {
.responsive-slider .slides ul li .slide-body .right-data-hp-box {
	bottom: 20%;
	right: 14%;
}
.responsive-slider .slides ul li .slide-body .left-black-hp-box {
	bottom: 20%;
	left: 14%;
}
/*.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-txt {
	bottom: 22%;
	left: 10%;
}*/
}

@media (min-width: 1000px) and (max-width: 1131px) {
.responsive-slider .slides ul li .slide-body .right-data-hp-box {
	bottom: 20%;
	right: 10%;
	padding: 20px;
}
.responsive-slider .slides ul li .slide-body .left-black-hp-box {
	bottom: 20%;
	left: 10%;
	padding: 20px;
}
p.feature-story-p {
	display: block;
}
/*.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-txt {
	bottom: 22%;
	left: 10%;
}*/
}

@media (min-width: 767px) and (max-width: 1000px) {  	


.block-popular-blogsocial .listbox{
	display:block !important;
}

.header-menu > ul li {
	background: #333333;
}




.header {
    background-image: url(../img/bg-grid-fade-85-bottom.gif);
    /* background-position: top; */
    background-position: 50% -17px;
    margin-top: 0;
    margin-bottom: 0;
    /* padding: 20px; */
    width: 100%;
}


.header-logo {
    margin: 0;
    height: 100%;
    display: block;
    /* padding-top: 20px; */
}

.responsive-slider .slides ul li .slide-body .right-data-hp-box {
	bottom: 10%;
	right: 2%;
	padding: 20px;
}
.responsive-slider .slides ul li .slide-body .left-black-hp-box {
	bottom: 10%;
	left: 2%;
	padding: 20px;
}
p.feature-story-p {
	display: none;
}
.header-menu > ul > li > a, .header-menu > ul > li > span {
	font-weight: 400;
	color: #FFFFFF;
}



}

@media (max-width: 768px) {

/*.mobile-filter-opt {
	display:none;
}*/

.add-to-cart-panel .input-group.col-xs-8 {
	margin:0 auto 20px auto;
}


.inputs input[type="text"], .inputs input[type="password"], .inputs select, .inputs textarea {
 
    width: 95%;
    margin: 0;
    float: left;
    max-width: 95%;
}

.account-page .inputs .text-box.single-line, .account-page .inputs #Address_CountryId, .account-page .inputs #Address_StateProvinceId {
	max-width: 600px;
}

.returning-wrapper .inputs input[type="text"],.returning-wrapper  .inputs input[type="password"],.returning-wrapper  .inputs select,.returning-wrapper  .inputs textarea {
	float:none;

	}



.inputs .required {
	margin:0;
 

}


.post-body H2 {
	font-size: 14px;
}




.add-to-cart-panel > .input-group.col-xs-8 {
	margin:0 auto 15px auto;
}

.variant-overview .add-to-cart-panel > .addToCartBtnContainer {
	margin:0 auto;
	float:none;
}

.variant-overview .addToCartBtnPurchase {
	margin:0 auto;
}


/*Code FREEZE Change */
.contact-image {
	min-height: 150px;
}

.iso-bord-bot {
padding-bottom:20px;
padding-top:20px;
border-bottom:1px solid #e1e1e1;

}

.footer-middle .office-hours p {
	padding-left:0;
}

.footer-middle .office-hours .title  {
	padding-left:0;		
}

.footer-middle .about-us p {
	text-align: left;
}

/*.small-des {
     height: auto; 
     overflow:auto; 
 
}

.small-des > .white-fade-bot {
 
    padding: 25px 0;
    background-image: none;
}

.readmore-product {
	display:none;
}*/

.gallery .picture img {
	margin: 5px 0;
}

.overview .buttons div {
    display: inline-block;
    margin: 10px 0;
}

.product-details-page .gallery .picture-thumbs {
	padding:3px 0;
}

.gallery .picture {
	margin-bottom:5px;
}

/*END Code FREEZE Change */

.product-viewmode{
	display:none !important;
	}

.custom-row-right-box, .custom-row-left-box {
	border-right:none;
	border-left:none;
	border-bottom:none;

}

.overview .add-to-cart-panel > * {
	float:none;
	margin: 25px auto;
}

.block-popular-blogsocial .listbox{
	display:block !important;
}

.social-sharing-blog {
	margin-bottom:5px;
}

.header-menu > ul li {
	background: #333333;
}


.tradeshowimage {
	width: 50%;
	float: left;
	/*max-height: 200px;*/
}
.tradeshowimage img {
	/*max-width: 350px;*/
	width: auto;
	max-width:100%;
	height:auto;
}
.tradeshowtextarea {
	width: 50%;
	text-align: left;
	float: right;
}
.video-main-description {
	width: 100%;
}
.video-grid-item {
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
}
.video-grid-item:nth-child(odd) {
	float: none;
	border-right: none;
}
.video-grid-item:nth-child(even) {
	float: none;
}
.video-cell-row {
	border-bottom: none;
}

/*DC EDIT */

.hp-cat-banner-2 {
	display:none;
}

.responsive-slider .slides ul li .slide-body .captionhp.notif-hp p {
 
	font-size: 16px;
	font-weight: 300;

}

.list-group-item:last-child {
     margin-bottom: -1px; 
     border-bottom-right-radius: 0; 
     border-bottom-left-radius: 0; 
}


/*END DC EDIT */

}

@media (min-width: 481px) and (max-width: 767px) {
	
.header {
	background-image: url(../img/bg-grid-fade-85-bottom.gif);
	/*background-position: top;*/
	background-position: 50% -17px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}

.header-logo{
	margin:0;	
	
}



.responsive-slider .slides ul li .slide-body .captionhp.headerhp h2 {
	font-size: 25px;
}
.responsive-slider .slides ul li .slide-body .captionhp.headerhp h2 i {
	font-size: 20px;
}
.responsive-slider {
	display: none;
}
/** DC EDIT 09-14-2016 **/


.value-prop-hp {
	display:none;
}


.category-caro-hp .responsive-slider {
	display:block;
}

/** END DC EDIT 09-14-2016 **/
}

@media (max-width: 480px) {  	



/* DC BAR Mobile update */

.bar-notification.success {
	border-bottom: none;
    background: #afd9b3;
    display: block;
}

.bar-notification {

    bottom: 50%;

    padding: 20px 25px 20px 10px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification .close {
 
    margin: 12px;
 
}

/* */

.footer-middle .footer-block ul{
	text-align: left;
}

.quick-tabs-2 .ui-tabs .ui-state-active.ui-tabs-active a, .quick-tabs-2 .productTabs .ui-tabs-nav li a{
	padding:0 20px;
}

.custom-row-left-box, .custom-row-right-box {
	width:100%;
}

.networks li {
    display: inline-block;
    margin: 0 7px;
}

.product-details-page .overview {
	clear:both;

}

.free-shipping-off {
	height:160px;
	margin-bottom:20px;
}
/* Code FREEZE
.picture-thumbs {
	display:none;

}*/

	.header {
	background-image: url(../img/qx-logo-mobile.png);
	background-position: center;
	background-size: cover;
	margin-top:0;
	margin-bottom:0;
	padding:20px;  width: 100%;
}


.header-logo{
	margin:0;	

	
}

.header-logo a{
	padding:25px 5px; 
	display:block;
	width:100%;
	height:100%;
	background: none;
	
}


.header-logo a img{
	display:none;
}



.responsive-slider .slides ul li .slide-body .captionhp.headerhp h2 {
	font-size: 16px;
}
.responsive-slider .slides ul li .slide-body .captionhp.headerhp h2 i {
	font-size: 14px;
}
.responsive-slider {
	display: none;
}
.responsive-slider .slides ul li .slide-body .captionhp.sub {
	bottom: -8px;
	right: -20px;
	font-weight: bold;
}
.tradeshowimage {
	width: 100%;
	float: none;
	/*max-height: 200px;*/

}
.tradeshowimage img {
	/*max-width: 350px;*/
	margin:5px auto;
	width: auto;
	max-width: 100%;
	height:auto;
}
.tradeshowtextarea {
	width: 100%;
	text-align: center;
	float: none;
}






/*DC EDIT */


 

.responsive-slider .slides ul li .slide-body .captionhp.notif-hp{
display:none;
}

.mobile-hp-notification {
	display:block;
	width: 100%;
	height: auto;
	background-color: rgba(175, 217, 179, 1);
	padding-top:0px;
	text-align: center;
	border-top: 1px solid #afd9b3;
}

.mobile-hp-notification p{
	color:#FFFFFF;
	font-size: 16px;
	font-weight: 400;
	padding:5px 15px;
	margin:0;
}



/*END DC EDIT */


}

@media (min-width: 481px) and (max-width: 767px) {
	
	
.responsive-slider .slides ul li .slide-body .captionhp.sub {
	font-size: 11px;
	bottom: 0px;
	right: -10px;
}
.header-menu > ul > li > a, .header-menu > ul > li > span {
	font-weight: 400;
	color: #FFFFFF;
}



}

@media (max-width: 480px) {
.responsive-slider .slides ul li .slide-body .captionhp.sub {
	font-size: 10px;
	bottom: 5px;
	right: 0;
}
.responsive-slider {
	display: none;
}


/** DC EDIT 09-14-2016 **/

.gender span.male, .gender span.female {
	display:block;
}

.gallery .picture {
  float: none; 
}


.product-essential .product-name {
    margin: 0 0 1px;
}

.product-essential .product-name P{
    margin: 0 0 2px;
}


.value-prop-hp {
	display:none;
}


.category-caro-hp .mobile-responsive-slider {
	display:block;
}

/** END DC EDIT 09-14-2016 **/


.header-menu > ul > li > a, .header-menu > ul > li > span {
	font-weight: 400;
	color: #FFFFFF;
}
}



/* Code to control Placement of Textbox on about section of Homepage
It's going to be a whole bunch of Media Queries */

@media (min-width: 1301px) {  
.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-txt {
    bottom: 15%;
    left: 10%;
}

}

@media (max-width: 1300px) {  
.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-txt {
    bottom: 8%;
    left: 10%;
}


	}


	@media (max-width: 1100px) {  
.responsive-slider .slides ul li .slide-body .captionhp.red-boxt-banner-txt {
	bottom: 7%;
	left: 10%;



	}



