/**
 * Main CSS Stylesheet
 *
 * @copyright Copyright 2003-2024 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: Scott Wilson 2024 Apr 07 Modified in v2.0.1 $
 */

/*bof basic elements*/
body {margin:0;font-family:verdana, arial, helvetica, sans-serif;font-size:72.5%;line-height:140%;}
/*general link styles*/
a img {border:none;}
a:link, #navEZPagesTOC ul li a {text-decoration:underline;}
a:visited {text-decoration:underline;}
.sideBoxContent a:visited{
    color: #000;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover{}
a:active {}
/*heading styles*/
h1 {font-size:1.8em;line-height:25px;}
h2 {font-size:1.4em;}
h3 {font-size:1.3em;}
h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .larger{font-size:1.1em;}
h1, h2, h3, h4, h5, h6 {margin:20px 0;}
.biggerText {font-size:1.2em;line-height:160%;}
P, ADDRESS {}
.attributesImages{

}
#logoWrapper{
    background-image: url('../../../../images/header_bg.jpg');
    background-repeat: no-repeat;
    background-color: #ffffff;
    overflow: hidden;
    background-position: top right;
    height: 129px;
    width:100% !important;
}
.cartImage img{
    width: 100px;
    height: 120px;
}
.cartQuantity{
    color: #000 !important;
}
.cartQuantity input{
    border: 1px solid #ddd;
    outline: none;
    border-radius: 5px;
}
.cartProductDisplay{
    color: #000 !important;
}
.cartProductDisplay a span{
    /* display: block !important; */
}
.shipping-checkout-methods{
width:max-content;
display: flex;
align-items: center;
gap: 5px;
}

.shipping-checkout-methods legend{
    text-align: left !important;
    width: 140px !important;
    padding:0 !important;
    font-size: 1.2em !important;
}
.shipping textarea{
    outline: none;
    border: 1px solid #ddd;
    resize: none;
    padding: 5px;
}
#checkoutSuccessHeading{
    margin: -0.1em 0 10px;
}
ADDRESS {font-style:normal;}
HR {height: 1px;margin-top:0.5em;border:none;}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch {float:left;}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal {text-align:center;}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {margin:0.5em;}
/*floats and clears*/
.back {float:left;}
.forward, #shoppingCartDefault #PPECbutton {float:right;}
.clearBoth {clear:both;}
.bold {font-weight:bold;}
.hiddenField {display:none;}
.visibleField {display:inline;}
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {vertical-align:top;}
.alert {margin-left:0.5em;}
.important {font-weight:bold;}
.gvBal {float:right;}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {padding:0.8em;}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {font-size:0.9em;}
.information {padding: 10px 3px; line-height: 150%;}
.group:after {content: "";display:table;clear:both;}
/*blue text color change to your color*/
.blue{}
.blue:hover{}
.last{border:none !important;}
.no-fouc {display: none;}
.italic{font-style:italic;}
.back-margin{margin-top:30px;}
.onerow-fluid{}

#aboutUsHeading{
    color: maroon;
}

/*bof form elements*/

#createAcctDefaultHeading{
text-align: center;
color: maroon;

}
.personal-details-txt{
color: maroon;
}
#createAcctDefaultLoginLink{
    color: maroon;
}
#createAcctDefaultLoginLink a{
    color: blue !important;
    text-decoration: none;
}
#createAcctDefaultLoginLink a:hover{
    color: red !important;
}
.account-details-groups{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}
.account-details-groups span{
    color: #fff;
    padding: 5px 8px;
    margin-bottom: 8px;
}
.account-details-groups select{
    outline: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.account-newsletter-check{
    display: flex;
    align-items: flex-start;
}
.account-newsletter-check input{
    width: 15px !important;

}
.account-submit-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-menu-star{
    background-color:transparent !important;
}
#createAccountForm{
    max-width: 600px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0px auto;
}
#createAccountForm input{

}
.create-account-form-fields-grps{
    display: flex;
    gap: 20px;
}
.create-account-form-fields-groups{

}
.create-account-form-label-text{
  display: block;
}
.create-account-form-input-field input{
    outline: none !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    max-width: 400px;   /* Maximum width of 400px */
    min-width: 260px;   /* Minimum width of 200px */
}
.create-account-form-input-field select{
    outline: none !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    max-width: 400px;   /* Maximum width of 400px */
    min-width: 260px;   /* Minimum width of 200px */
}
.create-account-form-input-email-field input{
    width: 100% !important;
    outline: none !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
}
CODE {font-family:arial, verdana, helvetica, sans-serif;font-size:1em;}
input{height:35px;padding-left:5px;margin-bottom:10px;}
select{border:none;padding-left:5px;width:51%;}
input:focus, select:focus, textarea:focus {}
legend{padding:0;display:table;text-align:left;padding:10px 0;font-size:1.3em;}
.gvFaqDefaultHeading{
    color: #990100;
    font-size: 1.5em;
    margin: 0.3em 0;
}
.redeem-info-txt{
    text-align: left !important;
    border: 1px solid #4c0000;
    font-weight: bold;
    font-size: 1em;
    padding: 0.3em 0.5em;
    color: #ffffff;
    background-color: #B70B21;
    width:max-content;
}
.input-field-txt-redeem{
    font-size: 1em;
    color: #990100;
}
.lookup-gv-redeem{
    outline: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}
fieldset{
    border: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
    min-width: 0;
}

.login-signup-data{
    display: flex;
    justify-content: space-between;
}
.signup-data{
    border:1px solid #ddd;
    width:28em;
}
a.signup-btn{
    background:#ce5a09;
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    display: inline-block;
    margin: 55px 0 0 0;
    padding: 8px 20px;
    border-radius: 3px;
    float: right;
}

a.signup-btn:active{
    color: #fff;
}
.login-fieldset{
    border:1px solid #ddd;
    padding-bottom:20px;
    padding-top:20px;
    width:23em;
}
.login-txt{
    margin: 0;
    width: 22em;
    margin-bottom: 15px;
}
.login-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-btn{
    float: none;
}
.login-btn input{
    background:#ce5a09 !important;
}
.login-fieldset label{
width: 10em;
float: left;
font-size: 1em;
color: #990100;
}
#login-email-address,#login-password{
    width: 50% !important;
    height: 25px;
}
.forgot-password{
    margin: 0 !important;
}
.forgot-password a{
    color: #3300FF !important;
    text-decoration: none !important;
    font-size: 0.9em !important;
}
.forgot-password a:hover{
    color: red !important;
}
.login-fieldset input{
    border: 1px solid #ddd;
    outline: none;
    border-radius: 3px;
}
body:not(:-moz-handler-blocked) fieldset{display:table-cell;}
fieldset > fieldset{}
fieldset fieldset legend{text-align:left;padding:0;margin:0;position:relative;left:20px;font-size:120%;display:table;background:none;}
fieldset p{margin-left:20px;}
fieldset h3, fieldset address, #advSearchDefault input, fieldset select, fieldset input[type=radio], fieldset input[type=checkbox]{margin-left:20px;}
option{}
LABEL, h4.optionName {line-height:1.5em;padding:0.2em;}
LABEL.checkboxLabel, LABEL.radioButtonLabel {margin:0.5em 0.3em;}
LABEL.inputLabelPayment {width:15em;float:left;}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {width:12em;float:left;}
LABEL#textAreaReviews {font-weight:normal;margin:1em 0;}
input[type=text]{width:50%;}
#password-current, #login-password, #password-new, #password-confirm{width:50%;}
input[type=radio], input[type=checkbox]{margin-top:8px;vertical-align:middle;height:auto;}
input[type=file], input[type=image]{border:none;width:auto;height:auto;}
input[type=tel], input[type=email], input[type=password]{width:50%;}
select#country,  #advSearchDefault select, select#stateZone {height:34px;}
.wrapperAttribsOptions select{
    border-radius: 3px !important;
    border: 1px solid #868686 !important;
}
.product-info-display-cart{
    display: flex;
    flex-direction: column-reverse;
}
.wrapperAttribsOptions select:focus{
    border-radius: 0px !important;
}
select#send-to {font-size: 1.1em; margin-bottom: 10px; margin-left: 0;}
select#country, select#stateZone, #state {margin-left:0;}
.ccinfo select{width:auto;height:25px;margin-bottom:10px;}
.sideBoxContent select{width:90%; margin: auto; margin-bottom: 5px;}
#currenciesContent select{height:35px;}
#loginDefaultHeading{
    font-size: 1.5em;
    color: #990100;
    font-family: arial;
    margin: 0;
}
/*bof warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {line-height:1.8em;padding:5px 20px;}
.messageStackWarning, .messageStackError {}
.messageStackSuccess {}
.messageStackCaution {}

/*bof wrappers - page or section containers*/
#mainWrapper {text-align:left;width:100%;vertical-align:top;}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage,
#popupImage {margin:0;padding:0;}
#contentMainWrapper{padding-bottom:30px;}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper{margin:auto;}
#mainWrapper{}
#sendSpendWrapper {padding:20px 0;width:100%;}
#sendSpendWrapper .buttonRow{margin-right:20px;}
.floatingBox, #accountLinksWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {margin:0;width:47%;}
.floatingBox{width:46%;}
#loginDefault .floatingBox{min-height:240px;}
.shippingEstimatorWrapper {padding:0.5em;}
.payment-form-table{
    width: auto !important;
}
#discountcouponInfoHeading{
    margin: 0.1em 0 0.8em;
    font-size: 1.5em;
    color: #990100;
    font-family: arial;
}
.discountcouponInfo-fieldset{
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.discountcouponInfo-fieldset label{
    font-size: 1em;
    color: #990100;
}
.discountcouponInfo-fieldset input{
    border: 1px solid #ddd;
    outline: none;
}
.discountcouponInfo-fieldset legend{
    border: 1px solid #4c0000;
    font-weight: bold;
    font-size: 1em;
    padding: 0.3em 0.5em;
    color: #ffffff;
    background-color: #B70B21;
}
.question-heading{
    font-size: 1em;
    color: #990100;
    font-weight: bold;
    }
.order-field-on-payment-page td{
    background-color: #fff !important;
    color: #000 !important;
}
.order-field-on-payment-page td input{
    width: 100%;
    border: 1px solid #ddd;
    outline: none;
    height: 20px;
    padding: 5px 8px;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.email-field-on-payment-page td{
    background-color: #fff !important;
    color: #000 !important;
    padding-left: 0px !important;
}
.email-field-on-payment-page td input{
    width: 100%;
    border: 1px solid #ddd;
    outline: none;
    height: 20px;
    padding: 5px 8px;
    box-sizing: border-box;
    margin-bottom: 0px;

}
.amount-field-on-payment-page td{
    background-color: #fff !important;
    color: #000 !important;
    padding-left: 0px !important;

}
.amount-field-on-payment-page td input{
    width: 100%;
    border: 1px solid #ddd;
    outline: none;
    height: 20px;
    padding: 5px 8px;
    box-sizing: border-box;
    margin-bottom: 0px;

}
.payment-formbtn{
    margin-left: 130px;
    margin-top: 10px;
}
.payment-formbtn input{
    outline: none;
    background: #a3041f;
    border: none;
    color: #fff;
    cursor: pointer;
}
#productAttributes{
    display: flex;
    gap:10px;
}
.attributes-image-size{
width: 200px !important;
height: 250px !important;
max-width: max-content;
}

.attributesoptions-info-text{
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #e09e7a;
    border-top: 1px dashed #e09e7a;
    padding-bottom: 10px;
}
.wrapperAttribsOptions{
    display: flex !important;
    flex-direction: row !important;
    width: max-content;
}
.wrapperAttribsOptions h4{
    font-size: 1em;
    color: #990100;
}
.attribBlock .wrapperAttribsOptions .back select{
    background-color: #fff !important;
    border: 1px solid #000;
    border-radius: 5px;
}
#logoffDefaultHeading{
    font-size: 1.5em !important;
    color: #990100;
    font-family: arial !important;
    margin: 0.1em 0 !important;
}
.logoff-account{
    text-decoration: none !important;
    color: blue !important;
}
a.logoff-account:hover{
    color: red !important;
}
.store-owner-link{
    color: blue !important;
    text-decoration: none !important;
}
a.store-owner-link:hover{
color: red !important;
}

.contact-us-link{
    color: blue !important;
    text-decoration: none !important;
}
a.contact-us-link:hover{
    color: red !important;
}

/*bof header*/
#headerWrapper{}
/*top left navigation*/
#navMainWrapper {margin:0;padding:5px 20px;height:1%;width:100% !important;box-sizing: border-box;}
#navMain{}
#navMain ul  {margin:0;padding:0.5em 0;list-style-type:none;text-align:left;line-height:1.5em;}
#navMain ul li {display:inline;}
#navMain ul li a {text-decoration:underline;padding-right:8px;margin:0;white-space:nowrap;font-size: 12px;}
#navMain ul li a.navCartContentsIndicator {padding: 8px;margin-right: 5px;}

/*top right search*/
#navMainSearch {width:38%;text-align:right;}
#navMainSearch input[type=text]{vertical-align:top;display:inline-block;border:0;width:65% !important;height:32px;margin:0;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;background-color: #ffffff;outline: none;}
#navMainSearch input[type=submit]{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;display:inline-block;margin:0;height:32px;}

.cart-add input[type=text]{vertical-align:top;display:inline-block;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;height:42px;border:3px solid #ccc;}
.cart-add input[type=submit], #navMainSearch input[type=submit]{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;display:inline-block;margin:0;height:32px;}


/*top middle*/
#logo{margin:0;}
#tagline {font-size:1.8em;text-align:center;margin-top:10px;}
/*top categories tabs navigation*/
#navCatTabsWrapper {margin:0;width:100%;}
#navCatTabs ul {font-size:0;text-align:center;overflow:hidden;}
#navCatTabs li {font-size:0.75rem;display: inline-block;margin-top:0;}
#navCatTabs ul li:last-child{}
#navCatTabs li a {text-decoration: underline;padding: 1.2em 1.0em;display: block;}
#navCatTabs li a:hover {}
#navCatTabs li:hover{}
span.category-subs-selected {font-weight: bold;}

/*top ezpages links*/
#navEZPagesTop {margin:0;width:100%;}
#navEZPagesTop ul {font-size:0;text-align:center;overflow:hidden;}
#navEZPagesTop li {font-size:0.75rem;display: inline-block;margin-top:0;}
#navEZPagesTop ul li:last-child{}
#navEZPagesTop li a {text-decoration: underline;padding: 1.2em 1.0em;display: block;}
#navEZPagesTop li a:hover {}


.pagination ul {font-size:0;text-align:right;overflow:hidden;padding:0;}
.pagination li {font-size:0.7rem;display: inline-block;margin-top:0;}
.pagination li:first-child{border-left:0;}
.pagination li a {
    text-decoration: none;
    display: block;
}
.pagination li a:hover {
    background: #e2092e !important;
    color: #fff !important;
}
#checkoutNewAddress fieldset{
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 20px;
}
#checkoutNewAddress fieldset input{
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
#checkoutNewAddress fieldset select{
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.pagination .current{}

/*breadcrumbs*/
#navBreadCrumb {margin:0;padding:0.5em;font-weight: 600;}
#navBreadCrumb a{text-decoration:none;color: #000;font-weight: 600;}
#navBreadCrumb a:visited{}
/*view cart icon for phones*/
#navMain i.fa.fa-share{position:relative;top:-10px;left:-10px;}

/*bof footer*/
/*bottom ezpages links*/
#navSuppWrapper {margin:0;width:100%;}
#navSupp ul {font-size:0;text-align:center;}
#navSupp li {font-size:10px;font-weight:bold; display: inline-block;margin-top:0;}
#navSupp ul li:last-child{}
#navSupp li a {text-decoration: underline;padding: 1.2em 1.0em;display: block;}
#navSupp li a:hover {}
/*footer copyright*/
#siteinfoIP, #siteinfoLegal, #bannerSix{font-weight:normal;padding:1.0em 0;margin:0;}
#siteinfoLegal a{}
#siteinfoLegal a:hover{}

/*bof ezpages*/
#navEZPagesTOCWrapper {float:right;padding:0 20px 20px 20px;margin:0 0 20px 20px;}
#navEZPagesTOC ul {margin:0;padding:0.5em 0;list-style-type:none;line-height:1.5em;}
#navEZPagesTOC ul li {white-space:nowrap;font-size:130%;line-height:150%;}
#navEZPagesTOC ul li a {padding:0 0.5em;margin:0;text-decoration:underline;}
#navEZPageNextPrev{margin-bottom:30px;}

/*bof left and right hand columns*/
/*styles for centerbox, left and right hand headings*/
h2.centerBoxHeading, h3.rightBoxHeading, h3.leftBoxHeading{font-size:1.2em;font-weight:normal;}
h3.rightBoxHeading a, h3.leftBoxHeading a{color: #ffffff;font-weight:normal;text-decoration:underline;}
h3.rightBoxHeading a:hover, h3.leftBoxHeading a:hover {text-decoration:underline;}
.rightBoxHeading, .leftBoxHeading, .centerBoxHeading {margin:0;padding:1.0em 0.2em;}
/*sidebox content styles*/
.sideBoxContent {padding:1.0em;margin-bottom:10px;}
.sideBoxContent a{padding:0.3em 0;display:inline-block;font-size:1em;text-decoration:underline;}

.sideBoxContent a:hover{}
.sideBoxContentItem{padding:1.0em 0;display:block;cursor:pointer;}
.sideBoxContentItem:hover {}
.sideBoxContentItem img, .reviewsContent img{margin-bottom:20px;}
.rightBoxContent {margin-bottom:1em;}
#ezpagesContent, #informationContent, #moreinformationContent, #bestsellersContent, #documentcategoriesContent, #categoriesContent{padding:0;}
#informationContent ul li a{
    color: #000;
}
#informationContent ul li a:hover{
    font-weight: 600;
}
.sidebox-images-cards{
    list-style-type: none;
}
.sidebox-images-cards li{
    margin: 20px 0px;
}
ul.list-links, ol.list-links{padding:0;margin-top:0;}
ul.list-links li{list-style-type:none;}
ol.list-links li{}
ul.list-links li a, ol.list-links li a{padding:10px;display:block;color: #000;text-decoration: none;}
div.list-links{
    margin-top: 8px;
}
div.list-links img{
margin-right: 5px;
}
.list-links a{
    text-decoration: none;
    color: #000;
}
ul.list-links li:hover, ol.list-links li:hover{}
.cat-count{}
#cartBoxListWrapper li, .orderHistList li{list-style-type:none;padding:8px 0;}
#cartBoxListWrapper li a, .orderHistList li a{display:inline !important;}
.orderHistList i{margin-left:10px;display:inline;}
#cartBoxListWrapper, .orderHistList {margin:0;padding:0;}
#shoppingcartContent hr{display:none;}
.cartBoxTotal{padding:10px !important;}
.sideBoxContent .productPriceDiscount{font-size:130%;margin-top:3px;}
.sideBoxContent .productSpecialPrice{font-size:120%;}

/*bof shopping cart*/
.tableHeading TH {padding:10px 0;}
.tableHeading{}
#cartSubTotal {text-align:right;padding:10px 0 20px 0;font-weight: 600;}
.tableRow, .tableHeading, #cartSubTotal {height:2.2em;}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {padding: 0.5em 0;}
.cartUnitDisplay, .cartTotalDisplay {}
.cartTotalDisplay{}

.list-model {
    margin-top: 5px;
}
.shoppingCartContentsIndicator{
    float: right;
}
.NavCartContentsIndicator{
    margin-right: 20px;
    float: right;
    color: #FFFFFF;
    border: 1px solid #9B0103;
    width: 160px;
    cursor: hand;
    background-color: #B70B21;
    height: max-content;
}
.social-media-icons{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 45px;
    margin-right: 25px;
    gap: 10px;
}
.social-media-icon img{
    width: 40px;
    height: 40px;
}
.top-header-info-box{
    background-color: red;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
}
.box1-bottom-border{
    border-bottom: 1px solid brown;
}
#cartDefaultHeading{
    margin: -0.1em;
}
#checkoutConfirmDefaultHeading{
    margin: -0.1em 0 10px;
}
#scUpdateQuantity {width:2em;}
.cartQuantity {width:4.7em;background-color: #fff !important;text-align: center !important;}
.cartQuantityUpdate{
    background-color: #fff !important;
}
.cartProductDisplay{
    background-color: #fff !important;
}
.cartProductDisplay a{
    color: #000;
}
.cartProductDisplay a:hover{
    color: red;
}
.cartUnitDisplay{
    background-color: #fff !important;
    color: #000 !important;
}
.cartTotalDisplay{
    background-color: #fff !important;
    color: #000 !important;
    text-align: center !important;
}
.cartRemoveItemDisplay{
    background-color: #fff !important;
    color: #000 !important;
}
.cartNewItem {position:relative;}
.cartOldItem {position:relative;}
.cartBoxTotal {text-align:right;font-weight:bold;}
.cartRemoveItemDisplay {width:3.5em;}
.cartAttribsList {margin-left:1em;}
.cartAttribsList ul{
    list-style: none;
}
.cartAttribsList{
    list-style: none;
}
.orderAttribsList{
    list-style: none;
}
.orderAttribsList li{
    color: #000;
}
#reviewsWriteProductPageLink a span{
    background: #a3041f;
}
#reviewsWriteProductPageLink a span:hover{
 background-color:  #000 !important;
}
.normalprice, .productSpecialPriceSale {text-decoration:line-through;}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {}
#ezPageBoxList ul {list-style-type:none;}
#ezPageBoxList li, .cartBoxTotal {margin:0;padding: 0.2em 0;}
#cartBoxEmpty, #cartBoxVoucherBalance {font-weight:bold;}
.totalBox {width:5.5em;text-align:right;padding:0.2em;}
.lineTitle, .amount {text-align:right;padding:0.2em;}
.amount {width:5.5em;}
#shoppingcartBody #shippingEstimatorContent {clear:both;}
.seDisplayedAddressLabel {text-align:center;padding:10px 0;}
.seDisplayedAddressInfo {text-transform:uppercase;text-align:center;font-weight:bold;}
#seShipTo {padding:0.2em;}
TR.tableHeading {}
.rowOdd {height:1.5em;vertical-align:middle;}
.rowEven {height:1.5em;vertical-align:middle;}
.cartProdTitle{}

.cartProductDisplay a{text-decoration:underline;}
/*shipping estimator styles*/
#shippingEstimatorContent h2{padding:20px 0;font-weight:normal;text-align:center;}
#shippingEstimatorContent table{border:none !important;margin-top:30px;}
#shippingEstimatorContent td, #shippingEstimatorContent th{border:none !important;}
#shippingEstimatorContent th{padding:10px 0;}
#shippingEstimatorContent tr:nth-child(odd){}
#shippingEstimatorContent td{padding:10px;}

/*bof checkout*/
#order-comments{padding:5px 20px 20px 20px;margin:20px 0;}
#checkoutConfirmDefault .cartTableHeading{height:40px;}
#checkoutShipping .important{margin-right:20px;}
#checkoutShipping input[type=radio]{margin-left:20px;}
#checkoutOrderTotals div, #csNotifications .buttonRow{margin-right:20px;}
#checkoutPayment label, #csNotifications input{margin-left:20px;}
div#checkoutShippingContentChoose{margin-bottom:20px;}
#sendSpendWrapper h2{margin-top:-20px;}
#checkoutPayment fieldset{
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px 0px;
}
#checkoutConfirmDefaultPayment{
    background-color:  #990100;
    color: #fff;
    padding: 5px;
}
#checkoutConfirmDefaultShipment{
    background-color:  #990100;
    color: #fff;
    padding: 5px;
}
#checkoutShipto{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    width: 45% !important;
}
#checkoutBillto{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    width:45% !important;

}
#checkoutSuccessOrderNumber{
font-weight: 600;
margin-bottom: 10px;
font-size: 1.5em;
}
#checkoutSuccessContactLink{
    display:none;
}
#prevOrders tr td{
    color: #000 !important;
}
.show-all{
    text-decoration: none;
    color: #990100;
}
#accountHistoryDefault fieldset{
    border: 1px solid #ddd;
    border-radius: 10px;
}
#accountPassword form input{
    outline: none;
    border: 1px solid #ddd;
    display: block;
}
.accountOrderViewButton a span{
    font-size: 1em !important;
}
#myAccountOrdersStatus tr td{
    color: #000 !important;
}
.accountQuantityDisplay{
    color: #000 !important;
}
.accountProductDisplay a{
    color: #000 !important;
}
.accountTotalDisplay{
    color: #000 !important;
}
#disc-ot_coupon{
    border: 1px solid #ddd;
    outline: none;
}
#disc-ot_gv{
    border: 1px solid #ddd;
    outline: none;
}
#checkoutPayment fieldset textarea{
    border: 1px solid #ddd;
    outline: none;
    resize: none;
}
/*bof images*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {margin:0 1em 1em 0;}
.cartImage {margin:0.5em 1em;}

/*bof center boxes*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {margin:1em 0;}
.specialsListBoxContents a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsSpecials a, .centerBoxContentsNew a{}
.specialsListBoxContents, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured{font-size:1.6em;cursor:pointer;padding:20px 0;}
.specialsListBoxContents:hover, .centerBoxContentsSpecials:hover, .centerBoxContentsAlsoPurch:hover, .centerBoxContentsFeatured:hover, .centerBoxContentsNew:hover{background-color: none;}
.centerBoxWrapper{overflow:hidden;margin:20px 0px;clear:both;}
.productPriceDiscount{margin:5px 0 5px 0;display:block;font-size:90%;}
.productPriceDiscount br{display:none;}
.normalprice{font-size:0.9em;}

/*bof categories and product listing*/

#productListHeading{
    margin: 10px !important;
    color: #990100;

}
.categoryListBoxContents img{margin-bottom:0px;}
.categoryListBoxContents a{
    text-decoration:none;
    color: #000;
    font-family: arial;
    font-size: 1.2em;
    font-weight: 800;
}
#indexCategoriesHeading{
    color: #990100;
    font-family: arial;
    font-weight: 900;
    margin: 0.5em 0;
}
.categoryListBoxContents{display:block;cursor:pointer;}

.categoryListBoxContents:hover{
    background:unset !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
#indexProductListCatDescription, #categoryDescription{margin-left:5%;float:left;}

#cat-left{text-align:center;}
#filter-wrapper{padding:10px;}
#filter-wrapper .inputLabel {float:none;}
#filter-wrapper select{width:25%;height:35px;outline: none;}
.navSplitPagesLinks {display:inline-block;}
.navSplitPagesLinks a{padding:10px;font-weight:bold;text-decoration:underline;}
.navSplitPagesLinks a:hover{}
.navSplitEmpty3rdColumn {margin-left: 0 !important;}
.current{padding:10px;}
.productListing-rowheading{padding:10px 10px;text-align:center;}
.productListing-rowheading a{display:inline-block;padding:10px 30px;text-decoration:underline;}
.productListing-rowheading a:hover{}
.productListing-odd{overflow:hidden;}
.productListing-even{overflow:hidden;}
.productListing-even, .productListing-odd{clear:both;}
.productListing-even:hover, .productListing-odd:hover{}
.productListing-even form, .productListing-odd form{float:right;}
.cart-add input[type=text]{width:auto !important;}
.list-image{}
.list-price {
    font-size: 1em;
    margin: 0 0 0.8em 0;
    font-weight: 600;
}
.list-more{display:block;padding:8px 20px;float:right;text-align:center;text-decoration:underline !important;width:auto;}
.list-more:hover{}
#indexProductList .list-more{width:auto;margin-top:-50px;}
#searchresultBody .list-more{width:auto;}
.itemTitle{font-weight:600;font-size:1em;text-align:center;margin: 2px 0 2px;}
.itemTitle a {
    text-decoration: underline;
    color: #990100 !important;
    font-size: 1.1em !important;
    background-color: transparent !important; /* Remove background color */
    font-family: Arial;
}
.itemTitle a:hover{}
.tabTable{margin-bottom:20px;}
.listingDescription{width:75%;margin:10px 0;display: none;}
.cart-add{float:right;}
.list-input{float:right;width:10%;display: none;}
span.list-addtext{display:block;text-align:center;}
.list-input input[type=text]{width:100%;}
.prod-list-wrap{text-align:center;padding:20px 10px 10px 20px;clear:both;height:40px;}
#productsListingTopNumber{
    display: flex;
    gap: 5px;
}
#productsListingBottomNumber{
    display: flex;
    gap: 5px;
}

#productsListingListingBottomLinks, #allProductsListingTopLinks, #allProductsListingBottomLinks, #featuredProductsListingTopLinks, #featuredProductsListingBottomLinks, #newProductsDefaultListingTopLinks, #newProductsDefaultListingBottomLinks, #productsListingListingTopLinks{width:55%;margin-left:25%;text-align:center;}
 #allProductsListingBottomNumber, #allProductsListingTopNumber, #featuredProductsListingBottomNumber, #featuredProductsListingTopNumber, #newProductsDefaultListingTopNumber, #newProductsDefaultListingBottomNumber{width:25%;margin-left:-74%;margin-top:0;}
#newProductsDefaultListingTopNumber, #newProductsDefaultListingBottomNumber{margin-left:-72.5%;}
#featuredProductsListingBottomNumber, #featuredProductsListingTopNumber{margin-left:-71%;}
.button-top{width:25%;text-align:right;margin:-10px 0 0 0;}
.button-bottom{height:auto;padding:9px 0 5px 0;}
#specialsListing .prod-list-wrap{padding:20px 20px 0 20px;}
#productListing{margin-bottom:20px;}
#no-products{padding:20px;margin:20px 0;}

/*product listing column-layout overrides*/
.gridlayout.centerBoxContentsProducts { padding: 2em 0;}
.gridlayout.categoryListBoxContents {}
.gridlayout .list-image {float:none}
.gridlayout .list-image {min-height: revert; min-width: revert}
.gridlayout .list-image {margin-right: inherit;}
.gridlayout .list-more {float: none;}
#productListing .gridlayout .list-more {margin: auto; width: 30%}
#indexCategories .gridlayout .list-more {margin: auto; width: 30%}
.gridlayout .itemTitle {width:90%;margin:5px auto}
.gridlayout .listingDescription {width:90%;margin:10px auto}
.gridlayout .cart-add {float:none;}
.gridlayout .list-input {float:none;width:30%;margin:auto}


/*bof new, featured, all listing (old style when each had their own listing page, not using main .productListing */
.listing-wrapper:nth-child(odd) {}
.listing-wrapper{padding:20px;}
.listing-left{width:25%;margin-right:2%;}
.listings-description{padding-top:20px;}
.listing-wrapper .list-more{float:none;}
.listings-description a {margin-left:10px;}

/*bof product info page*/
#prod-info-top{width:100%;clear:both;}
.categoryIcon {float:left;width:35%;}
.categoryIcon a{text-decoration:none;}
.categoryIcon img{margin-bottom:5px;}
.navNextPrevWrapper {padding-bottom: 5px;}
.navNextPrevCounter {margin:0;font-size:0.9em;}
.navNextPrevList {display:inline;white-space:nowrap;padding:0.5em 0;list-style-type: none;}
#pinfo-left{float:left;width:43%;}
.navNextPrevList a{
    text-decoration: none !important;
}
#productMainImage{
  min-height: 250px;
    min-width: 300px;

}
.forgotten-password{
    border: 1px solid #ddd;
}
.forgot-password-title{
    text-align:left !important;
    width:132px !important;
    border: 1px solid #4c0000;
    font-weight: bold;
    font-size: 1em;
    padding: 0.3em 0.5em;
    color: #ffffff;
    background-color: #B70B21;
}
.email-title{
    font-size: 1em;
    color: #990100;
}
.forgot-password-field-required{
    color: #FF0000 !important;
    margin-left: 0.5em !important;
}
.forgot-password-submit-btn input{
    background: #ce5a09 !important;
    border-radius: 3px !important;
}
.imgLink img{
    width: 140px !important;
    height: 35px !important;
}
#productMainImage img{
    
    max-width: max-content;
}
#productMainImage a{text-decoration:none;}
#productAdditionalImages{clear:both;}
#productAdditionalImages .center{
    padding-top: 10px;
}
#modalLink1 img, #modalLink2 img{
width: 120px !important;
height: 150px !important;
}
.additionalImages{width:90%;margin:10px auto;}
#productName{
text-align: left;
    font-size: 1.5em;
    color: #990100;
    font-family: arial;
    margin: 0.3em 0 !important;
}

#pinfo-right{float:right;width:55%;padding:20px 0 0 0;}
#productDetailsList li{list-style-type:none;padding: 8px 0px;}
#productDetailsList{padding:0;margin-left:30px;}
#productPrices{
    font-size: 1.4em;
    text-align:left;
    font-weight:bold;
    color: red;
    font-family: arial;
    margin-top: 0.1em;
}
.productSpecialPrice{font-size:12px;}
.productPriceDiscount{
    font-size: 12px;
}
#mediaManagerHeading{font-weight:normal;}
#freeShippingIcon{margin:10px 0 10px 30px;}
#productQuantityDiscounts table{margin:0 auto 20px auto;border:none !important;border-spacing:0 !important;border-collapse:separate !important;}
#productQuantityDiscounts td{padding:10px;border:none;}
#productQuantityDiscounts td:last-child{border:none;}
#productQuantityDiscounts tr:nth-child(even){}
#productQuantityDiscounts table tr:first-child td{padding:5px 10px;border:none !important;}
#mediaManager {width:50%;margin:0.2em 0 0.2em 30px;padding:0.5em 0;}
.mediaTitle {float:left;}
.mediaTypeLink {float:right;}
.product-name-price{
    border-bottom: 1px dashed #e09e7a;
}
#attribsOptionsText{
    margin-bottom:10px;
    width: max-content;
    font-size: 1em;
    color: #990100;}
#cartAdd {
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 80px;
    margin-bottom: 20px;
margin-top: 20px;

}
#cartAdd a{
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #990100 !important;
    color: #fff !important;
    text-decoration: none !important;
}


#cartAdd input[type=text]{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;vertical-align:top;display:inline-block !important;width:11%;border:none;height:25px;margin:0;padding:7px !important;background-color: #fff;border:1px solid #fed;border-radius:5px;margin-right: 10px;outline: none;}
#cartAdd input[type=submit]{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;display:inline-block !important;margin:10px;padding:7px 20px !important;height:40px !important;}
#cart-box{padding:1em;float:right;width:53%;margin-top: 20px;}
h4.optionName{margin:1% 30px 0 30px;padding:0;}
.attribImg {}
.attributesComments {font-weight:normal;}
.wrapperAttribsOptions select{width:100%;outline: none;}
.wrapperAttribsOptions{margin:10px 0;}
#productDescription {padding:0.5em;clear:both;margin:20px 0;line-height:150%;}
.max-qty{margin-bottom:10px;}
#docGeneralDisplay #pinfo-right{background:none;}
.qty-text{display:none;}
.additionalImages a{text-decoration:none;}

/*bof reviews*/
.reviews-wrapper{overflow:hidden;padding:20px;margin:20px 0;}
.reviews-wrapper h2{margin:7px 0;}
.reviews-right{width:50%;}
.reviews-wrapper .smallProductImage{width:18%;}
.reviews-middle{width:40%;margin-right:2%;}
.reviews-wrapper .forward{width:25%;}
#reviewsInfoDefault .reviews-wrapper{padding-top:0;margin-top:50px;}
#reviews-right{width:50%;float:left;}
#reviews-right .ratingRow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
#reviews-right .ratingRow label{

}
#review-text{width:100%;margin:20px 0;outline: none;border: 1px solid #ddd;resize: none;padding: 8px;box-sizing: border-box;}
#reviewWriteMainImage{float:none;margin:0;}
#reviewsWritePrice{text-align:center;}
#pinfo-left .buttonRow{width:75%;margin:10px auto;}
#pinfo-left span.cssButton.normal_button, #pinfo-left span.normal_button:hover{display:block;text-align:center;padding:12px 0;}
#reviewsWriteReviewer{text-align:center;margin-bottom:0;font-weight:normal;}
.ratingRow {width:80%;margin:10px auto;}
#reviewsWriteHeading{text-align:center;font-weight:normal;padding:10px 0;margin-bottom:0;}
#reviews-write-wrapper{padding:20px;overflow:hidden;}
#reviewsDefault #reviews-middle{width:40%;}
#productReviewsDefaultHeading{margin-top:0;}
#reviews-top{margin-top:30px;}
.read-reviews-button{width:25%;}
#reviewsDefault .reviews-right{width:70%;}
#productReviewsDefaultNoReviews {clear:both;}
#reviewsDefault .prod-list-wrap{padding:20px;}
#reviewsInfoDefault .rating{margin:10px 0;}

/*bof my account*/
#myAccountGen li, #myAccountNotify li {margin:0;list-style-type:none;}
#myAccountGen li a, #myAccountNotify li a{text-decoration:none;}
.accountTotalDisplay, .accountTaxDisplay {width:20%;text-align:right;}
.accountQuantityDisplay {width:10%;vertical-align:top;}
 #checkoutPayAddressDefault .instructions, #checkoutShipAddressDefault .instructions, #addressBookDefault .instructions, #myAccountNotify, #myAccountGen{padding:20px 20px 20px 30px;margin-top:0;}
#sendSpendWrapper h2, #accountDefault #sendSpendWrapper h2, #checkoutPayAddressDefaultAddress, #checkoutShipAddressDefaultAddress, #accountLinksWrapper h2, h2#addressBookDefaultPrimary{padding:10px;font-weight:normal;margin-bottom:0;text-align:center;}
#gvFaqDefaultSubHeading{clear:both;}
#accountDefault #sendSpendWrapper h2{margin-top:-20px;clear:both;}
#accountDefault #sendSpendWrapper{margin-top:30px;}
#accountDefault #sendSpendWrapper .buttonRow.forward{margin:0 20px 20px 0;}
#addressBookDefault .instructions{padding-bottom:40px;}
#checkoutPayAddressDefault address, #checkoutShipAddressDefault address, #addressBookDefault address{padding:20px 10% 20px 30px;}
#accountLinksWrapper{width:100%;}
#prevOrders td{padding:10px;}
#accountHistoryDefault .content.back{margin-right:5%;}
#accountHistInfo table td{padding:5px;text-align: center !important;vertical-align: middle;}
#accountHistInfo hr{display:none;}
#orderTotals{padding:10px;margin: 15px 0px;border: 1px solid #ddd;}
#myAccountPaymentInfo, #myAccountShipInfo{margin-top:30px;}
#myAccountPaymentInfo h3, #myAccountShipInfo h3{margin-top:0;padding:10px;font-weight:normal;text-align:center;}
#myAccountPaymentInfo h4, #myAccountShipInfo h4{margin-top:0;padding:10px;font-weight:normal;text-align:center;}
#myAccountPaymentInfo address, #myAccountShipInfo address, #myAccountPaymentInfo div, #myAccountShipInfo div{padding:0 0 20px 30px;}
#accountHistoryDefault .buttonRow{margin-top:20px;clear:both;}
#accountHistoryDefault .content {margin-left:20px;}
#accountHistoryDefault .content.forward {margin-right:20px;}
#accountHistoryDefault .notice{margin-right:20px;}
#accountDefault #sendSpendWrapper{width:100%;border:none;}
#createAcctSuccess div{margin-bottom:30px;}

/*bof popups*/
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart{background:none;}

/*bof home page*/
#indexDefaultHeading{font-weight:normal;}
h2.greeting{margin-bottom:20px;}
h2.greeting a{}
h2.greeting a:hover{}
.home-image{display:block;margin:0 auto;max-width:100%;height:auto;}
#indexHomeBody #navBreadCrumb{display:none;}
#icon{padding:40px;margin:100px;font-size:1500%;}

/*bof misc*/
#upProductsHeading {text-align:left;}
#upDateHeading {text-align:right;}
#siteMapList {width:90%;float:right;}
#gvFaqDefaultContent{line-height:20px;font-size:110%;}
#advSearchDefault .floatingBox{min-height:115px;margin-bottom:30px;}

/*bof login*/
#loginDefault{margin-bottom:30px;}
#loginDefault{}
#loginDefault .alert{margin-right:20px;}
.paypal-button-hidden{visibility:hidden;}

/* markup for tables used to present tabular data */
.alignLeft {text-align: left}
.alignCenter {text-align: center}
.alignRight {text-align: right}
.tabTable {
    display: flex;
    flex-wrap: wrap;
    border:none;
    padding:0;
    margin:0;
    border-spacing:0;
    border-collapse:
    collapse;
    margin: 0px 0px;
}
.productListing-odd, .productListing-even{
    border: 1px solid #fed;
    margin:10px;
    border-radius: 20px;
    width: 180px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.productListing-even .list-image a img,.productListing-odd .list-image a img{
    
}
table{width:100%;}
table tr .hed{
    background:#ecb340;
    color: white;
}

#productDescription_2 table tr{
    text-align: center;
}
#productDescription_2 table tr td{
    border:1px solid #fff;
    font-size: 12px;
    font-weight: bold;
}
#productDescription_2 table tr:nth-child(n+2) td:first-child {
  text-align: left;
  padding-left:5px;
}

#productDescription_2 table tr:nth-child(n+2) td {
    background-color:#d16c34;
    color: #fff;
}


#cartContentsDisplay {width: 100%;}

#myAccountOrdersStatus, #orderHistoryHeading, #prevOrders {width: 100%;}
.accountOrderId {width:30px;}
.accountOrderDate, .accountOrderStatus, .accountOrderTotal {width:70px;}
#seQuoteResults {width: 100%;}
#seQuoteResults td {}
.listBoxContentTable {width:100%;}
.listBoxContentTable td {}
#upcomingProductsTable {width: 100%;}
.products-listing .productsAllListing, .productsNewListing, .productsFeaturedListing {width: 100%;}
.tableBorder1 td {}

/* Ask a Question */
#productQuestions {
  margin-left: 20px;
  margin-bottom: 5px;
}

/** Brands page */
.brandCell {height: 126px !important;}
.brandImage {margin-top: 20px;}
.brandCell a {text-decoration: none;}
