@charset "utf-8";
/* Global Reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
}
/* REQUIRED BUTTON STYLES for reset: */
button.btn {
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-size: 0;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
    background: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-width: 1px;
}
button.btn:hover {
    text-decoration: none !important;
    border: solid 0px !important;
}
button.btn::-moz-focus-inner {
    border: none;  /* overrides extra padding in Firefox */
    padding: 0;
}

button.btn span {
    position: relative;
    display: block;
    white-space: nowrap;
}

button.btn img {
    vertical-align:middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button.btn span {
        margin-top: -1px;
}
}

/* General */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    line-height: 130%;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
input,
select,
textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}
textarea {
    height: 230px;
}
.Textbox, textarea, .field-xlarge {
    padding: 8px;
}
.Textbox, .field-xlarge {
    height: 16px;

}
select.field-xlarge {
    height: 36px;
    padding: 0;
}
input {
    padding: 2px;
}
input[type=submit], .btn,
input[type=reset],
input[type=button] {
    /* height: 36px; */
    line-height: 100% !important;
    padding: 5px 12px;
    text-transform: uppercase;
    font-weight: normal;
    min-width: 45px;
    overflow: visible; /* seems to keep IE (inc 7) in check without anything else */
    cursor: pointer;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    font-size: 16px !important;
    font-family:'Oswald',sans-serif;
}
a.btn {
    /* line-height: 34px !important;
    height: 34px !important; */
    padding: 6px 12px;
}


p {
    margin-top: 0;
    margin-bottom: 15px;
}
a {
    text-decoration: underline;
}

h1,
h2,
h3,
.TitleHeading {
    -webkit-font-smoothing: antialiased;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 36px;
    min-height: 1px;
    zoom: 1;
    line-height: 100%;
}
.TitleHeading {
    font-size:36px;
    margin: 0 0 50px 0;
    letter-spacing: 1px;
}
h1{
    font-size:30px;
    margin: 0 0 50px 0;
    padding-top: 0px;
    line-height: 110%;
}
h1.title, h1.PageHeader{
    float: left;
    width:100%;
    margin: 0;
    padding: 30px 0 50px 0;
    font-size: 36px;
    text-transform: uppercase;
    width: 575px;
    letter-spacing: 3px;
    line-height: 100% !important;
}
h1.PageHeader {
    margin: 0 40px;
    float: none;
    width: auto;
}
h1.PageHeader.M40 {
    margin: 0 40px !important;
}
h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    margin-bottom: 15px;
}
h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    margin-bottom: 15px;
    line-height: 130%;
}
img,
img a {
    border: 0;
}
ul,
ol {
    margin: 0 0 15px 30px;
}
ul {
    list-style-type: disc;
}
li {
    margin: 0;
    padding: 0;
}
blockquote {
    background: #e7e7e7;
    padding: 25px;
    margin-bottom: 25px 30px;
    border: 1px solid #e5e5e5;
    margin: 0 0 25px 0;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 15px 0;
    padding: 0;
    height: 0px;
    border:0;
    border-top: 1px dotted #bbb;
}

/* Helpers */
.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

/* Clearfix */
/*
.cf:before,
.cf:after,
.fastCartTop:before,
.fastCartTop:after,
.LoginForm:before,
.LoginForm:after,
#VideoList:before,
#VideoList:after,
.Content .ProductList .ProductDetails:before,
.Content .ProductList .ProductDetails:after,
.CartCode:before,
.CartCode:after,
#CartContent:before,
#CartContent:after,
.ProceedToCheckout:before,
.ProceedToCheckout:after,
.Message:before,
.Message:after,
#WishLists .header:before,
#WishLists .header:after,
#ChooseShippingAddress .header:before,
#ChooseShippingAddress .header:after
{
    content: " ";
    display: table;
}

.cf:after,
.fastCartTop:after,
.LoginForm:after,
#VideoList:after,
.Content .ProductList .ProductDetails:after,
.CartCode:after,
#CartContent:after,
.ProceedToCheckout:after,
.Message:after,
#WishLists .header:after,
#ChooseShippingAddress .header:after {
clear: both;
}
.cf,
.fastCartTop,
.LoginForm
#VideoList,
.Content .ProductList .ProductDetails,
.CartCode,
#CartContent,
.ProceedToCheckout,
.Message,
#WishLists .header,
#ChooseShippingAddress .header {
*zoom: 1;
}
*/

/* Forms */
.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 160px;
    float: left;
    clear: left;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
    line-height: 36px;
    min-height: 36px;
    white-space: nowrap;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-left: 180px;
    margin-bottom: 18px;
    line-height: 30px;
}
.NarrowFormContainer dt {
    width: 100px;
}
.NarrowFormContainer dd {
    margin-left: 110px;
}
.HorizontalFormContainer p.Submit {
    margin: 0 0 27px 180px;
    line-height: 28px;
}
.NarrowFormContainer p.Submit {
    margin-left: 110px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 15px;
    margin-left: 0;
}





/* Page Containers */

#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
#ContainerFooter {
    clear: both;
    float: left;
    width: 100%;
}


/* Top Navigational Menu */
#TopMenu {
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    position:relative;
    z-index: 2;
}
#TopMenu p {
    margin: 0;
}
#TopMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}
#TopMenu li {
    float: left;
    margin-right: 15px;
}
#TopMenu .accLink a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 0px;
}
#TopMenu .currency-converter,
#TopMenu .wishLink,
#TopMenu .CartLink,
#TopMenu .checkout{
    float: left;
}
#TopMenu .currency-converter {
    font-size: 11px;
    height: 35px;
    position: relative;
    padding: 0 18px;
}

#TopMenu .currency-converter #SideCurrencySelector {
    position: absolute;
    top: 30px;
    left: 45px;
    z-index: 1;
    width: 166px;
    padding: 13px;
    display: none;
    border:1px solid #ddd;
}
#TopMenu .currency-converter #SideCurrencySelector .CurrencyList {
    display: none;
}
#TopMenu .currency-converter #SideCurrencySelector:before {
    content:"";
    display: block;
    width: 17px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -8px;
    z-index: 1;
}
#TopMenu .currency-converter #SideCurrencySelector h2 {
    font-size: 12px;
    font-weight: 600;
    color:#FF5C46;
    margin-bottom:10px;
    text-transform: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}
#TopMenu .currency-converter #SideCurrencySelector .selected-currency {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 11px;
}
#TopMenu .currency-converter .Flag,
#TopMenu .currency-converter .Text {
    vertical-align: middle;
}
#TopMenu .currency-converter .Flag img {
    padding-right: 5px;
}
.wishLink {
    display: block;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 25px;
}
.CartLink {
    padding-left: 25px;
    text-transform: uppercase;
    padding-right: 20px;
    white-space: nowrap;
    width: auto;
}
.CartLink .total {
    padding-left: 10px;
}
#TopMenu  .checkout {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 0 13px;
}


/* Outer Content Wrapper (Surrounds header & content) */
#Outer, .Inner {
    clear: both;
    width: 1250px;
    margin: 0 auto;
    position: relative;
}
#Outer {
    z-index: 1;
}
#Wrapper {
    position: relative;
    z-index: 1;
    min-height: 1px;
}


/* Header */
#Header {
    position: relative;
    z-index: 2;
    min-height: 1px;
}
/* Logo */
#Logo {
    float: left;

    display: block;
    margin: 20px 0 30px 0;
}
#Logo {
    font-size: 36px;
    text-transform: none;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
}
#Logo #LogoImage {
}
#Logo h1 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ff5c46;
    font-family: 'Oswald',sans-serif;
    text-transform: none;
}

/* Top Search Form */
#SearchForm {
    float: right;
    width: 231px;
    margin: 35px 0 30px 0;
    position: relative;
    z-index: 4;
    overflow: hidden;
}
#SearchForm label {
    display: none;
}
#SearchForm #search_query {
    width: 180px;
    border: solid 0px;
}
#SearchForm button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#SearchForm button span {
    height: 36px;
    width: 36px;
    display: block;
    text-align:left;
    text-indent: -99999px;
    overflow: hidden;
}
#HeaderLower {
    position: relative;
    z-index: 3;
    padding: 0;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    min-height: 1px;
}
#HeaderLower .sf-sub-indicator {
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/subDrop2.png) 0 0 no-repeat !important;
    width: 4px !important;
    height: 7px !important;
    top: 50% !important;
    margin-top: -4px !important;
    right: 5px !important;
    opacity: 1 !important;
    filter: alpha(opacity = 1) !important;
    display: none;
}
#HeaderLower .PageMenu, #HeaderLower .CategoryList {
    float: left;
}
#HeaderLower #Menu .First  {
    display: none;
}

#HeaderLower h2 {
    display: none;
}
/* Horizontal Category List (Default & Flyout) */
#SideCategoryList {
    padding: 0;
    margin: 0;
}
#HeaderLower ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
}
#HeaderLower li  {
    float: left;
    padding: 0px 0;
    line-height: 21px;
    height: 41px;
    position: relative;
    letter-spacing: 2px;
    width: auto;
}
#HeaderLower li:first-child a {
    border-left: solid  0px;
}
#HeaderLower li a {
    display: block;
    padding: 10px 20px;
}


#HeaderLower li ul {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    margin-left: 0px;
    z-index: 1;
    width: 220px;
    padding: 0px 0;
}
#HeaderLower li ul ul:before {
    display: none;
}
#HeaderLower li ul li {
    float: none;
    height: auto;
    padding: 0 20px;
    text-transform: capitalize;
    position: static;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    letter-spacing: 0;
}
#HeaderLower li ul li a {
    border: solid 0px;
    display: block;
    padding: 8px 5px;
}
#HeaderLower li ul li a.hasSub {
    padding-right:     10px;
}
#HeaderLower li ul li a:hover {

}
#HeaderLower li ul li ul {
    top: 0;
    left: 220px;
    margin: 0;
}
/* lvl 2 */
#HeaderLower li.over ul {
    display: block
}
#HeaderLower li li.over > a {
    color: #166fb0 ;
}
#HeaderLower li.over ul ul {
    display: none;
}

/* lvl 3 */
#HeaderLower li li.over ul {
    display: block
}
#HeaderLower li li li.over > a {
    color: #166fb0 ;
}
#HeaderLower li li.over ul ul {
    display: none;
}
/* lvl 4 */

#HeaderLower li li li.over ul {
    display: block
}
#HeaderLower li li li li.over > a {
    color: #166fb0 ;
}
#HeaderLower li li li.over ul ul {
    display: none;
}
/* lvl 5 */

#HeaderLower li li li li.over ul {
    display: block
}
#HeaderLower li li li li li.over > a {
    color: #166fb0 ;
}
#HeaderLower li li li li.over ul ul {
    display: none;
}





.Content .Block h2 {
    line-height: 37px;
    font-size: 18px;
    padding: 0 24px;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    position: relative;
    color: #54b016;
}
.ProductList {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}
#fastCartContainer .ProductList {
    width: 800px;
}
.customfastCart .ModalTitle {
    display: none;
}
#fastCartContainer .ProductList li,
.ProductList li {
    float: left;
    margin: 0 10px 20px 0 !important;
    width: 250px !important;
    padding: 0 !important;
    position: relative;
}
.ProductList li .ProductImage  {
    min-width: 248px !important;

    max-width: 248px !important;

    line-height: 248px !important;
    width: 248px !important;

    position: relative;

    display:table-cell;
    vertical-align: middle;
    text-align: center;
}
.ProductList li .ProductImage img {
    max-width: 248px !important;
    max-height: 248px !important;
}
.ProductList li .ProductDetails {
    font-size: 13px;
    padding-bottom: 10px;
    margin-top: 15px;

}
.ProductList.List li .ProductDetails {
    margin-top: 0;
}
.ProductList li .ProductDetails a {
    line-height: 130%;
}
.ProductList li .ProductDetails strong {
    display: block;
    font-weight: bold;
    line-height: 130%;
    padding: 0px 0 5px;
}
.ProductList li .ProductDetails em {
    font-weight: normal;
    font-style: normal;
}
.ProductList li .ProductCompareButton {
    float: left;
    line-height: 17px;
    min-height: 17px;
    padding-right: 8px;
}
.ProductList li .ProductPriceRating {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.ProductList li .ProductPriceRating .Rating {
    display: block;
}

.ProductList li .ProductPriceRating img {
    padding-top: 2px;
}
.ProductList li .ProductActionAdd {
    clear: both;
    padding-top: 10px;
}
.ProductList li .ProductActionAdd a {
    line-height: 26px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px 0 30px;

}

/* footer */
#Footer {
    clear: both;
    font-size: 0.85em;
    padding: 15px 0;
    margin: 0;
}
#FooterUpper {
    clear: both;
    padding: 40px 0;
}
#FooterUpper .Column {
    float: left;
    width: 180px;
    margin: 0 0 0 20px;
}
#FooterUpper .Column h2 {
    font-size: 14px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
#FooterUpper .Column ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
}
#FooterUpper .Column li {
    font-size: 12px;
    margin: 0 0 10px 0;
    width: auto;
    float: none;
}
#FooterUpper .Column li .sf-sub-indicator {
    display: none !important;
}
#FooterUpper .Column li ul {
    display: none !important;
}
#FooterUpper .Column li a {
    display: block;
}
#FooterUpper .Column li a:hover {

}
#FooterUpper .Column #socnet li {
    margin: 0 0;

    display: inline-block;
    *display: inline;
    zoom: 1;
}
#FooterUpper .Column label {
    width: 55px;
    line-height: 23px;
    margin-bottom: 10px;
    float: left;
    display: block;
}
#FooterUpper .Column input {
    height: 16px;
    margin-bottom: 10px;
    padding: 4px 5px 3px 5px;
    width: 110px;
    border: solid 0px;
}
#FooterUpper .Column input.Button {
    margin-left: 55px;
    height: 25px;
    font-size: 12px;
    min-width: 60px;
    width: auto;
    cursor: pointer;
    font-weight: 300;
    text-transform: capitalize;
}
.SortBox select {
    width: 180px;
    height: 22px !important;
}

/* Quick Search */

.QuickSearch {
    margin: 5px 0 0 -15px;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 9999;
}
.QuickSearch td {
    padding: 5px 15px 5px 10px;
    vertical-align: top;
}
.QuickSearchResultImage {
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 5px 15px !important;
}
.QuickSearchResultImage  img {
    height: auto;
    max-height: 50px;
    max-width: 50px;
    width: auto;
}
.QuickSearchResultMeta {
    font-size: 12px;
}
.QuickSearchResultMeta .RatingIMG {
    display: block;
}
.QuickSearchResultMeta p {
    font-size: 11px;
    margin: 0;
}
.QuickSearchResultMeta em {
    font-style: normal;
}
.QuickSearchAllResults td {
    text-align: center;
    padding: 10px;
}
.QuickSearchAllResults a {
    line-height: 28px;
    height: 28px;
    padding: 0 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/* Breadcrumb */
.Breadcrumb {
    line-height: 38px;
    min-height: 38px;
    padding: 0 20px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 !important;
}

.Breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb li {
    margin-right: 5px;
    display: inline-block;
    *display: inline;
    *float:left;
    zoom: 1;
}
.Breadcrumb li a {
    display: block;
    padding-right: 10px;
}
.Breadcrumb li a:hover {
    color: #166fb0;
}
#CategoryHeading {
    position: relative;
    z-index: 2;
    padding: 0 40px;
    margin: 0 !important;
}
#CategoryHeading .BlockContent {
    float: right;
    white-space: nowrap;
    margin-top: 35px;
}
#CategoryPagingTop, .SortBox {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.CategoryPagination {
    margin-right: 30px;
}
.CategoryPagination {
    float: left;
}
.PagingList {
    list-style-type: none;
    margin: 0 5px;
    padding: 0;
    float: left;
}
.PagingList li {
    float: left;
    line-height: 24px;
}
.PagingList li.ActivePage {
    padding: 0 5px;
}
.PagingList li:first-child {
    border-left: solid 0px;
}
.PagingList li a {
    display: block;
    padding: 0 5px;
}

.CategoryPagination .Prev {
    float: left;
}
.CategoryPagination .Prev a {
    display: block;
    height: 24px;
    width: 15px;
    text-align:left;
    text-indent: -99999px;
    overflow: hidden;
}
.CategoryPagination .Next {
    float: left;
}
.CategoryPagination .Next a {
    display: block;
    height: 24px;
    width: 15px;
    text-align:left;
    text-indent: -99999px;
    overflow: hidden;
}
.SortBox {
    font-weight: 600;
    line-height: 24px;
}
.SortBox .selector {
    margin-left: 10px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
}
.SortBox .selector span {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 22px;
    text-align: left !important;
    display: block;
}
.SortBox div.selector select {
    top: 0 !important;
}
/* Left Content Area */
.Left {
    float: left;
    width: 220px;
}
.Left .Block {
    padding: 0 0 10px 0;
}
.Left h2 {
    font-size: 18px;
    line-height: 100%;
    padding: 0 10px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    color: #54b016;
}
.Left .CategoryList h2,
.Left #SideNewProducts h2 {
    line-height: 36px;
}

.Left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Left li {
    margin: 0 0 10px 0;
    font-weight: 600;
}
.Left li.ActivePage a,
.Left li a:hover {
    text-decoration: underline;
}
.Left .CategoryList ul {
    width: auto;
}
.Left .CategoryList  li {
    font-weight: 300;
    width: auto;
    float: none;
    margin: 0 0 0px 0 !important;
    padding-right: 0px;
}


.Left .CategoryList  .sf-sub-indicator {
    display: none;
}
.Left .CategoryList .SideCategoryListFlyout li a.sf-with-ul {
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/subDrop.png) 95% 50% no-repeat;
}


.Left .CategoryList .SideCategoryListFlyout li ul {
    position: absolute;
    top: -15px !important;
    left: 180px !important;
    background: #fff !important;
    border: solid #DBDAD9 1px !important;
    padding: 5px 0 10px 0 !important;
}
.Left .CategoryList .SideCategoryListFlyout li ul ul {
    top: -6px !important;
    left: 220px !important;
}

.Left .CategoryList .SideCategoryListFlyout li ul li {
    padding: 0 20px !important;
    height: auto;
    margin: 0 !important;
}
.Left .CategoryList .SideCategoryListFlyout li ul li a {
    display: block;
    border-bottom: 1px dotted #DBDAD9;
    line-height: 20px;
    height: auto;
    padding: 8px 5px !important;
    width: 170px;
    text-decoration: none;
}



.CompareButton {
    padding: 20px 0;
    margin: 0 20px 0 0;
    text-align: center;
}



/* Primary Content Area */
.Content {
    float: left;
    width: 800px;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 800px;
    padding: 0;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: auto;
    float: none;
    padding-right: 0px;
    padding-left: 0px;
}


.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
}
.Content .BlockContent {
    margin-right: 55px;
}
.Content.Wide .BlockContent,
.Content.Widest .BlockContent {
    margin-right: 0;
}
.Content.Wide .ProductList {
    margin-left: 0;
}



.Content .ProductList.List li {
    width: auto !important;
    display: block;
    float: none;
    clear: both;
    min-height: 0;
    background-image: none;
    position: relative;
    height: 180px !important;
}
.Content .ProductList.List li .ProductImage {
    top: 0;
    left: 0;
    float: left;
}
.Content .ProductList.List li .ProductDetails {
    padding: 0 0 0 20px !important;
    min-height: 1px;
}
.Content .ProductList.List li .Rating  {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
}
.Content .ProductList.List li .ProductDetails strong {
    display: block;
    padding-right: 100px;
}
.Content .ProductList.List li .ProductDescription {
    margin: 15px 0;
}
.Content .ProductList.List li .ProductActionAdd {
    vertical-align: middle;
    padding-top: 0;
    padding-right: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.ProductList li .ProductCompareButton {
    padding-top: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    vertical-align: middle;
}

.Left #SideNewProducts .BlockContent {
    margin: 0 0 0 40px;
}
.Left .ProductList li {
    height: auto !important;
    float: none;
    margin-bottom: 25px;
}
.Left .ProductList li a:hover {
    text-decoration: none;
}
.Left .ProductList li .ProductDetails {
    height: auto !important;
    padding: 0 !important;
}


.RecentNews ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.RecentNews li h5 {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin: 0 0 5px 0;
}
.NewsDate {
    font-size: 11px;
}
#CartHeader {
    height: 118px;

    margin: 0;
}
#CartHeader .btn {
    float: right;
    margin-top: 30px;
}

/* General Tables & Carts Table commong styling */
.CartItemQuantity select {
    width: 75px;
    height: 32px;
}
.CartItemQuantity div.selector {
    line-height: 32px;
    height: 32px;
}
.CartItemQuantity div.selector span {
    padding-right: 0;
    margin-right: 30px;
    background: none;
    line-height: 18px;
    height: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-right: solid 0px !important;
}
table.Stylize  {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.productAttributes {
    border-collapse: collapse;
}

.CartContents .productAttributes td {
    padding: 0;
    border: solid 0px !important;
    vertical-align: top;
}
.CartContents .productAttributes td label,
.CartContents .productAttributes td span {
    display: block;
    line-height: 150%;
}
table.Stylize th {
    padding: 22px 10px;
}

table.Stylize th {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
}
table.Stylize td {
    padding: 22px 10px;
}
table.CartContents .CartThumb img {
    max-height: 110px;
    max-width: 110px;
}
table.CartContents .ProductName h5 {
    font-size: 14px;
    margin-bottom: 5px;
}
table.CartContents .ProductName h5 a {
    color: #166fb0;
}
table.CartContents .ProductPrice {
    font-style: normal;
}
.CartRemoveLink {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 17px;
    width: 17px;
    text-align:left;
    text-indent: -99999px;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
}
.CartContents tfoot .SubTotal td {
    font-weight: 300;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: solid 0px;
}
.CartContents tfoot .SubTotal td.Label {
    font-weight: 600;
    font-size: 14px;
}
.EstimateShippingLink em,
.EstimateShippingLink {
    font-weight: 600;
    font-style: normal
}
.EstimateShipping {
    /* width: 100%; */
    float: right;
}
.EstimateShipping dl {
    padding: 25px 15px 10px 15px;
}
.EstimateShipping dt {
    clear: left;
    float: left;
    margin-bottom: 15px;
    width: 175px;
    line-height: 32px;
}
.EstimateShipping dd {
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 200px;
    text-align: left;
}

.ShippingMethodList table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ShippingMethodList table td {
    text-align: left !important;
}
.ShippingMethodList table .Price {
    text-align: right !important;
}
.CartContents tfoot .GrandTotal  td {
    font-weight: 300;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.CartContents tfoot .GrandTotal td  {
    font-weight: 300 !important;
    font-size: 24px !important;
    color: #5f6874;
}
.CartItemTotalPrice {
    width: 85px;
}

.ProceedToCheckout {
    float: right;
    text-align: right;
}
.ProceedToCheckout .CheckoutButton {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.KeepShopping {
    float: left;
    padding: 5px 15px 0 0;
}
/*-------------------------------------------------- */
/* Product Page   */
.ProductAside {
    float: left;
    width: 505px;
    margin: 25px 0 25px 0;
}
.ProductThumbImage {
    /*
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    */
}

.ProductThumb {
    text-align: center;
    display: table-cell;
    vertical-align: middle;

}

.ProductThumbWrap, .ImageCarouselBox {
    margin-left: 0px !important;
}
.ProductThumbImage, .ProductThumb {
    width: 482px !important;
}

.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
}
.ProductThumbWrap {
    position: relative;
}
.ProductThumbWrap p {
    margin: 0 0 0 0;
    z-index: 50;
    width: 100%;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #166fb0;
    position: relative;
    display: none;
}
.ProductThumbWrap span {
    padding-left: 20px;
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/zoom.png) 0 50% no-repeat;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
/* .ProductThumbImage a, */
.zoomWrapper {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: solid #d4d4d4 1px !important;
}
.zoomWrapper {
    margin: -1px 0 0 -1px !important;
}
.ProductThumbWrap {
    background:  #FFFFFF;
    border: 1px solid #ddd;
    margin-bottom: 7px;
    margin-left: 0px !important;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    overflow:hidden;
}
.ImageCarouselBox {
    position: relative;
    padding: 0 !important;
    margin-bottom: 15px !important;
}
.ProductTinyImageList {
    left: auto;
    margin: 0;
}
.ProductTinyImageList li {
    border: solid #ddd 1px !important;
    background: #fff;
    height: auto !important;
    width: auto !important;
    margin: 0 3px;
    float: left;
}
.ProductTinyImageList li.selected {
    border: solid #54b016 1px !important;
}
.ProductTinyImageList li div {
    border: solid #ddd 0px !important;
}
.ProductTinyImageList li div div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ProductTinyImageList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ProductTinyImageList li img {
    height: auto;
    max-height: 60px;
    max-width: 60px;
    padding: 0 !important;
    vertical-align: middle;
    width: auto;
}
.ImageCarouselBox br {
    display: none;
}
#ImageScrollPrev, #ImageScrollNext {
    position: absolute;
    top: 50%;
    margin: -10px 0 0 0;
    display: none;
}
#ImageScrollPrev {
    left: 0;
}
#ImageScrollNext {
    right: 0;
}

.ProductMain {
    float: right;
    margin: 25px 0;
    width: 440px;
    line-height: 140%;
}
.ProductMain h5.brandName, #QuickViewProductDetails h5.brandName {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 10px 0;
    line-height: 110%;
    font-size: 16px;
    text-transform: uppercase;
    color: #166fb0;
}
.ProductMain h5.brandName  a {
    color: #166fb0;
}
.ProductMain  h1, #QuickViewProductDetails h1 {
    font-size: 36px;
    margin: 0 0 15px 0;
    padding-right: 15px;
}
.DetailRow.Rating {
    margin: 0 0 25px 0;
    padding: 0;
    border: solid 0px;
}
.DetailRow.Rating .ReviewListLink {
    color: #166fb0;
    font-size: 12px;
    padding-left: 0.5em;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-bottom: dotted 1px;
}

#ProductReviews a.button {
    background: #5F6874;
    margin-left: 55px;
    font-size: 14px;
    width: auto;
    cursor: pointer;
    font-weight: normal;
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 6px 10px 4px;
    font-family: 'Oswald', sans-serif;
}

.ProductPriceWrap {
    margin: 0 0 25px 0;
}
.ProductPriceWrap .RetailPrice {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 110%;
    font-size: 14px;
    text-transform: uppercase;
    color: #166fb0;
    border: solid 0px;
}
.ProductPriceWrap .PriceRow {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 110%;
    font-size: 32px;
    border: solid 0px;
}
.ProductPriceWrap .PriceRow em {
    font-weight: normal;
    font-style: normal;
}
.ProductPriceWrap .PriceRow .YouSave {

    font-size: 14px;
    padding-right: 40px;
    padding-top: 4px;
    font-weight:normal;
    line-height: 14px;
    display: block;
    text-transform: uppercase;
}
/* accordion */
#prodAccordion .Block {
    margin: 0 0 7px 0;
}
#prodAccordion .Block > h2 {
    margin: 0;
    font-size: 14px;
    line-height: 37px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 5px 0 40px;
    position: relative;
    cursor: pointer;
    background:#EAECEE;
    color:#444;
}
#prodAccordion .Block > h2 span {
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/accColExp.png) 0 -5px no-repeat;
    display: block;
    height: 27px;
    width: 22px;
    position: absolute;
    top: 5px;
    left: 9px;
    z-index: 1;
}
#prodAccordion .Block.current > h2 span {
    background-position: 0 -51px;
}

#prodAccordion .Block > h2 .LNGString {
    background: none repeat scroll 0 0 transparent;
    display: block;
    height: auto;
    position: static;
    width: auto;
}

.prodAccordionContent {
    padding: 15px 10px;
    display: none;
}
#prodAccordion .Block.current .prodAccordionContent {
    display: block;
    color:#444;
}
.ProductDetailsGrid {
    margin-right: 20px;
}
.DetailRow {
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-bottom: dotted #c8c8c8 1px;
}
.DetailRow .Label {
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 5px 0;
}
.DetailRow .Value .Textbox  {
    width: 400px;
}
.productAttributeList .productAttributeRow {
    border-bottom: 1px dotted #C8C8C8;
    margin: 0 0 10px 0 !important;
    padding: 10px 0 15px 0 !important;
}
.fileLimitations {
    padding-top: 10px;
}
.ProductAddToCart .productAttributeLabel {
    display: block !important;
    font-size: 13px;
    font-weight: normal;
    margin: 0 !important;
    padding: 0 0 5px 0 !important;
    width: auto !important;
    *width: 100% !important;
    float: none !important;
}
.ProductAddToCart  .productAttributeRow.addToCart .productAttributeLabel,
#QuickViewProductDetails .productAttributeRow.addToCart .productAttributeLabel {
    display: none !important;
}
.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label  {
    padding-left: 0 !important;
    margin-bottom: 5px;
}
.productAttributeList .productAttributeValue {
    display: block;
}
.productAttributeList .productAttributeValue select {
    width: 420px;
}
.productAttributeList .productAttributeValue .dateselector select,
#EventDateMonth, #EventDateDay, #EventDateYear   {
    width: 100px;
}


html.javascript .productOptionViewRectangle ul {
    margin: 0;
}
html.javascript .productOptionViewRectangle li {
    padding: 3px;
    display: inline-block !important;
    *display: inline !important;
    zoom: 1;
}
html.javascript .productOptionViewRectangle li.selectedValue {
    background: #5F6874 !important;
}
html.javascript .productOptionViewRectangle .option label {
    border: solid #ccc 1px !important;
    padding: 0 4px !important;
    margin: 0 !important;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    color:#5F6874 !important;
    min-width: 30px;
    text-align: center;
}

.productAttributeValue .Field[type=text] {
    width: 400px !important;
    height: 16px !important;
    border: 1px solid #CCCBCA;
    padding: 9px !important;
}
.productAttributeValue textarea.Field {
    width: 420px !important;
    height: 75px !important;
    border: 1px solid #CCCBCA;
    padding: 9px;
}
.productAttributeValue .productAttributeFluidWidth {
    width: 420px !important;
}
.productAttributeValue .Field.productAttributeFluidWidth[type=text] {
    height: 36px !important;
}
.productAttributeValue .ui-datepicker-trigger {
    display: none;
}


html.javascript .productOptionPickListSwatch ul {
    margin: 0;
}
html.javascript .productOptionPickListSwatch li {
    padding: 3px;
    display: inline-block !important;
    *display: inline !important;
    zoom: 1;
}
html.javascript .productOptionPickListSwatch li.selectedValue {
    background: #5f6874 !important;
}

html.javascript .productOptionPickListSwatch label .name {
    display: none !important;
}
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    border: solid 0px !important;
    margin: 0 !important
}
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour  {
    display: inline-block !important;
    height: 24px !important;
    width: 24px !important;
    padding: 0 !important;
    border: solid #cccbca 1px !important;
}


/* uploader */
div.uploader {
    background: none;
    border: 0px solid #CCCBCA;
    height: 36px;
    width: auto;
}
div.uploader span.filename {
    border: 1px solid #CCCBCA;
    padding: 9px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    background: #fff;
    margin: 0;
    width: 210px;
    float: right;
}
div.uploader span.action {
    float: left;
    display: block;
    background: #166fb0;
    color: #fff;
    text-shadow: none;
    line-height: 34px;
    height: 34px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #26231E;
    width: 78px;
}
.productAttributeList .productAttributeLabel {

}
.productAttributeList .productAttributeLabel .name {

}
.productAttributeList .productAttributeLabel .required  {
    margin-left: 8px;
    font-size: 12px;
    color: #af0d0d !important;
}
input.AddCartButton {
    margin-right: 5px;
    background-image: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/cart.png) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 50% !important;
    padding-left: 30px !important;
    font-size: 16px;
}
input.WishListButton, #SideProductAddToWishList .btn {
    margin-right: 5px;
    background-color: #5F6874;
    background-image: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/wishlist2.png) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 50% !important;
    padding-left: 30px !important;
    border: 0 !important;
    font-size: 14px;
    text-transform: uppercase !important;
    color: #fff !important;
}
#SideProductAddToWishList {
    margin-top: 36px;
}
#SideProductAddToWishList .BlockContent:before {
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/drop.png) 0 0 no-repeat;
    content:"";
    display: block;
    width: 17px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 10px;
    margin-left: 0;
    z-index: 1;
}
#SideProductAddToWishList .BlockContent {
    padding: 15px;
    background: #fff;
    width: 250px;
    margin-left: 0px;
    -webkit-box-shadow: #999 0px 0px 2px;
    -moz-box-shadow: #999 0px 0px 2px;
    box-shadow: #999 0px 0px 2px;
}
.Submit {
    margin: 15px 0;
}

/* Modal*/
#ModalContainer, #fancy_inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid #166fb0 0px;
}

#ModalContentContainer,
#ModalTitle,
.ModalTitle,
.ModalButtonRow {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: solid 0px !important;
}
body.quickView .ModalTitle {
    display: none !important;
}
#ModalContentContainer {
    border: solid #545c66 2px !important;
    background: #FFF !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.ModalTitle {
    background: #fff !important;
    border: solid 0px !important;
    font-family: 'Questrial',sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 20px 0 20px !important;
}
.ModalContent {
    border: solid 0px !important;
    padding: 0 20px 20px !important;
}
.modalContainer {

}
.ModalButtonRow  {
    height: auto !important;
    background: #fff !important;
    padding: 0 15px 15px 15px !important;
}
.ModalButtonRow .Submit {
    margin: 0;
}
.modalClose, div#fancy_close  {
    top: -15px !important;
    right: -15px !important;
    width: 29px  !important;
    height: 29px  !important;
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/close.png) !important;
    padding: 0 !important;
    display: block !important;
    text-align:left !important;
    text-indent: -99999px !important;
    overflow: hidden !important;
}
.ProductAside .Block {
    position: relative;
    margin-left: 0px;
}
.ProductAside .ProductList {
    width: 522px;
}
.ProductAside .ProductList li {
    margin: 0 15px 15px 0;
    width: 84px !important;
    height: 200px !important;
    overflow: hidden;
}
.ProductAside .ProductList li .ProductDetails {
    font-size: 11px !important;
    height: auto !important;
}
.ProductAside .ProductList li .ProductDetails strong {
    font-weight: 300;
}
.ProductAside .ProductList li div.ProductImage  {
    display: table-cell;
    height: 82px !important;
    line-height: 82px !important;
    margin: 0 0 15px !important;
    min-height: 82px !important;
    min-width: 82px !important;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 82px !important;
}
.ProductAside .ProductList li .ProductImage img {
    line-height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    text-align: center;
}
.ProductAside .ProductList li .ProductDetails em {
    font-weight: normal;
}
.ProductAside .ProductList li .ProductDetails em strike {
    color: #54b016;
}


#ModalOverlay {
    opacity: 0.4 !important;
    filter: alpha(opacity = 40) !important;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 37px !important;
    height: 37px !important;
    padding: 0 10px !important;
    letter-spacing: 0px !important;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle abbr {
    width: 22px;
    height: 37px;
    margin-right: 12px;
    vertical-align: middle;
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/accColExp.png) 0 -47px no-repeat;
    display: inline-block;
    *display: inline;
    zoom: 1;
}


.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock .ExpressCheckoutContent {
    padding: 25px 0 50px 0;
    margin: 0px auto;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: block;
    color:#010101;
    font-family:'Open Sans', sans-sarif;
    font-size:12px;
    text-transform:none;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 1;
    white-space: nowrap;
    width:auto;
    left: auto;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/square.png) !important;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle abbr {
    background-position: 0 0;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-weight: 600;
    color: #fff;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    padding: 0 10px;
    background: #54b016;
}
.ExpressCheckoutBlockCompleted a.ChangeLink:hover {
    background: #166fb0;
}


.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

.CreateAccount {
    float: left;
    width: 370px;
}
.AccountLogin {
    float: right;
    width: 370px;
    padding-left: 50px;

}
.ExpressCheckoutContent h4, .CreateAccount h4, .AccountLogin h4  {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: solid #ddd 1px;
    color:#5F6874;
}
.HorizontalFormContainer.DynamicWidth {
    width: 840px;
}
.HorizontalFormContainer.DynamicWidth dt {
    width: 160px;
    float: left;
    margin-right: 20px;
    min-height: 38px;
    clear: both;
}
.HorizontalFormContainer.DynamicWidth dd {
    min-width: 240px;
    width: auto;
    float: left;
    margin: 0 0 18px 0;
    min-height: 38px;

}

.HorizontalFormContainer.DynamicWidth .WideField {
    width: 620px;
}

.HorizontalFormContainer.DynamicWidth .Submit {
    clear: both;
}
.ShippingProviderList {
    line-height: 200%;
    margin: 0 0 20px 20px;
}

.ExpressCheckoutContent h5, #ConfirmOrder h5 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 125%;
    margin: 0 0 10px 0;
}
#payment_options, #provider_list {
    line-height: 200%;
}
.CheckoutRedeemCoupon {
    width: 330px;
    background: #EAECEE;
    padding: 15px;
}
.CheckoutRedeemCoupon h5 {
    text-transform: none;
    font-size: 14px;
}
.CheckoutRedeemCoupon p {
    margin: 0 0 15px 0;
}
#couponcode {
    margin-right: 10px;
    width:auto !important;
}
.FieldFull {
    width: 98%;
    height: 125px;
}

#giftcertificatecode { margin-right: 10px; }

#CheckoutStepPaymentDetails .ProductPrice {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}
#LoginForm {
    margin: 0 50px;
}


.HorizontalFormContainer h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    line-height: 42px;
    background: #EAECEE;
    color:#5F6874;
    padding:0 0 0 12px;
}
.HorizontalFormContainer h3 span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 15px;
}
.CreateAccountIntro {
    font-size: 18px;
    margin: 0 0 30px 0;
}

.CreateAccountIntro em {
    font-style: normal;
}
#CreateAccountForm .HorizontalFormContainer  p {
    font-size: 14px;
}
/* Tabbed Navigation */
.TabNav,
.TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TabNav {
    height: 36px;
    padding: 0 20px;
    border-bottom: solid #e2e2e2 0px;
}

.TabNav li {
    margin-right: 2px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.TabNav li a {
    display: block;
    background: #EAECEE;
    border: solid #ddd 1px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    color: #5F6874;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    border-radius: 0;
}
.TabNav li a:hover {
    text-decoration: none;
    background: #fff;
    color: #ff5c46;
}
.TabNav li.Active a {
    background: #fff;
    border-bottom: solid #fff 1px;
}
#SearchPage .Block, .TabContent {
    padding: 30px 20px;
    background: none;
    border: 1px solid #E2E2E2;
    border-left: solid 0px;
    border-right: solid 0px;
}
#SearchResultsCategoryAndBrand {
    border-bottom: solid #e2e2e2 1px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.ContentList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ContentList li {
    border-bottom: solid #e2e2e2 1px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.ContentList li p {
    margin: 0 0 0 0;
}
.Content .Intro {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 36px;
}
.FeedContent, .SitemapContent  {
    margin: 0 0 50px 20px;
}
.Left .Intro {
    font-size: 18px;
    line-height: 125%;
}
.YourAccount p strong {
    font-weight: 600;
    text-transform: uppercase;
}
h2 .actions {
    display: block;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.actions a {
    background: url("//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/accColExp.png") no-repeat  100% -1px;
    display: block;
    font-family: 'Helvetica Neue',Helvetica,Arial,Sans-Serif;
    font-size: 13px;
    font-weight: 600;
    height: 37px;
    margin-right: 12px;
    overflow: hidden;
    padding-right: 30px;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    letter-spacing: normal;
}
.ShippingAddressList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ShippingAddressList li  .UtilityLinks {
    padding: 0 0 5px 0;
}
.ShippingAddressList li {
    vertical-align: top;
    width: 175px;
    margin: 0 22px 25px 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.ShippingAddressList li h4 {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-weight: 600;
}
.Inline {
    display: inline;
}
.AccountOrderStatusList, .AccountMessageList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.AccountOrderStatusList li {
    position: relative;
    margin: 0 0 50px 0;
}
.AccountOrderStatusList li h3 {
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-weight: 600;
    text-transform: none;
    margin-bottom:5px;
}
.OrderItemList li {
    margin: 0 0 10px 0;
    padding: 0;
}
.OrderAction {
    float: right;
    font-weight: 600;
    color: #848484;
}
.AccountOrderStatusList li  .Meta,
.AccountOrdersList li .Meta {
    font-size: 11px;
    border-bottom: solid #dedede 1px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.iconBtn, .share a  {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.iconBtn span {
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    text-align:left;
    text-indent: -99999px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.share a {
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    text-align:left;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.iconBtn:hover span,  .share a {
    background-position: 0 -30px;
}
.iconBtn.edit span, .share a {
    background-image: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/btnEdit.png);
}
.iconBtn.delete span {
    background-image: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/btnDelete.png);
}
.iconBtn.share span {
    background-image: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/btnShare.png);
}
.AccountMessageList h3 {
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 5px 0;
}
.AccountMessageList h5 {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 5px 0;
}
.AccountMessageList h5 span {
    text-transform: uppercase;
}
.AccountMessageList h5 img {
    vertical-align: middle;
}



/********************************************************************************************************************************************************/

/* Right Content Area */
.Right {
    float: left;
    width: 230px;
    margin: 0 0 0 0px;
}
.Right .Block {
    padding: 0 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 1.4em;
}
.Right ul {
    margin: 0;
    padding: 0;
    border:1px solid #ddd;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 7px 8px;
}
.Right li a {
    text-decoration: none;
    font-weight: bold;
}
.Right li a:hover {
    text-decoration: underline;
}


/* Hero slider */
.hero {
    width: 980px;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    left: -10px;
    overflow: hidden;
}
.hero_slider div { /* Items to be rotated through */
    position: relative;
    width: 980px;
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}
.hero_slider div .text { /* Text container for each item */
    position: absolute;
    top: 60px;

    left: 70px;
    width: 350px;
    color: #fff;
    z-index: 99;
}
.hero_slider div .text h1 {
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h2 {
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h3 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text p {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.hero #slide_prev { /* Previous button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    left:5px;
    width: 20px;
    height: 40px;
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/hero_prev.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
.hero #slide_next { /* Next button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    right:5px;
    width: 20px;
    height: 40px;
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/hero_next.gif) 0 0 no-repeat;
    text-indent: -9999px;
}



/* Top Banner styles */
/* .Block.banner_home_page_top *,
.Block.banner_category_page_top *,
.Block.banner_brand_page_top *,
.Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
} */


/* Bottom Banner styles */
.Block.banner_home_page_bottom,
.Block.banner_category_page_bottom,
.Block.banner_brand_page_bottom,
.Block.banner_search_page_bottom {
    position: relative;
}
.Block.banner_home_page_bottom div:first-child,
.Block.banner_category_page_bottom div:first-child,
.Block.banner_brand_page_bottom div:first-child,
.Block.banner_search_page_bottom div:first-child {
    margin-left: 0;
}
.Block.banner_home_page_bottom div .text,
.Block.banner_category_page_bottom div .text,
.Block.banner_brand_page_bottom div .text,
.Block.banner_search_page_bottom div .text {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 200px;
    z-index: 99;
}
.Block.banner_home_page_bottom div .text h2,
.Block.banner_category_page_bottom div .text h2,
.Block.banner_brand_page_bottom div .text h2,
.Block.banner_search_page_bottom div .text h2 {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 12px;
}
.Block.banner_home_page_bottom div .text h3,
.Block.banner_category_page_bottom div .text h3,
.Block.banner_brand_page_bottom div .text h3,
.Block.banner_search_page_bottom div .text h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
}
.Block.banner_home_page_bottom div .text p,
.Block.banner_category_page_bottom div .text p,
.Block.banner_brand_page_bottom div .text p,
.Block.banner_search_page_bottom div .text p {
    margin-bottom: 10px;
}
.image-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}
.category-featured .image-container-centered {
    width: 320px;
    height: 264px;
}
.category-featured .image-container-centered img {
    max-width: 320px;
    max-height: 264px;
}
.category-featured h3 {
    text-transform: uppercase;
}



/* Newsletter Subscription Form */
.NewsletterSubscription {

    float: left;
}





/* Product Listings */
.ProductList {

}



.btn {

}
.QuickViewBtn {

}




.prodAccordionContent .btn {
    float: none;
    margin-bottom: 20px;
}
.ToggleSearchFormLink.btn{
    padding:0 !important;
}
.ToggleSearchFormLink.btn a{
    padding:14px 10px 12px 3px !important;
    float:left;
}
.ToggleSearchFormLink.btn #toggle_form_link {
    padding:7px 3px 7px 10px !important;
}




/* Top Seller Block Specific */
.Right .TopSellers,
.Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul,
.Left .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li,
.Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber,
.Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}
.Right .TopSellers .ProductDetails,
.Left .TopSellers .ProductDetails { /* Contains the details of the item */
    margin: 0;
    margin-left: 28px;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
    display: none;
}



.FindByCategory ul,
.FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/BreadcrumbSep.gif) no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}


/* Miscellaneous Definitions */
.Meta {
    color: #444;
    font-size: 0.93em;
}
.Left .FeedLink,
.Right .FeedLink {
    float: right;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    margin: 0;
    position:relative;
    right:10px;
    top:13px;
    line-height:normal;
}
.Content .FeedLink a {display:block; float:left; margin-right:10px;}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}

.AlignCenter {
    text-align: center;
}
.AlignRight {
    text-align: right;
}

.Clear {
    clear: both;
}
.clear {
    clear:both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    line-height: 0 !important;
    min-height: 0 !important;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


.Field45 {
    width: 45px !important;
}

.Field100 {
    width: 100px;
}

.Field150 {
    width: 150px;
}

.Field200, input.field-xlarge {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}


select.Field45 {
    width: 85px !important;
}

select.Field100 {
    width: 120px;
}

select.Field150 {
    width: 170px;
}

select.Field200, select.field-xlarge {
    width: 220px;
}

select.Field250, .categoryPicker.Field250 {
    width: 270px;
}

select.Field300 {
    width: 320px;
}

select.Field350 {
    width: 370px;
}

select.Field400 {
    width: 420px;
}


.MB10 {
    margin-bottom:10px;
}
.MB25 {
    margin-bottom:25px;
}
.MT0 {
    margin-top:0px;
}
.LH140 {
    line-height:140%;
}
.PLRB5 {
    padding:0px 5px 5px 5px;
}
.PLR10 {
    padding:0px 10px 0px 10px;
}
.PL20 {
    padding:0;
}
.PL40 {

    padding:0px 0px 0px 40px;
}
.ML20 {
    margin:0px 0px 0px 20px;
}
.MT10 {
    margin-top:10px;
}
.MT30 {
    margin-top:30px;
}
.PL10 {
    padding-left:10px;
}
.ML50 {
    margin-left:50px;
}
.ML250 {
    margin-left:250px;
}
.PB2 {
    padding-bottom:2px;
}
.NoMarginBottom {
    margin-bottom: 0;
}

.Required {
    color: red;
    font-weight: bold;
}

.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.Message {
    padding: 12px 6px 10px 52px;
    margin-bottom: 15px;
}
.AccountLogin .Message {
    margin-bottom: 30px;
}

.Message p {
    float:left;
}

.Message ul{
    float:left;
    list-style-position: inside;
    margin: 0 0 5px 30px;
}
/************* Page Specific: Create Account / Login Page *************/



.MiniCart h3 {
    font-size: 1.3em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 1.1em;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.JustAddedProduct strong,
.JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.Field45.quantityInput {
    margin: 0 0 10px;
}




/* Brand Tag Clouds */
.BrandCloud .smallest {
    font-size:12px;
}
.BrandCloud .small {
    font-size:15px;
}
.BrandCloud .medium {
    font-size:18px;
}
.BrandCloud .large {
    font-size:20px;
}
.BrandCloud .largest {
    font-size:26px;
}
.BrandCloud a {
    padding-right: 5px;
}
.DownloadExpires {
    padding-top: 3px;
    font-style: italic;
    color: gray;
}
.DownloadExpiresToday {
    color: red;
}

.CheckoutRedeemCoupon h4 {
    margin-top: 0;
}


.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ShippingDetails {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}

.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    padding: 10px 5px 4px;
    margin-bottom: 20px;
}
.SubCategoryList a {
    text-decoration: none;
}

.SubCategoryList ul,
.SubCategoryList li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/SubCategory.gif') no-repeat 3px 50%;
}

.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}

.ProductReviewList {
    clear: both;
}

.SortBox select {
    font-size: 0.9em;
}

.SortBox option {
    color: #444;
}

.YourAccount li {
    margin-bottom: 8px;
}

.SoldOut {
    color: #999;
}

.RemoveFromWishlistForm {
    margin: 5px;
}
.AddToWishlistLink {
    position: relative;
    margin: 0;
}
.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 165px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    background: #fff;
    border: 0;
}




.ShippingProviderList {
    list-style: none;
}


/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
}

#TopMenu li.Flag div {
    border: 0;
}

#TopMenu li.Flag img {
    margin: 3px;
}

#TopMenu li.Flag img.Last {
    margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
    border: 2px solid #dadada;
    margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
    margin: 0;
    padding: 0;
}

.CurrencyList dd {
    padding: 0px;
    margin: 0px;
    border: 1px solid #ededed;
    background-color: #F9F9F9;
    clear: both;
}

.CurrencyList a {
    padding: 0 10px;
    display: block;
    line-height: 25px;
    text-decoration: none;
    font-size: 11px;
    color: #000 !important;
}
.selected-currency {
    padding: 5px 10px;
}

.CurrencyList a:hover {
    background-color: #f4f4f4;
}

.CurrencyList a .Flag, .selected-currency .Flag {
    vertical-align: middle;
    padding-right: 5px;
}

.CurrencyList a .Text {

}




.SharePublicWishList {
    padding:8px;
    border:1px solid #ddd;
}


#TopMenu li.HeaderLiveChat {
}

.HeaderLiveChat img {
    vertical-align: middle;
}

.SubCategoryListGrid {
    padding: 4px;
}

.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left:8px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubCategoryListGrid ol {
    clear: both;
}
.SubBrandList {
    padding: 10px;
    margin: 0 20px;
}

.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
}

.SubBrandList li {
    margin-bottom: 8px;
    padding-left: 18px;
    background: url('//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/SubBrand.png') no-repeat 3px 50%;
    float: left;
    width: 45%;
}
.SubBrandList li a { color:#5F6874; }
.SubBrandList li a:hover { color:#ff5c46; }

.SubBrandListGrid {
    padding: 0px;
    margin: 0 0 0 20px;
}

.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    width: 160px !important;
    float: left;
    margin: 0 20px 20px 0;
    line-height: 150%;
    height:auto !important;
}
.SubBrandListGrid li .BrandImage {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    width: 160px;
    height: 178px;
    text-align: center;
    background: #fff;

}
.SubBrandListGrid li a.BrandName {
    display: block;
    font-weight: 600;
    color: #5F6874;
    text-align:center;
    padding: 5px 0 0 0;
}
.SubBrandListGrid li a.BrandName:hover {
    color: #ff5c46;
}

.RowDivider {
    display: none;
}
.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}



.ProductAddToCart dt div.Required,
#CartEditProductFieldsForm dt div.Required {
    width: 8px;
}

.ProductAddToCart input.Textbox,
#CartEditProductFieldsForm input.Textbox {
    width:181px;
}

.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
    width:400px;
    height: 50px;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
}

.ProductFields dd {
    margin-bottom: 4px;
}

.ProductFields {
    margin-bottom: 15px;
}

.ProductFields input.Textbox {
    width:100%;
}

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsRow {
    border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}



.TagList {
    margin-top: 20px;
}

.CartThumb {
    text-align: center;
    width: 1px;
}

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;

}

.SelectGiftWrapMultiple {
    max-height: 400px;
}



#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}



.OrderItemMessage {
    padding:7px;
    margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
    color:gray;
    font-size: 0.85em;
    padding:2px 0px 2px 0px;
}

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */




#QuickViewProductDetails .ProductPriceWrap .productAttributeRow {
    padding: 0;
    border-bottom: 0;
    clear: none;
}

/** Search All Form Result - Start **/



.ContentList em,
.QuickSearchResultMeta em {
    font-size: 11px;
    font-style: normal;
}

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}

/** AJAX loading box - End **/





/** Product image gallery end **/
/** AJAX loading box - End **/

/* Product Videos */

#VideoList li {
    float: left;
    list-style: none outside none;
    padding: 8px;
    width: 120px;;
}

.VideoSeparator {
    clear: both;
}

.videoRow {
    margin-bottom: 4px;
}

.previewImageContainer {
    height: 30px;
    width: 50px;
}

.videoRow img {
    float: left;
}

.videoRowTitle {
    font-weight: normal;
    overflow: hidden;
    width: 120px;
    font-size: 11px;
    display: block;
    white-space: nowrap;
    text-overflow:ellipsis;
}


.videoRowDescription {
    max-height: 50px;
    overflow:hidden;
}

.VideoOverlay {
    background: url('//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/VideoOverlay.png')center center no-repeat;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}


/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
    height: 90px;
    width: 120px;
}

.videoRowLength {
    padding-left: 4px;
}

.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
    cursor: pointer;
}

#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
}

#VideoSingle {
    padding: 10px 0;
}

#VideoContainer {

}

.HideElement {
    display: none;
}



.VideoSingleTitle {
    font-weight: 600;
    font-size: 14px;
}

.VideoSingleDescription {
    padding-top: 10px;
    overflow-y: auto;
    height: 220px;
    padding-right:5px;
}

.Left #VideoMiddleContainer,
.Right #VideoMiddleContainer {
    display: none;
}

.Content #VideoSideContainer {
    display: none;
}

#VideoSideContainer ul {
    text-align: center;
}

#VideoSideContainer ul li {
    margin-bottom: 5px;
}

.VideoSideDescription {
    padding: 2px 10px;
}

.VideoImageContainer {
    position: relative;
}


/* Add to cart modal */
#fastCartWrapper {
    padding: 0;
}
#fastCartContainer .ProductList .ProductImage {
    width: 205px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fastCartTop {
    padding: 0;
}
.fastCartProdLink {
    margin-bottom: 20px;
}
.fastCartContent {
    width: auto;
}
/*.fastCartContent .ProductList li {
width: 120px !important;
}*/
/*.fastCartContent .ProductList .ProductImage img {
height: 120px !important;
}*/
.fastCartItemBox {
    padding: 0;
    margin-left: 40px;
    width: 234px;
}
.fastCartItemBox h2 {
    font-size: 11px;
    font-family: "Helvetica Neue", Arial, "Sans-Serif";
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartItemBox .ProductPrice {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
}



.fastCartProd {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 13px;
}
.fastCartProd  small {
    display: block;
    font-weight: 300;
    padding-top: 10px;
    font-size: 12px;
}
.fastCartContent .ProductPrice {
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
}
.fastCartSummaryBox {
    max-width: none;
    width: 250px;
    padding: 28px;
    max-width: auto;
    padding: 10px;
    background: #fff;
    color: #666;
}
.fastCartContent .ProductPrice {
    color: #5f6874 !important;
    display: block !important;
    line-height: 29px !important;
}
.fastCartSummaryBox .subtotal,
.fastCartSummaryBox .ProductPrice,
.fastCartSummaryBox .CartActions {
    padding: 0 0;
}
.fastCartSummaryBox .CheckoutButton a {
    margin-bottom: 10px;
}
.fastCartSummaryBox .subtotal {
    margin-top: 0;
    padding-bottom: 5px;

}
.fastCartSummaryBox .btn.btn-secondary {
    text-align: center !important;
    color: #FFFFFF !important;
    height: auto !important;
    line-height: normal !important;
    padding: 8px 15px;
    text-align: center !important;
}
.fastCartSummaryBox .ProductPrice {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    border-top: 1px #f5f3f0 solid !important;
    border-bottom: 1px #f5f3f0 solid !important;
}
.fastCartSummaryBox .actionLink {
    border-top: solid #fff 0px;
    padding-top: 0px;
    margin: 0;

}
.fastCartSummaryBox .CartActions {
    font-size: 12px;
}

.fastCartSummaryBox .CartActions {
    margin-top: 10px;
    padding: 10px 0;
}
.fastCartSummaryBox .ProductPrice {
    font-size: 29px;
    font-weight: normal;
}
.fastCartBottom {
    padding-left: 0;
    padding-right: 0;
}
.fastCartBottom h3 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 37px;
    margin: 15px 0;
    padding: 0 10px 0 10px;
    position: relative;
    border: solid 0px !important;
    background: url("//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/white/square.png")  0 0;
}
/*
#fastCartSuggestive {
margin-left: -76px !important;
}*/

.ToggleSearchFormLink {
    margin: 8px 5px 0 0;
}

.Panel#ProductTabs {
    padding-top: 0px;
}

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

.AddThisButtonBox {
    float: left !important;
    width: auto;
    margin: 0 0 0 !important;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.PinterestButtonContainer {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    margin-left:2px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}




#fastCartContainer .ProductDetails {
    height: 40px;
}

/* Social elements
....................................................................... */

#socnet a {
    display: block;
    float:left;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    margin: 0 8px 8px 0;
}




/* Tabcontent
....................................................................... */
#tabcontent {
    overflow: hidden;
}

#tabcontent .photo {
    width: auto;
    margin-right: 20px;
}


/* Gift Certificate
....................................................................... */

/* Shopping cart
......................................................fastCartBottom h3.................. */


.CartCode {
    margin: 0;
    padding: 20px 0 0;
}
.CartCode .CouponCode,
.CartCode .GiftCertificate {
    margin-bottom: 25px;
}
.CartCode .GiftCertificate {

}
.CartCode input[type="submit"] {
    padding-top: 5px !important;
    padding-bottom: 6px !important;
}
.CartContents .GrandTotal {
    font-size: 19px;
}
.CartUpdateBtn {
    margin-right: 10px;
}

#CartContent .AlternativeCheckout {
    clear: both;
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
}
#CartContent .AlternativeCheckoutOr {
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 12px;
    display: inline;
}


/* Wish List Form
....................................................................... */
#WishListEditFrom form{
    margin-top: 20px;
}
#WishListEditFrom dt{
    width:auto;
}

#WishListEditFrom dd{
    margin-left: 125px;
    margin-bottom: 25px;
}

#WishListEditFrom label {
    margin-left: 10px;
}
.header h1,
.header h2,
.header h3 {
    float:left;
}

.header .actions
{
    float:right;
}


#ChooseShippingAddress .header{
    margin-bottom:15px;
}



#wishlistsform .action  {
    white-space: nowrap;
    text-align: center;
}

/* Pagecontent NewContent */

#PageContent, #NewsContent {
    line-height: 20px;
}
#PageContent span, #NewsContent span {line-height:normal;}

#PageContent h3, #NewsContent h3 {
    font-family: 'Questrial',sans-serif;
    font-weight: normal;
    font-style: normal;
    background: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 110%;
}
#PageContent h4, #NewsContent h4  {
    font-family: 'Questrial',sans-serif;
    font-weight: normal;
    font-style: normal;
    background: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 110%;
}
#PageContent h5, #NewsContent h5 {
    font-family: 'Questrial',sans-serif;
    font-weight: normal;
    font-style: normal;
    background: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 110%;
}


.PagingBottom {
    margin-top: 10px;
}


#SideProductAddToWishList {
    position: absolute;
    z-index: 10;
}
#SideProductAddToWishList .BlockContent {
    display: none;
}


.fastCartContent h2 {
    font-size: 13px;
    margin-bottom: 20px;
    color: #666;
}
.fastCartContent .fastCartTop .fastCartProd a {
    font-size: 13px;
    margin-bottom: 20px;
    color: #666;
    text-transform: uppercase;
    display: block;
    margin: 0;
}
.fastCartContent .fastCartTop .fastCartProd small {
    padding: 0;
    margin: 0;
}

#cartForm {
    margin-bottom: 15px;
    display: block;
}

.SearchContainer .ProductList {
    margin-left: 0 !important;
    margin-right: -9px !important;
    min-height: 1px;
    zoom: 1;
}
.ReturnsList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* modal overrides */
#ModalTitle, .ModalTitle {
    background: none !important;
    font-family: 'Questrial',sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: normal;
    min-height: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ModalContent, .ModalContent {
    border: none !important;
}
#ModalButtonRow, .ModalButtonRow {
    border: none !important;
    background: #fff !important;
    height: auto !important;
    padding: 10px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
#ModalButtonRow input {
    margin: 0 !important;
}
.productAttributeValue .btn {
    vertical-align: middle;
}
.productAttributeValue {

}
#SimilarProductsByCustomerViews h2 {
    font-size: 14px;
}
.CartItemTotalPrice  {
    white-space: nowrap !important;
    width: 100px;
}

.M20 {
    margin: 0 20px;
}
.M40 {
    margin: 0 40px;
}
.fastCartSummaryBox .ProceedToCheckout {
    width: auto;
    float:none;
}

.ProceedToCheckout .CheckoutButton {
    clear: both;
    display: block;
}
#SharingDataChoices {
    float: none;
}
#SharingDataChoices li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    margin: 0 10px 15px 10px;
    height: 150px;
    width: 150px;
}
#SharingDataChoices li img {
    max-width: 150px;
    max-height: 150px;
}
.SelectBillingAddress .selector {
    margin-bottom: 10px;
}



#SharingDataWrapper {
    height: auto !important;
}
.btn.sml {
    font-size: 12px !important;
    font-weight: 300 !important;
    height: 25px !important;
    line-height: 25px !important;
    margin-left: 15px;
    text-transform: none !important;
}


.Value.Quantity {
    padding-bottom: 10px !important;
}
td.action .share {
    color: #FAFAFA;
    height: 20px;
    position: relative;
    text-align: left;
    text-indent: -99999px;
    vertical-align: middle;
    width: 25px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.Sold.Out {

    height: 24px;
    width: 84px;
    text-align:left;
    text-indent: -99999px;
    overflow: hidden;
    background: url(//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/os.png) 0 50% no-repeat;
}
.stockIcon.Sold.Out {
    display: block;
}
.OutOfStockMessage {
    line-height: 17px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    color:#FF5C46;
}
.ProductMain table.ExpectedReleaseDate {
    margin-left: 0;
    margin-right: 0;
}
.ProceedToCheckout .PayPalExpressCheckout {
    float: none;
    text-align: center;
}
.AddCartAction .CurrentlySoldOut {
    float: left;
    height: 40px
}
/* hide radio inputs for swatch and rectangle options when javascript is enabled */
html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    overflow: hidden;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    height: 28px !important;
    width: 28px !important;
    z-index: 10 !important;
    margin: 0 !important;
    opacity: 0 !important;
    filter: alpha(opacity = 0) !important;
}

.NotifyMessage {
    background: #EAECEE;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px 15px 0;
}
@-moz-document url-prefix() {
    /* firefox won't hide elements with z-index values but we can render them offscreen without scrolling issues */
    html.javascript .productOptionViewRectangle input,
        html.javascript .productOptionPickListSwatch input {
        left: 0 !important;
}
}

/* Out of Stock styling */

/* Gave strike through to text of out of stock options except rectangle styled  */
label.outStock span.name {
    text-decoration: line-through;
}
.productOptionViewRectangle label.outStock span.name {
    text-decoration: none;
}

/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span.name,
.productOptionViewProductPickList .outStock span.name,
.productOptionViewProductPickListWithImage .outStock span.name,
.productOptionViewRectangle .option label.outStock {
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    *zoom: 1;
}

/* Made the container of the strike through image relative */
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours,
.productOptionViewRectangle label {
    position: relative;
}

/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after,
.productOptionPickListSwatch .outStock .thumbnail:after,
.productOptionViewRectangle .outStock .name:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("//cdn10.bigcommerce.com/r-cdd0f40806b8ebac34889b8711caec1d38b44608/themes/EWorld/images/out-of-stock-bg.png") center no-repeat;
    z-index: 999;
    content: "";
}



/* Model Container */
#ModalContainer {width:820px !important; margin-left:-410px;}


/* address validation modal checkout page */
.btn.avs-button {
  background-color: #166fb0;
  padding: 5px 12px;
}

a.addthis_button_google_plusone.at300b{width:25px !important;}

.BlogShare a.addthis_button_google_plusone.at300b{padding-right:7px !important;}

/* Homepage font and colour improvements */

body.HomePage .ContentArea p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.65;
    color: #334155;
    text-align: left;
    margin-bottom: 24px;
}

/* Replace pale text and mixed fonts */
body.HomePage .ContentArea p font,
body.HomePage .ContentArea p span {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

/* Main heading */
body.HomePage .ContentArea p font[size="6"] {
    font-size: 34px !important;
    font-weight: 700;
    line-height: 1.25 !important;
    color: #0B2545 !important;
}

/* Larger section titles */
body.HomePage .ContentArea p font[size="5"] {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    color: #0B2545 !important;
}

/* Standard headings */
body.HomePage .ContentArea h1,
body.HomePage .ContentArea h2,
body.HomePage .ContentArea h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #0B2545;
}

/* Paragraph links */
body.HomePage .ContentArea p a,
body.HomePage .ContentArea p a font,
body.HomePage .ContentArea p a span {
    color: #006FA6 !important;
    text-decoration: underline;
}

/* Mobile sizing */
@media screen and (max-width: 767px) {
    body.HomePage .ContentArea p {
        font-size: 17px;
    }

    body.HomePage .ContentArea p font[size="6"] {
        font-size: 28px !important;
    }

    body.HomePage .ContentArea p font[size="5"] {
        font-size: 23px !important;
    }
}

/* FWS HOMEPAGE REFRESH — scoped to the new homepage only */
body.FWSRefresh {background:#fff;color:#334155;font:16px/1.6 Arial,Helvetica,sans-serif;}
body.FWSRefresh * {box-sizing:border-box;}
body.FWSRefresh #Container,body.FWSRefresh #Outer,body.FWSRefresh #Wrapper {width:100%;max-width:none;min-width:0;margin:0;padding:0;background:#fff;}
body.FWSRefresh a:focus-visible,body.FWSRefresh button:focus-visible,body.FWSRefresh input:focus-visible {outline:3px solid #006fa6;outline-offset:4px;}
body.FWSRefresh .fws-wrap {width:calc(100% - 48px);max-width:1160px;margin:0 auto;}
body.FWSRefresh .fws-top {background:#0b2545;color:white;text-align:center;padding:8px 16px;font-size:13px;}
body.FWSRefresh .fws-header {display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0;}
body.FWSRefresh .fws-logo img {width:310px;max-width:100%;height:auto;display:block;}
body.FWSRefresh .fws-logo {max-width:45%;}
body.FWSRefresh .fws-tools {display:flex;align-items:center;gap:22px;}
body.FWSRefresh .fws-tools a {color:#0b2545;font-size:15px;font-weight:bold;text-decoration:none;}
body.FWSRefresh .fws-search {display:flex;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden;}
body.FWSRefresh .fws-search input {width:180px;border:0;background:#fff;padding:10px;font:14px Arial;color:#334155;}
body.FWSRefresh .fws-search button {border:0;background:#eef6fa;color:#0b2545;padding:10px;cursor:pointer;font:14px Arial;}
body.FWSRefresh .fws-nav {display:flex;justify-content:center;flex-wrap:wrap;gap:12px 32px;border-top:1px solid #e2e8f0;padding:15px 0;}
body.FWSRefresh .fws-nav a {color:#0b2545;font-size:15px;font-weight:600;text-decoration:none;}
body.FWSRefresh .fws-nav a:hover {color:#006fa6;text-decoration:underline;}
body.FWSRefresh .fws-hero {background:#eff7fa;border-top:1px solid #e1edf2;border-bottom:1px solid #e1edf2;}
body.FWSRefresh .fws-hero-grid {display:grid;grid-template-columns:1.25fr 1fr;gap:65px;align-items:center;padding:65px 0;}
body.FWSRefresh .fws-eyebrow {font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#006fa6;margin:0 0 18px;}
body.FWSRefresh h1 {font:700 clamp(36px,4.5vw,60px)/1.08 Arial;color:#0b2545;letter-spacing:-2px;margin:0 0 24px;}
body.FWSRefresh h2 {font:700 clamp(26px,3vw,36px)/1.2 Arial;color:#0b2545;letter-spacing:-.7px;margin:0 0 16px;text-transform:none;background:none;}
body.FWSRefresh h3 {font:700 21px/1.3 Arial;color:#0b2545;margin:0 0 12px;}
body.FWSRefresh .fws-lead {font-size:18px;line-height:1.7;margin:0 0 26px;max-width:540px;}
body.FWSRefresh .fws-actions {display:flex;flex-wrap:wrap;gap:12px;}
body.FWSRefresh a.fws-btn {display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:1px solid #006fa6;border-radius:6px;background:#006fa6;color:#fff;font-weight:700;text-decoration:none;}
body.FWSRefresh a.fws-btn:hover {background:#084c73;border-color:#084c73;}
body.FWSRefresh a.fws-secondary {background:white;color:#006fa6;}
body.FWSRefresh .fws-showcase {background:#fff;border:1px solid #dbe9ef;border-radius:24px;padding:36px;text-align:center;box-shadow:0 18px 45px #0b254510;}
body.FWSRefresh .fws-showcase img {width:168px;height:168px;object-fit:contain;display:block;margin:0 auto 24px;}
body.FWSRefresh .fws-showcase p {font-size:15px;margin:0;color:#475569;}
body.FWSRefresh .fws-section {padding:64px 0;}
body.FWSRefresh .fws-section-intro {margin:0 0 30px;max-width:660px;font-size:17px;}
body.FWSRefresh .fws-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
body.FWSRefresh .fws-card {border:1px solid #dce5eb;border-radius:12px;padding:28px;background:#fff;display:flex;flex-direction:column;}
body.FWSRefresh .fws-card img {height:150px;width:150px;object-fit:contain;align-self:center;margin:0 0 28px;}
body.FWSRefresh .fws-card p {margin:0 0 24px;font-size:16px;}
body.FWSRefresh .fws-card a {margin-top:auto;color:#006fa6;font-weight:bold;text-decoration:underline;}
body.FWSRefresh .fws-soft {background:#f6f9fb;}
body.FWSRefresh .fws-benefit {border-top:3px solid #007ca6;padding:24px 8px 0 0;}
body.FWSRefresh .fws-benefit p {margin:0;font-size:16px;}
body.FWSRefresh .fws-service {display:flex;align-items:center;justify-content:space-between;gap:32px;background:#0b2545;border-radius:14px;padding:40px;color:#fff;}
body.FWSRefresh .fws-service h2,body.FWSRefresh .fws-service p {color:#fff;}
body.FWSRefresh .fws-service p {margin:0;max-width:630px;}
body.FWSRefresh .fws-service .fws-btn {background:#fff;color:#0b2545;border-color:#fff;white-space:nowrap;}
body.FWSRefresh #HomeFeaturedProducts {margin:0;padding:0;}
body.FWSRefresh #HomeFeaturedProducts h2 {margin-bottom:30px;}
body.FWSRefresh #HomeFeaturedProducts .ProductList {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0;padding:0;list-style:none;}
body.FWSRefresh #HomeFeaturedProducts .ProductList li {float:none;width:auto!important;margin:0!important;padding:20px!important;border:1px solid #dce5eb;border-radius:10px;background:#fff;}
body.FWSRefresh #HomeFeaturedProducts .ProductImage {height:180px!important;display:flex;justify-content:center;align-items:center;background:#fff;}
body.FWSRefresh #HomeFeaturedProducts .ProductImage img {max-width:100%;max-height:168px;object-fit:contain;}
body.FWSRefresh #HomeFeaturedProducts .ProductDetails {height:auto!important;min-height:60px;margin-top:12px;}
body.FWSRefresh #HomeFeaturedProducts .ProductDetails a {font:600 16px/1.4 Arial;color:#0b2545;}
body.FWSRefresh #HomeFeaturedProducts .ProductPrice {color:#006fa6;font:700 18px/1.5 Arial;}
body.FWSRefresh #HomeFeaturedProducts .ProductActionAdd a {display:inline-block;background:#006fa6;color:white;border-radius:5px;padding:10px 15px;}
body.FWSRefresh #FooterUpper {background:#0b2545;color:#fff;}
body.FWSRefresh #FooterUpper h2 {color:#fff;font-size:19px;letter-spacing:0;}
body.FWSRefresh #FooterUpper a {color:#fff;}
body.FWSRefresh #FooterUpper .Inner {max-width:1160px;width:calc(100% - 48px);}
body.FWSRefresh .fws-skip {position:absolute;left:-9999px;}
body.FWSRefresh .fws-skip:focus {left:20px;top:20px;z-index:10000;background:white;padding:12px;color:#0b2545;}
@media(max-width:900px){
body.FWSRefresh .fws-header {flex-wrap:wrap;gap:18px;}
body.FWSRefresh .fws-logo {max-width:100%;}
body.FWSRefresh .fws-tools {flex-wrap:wrap;gap:15px;}
body.FWSRefresh .fws-hero-grid {gap:30px;}
body.FWSRefresh #HomeFeaturedProducts .ProductList {grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:600px){
body.FWSRefresh .fws-wrap {width:calc(100% - 32px);}
body.FWSRefresh .fws-header {padding:18px 0;}
body.FWSRefresh .fws-logo img {width:260px;}
body.FWSRefresh .fws-tools {width:100%;}
body.FWSRefresh .fws-search {order:3;width:100%;}
body.FWSRefresh .fws-search input {width:100%;min-width:0;}
body.FWSRefresh .fws-nav {gap:12px 20px;justify-content:flex-start;}
body.FWSRefresh .fws-nav a {font-size:14px;}
body.FWSRefresh .fws-hero-grid,body.FWSRefresh .fws-grid {grid-template-columns:1fr;}
body.FWSRefresh .fws-hero-grid {padding:40px 0;}
body.FWSRefresh .fws-section {padding:40px 0;}
body.FWSRefresh .fws-service {display:block;padding:28px;}
body.FWSRefresh .fws-service .fws-btn {margin-top:24px;}
body.FWSRefresh #HomeFeaturedProducts .ProductList {grid-template-columns:1fr;}
}
/* END FWS HOMEPAGE REFRESH */

/* FWS product card correction — append at the END of Styles/styles.css */
body.FWSRefresh #HomeFeaturedProducts .ProductList > li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px 32px;
    grid-template-rows: 180px 1fr auto 48px;
    gap: 14px 8px;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    float: none !important;
    clear: none !important;
    align-content: start;
}
body.FWSRefresh #HomeFeaturedProducts .ProductImage {
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 180px !important;
    min-height: 0 !important;
    line-height: normal !important;
    padding: 6px !important;
    margin: 0 !important;
    border: 0 !important;
}
body.FWSRefresh #HomeFeaturedProducts .ProductImage > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    line-height: normal !important;
}
body.FWSRefresh #HomeFeaturedProducts .ProductImage img {
    display: block;
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 168px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
}
body.FWSRefresh #HomeFeaturedProducts .ProductDetails {
    grid-column: 1 / -1;
    grid-row: 2;
    height: auto !important;
    min-height: 108px;
    margin: 0 !important;
    padding: 16px 0 0 !important;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}
body.FWSRefresh #HomeFeaturedProducts .ProductDetails strong {
    display: block;
    margin-bottom: 12px;
}
body.FWSRefresh #HomeFeaturedProducts .ProductDetails em {
    display: block;
    color: #006fa6;
    font: 700 17px/1.5 Arial, Helvetica, sans-serif;
}
body.FWSRefresh #HomeFeaturedProducts .RetailPriceValue {
    color: #64748b;
    font-size: 14px;
    font-weight: 400;
    margin-right: 6px;
}
body.FWSRefresh #HomeFeaturedProducts .ProductPriceRating {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0 !important;
    min-height: 20px;
}
body.FWSRefresh #HomeFeaturedProducts .ProductActionAdd {
    grid-column: 1;
    grid-row: 4;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: center;
}
body.FWSRefresh #HomeFeaturedProducts .ProductActionAdd a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto !important;
    min-height: 44px;
    margin: 0 !important;
    padding: 10px 8px !important;
    line-height: 1.3 !important;
    background: #006fa6 !important;
    border: 1px solid #006fa6 !important;
    border-radius: 6px;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700;
    text-decoration: none !important;
    text-indent: 0 !important;
    white-space: normal;
}
body.FWSRefresh #HomeFeaturedProducts .ProductActionAdd a:hover {
    background: #084c73 !important;
    border-color: #084c73 !important;
}
body.FWSRefresh #HomeFeaturedProducts .compare,
body.FWSRefresh #HomeFeaturedProducts .addtowishlist {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: center;
    justify-self: center;
    grid-row: 4;
}
body.FWSRefresh #HomeFeaturedProducts .compare { grid-column: 3; }
body.FWSRefresh #HomeFeaturedProducts .addtowishlist { grid-column: 2; }
body.FWSRefresh #HomeFeaturedProducts .compare a,
body.FWSRefresh #HomeFeaturedProducts .addtowishlist a {
    margin-top: 0 !important;
}
/* END FWS product card correction */


/* FWS restored image slideshow and highlighted benefits */
body.FWSRefresh .fws-gallery {padding-top:44px;}
body.FWSRefresh #fws-slideshow {border:1px solid #cbdfe8;border-radius:16px;background:#f0f7fb;overflow:hidden;}
body.FWSRefresh .fws-slide-controls {display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;padding:16px;background:#0b2545;color:white;}
body.FWSRefresh .fws-slide-controls button {font:700 14px/1.4 Arial;color:#0b2545;background:#fff;border:1px solid #fff;border-radius:6px;min-height:44px;padding:10px 16px;cursor:pointer;}
body.FWSRefresh .fws-slide-controls button:hover {background:#dceef7;}
body.FWSRefresh #fws-slide-status {min-width:48px;text-align:center;font-size:16px;}
body.FWSRefresh .fws-slide {margin:0;padding:0;background:#fff;}
body.FWSRefresh .fws-slide[hidden] {display:none!important;}
body.FWSRefresh .fws-slide > img {display:block;width:100%;height:650px;max-height:none;object-fit:contain;margin:0;padding:14px;background:#f0f7fb;}
body.FWSRefresh .fws-slide figcaption {padding:24px;text-align:center;}
body.FWSRefresh .fws-slide-links {display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;}
body.FWSRefresh .fws-slide-links a {font-size:16px;color:#006fa6;text-decoration:underline;font-weight:700;}
body.FWSRefresh .fws-why {background:#edf5f9;border-top:1px solid #dce9ef;border-bottom:1px solid #dce9ef;}
body.FWSRefresh .fws-trust-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px;}
body.FWSRefresh .fws-trust-card {padding:28px;background:#fff;border:1px solid #dce5eb;border-top:4px solid #006fa6;border-radius:10px;}
body.FWSRefresh .fws-trust-number {display:block;font:700 15px/1.5 Arial;color:#006fa6;letter-spacing:2px;margin-bottom:16px;}
body.FWSRefresh .fws-trust-card p {font:17px/1.65 Arial;color:#334155;margin:0;}
body.FWSRefresh .fws-trust-contact {background:#0b2545;border-color:#0b2545;display:flex;flex-direction:column;justify-content:center;gap:16px;}
body.FWSRefresh .fws-trust-contact h3,body.FWSRefresh .fws-trust-contact p {color:#fff;margin:0;}
body.FWSRefresh .fws-trust-contact a.fws-btn {background:#fff;color:#0b2545;border-color:#fff;}
@media(max-width:900px) {body.FWSRefresh .fws-trust-grid {grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px) {
 body.FWSRefresh .fws-trust-grid {grid-template-columns:1fr;}
 body.FWSRefresh .fws-slide > img {height:auto;max-height:none;padding:0;}
 body.FWSRefresh .fws-slide-controls {gap:8px;padding:12px;}
 body.FWSRefresh .fws-slide-controls button {padding:10px;font-size:13px;}
}
/* END FWS restored image slideshow and highlighted benefits */

/* FWS promotion carousel, products menu and compact gallery */
body.FWSRefresh .fws-promotion {padding-top:18px;padding-bottom:26px;}
body.FWSRefresh .fws-promotion .slide-show {width:100%;max-width:100%;margin:0;border-radius:10px;background:#eff7fa;}
body.FWSRefresh .fws-promotion .slides > li {border-bottom:0;}
body.FWSRefresh .fws-promotion .slides img {width:100%;height:auto;object-fit:contain;}
body.FWSRefresh .fws-promotion .flex-control-nav {bottom:8px;}
body.FWSRefresh .fws-compact-intro {display:flex;align-items:center;justify-content:space-between;gap:30px;padding:32px 0;}
body.FWSRefresh .fws-compact-intro h1 {font-size:clamp(30px,3.5vw,44px);letter-spacing:-1px;margin-bottom:12px;}
body.FWSRefresh .fws-compact-intro .fws-lead {font-size:17px;margin-bottom:0;}
body.FWSRefresh .fws-compact-intro .fws-eyebrow {margin-bottom:10px;}
body.FWSRefresh .fws-product-menu {position:relative;z-index:100;}
body.FWSRefresh .fws-product-menu summary {list-style:none;cursor:pointer;font:700 15px/1.6 Arial;color:#006fa6;}
body.FWSRefresh .fws-product-menu summary::-webkit-details-marker {display:none;}
body.FWSRefresh .fws-product-menu summary:focus-visible {outline:3px solid #006fa6;outline-offset:4px;}
body.FWSRefresh .fws-product-dropdown {position:absolute;top:calc(100% + 12px);left:0;width:310px;max-width:calc(100vw - 32px);max-height:65vh;overflow:auto;background:white;border:1px solid #cbdfe8;border-radius:8px;box-shadow:0 12px 28px #0b25451f;padding:14px;}
body.FWSRefresh .fws-product-dropdown #SideCategoryList {width:100%;margin:0;padding:0;background:white;}
body.FWSRefresh .fws-product-dropdown #SideCategoryList h2 {font:700 18px/1.4 Arial;color:#0b2545;background:none;margin:0 0 10px;padding:0;}
body.FWSRefresh .fws-product-dropdown #SideCategoryList ul {list-style:none;width:100%;padding:0;margin:0;}
body.FWSRefresh .fws-product-dropdown #SideCategoryList li {float:none;width:100%;margin:0;padding:0;border:0;background:none;}
body.FWSRefresh .fws-product-dropdown #SideCategoryList a {display:block;white-space:normal;padding:10px 8px;font:400 15px/1.45 Arial;color:#0b2545;background:white;border-bottom:1px solid #edf2f7;}
body.FWSRefresh .fws-product-dropdown #SideCategoryList a:hover {background:#eff7fa;color:#006fa6;}
body.FWSRefresh .fws-gallery {max-width:900px;padding-top:20px;padding-bottom:40px;}
body.FWSRefresh .fws-gallery h2 {font-size:28px;}
body.FWSRefresh .fws-gallery .fws-section-intro {margin-bottom:20px;font-size:16px;}
body.FWSRefresh .fws-slide > img {height:380px;padding:10px;object-fit:contain;}
body.FWSRefresh .fws-slide figcaption {padding:16px;}
body.FWSRefresh .fws-slide figcaption h3 {font-size:19px;margin-bottom:8px;}
body.FWSRefresh .fws-slide-controls {padding:10px;}
@media(max-width:600px) {
 body.FWSRefresh .fws-compact-intro {display:block;padding:26px 0;}
 body.FWSRefresh .fws-compact-intro .fws-actions {margin-top:20px;}
 body.FWSRefresh .fws-nav {position:relative;}
 body.FWSRefresh .fws-product-menu {position:static;}
 body.FWSRefresh .fws-product-dropdown {left:0;top:100%;width:100%;max-width:100%;}
 body.FWSRefresh .fws-slide > img {height:300px;max-height:none;object-fit:contain;}
}
/* END FWS promotion and compact gallery update */

/* Restore spacious two-column welcome section */
body.FWSRefresh .fws-promotion {
    float: none !important;
    clear: both;
    margin-bottom: 36px !important;
    padding-bottom: 16px !important;
}
body.FWSRefresh .fws-promotion::after {
    content: "";
    display: table;
    clear: both;
}
body.FWSRefresh .fws-hero {
    clear: both;
    padding: 0 !important;
    background: #eff7fa;
}
body.FWSRefresh .fws-hero .fws-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: center;
    gap: 64px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
body.FWSRefresh .fws-hero h1 {
    font: 700 clamp(32px, 3.5vw, 48px)/1.12 Arial, Helvetica, sans-serif;
    letter-spacing: -1.2px;
    margin: 0 0 22px;
    color: #0b2545;
}
body.FWSRefresh .fws-hero .fws-eyebrow {
    margin-bottom: 18px;
}
body.FWSRefresh .fws-hero .fws-lead {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 26px;
}
body.FWSRefresh .fws-hero .fws-showcase {
    background: #fff;
    border: 1px solid #dbe9ef;
    border-radius: 22px;
    padding: 36px;
    text-align: center;
    box-shadow: 0 16px 36px #0b25450d;
}
body.FWSRefresh .fws-hero .fws-showcase img {
    display: block;
    width: 168px;
    height: 168px;
    object-fit: contain;
    margin: 0 auto 22px;
}
body.FWSRefresh .fws-hero .fws-showcase h2 {
    font: 700 30px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: -.5px;
    margin-bottom: 18px;
    text-transform: none;
}
@media (max-width: 767px) {
    body.FWSRefresh .fws-promotion {
        margin-bottom: 24px !important;
    }
    body.FWSRefresh .fws-hero .fws-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }
    body.FWSRefresh .fws-hero .fws-showcase {
        padding: 28px 20px;
    }
    body.FWSRefresh .fws-hero .fws-showcase h2 {
        font-size: 26px;
    }
}
/* End welcome-section update */

/* Consolidated FAQ and slideshow-control corrections */
body.FWSRefresh .fws-faq {max-width:920px;}
body.FWSRefresh .fws-faq-item {margin:0 0 12px;border:1px solid #cbdfe8;border-radius:10px;background:white;overflow:hidden;}
body.FWSRefresh .fws-faq-item summary {display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;padding:20px 24px;cursor:pointer;color:#0b2545;font:700 18px/1.45 Arial,Helvetica,sans-serif;}
body.FWSRefresh .fws-faq-item summary::-webkit-details-marker {display:none;}
body.FWSRefresh .fws-faq-item summary::after {content:'+';font:400 26px/1 Arial;flex-shrink:0;color:#006fa6;}
body.FWSRefresh .fws-faq-item[open] summary::after {content:'−';}
body.FWSRefresh .fws-faq-item[open] summary {background:#f2f8fb;}
body.FWSRefresh .fws-faq-item summary:focus-visible {outline:3px solid #006fa6;outline-offset:-4px;}
body.FWSRefresh .fws-faq-answer {padding:0 24px 22px;}
body.FWSRefresh .fws-faq-answer p {margin:16px 0 0;font:17px/1.65 Arial;color:#334155;}
body.FWSRefresh .fws-faq-contact {display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:26px;}
body.FWSRefresh .fws-faq-contact p {margin:0;font:17px/1.6 Arial;color:#334155;}
body.FWSRefresh #fws-slideshow .fws-slide-controls {display:flex!important;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px!important;padding:16px!important;background:#0b2545!important;color:white;border-radius:12px 12px 0 0;}
body.FWSRefresh #fws-slideshow .fws-slide-controls button {appearance:none;display:inline-flex!important;align-items:center;justify-content:center;float:none!important;position:static!important;height:auto!important;min-height:46px!important;min-width:110px;line-height:1.4!important;padding:11px 18px!important;margin:0!important;border:1px solid #cbdfe8!important;border-radius:7px!important;background:white!important;color:#0b2545!important;font:700 15px/1.4 Arial,Helvetica,sans-serif!important;text-indent:0!important;cursor:pointer;box-shadow:none;}
body.FWSRefresh #fws-slideshow .fws-slide-controls button:hover {background:#deeff8!important;}
body.FWSRefresh #fws-slideshow .fws-slide-controls button:focus-visible {outline:3px solid #fff;outline-offset:3px;}
body.FWSRefresh #fws-slideshow #fws-slide-status {display:inline-block;min-width:56px;text-align:center;font:700 16px/1.5 Arial;color:white;}
body.FWSRefresh #fws-slideshow #fws-play {min-width:145px;}
@media(max-width:600px){
body.FWSRefresh .fws-faq-item summary {font-size:16px;padding:18px;}
body.FWSRefresh .fws-faq-answer {padding:0 18px 18px;}
body.FWSRefresh #fws-slideshow .fws-slide-controls {gap:8px!important;padding:12px!important;}
body.FWSRefresh #fws-slideshow .fws-slide-controls button {min-width:84px;padding:10px 12px!important;font-size:14px!important;}
body.FWSRefresh #fws-slideshow #fws-play {flex-basis:100%;}
}
/* End consolidated corrections */

/* Clear, separated slideshow caption actions */
body.FWSRefresh #fws-slideshow .fws-slide figcaption {
    padding: 24px !important;
    background: white;
    text-align: center;
}
body.FWSRefresh #fws-slideshow .fws-slide figcaption h3 {
    margin: 0 0 18px !important;
    color: #0b2545;
    font: 700 22px/1.35 Arial, Helvetica, sans-serif;
    text-transform: none;
}
body.FWSRefresh #fws-slideshow .fws-slide-links {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 24px !important;
}
body.FWSRefresh #fws-slideshow .fws-slide-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0 !important;
    color: #006fa6 !important;
    font: 600 15px/1.45 Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
body.FWSRefresh #fws-slideshow .fws-slide-links a:first-child {
    padding: 12px 22px !important;
    background: #006fa6 !important;
    color: #fff !important;
    border: 1px solid #006fa6;
    border-radius: 7px;
    text-decoration: none !important;
}
body.FWSRefresh #fws-slideshow .fws-slide-links a:first-child:hover {
    background: #084c73 !important;
}
@media(max-width:600px) {
    body.FWSRefresh #fws-slideshow .fws-slide-links {
        flex-direction: column;
        gap: 10px !important;
    }
    body.FWSRefresh #fws-slideshow .fws-slide-links a:first-child {
        width: 100%;
    }
}
/* End slideshow caption correction */

/* FWS HOMEPAGE REFRESH — scoped to the new homepage only */
body.FWSService {background:#fff;color:#334155;font:16px/1.6 Arial,Helvetica,sans-serif;}
body.FWSService * {box-sizing:border-box;}
body.FWSService #Container,body.FWSService #Outer,body.FWSService #Wrapper {width:100%;max-width:none;min-width:0;margin:0;padding:0;background:#fff;}
body.FWSService a:focus-visible,body.FWSService button:focus-visible,body.FWSService input:focus-visible {outline:3px solid #006fa6;outline-offset:4px;}
body.FWSService .fws-wrap {width:calc(100% - 48px);max-width:1160px;margin:0 auto;}
body.FWSService .fws-top {background:#0b2545;color:white;text-align:center;padding:8px 16px;font-size:13px;}
body.FWSService .fws-header {display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0;}
body.FWSService .fws-logo img {width:310px;max-width:100%;height:auto;display:block;}
body.FWSService .fws-logo {max-width:45%;}
body.FWSService .fws-tools {display:flex;align-items:center;gap:22px;}
body.FWSService .fws-tools a {color:#0b2545;font-size:15px;font-weight:bold;text-decoration:none;}
body.FWSService .fws-search {display:flex;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden;}
body.FWSService .fws-search input {width:180px;border:0;background:#fff;padding:10px;font:14px Arial;color:#334155;}
body.FWSService .fws-search button {border:0;background:#eef6fa;color:#0b2545;padding:10px;cursor:pointer;font:14px Arial;}
body.FWSService .fws-nav {display:flex;justify-content:center;flex-wrap:wrap;gap:12px 32px;border-top:1px solid #e2e8f0;padding:15px 0;}
body.FWSService .fws-nav a {color:#0b2545;font-size:15px;font-weight:600;text-decoration:none;}
body.FWSService .fws-nav a:hover {color:#006fa6;text-decoration:underline;}
body.FWSService .fws-hero {background:#eff7fa;border-top:1px solid #e1edf2;border-bottom:1px solid #e1edf2;}
body.FWSService .fws-hero-grid {display:grid;grid-template-columns:1.25fr 1fr;gap:65px;align-items:center;padding:65px 0;}
body.FWSService .fws-eyebrow {font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#006fa6;margin:0 0 18px;}
body.FWSService h1 {font:700 clamp(36px,4.5vw,60px)/1.08 Arial;color:#0b2545;letter-spacing:-2px;margin:0 0 24px;}
body.FWSService h2 {font:700 clamp(26px,3vw,36px)/1.2 Arial;color:#0b2545;letter-spacing:-.7px;margin:0 0 16px;text-transform:none;background:none;}
body.FWSService h3 {font:700 21px/1.3 Arial;color:#0b2545;margin:0 0 12px;}
body.FWSService .fws-lead {font-size:18px;line-height:1.7;margin:0 0 26px;max-width:540px;}
body.FWSService .fws-actions {display:flex;flex-wrap:wrap;gap:12px;}
body.FWSService a.fws-btn {display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:1px solid #006fa6;border-radius:6px;background:#006fa6;color:#fff;font-weight:700;text-decoration:none;}
body.FWSService a.fws-btn:hover {background:#084c73;border-color:#084c73;}
body.FWSService a.fws-secondary {background:white;color:#006fa6;}
body.FWSService .fws-showcase {background:#fff;border:1px solid #dbe9ef;border-radius:24px;padding:36px;text-align:center;box-shadow:0 18px 45px #0b254510;}
body.FWSService .fws-showcase img {width:168px;height:168px;object-fit:contain;display:block;margin:0 auto 24px;}
body.FWSService .fws-showcase p {font-size:15px;margin:0;color:#475569;}
body.FWSService .fws-section {padding:64px 0;}
body.FWSService .fws-section-intro {margin:0 0 30px;max-width:660px;font-size:17px;}
body.FWSService .fws-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
body.FWSService .fws-card {border:1px solid #dce5eb;border-radius:12px;padding:28px;background:#fff;display:flex;flex-direction:column;}
body.FWSService .fws-card img {height:150px;width:150px;object-fit:contain;align-self:center;margin:0 0 28px;}
body.FWSService .fws-card p {margin:0 0 24px;font-size:16px;}
body.FWSService .fws-card a {margin-top:auto;color:#006fa6;font-weight:bold;text-decoration:underline;}
body.FWSService .fws-soft {background:#f6f9fb;}
body.FWSService .fws-benefit {border-top:3px solid #007ca6;padding:24px 8px 0 0;}
body.FWSService .fws-benefit p {margin:0;font-size:16px;}
body.FWSService .fws-service {display:flex;align-items:center;justify-content:space-between;gap:32px;background:#0b2545;border-radius:14px;padding:40px;color:#fff;}
body.FWSService .fws-service h2,body.FWSService .fws-service p {color:#fff;}
body.FWSService .fws-service p {margin:0;max-width:630px;}
body.FWSService .fws-service .fws-btn {background:#fff;color:#0b2545;border-color:#fff;white-space:nowrap;}
body.FWSService #HomeFeaturedProducts {margin:0;padding:0;}
body.FWSService #HomeFeaturedProducts h2 {margin-bottom:30px;}
body.FWSService #HomeFeaturedProducts .ProductList {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0;padding:0;list-style:none;}
body.FWSService #HomeFeaturedProducts .ProductList li {float:none;width:auto!important;margin:0!important;padding:20px!important;border:1px solid #dce5eb;border-radius:10px;background:#fff;}
body.FWSService #HomeFeaturedProducts .ProductImage {height:180px!important;display:flex;justify-content:center;align-items:center;background:#fff;}
body.FWSService #HomeFeaturedProducts .ProductImage img {max-width:100%;max-height:168px;object-fit:contain;}
body.FWSService #HomeFeaturedProducts .ProductDetails {height:auto!important;min-height:60px;margin-top:12px;}
body.FWSService #HomeFeaturedProducts .ProductDetails a {font:600 16px/1.4 Arial;color:#0b2545;}
body.FWSService #HomeFeaturedProducts .ProductPrice {color:#006fa6;font:700 18px/1.5 Arial;}
body.FWSService #HomeFeaturedProducts .ProductActionAdd a {display:inline-block;background:#006fa6;color:white;border-radius:5px;padding:10px 15px;}
body.FWSService #FooterUpper {background:#0b2545;color:#fff;}
body.FWSService #FooterUpper h2 {color:#fff;font-size:19px;letter-spacing:0;}
body.FWSService #FooterUpper a {color:#fff;}
body.FWSService #FooterUpper .Inner {max-width:1160px;width:calc(100% - 48px);}
body.FWSService .fws-skip {position:absolute;left:-9999px;}
body.FWSService .fws-skip:focus {left:20px;top:20px;z-index:10000;background:white;padding:12px;color:#0b2545;}
@media(max-width:900px){
body.FWSService .fws-header {flex-wrap:wrap;gap:18px;}
body.FWSService .fws-logo {max-width:100%;}
body.FWSService .fws-tools {flex-wrap:wrap;gap:15px;}
body.FWSService .fws-hero-grid {gap:30px;}
body.FWSService #HomeFeaturedProducts .ProductList {grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:600px){
body.FWSService .fws-wrap {width:calc(100% - 32px);}
body.FWSService .fws-header {padding:18px 0;}
body.FWSService .fws-logo img {width:260px;}
body.FWSService .fws-tools {width:100%;}
body.FWSService .fws-search {order:3;width:100%;}
body.FWSService .fws-search input {width:100%;min-width:0;}
body.FWSService .fws-nav {gap:12px 20px;justify-content:flex-start;}
body.FWSService .fws-nav a {font-size:14px;}
body.FWSService .fws-hero-grid,body.FWSService .fws-grid {grid-template-columns:1fr;}
body.FWSService .fws-hero-grid {padding:40px 0;}
body.FWSService .fws-section {padding:40px 0;}
body.FWSService .fws-service {display:block;padding:28px;}
body.FWSService .fws-service .fws-btn {margin-top:24px;}
body.FWSService #HomeFeaturedProducts .ProductList {grid-template-columns:1fr;}
}
/* END FWS HOMEPAGE REFRESH */
body.FWSService .fws-product-menu {position:relative;z-index:100;}
body.FWSService .fws-product-menu summary {list-style:none;cursor:pointer;font:700 15px/1.6 Arial;color:#006fa6;}
body.FWSService .fws-product-menu summary::-webkit-details-marker {display:none;}
body.FWSService .fws-product-menu summary:focus-visible {outline:3px solid #006fa6;outline-offset:4px;}
body.FWSService .fws-product-dropdown {position:absolute;top:calc(100% + 12px);left:0;width:310px;max-width:calc(100vw - 32px);max-height:65vh;overflow:auto;background:white;border:1px solid #cbdfe8;border-radius:8px;box-shadow:0 12px 28px #0b25451f;padding:14px;}
body.FWSService .fws-product-dropdown #SideCategoryList {width:100%;margin:0;padding:0;background:white;}
body.FWSService .fws-product-dropdown #SideCategoryList h2 {font:700 18px/1.4 Arial;color:#0b2545;background:none;margin:0 0 10px;padding:0;}
body.FWSService .fws-product-dropdown #SideCategoryList ul {list-style:none;width:100%;padding:0;margin:0;}
body.FWSService .fws-product-dropdown #SideCategoryList li {float:none;width:100%;margin:0;padding:0;border:0;background:none;}
body.FWSService .fws-product-dropdown #SideCategoryList a {display:block;white-space:normal;padding:10px 8px;font:400 15px/1.45 Arial;color:#0b2545;background:white;border-bottom:1px solid #edf2f7;}
body.FWSService .fws-product-dropdown #SideCategoryList a:hover {background:#eff7fa;color:#006fa6;}

/* Servicing page layout; activated only by the /service/ enhancement */
body.FWSService .fws-wrap, body.FWSService #Wrapper, body.FWSService #FooterUpper .Inner {width:calc(100% - 64px)!important;max-width:1440px!important;margin-left:auto!important;margin-right:auto!important;}
body.FWSService #TopMenu, body.FWSService #Wrapper > .Breadcrumb, body.FWSService #LayoutColumn2 > .Left, body.FWSService #LayoutColumn2 > .Right, body.FWSService .PageHeader, body.FWSService .PageContentTitle {display:none!important;}
body.FWSService #LayoutColumn2,body.FWSService #LayoutColumn2 > .ContentArea,body.FWSService .ContentWrapper,body.FWSService #PageContent {width:100%!important;max-width:none!important;float:none!important;margin:0!important;padding:0!important;min-width:0!important;}
body.FWSService .fws-nav a[aria-current="page"] {color:#006fa6;text-decoration:underline;text-underline-offset:6px;}
body.FWSService .fws-service-hero {background:#eff7fa;border-top:1px solid #dce9ef;border-bottom:1px solid #dce9ef;}
body.FWSService .fws-service-hero-grid {display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:56px;align-items:center;padding:48px 0;}
body.FWSService .fws-service-hero h1 {font:700 clamp(32px,3.5vw,48px)/1.12 Arial;color:#0b2545;text-transform:none;letter-spacing:-1px;}
body.FWSService .fws-service-visual {border:1px solid #dce9ef;border-radius:18px;background:white;padding:16px;text-align:center;}
body.FWSService .fws-service-visual img {display:block;width:100%!important;height:380px!important;object-fit:contain;margin:0 auto;}
body.FWSService #PageContent > .BlockContent {display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:24px 48px;padding:48px 0!important;align-items:start;}
body.FWSService .fws-service-copy {grid-column:1;grid-row:1 / span 3;min-width:0;}
body.FWSService .fws-service-copy p {font:18px/1.7 Arial;color:#334155;text-align:left;margin:0 0 22px;}
body.FWSService .fws-service-copy font,body.FWSService .fws-service-copy span {font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;color:inherit!important;}
body.FWSService .fws-service-copy h2 {font:700 28px/1.3 Arial;margin:0 0 24px;color:#0b2545;text-transform:none;}
body.FWSService .fws-service-copy img {display:block;width:100%!important;height:auto!important;max-width:580px;margin:26px auto;border-radius:10px;}
body.FWSService #ContactForm {grid-column:2;grid-row:1;float:none!important;width:100%!important;max-width:none!important;margin:0!important;padding:28px!important;background:#f6f9fb;border:1px solid #dce5eb;border-radius:14px;scroll-margin-top:24px;}
body.FWSService #ContactForm h2 {font:700 28px/1.3 Arial;color:#0b2545;margin:0 0 14px;text-transform:none;}
body.FWSService #ContactForm .fws-service-form-intro {font:16px/1.6 Arial;color:#334155;margin:0 0 24px;}
body.FWSService #ContactForm .FormContainer {padding:0!important;margin:0!important;width:100%!important;}
body.FWSService #ContactForm dl {padding:0;margin:0;}
body.FWSService #ContactForm dt {float:none!important;width:auto!important;text-align:left!important;margin:0 0 6px!important;padding:0!important;font:600 16px/1.5 Arial;color:#0b2545;}
body.FWSService #ContactForm dd {float:none!important;width:auto!important;min-width:0;margin:0 0 20px!important;padding:0!important;}
body.FWSService #ContactForm input:not([type="submit"]):not([type="hidden"]),body.FWSService #ContactForm textarea,body.FWSService #ContactForm select {box-sizing:border-box;width:100%!important;max-width:100%!important;min-height:46px;padding:12px!important;border:1px solid #b7cbd7;border-radius:6px;background:white;color:#334155;font:16px/1.5 Arial;}
body.FWSService #ContactForm textarea {height:150px;resize:vertical;}
body.FWSService #ContactForm input[type="submit"] {appearance:none;min-height:48px;height:auto!important;line-height:1.4!important;padding:12px 24px!important;border:1px solid #006fa6;border-radius:6px;background:#006fa6!important;color:white!important;font:700 16px/1.4 Arial!important;cursor:pointer;text-indent:0!important;}
body.FWSService #ContactForm .Submit {margin:0;padding:0;}
body.FWSService #PageContent > .BlockContent > .ErrorMessage {grid-column:2;grid-row:2;margin:0;color:#8b1e1e;background:#fff1f1;padding:14px;border-radius:6px;}
@media(max-width:900px) {
body.FWSService .fws-service-hero-grid {gap:28px;}
body.FWSService #PageContent > .BlockContent {grid-template-columns:minmax(0,1fr);gap:28px;}
body.FWSService .fws-service-copy {grid-column:1;grid-row:1;}
body.FWSService #ContactForm {grid-column:1;grid-row:2;}
body.FWSService #PageContent > .BlockContent > .ErrorMessage {grid-column:1;grid-row:3;}
}
@media(max-width:600px) {
body.FWSService .fws-wrap,body.FWSService #Wrapper,body.FWSService #FooterUpper .Inner {width:calc(100% - 32px)!important;}
body.FWSService .fws-service-hero-grid {grid-template-columns:1fr;padding:32px 0;}
body.FWSService .fws-service-visual img {height:300px!important;}
body.FWSService #ContactForm {padding:16px!important;}
body.FWSService #ContactForm dd {overflow-wrap:anywhere;}
body.FWSService .fws-nav {position:relative;}
body.FWSService .fws-product-menu {position:static;}
body.FWSService .fws-product-dropdown {left:0;top:100%;width:100%;max-width:100%;}
}
/* END servicing page enhancement */

/* Consolidated Account dropdown — all pages */
#TopMenu .fws-account-toolbar {display:flex;align-items:center;justify-content:flex-end;gap:24px;padding:10px 0;}
#TopMenu .fws-account-toolbar > .HeaderLiveChat {margin-right:auto;}
.fws-account-menu {position:relative;z-index:1000;font:15px/1.5 Arial,Helvetica,sans-serif;}
.fws-account-menu > summary {display:flex;align-items:center;gap:7px;min-height:44px;padding:8px 0;cursor:pointer;list-style:none;font:700 15px/1.5 Arial,Helvetica,sans-serif;color:#0b2545;}
.fws-account-menu > summary::-webkit-details-marker {display:none;}
.fws-account-menu > summary:focus-visible {outline:3px solid #006fa6;outline-offset:3px;}
.fws-account-dropdown {position:absolute;right:0;top:100%;width:260px;max-width:calc(100vw - 32px);padding:12px!important;background:#fff;border:1px solid #cbdfe8;border-radius:10px;box-shadow:0 12px 30px #0b25451f;max-height:70vh;overflow:auto;text-align:left;}
.fws-account-menu:not([open]) > .fws-account-dropdown {display:none!important;}
#TopMenu .fws-account-dropdown ul,.fws-account-dropdown ul {display:block!important;float:none!important;list-style:none;width:100%!important;margin:0!important;padding:0!important;}
#TopMenu .fws-account-dropdown li,.fws-account-dropdown li {float:none!important;width:100%!important;border:0!important;background:none!important;padding:0!important;margin:0!important;}
#TopMenu .fws-account-dropdown a,body .fws-tools .fws-account-dropdown a {display:block!important;float:none!important;margin:0!important;padding:11px 12px!important;background:#fff!important;color:#0b2545!important;font:400 15px/1.5 Arial,Helvetica,sans-serif!important;text-decoration:none!important;text-indent:0!important;height:auto!important;white-space:normal!important;border:0!important;}
#TopMenu .fws-account-dropdown a:hover,body .fws-tools .fws-account-dropdown a:hover {background:#eef7fb!important;color:#006fa6!important;}
.fws-account-dropdown .accLink {float:none!important;margin:0!important;padding:0!important;}
.fws-account-dropdown .currency-converter {float:none!important;margin:10px 0 0!important;padding:12px!important;border-top:1px solid #dce5eb;}
.fws-account-dropdown .currency-converter p {font:13px/1.5 Arial!important;color:#475569!important;margin:0!important;}
body.fws-account-in-header #TopMenu {display:none!important;}
body.fws-account-in-header .fws-tools {overflow:visible;}
@media(max-width:600px) {
 body.fws-account-in-header .fws-tools {position:relative;}
 body.fws-account-in-header .fws-account-menu {position:static;}
 body.fws-account-in-header .fws-account-dropdown {top:100%;right:0;}
 #TopMenu .fws-account-toolbar {width:calc(100% - 32px);}
}
/* End Account dropdown */


/* FWS UNIFIED STOREFRONT — shared templates and native commerce controls */
body.FWSUnified {font:16px/1.6 Arial,Helvetica,sans-serif;color:#334155;background:white;}
body.FWSUnified .fws-wrap,body.FWSUnified #Wrapper,body.FWSUnified #FooterUpper .Inner {width:calc(100% - 64px)!important;max-width:1440px!important;margin-left:auto!important;margin-right:auto!important;}
body.FWSUnified #Wrapper {padding-top:28px;padding-bottom:48px;}
body.FWSUnified .fws-gallery {max-width:1000px!important;}
body.FWSUnified #FWSUnifiedHeader {overflow:visible;position:relative;z-index:100;}
body.FWSUnified .fws-logo img {width:310px;height:auto;max-width:100%;}
body.FWSUnified a {color:#006fa6;}
body.FWSUnified .fws-nav a[aria-current="page"] {color:#006fa6;text-decoration:underline;text-underline-offset:6px;}
body.FWSUnified h1,body.FWSUnified h2,body.FWSUnified h3,body.FWSUnified h4,body.FWSUnified h5 {font-family:Arial,Helvetica,sans-serif!important;color:#0b2545;text-transform:none;line-height:1.3;}
body.FWSUnified #Wrapper h1 {font-size:clamp(28px,3vw,40px);background:none;padding:0;margin:0 0 24px;}
body.FWSUnified #Wrapper h2 {font-size:26px;background:none;margin:24px 0 16px;}
body.FWSUnified #Wrapper h3 {font-size:21px;}
body.FWSUnified #Wrapper p,body.FWSUnified #Wrapper li,body.FWSUnified #Wrapper td {line-height:1.65;}
body.FWSUnified #PageContent p,body.FWSUnified #ProductDescription p {font:18px/1.7 Arial;color:#334155;text-align:left;margin-bottom:20px;}
body.FWSUnified #PageContent font,body.FWSUnified #ProductDescription font {font-family:inherit!important;color:inherit!important;font-size:inherit!important;}
body.FWSUnified #PageContent img {max-width:100%;height:auto;}
body.FWSUnified #ProductDescription h1 {font-size:28px;}
body.FWSUnified #ProductDescription h2 {font-size:25px;}
body.FWSUnified #ProductDescription .ProductDescriptionContainer {max-width:1100px;margin:0 auto;}
body.FWSUnified #Wrapper .Breadcrumb {margin:0 0 24px;padding:0;background:none;border-bottom:1px solid #e2e8f0;}
body.FWSUnified #Wrapper .Breadcrumb li {font-size:14px;text-transform:none;}
body.FWSUnified #Wrapper > .Content,body.FWSUnified #Wrapper #LayoutColumn1,body.FWSUnified #Wrapper #LayoutColumn2 {width:100%!important;max-width:none;float:none;margin:0;min-width:0;}
body.FWSUnified #Wrapper #LayoutColumn1,body.FWSUnified #Wrapper #LayoutColumn2 {display:flex;flex-wrap:wrap;align-items:flex-start;gap:28px;}
body.FWSUnified #Wrapper #LayoutColumn1 > .Left,body.FWSUnified #Wrapper #LayoutColumn2 > .Left {float:none;width:220px;flex:0 0 220px;margin:0;}
body.FWSUnified #Wrapper #LayoutColumn1 > .Content,body.FWSUnified #Wrapper #LayoutColumn2 > .Content {float:none;flex:1 1 0;width:auto!important;min-width:0;margin:0;}
body.FWSUnified #Wrapper #LayoutColumn1 > .Right,body.FWSUnified #Wrapper #LayoutColumn2 > .Right {display:none;}
body.FWSUnified #Wrapper .ContentWrapper,body.FWSUnified #Wrapper .ContentArea {max-width:100%;min-width:0;}
body.FWSUnified.ProductPage #Wrapper #LayoutColumn1 > .Left {display:none;}
body.FWSUnified .Left .Block {border:1px solid #dce5eb;border-radius:10px;padding:16px;background:#fff;margin-bottom:20px;}
body.FWSUnified .Left h2 {font-size:18px!important;margin:0 0 14px!important;padding:0!important;color:#0b2545!important;}
body.FWSUnified .Left a {font:15px/1.5 Arial;color:#0b2545;}
body.FWSUnified #fws-product-categories .Block {width:100%;margin:0;padding:0;background:white;}
body.FWSUnified #fws-product-categories h2 {font-size:18px;margin:0 0 10px;}
body.FWSUnified #fws-product-categories ul {list-style:none;padding:0;margin:0;}
body.FWSUnified #fws-product-categories li {float:none;width:100%;margin:0;padding:0;background:none;}
body.FWSUnified #fws-product-categories a {display:block;padding:10px 8px;font:400 15px/1.5 Arial;color:#0b2545;text-decoration:none;border-bottom:1px solid #edf2f7;}
body.FWSUnified #fws-product-categories a:hover {background:#eef7fb;color:#006fa6;}
/* Real native action controls only. Hidden controls keep their display state. */
body.FWSUnified :is(input[type="submit"],input[type="button"],button.btn,a.btn,a.button,a.Button,.ProductActionAdd a,.CompareNowLink,.CheckoutButton a) {
 box-sizing:border-box;min-height:46px!important;height:auto!important;line-height:1.4!important;padding:12px 20px!important;margin-top:8px;background:#006fa6!important;background-image:none!important;color:#fff!important;border:1px solid #006fa6!important;border-radius:7px!important;font:700 15px/1.4 Arial,Helvetica,sans-serif!important;text-indent:0!important;text-decoration:none!important;text-transform:none!important;white-space:normal;cursor:pointer;box-shadow:none;
}
body.FWSUnified :is(input[type="submit"],input[type="button"],button.btn,a.btn,a.button,a.Button,.ProductActionAdd a,.CompareNowLink,.CheckoutButton a):hover {background:#084c73!important;border-color:#084c73!important;}
body.FWSUnified button.btn span,body.FWSUnified a.btn span {position:static!important;background:none!important;color:inherit!important;font:inherit!important;padding:0!important;margin:0!important;line-height:inherit!important;white-space:normal;}
body.FWSUnified :is(input,button):disabled {opacity:.55;cursor:not-allowed;}
body.FWSUnified :is(a,button,input,textarea,select,summary):focus-visible {outline:3px solid #0088bb!important;outline-offset:3px!important;}
body.FWSUnified .WishListButton,body.FWSUnified .btn-secondary:not(.AddCartButton) {border-color:#006fa6;}
body.FWSUnified :is(input.Textbox,input.Field250,input.Field200,input.Field400,textarea) {max-width:100%;box-sizing:border-box;min-height:44px;padding:10px 12px;border:1px solid #b7cbd7;border-radius:6px;background:white;color:#334155;font:16px/1.5 Arial;}
body.FWSUnified form textarea {min-height:130px;}
body.FWSUnified form label,body.FWSUnified form dt {font-family:Arial;color:#0b2545;}
body.FWSUnified .ErrorMessage {color:#8b1e1e;background:#fff1f1;border-color:#e8b4b4;border-radius:7px;padding:14px;}
body.FWSUnified .SuccessMessage {color:#175337;background:#eef9f2;border-radius:7px;padding:14px;}
body.FWSUnified #ProductDetails > .BlockContent {display:flex;flex-wrap:wrap;gap:32px;align-items:flex-start;}
body.FWSUnified #ProductDetails .ProductAside {float:none;width:calc(50% - 16px);margin:0;min-width:0;}
body.FWSUnified #ProductDetails .ProductMain {float:none;width:calc(50% - 16px);margin:0;padding:28px;background:#f6f9fb;border:1px solid #dce5eb;border-radius:12px;box-sizing:border-box;}
body.FWSUnified #ProductDetails > .BlockContent > :not(.ProductAside):not(.ProductMain) {flex-basis:100%;max-width:100%;}
body.FWSUnified #ProductDetails .ProductThumbWrap {max-width:100%;border:1px solid #dce5eb;border-radius:12px;padding:16px;}
body.FWSUnified #ProductDetails .ProductThumb {max-width:100%!important;min-width:0!important;}
body.FWSUnified #ProductDetails .ProductThumb img {max-width:100%!important;object-fit:contain;}
body.FWSUnified #ProductDetails .ProductPrice {font:700 32px/1.3 Arial;color:#006fa6;}
body.FWSUnified #ProductDetails .AddCartAction {display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;}
body.FWSUnified #ProductDetails .DetailRow {font:16px/1.6 Arial;}
body.FWSUnified #prodAccordion {width:100%;margin-top:20px;}
body.FWSUnified #prodAccordion > .Block > h2 {padding:18px 20px;background:#eff7fa;border:1px solid #dce5eb;border-radius:8px;color:#0b2545;}
body.FWSUnified .fws-catalog-grid {display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;list-style:none;margin:0!important;padding:0!important;width:100%!important;}
body.FWSUnified .fws-catalog-grid > li {width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:20px!important;border:1px solid #dce5eb;border-radius:10px;background:white;float:none!important;clear:none!important;}
body.FWSUnified .SortBox,body.FWSUnified .SortOptions {font:15px/1.5 Arial;color:#334155;margin-bottom:24px;}
body.FWSUnified .PagingList a {display:inline-block;min-width:36px;min-height:36px;padding:7px;text-align:center;border:1px solid #cbdfe8;border-radius:5px;}
body.FWSUnified #CartContent .CartContents {width:100%;border-collapse:collapse;font:16px/1.6 Arial;}
body.FWSUnified #CartContent .CartContents th {background:#eff7fa;color:#0b2545;padding:16px;}
body.FWSUnified #CartContent .CartContents td {padding:16px;border-bottom:1px solid #e2e8f0;}
body.FWSUnified #CartContent .CartContents h5 {font-size:17px;}
body.FWSUnified #CartContent .ProductPrice {color:#006fa6;font-weight:700;}
body.FWSUnified #CartContent form#cartForm {overflow-x:auto;}
body.FWSUnified .CreateAccount,body.FWSUnified .AccountLogin {max-width:100%;padding:24px;border:1px solid #dce5eb;border-radius:10px;background:#f6f9fb;box-sizing:border-box;}
body.FWSUnified #FooterUpper {background:#0b2545;color:white;margin-top:36px;}
body.FWSUnified #FooterUpper .footerwrapper {display:flex;flex-wrap:wrap;gap:28px;}
body.FWSUnified #FooterUpper .Column {float:none;flex:1 1 200px;min-width:0;width:auto;margin:0;}
body.FWSUnified #FooterUpper h2 {font-size:19px!important;color:white!important;background:none!important;}
body.FWSUnified #FooterUpper a {color:white;}
body.FWSUnified #FooterUpper .credit {flex-basis:100%;font-size:13px;}
body.FWSUnified #FooterUpper input:not([type="submit"]) {max-width:100%;font:16px Arial;padding:10px;min-height:42px;border-radius:5px;}
body.FWSUnified #ModalContainer {max-width:calc(100vw - 24px)!important;}
@media(max-width:1000px){body.FWSUnified .fws-catalog-grid {grid-template-columns:repeat(2,minmax(0,1fr));}body.FWSUnified #Wrapper #LayoutColumn1 > .Left,body.FWSUnified #Wrapper #LayoutColumn2 > .Left {flex-basis:190px;width:190px;}}
@media(max-width:767px){
body.FWSUnified .fws-wrap,body.FWSUnified #Wrapper,body.FWSUnified #FooterUpper .Inner {width:calc(100% - 32px)!important;}
body.FWSUnified #Wrapper #LayoutColumn1,body.FWSUnified #Wrapper #LayoutColumn2 {display:block;}
body.FWSUnified #Wrapper #LayoutColumn1 > .Left,body.FWSUnified #Wrapper #LayoutColumn2 > .Left {width:100%;margin-bottom:24px;}
body.FWSUnified #ProductDetails .ProductAside,body.FWSUnified #ProductDetails .ProductMain {width:100%;}
body.FWSUnified #ProductDetails .ProductMain {padding:20px;}
body.FWSUnified #Wrapper h1 {font-size:30px;}
body.FWSUnified #CartContent .CartContents td {padding:10px;}
body.FWSUnified .CreateAccount,body.FWSUnified .AccountLogin {width:100%!important;float:none!important;margin:0 0 24px;}
body.FWSUnified #ModalContainer {left:12px!important;margin-left:0!important;width:calc(100vw - 24px)!important;}
}
@media(max-width:480px){body.FWSUnified .fws-catalog-grid {grid-template-columns:minmax(0,1fr);}}
/* End unified storefront */

/* FWS product card correction — append at the END of Styles/styles.css */
body.FWSUnified .fws-catalog-grid > li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px 32px;
    grid-template-rows: 180px 1fr auto 48px;
    gap: 14px 8px;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    float: none !important;
    clear: none !important;
    align-content: start;
}
body.FWSUnified .fws-catalog-grid .ProductImage {
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 180px !important;
    min-height: 0 !important;
    line-height: normal !important;
    padding: 6px !important;
    margin: 0 !important;
    border: 0 !important;
}
body.FWSUnified .fws-catalog-grid .ProductImage > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    line-height: normal !important;
}
body.FWSUnified .fws-catalog-grid .ProductImage img {
    display: block;
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 168px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
}
body.FWSUnified .fws-catalog-grid .ProductDetails {
    grid-column: 1 / -1;
    grid-row: 2;
    height: auto !important;
    min-height: 108px;
    margin: 0 !important;
    padding: 16px 0 0 !important;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}
body.FWSUnified .fws-catalog-grid .ProductDetails strong {
    display: block;
    margin-bottom: 12px;
}
body.FWSUnified .fws-catalog-grid .ProductDetails em {
    display: block;
    color: #006fa6;
    font: 700 17px/1.5 Arial, Helvetica, sans-serif;
}
body.FWSUnified .fws-catalog-grid .RetailPriceValue {
    color: #64748b;
    font-size: 14px;
    font-weight: 400;
    margin-right: 6px;
}
body.FWSUnified .fws-catalog-grid .ProductPriceRating {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0 !important;
    min-height: 20px;
}
body.FWSUnified .fws-catalog-grid .ProductActionAdd {
    grid-column: 1;
    grid-row: 4;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: center;
}
body.FWSUnified .fws-catalog-grid .ProductActionAdd a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto !important;
    min-height: 44px;
    margin: 0 !important;
    padding: 10px 8px !important;
    line-height: 1.3 !important;
    background: #006fa6 !important;
    border: 1px solid #006fa6 !important;
    border-radius: 6px;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700;
    text-decoration: none !important;
    text-indent: 0 !important;
    white-space: normal;
}
body.FWSUnified .fws-catalog-grid .ProductActionAdd a:hover {
    background: #084c73 !important;
    border-color: #084c73 !important;
}
body.FWSUnified .fws-catalog-grid .compare,
body.FWSUnified .fws-catalog-grid .addtowishlist {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: center;
    justify-self: center;
    grid-row: 4;
}
body.FWSUnified .fws-catalog-grid .compare { grid-column: 3; }
body.FWSUnified .fws-catalog-grid .addtowishlist { grid-column: 2; }
body.FWSUnified .fws-catalog-grid .compare a,
body.FWSUnified .fws-catalog-grid .addtowishlist a {
    margin-top: 0 !important;
}
/* END FWS product card correction */

body.FWSUnified .fws-promotion {width:calc(100% - 64px)!important;max-width:1440px!important;}
body.FWSUnified .fws-promotion .slide-show,body.FWSUnified .fws-promotion .flex-viewport,body.FWSUnified .fws-promotion .slides,body.FWSUnified .fws-promotion .slides > li {height:auto!important;}
body.FWSUnified .fws-promotion .slide-image {position:relative!important;display:block!important;width:100%!important;height:auto!important;top:auto!important;left:auto!important;}
@media(max-width:767px){body.FWSUnified .fws-promotion {width:calc(100% - 32px)!important;}}
