.jqueryslidemenu{
    font-size:18px;
    vertical-align:middle;
    box-sizing:border-box;
    text-align:left;
    color:black;
    width: 100%;
    position:relative;
}


.jqueryslidemenu2{
    font-size:16px;
    color:black;
	display:inline-block;
	width: fit-content;
    vertical-align:top;
	font-weight:bold;
}


.jqueryslidemenu ul, .jqueryslidemenu2 ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;

}

/*Top level list items*/
.jqueryslidemenu ul li{
/*display: inline;
float: left;
width:16%;
margin-right: 5%;
line-height: 2;*/
cursor:pointer;
line-height: 40px;
}

/*.jqueryslidemenu ul li:last-of-type {
    margin-right: 0%;
}*/

.jqueryslidemenu2 ul li{
position: relative;
display: inline;
float: left;
cursor:pointer;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/*color: white;
background-color: #c21540;*/
text-decoration: none;
/*height:26px;*/
box-sizing:border-box;
}

.jqueryslidemenu2 ul li a{
display: block;
color: white;
background-color: #122d64;
text-decoration: none;
height:26px;
box-sizing:border-box;
}


* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.video-responsive-gb{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive-gb iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
/*color: white;
background: #c21540;*/
}

.jqueryslidemenu2 ul li a:link, .jqueryslidemenu2 ul li a:visited{
color: black;
background: white;
}

.jqueryslidemenu ul li a:hover{
/*background: #f1f1f1; 
color: black;*/
}

.jqueryslidemenu2 ul li a:hover{
background-color: #002564;
color: white;
}

/*1st sub level menu*/
.jqueryslidemenu ul li .brushapedia-layer{
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.11);
    background-color:white;
    /*border-top: 3px solid #c2183f;*/
    cursor: default;
}

.jqueryslidemenu2 ul li ul{
position: absolute;
left: 0px;
display: block;
visibility: hidden;
}

.addtop {
    top: 20px !important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li, .jqueryslidemenu2 ul li ul li{
display: list-item;
float: none;
z-index: 99999;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul, .jqueryslidemenu2 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-size: 12.7px;
font-weight: bold;
width: 307px !important; /*width of sub menus*/
padding: 10px;
margin: 0;
height:35px;
box-sizing:border-box;
text-align:left;
}

.jqueryslidemenu2 ul li ul li:last-of-type a {
    border-bottom: 1px solid #eeeeee;
}


.jqueryslidemenu2 ul li ul li a{
font-size: 12.7px;
font-weight: bold;
width: 307px !important; /*width of sub menus*/
padding: 10px;
margin: 0;
height:35px;
box-sizing:border-box;
text-align:left;
border-top: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 16px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 12px;
right: 5px;
}





@font-face{
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?iefix') format('eot'),
         url('fonts/MyriadPro-Regular.woff') format('woff'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#webfont') format('svg');
    font-family: 'Danube';
    src: url('fonts/DANUBE__.TTF') format('truetype');
}

html {
    scroll-behavior: smooth;
}
 
body {
    font-family: 'Source Sans Pro', sans-serif !important;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    overflow-x: hidden;
}
body img {max-width: 100%;}
a {
    text-decoration: none;
    color: #373737;
}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}
.space73 {height: 73px;}

.newhover:hover {
    text-decoration:underline;
}

.image {
    text-align:center;
    padding: 5px;
}

.table table {
    margin: 0 auto;
}

.industry-brush{
    display: inline-block;
    width: calc(23.5% - 4px);
    margin-right: 2%;
    text-align:center;
    margin-bottom: 2%;
    font-weight:bold;
    font-size: 14px;
    border-radius:5px;
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
    padding-top: 3px;
}

.fill-brush {
    display: inline-block;
    width: calc(49% - 4px);
    margin-right: 2%;
    text-align:center;
    margin-bottom: 2%;
    font-weight:bold;
    font-size: 14px;
    border-radius:5px;
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
    padding-top: 3px;
    line-height: 1.5;
}

.custom-brush {
    display: inline-block;
    width: calc(18.4% - 4px);
    margin-right: 2%;
    text-align:center;
    margin-bottom: 2%;
    font-size: 14px;
    border-radius:5px;
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
    padding-top: 3px;
    line-height: 1.5;
}

.material-brush {
    display: inline-block;
    width: calc(32% - 4px);
    margin-right: 2%;
    text-align:center;
    margin-bottom: 2%;
    font-weight:bold;
    font-size: 13px;
    border-radius:5px;
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
    padding-top: 3px;
    line-height: 1.5;
}


.industry-brush:nth-child(4n+1), .fill-brush:nth-child(2n), .custom-brush:nth-of-type(5n), .material-brush:nth-child(3n) {
    margin-right: 0%;
}

.industry-brush img, .fill-brush img, .custom-brush img, .material-brush img {
    width: calc(100% - 6px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    margin: 0px auto 3px auto;
}



.brushapedia {
    list-style: none;
    margin-block-end: 5px;
    font-weight: bold;
}

.brushapedia2 {
    list-style: none;
    margin-block-end: 5px;
    font-weight: bold;
    display:inline-block;
    padding-inline-start: 10px;
}

.brushapedia-layer {
    display:none;
    position:absolute;
    left: 0;
    z-index: 10003;
    text-align:left;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    top: 43px;
}

.brushapedia-layer2 {
    display:none;
    position:fixed;
    left: 0;
    z-index: 10003;
    text-align:left;
    width:100%;
    padding:10px 0px;
    box-sizing:border-box;
}

.brushapedia-layer a, .brushapedia-layer2 a {
    vertical-align:middle;
    font-weight: bold;
}

.brushapedia-layer a:hover, .brushapedia-layer2 a:hover {
    text-decoration: none !important;
}


.brushapedia-layer2 a:before {
    content: "\22C5";
    font-size: 30px;
    vertical-align:bottom;
    line-height: 25px;
    color: #c21540;
}

#arrow1 {
    position: absolute;
    top:-11px;
    right: 75px;
    font-size: 25px;
}

#arrow2 {
    position: absolute;
    top:-11px;
    right: 67px;
    font-size: 25px;
}


.l_f {
    left: -375px;
    right: auto;
}

.l_e {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    transition: top 1s, left 1s;
-moz-transition: top 1s, left 1s; 
-webkit-transition:top 1s, left 1s; 
-o-transition: top 1s, left 1s;

    width: 375px;
    padding:30px;
    box-sizing:border-box;
    z-index: 10;
    line-height: 36px;
    font-size: 16px;
    height: 100vh;
    position:fixed;
    z-index:1003;
}

.l_b * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.x_a {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.07), 0 3px 13px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.07), 0 3px 13px 0 rgba(0,0,0,.16);
}

.e_f {
    flex-direction: column;
}


.image-style-side {
    float: right;
}
figure {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}



.search_field {
    width: 180px;
}

#suggestions {
    position:absolute;
    background-color:white;
    display:none;
    border:5px solid #65ff00;
    z-index:9999;
    text-align:left;
    width: 394px;
    font-size:15px;
       
}

#suggestions2 {
    position:absolute;
    background-color:white;
    display:none;
    border:1px solid black;
    z-index:9999;
    text-align:left;
    width: 311px;
}

#suggestions3 {
    position:absolute;
    background-color:white;
    display:none;
    border:5px solid #65ff00;
    z-index:9999;
    text-align:left;
    width: 395px;
    font-size:15px;

}



.greybg {
        background-color:#eeeeee;
}

.search2 {
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing:border-box;
    padding: 10px;
    width:405px;
    height:55px;
    font-size:16px;
    position: relative;
    z-index: 1001;
}

.selright {
    width: 50px;
    background-color: #0b2660;
    font-size: 11px;
    z-index: 99999;
    border-radius: 0px 5px 5px 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid grey;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    cursor: pointer;
    color: white;
    font-size:20px;
}

#description a {
    color: #002564 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.f-right {
    float: right;
    width: 100%;
    max-width: 333px;
}

.ralign {
    text-align:right !important;
}

.leftcell {
    display: table-cell;
    text-align:left;
}

.rightcell {
    display:table-cell;
    text-align:right;
}


.groundingbrush1 {
    width:100%;
    max-width:421px;
    margin:0px 15px;
    float:right;
}

.groundingbrush3 {
    width:100%;
    max-width:256px;
    margin:0px 15px;
    float:right;
}

#photo_layer {
    text-align:center;
}

.filtersubmit {
    position: relative;
    z-index: 1002;
    right: 48px;
    top: 5px;
    font-size: 30px;
    color: black;
}

.filterclear {
    position: relative;
    z-index: 1002;
    right: 105px;
    top: 0px;
    font-size: 21px;
    color: black;
    display:none;
    cursor:pointer;
}

.filterclear2 {
    position: relative;
    z-index: 1002;
    right: 20px;
    top: 20px;
    font-size: 21px;
    color: black;
    display:none;
    cursor:pointer;
}

.nomobileright {
    text-align:right !important;
}

.addtocart-popup {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color:white;
    width: 100%;
    max-width: 460px;
    box-sizing: border-box;
    font-size: 14px;
    border:1px solid #e9e9e9;
    text-align:left;
    line-height:18px;
    right: 0px;
    top: -60px;
    -webkit-box-shadow: 7px 7px 20px -9px rgba(0,0,0,0.54);
    -moz-box-shadow: 7px 7px 20px -9px rgba(0,0,0,0.54);
    box-shadow: 7px 7px 20px -9px rgba(0,0,0,0.54);
}


.dropDown {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color:white;
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    border:1px solid black;
    text-align:left;
    line-height:18px;
    right: 0px;
}

#dropDown3 {
    right: 130px;
}

.dropDown a {
    color: black;
    font-size: 14px;
}

.dropDown a:hover {
    color: black;
    font-size: 14px;
    text-decoration:none;
}


#cart_layer {
    display:inline-block;
    padding: 10px;
}

#cart_layer img, .actimg {
    vertical-align:middle;
    margin-right:5px;
}

.toppadding {
    padding:15px 0px 5px 0px;
}

.inline {
    display: inline-block;
}


.block {
    display: block;
}

.btn {
    background-color:#ff0000;
    border:none;
    height:36px;
    color:white;
    padding:0px 10px;
}

.filter {
    padding: 0px 41px 0px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 36px;
    width:250px;
}

.field_arr {
	display:inline-block;
	max-width:86px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	vertical-align:top;
}

.thumbnails {
    width:100%;
    overflow-x:auto;
    display:inline-block;
    vertical-align:top;
    margin-top:5px;
}

.thumbnails::-webkit-scrollbar {
    -webkit-appearance: none;
}

.thumbnails::-webkit-scrollbar:vertical {
    width: 11px;
}

.thumbnails::-webkit-scrollbar:horizontal {
    height: 11px;
}

.thumbnails::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.thumbnails::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}


#myBtn {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 10000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    background-color:rgba(0,0,0,0.8);	
}

.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell;}
.simplebox {   
    border: 1px solid #d6d6d6;
    background-color: #ededed;
    margin: 0 auto;
    padding: 15px;
}
.simpleinline {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
}
.simplepadding {
    padding: 12px;
}

.homepage-square {
	display:inline-block;
    width: calc(16.66% - 10px);
    box-sizing:border-box;
    background-color: #f0f0f0;
    font-weight:bold;
    line-height: 2;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.09);
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.09);
    cursor:pointer;
}


.jqueryslidemenu .homepage-square {
    width: calc(12.5% - 10px);
    font-size: 10px;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.homepage-square img {
        width: 100%;
    }

.half-container {
    width: 50%;
    padding: 10px;
    box-sizing:border-box;
    text-align:center;
}

#homecell1 {
    display:table-cell;
    padding-right:1.1%;
}
#homecell2 {
    display: table-cell;
}

.inline-container {font-size: 0; text-align: center;}
.inline-container .simpleinline:last-child {margin-right: 0px;}
.inline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-3-12, .inline-3-12filter {
    width: 24.175%;
    margin-right: 0.8%;
    vertical-align: top;
}

.inline-4-12, .mobinline-4-12 {
    width: 32.6%;
    margin-right: 0.7%;
    vertical-align: top;
}
.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12, .mobinline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12a {
	width: 100%;
	margin: auto;
	text-align: center;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12,.mobinline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}
.inline-1-5, .mobinline-1-5 {
    width: 19%;
    margin-right: 1.25%;
}
.inline-2-5 {
    width: 38%;
    margin-right: 1.25%;
}
.inline-3-5 {
    width: 57%;
    margin-right: 1.25%;
}
.inline-4-5 {
    width: 76%;
    margin-right: 1.25%;
}
.inline-5-5 {
    width: 100%;
    margin-right: 0%;
}
.inline-half {
    width: 100%;
    margin-bottom: 10px;
    background: #c21540;
}
.mobinline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}

.mobinline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.mobinline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}

.mobinline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}

.mobinline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}

/* wizard dropdown */

.clearbox {
    float:right;
    height:32px;
    width:32px;
    padding-left:5px;
    padding-top:5px;
    box-sizing:border-box;
}
.sel99, .sel98 {
    color:#3d3d3d;
    width: 250px;
    min-height: 32px;
    box-sizing: border-box;
    background-color: white;
    font-size:11px;
    text-align:left;
    z-index:99999;
    border:1px solid #eeeeee;
    display:inline-block;
}

.sel97 {
    color:#3d3d3d;
    min-height: 32px;
    box-sizing: border-box;
    font-size:11px;
    text-align:left;
    z-index:99999;
    display:inline-block;
    cursor:pointer;
    text-align:right;
    padding-left: 10px;
}

.sel97 span {
    vertical-align: middle;
}


.hide {
    display: none;
}
.sel99 .options99, .sel98 .options98 {
    width: 100%;
    background-color: #58575D;
    overflow-y: overlay;
    box-sizing:border-box;
    max-height:320px;
    margin-left: -30px;
    z-index: 9;
}

.sel97 .options97 {
    position:absolute;
    width:auto;
    z-index:9999;
    background-color: #58575D;
    overflow-y: overlay;
    box-sizing:border-box;
    max-height:320px;
    margin-left: -1px;
}


.sel99 .options99 div:first-of-type, .sel98 .options98 div:first-of-type, .sel97 .options97 div:first-of-type {
    border-top:1px solid #eeeeee;
}

.sel99 .options99 div, .sel98 .options98 div, .sel97 .options97 div {
    transition: all 0.2s ease-out;
    z-index:99999;
    width:279px;
    font-size:16px;
    padding:10px;
    background-color: #06295f;
    color:white;
    border-bottom:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    box-sizing:border-box;
}
.sel99 .options99 div:hover, .sel98 .options98 div:hover, .sel97 .options97 div:hover {
    background-color: white;
    color:black;
}
/* end wizard dropdown */


/* General */

.homeleftmenu {
    padding: 2px;
}

.homeleftmenu:nth-child(even) {
	background-color:#f1f1f1;
}

.spec-row:nth-child(even) {
        background-color:#f2f2f2;
}

#top1 {
    background-color:#b12d44;
    padding:0px 50px;
    color: white;
    font-size:18px;
}

#top1 a {
    color: white;
    font-weight bold;
}

#top2 {
    display:none;
    position:fixed;
    width: 100%;
    background-color:white;
    /*border-bottom:1px solid black;*/
    font-size:18px;
    z-index: 10001;
    /*padding: 5px 0px;*/
    box-sizing:border-box;
    top:0px
}

.suggestion {
    width:100%;
    padding:5px;
    box-sizing:border-box;
    text-align:left;
    line-height: normal;
}

.suggestion-popup {
    display: none; 
    position: absolute; 
    border: 5px solid #65ff00; 
    z-index: 100; 
    width: 333px; 
    left:395px; 
    background-color: white; 
    padding: 5px;
    top:-5px;
    text-align:left;
}

.pointer {
    cursor: pointer;
}

.suggestion-cell1 {
    width:35%;
    padding-right:5px;
    vertical-align:top;
}

.suggestion-cell1 img {
    border:1px solid #d1d1d1;
}


#hdr-container {
    width: 100%;
    /*border-bottom:1px solid black;*/
}
.hdr {
    width:100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 10px;
    /*background-color:white;*/
    box-sizing:border-box;
}
#hdr-mob {
    display: none;
    text-align: center;
    border-bottom: 1px solid #676767;
}
#midline-container {
    width: 100%;
    max-width:1076px;
    background: #002564;
    /* -moz-box-shadow: 0px 0px 5px #676767;
    -webkit-box-shadow: 0px 0px 5px #676767;
    box-shadow: 0px 0px 5px #676767; */
    margin: 0 auto;
}
#midline {
    width: 1076px;
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 19px;
    color:white;
}
#midline .simpleinline {
    font-size: 19px;
}
#topnav-container {
    width: 100%;
    background: #066cad;
    text-align: center;
}
#topnav {
    width: 1144px;
    margin: 0 auto;
}
#bdy-container {
    width: 100%;
}
#bdy,#bdy2 {
    width: 100%;
    max-width: 1360px;
    margin: 0px auto;
    min-height: calc(100vh - 550px);
    padding: 0px 13px 10px 13px;
    box-sizing:border-box;
}

.bdy {
    width: 100%;
    max-width: 1360px;
    margin: 0px auto;
    padding: 0px 13px 10px 13px;
    box-sizing:border-box;
}

#bdy {
    position: relative;
}

#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    background-image: url('/images/homeicon.png');
    background-repeat: no-repeat;
}
#ftr-container {
    width: 100%;
    background: #0b2660;
    color: #b9bdc9;
    padding: 15px 0px 0px 0px;
    text-align: center;
    position:relative;
    box-sizing:border-box;
    line-height: 1.5;
}

#ftr-container3 {
    width: 100%;
    background: #b12d44;
    color: white;
    padding: 15px 0px 0px 0px;
    text-align: center;
    position:relative;
    box-sizing:border-box;
    line-height: 1.5;
}

#ftr-container2 {
    width: 100%;
    background: #cccccc;
    color: #525252;
    padding: 15px 0px;
    position:relative;
    box-sizing:border-box;
    line-height: 1.5;
}

#ftr-container2 .ftr a {
    color: #525252;
}

#ftr-container2 em {
    font-size: 25px;
    margin-left: 20px;
}

.ftr {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}
#ftr-mob {display: none;}


/* forms */
.formrow {margin: 5px 0px;}


.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 25px;
}

.bdy-wizard .formlabel {
    font-weight: normal;
}

.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'] {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing:border-box;
}
.formbox button[type='submit'], .formbox input[type='submit'], .green-submit {
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.update_quantity {
    background: #002564;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.grey-button {
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
    border:1px solid #6c6e73;
    border-radius:3px;
    height:25px;
    box-sizing:border-box;
    padding-top:4px !important;
    font-weight:normal;
    font-size:13px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
}

.blue-button {
    padding:6px 20px; 
    margin-top:6px;
    background: #002564;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    cursor:pointer;
}

.viewall-suggestion {
    background-color:#d5003c;
    width:100%;
    color:white;
    padding:5px;
    box-sizing:border-box;
    cursor:pointer;
}

.formbox button[type='submit']:hover  {opacity: 0.90;}
.formbox select {
    width: 100%;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color:white;
}
.formbox textarea, .full-textarea {
    width: 100%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing:border-box;
    font-family: 'Source Sans Pro', sans-serif !important;
}


/* topnav.inc */

.topnavmenu
{
	width:420px;
	margin-left:-10px;
	padding:5px 5px 5px 10px;
	box-sizing:border-box;
	font-size:16px;
	color: #373737;
}

.topnavmenu:hover
{
	background-color: #dddddd;
	cursor: pointer;
}


#topnav a {
    display: inline-block;
    padding: 8px 40px 8px 0px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
#topnav a:last-child {padding-right: 0;}
.hdr-mob-cll2 img {width: 80%;}
.hdr-mob-cll1, .hdr-mob-cll3 {
    vertical-align: middle;
    width: 15%;
}
.hdr-mob-cll2 {
    vertical-align: middle;
    width: 70%;
}
#topline .simpleinline:first-child a, #topline .simpleinline:first-child {
    color: #fff;
    /* font-size: 13px;
    font-weight: 600; */
    text-decoration: none;
}
#topline .simpleinline:last-child a, #topline .simpleinline:last-child {
    text-align: right;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#green-arrow {
    display:inline-block;
}


#mob-search {
    width: 80px;
    font-size: 12px;
    background: transparent;
    border: 0px solid #575757;
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 9px 0px;
}

#hdr-mob .simpleinline {
    vertical-align: middle;
    text-align: center;
    font-size: 0;
}
.hdr-mob-wide {
    padding: 10px 0px;
}
.hdr-mob-each {
    padding: 10px;
    border-right: 1px solid #676767;
}


.pad20 {
    padding-right: 20px;
}

.pad50 {
    padding-right: 50px;
}

/* footer.inc */

#ftr-container3 .ftr a {
    color: white;
}


.ftr a {
    color: #b9bdc9;
}
.ftr a:hover {
    text-decoration: none; 
    opacity: 0.8;
}

.ftr .simpleinline a {
    display: block;
    margin-bottom: 8px;
}

.ftr .simpleinline a i {
    color: white;
}


.ftr input[type='text'] {
    width: calc(100% - 85px);
    font-size: 12px;
    padding: 0px 10px;
    border: 0px;
    vertical-align: middle;
    height: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ftr input[type='submit'] {
    width: 65px;
    font-size: 16px;
    border: 0px solid #575757;
    background: #0b2660;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ftr-title {
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

#index-top {
    text-align:center;
    color:white;
    width:100%;
    height:31.75vw;
    background-image:url("/images/home-slide.jpg");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    line-height:35px;
    position:relative;
}

.grey-home {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:100%;
    background-color:#f0f0f0;
    border:2px solid #8e8e8e;
    color:black;
    height:75px;
    font-size:18px;
    cursor:pointer; 
}

/* new dropdown */
.sel {
    border-radius: 5px;
    width:100%;
    font-size:17px;
    color:black;
    box-sizing:border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url(/images/home-select.png);
    background-position: 100% 0;
    background-repeat: no-repeat no-repeat;
    vertical-align:middle;
    border:1px solid #eeeeee;
    position: relative;
    cursor:pointer;
}
.txt {
    height:70px;
    vertical-align:middle;
}
.selected2 {
    background-color: #4b2c2a;
}
.hide {
    display: none;
}
.sel .options {
    width: 100%;
    z-index: 99999;
    position: absolute;
    background-color:white;
    max-height: 280px;
    overflow: auto;
    border: 1px solid #eeeeee;
    box-sizing:border-box;
}
.sel .options div {
    transition: all 0.2s ease-out;
    padding: 10px;
    z-index:99999;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}
.sel .options div:hover {
    background-color: #002564;
    color: white;
}
/* end new dropdown */



/* index.php */
.inline-index1 {
    vertical-align: top;
    width: 306px;
    background: white;
    line-height: 25px;
}
.inline-index2 {
    vertical-align: top;
    width: 11px;
}
.inline-index3 {
    vertical-align: top;
    width: 823px;
}
.index-menu {
    display: block;
    margin: 1px 0px;
    text-decoration: none;
    border:1px solid transparent;
    border-right:0px;
    border-left: 0;
    color: #484848;
    z-index:1000;
    padding: 0px 5px;
}
.index-menu:hover {
    background-color:#b12d44;
    z-index:1000;
    color:white;
}
.inline-index1 .index-menu:first-child {
    margin-top: 0;
}
.index-menu-caps {
    display: none;
    position: absolute;
    background: white;
    border:6px solid #b12d44;
    margin-left: 300px;
    z-index: 99999;
    width: 590px;
    padding: 10px;
    margin-top: -50px;
    color:black;
}

.index-menu-caps a:hover {
    color: red;
}

.index-menu-caps2 {
    display: none;
    position: absolute;
    background: white;
    margin-left: 301px;
    z-index: 500;
    width: 10px;
    height: 20px;
    padding: 0px;
    margin-top: -20px;

}


.index-thumbs {
    margin-top: 10px;
}
.index-thumbs .simpleinline img {
    display: block;
    border: 1px solid #d3d3d3;
}
.index-thumbs .simpleinline span {
    display: block;
    border: 1px solid #d3d3d3;
    width: 100%;
    background: #d1d1d1;
    padding: 5px 0px;
    text-align: center;
}
.index-half .simplepadding {
    padding: 5px 10px;
    color: white;
}
.index-half form {
    font-size: 0;
    width: 95%;
    margin: 0 auto;
    margin-left: 5%;
}
.index-half input[type='text'] {
    width: 76%;
    font-size: 14px;
    padding: 9px 2%;
    border: 1px solid #e5e5e5;
    vertical-align:middle;
}
.index-half input[type='submit'] {
    width: 18%;
    font-size: 14px;
    border: 0px solid #575757;
    background: white;
    color: #002564;
    text-align: center;
    height:36px;
    font-weight: 900;
    vertical-align:middle;
}
.index-half .simpleinline {
    vertical-align: middle;
}
.inline-half .inline-4-12, .inline-half .inline-5-12 {
    text-align: right;
}


/* wizard.php */
.wizard-wrapper {
    background-image:url("/images/wizard-new-background.jpg");
    background-repeat:no-repeat;
    background-position:top;
    background-size: cover;
    position:relative;
    color: white;
    padding-top: 5px;
}

.wizard-column {
    background-color:#ececec;
    box-sizing:border-box;
    color:white;
    border-radius:40px;
    overflow:hidden;
    min-height:608px;
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    vertical-align:top;
}

.wizard-column:last-of-type {
    margin-right: 0%;
}

.wizard-wrapper a {
    color: white;
}

.wizard-wrapper .inline-4-12 .simpleinline {
    vertical-align: middle;
    margin-bottom: 15px;
}
.wizard-wrapper h1 {
    margin-top: 0;
}
.wizard-wrapper h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.wizard-wrapper select {
    width: 100%;
    padding: 10px;
    background-color:white;
}



.inline21 {
    border-right-width:1px;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, transparent), color-stop(0.5, #ffcccb), color-stop(0.5, #ffcccb), color-stop(1, transparent)) 0 100%;
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-right: 10px;
    padding-right: 20px;
}
.inline22 {
    display: inline-block;
    width: 310px;
    border-right-width:1px;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, transparent), color-stop(0.5, #ffcccb), color-stop(0.5, #ffcccb), color-stop(1, transparent)) 0 100%;
    border-right-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-right: 20px;
    padding-right: 20px;
}
.inline23 {
    display: inline-block;
    width: 310px;
}
.view-product {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    background: #d9d9d9;
}
.view-product:hover {
    -webkit-filter: brightness(90%);
}

/* 3.php */
.shop-cll1 {
    vertical-align: top;
    width: 320px;
}
.shop-cll2 {
    vertical-align: top;
}

.filter-hdrhomepage {
    background: url('images/hdr-homepage.png');
    width: 320px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -36px;
    color: #3d3d3d;
    font-size:20px;
}

.filter-hdr {
    background-color: #f1f1f1;
    width: 298px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    color: #3d3d3d;
    font-size:20px;
}


.filter-hdr1 {
    background: url('images/hdr-products.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #fff;
}
.filter-hdr2 {
    background: url('images/hdr-handle.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #fff;
}
.filter-hdr3 {
    background: url('images/hdr-bristle.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -33px;
    color: #fff;
}
.filter-hdr3-1 {
    background: url('images/trim_type.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -33px;
    color: #fff;
}
.filter-hdr4 {
    background: url('images/hdr-cost.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -31px;
    color: #fff;
}
.filter-hdr5 {
    background-color: #f1f1f1;
    width: 100%;
    height: 36px;
    padding: 7px 10px 0px 10px;
    box-sizing:border-box;
    float:right;
    color: black; 
}

.filter-box-main {
    border: 1px solid #f1f1f1;
    background: white;
    padding: 10px 20px;
    border-top: 0px;
    width: 276px;
    font-size: 12px;
    margin-bottom: 15px;
}


.filter-box {
    border: 1px solid #f1f1f1;
    background: white;
    padding: 10px 20px;
    border-top: 0px;
    width: 276px;
    font-size: 12px;
    margin-bottom: 15px;
    max-height:95px;
    overflow-y: auto;
}

.filter-box::-webkit-scrollbar, .scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.filter-box::-webkit-scrollbar:vertical, .scroll::-webkit-scrollbar:vertical {
    width: 11px;
}

.filter-box::-webkit-scrollbar:horizontal, .scroll::-webkit-scrollbar:horizontal {
    height: 11px;
}

.filter-box::-webkit-scrollbar-thumb, .scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.filter-box::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 



.filter-box .simpleinline {
    padding-right: 20px;
}
.filter-box input[type='checkbox'] {
    vertical-align: middle;
}
.box-border {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
}
.box-border a {
    color: #000;
    text-decoration: none;
}
.filter-hdr5 .inline-5-12 a, .filter-hdr5 .inline-6-12 a {
    margin: 0px 5px;
    color: black;
}
.filter-hdr5 .inline-5-12 a span, .filter-hdr5 .inline-6-12 a span  {
    display: inline-block;
    padding-right: 5px;
    margin-left: 10px;
    vertical-align: middle;
}
.filter-hdr5 .inline-5-12 a img, .filter-hdr5 .inline-6-12 a img {
    display: inline-block;

    vertical-align: middle;
}
.filter-hdr5 .inline-3-12 a {
    color: #fff;
}

.shop-inline-table {
    display:table;
    width:93%;
    margin:0 auto;
    max-width:364px;
}

.shop-inline-table i {
    font-size: 20px;
}

.shop-inline {
    display: inline-block;
    width: 31.3333%;
    margin: 1%;
    vertical-align:top;
}

.custom-brushes .shop-inline b {
    font-size: 20px;
}

.shop-inline p {
    display:block;
    width:90%;
    margin: 0 auto;
}

.custom-brushes .shop-inline img {
    border:0px;
}

.custom-brushes .shop-inline {
    margin-bottom: 2%;
    text-align:center;
}

.shop-inline img {
    border: 1px solid #f1f1f1;
}


.product-name {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    text-align: left;
}
.product-name a {
    color: #000;
    text-decoration: none;
}
.more-info {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    text-align: right;
    vertical-align: top;
}
.more-info a {
    color: #000;
    text-decoration: none;
}
.more-info img {
    width: 8px;
    padding-left: 5px;
    vertical-align: middle;
}

/* 4.php */
.filter-main .inline-1-5 {
    vertical-align: middle;
}
.filter-main .inline-1-5:last-child {
    text-align: right;  
}
.filter-main .inline-1-5 img {
    width: 120px;
    border: 1px solid #f1f1f1;
}
.product-title {
    color: #000;
}
.product-invent {
    color: #7d7d7d;
}
.product-start {
    color: #7e7e7e;
}
.product-start span {
    color: #0b8902;
    font-weight: bold;
}
.product-view {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    background: #19b900;
    color: #fff;
    font-weight: bold;
}
.product-view-table {
    display: inline-block;
    margin: 2px 0px;
    padding: 0px 10px;
    font-size: 12px;
    text-align: center;
    background: #19b900;
    color: #fff;
    font-weight: bold;
}
.product-view-table:hover, .product-view:hover {
    -webkit-filter: brightness(90%);
}


.hr-products {
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.menu-hr {
    border-top:1px solid #adadad;
    margin:10px 0px;
}

.header-word {
    width:fit-content;
    margin:0 auto;
    background-color:white;
    font-weight:bold;
    padding:5px 30px;
    font-size:24px;
    color: #b12d44;
}

.squares-visibility {
    transition: 2s all ease;
    overflow:hidden;
}


/* 4.php */

.filter-hdr6 {
    background: url('images/hdr-filters.png');
    width: 823px;
    height: 36px;
    padding: 0px;
    margin-bottom: -6px;
    margin-right: -33px;
    float:right;
    color: #fff;
}
.table-col1 {
    border-left: 1px solid #d3d3d3;
    width: 126px;
    height: 36px;
    line-height: 36px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.table-col2 {
    width: 206px;
    height: 36px;
    line-height: 36px;
}
.table-col3 {
    width: 126px;
    height: 36px;
    line-height: 36px;
}
.table-col4 {
    width: 126px;
    height: 36px;
    line-height: 36px;
}
.table-col5 {
    width: 206px;
    height: 36px;
    line-height: 31px;
}
.filter-hdr6 .table-col1, .filter-hdr6 .table-col2, .filter-hdr6 .table-col3, .filter-hdr6 .table-col4, .filter-hdr6 .table-col5 {
    height: 31px;
    line-height: 31px;
}  
.filter-hdr6 .table-col1 {
    border-left: 0px;
}
.filter-hdr6 .table-col5 {
    border-right: 0px;
}
.dark {
    background: #ededed;
}
.dark .simpleinline {
    vertical-align: middle;
}
.light {
    background: #f8f8f8;
}

.light .simpleinline {
    vertical-align: middle;
}
.table-col1, .table-col2, .table-col3, .table-col4, .table-col5 {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
}
.light .simpleinline:last-child, .dark .simpleinline:last-child {
    padding: 0;
}


/* category.php */
.cat-img {
    border: 1px solid #e7e7e7;
}
.cat-hdr {
    font-size: 18px;
    font-weight: bold;
    color: #484848;
}
.prices {
    font-size: 24px;
    font-weight: bold;
    color: #058d00;
}
.cat-selects h2, .filterh2 {
    font-weight: normal;
    font-size: 14.9px;
    color: #494949;
    margin: 24px 0px 3px 0px;
}
.cat-selects select {
    /* width: 100%; */
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0 );
    border-radius: 4px;
    padding: 5px 0px;
    margin-top: 5px;
}

.cat-overflow {
    text-overflow:ellipsis;
    overflow:hidden;
}

.cat-col1 {
    vertical-align: top;
    width: 120px;
}
.cat-col2 {
    vertical-align: top;
    width: calc(100% - 835px);
    color: #000;
    font-weight: bold;
}

.cat-col23 {
    vertical-align: top;
    width: 90px;
    color: #7d7d7d;
}
.cat-col24 {
    vertical-align: top;
    width: 608px;
    color: #000;
    font-weight: bold;
}

.cat-col3 {
    vertical-align: top;
    width: 105px;
    color: #7d7d7d;
}
.cat-col4 {
    vertical-align: top;
    width: 105px;
    color: #7d7d7d;
}
.cat-col5 {
    vertical-align: top;
    width: 105px;
    color: #7d7d7d;
}
.cat-col6 {
    vertical-align: top;
    width: 115px;
    color: #7d7d7d;
    text-align:left;
}
.cat-col7 {
    vertical-align: top;
    width: 83px;
    color: #7d7d7d;
    text-align:left;
}
.cat-col8 {
    vertical-align: top;
    width: 112px;
    text-align: right;
}

.cat-col1 input {
    vertical-align: middle;
}
.cat-col1 img {
    width: 90px;
    border: 1px solid #f4f4f4;
    vertical-align: middle;
}
.cat-col6 span {
    font-size: 18px;
    font-weight: bold;
    color: #058d00;
}
.cat-col7 span {
    font-size: 14px;
    font-weight: bold;
    color: #181818;
}
.addtocart {
    border: 0px;
    background: #19d303;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}


.white-button {
    background-color: white;
    color: black;
    border: 1px solid #bab7b8;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    margin: 5px;
}

.orange-button {
    background-color: #19d303;
    color: white;
    border: 1px solid #bab7b8;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    margin: 5px;
}

.red-button-seo {
    background-color: #ff0000;
    color: white;
    border: 1px solid #bab7b8;
    width: 382px;
    height: 68px;
    box-sizing: border-box;
    font-size: 22px;
    margin: 10px;
}

.black-button {
    background-color: black;
    color: white;
    border: 0px;
    padding: 10px 40px;
    box-sizing: border-box;
    font-size: 18px;
    cursor:pointer;
} 

.addtocart:hover, .white-button:hover, .orange-button:hover, .red-button-seo:hover, .black-button:hover {
    -webkit-filter: brightness(90%);
}
.cat-table-head .simpleinline {
    color: #494949;
    font-size: 14px;
    font-weight: bold;
}
.cat-hdr {
    text-align: right;
}

/* details.php */
.filter-hdr8 {
    background: url('images/hdr-like.png');
    width: 260px;
    height: 32px;
    padding: 4px 10px 0px 10px;
    margin-bottom: -6px;
    margin-left: -33px;
    color: #fff;
}
.details-img img {
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.details-inline {
    display: block;
    width: 80%;
    margin: 10px auto;
}
.details-inline img {
    border: 1px solid #f1f1f1;
}

.details-right {
    text-align: right;
}
.details-box {
    border: 1px solid #f1f1f1;
    background: white;
    padding: 10px 20px;
    border-top: 0px;
    width: 276px;
    font-size: 12px;
    margin-bottom: 15px;
}
.price-pkgblack {
    color: #000000;
}
.price-pkgblack span {
    color: #51ad5b;
    font-size: 22px;
}
.price-pkg {
    color: #6a6a6a;
}
.price-pkg span {
    color: #078c00;
    font-size: 22px;
}
.price-sub {
    font-size: 12px;
}
.details-specs h2, .orange-header {
    color: #f9694e;
    font-size: 19px;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0px;
}
.justmobileh2 {
    display: none;
    color: #f9694e;
    font-size: 19px;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0px;
}
.details-specs2 .inline-6-12:first-child {
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
}
.darkrow {
    background: #f2f2f2;
    padding: 5px 0px;
}
.whiterow {
    background: #ffffff;
    padding: 5px 0px; 
}


.darkrow2 {
    background: #f2f2f2;
    padding: 5px 0px;
}
.whiterow2 {
    background: #fff;
    padding: 5px 0px; 
}
#img-m-container {
    min-height: 394px;
}
#m1, #m2, #m3 {
    cursor: pointer;
}
#m1:hover, #m2:hover, #m3:hover {
    -webkit-filter: brightness(97%);
}
.view-details {
    background: #e0e9ed;
    padding: 10px;
    display: none;
}
.view-details .inline-8-12 {
    border-right: 1px solid #cccccc;
}
.view-details-container {
    background: #fff;
    padding: 10px;
}
.view-details-container .simpleinline {
    vertical-align: middle;
}
.arrow-details {
    position: absolute;
    bottom: 0;
    left: calc(50% - 17px);
}
.product-line {
    position: relative;
    padding: 5px 0px;
    cursor: pointer;
}
.product-line:hover {
    background: #e0e9ed;
}

#pricing_layer2 center, #pricing_layer2 .red-outline {
    display: none;
}

.red-outline {
    border: 2px solid #c21540;
    padding: 4px;
}
.spec-row {
    border-top: 1px solid #ccc;
    font-size: 0;
    padding: 5px;
}
.spec-row .simpleinline {
    width: 50%;
}

.viewcart-promo {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.viewcart-promo a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.scroll {
    width:100%;
    overflow-x: auto;
    box-sizing:border-box;
}

#promo-box {
    display: none;
    margin-top: 10px;
}
#promo-box input[type='text'] {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 3%;
    background: #f0f1f3 none repeat scroll 0 0;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
    box-sizing:border-box;
}
#promo-box input[type='submit'] {
    background: #ed4f3e;
    padding: 10px 0px;
    border: 0px solid #3e8220;
    color: #fff;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
}

.summary-cll1 {
    width: 55%;
    text-align: left;
}
.summary-cll2 {
    width: 45%;
    text-align: right;
    font-weight: bold;
}

#bottom-bars {
    position:absolute;
    bottom:-36px;
    width:100%;
    max-width:1360px;
    left:50%;
    transform: translateX(-50%);
}


.popup {
    display: none;
    position: fixed;
    z-index: 99999;
    background-color: white;
    width: 100%;
    max-width: 865px;
    height: fit-content;
    max-height: 100%;
    font-size: 17px;
    text-align: justify;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 100;
}

.wizard-text {
    position: absolute;
    max-width: 800px;
    height: fit-content;
    max-height: 100%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:white;
    font-size: 16px;
    
}

.find-brush {
    font-size: 38px;
}

.over-brushes {
    font-size: 19px;
}

#cvv, #cvv2 {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
}

#cvv2 {
    top: 215px;
}

#cvv-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 1002;
    border: 4px solid #ccc;
    width: calc(100% - 8px);
    max-width: 400px;
    box-sizing:border-box;
    transform: translate(-50%, -50%);
    background: #fff;
}
#cvv-wrapper #iframe, #cvv-wrapper2 #iframe {
    height: auto;
    padding: 0;
}

#cvv-wrapper2 {
    display: none;
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 10002;
    width:100%;
}

#cvv-wrapper3 {
    display:inline-block;
    width:100%;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    border: 4px solid #ccc;
    text-align:left;
    padding: 20px;
    box-sizing:border-box;
}


.ytvid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.ytvid-container iframe,
.ytvid-container object,
.ytvid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nomobile-shadow {
    text-shadow: 0px 0px 7px #2B2B2B;
}

.nomobile-shadow a {
    color: white;
}

#launcher {
    bottom: 60px !important;
}

.custom-brush-image {
    display:block;
    margin-bottom:0.3%;
    width:100%;
}

#abc5 a, #abc1 a, #abc4 a {
    vertical-align:middle;
    line-height: 10px;
    font-weight: 600;
    padding: 10px;
}

#abc1 a {
    font-size: 13.8px;
}

#abc4 a {
    font-size: 13.6px;
}

#abc5 a:before, #abc1 a:before, #abc4 a:before {
    content:"\2022";
    font-size: 1.3em;
    vertical-align:top;
    padding-right:6px;
    color: #c21542;
}

#abc5 a:hover, #abc1 a:hover, #abc4 a:hover {
    background-color: #f0f0f0;
}

.break1, .break2, .break3, .break4, .break5, .break6 {
    height: 16px;
}

.justmobile, .justmobileinline, .inlinecell {display: none;}


@media (min-width: 1800px) {
    #index-top {
        height:573px;
    }
}

@media (max-width: 1560px) {
    .break1 {
	display:none;
    }
}

@media (max-width: 1460px) {
    .break2 {
        display:none;
    }
}

@media (max-width: 1360px) {
    .break3 {
        display:none;
    }
    #top1 {
        padding: 0px 10px;
        font-size: 14px;
    }
    .homepage-square {
        font-size: 10px;
    }

    .jqueryslidemenu .homepage-square {
        font-size: 7px;
    }
    .custom-brush {
        font-size: 13px;
    }
}

@media (max-width: 1220px) {
    .break4 {
        display:none;
    }
    .industry-brush {
        font-size: 11px;
    }
    #ftr-container2 {
        font-size: 12px;
    }
    #ftr-container2 em {
        font-size: 20px;
        margin-left: 15px;
    }
}

@media (max-width: 1180px) {
    .break5, #green-arrow {
        display:none;
    }
    .jqueryslidemenu {
        font-size: 15px;
    }
    #abc5 a {
        font-size: 11.9px;
    }
    .custom-brush {
        font-size: 10.8px;
    }
}

@media (max-width: 1060px) {
    .break6 {
        display:none;
    }
}



@media (max-width: 1023px) {
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12, .half-container {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .mobinline-6-12 {
        width: 49.45%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .inline-3-12filter {
        margin-right: 1.1%;
        vertical-align: top;
        width: 32.2%;
    }

    .wizard-text {
        font-size: 15px;
    }

    .find-brush {
        font-size: 27px;
    }

    .over-brushes {
        font-size: 14px;
    }


    #homecell1, #homecell2 {
        display: block;
        padding: 0%;
    }

    .custom-brush-image {
        margin-bottom: 10px;
    }

    .custom-brushes .shop-inline {
        width: 100%;
        box-sizing:border-box;
    }

    .addtocart-popup {
	top: calc(50% - 130px);
	position: fixed;
    }

    .view-details .inline-8-12 {
    border-right: none;
    }

    #hdr-container {
	border-bottom: 0px;
    }

    .pad20, .pad50 {
        padding-right: 0px;
    }

    .f-right {
	float: none;
	text-align:center;
    }

    .ralign {
	text-align:center !important;
    }

    #index-top {
    height:auto;
    background-image:none;
    padding: 5px;
    box-sizing: border-box;
    color:black;
    }

    .suggestion-popup {
	display:none !important;
    }

    .filtersubmit {
    right: 27px;
    top: 4px;
    font-size: 22px;
    }

    .filterclear {
    right: 75px;
    top: 4px;
    }

    .nomobile-shadow {
    text-shadow: none;
    }

    .nomobile-shadow a {
    color: black;
    }

    .break1 {
	display: block;
    }

    #bottom-bars {
        position:unset;
	left: unset;
	transform: none;
	margin-top: 35px;
    }

    .mobilecenter {
	text-align: center;
    }

    .mobile23 {
	margin-left:23px;
    }

    .nomobileright {
	text-align:left !important;
    }

    #hdr-container {
	padding-top:0px;
    }
    .hdr, #topnav-container, #midline-container, #topline-container, .inline-index1 {display: none;}
    .simplecell, #hdr-mob, #ftr-mob {display: block;}
    #ftr-mob {
        font-size: 13px;
    }
    #bdy, .bdy {
        width: 100%;
        min-height: 0;
        padding: 10px;
	box-sizing:border-box;
    }
    #bdy2 {
	width: 100%;
        min-height: 0;
        padding: 0px;
        box-sizing:border-box;
    }

    .groundingbrush1 {
	float:none;
        margin: 0px;
    }

    .groundingbrush3 {
	float:none;
        margin: 0px;
        max-width: 100%;
    }


    .homepage-square {
    	width: 172px;
    }

    .search_field {
	width: 170px;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /* index.php */
    .inline-index3 {
        width: 100%;
        height: auto;
    }
    .inline-1-5, .custom-brush {
        width: 44%;
        margin: 3%;
        padding: 0;
    }
    .custom-brush {
        box-sizing: border-box;
    }
    .custom-brush:nth-of-type(5n) {
        margin-right: 3%;
    }
    .inline-half {
        width: 100%;
        margin: 5px 0px;
        padding: 0;
        text-align: left;
    }
    .inline-half .inline-4-12, .inline-half .inline-5-12 {
        text-align: left;
    }

    /* wizard.php */
    .wizard-column {
	min-height: unset;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
    }
    .inline21 {
        border: 0;
        padding: 0;
        margin: 0;
    }
    .wizard-wrapper .inline-container {
        text-align: left;
    }
    .inline21 .inline-2-12, .inline22 .inline-2-12, .inline23 .inline-2-12 {
        width: 50px;
    }


    /* products */
    .shop-cll1 {
        display: none;
    }
    .shop-cll2 {
        width: 100%;
    }
    .filter-hdr5 {
        display: none;
    }
    .filter-main .inline-1-5 {
        width: 100%;
        margin: 0;
    }

    /* 6.php */
    .cat-table-head {
        display: none;
    }

    .cat-col2, .cat-col24 {
	width: calc(100% - 130px);
    }

    .cat-col3, .cat-col4, .cat-col5, .cat-col6, .cat-col7, .cat-col8 {
        width: 33%;
        margin: 5px 0px;
        padding: 0;
        text-align: left;
    }

    .cat-hdr {
        text-align: left;
    }

    /* 7.php */
    .details-img .inline-4-12 {
        width: 32.6%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .details-right {
        text-align: left;
    }
    .whiterow, .darkrow, .whiterow2, .darkrow2 {
        width: 100%;
        margin: 0;
    }
    .details-specs h2 {
        margin: 10px 0px 0px 0px;
    }
    .details-specs2 .inline-6-12:first-child {
        border-right: 0px solid #cccccc;
        box-sizing: border-box;
    }
    .justmobileh2 {
        display: block;
    }
    .whiterow .simpleinline, .darkrow .simpleinline, .whiterow2 .simpleinline, .darkrow2 .simpleinline {
        margin: 5px 0px;
    }

    .inlinecell { display: table-cell; vertical-align:bottom;text-align:-webkit-right;}
    .justmobile {display: block;}
    .justmobileinline {display: inline-block;}
    .nomobile, #top1 {display: none;}
}

@media(max-width: 720px) {
    .inline-3-12filter {
    	width: 48.9%;
    }
}

@media(max-width: 390px) {
    #cart-items {
        display:none;
    }
}

@media(max-width: 360px) {
    #img-m-container {
        min-height: 328px;
    }
}

.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:pointer;
}
.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.0);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
cursor:pointer;
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.1);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
