<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Category / Product Wrap */

.category-title {
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.category-description {}

.item-wrap {
    float: left;
    width: 346px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
}

.item-wrap:nth-of-type(3n+3) {
    margin-right: 0px;
}

.item-wrap img {
    display: block;
}

a.ecom-title {
    width: 326px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 10px;
    border: 0;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 20px;
    color: #453228;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s ;
    transition: all ease 0.5s ;
}

.item-wrap:hover a.ecom-title {
    background: rgba(110, 159, 165, 0.7);
    color: #fff;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s ;
    transition: all ease 0.5s ;
}

.ecom-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 10px solid rgba(255, 255, 255, 0.7);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s ;
    transition: all ease 0.5s ;
}

.item-wrap:hover .ecom-image:after {
    border: 10px solid rgba(110, 159, 165, 0.7);
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s ;
    transition: all ease 0.5s ;
}

/* Product List */
.product-wrap {
    margin-bottom: 10px;
    text-align: center;
    float: left;
    width: 49.4%;
    height: 250px;
    padding: 40px;
    background: #292929;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s ;
    transition: all ease 0.5s ;
    border: 2px solid transparent;
}

.product-wrap:hover {
    background: rgba(41, 41, 41, 0.7);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s ;
    transition: all ease 0.2s ;
    border: 2px solid #fff;
}

.product-wrap:nth-of-type(2n+2) {
    margin-right: 0px;
}

.product-wrap a.item-image {
    position: relative;
    height: 312px;
    background: #E8E7E5;
}

.details-mainImg-Wrap {
    display: table !important;
    height: 100%;
}

.product-wrap a.item-image .details-mainImg {
    display: table-cell !important;
    vertical-align: middle;
}

.product-wrap a.item-image,
.product-wrap a.item-image img {
    display: block;
    text-decoration: none;
    width: 100%;
}

.product-wrap a.item-image:empty {
    height: 312px;
    width: 100%;
    display: block;
    background: #7B6F68;
}

.product-wrap a.item-image:empty:before {
    content: "Image Coming Soon";
    top: 60px;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    font-family: 'sinkin_sans300_light';
}

.product-wrap .item-price {
    width: 100px;
    position: absolute;
    top: 230px;
    text-align: left;
    left: 0px;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 15px 20px;
    color: #453228;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
}

.regular-price.strike, .origprice {
    text-decoration: line-through;
    display: block;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 20px;
}

.product-wrap .item-sku {
    padding-top: 10px;

}

.product-wrap .item-name {
    display: block;
    padding: 10px;
    text-decoration: none;
    line-height: 16px;
}

.product-wrap input[type=text] {
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}

.ecomPag {
    display: none
}

/* PRODUCT DETAILS */

.product-details-wrap .product-left {
    position: relative;
    overflow: hidden;
}

.product-details-wrap .product-image {
    position: relative;
}

.product-details-wrap .product-image .details-mainImg {
    height: 497px;
    margin-bottom: 10px;
    background: #E8E7E5;
    width: 100%;
    position: relative;
}

.product-details-wrap .product-image .details-mainImg img {
    display: block;
}

.product-details-wrap .product-image .zoom-img-link {
    display: block;
    position: relative;
}

.product-details-wrap .product-image:empty {
    background: #7B6F68;
    height: 497px;
}

.product-details-wrap .product-image:empty + em:before {
    content: "Image Coming Soon";
    top: 60px;
    position: absolute;
    left: 0;
    font-size: 50px;
    padding: 30px;
    text-align: center;
    font-style: normal;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    font-family: 'sinkin_sans300_light';
    visibility: visible;
}

.product-details-wrap .product-image:empty + em {
    visibility: hidden;
}

.product-details-wrap .product-image img {
    display: block;
    width: 100%;
}

.product-details-wrap .product-tite {
    margin: 0;
}

.product-details-wrap .product-sku {
    opacity: 0.5;
    margin: 0;
    display: inline-block;
    padding-right: 20px;
}

.product-details-wrap .product-status {
    margin-bottom: 20px;
    opacity: 0.5;
    display: inline-block
}

.product-details-wrap .product-status .attention {
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    background: #aa1900;
}

.product-details-wrap .thumb-wrap {
    position: relative;
    cursor: pointer;
    float: left;
    height: 112px;
    width: 75px;
    overflow: hidden !important;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #E8E7E5;
}

.product-details-wrap .thumb-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-details-wrap .thumb-wrap:nth-of-type(4n+5) {
    margin: 0;
}

.product-details-wrap .product-right .origprice {
    display: block;
    font-size: 20px;
    margin-bottom: 10px
}

.product-details-wrap .product-price {
    color: #63959B;
    font-size: 30px;
    line-height: 32px;
}

.product-details-wrap .product-qty input {
    width: 50px;
    display: inline-block;
}

.product-details-wrap .product-addbutton {}

.product-description {}

.product-prelude {}

.product-details-wrap .product-associated {
    border-top: 1px solid rgba(136, 136, 136, 0.3);
    margin-top: 30px;
    padding-top: 30px;
}

.product-details-wrap .product-associated h3 {
    font-family: 'sinkin_sans300_light';
    color: #453228;
}

/*** CART STYLES ***/

#main .cartNoResultMsg,
#main .cart-empty {
    text-align: left;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

#main .cart-wrapper {
    padding-bottom: 30px;
}

#main .cart-wrapper,
#main #ucBasket1_txtAlert {
    font-size: 18px;
    line-height: 26px;
}

#main #ucBasket1_txtAlert:empty,
#main .alertTxt:empty,
#main .errAlert:empty {
    display: none;
}

#main #ucBasket1_pnlResults {
    text-align: right;
}

#main #ucBasket1_txtAlert,
#main .alertTxt,
#main .errAlert {
    font-size: 30px;
    line-height: 34px;
    display: block;
    color: #fff;
    font-weight: 400 !important;
    text-align: left;
    padding: 10px 20px;
    background: rgb(173, 0, 0);
    margin-bottom: 20px;
}

.cart-wrapper span {
    display: block;
}

.cartHeader {
    display: none;
}

.cart-itemWrap {
    position: relative;
    text-align: left;
    background: #292929;
    margin-bottom: 10px;
    padding: 20px;
    padding-left: 50px;
}

.cart-itemWrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background: #CCBF12;
}

.cart-itemWrap:hover:before {
    background: #68D7FF;
}

.cart-itemWrap *:before {
    position: absolute;
    left: 50px;
    display: inline-block;
    width: 200px;
    color: #68D7FF;
    text-transform: uppercase;
    font-family: 'OSPDINDIN';
}

.cart-CheckBox {
    position: absolute;
    left: 10px;
    top: 15px;
}

.cart-prodName {
    display: block;
    font-size: 30px;
    line-height: 34px;
}

.cart-sku {
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
    padding-left: 200px;
}

.cart-sku:before {
    content: "ITEM #: ";
}

.cart-Qty {
    position: absolute;
    right: 20px;
    width: 80px;
    top: 50%;
    margin-top: -23px;
    text-align: center;
}

.cart-Qty input {
    text-align: center;
}

.cart-Price {
    padding-left: 200px;
}

.cart-Price:before {
    content: "Item Price/ea :";
}

.cart-itemTotal {
    padding-left: 200px;
}

.cart-itemTotal:before {
    content: "Item Total :";
}

span.cartOptionTitle {
    display: none;
}

.cartOptionDescrip {
    padding-left: 200px;
}

.cartOptionDescrip:before {
    content: "Item Options :";
}

.cart-FooterWrap {
    text-align: right;
}

.cart-FooterWrap span &gt; span {
    display: inline-block;
    width: 150px;
}

.cart-FooterWrap span &gt; span:first-of-type {
    color: #68D7FF !important;
}

.smallHelpTxt {
    font-style: italic;
}

.subtotal-Wrap,
.total-Wrap {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.total-Wrap {
    border-top: 1px solid rgba(136, 136, 136, 0.3);
    margin-top: 20px;
}

.checkout-table {
    width: 100%;
    border-top: 1px solid rgba(136, 136, 136, 0.3);
}

.checkout-table tr:last-of-type {
    text-align: right;
    border-top: 1px solid rgba(136, 136, 136, 0.3);
}

.checkout-table tr:last-of-type td {
    text-align: right;
    padding-top: 20px;
}

.checkout-table input[type=text],
.checkout-table select,
.checkout-table textarea {
    width: 40%;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
    .checkout-table input[type=text],
    .checkout-table select,
    .checkout-table textarea {
        width: 100%;
    } 
    
}

.checkout-table .smallHelpTxt,
.checkout-table #zip + a {
    display: block;
    position: relative;
    top: -10px;
}

.checkout-table td {
    text-align: left;
    vertical-align: top;
    width: 40%;
    padding-right: 20px;
}

.checkout-table tr td:first-of-type {
    width: 10% !important;
}

#ExpMonth, #ExpYear {
    display: inline-block;
    width: 80px;
}

.checkout-table .pagetitle {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 14px;
    font-family: 'OSPDINDIN';
    padding: 20px 0;
    color: #68D7FF;
}

.selectaddress {
    padding-top: 20px;
}

.selectAddressHeader {
    font-weight: 600;
}

.address {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.address span:empty {
    display: none;
}

.address span:after {
    content: ", "
}

.address .use-zip:after {
    content: none;
}

.selectaddress input {
    font-size: 12px;
    line-height: 20px;
    width: auto;
}

.addressClear input {
    width: 100%;
    margin-bottom: 30px;
}

.creditAddress {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.creditAddress span:empty {
    display: none;
}

.creditAddress span:after {
    content: ", "
}

.creditAddress .creditZip:after {
    content: none;
}

.billing-address-title {
    font-weight: 600;
}

/* Hide Coupon and txes message */
.shipping-Wrap,
.taxes-Wrap,
.smallHelpTxt,
.title-checkout-coupon,
.title-checkout-coupon + tr {
    display: none !important;

}</pre></body></html>