/* GLOBAL CSS FOR MOBILE START*/
.stmobile {
    line-height: 1.4;
    min-width: 100px;
}

body > #stmobile table {
    width: 100%;
}
#stmobile {
    position: relative;
    overflow-x: hidden;
}
div, table, td {
    box-sizing:border-box;
}
#stmobile #homeCallouts {
    width: 98%;
}
#stmobile .mobileheader {
    margin: 0;
    background: #fff;
}

#stmobile .mobilebodydiv {
   padding: 15px 15px 20px 15px;
   color: #333;
   background: #fff;
   min-height: 600px;
}
#stmobile .mobilebodydiv h1:first-child
{
    margin-top: 5px;
}
#body #stmobile .COMProdHeader h1{
    margin-top: 15px;
}
#stmobile #openAccountHeader h3 {
   line-height: 1.6;
   font-size: 16px;
}

#stmobile .backToCat
{
   margin-top: -15px;
}
#stmobile #openaccount a {
   font-size: 18px;
}
#stmobile .mobilediv td {
    font-size: 12px;
    line-height: 16px;
}
#stmobile a {
    color: #333;
    text-decoration: underline;
}
#stmobile a:link {
    color: #333;
    text-decoration: underline;
}
#stmobile a:visited {
    color: #333;
    text-decoration: underline;
}
#stmobile a:hover {
    color: #002c59;
    text-decoration: underline;
}
#stmobile .mobilelogo {
   float: left;
   margin-top: 15px;
   margin-bottom: 3px;
   margin-left: 15px;
}
#stmobile .clearboth {
    clear: both;
    margin-bottom: 5px;
}
#stmobile .mobilebacktotop {
   text-align: center;
   padding-top: 15px;
   padding-bottom: 20px;
   font-size: 12px;
   color: #fff;
   cursor: pointer;
   text-decoration: underline;
}
#stmobile .mobilebacktotop a, #stmobile .mobilebacktotop a:link, #stmobile .mobilebacktotop a:visited {
    font-size: 12px;
    color: #002c59;
}
#stmobile .mobilebacktotop a:hover {
    color: #fff;
}
#stmobile .mobilephone {
    margin-top: 25px;
    margin-left: 0px;
    color: #002c59;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
#stmobile .mobilephone a, #stmobile .mobilephone a:link, #stmobile .mobilephone a:visited {
    color: #002c59;
    font-size: 17px;
    font-weight: 700;
}
#stmobile .copyright {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
}
#stmobile .mobilephone a:hover {

}
#stmobile .mobileemailsignup {
    margin-left: 15px;
    margin-top: 5px;
    margin-right: 25px;
}
#stmobile .FormElementInputSearchMobile {
    border: 0px;
    width: 90%;
    font-size: 12px;
    color: #808080;
    -webkit-appearance: none;
}
#stmobile .mobileemailsignupinput {
    border: 1px solid #838383;
    border-radius: 10px;
    font-size: 12px;
    padding: 4px 7px 4px 5px;
    margin-bottom: 7px;
    margin-top: 7px;
}
#stmobile .mobileemailheader {
    color: #df2027;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
#stmobile .clearBoth {
    clear: both;
}
#stmobile .clearRight {
    clear: right;
}
#stmobile .clearLeft {
    clear: left;
}
#stmobile .floatLeft {
    float: left;
}
#stmobile .floatRight {
    float: right;
}
#stmobile .mobilefooter {
    padding-top: 20px;
    text-align: center;
    color: #ccc;
    margin-bottom: -5px;

}
#stmobile form#ic_signupform {
   float: none;
   margin-top: 33px;
   margin-left: auto;
   width: 270px;
   clear: both;
   text-align: center;
   margin-right: auto;
}
#stmobile .mobileFooter #joinLabel {
   font-size: 15px;
   text-transform: uppercase;
   font-weight: normal;
   font-weight: 800;
   line-height: 1.4;
   color: #002c59;
   margin-bottom: -22px;
   display: inherit;
   margin-top: 0;
   text-align: center;
}
#stmobile #ic_signupform .elcontainer.center-aligned .formEl {
   margin-right: auto;
   margin-left: auto;
   float: none;
   width: 100% !important;
}
#stmobile #ic_signupform .elcontainer .submit-container input[type="submit"] {
   width: 100% !important;
   float: none;
   margin-bottom: 25px;
}

#stmobile div#mc_embed_signup .mc-field-group {
    display: block;
}

#stmobile #mc_embed_signup .button{
    display: none;
}
#stmobile .mobilefooter a, #stmobile .mobilefooter a:link, #stmobile .mobilefooter a:visited, #stmobile .mobilefooter a:hover {
   text-decoration: none;
   font-weight: 400;
   font-size: 14px;
   line-height: 1.4;
   color: #002c59 !important;
}
#stmobile .mobileFooter {
   /*   background: #01508f;
background: -moz-radial-gradient(center, ellipse cover, #01508f 0%, #002c59 100%);
background: -webkit-radial-gradient(center, ellipse cover, #01508f 0%,#002c59 100%);
background: radial-gradient(ellipse at center, #01508f 0%,#002c59 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01508f', endColorstr='#002c59',GradientType=1 );
*/
   border-top: 1px solid #002c59;
}
#stmobile #mc_embed_signup input.email {
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0 5px;
    width: 98%;
    vertical-align: top;
}
#stmobile #mc_embed_signup label {
   display: inline;
   font-size: 14px;
   padding-bottom: 10px;
   font-weight: bold;
   text-align: left;
   margin-left: 7px;
   color: #002c59;
}
#stmobile #mc_embed_signup {
   background: transparent;
   clear: left;
   font: 14px Helvetica,Arial,sans-serif;
   width: 100%;
   padding: 10px 20px 0 20px;
}
#stmobile .mobilecopyright {
    color: #002c59;
    font-size: 13px;
    text-decoration: none;
    padding-bottom: 10px;
    text-align: center;
    clear: both;
}
#stmobile #mc_embed_signup form {
   text-align: center;
   padding: 10px 0 10px 0;
   margin-bottom: 20px;
}
#stmobile .socialFooter{
    text-align: center;
}
#stmobile .socialFooter ul{
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0;
}
#stmobile .socialFooter ul li {
    list-style-type: none;
    float: left;
    margin: 0 10px 0 10px;
}
#stmobile .socialFooter ul li a{
    font-size: 24px;
}
#stmobile .socialFooter ul li a i {
    color: #fff;
}
#stmobile .socialFooter .fa{
    text-align: center;
    color: #fff;
    border: 10px;
    border-radius: 50%;
    background: #002c59;
    padding: 4px;
    font-size: 18px;
    margin: 4px;
    line-height: 1;
    width: 25px;
}
#stmobile h1, #stmobile h2, #stmobile h3, #stmobile h4 {
}
#stmobile .searchkeyword {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: -10px;
}
#stmobile .searchimagecontainer {
    vertical-align: middle;
    display: table-cell;
}
#stmobile .Error {
    background: transparent;
    color: red;
    font-size: 12px;
    font-weight: bold;
}
#stmobile .BoldText {
    font-weight: bold;
}
#stmobile #OrderDiv .Primary {
    background: #333;
}
#stmobile #OrderDiv .Primary a, #stmobile #OrderDiv .Primary a:visited {
    color: white;
}
#stmobile .GridRowEven {
    background: none;
}
#stmobile .featuredheader {
    background: #838383;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#stmobile td, #stmobile .DefaultText {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}
#stmobile #CancelStepTwo, #stmobile #CancelCCB, #stmobile #CancelProcess, #stmobile #ModifyBilling, #stmobile #ModifyShipping {
    background: none repeat scroll 0 0 #999999;
    border: 0 none;
    color: #FFFFFF;
    border: 1px solid #999999;
}
#stmobile .mobilesitesearch {
   padding: 7px 10px;
   background: none;
   margin-top: -7px;
}
#stmobile .checkoutAccordion {
    padding: 10px 15px 15px 15px !important;
}
#stmobile .checkouterror, #stmobile .checkoutrequred {
    color: #d10101;
    font-weight: bold;
    text-align: left;
}
#stmobile .checkoutrequred {
    padding-left: 2px;
}
#stmobile .CheckoutHeader {
    background: none;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    text-align: left;
}
#stmobile .secureshoppingmobnile {
    background: url("../content/images/checkoutlock.png") no-repeat scroll left center / 25px 25px rgba(0, 0, 0, 0);
    font-size: 11px;
    margin-top: 65px;
    padding-left: 30px;
}
#stmobile #transaction .PrimaryBoldText {
    padding: 5px 0;
}
#stmobile hr {
    border: 0;
    height: 1px !important;
    background: #ccc;
}
/* GLOBAL CSS FOR MOBILE END */
/* DROP DOWN SHOP MENU CSS START*/
/* hide the link until viewport size is reached */
#stmobile a.meanmenu-reveal {
    display: none;
}
/* when under viewport size, .mean-container is added to body */
#stmobile .mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: none;
    padding: 4px 0;
    min-height: 30px;
    z-index: 999999;
}
#stmobile .topmenulabelclose {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    background: #ccc url('../content/images/down_menu_up.png') right center no-repeat;
    background-size: 22px 9px;
    color: #333;
    padding: 7px 30px 8px 7px;
}
#stmobile .topmenulabelopen {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    background: url('../content/images/down_menu.png') right center no-repeat;
    background-size: 22px 9px;
    color: #333;
    padding: 7px 30px 8px 7px;
}
#stmobile .mean-container a.meanmenu-reveal {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
#stmobile .mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}
#stmobile .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: none;
    margin-top: 33px;
    position: absolute;
}
#stmobile .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#stmobile .mean-container .mean-nav ul ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}
#stmobile .mean-clicked {
    padding-bottom: 15px !important;
}
#stmobile .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#stmobile .mean-container .mean-nav ul li ul li {
    position: relative;
    float: left;
    width: 94%;
    background: #fff;
    border-bottom: 0px solid #ccc;
    padding-left: 15px;
}
#stmobile .mean-container .mean-nav ul li a, #stmobile .mean-container .mean-nav ul li a:link, #stmobile .mean-container .mean-nav ul li .topmenuchildren, #stmobile .mean-container .mean-nav ul li a:hover {
    display: block;
    float: left;
    width: 86%;
    padding: 13px 40px 13px 10px;
    margin: 0;
    text-align: left;
    color: #333 !important;
    text-decoration: none;
    font-size: 13px !important;
    font-weight: bold;
    z-index: 3;
    position: relative;
}
#stmobile .mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 0px 10px 13px 10px !important;
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
    font-weight: normal !important;
    text-transform: none;
}
#stmobile .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}
#stmobile .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}
#stmobile .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}
#stmobile .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}
#stmobile .mean-container .mean-nav ul li a.mean-expand-sign {
    width: 26px;
    height: 26px;
    border: none !important;
    padding: 8px 5px !important;
    text-align: center;
    font-size: 20px !important;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 2;
    font-weight: 700;
}
#stmobile .mean-container .mean-nav ul li a.mean-expand-sign:hover {
    background: none;
}
#stmobile .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
#stmobile .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
#stmobile .mean-container .mean-bar, #stmobile .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* DROP DOWN SHOP MENU CSS END*/
/* FORM CONTORL STYLES START */
#stmobile .FormElementInput, #stmobile .FormElementInputLogin {
   -webkit-appearance: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   margin-top: 3px;
   background-color: #fff;
   color: #000 !important;
   border: 1px solid #ccc;
   padding: 7px;
   font-family: inherit;
   font-weight: normal;
   height: auto;
   width: 100%;
   vertical-align: middle;
   border-radius: 0;
   font-size: inherit;
   outline: 0;
   font-size: 16px;
}
#stmobile .FormElementInput:active, #stmobile select:active, #stmobile .FormElementInput:focus, #stmobile select:focus {
    border: 1px solid #002c59;
}
#stmobile #forgotpass #Submit {
    margin: 0px;
}
#stmobile .qty, #stmobile .qtyminus, #stmobile .qtyplus {
    border: 1px solid #838383;
    border-radius: 1px;
    font-size: 14px;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    width: 40px;
    height: 30px;
    -webkit-appearance: none;
    vertical-align: middle;
}
#stmobile .qtyminus, #stmobile .qtyplus {
   cursor: pointer;
   font-weight: bold;
   height: 34px;
   background: #ddd;
   border: 1px solid #ddd;
}

#stmobile select {
   border: 1px solid #ccc;
   border-radius: 0;
   font-size: 16px;
   padding: 7px;
   width: 100%;
   height: auto;
   color: #333;
   -webkit-box-shadow: none;
   box-shadow: none;
   -webkit-appearance: none;
   background: #fff url(../content/images/down_select.png) no-repeat right center;
   -moz-background-size: 28px 11px;
   -o-background-size: 28px 11px;
   -webkit-background-size: 28px 11px;
   background-size: 28px 11px;
}
#stmobile .FormButtons {
    font-size: 16px;
   text-transform: uppercase;
   background-color: #002c59;
   color: #fff;
   padding: 15px 30px 15px 30px;
   text-align: center;
   font-weight: 400;
   line-height: 1;
   position: relative;
   border: 0;
   width: 75%;
   margin-top: 15px !important;
}
#stmobile #smalllogon #LogonSave {
    height: 45px;
}
#stmobile #RegFormBilling .FormButtons
{
   margin-top: 0 !important;
}
#stmobile .regFormPadding h2:first-child
{
   margin-top: 0;
}
#stmobile .regFormPadding h2 {
   margin-bottom: 7px;
}
#stmobile .FormButtonsGray {
   font-size: 16px;
   text-transform: uppercase;
   background-color: #999;
   color: #fff;
   padding: 15px 30px 15px 30px;
   text-align: center;
   font-weight: 400;
   line-height: 1;
   position: relative;
   border: 0;
   width: 75%;
   margin-top: 15px;
}
#stmobile .FormButtonsModify {
    font-size: 11px !important;
    border: 0px !important;
    background: none !important;
    color: #df2027 !important;
    font-weight: bold !important;
    margin-left: 5px !important;
    cursor: pointer !important;
}
/* FORM CONTROL STYLE END */
/* CSS FOR 3 MENU ITEMS ACROSS TOP OF SITE */
#stmobile .mobilemenu1{
   padding-left: 8px;
}
/* #stmobile .mobilemenu1 .topmenulabelopen:after{ */
#stmobile .mobilemenu1 .meanmenu-reveal:after{
   content:"\A AT WHOLESALE PRICE ONLY";
   /* position:relative; */
	white-space: pre-wrap;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 16px;
    left: 0;
    text-align: left;
}

#stmobile .mobilemenu2{
   
}
#stmobile .mobilemenu3{
   padding-right: 8px;
}
#stmobile .mobilemenu1, #stmobile .mobilemenu2, #stmobile .mobilemenu3 {
    width: 33%;
    display: inline-block;
    float: left;
    line-height: 22px;
    text-transform: uppercase;
	margin-bottom:1.25rem;
}
#stmobile .mobilemenu2 {
    text-align: center;
    padding-top: 7px;
}
#stmobile .mobilemenu2 a, #stmobile .mobilemenu2 a:link, #stmobile .mobilemenu2 a:visited, #stmobile .mobilemenu3 a, #stmobile .mobilemenu3 a:link, #stmobile .mobilemenu3 a:visited {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    line-height: 22px;
}
#stmobile .mobilemenu2 a:hover, #stmobile .mobilemenu3 a:hover {
    color: #333;
}
#stmobile .mobilemenu3 {
    text-align: right;
    padding-top: 7px;
}

/* END */
/* SEARCH FIELD CSS START */
#stmobile .FormElementSearch {
    border: 0px;
    width: 90%;
    font-size: 14px;
    color: #808080;
}
#stmobile .mobilesearchinput {
   background: url(../content/images/toolbar_find.png) no-repeat scroll left center #fff;
   border: 1px solid #838383;
   border-radius: 10px;
   font-size: 14px;
   padding: 8px 7px 8px 40px;
   -moz-background-size: 32px 32px;
   -o-background-size: 32px 32px;
   -webkit-background-size: 32px 32px;
   background-size: 32px 32px;
}
/* SEARCH FIELD CSS END */
/* EXPANDABLE MENUS CSS START*/
#stmobile .mainmenuwrapper {
    width: 100%;
    margin-top: 0px;
    border-top: 1px solid #ccc;
}
#stmobile .accordionButton {
    background-image: url('../content/images/mobile_menu_more.png');
    -moz-background-size: 21px 18px !important;
    -o-background-size: 21px 18px !important;
    -webkit-background-size: 21px 18px !important;
    background-size: 21px 18px !important;
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    float: none;
    width: 100%;
}
#stmobile .accordionContent {
    background: none repeat scroll 0 0 #FFF;
    border-bottom: 1px solid #ccc;
    float: none;
    padding: 10px 0;
    width: 100%;
}
#stmobile .homemenu {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd inset;
    padding: 10px 0;
    width: 100%;
}
#stmobile .subcatsmenu {
    padding: 7px 20px 8px 25px;
}
#stmobile .on, #stmobile .over {
    background-color: transparent;
    background-image: url('../content/images/mobile_menu_less.png');
    -moz-background-size: 21px 18px !important;
    -o-background-size: 21px 18px !important;
    -webkit-background-size: 21px 18px !important;
    background-size: 21px 18px !important;
    background-position: right center;
    background-repeat: no-repeat;
}
#stmobile .accordionnoarrow, #stmobile .accordionarrow .on, #stmobile .accordionarrow .over {
    background: none !important;
}
#stmobile .mobilenavLevel0 {
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    display: block;
    color: #333;
    text-transform: uppercase;
}
#stmobile .mobilenavLevel0:hover {
    color: #333;
}
#stmobile a.mobilenavLevel0, #stmobile a.mobilenavLevel0:link, #stmobile a.mobilenavLevel0:visited {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
#stmobile a.mobilenavLevel0:hover {
    color: #333;
}
#stmobile NavLevel1{
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-style: italic;
}
#stmobile .subcatsmenu a, #stmobile .subcatsmenu a:link, #stmobile .subcatsmenu a:visited {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
}
#stmobile .subcatsmenu a:hover {
    color: #333;
}
/* EXPANDABLE MENUS CSS END */
/* EXPANDABLE MENUS CSS END */
/* CATEGORY CSS START */
#stmobile .COMCatDescription {
   margin-bottom: 15px;
   font-size: 14px;
   line-height: 1.5;
}
#stmobile .COMCatCell{
    width: 100%;
}
#stmobile .COMCatProdCell {
   width: calc((100% - 15px) / 2);
   margin-right: 0;
   /*border-right: 10px solid #fff;*/
   float: none;
   display: inline-block;
   vertical-align: top;
}
#stmobile .CatItemProdDetails {
    text-align: center;
    background: #fff;
    padding: 9px 16px;
    color: #333;
}
 #stmobile .COMCatProdCell:first-child {
   /* border-right: 0; */
  /* margin-right: 5px;*/
}
#stmobile .COMCatProdCell:nth-child(odd) {
   /* border-right: 0; */
   margin-right: 0;
}
#stmobile .COMCatProdCell:nth-child(even) {
   /* border-right: 0; */
   margin-left: 13px;
}
#stmobile .COMCatProdImg img {
   max-width: 100%;
   /*width: 100%;
   height: auto;*/
   max-height: 100%;
}
#stmobile .COMCatCell.lastChild, #stmobile .COMCatProdCell.lastChild {
   /* margin-right: 0; */
   margin-left: 0;
}
.COMCatCell.lastChild, #stmobile .COMCatProdCell.lastChild {
   margin-right: 0;
}
#stmobile #productsResult .COMCatProdCell:nth-child(3n){
   margin-right: 0;
}
#stmobile .prod-side-holder-inner {
   display: table-cell;
   vertical-align: middle;
}
#stmobile .prod-side-holder-inner img {
   max-width: 100%;
}
#stmobile .COMCatProdImg a {
   display: table-cell;
   width: 100%;
   height: 180px;
   vertical-align: middle;
   text-align: center;
   margin: 0 auto;
}
#stmobile .COMCatImg img {
   max-width: 100%;
   height: auto;
}
#stmobile .COMCatImg{
    max-height: 200px;
}
#stmobile .COMCatImg, #stmobile .COMCatProdImg {
   width: 100%;
   height: 180px;
   display: table;
   vertical-align: middle;
   text-align: center;
}
#stmobile .COMCatProdCell {
    min-height: 200px;
}
#stmobile #prodSearchContainer {
    width: 100%;
}
#stmobile #prodSearchContainer .COMCatProdCell {
    width: 49.3%;
}
#stmobile .COMCatCell {
   text-align: left;
   display: block;
   border-top: 1px solid #ccc;
   padding-bottom: 7px;
   padding-top: 7px;
   margin-top: 0;
   float: none;
   margin-right: 0;
}
#stmobile #COMProdContainer {
    margin: 30px auto;
}
#stmobile .COMCatCell:last-child {
   border-bottom: 1px solid #ccc;
}
#stmobile .imagecontainer img {
    width: 100%;
}
#stmobile #CatSpacer, #stmobile .CatSpacer {
    float: left;
    width: 10%;
}
#stmobile .CatPicCell {
    width: 45%;
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
#stmobile .CatNameCell {
    padding: 0;
}
#stmobile .COMCatProdName {
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
}
#stmobile .CatPicCellList .COMCatSalePrice {
    font-size: 14px;
}
#stmobile .COMCatProdName a, #stmobile .COMCatProdName a:visited {
   color: #333;
   text-decoration: none;
   font-size: 14px;
   font-style: italic;
   white-space: normal;
   overflow: visible;
   text-overflow: ellipsis;
   display: block;
   font-weight: 900;
   font-style: normal;
}
#stmobile .COMCatProdName a:hover {
    color: #333;
}
#stmobile .CatPicCellList a, #stmobile .CatPicCellList a:visited {
    font-size: 15px;
    font-weight: bold;
}
#stmobile .CatPicCellList a:hover {
    color: #333;
}
#stmobile .CatPicCell .imagecontainer {
    display: table-cell;
    vertical-align: middle;
}
#stmobile .CatPicCellList .imagecontainer {
    display: table-cell;
    vertical-align: top;
}
#stmobile .CatPicCellList .COMCatProdPartNo {
    font-size: 15px;
    margin-top: 5px;
}
#stmobile .CatPicCellList .COMCatPrice {
    font-size: 14px;
    margin-top: 5px;
}
#stmobile .COMCatProdPartNo {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    margin-top: 4px;
    text-align: center;
}
#stmobile .COMCatPrice {
    color: #333;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
}
#stmobile .COMCatName h2 {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
#stmobile .COMCatName h2:hover {
    color: #333;
}
#stmobile .COMCatName a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
}
#stmobile #prodCatContainer {
    width: 100%;
}
#stmobile #SortDiv {
    width: 100%;
    position: relative;
}
#stmobile .sortbox {
    background: #838383;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    border-right: 10px solid #fff;
    padding: 10px 0px;
    text-align: center;
    width: 33.33%;
    cursor: pointer;
    margin-top: 3px;
}
#stmobile .sortbox:nth-child(4) {
    border-right: 0 !important;
}
#stmobile .sortboxselected {
    background: #333;
}
#stmobile .viewoption {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}
#stmobile .CatPicCellList {
    width: 100%;
}
#stmobile .CatPicCellList .COMCatProdImg {
    margin-right: 10px;
    width: 45%;
}
#stmobile .CatPicCellList .CatItemProdDetails {
    width: 50%;
}
#stmobile .COMCatProdCell {
    margin-right: 0;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    margin-top: 15px;
}
#stmobile .COMCatCell{
    margin-bottom: 0;
    margin-top: 0;
}
#stmobile .COMCatName {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 70%;
    text-align: left;
    padding-left: 0;
}
#stmobile .ProductTagCategory img {
   width: 90px;
}
#stmobile select#CMSortDDL {
    color: #333 !important;
    padding: 7px;
    text-transform: lowercase;
    margin-left: 0px;
}
#stmobile .COMCatName h1 {
    margin-top: 4px;
    font-weight: 300;
    font-size: 28px;
    color: #333;
    margin-top: 0;
   /* margin-bottom: 25px;
    */
}
#stmobile .COMCatImg {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 48%;
}
#stmobile #pagenumselect {
    width: 40px;
    padding: 3px;
    font-size: 12px;
    background: none;
    text-align: center;
    border-radius: 0px;
}
#stmobile #COMCatPageBottom, #stmobile #COMCatPageTop {
    font-size: 11px;
    color: #333;
    margin-right: 4px;
}
#stmobile #COMCatPageBottom a, #stmobile #COMCatPageTop a, #stmobile #COMCatPageBottom a:link, #stmobile #COMCatPageTop a:link, #stmobile #COMCatPageBottom a:visited, #stmobile #COMCatPageTop a:visited {
    text-decoration: none;
}
#stmobile #COMSrchPageBottom a, #stmobile #COMSrchPageTop a, #stmobile #COMSrchPageBottom a:link, #stmobile #COMSrchPageTop a:link, #stmobile #COMSrchPageBottom a:visited, #stmobile #COMSrchPageTop a:visited {
    text-decoration: none;
}
#stmobile .nextpage_hot, #stmobile .viewall_category, #stmobile .previouspage_hot {
    background: none repeat scroll 0 0 #808080;
    font-size: 11px;
    color: #FFF !important;
    border: 1px solid #808080;
    padding: 4px;
}
#stmobile .SearchProductResults {
    float: right;
    width: 100%;
}
#stmobile .specs{
    display: none;
}
.filterHeading {
    background: #333;
    color: #fff;
    font-size: 17px;
    text-align: left;
    width: 100%;
    padding: 7px 35px 7px 16px;
    margin-bottom: 2px;
    position: relative;
    font-style: italic;
    cursor: pointer;
    text-transform: lowercase;
    margin-top: 0px;
    display: none;
}
.filterHeading:after {
    content: "\f067";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 19px;
    font-style: normal;
}
.filterHeading.imprintOn:after {
    content: "\f068";
}
.filterHeading.imprintOn {
    background: #333;
    margin-bottom: 2px;
}
.applyMobileFilters {
    display: block;
    text-align: center;
    margin: 30px 0 5px 0;
}
.applyMobileFilters a, .applyMobileFilters a:link, .applyMobileFilters a:visited, .applyMobileFilters a:hover {
    text-decoration: none !important;
    color: #fff !important;
    box-sizing: border-box;
    display: block;
    margin: auto;
}
.filtersInner {
    display: none;
    background: #e5e5e5;
    padding: 10px;
}
#stmobile div#SortDiv {
    color: inherit;
    float: none;
    margin-top: 0;
}
span.SortItemName {
    padding-right: 5px;
    margin-bottom: 3px;
    font-weight: 700;
    display: block;
    font-size: 16px;
}
#stmobile .FilterItemName {
    font-size: 16px;
    font-style: normal;
    color: #333;
    margin-bottom: 5px;
    position: relative;
    font-weight: 700;
}
#stmobile div#customFilters {
    margin-bottom: 0;
    display: none;
    margin-top: 20px;
}
/* CSS FOR CATEGORY END */
/* CSS FOR BREADCURMB START*/
#stmobile .COMBreadCrumb {
   margin: 0 0 15px 0;
   font-size: 10px;
   padding: 0px;
   background: #fff;
   padding: 10px 15px;
   margin-top: -15px;
   margin-left: -15px;
   margin-right: -15px;
   line-height: inherit;
   font-style: normal;
   background: none;
   line-height: 13px;
}
#stmobile a.Breadcrumb, #stmobile a.Breadcrumb:link, #stmobile a.Breadcrumb:visited, #stmobile a.Breadcrumb:hover {
   color: #002c59;
   text-decoration: underline;
   font-size: 13px;
}

#stmobile a.Breadcrumb_hot, #stmobile a.Breadcrumb_hot:visited,
#stmobile a.Breadcrumb_hot:hover {
   color: #333;
   text-decoration: none;
   font-size: 13px;
}

/* CSS FOR BREADCURMB END*/
/* CSS FOR PRODUCT VIEW START*/
#stmobile .COMProdBasePrice {
    color: #333;
    font-weight: 300;
    font-size: 28px;
    display: inline-block;
}
#stmobile .attributenametag {
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
    margin-top: 5px;
    font-weight: bold;
}
#stmobile .attr-container {
    margin-bottom: 5px;
}
#stmobile .COMProdStock {
}
::-moz-placeholder {

   color: #98a0a2;
   font-style: italic;

}
#stmobile #openAccountHeader h3 a {
   font-weight: 300;
   font-size: 20px;
   color: #fff;
   font-style: italic;
   text-transform: lowercase;
   letter-spacing: 1.2px;
   margin: 0;
   text-align: center;
   text-decoration: none;
}
#stmobile .productContent {

   width: 100%;
   text-align: left;
   font-size: 16px;
   line-height: 1.4;
   display: inline-block;
   margin: 0;

}
#stmobile .COMProdItemNum
{
   margin-bottom: 15px;
}
#stmobile #ProductDiscount {
   
}
#stmobile #prodslides {
   position: relative;
   padding: 0px;
   background: #fff;
}
#stmobile .prod-side-holder-inner {
   display: table-cell;
   vertical-align: middle;
}
#stmobile .prod-side-holder-inner img {
   max-width: 100%;
}
#stmobile .qtylinebox {
    float: left;
    width: 60%;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}
table.OrderingTable {
   background: #fff;
}
#stmobile #QtyAlert {
    margin-top: 7px;
    display: none !important;
}
#stmobile .productpricebox {
    float: left;
    width: 40%;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    min-height: 25px;
}
#stmobile #addtocartBT {
    margin-top: 0px;
    margin-bottom: 15px;
}
#stmobile .MobileProductHeading {
    padding: 13px 8px;
    color: #333;
    background: #ccc;
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    display: none;
}
#stmobile .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    display: inline-block;
    margin-top: 15px;
}
#stmobile .COMProdContainer td {
    font-size: 14px;
    line-height: 1.4;
}
#stmobile .COMProdContainer .mobilenavLevel0 {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 3px;
}
.productContent span#ProductItemCode {
    font-weight: inherit;
    margin-left: 0;
}
#stmobile .COMProdDesc {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
#stmobile .COMProdDetails {
   float: none;
   width: 100%;
}
#stmobile .COMProdDimensions{
}
#stmobile .COMProdOrderingGrid {
   background-color: #f5f5f5;
   /* height: 169px; */
   margin-top: 20px;
   clear: both;
   margin-bottom: 15px;
   padding: 10px 15px;
}
#stmobile .COMCatProdOriginalPrice
{
   font-size: 18px
}
#stmobile .COMCatProdSalePrice{
   font-size: 22px;
}
#stmobile .greenText {
   font-size: 14px;
   font-style: italic;
   font-weight: bold;
   line-height: 21px;
   color: #002c59;
   display: inline-block;
   margin-right: 5px;
}
/* CSS FOR PRODUCT VIEW END */
/* CHECKOUT & CART CSS START */
#transaction #mainDiv > table {
    width: 100%;
}
#newusers {
    width: 100%;
}
#stmobile #transStepOneHead, #stmobile #transStepTwoHeader, #stmobile .transStepThreeHeader, #stmobile .transStepFourHeader {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #838383;
}
#stmobile #transaction .SecondaryBoldText {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#stmobile #transOptInLeft {
    padding-bottom: 15px;
}
#stmobile .gobacktocartcheckout {
    float: right;
    margin-top: 12px;
}
#stmobile #COMCheckoutPaypalSpan {
    margin-top: 10px;
    display: inline-block;
}
#stmobile #jsonCartDiv {
    border-top: 1px solid #808080;
}
#stmobile .COMCartSeparator {
    background:#808080;
    height: 1px;
}
#stmobile #JSONCart, #stmobile #COMCartSummaryBox {
    border: 0;
}
#stmobile #jsonCartDiv .Secondary td {
    border-bottom: 1px solid #838383;
    padding-top: 10px;
    background: none;
}
#stmobile #jsonCartDiv .Secondary, #stmobile #jsonCartDiv .SecondaryBoldText {
    background: none;
}
#stmobile .SecondaryBoldText, #stmobile .Primary, #stmobile .PrimaryBoldText {
    background: none;
}
#stmobile .cartitemrow td, #stmobile .ErrorItem td {
    padding-top: 10px;
}
#stmobile .cartitemrow td td, #stmobile .ErrorItem td td {
    padding-top: 0px;
}
#stmobile .ItemsubTotal {
    font-size: 18px;
    font-weight: bold;
}
#stmobile .Standard {
    font-size: 15px;
    font-weight: bold;
}
#stmobile a.COMCartProdName, #stmobile a.COMCartProdName:visited {
    font-size: 14px;
    font-weight: bold;
}
#stmobile .COMCartProdPartNo {
    margin-top: 5px;
}
#stmobile .COMCartItemPrice {
    margin-top: 3px;
}
#stmobile .qtydiv {
    margin-top: 5px;
}
#stmobile .StandardSubtotal, #stmobile #subTotal {
    font-size: 18px;
    padding-top: 8px;
    text-align: right;
    font-weight: 700;
}
#stmobile #subTotal {
    color: #df2027;
    padding-left: 8px;
}
#stmobile .COMCartCheckoutShop {
    float: none;
    text-align: center;
    width: 100%;
}
#COMCartCheckoutShopButtons #COMConShopSpanNew, #COMCartCheckoutShopButtons #COMCheckoutSpan, #COMCartCheckoutShopButtons #COMCheckoutPaypalSpan {
    margin-top: 0px;
}
#COMCheckoutPaypalSpan, #COMCheckoutSpan {
    float: none;
}
.COMCartCheckoutShop span {
    text-align: center;
}
#COMCheckoutSpan .FormButtons {
    margin-bottom: 0;
    margin-left: 0;
    width: 75% !important;
}
#QtyUpdBtn {
    margin: auto;
}
#cartContainerDiv, #transaction {
    padding: 0px;
}
#stmobile .qtydiv .FormElementInput {
    width: 55px;
}
#stmobile .FormButtonsDelete {
    -webkit-appearance: none;
    border: 0px;
    background: none;
    padding: 10px 0px 0px 0px;
    color: #333;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 15px;
}
#stmobile .totaldiv {
    margin-top: -25px;
}
#stmobile .step4orderototal {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
#stmobile .ccactive {
    display: block !important;
}
#stmobile #termsLink {
    text-decoration: none;
    color: #333;
}
#stmobile .Step4DetailsHeader {
    background: #777;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px;
    font-weight: bold;
}
#stmobile .Step4DetailsItem {
    border-bottom: 1px solid #ccc;
}
#stmobile #GoOrder {
    width: 100%;
}
#stmobile .checkoutdiv {
    float: none;
    margin-left: 0px;
    min-height: 100px;
    text-align: left;
    width: auto;
}
/* CHECKOUT & CART CSS END */
/****** SLIDESHOW CSS START ******/
#stmobile #slides {
    display: none;
    margin-top: 5px;
    margin-bottom: 7px;
}
#stmobile #slides .slidesjs-navigation {
    margin-top: 5px;
    display: none;
}
#stmobile a.slidesjs-next, #stmobile a.slidesjs-previous {
    background-image: url(../content/images/btns-next-prev.png);
    background-repeat: no-repeat;
    display: block;
    width: 12px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 5px;
    -moz-background-size: 59px 36px;
    -o-background-size: 59px 36px;
    -webkit-background-size: 59px 36px;
    background-size: 59px 36px;
    margin-top: 5px;
}
#stmobile a.slidesjs-next, #stmobile a.slidesjs-next:hover {
    margin-right: -30px;
    background-position: -12px 0;
    float: right;
}
#stmobile a.slidesjs-previous, #stmobile a.slidesjs-previous:hover {
    background-position: 0 0;
    margin-right: 20px;
    float: right;
}
#stmobile a.slidesjs-play {
    width: 15px;
    background-position: -25px 0;
}
#stmobile .slidesjs-play a:hover {
    background-position: -25px -18px;
}
#stmobile a.slidesjs-stop {
    width: 18px;
    background-position: -41px 0;
}
#stmobile .slidesjs-stop a:hover {
    background-position: -41px -18px;
}
#stmobile .slidesjs-pagination {
    margin: 0px 0 0;
    float: left;
    list-style: none;
    padding: 5px;
}
#stmobile .slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}
#stmobile .slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../content/images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
    -moz-background-size: 13px 39px;
    -o-background-size: 13px 39px;
    -webkit-background-size: 13px 39px;
    background-size: 13px 39px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
#stmobile .slidesjs-pagination li a.active, #stmobile .slidesjs-pagination li a:hover .active {
    background-position: 0 -13px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
#stmobile .slidesjs-pagination li a:hover {
    background-position: 0 -26px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
#stmobile #slides a:link, #stmobile #slides a:visited {
    color: #333;
}
#stmobile #slides a:hover, #stmobile #slides a:active {
    color: #9e2020;
}
#stmobile .navbar {
    overflow: hidden;
}
/****** SLIDESHOW CSS END ******/
/****** INLINE CART CSS START ******/
#stmobile #countItemsInCartInline {
    background: #333;
    border-radius: 4px 4px 4px 4px;
    padding: 3px 5px;
    margin-left: 5px;
    font-size: 13px;
    margin-top: 2px;
    color: #fff;
}
#stmobile .shoppingcarticon img {
    height: 20px;
}
#stmobile #cartInline i{
    color: #333;
    font-size: 20px;
    line-height: 13px;
    position: relative;
    top: 1px;
}
#stmobile #cartInline {
   float: right;
   display: inline-table;
   cursor: pointer;
   position: relative;
   margin-top: 21px;
   color: transparent;
   margin-right: 16px;
}
#stmobile #cartInline a, #stmobile #cartInline a:link, #stmobile #cartInline a:visited {
    text-decoration: none;
}
#addtocartoverlay, #topmenuoverlay {
    background: none repeat scroll 0 0 #333333;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#stmobile #COMCartSpan #addtocartBT {
   font-size: 22px !important;
   padding: 20px !important;
   text-align: center;
   width: auto;
   width: 100%;
}
#stmobile .inlinecart {
    width: 280px;
    background: #fff;
    border: 0;
    padding: 15px;
}
#stmobile .inlinecartitembreak {
    padding-top: 0;
}
#stmobile .inlineclose {
    position: absolute;
    top: -10px;
    right: -10px;
}
#stmobile .inlinecartitemimage {
    float: left;
    margin-right: 0;
    width: 35%;
    padding-right: 15px;
}
#stmobile .inlinecartitemimage img {
    max-width: 100%;
}
#stmobile .inlineitemdetails {
    float: left;
    font-size: 11px;
    width: 65%;
    text-align: left;
}
#stmobile .InlineCartFormButtonsClose {
    color: #fff;
    background: #333;
    font-size: 12px;
    border: 1px #333 solid;
    font-weight: bold;
    border-radius: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 0;
}
#stmobile .inlinecart, #stmobile .classDown {
    position: absolute;
    z-index: 9999;
}
#cartContainerInline {
    position: absolute;
    border: 0px solid #dfdfdf;
    height: 250px;
    display: none;
    z-index: 9999999;
}
#stmobile .curtain {
    z-index: 10000;
    position: absolute;
    height: 100px;
    background-color: white;
    width: 310px;
}
#stmobile .inlinecartbody {
    background-color: white;
    margin-left: 0;
}
#stmobile .classDown {
    top: 200px;
}
#stmobile #cartInline img {
    vertical-align: middle;
}
#stmobile .itemsjustadded {
    font-weight: bold;
    font-size: 16px;
    color: #1c8200;
    margin-left: 5px;
    margin-bottom: 2px;
}
#stmobile .inlineitemname {
    font-size: 15px;
    color: #323232;
    margin-bottom: 3px;
}
#stmobile .inlineitemprice {
    font-size: 12px;
    color: #323232;
    margin-left: 0;
    float: none;
    margin-top: 4px;
}
#stmobile .inlineitemqty {
    font-size: 12px;
}
#stmobile .inlinecartitemsubtotal {
    font-size: 14px;
    color: #323232;
    margin-left: 5px;
    float: none;
    margin-top: 15px;
    text-align: right;
}
#stmobile .cartsummaryheadling {
    border-top: 0;
    margin-top: 0;
    padding-top: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #323232;
    text-align: left;
    margin-bottom: 5px;
}
#stmobile .inlinecartitems {
    border-bottom: 0 none;
    border-right: 1px solid #323232;
    color: #333;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 10px;
    font-weight: normal;
}
#stmobile .inlinecartsubtotal {
    border-bottom: 0 none;
    color: #333;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#stmobile .inlinecartviewitems {
    float: right;
    margin-top: 0;
    width: auto;
    background: none;
    border: 0;
    font-size: 12px;
    border-radius: 0;
    padding: 0;
    font-variant: normal;
}
#stmobile .inlinecartviewitems a, #stmobile .inlinecartviewitems a:visited, #stmobile .inlinecartviewitems a:hover {
    background: none !important;
    border: none !important;
    color: #333 !important;
    font-size: 12px !important;
    text-decoration: underline !important;
    text-transform: none;
    padding: 0 !important;
    width: auto;
    float: right;
    margin: 0;
    text-align: right;
}
#stmobile .InlineCartFormButtonsContShopping {
    background: none repeat scroll 0 0 #646464;
    border: 1px solid #646464;
    color: #FFFFFF !important;
    float: left;
    text-align: center;
    font-size: 16px !important;
    margin-top: 5px;
    padding: 6px !important;
    text-transform: uppercase !important;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}
#stmobile .inlinecartcontinueshopping {
    margin-top: 15px;
}
#stmobile .inlinecartcheckout {
    margin-top: 10px;
    width: 100%;
    float: none;
    font-variant: normal;
    padding: inherit;
}
#stmobile .InlineCartFormButtons {
   background: none repeat scroll 0 0 #002c59;
   border: 1px solid #002c59;
   color: #FFFFFF !important;
   float: right;
   text-align: center;
   font-size: 16px !important;
   margin-top: 15px;
   padding: 6px !important;
   text-transform: uppercase !important;
   width: 100%;
   cursor: pointer;
   text-decoration: none;
   border-radius: 0;
}
#stmobile .inlinecartattrs {
    font-size: 12px;
    color: #333;
    margin-left: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}
div#addtocartoverlay {
    z-index: 999999;
}
/****** INLINE CART CSS END ******/
/****** ADD TO HOME SCREEN CSS START ******/
.ath-viewport * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ath-viewport {
    position: relative;
    z-index: 2147483641;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.ath-modal {
    pointer-events: auto !important;
    background: rgba(0,0,0,0.6);
}
.ath-mandatory {
    background: #000;
}
.ath-container {
    pointer-events: auto !important;
    position: absolute;
    z-index: 2147483641;
    padding: 0.7em 0.6em;
    width: 18em;
    background: #eee;
    background-size: 100% auto;
    box-shadow: 0 0.2em 0 #d1d1d1;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
}
.ath-container small {
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    margin-top: 0.5em;
}
.ath-ios.ath-phone {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}
.ath-ios6.ath-tablet {
    left: 5em;
    top: 1.8em;
}
.ath-ios7.ath-tablet {
    left: 0.7em;
    top: 1.8em;
}
.ath-ios8.ath-tablet, .ath-ios9.ath-tablet, .ath-ios10.ath-tablet, .ath-ios.ath-tablet{
    right: 0.4em;
    top: 1.8em;
}
.ath-android {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}
/* close icon */
.ath-container:before {
    content: '';
    position: relative;
    display: block;
    float: right;
    margin: -0.7em -0.6em 0 0.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
    background-color: rgba(255,255,255,0.8);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 2.7em;
    height: 2.7em;
    text-align: center;
    overflow: hidden;
    color: #a33;
    z-index: 2147483642;
}
.ath-container.ath-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    float: none;
}
.ath-mandatory .ath-container:before {
    display: none;
}
.ath-container.ath-android:before {
    float: left;
    margin: -0.7em 0.5em 0 -0.6em;
}
.ath-container.ath-android.ath-icon:before {
    position: absolute;
    right: auto;
    left: 0;
    margin: 0;
    float: none;
}
/* applied only if the application icon is shown */
.ath-container.ath-icon {
}
.ath-action-icon {
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}
.ath-ios7 .ath-action-icon, .ath-ios8 .ath-action-icon, .ath-ios9 .ath-action-icon, .ath-ios10 .ath-action-icon, .ath-ios .ath-action-icon{
    width: 1.6em;
    height: 1.6em;
    background-image:url(data:image/png;base64,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);
    margin-top: -0.3em;
    background-size: auto 100%;
}
.ath-ios6 .ath-action-icon {
    width: 1.8em;
    height: 1.8em;
    background-image:url(data:image/png;base64,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);
    margin-bottom: 0.4em;
    background-size: 100% auto;
}
.ath-android .ath-action-icon {
    width: 1.4em;
    height: 1.5em;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
    background-size: 100% auto;
}
.ath-container p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2147483642;
    text-shadow: 0 0.1em 0 #fff;
    font-size: 1.1em;
}
.ath-ios.ath-phone:after {
    content: '';
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    bottom: -0.9em;
    left: 50%;
    margin-left: -1em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    box-shadow: 0.2em 0.2em 0 #d1d1d1;
}
.ath-ios.ath-tablet:after {
    content: '';
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    top: -0.9em;
    left: 50%;
    margin-left: -1em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    z-index: 2147483641;
}
.ath-application-icon {
    position: relative;
    padding: 0;
    border: 0;
    margin: 0 auto 0.2em auto;
    height: 6em;
    width: 6em;
    z-index: 2147483642;
}
.ath-container.ath-ios .ath-application-icon {
    border-radius: 1em;
    box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3), inset 0 0.07em 0 rgba(255,255,255,0.5);
    margin: 0 auto 0.4em auto;
}
@media only screen and (orientation: landscape) {
    .ath-container.ath-phone {
        width: 24em;
   }
    .ath-android.ath-phone {
        margin-left: -12em;
   }
    .ath-ios.ath-phone {
        margin-left: -12em;
   }
    .ath-ios6:after {
        left: 39%;
   }
    .ath-ios8.ath-phone {
        left: auto;
        bottom: auto;
        right: 0.4em;
        top: 1.8em;
   }
    .ath-ios8.ath-phone:after {
        bottom: auto;
        top: -0.9em;
        left: 68%;
        z-index: 2147483641;
        box-shadow: none;
   }
}
.ath-samsungAndroid {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}
.ath-stockAndroid {
    right: 1.5em;
    top: 1.8em;
}
.ath-samsungAndroid:after {
    content: '';
    background: #eee;
    background: -webkit-linear-gradient(135deg, rgba(238,238,238,0) 0%,rgba(238,238,238,0) 50%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 100%);
    position: absolute;
    width: 2em;
    height: 2em;
    bottom: -1.5em;
    left: 0;
}
.ath-stockAndroid:after {
    content: '';
    background: #eee;
    background: -webkit-linear-gradient(-45deg, rgba(238,238,238,0) 0%,rgba(238,238,238,0) 50%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 100%);
    position: absolute;
    width: 2em;
    height: 2em;
    top: -1.5em;
    right: 0;
}
.ath-container.ath-stockAndroid:before {
    float: left;
    margin: -0.7em 0.5em 0 -0.6em;
}
.ath-container.ath-stockAndroid.ath-icon:before {
    position: absolute;
    right: auto;
    left: 0;
    margin: 0;
    float: none;
}
/* * The following is not strictly needed and should be customized. If you want you can have an icon inside the message. * All you need to to is to add a special %icon tag in the message string (see below) */
.ath-stockAndroid .ath-action-icon, .ath-samsungAndroid .ath-action-icon {
    width: 1.2em;
    height: 1.2em;
   /* DO NOT include the code below, it's just for the sake of this demo and to demostrate how the %icon tag works */
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABlCAYAAABOQM1BAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAPYQAAD2EBqD+naQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAYFSURBVHic7Z1baB1FGMd/OUk0oWlT29hi09CkYjVEjdqKSqWKF/BBodoq1gdFUWoFkb6ICBXBC0Ut6ouCTyr0QYsXFG+oRNooWC+t2CZqvbWWQjWxjYnGqM368J2DyXFzzs7eZmfP94Ph0DI785/vnz1ndm4L6dIC3A30A78AA8DTQE/KOkxYA7wK/FRMLwOrrSpKkC7gO8DzSX8BN9mT5ksj8AL+ej1gK9BgTV0CNAF7mbnBHvA3cKEtgT5sobJeD9hsTV0C3E71BnvADlsCy+hA7u5qeieARZY0xs5bBDNpEmizpHEq6wmm1wNuSVpMIekKinQGzFcHLElQR1A6E8obirRMMvmBbUxMRXAypTctk5QIqEkOoCY5gJrkAGqSA6hJDqAmOYCa5ABqkgOoSQ6gJjmAmuQAapIDqEkOoCY5gJrkAGqSA6hJDqAmOYCa5ABqkgOoSQ6gJjmAmuQAaZk0mVDepMiU3rRM+tkg7+HEVATHRK9J3kyziWCL3wdtCSzjDIJvMOi2pDF22pC/uGqNvsGWQB9eobreF62pS4hVwBgzN3iLPWm+zAN2M7Pez4C51tQlyGnIFseSWceAncA6m6IqMBt4GNkrWzJnP/AAMMuirlSoB04Amm0LMaAVmGNbhKIoiqIoiqIoiqIoiqIoiqLki3qf/zsJOBVZ/zCWrpyapQ5oB5YV/z1j3K8AdvH/NQdrExZY66xF4jw17rsQP6axEVlUMdNU8YPp6K05HqLyIpeNpYwrgH8qZC5dcFl62muCy6l8Y3iIL8sBtlXJWEp9abagBugjWNy3QbClVh5yuq9fR0Mxp4FgpyV7FBeLBs3sAQvSa0euWUjwmE8UgFGDwnO5zswCJnEcLQAjBhe0GopR/DEx6aiaZAeTOBqblJsj/y2z2CDvSAH41eCCMw3FKP70GuQdLiBvYwnKWYZiFH9M4ringOwcCEovMhiohKcesztpN8BSgvfZPeCC+PTWJJdgFu+OAvADZp2Hq2MUXIusMcg7hGy7AYKPI3nA1zGJrUUKwEGCx/rNqRffaXChh46Ih2UdZnGe9gKtdqoPm09N7yfdmhxS6kkHHrNDNtpNY6dBAR7FeQ4lMFdiFt93/Qq5x7CQPrQ7HpRmYB9m8V3vV1A78KdhQTcn06bcsRmzuB5BNlX78oxhYUPoHFM1zkPeoWsS14prSrpCFPgRcHyszcoPS5HXh5vEcxQ5Q6IiWw0L9YDnY2tWfmih8mEdM6XHgxTeg9mUeindG0fLckIz8DbmMRxB+gaBuD9EBR7wSLS25YI5QD/h4nerSUVNwDchK3qU2j3scCHyGx0mbjsIEbfzkbN/wlS4ndqbxb2Y4MvjytMfwClhK34iZKUeMnq7KmzFDlEH3AaMEz5Wd0QRUADeiFC5h5wJNz+KiAyzAjlSLUp8noxDSBvwfUQh+5F5qLwMI81FFtubjtCUpw+I8QX3vchDVhRBHvA5sBp3zZqNHFV6hOix2IfcALGyEjgagzgP+ALpbrpy3l0X8ngxTDzt34Ns1kuE5ZgPc1RKw0iXvScpwRGYBVwDvEb4Xq5f+pQE7qByeoBDMYoupW+Bx5AeYWzf04Z0Inf460i3OO427iDFVcAdwCcJNKKUxpBJr03ARfjMUMbAccA5iCnPAT8m2B4PeKpYpzFRfsCbihWnNad0CJl+HkC+cg8XP4eQXtZ48bNEc1FjE/JgvQj5HViMnPvdTTp37DiwAflDsMYGondF85oGgbPDhzZe2oGXsB+UrKRR4C5kR1/muAo4gP0g2UzvIJN9mWYe0q3+HfsBSzMNAtfh2IP6fGQBRt7N+gq4FsfMKWcJMiUc19N6VtLHwI2E7FZnlSakUR9iP8Bh0zjwLHBuvKHJJt3AfcgYnu3AV0u/IS9BuR5L76rIwvfoMmQ7yKXIGrUWu3I4hqzy2Q68h6x7n7ApKAsmTaUB2aq4EtmsdjpiYlIjAx4yHLQX+BL5Ku7HbL9W4mTNJD8akfP3eoCTgRORUeQFyMKP0nLcVqYv5Jjkv2CPIPuCDhQ/DyILbQZw4Ey/fwFoT7VETiQgqgAAAABJRU5ErkJggg==);
    background-size: auto 100%;
}
/****** ADD TO HOME SCREEN CSS END ******/
#stmobile .MultiOrderTable {
    padding-top: 10px;
}
#stmobile .MultiOrderTable td {
    font-size: 12px !important;
}
#stmobile .GridProductTD {
    border-top: 1px solid #E5E5E5;
    background: #f2f2f2;
    padding: 4px;
}
#stmobile .GridProductTD2 {
    border-top: 1px solid #E5E5E5;
    background: #f2f2f2;
}
#stmobile .GridProductTD .FormElementInput, #stmobile .GridProductTD2 .FormElementInput {
    width: 50% !important;
    text-align:center !important;
}
#stmobile .GridProductTDN {
    border-top: 1px solid #E5E5E5;
    background: #f2f2f2;
    padding: 4px;
    width: 50%;
}
#stmobile .GridProductTDN2 {
    font-weight: bold;
}
#stmobile #ProductDiscount {
    margin-left: 0px;
    padding-top: 0;
    margin-bottom: -10px;
}
#stmobile .productpriceboxgrid {
    text-align: center;
    margin-top: 4px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}
#stmobile .MultiOrderTable .attributenametag {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
#stmobile .ProductModifiersQTY {
    margin-bottom: 10px;
}
#stmobile .inlinecartbody {
    overflow-y: auto;
    height: auto;
}
#stmobile .inlineitem {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    padding-top: 10px;
}
#stmobile .inlinecartitemqty {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 13px;
}
#stmobile .COMCartSaveCartDiv {
    margin-top: 35px;
    width: 100%;
    margin-bottom: -10px;
}
#stmobile #savecartshowMoreLink {
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px !important;
    text-decoration: underline !important;
    margin-top: 10px;
    display: block;
}
#stmobile .COMSaveCartRemove {
    background: url("../content/images/remove_savecart.png") no-repeat;
    background-position: right top;
    display: block;
    height: 19px;
    width: 14px;
    cursor: pointer;
    padding-left: 25px;
}
#stmobile .COMCartSavedCartRow {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px;
    margin-top: 5px;
}
#stmobile #COMMySavedCartSpan .FormButtons {
    width: 110px !important;
    background: none !important;
    border: 0px !important;
    text-decoration: underline;
    font-size: 13px !important;
    margin-left: 10px;
    color: #333 !important;
}
#stmobile .SaveCartNewNameCancel {
    color: #fff !important;
    background: none repeat scroll 0 0 #A4A4A4 !important;
    font-size: 12px !important;
    border: 1px #333 solid !important;
    padding: 5px !important;
    width: 35% !important;
    margin-top: 5px !important;
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}
#stmobile .CartNewNameSave {
    color: #fff !important;
    background: none repeat scroll 0 0 #A4A4A4 !important;
    font-size: 12px !important;
    border: 1px #333 solid !important;
    padding: 5px !important;
    width: 35% !important;
    margin-top: 5px !important;
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}
#stmobile .SaveCartRemoveInside {
    text-align: left;
    padding-right: 15px;
    height: 60px;
}
#stmobile .SaveCartUseCart {
    text-align: left;
    padding-right: 15px;
}
#stmobile .SaveCartUseCart .FormButtons {
    width: 45% !important;
    text-align: center !important;
}
#stmobile .RenameCartRow .FormElementInput {
    width: 70% !important;
    font-size: 12px;
}
#stmobile .SavedCartHeader {
    font-size: 20px !important;
    font-weight: lighter;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 5px;
    padding-top: 30px;
    padding-bottom: 15px;
}
#stmobile .COMCartSavedCartRow .FormButtons {
    font-size: 12px !important;
    margin-top: 15px !important;
    padding: 5px !important;
    width: 75% !important;
    background: none !important;
    border: 0px !important;
    color: #333 !important;
    text-transform: none !important;
    text-decoration: underline;
    margin-top: 10px !important;
    text-align: left !important;
}
#stmobile .gips-container .FormButtons {
    color: #fff !important;
    background: none repeat scroll 0 0 #A4A4A4 !important;
    font-size: 12px !important;
    border: 1px #333 solid !important;
    padding: 5px !important;
    width: 45% !important;
    margin-top: 10px !important;
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center !important;
}
#stmobile #mainCartTable #Loading {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 45px;
    line-height: 2;
    padding: 15px;
    width: 160px;
    font-weight: bold;
    box-shadow: 0px 0px 10px #333;
}
#stmobile .gips-container {
    height: 70px;
    width: 252px;
    position: absolute;
    line-height: 14px;
}
#stmobile .gips-body {
    color: White;
    font-weight: bold;
    font-size: 12px;
    width: 220px;
    height: auto;
    padding: 10px;
    padding-right: 20px;
    position: relative;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-behavior: url(PIE.htc);
    behavior: url(PIE.htc);
    margin-top: 10px;
}
#stmobile .gips-body.yellow {
    background-color: #620E0E;
}
#stmobile .gips-body.red {
    background-color: #CB2026;
    padding-right: 20px;
    width: 210px;
}
#stmobile .gips-body.green {
    background-color: #620E0E;
}
#stmobile .gips-close {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    background: url('../content/images/close_callout.png');
    width: 16px;
    height: 14px;
}
#stmobile .gips-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    position: absolute;
}
/*icon at the top*/
#stmobile .gips-icon-top {
    margin-left: 12px;
}
#stmobile .gips-icon-top.red {
    border-color: transparent transparent #CB2026 transparent;
}
#stmobile .gips-icon-top.green {
    border-color: transparent transparent #620E0E transparent;
}
/*icon at the left*/
#stmobile .gips-icon-left {
    margin-top: 12px;
   /* float: left;
   */
}
#stmobile .gips-icon-left.yellow {
    border-color: transparent #620E0E transparent transparent;
}
/***************FLEX SLIDER *******************/
/* Browser Resets *********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
   outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
   margin: 0;
    padding: 0;
    list-style: none;
}
/* FlexSlider Necessary Styles *********************************/
.flexslider {
   margin: 0;
    padding: 0;
}
.flexslider .slides > li {
   display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
   width: 100% !important;
    height: auto !important;
    display: block;
}
.flex-pauseplay span {
   text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
   content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
   display: block;
}
* html .slides {
   height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
   display: block;
}
/* FlexSlider Default Theme *********************************/
.flexslider {
    margin: 0 0 30px;
    background: #fff;
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
   *height: 0;
}
.flex-direction-nav a {
    text-decoration:none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter:alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
/* Control Nav */
.flex-control-nav {
   width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: left;
}
.flex-control-nav li {
   margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
   width: 9px;
    height: 9px;
    display: block;
    background: #fff;
    border: 2px solid #333;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333
}
.flex-control-paging li a.flex-active {
    background: #333;
    cursor: default;
}
.flex-control-thumbs {
   margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
   width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
   width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
   opacity: 1;
}
.flex-control-thumbs .flex-active {
   opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
   }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
   }
}
#stmobile #cartError {
    margin-bottom: 15px;
    color: #CB2026;
}
#stmobile .CartSingleError {
    margin-bottom: 4px;
}
#stmobile input[type="checkbox"], #stmobile input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
/* CSS for Content Pages*/
#stmobile form#catalogrequest td:last-child, #stmobile form#contactus td:last-child {
    color: #333;
}
/*CSS for Content Pages End*/
#body #stmobile .COMCatImg {
   display: inline-block;
   width: 20%;
   height: auto;
   vertical-align: middle;
   text-align: center;
}
#body #stmobile .COMCatImg a {
   width: 100%;
   height: auto;
   display: block;
}
#stmobile .COMCatHeader h1
{
   font-size: 2.3em;
   margin-bottom: 20px;
}
#stmobile .OrderHistoryHeader
{min-height: 64px;}
#stmobile .ohItemsDetail {
   width: calc(100% - 150px);
}
#stmobile .ohDetailsText {
   width: 100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
#stmobile .checkoutHeaderBtn {
   display: none !important;
}
#stmobile #checkoutContainer .CheckoutHeader
{
   padding-bottom: 17px;
}
#body .COMProdOrderingReqValue, #body .COMProdUPCValue, #body .COMProdCasePackValue, #body .COMProdStockValue, #body .COMProdDimensionsValue {
   width: calc(100% - 110px);
   display: inline-block;
   vertical-align: middle;
}
#stmobile span.sameasbilling {
   font-size: 14px;
   margin-left: 0;
   display: block;
   margin-top: 12px;
   margin-bottom: -4px;
}
#body .mc-banner {
   z-index: 9999999;
}
#body .mc-modal {
   z-index: 999999;
   visibility: hidden;
}
#stmobile .template-info-bubble.cc-info-box {
  margin-bottom: 0;
}
#stmobile .ProductTagCategory {
   top: -4px;
   left: -4px;
}
.home-content-mobile {
   padding: 10px 20px;
}
.home-content-mobile h1 {
   font-size: 23px;
   font-weight: 700;
}