 /**************
* This is the basic CSS file for use on Geiger Stores. 
* 
* The goal is to keep it simple, organized, clean and well commented. 
* If you are adding styles for something, chances are that it could use a comment to describe 
* what it is for. Please add one. Someone should be able to look at this CSS file and have a 
* good sense of where the style is used and for what. 
* 
* This style sheet starts with a basic reset and then has the following section breakdown:
* Global - Typography: p, a, H1 H2, etc
* Global - Reused Elements: tables, HR, etc
* Global - Structure- styles that define the global strurctre. Wrapper divs, one coloumn, two column definitions, etc
* Global Site Components - styles for things used on multiple pages like: navigation, header, footer, etc 
* Page Experience Specific Styles 
*
* Color Glossary
* Note the HEX values for common colors used in the site HERE. This allows for the style to be 
* known to any developers and helps to keep them constnat. 
* 
* Dark Grey for text and headers:; #444444
* red (links): #84010F
*  Med Grey (table headers) #777777;
* Light Grey (talbe row odd) #F8F8F8
* grey (table row even) #EFEFEF
* 
* 
**************/

.quotemessage {
    width: 320px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 52px;
}

/************ CSS Reset *************/
html{
    
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1.25;
    color: black;
    /* background: white; */
}
ol, ul, li {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
abbr, acronym
{
    border-bottom: .1em dotted;
    cursor: help;
}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
    font:inherit;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}

strong{
    font-weight: bold;
}


/*********** Global - Typography: p, a, H1 H2, etc*************/
body{
    color:#444444;
    font-family: 'Roboto Condensed', sans-serif;
}
#container{
    text-align: left;
}

p{ 
    margin-bottom: 15px;

}
p .pageItem{
      font-size: 14px !important;
    line-height: 18px !important;  
}
#footer p{
    margin-bottom: 0px;
}

a{ 
    color:#421f77;;
}

a:hover{
    color: #ed2986;
}

#footer{
    font-size: 12px;
}
#footer a{
    color: #fff;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

.nav a{
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    line-height: 35px;
}
div#DDmenu a{
    font-size: 16px;
    line-height: 28px;
    display: block;
}



.utilNav a{
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    margin-right: 5px;
    line-height: 31px;
    padding-right: 10px
}

.utilNav a:hover{
    text-decoration: underline;
}

h1{ 
    font-weight: 700;
    font-size: 24px;
    padding: 0;
    margin: 0px 0px 15px 0px;
      margin-top: 0px;
    line-height: 30px;
    color: #000;
}
#pageHome h1{
    font-weight: normal;
    line-height: 29px;
    margin-bottom: 9px;
    text-transform: uppercase;
    color: #00a8dd;
    font-size: 16px;
}

#pageCategory h1{
    margin-top: 15px;
    text-align: center;
    border-radius: 10px;
    font-size:  32px;
    padding: 12px 0;
    margin:  15px 0;
    line-height: 30px;
    color:  #000;
    background-color:  #b3a5c9;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 25%);
}



h2{ 
    font-size:22px;
    color:#424242;
    font-weight:bold;
    margin-bottom: 15px;
}

#pageHome h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color:#fff;
    /*    background: url(../images/featured.png);*/
    background-color: #421f77;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

h3{ }
h4{ }
h5{ }
h6{ }
.bCrumbs, .bCrumbs a{
    font-size: 12px;
    color:#404040;
}
.image .price-box{
    color:#fff;
}

.pagination-new li.active a{
    color:#444444;
    text-decoration: none;
}
.filter .title{
    font-weight: bold;
    
}

#pageItem .price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 10px;
}

#pageItem h1{
    font-size: 26px;
    margin-bottom: 10px;
    color:  #421f77;
}


.price strong{
    font-weight: 400 !important;
}

label, .label {
    font-weight: bold;
}

.add-another-item label, .add-another-item .col3 span{
    font-size: 14px;
    font-weight: bold;
} 

.sidebar .title{
font-weight: bold;
font-size: 20px;
margin-top:10px;
}


/*********** Global - Structure *************
Place style here that define the global stturctre. Wrapper divs, one coloumn, two column definitions, etc*/
html{
    background: url(../images/background.png) top left repeat;
    height: 100%;
}
body{
    /* background: url("../images/background.png") top left repeat; */
    height: 100%;
    position: relative;
    /* z-index: -2; */
}

#container{
    background: none;
    margin: 0 auto;
    position: relative;
    text-align: left;
    min-height: 787px;
    margin-top: -15px;
}

#pageHome #container{
}

#content{
    z-index: 1;
    clear: both;
    width: 984px;
    margin: 0 auto;
    padding: 15px 20px;
    background: #fff;
}

#pageHome #content{
    padding: 0px;
    width: 1024px;
    margin-bottom: 180px;
}

.headerwrap{
    /*background: #323232; background: -moz-linear-gradient(top, #323232 0%, #323232 35%, #ffffff 36%, #ffffff 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, #323232), color-stop(35%, #323232), color-stop(36%, #ffffff), color-stop(100%, #ffffff)); background: -webkit-linear-gradient(top, #323232 0%, #323232 35%, #ffffff 36%, #ffffff 100%); background: -o-linear-gradient(top, #323232 0%, #323232 35%, #ffffff 36%, #ffffff 100%); background: -ms-linear-gradient(top, #323232 0%, #323232 35%, #ffffff 36%, #ffffff 100%); background: linear-gradient(to bottom, #323232 0%, #323232 35%, #ffffff 36%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#ffffff', GradientType=0 );*/
    background: url("../images/header-bg.png") repeat-x;
}

#header{
    /* width: 1024px; */
    margin: 0 auto;
    height: 103px;
    background: #fff;
    border-bottom: 2px solid #b7b7b7;
    width: 100%;
}

#header .wrapper{
    float: right;
    text-align: right;
    margin-top: 8px;
    color: #000;
}

#footer{
    background: #000;
    border-top: 2px solid #fff;
    height: 71px;
    z-index: 1;
    position: relative;
    font-weight: 400;
    font-size: 14px;
}
#footer .wrapper{ /* For IE8 and earlier */
    padding:15px 15px;
    color: #fff; 
    width: 1024px;
    margin: 0 auto;
}
#footer .wrapper p{
}

.repInfo {
    float: left;
    padding-right: 15px;
    width: 285px;
}

.sidebar {
    float: left;
    width: 200px;
}


.page {
    float: left;
    margin-left: 10px;
    width: 700px;
}
.page.noFacet{
    width: 100%;   
}

.columnOne, .columnTwo{
    float: left;
}

.columnOne{
    /*border: 1px solid #f00;*/
    width: 450px;
}
.columnTwo{
    /*border: 1px solid #00F;*/
    width: 450px;
    margin-left: 10px;
}

.warning2{
    color: #f00;
    background-color: #FADCDA;
    border: 1px solid #f00;
    padding: 5px 10px;
    font-weight: bold;
}

/*********** Global Site Components *************
* Place site styles here for things used on multiple pages like:
* navigation, header, footer, etc */

#header .logo a{
    background: url("../images/header-logo.svg") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 64px;
    margin-top: 22px;
    width: 122px;
}
#header .logo span {
    display: none;
}

#js-popup-message.popup, #deliverypopup{
    background-color: #DE7A82;
    border: 3px solid #9E091C;
    box-shadow: 1px 1px 5px #ADADAD;
    left: 40% !important;
    padding: 20px;
    position: absolute;
    top: 50%;
    visibility: visible;
    width: 400px;
    z-index: 2000;
} 


#js-popup-message.popup .popup_menuItem {
    background-color: #84010F;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 15px;
    padding: 5px;
    text-decoration: none;
}

/****Main Navigation****/
#menu{
    z-index:100;
    /* height: 35px; */
    /* margin-bottom: 15px; */
    margin-top: 4px;
    float: right;
}
.nav{
    margin: 0 auto;
    width: 960px;
    height: 45px;
}

.nav li{
    float:left;
}
.nav a{
    padding: 10px 12px;
    color: #424242;
}
.nav li:hover{
    text-decoration: underline;
}

div#DDmenu{
    position: absolute;
    background-color: #DDDDDD;
    display: none;
    z-index: 100;
    padding-bottom: 20px;
    min-width: 180px;
}
li.productCategories:hover div#DDmenu{
    display: block;
}

.productCategories{
    margin-right: 20px !important;
}

.productCategories a::after{
    font-family: 'Material Icons';
    content: '\e5cf';
    position: absolute;
    font-size: 24px;
    color: #404040;
    bottom: 7px;
}

.sf-menu ul li a::after{
    content:'';
}

div#DDmenu li{
    float:none;
}
div#DDmenu li a{
    padding: 3px 15px;
    color: #000;
}
div#DDmenu li a:hover{
    color: #fff;
    background: #E56119;
    text-decoration: none;
}

div#DDmenu li:hover{
    text-decoration: none;
}

/****Utility Nav****/
#header .wrapper .utilNav li{
    float: left;
    margin-left: 18px;
}
.utilNav ul{
    float: right;
}

/****footer nav****/
#footer ul li{
    display: inline;
    padding:0px 10px;
}
#footer ul{
    /* margin: 0 auto; */
    width: 520px;
    float: right;
    text-align: right;
}
/****Mini Cart****/
li.mini-cart {
    float: right;
    padding-left: 32px;
    height: 31px;
    line-height: 31px;
    background: url('../images/cart-icon.png') center left no-repeat #e31c79;
    border-radius: 4px;
}

li.mini-cart:hover{
    text-decoration: none;
}

.mini-cart a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    
}

.summary{}

/**** search ****/

.search {
    clear: right;
    padding-top: 26px;
    float: right;
    width: 200px;
    position: relative;
    top: 10px;
}
#searchForm div{
    /* background-color: #fff; */
    /* width: 259px; */
    /* height: 30px; */
    right: 2px !important;
    position: absolute;    
}
/*#searchForm input#key{border: none;width: 160px;float: left;padding-left: 3px;height: 28px;font-size: 14px;color: #404040;padding: .75em 1em;padding-left: 24px;background: url('../images/search-icon.png') center left no-repeat;}*/
#searchForm input#searchBtn{
    width: 20px;
    height: 24px;
    background: url(../images/btn_search.gif) 50% 50% #FFF no-repeat;
    border: none;
    cursor: pointer;
    float: right;
    text-indent:-20000px;
    margin-top: 2px;
    display: none;
}

.searchGlass{
    position: relative;
    float: left;
    cursor: pointer;
    font-size: 22px !important;
    color: #404040;
    top: 4px;
    padding-left: 10px;    
}

/*********** Global - Reused Basic Elements: tables, HR, etc; *************/
hr{

}

/*example table style from http://www.premiumpixels.com/freebies/simple-little-table-psd/ 
Feel free to change as needed*/
table a:link {
    font-weight: bold;
    text-decoration:none;
}
table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
table a:active,
table a:hover {
/*    color: #bd5a35;*/
    text-decoration:underline;
}
table {
    font-family: 'Roboto Condensed', sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px;
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 95%;
}
table th {
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
    text-align: left;
    padding-left:20px;
}
table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table tr {
    text-align: center;
    padding-left:20px;
}
table td:first-child {
    padding-left:20px;
    padding-right: 20px;
    border-left: 0;
}
table td {
    padding: 15px 0 15px 30px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
    /* border-bottom:0; */
}
table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

table.no-border tr, table.no-border td{
    border:none;
    padding: 5px 10px !important;
} 
tfoot tr td{
    border-top: 1px solid #E0E0E0;
}

.input{
    padding: 2px 5px;
}

.btn {
    background-color: #ed2986;
    border:0px solid #777;
    color:#fff;
    padding: 5px 10px;
    cursor: pointer;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
}
.btn:hover{
    background-color: #cf2575;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
} 

.btn-primary{
    background-color: #421f77;
    border:0px solid #777;
    color:#FFF;
    font-weight: 700;
    padding: 5px 10px;
    cursor: pointer;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
}
.btn-primary:hover{
    background-color: #351860;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

/*********** Page Experience Specific Styles *************
* Place site styles here for things that are specific to a certain page experience. */

/****Home****/

.spotlight{
    background: url("../images/spotlight2.jpg") no-repeat scroll right top;
    height: 304px;
    width: 960px;
}

#prefooter{
    width: 960px;
    height: 183px;
    background: url("../images/prefooterbkg.png") repeat scroll left top transparent;
    margin-top:-17px
}

#social{
    background: url("../images/prefootersectbkg.png") no-repeat scroll right top transparent;
    float:left;
    height: 159px;
    padding: 12px 40px;
    width: 160px
}

.socialicon{
  
    height: 32px;
    margin: 10px;
    float: left;
}

.socialicon a{
    color: #0085cb;
    font-size: 11px;
    line-height: 32px;
}

#sitelinks{
    float: left;
    padding: 20px 30px
}

#sitelinks li a{
    color: #f8f8f8;
    font-size: 13px;
    line-height:20px;
    text-decoration: none;
    padding: 0px;
}

#fcol1{
    float: left;
}

#fcol2{
    float: left;
    margin-left: 50px;
}

#fcol3{
    float: left;
    margin-left: 50px;
}

#fcontact{
    background: url("../images/prefootersectbkg.png") no-repeat scroll left top transparent;
    float: right;
    width: 205px;
    height: 144px;
    padding: 20px;
}

#fcontact p{
    font-size: 13px;
    line-height: 20px;
    color: #f8f8f8;
}


/*Featured Products Carousel*/

.featured-product-carousel{
    position:relative;
    background: #fff;
}
.featured-product-carousel h2{
    width: 980px;
    margin-left:  auto;
    margin-right: auto;
    border-radius: 8px;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 25%);
    height: 45px;
    line-height: 45px;
    font-family: 'Roboto Condensed', sans-serif;
}
.featuredwrap{
    background: #fff;
    height: 175px;
    padding-top: 45px;
    margin-top: -15px;
    /* display: inline-block; */
    width: 891px;
    margin: 0 auto;
}

.featured-product-carousel .title{
    margin: 0 0 0.35em 0;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    height: 23px;
    padding-bottom: 2px;
    padding-left:10px;
}
.featured-product-carousel .items-wrapper{
    float:left;
    /* width:600px; */
    /* padding-left:10px; */
    height: 132px;
}   
.featured-product-carousel .prev{
    display:block;
    width: 22px;
    height: 34px;
    float:left;
    /* margin: 40px 80px 0px 10px; */
    margin-top: 45px;
    background: url(../images/arrow-left.png) no-repeat;
}
.featured-product-carousel .next{
    display:block;
    width: 22px;
    height: 34px;
    float:left;
    /* margin: 40px 0px 0px 40px; */
    margin-top: 45px;
    background: url(../images/arrow-right.png) no-repeat;
}       
.featured-product-carousel .item{
    width: 125px;
    height:125px;
    float:left;
    display:table-cell;
    vertical-align:middle;
    margin-right: 22px;
    margin-left: 22px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
    /*box-shadow: 0 4px 8px rgb(0 0 0 / 100%);*/
}
.featured-product-carousel .item img{
    max-height:125px;
    max-width:125px;
    /*border: 1px solid #dbdbdb;*/
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
}
.featured-product-carousel .item a{
    width:100%;
    height:125px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}   
        

/****FAQ ****/
#pageFAQ h2{
    cursor:pointer;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px #D1D1D1;
    color: #666666;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 15px;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 660px;
}
#pageFAQ h2:hover{
    background: none repeat scroll 0 0 #F0F0F0;
}
#pageFAQ .section{
    padding: 10px;
}

#pageFAQ p{
    font-size: 15px;
}

/****Custom Orders****/

/****Contact Us ****/

.contactForm {
    float: right;
    margin-left: 20px;
    margin-top: 50px;
}
.contactForm form{
    background: none repeat scroll 0 0 #EAEBEC;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px #D1D1D1;
    color: #666666;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    margin: 20px 0 20px 0;
    padding: 15px;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 335px;
}

/****Login****/

.welcomemsg {
    /* color: #fff; */
    margin-right: 10px;
    line-height: 31px;
    font-size: 14px
}



#budget {
    color: #FFF !important;
}

.login form{
        font-family:'Roboto Condensed', sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px;
    border:#ccc 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    padding: 15px;
}

.login form label{
    width: 65px;
    display: block;
    float: left;
}

.usernameFields, .passwordFields{
    margin-bottom: 10px;
}

a.forgotPassword{
    display: block;
    margin-top: 5px;
}
/****Register****/


#registration form#registerForm{
    font-family:'Roboto Condensed', sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:0px 20px 20px 20px;
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    padding: 15px;
    width: 425px;
}
#registration form#registerForm label{
    width: 100px;
    display: block;
    float: left;

}

/****Forgot Password****/

/****Terms of Service/Privacy Policy****/
/**** My Account ****/

#myaccount_menu li {
    display: inline;
    margin-right: 15px;
}

#myaccount_menu{
    background-color: #eaebec;
    border: 1px solid #CCCCCC;
    margin: 10px 0 20px;
    padding: 10px 5px;
    text-align: center;
}

#pageMyAccount form.myAccountForm{
    font-family:'Roboto Condensed', sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:0px 20px 20px 20px;
    border:#ccc 1px solid;


    padding: 15px;
    width: 425px;
}
#pageMyAccount form.myAccountForm label{
    width: 100px;
    display: block;
    float: left;

}

#pageMyAccount form.myAccountForm .f-buttons{
    margin-top: 15px;
}

#pageMyAccount form.myAccountForm .f-row{
    margin-top: 5px;
}


/****My Account My Address****/

/****New Shipping Address****/

/****My Account - Change Password****/

/****My Account - View Orders****/
td.ar{
    text-align: center ;
    padding-left: 0px
}

/****My Account - Order Detail****/

/****My Wishlist****/



/****Category and search results****/

#pageCategory .item, #pageSearchResults .item{
    float: left;
    height: 275px;
    margin-right: 20px;
    width: 150px;
}
#pageCategory .badges, #pageSearchResults .badges{
    position: absolute;
    top: 1px;
    left: 1px;
display:none;
}
.sortView{
    background-color: #f5f5f5;
    padding: 5px;
    /*border: 1px solid #ccc;*/
    margin: 10px 0px 20px 0px;
    border-radius:  5px;
    box-shadow:  1px 3px 12px rgb(0 0 0 /25%)
}

.active-filters{
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom:15px;
}

.filter {
    margin-bottom: 15px;
    font-size: 15px;
}


.item{
    position: relative;
}
.image{
    position:relative;
}

.item .image img{
    border:1px solid #ccc;
    padding: 12px;
    width: 125px;
    border-radius: 10px;
    box-shadow:  1px 3px 12px rgb(0 0 0 /25%);
}
.item .badges img{
    border:none;
}
.image .price-box{
    position: absolute;
    background: #421f77;
    right: 0;
    bottom: 5px;
    padding: 5px 6px;
    border-radius:  5px 0px 10px 0px;
    /*border-top-left-radius: 3px;*/
}
.pagination-new {
    float: left;
    width: 700px;
}

.view-all {
    float: left;
}
.sortControl {
    float: right;
    margin-left: 15px;
}
.pagination-new li{
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.pagination-new ul{
    margin-left: 10px;
}

a.view-all{
    margin-right: 10px;
}

.btn.wishlist{
    display: block;
    margin-top: 5px;
}

/*****Fake category Items****/

.fakeItem {
    width: 170px;
    float: left;
    height: 200px;
    margin: 10px 0px;
}

img.fakeItemImage {
    width: 160px;
    display: block;
    margin: 0 auto;
}

p.fakeItemDesc {
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 900;
}



/****Item Page****/

#itemForm > div {
    margin-bottom: 15px;
}
#pageItem .sidebar{
    width: 300px;   
}
#pageItem .page{
    width: 600px;   
}
#pageItem .itemContent{
    margin-top: 15px;
}
#pageItem .imageWindow{
    border:1px solid #ccc;
}

#pageItem .price {
    font-size: 20px;
    font-weight:  700;
    color:  #421f77;
    margin: 10px;
}

#pageItem .desc p{
    font-size: 15px;
    color: #404040;
}

#pageItem .desc p a{
    color: #421f77;
}

#pageItem .desc p a:hover{
    color: #ed2986;
}


#pageItem .actions{
    text-align: right;
}
.estimate-calendar {
    margin-top: 5px;
}
.add-another-item  table {
    margin: 0;
    width: 600px;
}
input.qty-input{
    width:30px;
}
.add-another-item table td{
    border:none;
    padding:10px;
    vertical-align: middle;
}
.add-another-item .col1, .add-another-item .col2, .add-another-item .col4{
    white-space: nowrap;
}
.add-another-item .col3{
    width: 99%;
} 
.add-another-item .col3 .f-row{
    /* display: none; */
}

.add-another-item .removeLink{
    border: 1px solid #CCCCCC;
    float: right;
    padding: 5px 10px;
}

.add-another-item {
    margin-top: 15px;
}
.add-another-item label, .add-another-item .col3 span{
    display: block;

} 
.add-another-item .col3 span{
    padding-bottom: 7px;    
}


.ui-tabs-panel{
    font-family: 'Roboto Condensed', sans-serif;
    color:#666;
    font-size:12px;
    background:#eaebec;
    border:#ccc 1px solid;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    padding: 15px;
    height:150px !important;
}

.ui-corner-bottom{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
}

.ui-tabs .ui-tabs-nav{
    margin-top: 15px !important;
}

.ui-tabs .ui-tabs-nav li {
    padding: 5px 10px !important;
    box-shadow: 0 1px 2px #D1D1D1;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    text-shadow: 1px 1px 0px #fff;
}

li.ui-tabs-selected{
background-image: none !important;
} 
#pageItem .blue, td.process_day a{
    background-color: #75CFFF !important;
    background-image: none !important;
}

#pageItem .orange, td.production_day a{
    background-color: #FECC81 !important;
    background-image: none !important;
}

#pageItem .green, td.transit_day a{
    background-color: #66F26D !important;
    background-image: none !important;
}

#itemnote {
    text-align: center;
    width: 600px;
    margin: 10px auto 20px;
    line-height: 20px;
}

#itemnote p {
    font-size: 20px;
    line-height: 1.25;
}

/* Customized Imprints */
.customization {
    width: 400px;
    background-color: #fafafa;
    border: 1px solid #DDD;
    box-shadow: 0px 0px 3px 0px #DDD;
    padding: 12px;
}

/*You May Also Like */
.ymal .item {
  display: inline-block;
}

.ymal img {
  width: 90px;
  height: auto;
}

/****Basket****/
.cart-table a.icon-trash{
    font-size: 16px;
    background-color: #fff;
    display: block;
    text-indent: -4000px;
}
.icon-trash{

}
tr.total td{
    border-top: 1px solid #e0e0e0;
}
ul.radios-list li label{
    font-weight: normal;
}
#pageBasket td{
    vertical-align: middle;
}

.itemTD{
    padding-left: 15px;
}

/**** Checkout General ****/
.co-breadcrumb{
  background-image: url("../images/bg/checkout_sprite.png");
  background-position: 103% 0;
  background-repeat: no-repeat;
  margin: 30px 0;
}
.co-breadcrumb li.active{
    font-weight: bold;
    color:#666;
}

.co-breadcrumb.step2 {
    background-position: 86% 0;
}
.co-breadcrumb.step3{
  background-position: 69% 0;
}
.co-breadcrumb.step4{
  background-position: 57% 0;
}
.co-breadcrumb.step5{
  background-position: 40% 0;
}
.co-breadcrumb.step6{
  background-position: 23% 0;
}
.co-breadcrumb li {
  color: #aeaeae;
  display: inline-block;
  padding-top: 26px;
  width: 100px;
}
.co-breadcrumb li strong{
  color: #000;
}
.co-breadcrumb li a{
  font-weight: bold;
}
.co-breadcrumb li.re {
  margin-left: 47px;
}
.co-breadcrumb li.yi {
  margin-left: 38px;
}
.co-breadcrumb li.sp {
  margin-left: 76px;
}
.co-breadcrumb li.py {
  margin-left: 64px;
}
.co-breadcrumb li.rv {
  margin-left: 58px;
}
.co-breadcrumb li.ty {
  margin-left: 60px;
  width: 125px;
}
.address-options {
text-align: right;
margin: -5px 0 8px;
float: right;
}

/****Checkout - Your Information Edit/New Shipping Address****/

.select-single {
    margin-bottom: 30px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.select-single li {
    position:relative;
    margin-top:-1px;
    display:block;
    color:#444;
    border:1px solid #CDCDCD;
}

    #view-preset {
        height: 60px;
        text-align: center;
        line-height: 0px;
    }

    #view-preset a {
        position:inherit;
        padding: 0px;
    }

    .select-single li.preset-address {
        display: none;
    }

    .preset-address .preset-name {
        font-style: italic;
    }

    .select-single .preset-address label {
        background-color: #ddd !important;
    }

    .select-single label {
        background-color:#eaebec;
        padding:8px 12px 8px 50px;
        line-height:1.2em;
        display:block;
        font-weight: normal;

        /* Prevent accidental click-drag on label which will select text and not activate radio
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; */
    }
    .select-single label:hover {
        background-color:#F5F5F5;
    }
    .select-single .name, .select-single .company {font-weight:bold;}

    .select-single .active label, .select-single .active label:hover {background:#FFF;}
    
    .select-single li input {position:absolute;top:50%;left:14px;margin-top:-5px;}

    .select-single li a {
        padding: 6px 16px;
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -12px;
        text-decoration: none;
    }

.quantity span {
    background: #00517d;
    padding: 6px 10px 6px 8px;
    margin-left: 5px;
    color: #FFF;
    text-shadow: none;
    font-size: 13px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

/*Simplemodal Styles*/
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#FFF; border:1px solid #444; padding:12px;}

#simplemodal-container a.modalCloseImg {
    background:url(../images/x.png) no-repeat;
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-18px;
    cursor:pointer;
}

#new-address-modal {
    width:600px;
    height: 550px;
    padding: 0px 20px;
    background-color:#FFF;
    overflow:auto;  /* safe scroll for all browsers */
    overflow-x:hidden;  /* browser-supported hiding of horizontal scroll */
}
    #new-address-modal label {display:block;margin-top:10px; font-weight:bold;}
    #new-address-modal label span {font-weight:normal; color:#999; padding:0 4px; font-size:11px}
    #new-address-modal .half {float:left;margin-right:20px}
    #new-address-modal input {display:block; margin:2px 0; width:220px}
    #new-address-modal .default {margin:10px 0;}
    #new-address-modal .default label, #new-address-modal .default input {display:inline;width:auto;}
    #new-address-modal .default label {font-weight:normal;position:relative;top:2px;left:4px;}

/****Checkout ????????? Payment****/

#shipInfotxt {
    float: right;
    width: 540px;
    padding: 15px 15px 1px;
    background: #DDDDDD;
    margin: 5px 0 0 0;
    clear: right;
}

#pageCheckoutPayment .payment-section h2 {
    display: none !important;
}

    .shipping-methods-section address span{
        font-weight:bold;
    }
    .shipping-methods-section{
        
    }
    .shipping-methods-section .ship-account-number {
        padding-top:3px;
    }
    .shipping-methods-section .ship-account-number input {
        width:203px;
    }
    .shipping-methods-section .location-items {
        float:left;
    }
    .shipping-methods-section .options {
        float:right;
    }

#pageCheckoutPayment .js-click{
    color: #421f77;
    cursor: pointer;
}

#pageCheckoutPayment .js-click:hover{
    color: #ed2986;
}

.question #custom {
    margin-top: 10px;
}

.tabs.clearfix > ul {
    height: 30px;
}
.tabs .tab {

    font-family:'Roboto Condensed', sans-serif;
    color:#666;
    font-size:12px;
    background:#FFFFFF;
    border:#ccc 1px solid;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    padding: 15px;

    border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;

}
.tab .columnOne{
    clear: both;
    width: 425px;
}
.tab .columnTwo{
    margin-left: 30px;
    width: 425px;
}
.cart-subtotals{
    float: right;
    margin-top: 15px;
    text-align: right;
    width: 150px;
}
.subtotal-line.total{
    border-top: 1px solid #ccc;
}
#pageCheckoutPayment .actions, #pageCheckoutReview .actions{
    padding-top: 15px;
    clear: right;
}


#instock_msg{
    font-size: 15px;
    width: 600px !important;
}


.alert-success{
    font-size: 15px;
}

#pageCategoryStatic p{
    font-size: 15px;
}


.tabs {margin:10px 0;}
.tabs ul li {
    list-style-type:none;
    display:inline;
    position: relative;
    top: 3px;
}
    .tabs ul li a {
        display:block;
        float:left;
        padding:6px 8px;
        color:#333;
        text-decoration:none;
        margin-right:1px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border:1px solid #CDCDCD;
        border-bottom:0;
        background: #f9f9f9;
         background: -moz-linear-gradient(top,  #f9f9f9 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed));
        background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ededed 100%);
        background: -o-linear-gradient(top,  #f9f9f9 0%,#ededed 100%);
        background: -ms-linear-gradient(top,  #f9f9f9 0%,#ededed 100%);
        background: linear-gradient(top,  #f9f9f9 0%,#ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
    }
    
    .tabs ul li a:hover {
        background:#FAFAFA;
    }
    
    .tabs ul .active a {
        background:#FFF;
    }
    .tabs .tab {
        padding:16px;
        border:1px solid #CDCDCD;
        /*height:160px;
        overflow-y:scroll;*/
    }

    .tabs .column {width:45%;float:left;margin-right:3%;padding-left:1%;}
    .tabs .last {margin-right:0px;}
    .tabs input, .tabs select {width:405px;}
    .tabs label {display:block;}
    .tabs .half input, .tabs .half select {width:180px;}
    .tabs .half{float:left;width:49%;}
    .tabs .section {line-height:2em;}
    .tabs .section label {line-height:1em;padding:0 0 1px;margin:12px 0 0;}
    .tabs .section h4 {font-weight:bold;font-size:14px;border-bottom:1px solid #ADADAD;padding-bottom:1px;line-height:1.3em;margin:10px 0 6px}
    .tabs .chzn-container {margin-top:4px;}
    .tabs .chzn-select {width:405px;}

input#cvv{
    width: 50px;
}

/*** CVV/CID Security Code Help popup ***/
#securityCode_help {
    cursor: pointer;
}
#securityCode_help:hover {
    text-decoration: underline;
}

#cvv-help-popup {
    display: none;
    position: absolute;
    z-index: 2000;
    width: 300px;
    background-color: #fff;
    border: 1px solid black;
    padding: 20px;
    margin-left: 59px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}

#cvv-help-close {
    float: right;
    width: 26px;
    height: 23px;
    background-color: #f22;
    background: linear-gradient(#F75, #F22) repeat scroll 0% 0% #f22;
    border-radius: 5px;
    text-align: center;
    font-size: 19px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    text-shadow: 0px 0px 2px #000;
    box-shadow: 0px 1px 1px 0px #aaa;
    cursor: pointer;
    padding-left: 1px;
}

#cvv-help-popup p {
    clear: both;
}
#cvv-help-popup b {
    display: block;
}

/****Checkout ????????? Review****/
.location{
        font-family:'Roboto Condensed', sans-serif;
        color:#666;
        font-size:12px;
        text-shadow: 1px 1px 0px #fff;
        background:#eaebec;
        margin:20px;
        border:#ccc 1px solid;

        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;

        -moz-box-shadow: 0 1px 2px #d1d1d1;
        -webkit-box-shadow: 0 1px 2px #d1d1d1;
        box-shadow: 0 1px 2px #d1d1d1;
        padding: 15px;
}
.location .items{
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
    padding-top:10px;
}

.location .items li{
    border-bottom: 1px dashed #CCCCCC;
}
/****Checkout ????????? Thank You****/


/**** Misc basic Helper Elements ****/
.hide{
    display: none !important;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.right{
    float: right;
}

.error-text-area, #haserror div{
    border: 1px solid #f00;
    background-color: #FDD9D0;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    color: #f00;
    text-shadow: none;
    font-weight: bold;
}
.warning{
    border: 1px solid #FC9801;
    background-color: #FFFF99;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    color: #FC9801;
    text-shadow: none;
    font-weight: bold;

}

.warningText{
    color: #D60000;
    font-weight: bold;
}
.message.success{
    padding: 5px 10px;
    background-color: #C1FEAF;
    border: 1px solid #208802;
    margin: 5px 0px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;}[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;}
.icon-white {background-image: url("../images/glyphicons-halflings-white.png");}
.icon-glass {background-position: 0 0;}
.icon-music {background-position: -24px 0;}
.icon-search {background-position: -48px 0;}
.icon-envelope {background-position: -72px 0;}
.icon-heart {background-position: -96px 0;}
.icon-star {background-position: -120px 0;}
.icon-star-empty {background-position: -144px 0;}
.icon-user {background-position: -168px 0;}
.icon-film {background-position: -192px 0;}
.icon-th-large {background-position: -216px 0;}
.icon-th {background-position: -240px 0;}
.icon-th-list {background-position: -264px 0;}
.icon-ok {background-position: -288px 0;}
.icon-remove {background-position: -312px 0;}
.icon-zoom-in {background-position: -336px 0;}
.icon-zoom-out {background-position: -360px 0;}
.icon-off {background-position: -384px 0;}
.icon-signal {background-position: -408px 0;}
.icon-cog {background-position: -432px 0;}
.icon-trash {background-position: -456px 0;}
.icon-home {background-position: 0 -24px;}
.icon-file {background-position: -24px -24px;}
.icon-time {background-position: -48px -24px;}
.icon-road {background-position: -72px -24px;}
.icon-download-alt {background-position: -96px -24px;}
.icon-download {background-position: -120px -24px;}
.icon-upload {background-position: -144px -24px;}
.icon-inbox {background-position: -168px -24px;}
.icon-play-circle {background-position: -192px -24px;}
.icon-repeat {background-position: -216px -24px;}
.icon-refresh {background-position: -240px -24px;}
.icon-list-alt {background-position: -264px -24px;}
.icon-lock {background-position: -287px -24px;}
.icon-flag {background-position: -312px -24px;}
.icon-headphones {background-position: -336px -24px;}
.icon-volume-off {background-position: -360px -24px;}
.icon-volume-down {background-position: -384px -24px;}
.icon-volume-up {background-position: -408px -24px;}
.icon-qrcode {background-position: -432px -24px;}
.icon-barcode {background-position: -456px -24px;}
.icon-tag {background-position: 0 -48px;}
.icon-tags {background-position: -25px -48px;}
.icon-book {background-position: -48px -48px;}
.icon-bookmark {background-position: -72px -48px;}
.icon-print {background-position: -96px -48px;}
.icon-camera {background-position: -120px -48px;}
.icon-font {background-position: -144px -48px;}
.icon-bold {background-position: -167px -48px;}
.icon-italic {background-position: -192px -48px;}
.icon-text-height {background-position: -216px -48px;}
.icon-text-width {background-position: -240px -48px;}
.icon-align-left {background-position: -264px -48px;}
.icon-align-center {background-position: -288px -48px;}
.icon-align-right {background-position: -312px -48px;}
.icon-align-justify {background-position: -336px -48px;}
.icon-list {background-position: -360px -48px;}
.icon-indent-left {background-position: -384px -48px;}
.icon-indent-right {background-position: -408px -48px;}
.icon-facetime-video {background-position: -432px -48px;}
.icon-picture {background-position: -456px -48px;}
.icon-pencil {background-position: 0 -72px;}
.icon-map-marker {background-position: -24px -72px;}
.icon-adjust {background-position: -48px -72px;}
.icon-tint {background-position: -72px -72px;}
.icon-edit {background-position: -96px -72px;}
.icon-share {background-position: -120px -72px;}
.icon-check {background-position: -144px -72px;}
.icon-move {background-position: -168px -72px;}
.icon-step-backward {background-position: -192px -72px;}
.icon-fast-backward {background-position: -216px -72px;}
.icon-backward {background-position: -240px -72px;}
.icon-play {background-position: -264px -72px;}
.icon-pause {background-position: -288px -72px;}
.icon-stop {background-position: -312px -72px;}
.icon-forward {background-position: -336px -72px;}
.icon-fast-forward {background-position: -360px -72px;}
.icon-step-forward {background-position: -384px -72px;}
.icon-eject {background-position: -408px -72px;}
.icon-chevron-left {background-position: -432px -72px;}
.icon-chevron-right {background-position: -456px -72px;}
.icon-plus-sign {background-position: 0 -96px;}
.icon-minus-sign {background-position: -24px -96px;}
.icon-remove-sign {background-position: -48px -96px;}
.icon-ok-sign {background-position: -72px -96px;}
.icon-question-sign {background-position: -96px -96px;}
.icon-info-sign {background-position: -120px -96px;}
.icon-screenshot {background-position: -144px -96px;}
.icon-remove-circle {background-position: -168px -96px;}
.icon-ok-circle {background-position: -192px -96px;}
.icon-ban-circle {background-position: -216px -96px;}
.icon-arrow-left {background-position: -240px -96px;}
.icon-arrow-right {background-position: -264px -96px;}
.icon-arrow-up {background-position: -289px -96px;}
.icon-arrow-down {background-position: -312px -96px;}
.icon-share-alt {background-position: -336px -96px;}
.icon-resize-full {background-position: -360px -96px;}
.icon-resize-small {background-position: -384px -96px;}
.icon-plus {background-position: -408px -96px;}
.icon-minus {background-position: -433px -96px;}
.icon-asterisk {background-position: -456px -96px;}
.icon-exclamation-sign {background-position: 0 -120px;}
.icon-gift {background-position: -24px -120px;}
.icon-leaf {background-position: -48px -120px;}
.icon-fire {background-position: -72px -120px;}
.icon-eye-open {background-position: -96px -120px;}
.icon-eye-close {background-position: -120px -120px;}
.icon-warning-sign {background-position: -144px -120px;}
.icon-plane {background-position: -168px -120px;}
.icon-calendar {background-position: -192px -120px;}
.icon-random {background-position: -216px -120px;}
.icon-comment {background-position: -240px -120px;}
.icon-magnet {background-position: -264px -120px;}
.icon-chevron-up {background-position: -288px -120px;}
.icon-chevron-down {background-position: -313px -119px;}
.icon-retweet {background-position: -336px -120px;}
.icon-shopping-cart {background-position: -360px -120px;}
.icon-folder-close {background-position: -384px -120px;}
.icon-folder-open {background-position: -408px -120px;}
.icon-resize-vertical {background-position: -432px -119px;}
.icon-resize-horizontal {background-position: -456px -118px;}
.icon-hdd {background-position: 0 -144px;}
.icon-bullhorn {background-position: -24px -144px;}
.icon-bell {background-position: -48px -144px;}
.icon-certificate {background-position: -72px -144px;}
.icon-thumbs-up {background-position: -96px -144px;}
.icon-thumbs-down {background-position: -120px -144px;}
.icon-hand-right {background-position: -144px -144px;}
.icon-hand-left {background-position: -168px -144px;}
.icon-hand-up {background-position: -192px -144px;}
.icon-hand-down {background-position: -216px -144px;}
.icon-circle-arrow-right {background-position: -240px -144px;}
.icon-circle-arrow-left {background-position: -264px -144px;}
.icon-circle-arrow-up {background-position: -288px -144px;}
.icon-circle-arrow-down {background-position: -312px -144px;}
.icon-globe {background-position: -336px -144px;}
.icon-wrench {background-position: -360px -144px;}
.icon-tasks {background-position: -384px -144px;}
.icon-filter {background-position: -408px -144px;}
.icon-briefcase {background-position: -432px -144px;}
.icon-fullscreen {background-position: -456px -144px;}

table.no-border {
    margin: 0;
    width: inherit;
}
table.no-border tr, table.no-border td {
    border: medium none;
    padding: 5px 10px 0;
}

.promos{
    margin-bottom: 25px;
}


.promos .f-field{
    display: inline;
}

#payment_gift_card {
    margin: 10px 0px;
    display:block;
}

#payment_gift_card h3 {
    display: none;
}

#payment_gift_card a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 6px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    background-color: #E56119;
    border: 1px solid #777;
    display: block;
    width: 180px;
    text-align: center;
}

#payment_gift_card a:hover  {
    background: #ccc;
}


.header-wrapper {
    width: 1024px;
    margin: 0 auto;
}


#home-spotlight {
    display: flex;
    flex-flow:  row;
    width: 980px;
    height: 325px;
    margin: auto auto 25px auto;
}

#spotTextWrapper #spotBackground{
    grid-area: 1 / 1;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    width: 860px;
    border-radius:  25px;
    background-image: url('../images/spot-items.png');
    background-repeat: no-repeat;
    background-position: right;
    background-color:  #b3a5c9;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 25%);
}

#spotTextWrapper{
    display: grid;
    position: relative;
    width: 100%;
    /*width: 395px;
    height: 237px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 25px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 100%);
    background-color:  #f5f5f5;*/
}

#spotText{
    display: flex;
    flex-flow:  column;
    justify-content: center;
    grid-area: 1 / 1;
    position: relative;
    z-index: 10;
    width: 395px;
    height: 237px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 25%);
    background-color:  #f5f5f5;
    margin-top: 25px;
}

.subtitle{
    font-weight: 400;
    font-size: 17px;
    position: relative;
    top: 20px;
}

.spot1{
    font-size: 52px;
    font-weight: 400;
    /*font-family: "aw-conqueror-didot", serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.10;
    color:  #404040;
}

.spot2{
    font-size: 57px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.10;
    color:  #421f77;
}

.bottomSpot{
    /*margin-bottom: 20px;*/
    /*font-family: "aw-conqueror-didot", serif;*/
    font-family: 'Roboto Condensed', sans-serif;
}

#home-welcome{
    display:  flex;
    justify-content: center;
    width:  980px;
    height: 120px;
    border-radius:  25px;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 25%);
    margin: auto auto 25px auto;
    background-color: #f5f5f5;
}

#home-welcome #welcome-message{
    display: flex;
    flex-flow:  column;
    text-align: center;
    margin: auto;
}

#home-welcome #welcome-message h1{
    font-size:  30px;
    font-weight: 700;
    color:  #421f77;
    text-transform:  capitalize;
    font-family: 'Roboto Condensed', sans-serif;
}

#home-welcome #welcome-message p {
    font-size: 18px;
    font-weight:  400;
    color:  #404040;
    font-family: 'Roboto Condensed', sans-serif;
}

#home-banners{
    display: flex;
    flex-flow:  row;
    height: 190px;
    width: 980px;
    margin: auto auto 25px auto;
}

#home-banners a{
    text-decoration:  none;
}

#home-banners a:hover{
    cursor: pointer;
}

#home-banners #banner-1, #home-banners #banner-2{
    border-radius: 25px;
    width: 475px;
    background-color: #ece9f1;
    background-repeat: no-repeat;
    background-position: right;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 25%);
}

#home-banners #banner-1 h1, #home-banners #banner-2 h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color:  #000;
    text-transform: capitalize;
    margin-top: 25px;
    margin-left:  25px;
}

#home-banners #banner-1{
    background-image: url('../images/banner1-items.png');
    margin-right: auto;
    background-position: 45%;
}

#home-banners #banner-2{
    background-image: url('../images/banner2-items.png');
    margin-left: auto;
    background-position: 80%;
}

li.search {
    padding-bottom: 0px !important;
    padding-left: 120px !important;
    padding-right: 0px !important;
}

.grey-footer-wrapper {
    width: 100%;
    position: absolute;
    bottom: 73px;
}

/*.grey-footer-wrapper a:hover{
    text-decoration: underline;
    color: #ed2986;
}*/

.grey-footer {
    display: flex;
    flex-flow:  row;
    justify-content: space-between;
    /*    background: url('../images/grey-footer-box.png');*/
    background-color: #fff;
    /*color: #fff;*/
    width: 980px;
    height: 165px;
    /*padding:30px;*/
    margin: 0 auto;
    font-weight: 400;
    font-size: 15px;
    margin-bottom:  25px;
}

.grey-footer h4 {
    color: #421f77;
    font-size: 16px;
    font-weight: 400;
}

.grey-footer p {
    color: #404040;
    margin-bottom: 4px;
}

.grey-footer-c3 p,
.grey-footer-c1 p,
.grey-footer-c1 h4,
.grey-footer-c3 h4 {
    display: block;
    /*width: 230px;*/
    /*margin: 0 auto;*/
}


.grey-footer-c1 h4, .grey-footer-c3 h4{
}

.grey-footer-c1{
    width: 275px;
    flex-flow: column;
}

.grey-footer-c2{
    width: 430px;
    flex-flow: row;
}

.grey-footer-c3  {
    width: 225px;
    flex-flow: column;
}

.grey-footer-c1,
.grey-footer-c2,
.grey-footer-c3 {
    display: flex;
    color:  #f5f5f5;
    border-radius: 25px;
    box-shadow: 1px 3px 12px rgb(0 0 0 / 25%);
    justify-content: center;
    width:350px;
    margin: 0 auto;
}

.grey-footer-half-1,
.grey-footer-half-2 {
    /*width: 149px;*/
    width: 215px;
    clear: none;
    float: left;
    margin: auto;
    margin-top: 40px;
}

.grey-footer-half-1 {
    /*margin-left: 52px;*/
    margin-right: 0;
}

.grey-footer-half-1 h4, .grey-footer-half-1 ul{
    padding-left: 70px;
}

.grey-footer-c1 p,
.grey-footer-c1 h4,
.grey-footer-c1 li,
.grey-footer-c3 p,
.grey-footer-c3 h4,
.grey-footer-c3 li {
text-align:center;
}

.grey-footer-c1 a, .grey-footer-c2 a, .grey-footer-c3 a {
    color: #421f77;
    text-decoration: underline;
}


.grey-footer-c1 a:hover, .grey-footer-c3 a:hover{
    text-decoration: underline;
    color: #ed2986;
}

.grey-footer-c2 a{
    text-decoration:  none;
    color:  #404040;
}

.grey-footer-c2 a:hover{
    text-decoration: none;
}

.vertical-backdrop-wrapper {
    position: absolute;
    margin: 0 auto;
    lefT: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1024px;
    z-index: -1;
    background: #fff;
}

.checkoutQuestions {
    display: inline-block;
}
.checkoutQuestions label {
    display: inline-block;
    width: 210px;
}

.container a {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 400;
}

#pageCheckoutPayment .payment-section {
    /* display: none; */
}

#pageCheckoutPayment form h2:nth-child(8) {
    display: none;
}

.address-title:nth-child(12) {
    display: none;
}

.select-single:nth-child(13) {
    display: none;
}

.expense-warning {
    margin: 0px;
    margin-top: 10px;
    font-style: italic;
}

.buttonOff{
    background-color: #2B2A2C !important;
}

.grecaptcha-badge {
    bottom: 110px !important;
}

#contact .contact-data p{
    width: 500px;
}



/* ******* UPDATES 3/17/25 ******* */

.sf-menu a {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.spot1 {
    font-size: 42px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 1.50;
    color: #000000;
}

.spot2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.10;
    color: #421f77;
    font-family: 'Poppins', sans-serif;
}

#pageHome h2 {
    font-size: 26px;
}

#home-banners #banner-1 h1, #home-banners #banner-2 h1, .featured-product-carousel h2, .sf-menu a, .spot1, .spot2, .bottomSpot {
    font-family: 'Poppins', sans-serif !important;
}

.sf-menu ul li {
    width: 14.28%;
    text-align: center;
    margin: 0 auto;
    left: 0px !important;
}

.sf-menu ul {
    display: flex;
        justify-content: center;
}

.sf-menu ul li a {
    padding: 1rem 0rem;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
left:-254px !important;
}

.sf-menu {
left: -200px !important;
}

.search {
    position:absolute !important;
    right:-202px !important;
}

.readyCat ul.sfmenu {
    max-width: 100px !important;
    left: -20px !important;
}

.readyCat .sf-menu {
    left: 0px !important;
}


.readyCat .sf-menu ul li {
    width: 100px !important;
    text-align: center;
    margin: 0 auto;
    left: 0px !important;
}


.sf-menu li.readyCat:hover > ul {
    left: 0px !important; 
    max-width: 875px;
}
}