* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}
ol,
ul {
    list-style: none;
}
a img {
    border: none;
}
a:active {
    outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    margin: 0;
    padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}
body {
    background-color: #fff;
    color: #777;
    font: normal 14px Lato, Arial, Helvetica, sans-serif;
    max-width: 100%;
    overflow-x: hidden;
   /*  background: transparent url("/Themes/Wedding/Content/images/lace.jpg") repeat scroll 0% 0%; 
	 background: transparent url("/Themes/Wedding/Content/images/pink-clouds.jpg") repeat scroll 0% 0%; */
	 background: transparent url("/Themes/Wedding/Content/images/pink1.jpg") repeat scroll 0% 0%; 
}
IMG_0869-Edit
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}
a {
    color: purple;
    cursor: pointer;
}
a img {
    opacity: 0.99;
}
table {
    border-collapse: collapse;
    width: 100%;
}
input[type="text"],
input[type="password"],
textarea,
select {
    border: 1px solid #ddd;
    height: 36px;
    padding: 2px 8px;
    vertical-align: middle;
}
input,
textarea,
select {
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
textarea {
    min-height: 150px;
}
select {
    height: 32px;
    min-width: 50px;
    padding: 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #ccc;
    color: #444;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}
input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    min-height: 26px;
    overflow: visible;
    padding: 0 12px;
    text-transform: uppercase;
}
label,
label + * {
    vertical-align: middle;
}
.master-wrapper-content {
    position: relative;
    z-index: 0;
    padding: 15px;
    background: #fff;
}
.master-column-wrapper {
    position: relative;
    z-index: 0;
}
.master-column-wrapper:after {
    clear: both;
    content: "";
    display: block;
}
.center-1 {
    padding: 5px 0;
    width: 100%;
}
.center-2,
.side-2 {
    margin: 0 0 30px;
}
.side-2:after {
    clear: both;
    content: "";
    display: block;
}
.page {
    min-height: 200px;
    text-align: center;
}
.page-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
}
.page-title h1,
.page-title h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 5px 5px 5px 0;
}
.page:after,
.page-title:after,
.page-body:after {
    clear: both;
    content: "";
    display: block;
}
.center-1 .page-title,
.center-1 .title {
    text-align: center;
}

.center-1 .page-title {
    display: none;
}

.buttons {
    margin: 0 0 30px;
}
.link-rss {
    background: url('../images/rss.png') center no-repeat;
    display: none;
    font-size: 0 !important;
    height: 24px;
    width: 24px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    list-style: disc;
    margin: 12px 0;
    padding: 0 0 0 36px;
    text-align: left;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    list-style: decimal;
    margin: 12px 0;
    padding: 0 0 0 36px;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
    text-align: justify;
}
.flyout-cart {
    display: none;
}
.fieldset,
.section {
    margin: 0 0 40px;
    position: relative;
}
.fieldset .title,
.section .title {
    color: #444;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0 10px;
}
.fieldset .title strong,
.section .title strong {
    font-weight: normal;
}
.form-fields {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    padding: 30px 15px;
    position: relative;
}
.inputs {
    font-size: 0;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.inputs:after {
    clear: both;
    content: "";
    display: block;
}
.inputs label {
    color: #444;
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
    background-color: #fff;
    max-width: 100%;
    width: 400px;
}
.inputs.custom-attributes {
    white-space: normal;
}
.inputs .option-list {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
}
.inputs .option-list li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 5px;
    padding: 8px 10px;
}
.inputs .option-list label {
    display: inline-block;
    margin: 0 0 0 5px;
    width: auto !important;
}
.inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}
.required {
    color: #e4434b;
    font-size: 20px;
    font-weight: normal;
    margin: 0 -8px 0 3px;
    vertical-align: top;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    color: #e4434b;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
}
.field-validation-valid,
.username-available-status {
    color: #4cb17c;
    display: block;
    font-size: 13px;
    text-align: center;
}
.captcha-box {
    line-height: 0;
    text-align: center;
}
.captcha-box > div {
    display: inline-block;
    max-width: 100%;
}
.captcha-box input {
    height: auto;
}
.table-wrapper {
    overflow-x: auto;
}
.cart th,
.data-table th,
.forum-table th {
    background-color: #f6f6f6;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 0;
    font-weight: normal;
    padding: 10px;
    white-space: nowrap;
}
.cart td,
.data-table td,
.forum-table td {
    background-color: #fff;
    border-color: transparent #ddd #ddd;
    border-style: solid;
    border-width: 1px;
    color: #444;
    min-width: 50px;
    padding: 20px;
}
.forum-table td {
    min-width: 90px;
}
.cart a,
.data-table a,
.forum-table a {
    color: #6e6e6e;
    font-weight: normal;
}
.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
    text-decoration: underline;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
    min-width: 225px;
    text-align: left;
}
.cart .product a,
.data-table .product a,
.data-table .info a {
    color: #444;
    font-weight: bold;
}
.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
    color: #be3f36;
    text-decoration: none;
}
.cart .product .edit-item {
    margin: 10px 0 0;
}
.cart .product .edit-item a {
    color: #6e6e6e;
    font-weight: normal;
}
.cart .product .edit-item a:hover {
    text-decoration: underline;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}
.cart td.quantity input {
    text-align: center;
    width: 50px;
}
.cart td.subtotal,
.data-table td.total {
    color: #444;
    white-space: nowrap;
}
.cart td.subtotal .discount {
    color: #6e6e6e;
    font-style: italic;
}
.data-table em a {
    color: #444;
    font-weight: bold;
}
.data-table div.download {
    margin: 10px 0 0;
}
.bar-notification {
    color: #fff;
    display: none;
    left: 0;
    line-height: 16px;
    opacity: 0.95;
    padding: 15px 25px 15px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.bar-notification.success {
    background-color: rgb(142, 183, 25);
}
.bar-notification.error {
    background-color: #e4444c;
}
.bar-notification .content {
    float: left;
    margin: 0 10px 0 0;
}
.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}
.bar-notification .close {
    background: #fff url('../images/close.png') center no-repeat;
    cursor: pointer;
    height: 32px;
    margin: 7px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}
.noscript {
    background-color: #ff9;
    border-bottom: 1px solid #333;
    color: #444;
    line-height: 22px;
    padding: 30px 15px;
    text-align: center;
}
.ajax-loading-block-window {
    background: url('../images/loading.gif') center no-repeat;
    height: 32px;
    left: 50%;
    margin: -16px 0 0 -16px;
    position: fixed;
    top: 50%;
    width: 32px;
    z-index: 999;
}
.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    font-size: 14px;
    padding-left: 20px;
}
.ui-dialog {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    font: normal 14px Arial, Helvetica, sans-serif;
    max-width: 90%;
    overflow: hidden;
    padding: 0;
    width: 350px !important;
}
.ui-dialog:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.ui-dialog-titlebar {
    background-color: #eee;
    background-image: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    border-width: 0 0 1px;
    cursor: auto !important;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 15px !important;
    padding: 10px 15px;
}
.ui-dialog-titlebar > span {
    color: #444;
    float: left;
    font-size: 18px;
    margin: 0 !important;
}
.ui-dialog-titlebar button {
    background: url('../images/close.png') center no-repeat !important;
    background: url('../images/close.png') center no-repeat;
    border: none !important;
    border: none;
    border-radius: 0;
    font-size: 0;
    height: 42px !important;
    height: 42px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 0 !important;
    right: 0;
    top: 0 !important;
    top: 0;
    width: 42px !important;
    width: 42px;
}
.ui-dialog-titlebar button span {
    display: none !important;
}
.ui-dialog-content {
    background-color: #fff !important;
    color: #777;
    height: auto !important;
    line-height: 20px;
    padding: 15px !important;
    padding: 15px;
}
.eu-cookie-bar-notification {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    height: 180px;
    left: 50%;
    margin: -90px 0 0 -160px;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 320px;
    z-index: 1050;
}
.eu-cookie-bar-notification .text {
    line-height: 20px;
    margin-bottom: 20px;
}
.eu-cookie-bar-notification button {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    font-size: 14px;
    margin: 5px 0 10px;
    min-width: 60px;
    padding: 8px 12px;
}
.eu-cookie-bar-notification button:hover {
    background-color: #be3f36;
}
.eu-cookie-bar-notification a {
    color: #6e6e6e;
    display: block;
}
.eu-cookie-bar-notification a:hover {
    text-decoration: underline;
}

/* removed display: none; */
.admin-header-links {
    background-color: #333;
    color: #eee;
    text-align: center;
    
}
.admin-header-links * {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 10px;
}
.admin-header-links .impersonate {
    display: inline-block;
}
.admin-header-links .impersonate a {
    background-color: #555;
    padding: 0 15px;
}
.admin-header-links .impersonate a:hover {
    background-color: #666;
}
.header {
    margin: 0 auto 15px auto;
    position: relative;
    text-align: center;
    width: 95%;
    z-index: 10;
}
.header-upper {
    position: relative;
    z-index: 1;
}
.header-selectors-wrapper {
    padding: 10px 0;
}
.header-selectors-wrapper > div {
    display: block;
    margin: 0 5px 3px 5px;
    vertical-align: middle;
    font-size: 12px;
}
.header-selectors-wrapper select {
    width: 100%;
}
.header-shoppingcart-wrapper {
    display: table;
    font-size: 10px;
    margin: 0 auto;
    z-index: 99;
}
.header-shoppingcart-wrapper #topcartlink2 {
    zoom: 1;
}
.header-shoppingcart-wrapper #topcartlink2:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.header-shoppingcart-wrapper a,
.header-shoppingcart-wrapper a:hover {
    color: #fff;
    text-decoration: none;
}
.header-shoppingcart-wrapper .cart-qty {
    display: inline;
    float: left;
    font-size: 15px;
    font-weight: 600;
    height: 26px;
    line-height: 24px;
    margin-left: 10px;
    white-space: nowrap;
    zoom: 1;
}
.header-shoppingcart-wrapper .cart-qty .text {
    margin-left: 4px;
}
.header-shoppingcart-wrapper .cart-title {
    background: url(../images/shopping-cart-icon.png) no-repeat;
    cursor: pointer;
    float: left;
    height: 26px;
    margin-right: 0px;
    width: 26px;
}
.header-shoppingcart-wrapper .cart-title a {
    display: block;
    height: 100%;
    width: 100%;
}
input[type="text"].search-box-text {
    float: left;
    font-size: 11px;
    height: 26px;
    width: 175px;
    border: 1px solid #b2afb0;
    border-right: none;
}
input[type="text"].ui-autocomplete-loading {
    background: #fff url('../images/ajax-loader-small.gif') right center no-repeat
}
.language-list {
    font-size: 0;
    max-width: 100%;
}
.language-list li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}
.language-list a {
    display: block;
    height: 32px;
    line-height: 0;
    position: relative;
    width: 24px;
}
.language-list img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.header-links-wrapper {
    position: relative;
}
.header-links {
    margin: 10px 0 13px 0;
}
.header-links ul {
    font-size: 0;
}
.header-links li {
    border-right: 1px solid #e4e4e4;
    display: inline-block;
    margin-left: 12px;
    padding-right: 12px;
}
.header-links li:last-child {
    border-right: none;
}
.header-links span,
.header-links a {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 600;
}
.header-links a {
    height: 20px;
    line-height: 14px;
    padding: 3px 0;
}
.header-links a:hover, .header-links a:hover span {
    text-decoration: underline;
}
#topcartlink .cart-qty {
    display: none;
}
.header-lower {
    position: relative;
    z-index: 0;
}
.header-lower .call {
    font-size: 15px;
    margin: 0 auto;
    white-space: nowrap;
    font-weight: 600;
}
.header-lower .call .phone {
    color: #fff;
}
.header-logo {
    margin: 5px 0 0;
    text-align: center;
}
.header-logo a {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
}
.header-logo a img {
    max-width: 100%;
    opacity: 1;
}
.search-box form {
    display: inline-block;
}
.search-box form:after {
    clear: both;
    content: "";
    display: block;
}
.search-box .search-box-button {
    color: transparent;
    background: #F8DFD8 url(../images/search-box-icon.png) no-repeat 45% 50%;
    float: left;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    width: 30px;
}
.search-box .search-box-button:hover {
    background-color: #c4ab50;
}
.search-box .ui-autocomplete-loading {
    background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}

.search-bar p, .search-box-wrapper p {
        display: inline-block;
        float: left;
        margin-right: 25px;
        vertical-align: middle;
        padding: 4px 15px;
        font-weight: bold;
        color: white;
        border-top: 1px dashed white;
        border-bottom: 1px dashed white;
        font-family: Lato;
    }

.header-smm img {
    width: 25px;
    margin-right: 5px;
    float: right;
}

.ui-helper-hidden-accessible {
    display: none !important;
}
.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: none;
    font: normal 14px Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 285px !important;
}
.ui-autocomplete li {
    border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
    border-top: none;
}
.ui-autocomplete a {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #777 !important;
    display: block;
    font-size: 14px;
    line-height: normal !important;
    margin: 0 !important;
    padding: 15px !important;
    padding: 15px;
}
.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6 !important;
}
.ui-autocomplete img {
    display: none;
    margin: 0 10px 0 0;
    min-width: 20px;
    vertical-align: middle;
}
.footer {
    clear: both;
    color: #000;
    height: auto;
    text-align: left;
    width: 100%;
    zoom: 1;
	font-family:Lato;
}
.footer-upper {
    font-size: 0;
    margin: auto;
    overflow: hidden;
    background: #877596;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 25px 0;
}
.footer-block {
    font-size: 14px;
    margin: 1px auto;
    text-align: left;
    width: 95%;
}
.footer-block .title {
    background: #3F3F3F url('../images/toggle-white.png') right center no-repeat;
    color: white;
    cursor: pointer;
    font-family: Lato;
    font-size: 18px;
    font-style: oblique;
    margin: 0 0 1px;
    padding: 10px 15px;
}
.footer-block .list {
    display: none;
    margin: 0 0 5px;
    padding: 10px 15px;
}
.footer-block .list a {
    color: white;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 7px 15px;
    text-decoration: none;
    font-family: Lato;
    font-weight: 600;
}

.footer-block .list a:hover, .footer-block .list a:focus {
    text-decoration: underline;
}

.footer-block .list li {
    background: url(../images/li-image.png) no-repeat 0 50%;
}
.follow-us {
    margin: 30px auto 0;
    text-align: center;
}
.follow-us .title {
    background: none;
    cursor: auto;
    margin: 0 0 10px;
}
.follow-us .social ul {
    border-bottom: 1px solid #737373;
    font-size: 0;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.follow-us .social li {
    display: inline-block;
    margin: 0 5px;
}
.follow-us .social a {
    background: url('../images/social-sprite.png') no-repeat;
    display: block;
    font-size: 0;
    height: 38px;
    width: 38px;
}
.follow-us .social .facebook a {
    background-position: 0 0;
}

.follow-us .social .pinterest a {
    background: url('/Themes/Wedding/Content/images/pint.png');
}

.follow-us .social .instagram a {
    background: url('/Themes/Wedding/Content/images/insta.png');
}

.follow-us .social .twitter a {
    background-position: -38px 0;
}
.follow-us .social .rss a {
    background-position: -76px 0;
}
.follow-us .social .youtube a {
    background-position: -114px 0;
}
.follow-us .social .google-plus a {
    background-position: -152px 0;
}
.newsletter-email {
    display: inline-block;
    overflow: hidden;
}
.newsletter-email input[type="text"] {
    float: left;
    height: 36px;
    margin: 0 -1px 0 0;
    width: 180px;
}
input[type="button"].newsletter-subscribe-button {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    float: left;
    height: 36px;
    padding: 0 14px;
    text-align: center;
    text-transform: uppercase;
}
.newsletter-subscribe-button:hover {
    background-color: #be3f36;
}
.newsletter-validation,
.newsletter-result {
    line-height: 28px;
    overflow: hidden;
    width: 100%;
    color: #ffeabe;
}
.footer-lower {
    font-size: 12px;
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    width: 95%;
}
.footer-tax-shipping a {
    color: #6e6e6e;
    font-weight: bold;
}
.footer-tax-shipping a:hover {
    text-decoration: underline;
}
.footer-powered-by {
    margin: 10px 0 0;
    display: none;
}
.footer-powered-by a {
    color: #6e6e6e;
    font-weight: bold;
}
.footer-powered-by a:hover {
    text-decoration: underline;
}
.footer-store-theme {
    margin: 10px 0 0;
}
.footer-store-theme select {
    width: 170px;
}
.block {
    /*width limit in mobile*/
}
.block .title {
    position: relative;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6 url('../images/toggle-gray.png') right 14px no-repeat;
    color: #444;
    cursor: pointer;
    padding: 10px;
}
.block .title strong {
    font-weight: normal;
}
.block .listbox {
    display: none;
}
.block .list li {
    padding: 5px 0 5px 30px;
}
.breadcrumb a {
    position: relative;
    padding: 5px 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.block .list a:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -15px;
    width: 5px;
    height: 5px;
    background-color: #ddd;
}
.block a.product-picture {
    display: none;
}
.block a.product-picture:before {
    display: none;
}
.block {
    max-width: 600px;
    min-height: 50px;
    margin: auto;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 0;
}
.block-manufacturer-navigation {
	height: 375px;
	overflow-y:scroll;
}
.block .title,
.product-filters .filter-title {
    font-size: 14px;
    font-weight: bold;
    color: #2e2e2e;
    padding-bottom: 10px;
}
.block .title strong {
    font-weight: 700;
}
.block .listbox {
    font-size: 11px;
    padding: 10px 0;
    line-height: 18px;
    margin: 0;
    border-radius: 0px 0px 5px 5px;
}
.block .listbox ul {
    margin: 0;
    color: #5C5B5B;
    background-color: inherit;
}
.block a {
    color: #5C5B5B;
    font-size: 1.1em;
    font-weight: 400;
    text-decoration: none;
}
.block a:hover {
    color: #5C5B5B;
    text-decoration: underline;
    font-weight: normal;
}
.block li {
    list-style: none outside none;
}
.block li.separator {
    background: none;
    height: 1px;
    line-height: 1px;
    width: auto;
    font-size: 1px;
    margin: 0;
    padding: 0;
}
.block a.product-picture {
    display: none;
}
.block a.product-picture:before {
    display: none;
}
.block .sublist {
    margin: 15px 0 5px;
}
.block .sublist a {
    font-size: 12px;
}
.block .view-all {
    margin: 10px 0 0;
}
.block .view-all a {
    color: #6e6e6e;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
}
.block .view-all a:hover {
    text-decoration: underline;
}
.block .tags {
    margin: 5px 0 10px;
}
.block .tags ul {
    font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
    display: inline-block;
    font-size: 15px !important;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}
.block .tags li a,
.product-tags-all-page li a {
    color: #444;
    float: left;
    line-height: 20px;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #444;
    text-decoration: underline;
}
.poll strong {
    background-color: #f6f6f6;
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.poll-options,
.poll-results {
    color: #444;
    font-size: 15px;
    margin: 10px 0 15px;
    overflow: hidden;
}
.poll-options li,
.poll-results li {
    margin: 10px 0;
}
.poll-options li > input {
    cursor: pointer;
    margin: 0 5px 0 0;
}
.poll-options li > label {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
}
.poll .buttons input:hover {
    background-color: #bbb;
}
.poll-total-votes {
    color: #444;
    display: block;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0 0;
}
.home-page-polls {
    text-align: center;
}
.home-page-polls .title {
    border-bottom: 3px solid #b8b7b7;
    color: #FCE07B;
    font-family: "Georgia";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
}
.home-page-polls li {
    display: inline-block;
    margin: 10px;
}
.slider-wrapper .bx-wrapper img {
    height: auto;
}
.slider-wrapper .bx-controls-direction {
    bottom: 70px;
}
.slider-button,
.banner-button {
    bottom: 0;
    color: #FFF;
    cursor: pointer;
    font-family: "Times New Roman";
    position: absolute;
    text-align: center;
    white-space: nowrap;
}
.slider-button {
    background: url(../images/slider-button-background.jpg) repeat-x;
    box-shadow: #514c46 2px 0px 0px, #514c46 -2px 0px 0px, #514c46 2px 2px 0px, #514c46 2px -2px 0px, #514c46 -2px -2px 0px, #514c46 -2px 2px 0px, inset #615c58 2px 0px 0px, inset #615c58 -2px 0px 0px, inset #595550 10px 0px 20px, inset #595550 -10px 0px 20px;
    font-size: 25px;
    height: 48px;
    line-height: 48px;
    max-width: 50%;
    width: 180px;
}
.banners-wrapper {
    margin-bottom: 25px;
    margin-top: 5px;
    zoom: 1;
}
.banners-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.banner {
    float: left;
    margin-right: 10px;
    position: relative;
}
.banner.last-banner {
    margin-right: 0;
}
.banner,
.banner.last-banner {
    display: table;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
}
.banner-button,
.product-box-add-to-cart-button {
    background: url(../images/button-background.jpg) repeat-x;
    box-shadow: #514c46 1px 0px 0px, #514c46 -1px 0px 0px, #514c46 1px 1px 0px, #514c46 1px -1px 0px, #514c46 -1px -1px 0px, #514c46 -1px 1px 0px, inset #615c58 1px 0px 0px, inset #615c58 -1px 0px 0px, inset #595550 10px 0px 20px, inset #595550 -10px 0px 20px;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
    width: 105px;
}

input[type="button"].product-box-detail-button {
    background: #877596;
	border-radius: 5px;
    font-family: "Times New Roman";
    font-size: 14px;
    height: 29px;
    line-height: 31px;
}
.breadcrumb {
    font-size: 12px;
    padding: 10px;
}
.breadcrumb ul {
    margin: 0px;
    padding: 0px;
}
.breadcrumb li {
    display: inline;
    list-style: none;
}
.breadcrumb a,
.breadcrumb li .current-item {
    color: #2D1509;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: underline;
}

.breadcrumb .delimiter {
    padding: 0 3px;
}
.category-description,
.manufacturer-description,
.vendor-description {
    line-height: 22px;
    margin: 0 0 25px;
}
.contact-vendor {
    margin: 0 0 30px;
}
.contact-vendor .button-2 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.contact-vendor .button-2:hover {
    background-color: #be3f36;
}
.product-filter {
    text-align: left;
    padding-left: 0px;
}
.product-selectors {
    margin: 0 0 20px;
    padding: 10px 0 11px 0;
}
.product-selectors:first-child {
    border-top: none;
}
.product-selectors:after {
    clear: both;
    content: "";
    display: block;
}
.product-selectors > div {
    display: inline-block;
    margin: 5px;
}
.product-selectors span {
    font-size: 16px;
    vertical-align: middle;
}
.product-selectors select {
    margin: 0 8px;
    text-transform: lowercase;
}
.product-selectors .product-viewmode {
    display: none;
    font-size: 0;
}
.product-filters {
    width: auto;
    margin-bottom: 0px;
}
.filter-title strong {
    display: block;
    line-height: 1.3em;
    overflow: hidden;
    color: #2e2e2e;
}
.filter-content {
    font-size: 12px;
}

.filter-content, .available-items, .available-items ul.product-spec-group {
    height: 350px;
}

.price-range-filter ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.price-range-filter li,
.price-range-filter .selected-price-range {
    list-style: none;
    padding: 9px 30px;
    background: url(../images/bullet-right.gif) no-repeat 10px 50%;
}
.price-range-filter .remove-filter {
    padding-top: 5px;
}
.price-range-filter .remove-filter a {
    font-weight: 700;
    color: #b80709;
}
.side-2 .product-filter {
    display: none
}
.side-2 .filter-title strong {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.side-2 .product-spec-filter {
    padding-bottom: 20px;
    clear: both;
    display: none;
}
.side-2 .price-range-filter {
    clear: both;
    padding-bottom: 20px;
    padding-left: 0;
}
.product-spec-filter .available-items,
.product-spec-filter .already-filtered-items {
    width: 100%;
    overflow: hidden;
}
.product-spec-filter .group li {
    list-style: none;
}
.product-spec-filter .group li.title {
    margin: 4px 0;
    color: #5C5B5B;
}
.product-spec-filter .available-items .item {
    padding: 5px 10px 5px 15px;
    /*background: url(../images/bullet-right.gif) no-repeat 10px 50%;*/
}

.product-spec-filter .available-items .item:hover {
    text-decoration: underline;
}

.product-spec-filter .already-filtered-items .filter-title {
    background: none;
    padding: 15px 5px 5px 0;
}
.product-spec-filter .already-filtered-items .item {
    padding: 5px 0;
}
.product-spec-filter .remove-filter {
    padding-top: 5px;
}
.product-spec-filter .remove-filter a {
    font-weight: 700;
    color: #b80709;
}
.product-filters-wrapper .price-range-filter,
.product-filters-wrapper .product-spec-filter {
    padding-bottom: 15px;
    padding-top: 5px;
    display: none
}
.item-grid:after {
    clear: both;
    content: "";
    display: block;
}
.item-box {
    position: relative;
    text-align: left;
    width: 30%;
}
.item-box .sale-icon {
    height: 44px;
    position: absolute;
    right: 15px;
    top: 7px;
    width: 44px;
    z-index: 10;
    display: none;
}

.bgwhite {
    text-align: left;
}

.item-box .sale-icon img {
    width: 100%;
}
.item-box .sale-icon .sale-text {
    position: absolute;
    top: 50%;
    width: 100%;
}
.item-box .sale-icon .sale-text span {
    color: #fff;
    display: block;
    font-size: 10px;
    height: 16px;
    left: 1px;
    letter-spacing: 1px;
    line-height: 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -7px;
    width: 100%;
}
.product-grid .item-box .sale-icon {
    max-width: 33%;
}
.product-list .item-box .sale-icon {
    left: 165px;
    top: 7px;
}
.item-box .picture {
    background-color: #fff;
    margin: 0 0 10px;
    overflow: hidden;
    z-index: 1;
}
.item-box .picture a {
    display: block;
    position: relative;
}
.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 141%;
}
.item-box .picture a img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-transition: all 0.3s ease;
}
.item-box:hover .picture a img {
    opacity: 0.85;
}
.item-box .product-title {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 3px;
    min-height: 38px;
    padding: 0 7px 0 5px;
}
.item-box .product-title a {
    display: block;
    height: auto;
    line-height: 1.3em;
    overflow: hidden;
    padding: 4px 0;
    text-transform: uppercase;
}
.item-box .product-title a:hover {
    color: #be3f36;
}
.item-box .product-rating-box {
    display: table;
    margin: 5px auto;
}
.item-box .rating {
    background: url('../images/rating1.png') repeat-x;
    height: 14px;
    width: 95px;
}
.item-box .rating div {
    background: url('../images/rating2.png') repeat-x;
    height: 14px;
}
.item-box .description {
    display: none;
}
.item-box .add-info {
    margin-top: 10px;
}
.item-box .description a {
    display: block;
    overflow: hidden;
}
.item-box .prices {
    bottom: 15px;
    float: left;
    font-family: "Times New Roman";
    margin-bottom: 5px;
    margin-top: 5px;
    position: static;
    right: 10px;
    text-align: left;
    vertical-align: middle;
    width: 100px;
}
.item-box .prices span {
    display: block;
}
.item-box .old-price {
    color: #888;
    font-size: 12px;
    margin-left: 0;
    margin-top: -2px;
    text-decoration: line-through;
}
.item-box .actual-price {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
}
.item-box .tax-shipping-info a {
    color: #6e6e6e;
}
.item-box .tax-shipping-info a:hover {
    text-decoration: underline;
}
.item-box .buttons {
    display: inline-block;
    float: right;
}
.item-box input[type="button"] {
    display: inline-block;
}
.item-box .product-box-add-to-cart-button {
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
}
.item-box .product-box-add-to-cart-button:hover {
    background-color: #be3f36;
}
.item-box input[type="button"].add-to-compare-list-button,
.item-box input[type="button"].add-to-wishlist-button {
    display: none;
}
.item-box input[type="button"].add-to-compare-list-button {
    background-image: url('../images/compare-button.png');
    display: none;
}
.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover {
    background-color: #ddd;
}
.item-box .product-tags-box {
    color: #555;
    overflow: hidden;
    display: none
}
.item-box .product-tags-box .product-tags-box-title {
    text-align: left;
    font-weight: 700;
    clear: both;
    color: #525252;
    float: left;
    padding: 1px 0;
    height: 18px;
    line-height: 23px;
}
.item-box .product-tags-box .product-tags-list {
    float: left;
}
.item-box .product-tags-box .product-tags-list a {
    text-decoration: underline;
}
.item-box .product-tags-box .product-tags-list li {
    float: left;
    padding-left: 5px;
    list-style: none;
}
.category-grid,
.manufacturer-grid {
    margin: 0 0 20px;
}
.category-grid .title {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    display: block;
    overflow: hidden;
}
.category-grid .picture {
    margin: 0;
}
.category-grid .picture a:before {
    padding-top: 80%;
}
.category-page .page-title,
.manufacturer-list-page .page-title,
.vendor-page .page-title,
.manufacturer-page .page-title,
.product-tag-page .page-title,
.product-tags-all-page .page-title {
    border-bottom: 2px solid #b8b7b7;
    margin-bottom: 10px;
    margin-top: 2px;
    text-transform: uppercase;
}
.category-page .page-title h1,
.manufacturer-list-page .page-title h1,
.vendor-page .page-title h1,
.manufacturer-page .page-title h1,
.product-tag-page .page-title h1,
.product-tags-all-page .page-title h1 {
    color: #3e3e3f;
    float: left;
    font-family: "Georgia";
    font-size: 24px;
    font-weight: bold;
}
.category-page .category-description,
.manufacturer-page .manufacturer-description,
.vendor-page .vendor-description {
    color: #555;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.category-grid,
.manufacturer-grid {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    zoom: 1;
    width: 100%;
}
.category-grid:after,
.manufacturer-grid:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.category-grid .item-box,
.manufacturer-grid .item-box {
    display: inline-block;
    margin: 6px;
    text-align: center;
    width: 285px;
    border: 1px solid #eee;
    padding-bottom: 12px;
    float: none;
}
.category-grid .homepage-item-box{
    display: inline-block;
    margin: 6px;
    text-align: center;
    width: 200px;
    border: none !important;
    padding-bottom: 12px;
    float: none;
}
.category-grid .item-box .title a,
.manufacturer-grid .item-box .title a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8em;
    overflow: hidden;
    padding: 4px 5px;
    text-align: center;
    color: #555;
}
.category-grid .item-box .picture,
.manufacturer-grid .item-box .picture {
    padding: 0;
    text-align: center;
}
.go-to-top {
    float: left;
    padding: 12px 0 8px 0;
    font-size: 13px;
}
.go-to-top a {
    color: #323232;
    text-decoration: underline;
}
.go-to-top span {
    margin-left: 3px;
}
.product-grid,
.product-list {
    display: inline-block;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}
.product-grid .bx-wrapper .bx-viewport ul li {
    min-width: 160px;
}
.product-grid .item-box {
    display: inline-block;
    max-width: 31%;
    vertical-align: text-top;
    width: 98%;
    margin: 15px 6px;
    border: 1px solid #e0e0e0;
	height: 500px;
}
.product-grid .title {
    border-bottom: 3px solid #b8b7b7;
    color: #5C5B5B;
    font-family: "Georgia";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
}
.manufacturer-grid .title {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}
.manufacturer-grid .title a:hover {
    color: #be3f36;
}
.manufacturer-grid .picture {
    border: 1px solid #ddd;
}
.vendor-list li {
    display: inline-block;
    margin: 0 25px 0 0;
}
.vendor-list li a {
    color: #6e6e6e;
    display: block;
    font-size: 16px;
    padding: 5px 0;
    position: relative;
}
.vendor-list li a:before {
    background-color: #ddd;
    content: "";
    height: 5px;
    left: -15px;
    position: absolute;
    top: 13px;
    width: 5px;
}
.vendor-list li a:hover {
    text-decoration: underline;
}
.pager {
    float: right;
    margin-right: 5px;
    padding-top: 8px;
}
.pager ul {
    display: table;
    margin: 2px auto;
    zoom: 1;
}
.pager li {
    float: left;
    line-height: 20px;
    list-style: none outside none;
    margin-left: 5px;
}
.pager li a,
.pager li span {
    border-radius: 2px;
    color: #48413b;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    -moz-border-radius: 2px;
    -moz-user-select: none;
    padding: 0 7px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
}
.pager li span {
    background: #48413b;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #fff;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 0;
    display: block;
    margin-top: 5px;
}
.pager li.previous-page * {
    background: url(../images/pager-previous.gif) no-repeat 5px;
    height: 11px;
    width: 14px;
}
.pager li.next-page * {
    background: url(../images/pager-next.gif) no-repeat 5px;
    height: 11px;
    width: 14px;
}
.pager li.first-page * {
    background-image: url('../images/first.png');
}
.pager li.last-page * {
    background-image: url('../images/last.png');
}
.pager li a:hover {
    background-color: #ddd;
    border-color: transparent;
}
.product-essential {
    border-bottom: 1px solid #ddd;
    margin: 0 0 40px;
    padding: 0 0 10px;
}
.product-essential:after {
    clear: both;
    content: "";
    display: block;
}
.gallery {
    margin: 0 auto 50px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
    margin: 0 auto 10px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.gallery .picture:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #babbc0;
}
.gallery .picture-thumbs {
    font-size: 0;
    overflow: hidden;
}
.gallery .picture-thumbs a {
    display: inline-block;
    height: 120px;
    margin: 0 5px 10px;
    overflow: hidden;
    position: relative;
    width: 85px;
}
.overview {
    margin: 0 0 50px;
    position: relative;
}
.overview .product-name {
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
    padding: 0 0 10px;
}
.overview .product-name h1 {
    color: #010101;
    font-family: "Georgia";
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}
.overview .short-description {
    color: #666;
    line-height: 22px;
    margin: 0 0 25px;
}
.product-no-reviews,
.product-reviews-overview {
    color: #444;
    margin: 0 0 25px;
}
.product-no-reviews a {
    text-decoration: underline;
}
.product-review-box {
    display: inline-block;
    margin: 0 0 8px;
}
.product-review-box .rating {
    background: url('../images/rating1.png') repeat-x;
    height: 14px;
    width: 95px;
}
.product-review-box .rating div {
    background: url('../images/rating2.png') repeat-x;
    height: 14px;
}
.product-review-links a {
    text-decoration: underline;
}
.product-review-links a:hover {
    color: #be3f36;
}
.overview .value,
.variant-overview .value {
    color: #444;
}
.overview .value a,
.variant-overview .value a {
    color: #6e6e6e;
}
.overview .value a:hover,
.variant-overview .value a:hover {
    text-decoration: underline;
}
.overview-buttons {
    margin: 0 0 25px;
}
.overview-buttons div {
    display: inline-block;
    margin: 0 1px 2px;
    width: auto;
    background: #F6F6F6;
    border: 1px solid #DCDCDC;
}
.social-shares div{
    background: none;
    border: none;
}
.overview .button-2,
.variant-overview .button-2 {
    color: #666;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    text-transform: none;
    text-decoration: none;
}
.overview .button-2:hover,
.variant-overview .button-2:hover {
    background-color: #ddd;
}
.overview .add-to-compare-list-button {
    background: url(../images/add-to-compare-list-icon.png) no-repeat 5px 50%;
    padding: 0 5px 0 25px;
}
.overview .email-a-friend-button {
    background: url(../images/email-friend-icon.png) no-repeat 5px 50%;
    padding: 0 5px 0 25px;
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url('../images/email-button.png');
}
.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('../images/download-button.png');
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background: url(../images/add-to-wishlist-icon.png) no-repeat 5px 50%;
    padding: 0 5px 0 25px;
}
.overview .manufacturers {
    margin: 0 0 20px;
}
.overview .availability,
.variant-overview .availability {
    margin: 0 0 20px;
    overflow: hidden;
}
.overview .availability .stock,
.variant-overview .availability .stock {
    margin: 0 0 10px;
}
.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
    display: inline-block;
}
.back-in-stock-subscription-page .notify-me-button {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    font-size: 15px;
    margin: 15px 0 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.back-in-stock-subscription-page .notify-me-button:hover {
    background-color: #be3f36;
}
.overview .additional-details,
.variant-overview .additional-details {
    margin: 0 0 20px;
}
.overview .additional-details div,
.variant-overview .additional-details div {
    margin: 0 0 8px;
}
.overview .delivery,
.variant-overview .delivery {
    margin: 25px 0;
    overflow: hidden;
}
.overview .free-shipping,
.variant-overview .free-shipping {
    background: url('../images/shipping.png') left center no-repeat;
    color: #444;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 2px 0 2px 28px;
}
.overview .download-sample,
.variant-overview .download-sample {
    display: inline-block;
    margin: 0 0 25px;
}
.overview .prices,
.variant-overview .prices {
    margin: 0 0 10px;
    overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
    margin: 0 0 5px;
}
.overview .prices > div > span,
.variant-overview .prices > div > span {
    vertical-align: middle;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
    font-family: "Times New Roman";
    color: #000;
    font-size: 28px;
    font-weight: bold;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
    color: #6e6e6e;
}
.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
    text-decoration: underline;
}
.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
}
.customer-entered-price .price-input label {
    color: #444;
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
}
.customer-entered-price .price-input input {
    text-align: center;
    width: 170px;
}
.customer-entered-price .price-range {
    color: #777;
    margin: 5px 0 0;
}
.tier-prices {
    margin: 0 0 20px;
}
.tier-prices .title {
    display: none;
}
.tier-prices table td {
    border: 1px solid #ddd;
    color: #444;
    padding: 10px;
}
.tier-prices .field-header {
    min-width: 80px;
}
.tier-prices .item-price {
    background-color: #f9f9f9;
    color: #e4434b;
    font-size: 16px;
}
.overview .add-to-cart {
    margin: 0 0 20px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
    float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input {
    float: left;
    height: 31px;
    padding-right: 25px;
    text-align: right;
    width: 65px;
}
.add-to-cart-panel .plus,
.product-details-page .add-to-cart .minus {
    border-left: 1px solid #dededf;
    display: inline;
    float: left;
    zoom: 1;
}
.add-to-cart-panel .plus {
    background: url(../images/qty-arrows.png);
    height: 15px;
    margin-left: -16px;
    margin-top: 1px;
    width: 15px;
}
.add-to-cart-panel .minus {
    background: url(../images/qty-arrows.png) 15px;
    height: 15px;
    margin-left: -16px;
    margin-top: 15px;
    width: 15px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
    float: left;
}
.overview .qty-input-wrapper {
    margin-top: 6px;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input {
    border: 1px solid #CECACA;
    color: #444;
    font-size: 15px;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    width: 60px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    position: static;
    height: 42px;
    width: 155px;
    background: #877596;
    font-size: 21px;
    font-family: "Times New Roman";
    text-transform: none;
    margin-left: 10px;
    max-width: 60%;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    background-color: #be3f36;
}
.product-share-button {
    display: inline-block;
    overflow: hidden;
}
.full-description {
    clear: both;
    line-height: 24px;
}
.product-collateral {
    margin: 0 0 75px;
}
.product-collateral .title {
    color: #444;
    font-size: 18px;
    margin: 0 0 10px;
}
.product-collateral .title strong {
    font-weight: normal;
}
.product-variant-line {
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 0 0 20px;
}
.product-variant-line:after {
    clear: both;
    content: "";
    display: block;
}
.variant-picture {
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    width: 220px;
}
.variant-overview {
    width: 100%;
}
.variant-overview .variant-name {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0;
}
.variant-overview .variant-description {
    line-height: 22px;
    margin: 0 0 15px;
}
.variant-overview .add-to-wishlist {
    margin: 0 0 25px;
}
.variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto;
}
.variant-overview .add-to-cart {
    margin: 0 0 10px;
}
.product-specs-box {
    margin: 0 0 40px;
}
.product-specs-box td {
    border: 1px solid #ddd;
    padding: 10px;
}
.product-tags-list {
    font-size: 0;
}
.product-tags-list li {
    display: inline-block;
    font-size: 14px;
}
.product-tags-list li.separator {
    margin: 0 5px 0 3px;
}
.product-tags-list a {
    display: inline-block;
    line-height: 24px;
}
.product-tags-list a:hover {
    color: #444;
}
.attributes {
    margin: 20px 0;
}
.attributes dl {
    overflow: hidden;
    padding: 0 2px;
}
.attributes dt,
.attribute-label {
    color: #444;
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
    white-space: nowrap;
}
.attributes dd,
.attribute-data {
    margin: 0 0 10px;
}
.attributes li {
    margin: 8px 0 12px;
}
.attributes select {
    max-width: 100%;
    min-width: 100px;
    width: auto;
}
.attributes .option-list label {
    margin: 0 5px;
}
.attributes .datepicker {
    color: #444;
    text-align: center;
    width: 280px;
}
.ui-datepicker {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    color: #777;
    font: normal 14px Arial, Helvetica, sans-serif;
    padding: 0;
    text-align: center;
    width: 280px;
}
.ui-datepicker-header {
    background-color: #6e6e6e;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    height: 32px;
    padding: 0 !important;
    position: relative;
}
.ui-datepicker-header a {
    border: none !important;
    font-size: 0;
    height: 32px !important;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0 !important;
    top: 0;
    width: 32px !important;
    width: 32px;
    z-index: 1;
}
.ui-datepicker-header a.ui-datepicker-prev {
    background: url('../images/calendar-prev.png') center no-repeat;
    left: 0;
}
.ui-datepicker-header a.ui-datepicker-next {
    background: url('../images/calendar-next.png') center no-repeat;
    right: 0;
}
.ui-datepicker-header a span {
    display: none !important;
}
.ui-datepicker-title {
    font-weight: bold;
    line-height: 32px !important;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
}
.ui-datepicker-calendar {
    font-size: 14px !important;
    margin: 0 !important;
}
.ui-datepicker-calendar th {
    background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    border: 1px solid #ddd;
    padding: 0;
    width: 14.285%;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
    color: #444;
    display: block;
    line-height: 32px;
    min-height: 32px;
}
.ui-datepicker-calendar td a {
    background: none !important;
    border: none !important;
    color: #444 !important;
    padding: 0;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-active {
    color: #6e6e6e !important;
    color: #6e6e6e;
    font-weight: bold;
    outline: 2px solid #6e6e6e;
}
.color-squares {
    font-size: 0;
}
.color-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center;
}
.color-squares .color-container {
    display: block;
    padding: 1px;
    position: relative;
    z-index: 0;
}
.color-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
}
.color-squares .color {
    border: 1px solid #444 !important;
    cursor: pointer;
    display: block !important;
    height: 32px !important;
    width: 32px !important;
}
.color-squares .selected-value .color-container {
    background-color: #6e6e6e;
}
.color-squares li input {
    margin: -32px 0 0;
    position: relative;
    z-index: -1;
}
.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
}
.giftcard div {
    margin: 0 0 10px;
}
.giftcard label {
    color: #444;
    display: block;
    font-weight: bold;
    margin: 0 auto 5px;
}
.giftcard input,
.giftcard textarea {
    max-width: 100%;
    width: 350px;
}
.giftcard textarea {
    height: 150px;
}
.product-reviews-page h1 a {
    color: #6e6e6e;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
    content: "''";
}
.product-reviews-page .title {
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
}
.product-reviews-page .title strong {
    font-weight: normal;
}
.write-review {
    margin: 0 0 60px;
}
.write-review .fieldset {
    margin: 0 0 30px;
}
.write-review .review-rating {
    text-align: center;
}
.write-review .review-rating label {
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
}
.write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
    cursor: default;
    display: inline-block;
    font-size: 14px;
    height: 17px;
    margin: 0 5px;
    vertical-align: middle;
}
.write-review .review-rating li.first {
    color: #e4444c;
}
.write-review .review-rating li.rating-options {
    padding-top: 2px;
}
.write-review .review-rating li.rating-options input {
    vertical-align: baseline;
}
.write-review .review-rating li.last {
    color: #4cb17c;
}
.write-review .captcha-box {
    margin: 15px 0 0;
}
.write-review .button-1 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.write-review .button-1:hover {
    background-color: #be3f36;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}
.product-review-list {
    overflow: hidden;
}
.product-review-item {
    margin: 0 0 40px;
}
.product-review-item .review-item-head {
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding: 10px;
}
.product-review-item .review-title {
    color: #444;
    font-size: 15px;
    line-height: 20px;
}
.product-review-item .product-review-box {
    margin: 3px 0 0;
}
.product-review-item .review-content {
    padding: 20px 10px;
}
.product-review-item .review-text {
    color: #444;
    line-height: 22px;
    margin: 0 0 15px;
}
.product-review-item .review-info {
    margin: 0 0 5px;
}
.product-review-item .review-info label {
    font-weight: normal;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
    color: #6e6e6e;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.product-review-helpfulness .question {
    font-style: italic;
    margin: 0 5px 0 0;
}
.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}
.wishlist-page .page-title {
    margin: 0 0 -1px;
}
.wishlist-content {
    margin: 0 0 20px;
}
.wishlist-content .message-error {
    margin: 20px 0;
}
.wishlist-content .table-wrapper {
    margin: 0 0 30px;
}
.wishlist-content .product-content {
    min-width: 300px;
    text-align: left;
}
.wishlist-content .tax-shipping-info {
    margin: 0 0 20px;
    text-align: center;
}
.wishlist-content .tax-shipping-info a {
    color: #4ab3f1;
}
.wishlist-content .tax-shipping-info a:hover {
    text-decoration: underline;
}
.wishlist-content .buttons {
    font-size: 0;
}
.wishlist-content .button-2 {
    border: none;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 3px;
    padding: 10px 25px;
    text-align: center;
    width: 250px;
}
.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
    background-color: #6e6e6e;
    text-transform: uppercase;
}
.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover {
    background-color: #be3f36;
}
.wishlist-content .email-a-friend-wishlist-button {
    background-color: #aaa;
}
.wishlist-content .email-a-friend-wishlist-button:hover {
    background-color: #999;
}
.wishlist-page .share-info {
    text-align: center;
}
.wishlist-page .share-info span {
    display: block;
    margin: 0 0 5px;
}
.wishlist-page .share-info a {
    color: #444;
    font-weight: bold;
}
.wishlist-page .share-info a:hover {
    color: #be3f36;
}
.wishlist-page .no-data {
    margin: 25px 0 0;
}
.compare-products-page {
    overflow: hidden;
    position: relative;
}
.compare-products-page .clear-list {
    background-color: #6e6e6e;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 20px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.compare-products-page .clear-list:hover {
    background-color: #be3f36;
}
.compare-products-page .table-wrapper {
    margin: 0 0 30px;
    padding: 0 0 1px;
}
.compare-products-table td {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #444;
    min-width: 150px;
    padding: 20px;
    text-align: left;
    vertical-align: top;
}
.compare-products-table td:first-child {
    min-width: 0;
}
.compare-products-table td label {
    color: #777;
    font-weight: normal;
}
.compare-products-table .remove-button {
    background: url('../images/remove.png') left center no-repeat;
    border: none;
    color: #666;
    display: inline-block;
    font-size: 12px;
    padding: 0 0 0 18px;
}
.compare-products-table .remove-button:hover {
    color: #be3f36;
}
.compare-products-table .picture {
    display: block;
    height: 200px;
    max-width: 200px;
    overflow: hidden;
    position: relative;
}
.compare-products-table .picture img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.compare-products-table .product-name td {
    font-weight: bold;
}
.compare-products-table .product-name td a:hover {
    color: #be3f36;
}
.compare-products-table .short-description td {
    line-height: 22px;
}
.compare-products-table .full-description td {
    display: none;
}
.compare-products-page .no-data {
    margin: 25px 0 0;
}
.topic-block {
    margin: 0 0 25px;
}
.topic-block-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    min-height: 50px;
    padding: 0 0 15px;
}
.topic-block-title h2 {
    font-size: 30px;
    font-weight: normal;
}
.topic-block-body {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.topic-page .page-body {
    line-height: 22px;
    text-align: justify;
}
.topic-block a,
.topic-page a {
    text-decoration: underline;
}
.topic-block strong,
.topic-page strong {
    color: #444;
}
.home-page .topic-block {
    margin: 0 0 50px;
}
.popup-window .topic-page {
    padding: 15px;
}
.not-found-page p {
    margin: 30px 15px;
}
.topic-password {
    text-align: center;
}
.enter-password-title {
    color: #444;
    margin: 0 0 20px;
}
.enter-password-form {
    display: inline-block;
    overflow: hidden;
}
.enter-password-form input[type="password"] {
    float: left;
    height: 40px;
    margin: 0 -1px 0 0;
    width: 200px;
}
.enter-password-form input[type="submit"] {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    float: left;
    height: 40px;
    min-width: 86px;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
}
.enter-password-form input[type="submit"]:hover {
    background-color: #be3f36;
}
.contact-page .page-title,
.email-a-friend-page .page-title {
    margin: 0 0 -1px;
}
.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error {
    margin: 20px 0;
}
.contact-page .button-1,
.email-a-friend-page .button-1 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
    background-color: #be3f36;
}
.contact-page .topic-block,
.email-a-friend-page .title {
    margin: 25px 0;
}
.email-a-friend-page .title h2 {
    color: #6e6e6e;
    font-weight: normal;
}
.gender {
    display: inline-block;
}
.gender span {
    display: inline-block;
    margin: 0 5px;
}
.gender span > * {
    display: inline !important;
    line-height: 32px;
    margin: 0 5px;
}
.date-of-birth select {
    max-width: 126px;
    width: 31%;
}
.date-of-birth select + select {
    margin: 0 0 0 10px;
}
#check-availability-button {
    background-color: #888;
    border: none;
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
#check-availability-button:hover {
    background-color: #999;
}
.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}
.accept-privacy-policy > * {
    display: inline-block;
    line-height: 32px;
}
.accept-privacy-policy span {
    color: #6e6e6e;
    cursor: pointer;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
    background-color: #2D1509;
    color: #FCE07B;
}
.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px;
}
.registration-result-page .result {
    color: #4cb17c;
    font-size: 16px;
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
}
.login-page .customer-blocks {
    margin: 0 0 30px;
}
.login-page .title {
    color: #444;
    font-size: 20px;
    margin: 0 0 15px;
}
.login-page .title strong {
    font-weight: normal;
}
.login-page .new-wrapper {
    margin: 0 0 50px;
}
.login-page .new-wrapper .text {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    line-height: 22px;
    margin: 0 0 30px;
    padding: 30px;
}
.login-page .new-wrapper .topic-block {
    margin: 0;
}
.login-page .new-wrapper .topic-block-body strong {
    color: #444;
}
.login-page .new-wrapper .button-1 {
    margin: 0 0 5px;
}
.login-page .returning-wrapper {
    margin: 0;
}
.login-page .returning-wrapper .form-fields {
    overflow: hidden;
    padding: 30px 15px 0;
}
.login-page .returning-wrapper .inputs.reversed {
    white-space: normal;
}
.login-page .returning-wrapper .inputs.reversed * {
    color: #444;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: auto;
}
.login-page .returning-wrapper .inputs.reversed a:hover {
    color: #be3f36;
}
.login-page .captcha-box {
    margin: -15px 0 20px;
}
.login-page .returning-wrapper .buttons {
    background-color: #fff;
    padding: 30px 0;
}
.external-authentication {
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center;
}
.external-authentication .buttons {
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px;
}
.external-auth-errors {
    color: #e4444c;
}
.external-auth-association {
    color: #444;
}
.external-auth-association a {
    color: #6e6e6e;
}
.external-auth-association a:hover {
    text-decoration: underline;
}
.password-recovery-page .result {
    color: #444;
    font-weight: bold;
    margin: 0 0 5px;
}
.password-recovery-page .tooltip {
    margin: 0 0 25px;
}
.add-more-external-records {
    text-align: center;
}
.add-more-external-records a {
    color: #6e6e6e;
}
.add-more-external-records a:hover {
    text-decoration: underline;
}
.account-page .buttons {
    text-align: center;
}
.account-page .description {
    margin: 0 0 25px;
    padding: 0 10px;
}
.account-page .table-wrapper {
    margin: 0 0 30px;
}
.address-list-page .info,
.order-list-page .info {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    color: #444;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 20px;
}
.address-list-page .info .name,
.order-list-page .info .name {
    font-size: 16px;
    font-weight: bold;
}
.address-list-page .button-2,
.order-list-page .button-2 {
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 10px;
    background-color: #2D1509;
    padding: 0px 35px;
}

input[type="button"].button-2:hover,
input[type="button"].button-2:hover {
    color: #fff;
    text-decoration: underline;
}

.edit-address-button {
    background: url('../images/edit.png') 6px center no-repeat;
}
.delete-address-button,
.cancel-recurring-order-button {
    background: url('../images/remove.png') 6px center no-repeat;
}
.return-items-button {
    background: url('../images/return.png') 6px center no-repeat;
}
.order-details-button {
    background: url('../images/details.png') 6px center no-repeat;
}
.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
    color: #be3f36;
}
.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center;
}
.address-edit-page .page-title {
    margin: 0 0 -1px;
}
.address-edit-page .message-error {
    margin: 20px 0;
}
.address-edit-page .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}
.recurring-payments table td {
    white-space: nowrap;
}
.recurring-payments table td:first-child {
    min-width: 120px;
    white-space: normal;
}
.recurring-payments .button-2 {
    font-size: 14px;
}
.return-request-list-page .details {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    color: #444;
    line-height: 22px;
    padding: 20px;
}
.return-request-list-page label {
    margin: 0 5px 0 0;
}
.return-request-list-page a {
    color: #6e6e6e;
}
.return-request-list-page a:hover {
    text-decoration: underline;
}
.return-request-list-page .comments div {
    color: #444;
    font-size: 15px;
    font-style: italic;
    margin: 10px 0 0;
}
.downloadable-products-page table td {
    color: #444;
}
.reward-points-overview {
    margin: 0 0 25px;
}
.reward-points-history table td {
    color: #444;
}
.reward-points-history table td:first-child {
    min-width: 120px;
}
.change-password-page .page-title {
    margin: 0 0 -1px;
}
.change-password-page .result,
.change-password-page .message-error {
    margin: 20px 0;
}
.change-password-page .fieldset {
    margin: 0 0 30px;
}
.avatar-page .page-title {
    margin: 0;
}
.avatar-page .page-body {
    background-color: #f9f9f9;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 30px 25px;
}
.avatar-page .message-error {
    margin: 0 0 10px;
}
.avatar-page .image {
    margin: 0 0 10px;
}
.avatar-page .image img {
    border: 1px solid #ccc;
}
.avatar-page .button-1 {
    font-size: 14px;
}
.avatar-page .button-2 {
    background-color: #888;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.avatar-page .button-2:hover {
    background-color: #999;
}
.avatar-page .info {
    color: #444;
}
.order-progress {
    background-color: #f6f6f6;
    margin: 0 0 50px;
    padding: 15px 0;
    text-align: center;
}
.order-progress ul {
    font-size: 0;
}
.order-progress li {
    display: inline-block;
    margin: 10px;
}
.order-progress a {
    color: #444;
    display: block;
    font-size: 14px;
    min-width: 70px;
}
.order-progress a:before {
    background: #fff url('../images/pointer.png') center no-repeat;
    border: 1px solid #bbb;
    content: "";
    display: block;
    height: 40px;
    margin: 0 auto 15px;
    width: 40px;
}
.order-progress li.active-step a {
    cursor: pointer;
}
.order-progress li.inactive-step a {
    cursor: default;
    opacity: 0.3;
}
.shopping-cart-page .page-title {
    margin: 0 0 -1px;
    padding: 10px;
}
.shopping-cart-page .message-error {
    margin: 20px 0;
}
.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: left;
}
.shopping-cart-page .common-buttons {
    background-color: #f6f6f6;
    font-size: 0;
    margin: 0 0 60px;
    padding: 20px;
}
.shopping-cart-page .common-buttons input {
    background-color: #aaa;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    min-width: 180px;
    padding: 10px 20px;
}
.shopping-cart-page .common-buttons input:hover {
    background-color: #999;
}
.shopping-cart-page .common-buttons input:first-child {
    background-color: #6e6e6e;
}
.shopping-cart-page .common-buttons input:first-child:hover {
    color: #FCE07B;
    background-color: #2D1509;
}
.checkout-attributes {
    color: #444;
    margin: -30px 0 30px;
}
.checkout-attributes dt {
    font-weight: bold;
    margin: 0 0 5px;
}
.checkout-attributes dd {
    margin: 0 0 20px;
}
.checkout-attributes input[type="text"],
.checkout-attributes select {
    min-width: 200px;
}
.checkout-attributes ul {
    font-size: 0;
}
.checkout-attributes li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 8px 10px;
}
.checkout-attributes li label {
    display: inline-block;
    margin: 0 0 0 5px;
}
.selected-checkout-attributes {
    color: #444;
    margin: 30px 0;
}
.selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 3px;
}
.cart-footer {
    border-top: 1px solid #ddd;
    margin: 0 0 50px;
}
.cart-footer:after {
    clear: both;
    content: "";
    display: block;
}
.cart-footer .totals {
    background-color: #f9f9f9;
    color: #444;
    margin: 0 auto 50px;
    max-width: 100%;
    padding: 10px;
    width: 350px;
}
.cart-footer .total-info {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 5px 30px 15px;
}
.cart-total td {
    padding: 5px 0;
    text-align: right;
    width: 50%;
}
.cart-total td:first-child {
    text-align: left;
}
.cart-total .giftcard-remaining {
    display: block;
    font-style: italic;
}
.cart-total .order-total {
    color: #6e6e6e;
    font-size: 20px;
}
.cart-total .order-total strong {
    font-weight: normal;
}
.cart-total .earn-reward-points {
    font-style: italic;
}
.min-amount-warning {
    color: #e4434b;
    margin: 0 0 20px;
    padding: 0 30px;
}
.terms-of-service {
    margin: 0 0 20px;
    padding: 0 30px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
    color: #6e6e6e;
    margin: 0 0 0 3px;
}
.cart-footer .checkout-buttons {
    padding: 0 10px;
}
.cart-footer .checkout-button {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    min-width: 160px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.cart-footer .checkout-button:hover {
    color: #FCE07B;
    background-color: #2D1509;
}
.cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px;
}
.cart-collaterals {
    margin: 0 auto 50px;
    max-width: 100%;
    padding: 25px 0 0;
    width: 350px;
}
.cart-collaterals > div {
    margin: 0 0 50px;
    max-width: 400px;
}
.cart-collaterals .button-2 {
    background-color: #aaa;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
}
.cart-collaterals .button-2:hover {
    background-color: #999;
}
.cart-collaterals .title {
    color: #444;
    font-size: 18px;
    margin: 0 0 5px;
}
.cart-collaterals .title strong {
    font-weight: normal;
}
.cart-collaterals .hint {
    margin: 0 0 10px;
}
.cart-collaterals .deals > div {
    margin: 0 0 20px;
}
.cart-collaterals .coupon-code {
    overflow: hidden;
}
.cart-collaterals .coupon-code input[type="text"] {
    float: left;
    height: 36px;
    margin: 0 -1px 0 0;
    width: 60%;
}
.cart-collaterals .coupon-code input[type="submit"] {
    float: left;
    height: 36px;
    padding: 0;
    width: 40%;
}
.cart-collaterals .message-failure {
    color: #e4434b;
    font-size: 12px;
    margin: 5px 0 0;
}
.cart-collaterals .message-success {
    color: #4cb17c;
    font-size: 12px;
    margin: 5px 0 0;
}
.cart-collaterals .current-code {
    color: #4cb17c;
    margin: 5px 0 0;
}
.remove-discount-button,
.remove-gift-card-button {
    background: #fff url('../images/close.png') center no-repeat;
    border: 1px solid #999;
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.cart-collaterals .shipping select {
    height: 36px;
}
.cart-collaterals .shipping-results {
    margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
    margin: 20px 0;
}
.cart-collaterals .shipping-results li strong {
    color: #444;
    display: block;
    margin: 0 0 5px;
}
.shopping-cart-page .no-data {
    margin: 25px 0 0;
}
.checkout-page .section {
    margin: 0 0 30px;
}
.checkout-page .section.order-summary {
    margin: 100px 0 30px;
}
.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
}
.checkout-page .cart-footer {
    border-top: none;
}
.checkout-page .total-info {
    border-bottom: none;
    margin: 0;
    padding: 5px 20px 10px;
}
.checkout-page .button-1 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
.checkout-page .button-1:hover {
    color: #FCE07B;
    background-color: #2D1509;
}
.checkout-page .address-item {
    margin: 0 auto 40px;
    max-width: 100%;
    width: 350px;
}
.checkout-page .address-item ul {
    background-color: #f9f9f9;
    color: #444;
    margin: 0 0 15px;
    padding: 20px;
}
.checkout-page .address-item li {
    padding: 5px 0;
}
.checkout-page .address-item li.name {
    font-size: 16px;
    font-weight: bold;
}
.enter-address .message-error {
    margin: 20px 0;
}
.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}
.checkout-page .pickup-in-store {
    padding: 30px 0;
    text-align: center;
}
.checkout-page .pickup-in-store .selector {
    color: #444;
    font-weight: bold;
    margin: 0 0 5px;
}
.shipping-method .method-list,
.payment-method .method-list {
    font-size: 0;
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
}
.shipping-method .method-list li,
.payment-method .method-list li {
    font-size: 14px;
    margin: 20px 0;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
    color: #444;
    font-size: 13px;
    font-weight: bold;
}
.shipping-method .method-description {
    margin: 5px 0 0;
}
.payment-method .use-reward-points {
    color: #444;
    margin: 0 0 30px;
    text-align: center;
}
.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle;
}
.payment-method .payment-logo label {
    display: block;
    font-size: 0 !important;
}
.payment-method .payment-details {
    display: inline-block;
    margin: 0 0 0 10px;
    min-width: 180px;
    text-align: left;
    vertical-align: middle;
}
.payment-info .info {
    color: #444;
    padding: 30px 15px;
}
.payment-info .info tr {
    display: block;
    font-size: 0;
    margin: 0 0 15px;
}
.payment-info .info td {
    display: inline-block;
    font-size: 14px;
    max-width: 400px !important;
    width: 100% !important;
}
.payment-info .info td:only-child {
    max-width: 100% !important;
    width: 100% !important;
}
.payment-info .info td input[type="text"] {
    width: 100% !important;
}
.payment-info .info td input[name="CardCode"] {
    width: 65px !important;
}
.payment-info .info td select {
    min-width: 70px;
}
.payment-info .info td:first-child {
    margin: 0 0 10px;
}
.payment-info .info p {
    text-align: center;
}
.confirm-order .buttons {
    padding: 10px 0;
}
.confirm-order .button-1 {
    font-size: 16px;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
    background-color: #f9f9f9;
    color: #444;
    margin: 0 auto 40px;
    max-width: 100%;
    padding: 20px;
    width: 350px;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 5px;
    padding: 0;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
    margin-top: 0;
}
.order-completed .details {
    color: #444;
    margin: 0 0 30px;
    padding: 30px 15px;
    text-align: center;
}
.order-completed .details div {
    margin: 5px 0;
}
.order-completed .details strong {
    font-weight: normal;
    text-transform: uppercase;
}
.order-completed .details a {
    color: #6e6e6e;
}
.order-completed .details a:hover {
    text-decoration: underline;
}
.opc .step-title {
    background-color: #f6f6f6;
    margin: 0 0 1px;
    overflow: hidden;
}
.opc .allow .step-title {
    background-color: #6e6e6e;
    cursor: pointer;
}
.opc .step-title .number,
.opc .step-title .title {
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    min-height: 40px;
    padding: 10px 15px;
}
.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
}
.opc .step-title .number {
    border-right: 1px solid #fff;
    text-align: center;
    width: 42px;
}
.opc .allow .step-title .number {
    color: #FCE07B;
    background-color: #2D1509;
}
.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
}
.opc .section {
    margin: 0 0 30px;
}
.opc .section > label {
    display: block;
    margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
    max-width: 100%;
}
.opc .buttons {
    margin-bottom: 0;
}
.opc .back-link {
    margin: 0 0 10px;
}
.opc .back-link small {
    display: none;
}
.opc .back-link a {
    background: url('../images/back-button.png') left center no-repeat;
    color: #444;
    display: inline-block;
    margin: 0 0 0 -15px;
    padding: 0 0 0 18px;
}
.opc .back-link a:hover {
    color: #2D1509;
}
.opc .buttons .please-wait {
    background: none;
    display: block;
    margin: 10px 0 0;
}
.opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0;
}
.opc .payment-info .info tr {
    text-align: left;
}
.opc .section.order-summary {
    margin: 0;
}
.order-details-page .page-title {
    border-bottom: none;
}
.order-details-page .page-title h1 {
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 0 0 10px;
}
.order-details-page .page-title a {
    background-color: #aaa;
    background-image: none;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 5px 0;
    min-width: 180px;
    padding: 10px 20px;
}
.order-details-page .page-title a:hover {
    background-color: #999;
}
.order-details-page .page-title a.print-order-button {
    background-color: #6e6e6e;
}
.order-details-page .page-title a.print-order-button:hover {
    background-color: #be3f36;
}
.order-details-page .order-overview {
    color: #444;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 50px;
    text-align: center;
}
.order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    text-transform: uppercase;
}
.order-details-page .order-overview .order-total strong {
    color: #6e6e6e;
    font-weight: normal;
}
.order-details-page .repost .button-2 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 10px 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.order-details-page .repost .button-2:hover {
    background-color: #be3f36;
}
.order-details-page .download a {
    color: #6e6e6e;
    font-weight: normal;
}
.order-details-page .download a:hover {
    text-decoration: underline;
}
.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
}
.user-agreement-page .button-1 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover {
    background-color: #be3f36;
}
.order-details-page .tax-shipping-info {
    margin: 30px 0;
}
.order-details-page .tax-shipping-info a {
    color: #6e6e6e;
}
.order-details-page .tax-shipping-info a:hover {
    text-decoration: underline;
}
.order-details-page .actions {
    font-size: 0;
    margin: 30px 0 0;
}
.order-details-page .actions input {
    background-color: #aaa;
    background-image: none;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    min-width: 180px;
    padding: 10px 20px;
}
.order-details-page .actions input:hover {
    background-color: #999;
}
.order-details-page .actions input:first-child {
    background-color: #6e6e6e;
}
.order-details-page .actions input:first-child:hover {
    background-color: #be3f36;
}
.order-details-page .total-info {
    background-color: #f9f9f9;
    color: #444;
    margin: 0 auto 50px;
    max-width: 100%;
    padding: 15px 20px;
    width: 350px;
}
.search-page .page-title {
    margin: 0 0 -1px;
}
.search-input .fieldset {
    margin: 0 0 30px;
}
.search-input .form-fields {
    padding: 30px 15px 10px;
}
.search-input input + label {
    display: inline;
    margin: 0 0 0 5px;
}
.advanced-search {
    margin: 30px 0 0;
}
.advanced-search .price-range {
    display: inline-block;
}
.advanced-search .price-range input {
    margin: 3px;
    width: 80px;
}
.search-input .buttons {
    text-align: center;
}
.search-input .button-1 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
.search-input .button-1:hover {
    background-color: #be3f36;
}
.search-results {
    margin: 30px 0 0;
}
.search-results .warning,
.search-results .no-result {
    color: #e4434b;
    margin: 10px 0;
}
.sitemap-page .description {
    margin: 0 0 30px;
    text-align: center;
}
.sitemap-page .entity {
    margin: 0 0 30px;
}
.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: center;
}
.sitemap-page .entity-title h2 {
    color: #444;
    font-size: 20px;
    font-weight: normal;
}
.sitemap-page .entity-body {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    padding: 30px 15px;
    text-align: center;
}
.sitemap-page ul {
    font-size: 0;
}
.sitemap-page li {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    margin: 0 8px;
    padding: 0 12px;
    position: relative;
}
.sitemap-page li:before {
    background-color: #ddd;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 23px;
    width: 5px;
}
.sitemap-page a {
    color: #444;
}
.sitemap-page a:hover {
    color: #be3f36;
}
.sitemap-page a:empty {
    display: none;
}
.block-blog-archive .number {
    color: #444;
    cursor: auto;
    display: block;
}
.block-blog-archive .sublist {
    margin: 5px 0 5px 15px;
}
.block-blog-archive li.month {
    padding: 3px 0 3px 15px;
}
.blog-page .page-title,
.news-list-page .page-title {
    margin: 0;
}
.blog-page .post,
.news-items .news-item {
    margin: 0 0 30px;
}
.blog-page .post:after {
    clear: both;
    content: "";
    display: block;
}
.post-title,
.news-title {
    color: #444;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 20px 10px;
}
.post-title:hover,
.news-title:hover {
    color: #be3f36;
}
.post-date,
.news-date {
    background-color: #f6f6f6;
    color: #444;
    display: block;
    font-style: italic;
    margin: 0 0 15px;
    padding: 10px;
}
.post-body,
.news-body {
    line-height: 22px;
    margin: 0 0 20px;
    padding: 0 10px;
}
.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 10px;
}
.blog-page .tags label,
.blogpost-page .tags label {
    color: #444;
    display: inline-block;
    font-weight: bold;
    margin: 0 3px 3px 0;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
    display: inline-block;
    font-size: 0;
    margin: 0 0 3px 3px;
}
.blog-page .tags li,
.blogpost-page .tags li {
    display: inline-block;
    font-size: 14px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
    margin: 0 8px 0 0;
}
.blog-page .tags a,
.blogpost-page .tags a {
    color: #6e6e6e;
    display: block;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    text-decoration: underline;
}
.blog-posts .buttons,
.news-items .buttons {
    margin: 0;
    padding: 0 10px;
}
.blog-posts .buttons .read-comments {
    color: #444;
    display: block;
    font-weight: bold;
    margin: 0 0 15px;
}
.blog-posts .buttons .read-comments:hover {
    color: #be3f36;
}
.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover {
    background-color: #909090;
}
.new-comment {
    margin: 50px 0 60px;
}
.new-comment .notifications {
    margin: 0 0 10px;
}
.new-comment .result {
    color: #690;
}
.new-comment .form-fields {
    margin: 0 0 20px;
}
.new-comment .button-1 {
    background-color: #6e6e6e;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
.new-comment .button-1:hover {
    background-color: #be3f36;
}
.comment-list {
    margin: 0 0 100px;
}
.comment-list .title {
    color: #444;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0 10px;
}
.comment-list .title strong {
    font-weight: normal;
}
.comment-list .comment {
    border-top: 1px solid #ddd;
    margin: 0 0 40px;
}
.comment-list .comment:after {
    clear: both;
    content: "";
    display: block;
}
.comment-info {
    margin: 20px auto;
    width: 150px;
}
.comment-info .username {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    color: #444;
    display: block;
    font-weight: bold;
    margin: 0 0 -1px;
    padding: 11px 0;
}
.comment-info a.username:hover {
    color: #be3f36;
}
.comment-info .avatar {
    border: 1px solid #ddd;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.comment-info .avatar img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.comment-time {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
}
.comment-time span {
    color: #444;
}
.comment-title {
    color: #444;
    font-size: 16px;
    margin: 0 0 15px;
}
.comment-body {
    line-height: 22px;
}
.news-list-homepage {
    margin: 0 0 75px;
}
.news-list-homepage .title {
    border-bottom: 3px solid #b8b7b7;
    color: #FCE07B;
    font-family: "Georgia";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
}
.news-list-homepage .view-all {
    text-align: center;
}
.news-list-homepage .view-all a {
    color: #444;
    text-decoration: underline;
}
.news-list-homepage .view-all a:hover {
    color: #be3f36;
}
.forums-main-page .topic-block {
    margin: 0 0 35px;
    text-align: center;
}
.forums-main-page .topic-block p {
    text-align: center;
}
.forums-main-page .pager {
    display: none;
}
.forum-breadcrumb {
    margin: 0 0 40px;
}
.forums-header {
    margin: 0 0 50px;
    overflow: hidden;
}
.forums-header:after {
    clear: both;
    content: "";
    display: block;
}
.forums-header .current-time {
    color: #444;
    margin: 0 0 15px;
}
.forum-search-box .basic {
    margin: 0 0 10px;
    overflow: hidden;
}
.forum-search-box .advanced a {
    color: #444;
    line-height: 22px;
    text-decoration: underline;
}
.forum-search-box .advanced a:hover {
    color: #be3f36;
}
.forum-search-page .page-title {
    margin: 0 0 -1px;
}
.forum-search-page .search-error,
.forum-search-page .no-result {
    color: #e4434b;
    margin: 0 0 15px;
    text-align: center;
}
.forums-table-section {
    margin: 0 0 60px;
}
.forums-table-section + .pager {
    margin: -30px 0 30px;
}
.forums-table-section-title {
    margin: 0 0 15px;
    padding: 0 10px;
}
.forums-table-section-title a,
.forums-table-section-title strong {
    color: #444;
    font-size: 22px;
    font-weight: normal;
}
.forums-table-section-title a:hover {
    color: #be3f36;
}
.forums-table-section .image div {
    background: url('../images/topic-type1.png') center no-repeat;
    height: 32px;
    margin: auto;
    width: 38px;
}
.forums-table-section .image div.sticky {
    background: url('../images/topic-type2.png') center no-repeat;
}
.forums-table-section .image div.announcement {
    background: url('../images/topic-type3.png') center no-repeat;
}
.forums-table-section .forum-title,
.forums-table-section .topic-title {
    margin: 5px 0;
}
.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
    color: #444;
    font-size: 16px;
    font-weight: bold;
}
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
    color: #be3f36;
    text-decoration: none;
}
.forums-table-section .topic-title span {
    color: #777;
    display: block;
}
.forums-table-section .forum-description,
.forums-table-section .topic-starter {
    margin: 5px 0;
}
.forums-table-section .latest-post {
    white-space: nowrap;
}
.forums-table-section .latest-post div {
    margin: 5px 0;
}
.forums-table-section .latest-post label {
    color: #777;
}
.forum-group .latest-post .author {
    display: none;
}
.forums-table-section .view-all {
    margin: 30px 0 0;
    padding: 0 10px;
}
.forums-table-section .view-all a {
    background-color: #6e6e6e;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.forums-table-section .view-all a:hover {
    background-color: #be3f36;
}
.forum-page .forum-info {
    margin: 0 0 30px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 10px 10px;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    font-size: 30px;
    font-weight: normal;
}
.forum-actions,
.topic-actions {
    font-size: 0;
    margin: 0 0 30px;
}
.forum-actions .actions a,
.topic-actions .actions a {
    display: inline-block;
    font-size: 14px;
    margin: 1px;
    padding: 10px 10px 10px 33px;
}
.forum-actions .actions .new-topic {
    background: #eee url('../images/new.png') left center no-repeat;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
    background: #eee url('../images/watch.png') left center no-repeat;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    background-color: #e6e6e6;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
    display: none;
    margin: 0;
}
.topic-actions .reply-topic-button {
    background: #eee url('../images/reply.png') left center no-repeat;
}
.topic-actions .watch-topic-button {
    background: #eee url('../images/watch.png') left center no-repeat;
}
.topic-actions .move-topic-button {
    background: #eee url('../images/move.png') left center no-repeat;
}
.topic-actions .edit-topic-button {
    background: #eee url('../images/edit_.png') left center no-repeat;
}
.topic-actions .delete-topic-button {
    background: #eee url('../images/remove_.png') left center no-repeat;
}
.topic-actions.lower .actions {
    display: none;
}
.active-discussions-page .forums-table-section-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 10px 10px;
}
.active-discussions-page .forums-table-section-title strong {
    font-size: 30px;
    font-weight: normal;
}
.active-discussions-page .forums-table-section-body {
    margin: 0 0 20px;
}
.topic-post {
    border-top: 1px solid #ddd;
    margin: 0 0 30px;
}
.topic-post:last-child {
    border-bottom: 1px solid #ddd;
}
.topic-post:after {
    clear: both;
    content: "";
    display: block;
}
.topic-post .post-info {
    margin: 30px 0;
}
.topic-post .user-info {
    margin: 0 auto 15px;
    width: 150px;
}
.topic-post .username {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    color: #444;
    display: block;
    font-weight: bold;
    margin: 0 0 -1px;
    padding: 11px 0;
}
.topic-post a.username:hover {
    color: #be3f36;
}
.topic-post .avatar,
.profile-info-box .avatar {
    border: 1px solid #ddd;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.topic-post .user-stats {
    margin: 0 0 15px;
}
.topic-post .user-stats li {
    display: inline-block;
    margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
    color: #444;
    font-weight: bold;
    margin: 0 0 0 3px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
    background-color: #888;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    background-color: #999;
}
.topic-post .post-time {
    background-color: #f6f6f6;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 15px;
}
.topic-post .post-time span {
    color: #444;
}
.topic-post .post-actions {
    font-size: 0;
    margin: 0 0 15px;
}
.topic-post .post-actions > div {
    display: inline-block;
}
.topic-post .post-actions a {
    display: inline-block;
    font-size: 14px;
    margin: 1px 5px;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
    padding: 10px 10px 10px 33px;
}
.topic-post .post-actions .edit-post-button {
    background: url('../images/edit_.png') left center no-repeat;
}
.topic-post .post-actions .delete-post-button {
    background: url('../images/remove_.png') left center no-repeat;
}
.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
    color: #be3f36;
}
.topic-post .post-actions .post-link-button {
    color: #6e6e6e;
    font-weight: bold;
    padding: 10px;
}
.topic-post .post-actions .post-link-button:hover {
    text-decoration: underline;
}
.topic-post .post-actions .quote-post-button {
    background-color: #888;
    color: #fff;
    padding: 10px 20px;
}
.topic-post .post-actions .quote-post-button:hover {
    background-color: #999;
    color: #fff;
}
.topic-post .post-body {
    color: #444;
    line-height: 22px;
    padding: 0 10px 20px;
}
.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    height: auto;
    max-width: 100%;
}
.topic-post .quote,
.latest-posts .quote {
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    color: #777;
    margin: 10px 0;
    padding: 10px;
}
.topic-post .signature {
    border-top: 1px solid #ddd;
    font-size: 13px;
    font-style: italic;
    padding: 20px;
}
.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
    margin: 0 0 -1px;
}
.move-topic-page label {
    white-space: normal;
}
.forum-edit-page .message-error,
.private-message-send-page .message-error {
    margin: 20px 0;
}
.forum-edit-page .inputs strong {
    color: #444;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    max-width: 400px;
    white-space: normal;
}
.forum-edit-page .inputs .topic-subject {
    font-size: 17px;
}
.forum-edit-page .inputs.reversed {
    margin: 0;
}
.forum-edit-page .inputs.reversed label {
    font-size: 14px;
    margin: 5px;
    white-space: normal;
    width: auto;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    background-color: #ddd;
    margin: 20px auto;
    max-width: 400px;
    padding: 10px;
}
.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    border: #cec6b5 1px solid;
    margin: 0 2px 0 0;
    padding: 2px;
}
.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
    border: #333 1px solid;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
    display: block;
    margin: auto;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
    background-color: #999;
    border: none;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
    background-color: #888;
}
.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
    background-color: #6e6e6e;
}
.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
    background-color: #be3f36;
}
.private-message-send-page a {
    color: #6e6e6e;
    font-size: 18px;
}
.ui-tabs {
    background: none;
    border: none;
    border-radius: 0;
    color: #777;
    font: normal 14px Arial, Helvetica, sans-serif;
    padding: 0;
}
.ui-tabs-nav {
    background: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    border-width: 0 0 1px;
    color: #444;
    font-size: 0;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 30px !important;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0 !important;
}
.ui-tabs-nav li {
    background: none !important;
    border: none !important;
    border-radius: 0;
    float: none !important;
    margin: 0 0 -1px !important;
    margin: 0 0 -1px;
    padding: 0 !important;
}
.ui-tabs-nav li a {
    border: 1px solid #ddd;
    color: #444;
    display: block;
    float: none !important;
    font-size: 18px;
    padding: 12px 24px !important;
    padding: 12px 24px;
    text-align: center;
}
.ui-tabs-nav li.ui-state-active a {
    background-color: #eee;
    color: #6e6e6e;
}
.ui-tabs-panel {
    padding: 0 !important;
}
.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
    margin: 0 0 30px;
}
.private-messages-page th.select {
    text-align: center;
}
.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
    min-width: 150px;
}
.private-messages-page td.date {
    white-space: nowrap;
}
.private-messages-page td.subject a {
    color: #444;
}
.private-messages-page td.subject a.pm-unread {
    color: #6e6e6e;
}
.private-messages-page .pager {
    margin: 0 0 30px;
}
.private-messages-page .buttons,
.private-message-view-page .buttons {
    font-size: 0;
}
.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
    display: block;
    font-size: 15px;
    margin: 0 auto 3px;
    width: 250px;
}
.private-message-view-page .view-message {
    margin: 0 0 30px;
}
.private-message-view-page .message-head {
    line-height: 22px;
    margin: 0 0 20px;
}
.private-message-view-page .message-head span {
    color: #444;
    font-weight: bold;
}
.private-message-view-page .message-body {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    line-height: 22px;
    padding: 30px 20px;
    text-align: justify;
}
.private-message-view-page .back-pm-button {
    text-transform: capitalize !important;
}
.profile-info-box {
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
}
.profile-info-box .user-details {
    margin: 0 0 30px;
}
.profile-info-box .avatar {
    margin: 0 auto 15px;
}
.profile-info-box .title {
    color: #444;
    font-size: 18px;
    margin: 0 0 10px;
}
.profile-info-box .stats {
    margin: 0 0 15px;
}
.latest-posts {
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
}
.latest-posts .topic {
    margin: 0 0 35px;
}
.latest-posts .topic-title {
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px;
}
.latest-posts .topic-title a {
    color: #444;
    font-weight: bold;
}
.latest-posts .topic-title a:hover {
    color: #be3f36;
}
.latest-posts .topic-body {
    line-height: 22px;
    margin: 0 0 15px;
}
.latest-posts .topic-data {
    color: #444;
}
pre {
    white-space: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.csharpcode {
    background-color: #fff;
    border: 1px dashed #ccc;
    color: #000;
    font-family: "Courier New", Courier, monospace;
    margin: 10px 0;
    padding: 10px;
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    background-color: #f6f6f6;
    margin: 0;
    width: 100%;
}
.csharpcode .lnum {
    color: #666;
}
.ddcommon {
    cursor: default;
    display: inline;
    display: inline-block;
    display: -moz-inline-stack;
    position: relative;
    zoom: 1;
}
.ddcommon ul {
    margin: 0;
    padding: 0;
}
.ddcommon ul li {
    list-style-type: none;
}
.ddcommon .disabled img,
.ddcommon .disabled span,
.ddcommon.disabledAll {
    color: #999999;
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    opacity: .5;
}
.ddcommon .clear {
    clear: both;
}
.group.feature{
    overflow-y: scroll;
    height:100rem;
}
.ddcommon .shadow {
    box-shadow: 5px 5px 5px -5px #888888;
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
}
.ddcommon input.text {
    background: #fff;
    border: none;
    color: #7e7e7e;
    display: block;
    height: 98%;
    left: 2px;
    padding: 0 0 0 0;
    position: absolute;
    top: 0;
    width: 98%;
}
.ddOutOfVision {
    display: inline;
    display: inline-block;
    display: -moz-inline-stack;
    position: relative;
    zoom: 1;
}
.borderRadius .shadow {
    box-shadow: 5px 5px 5px -5px #888888;
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
}
.borderRadiusBtm .shadow {
    box-shadow: -5px -5px 5px -5px #888888;
    -moz-box-shadow: -5px -5px 5px -5px #888888;
    -webkit-box-shadow: -5px -5px 5px -5px #888888;
}
.borderRadiusTp .border,
.borderRadius .border {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
.borderRadiusBtm .border {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.ddcommon .divider {
    height: 100%;
    position: absolute;
    width: 0;
}
.dd .ddArrow {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
}
.ddcommon .ddTitle {
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
}
.ddcommon .ddTitle .ddTitleText {
    display: block;
    min-width: 75px;
}
.ddcommon .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}
.ddcommon .ddTitle .description {
    display: block;
}
.ddcommon .ddTitle .ddTitleText img {
    float: left;
    position: relative;
    vertical-align: middle;
}
.ddcommon .ddChild {
    display: none;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    z-index: 9999;
    zoom: 1;
}
.ddcommon .ddChild li {
    clear: both;
}
.ddcommon .ddChild li .description {
    display: block;
}
.ddcommon .ddChild li img {
    border: 0 none;
    float: left;
    position: relative;
    vertical-align: middle;
}
.ddcommon .ddChild li.optgroup {
    padding: 0;
}
.ddcommon .ddChild li.optgroup .optgroupTitle {
    font-style: italic;
    font-weight: bold;
    padding: 0 5px;
}
.ddcommon .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px;
}
.ddcommon .noBorderTop {
    border-top: none 0 !important;
    margin: 0;
    padding: 0;
}
.dd {
    background: #fff;
    border: 1px solid #e6e4e5;
    color: #888;
    min-width: 100px;
    width: auto !important;
}
.dd .ddArrow {
    background: url(../images/square-arrows.png) -11px no-repeat;
    height: 11px;
    margin-right: 2px;
    margin-top: -6px;
    width: 11px;
}
.dd .ddTitle .ddTitleText {
    height: 20px;
    line-height: 12px;
    padding: 4px 20px 4px 5px;
    text-align: left;
}
.dd .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}
.dd .ddTitle .description {
    color: #666;
    font-size: 12px;
}
.dd .ddTitle .ddTitleText img {
    max-height: 11px;
    overflow: hidden;
    padding-right: 5px;
}
.dd .ddChild {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    left: -1px;
    overflow: initial;
    text-align: left;
    white-space: nowrap;
}
.dd .ddChild li {
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
    padding: 5px;
}
.dd .ddChild li:last-child {
    border-bottom: none
}
.dd .ddChild li .description {
    color: #666;
}
.dd .ddChild li .ddlabel {
    color: #333;
}
.dd .ddChild li.hover {
    background-color: #f2f2f2;
}
.dd .ddChild li img {
    padding: 0 6px 0 0;
}
.dd .ddChild li.optgroup {
    padding: 0;
}
.dd .ddChild li.optgroup .optgroupTitle {
    font-style: italic;
    font-weight: bold;
    padding: 0 5px;
}
.dd .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px;
}
.dd .ddChild li.selected {
    background-color: #e6e4e5;
    color: #000;
}
.bx-wrapper {
    margin: 0 auto !important;
    max-width: inherit !important;
    padding: 0;
    position: relative;
    zoom: 1;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.home-page-product-grid .bx-has-controls-direction,
.related-products-grid .bx-has-controls-direction,
.also-purchased-products-grid .bx-has-controls-direction,
.bestsellers .bx-has-controls-direction {
    bottom: 375px;
}
.home-page-product-grid .bx-has-controls-direction .bx-controls-direction,
.related-products-grid .bx-has-controls-direction .bx-controls-direction,
.also-purchased-products-grid .bx-has-controls-direction .bx-controls-direction,
.bestsellers .bx-has-controls-direction .bx-controls-direction {
    bottom: 138px;
    left: auto;
    right: 0;
    width: 39px;
}
.home-page-product-grid .bx-has-controls-direction .bx-controls-direction a,
.related-products-grid .bx-has-controls-direction .bx-controls-direction a,
.also-purchased-products-grid .bx-has-controls-direction .bx-controls-direction a,
.bestsellers .bx-has-controls-direction .bx-controls-direction a {
    border-radius: 3px;
    height: 18px;
    width: 18px;
}
.home-page-product-grid .bx-has-controls-direction .bx-controls-direction .bx-prev,
.related-products-grid .bx-has-controls-direction .bx-controls-direction .bx-prev,
.also-purchased-products-grid .bx-has-controls-direction .bx-controls-direction .bx-prev,
.bestsellers .bx-has-controls-direction .bx-controls-direction .bx-prev {
    background: url(../images/bx-controls.png) 0%;
}
.home-page-product-grid .bx-has-controls-direction .bx-controls-direction .bx-next,
.related-products-grid .bx-has-controls-direction .bx-controls-direction .bx-next,
.also-purchased-products-grid .bx-has-controls-direction .bx-controls-direction .bx-next,
.bestsellers .bx-has-controls-direction .bx-controls-direction .bx-next {
    background: url(../images/bx-controls.png) 100%;
}
.bx-wrapper .bx-controls-auto {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-controls-direction {
    bottom: 325px;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-loading {
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    float: right;
    margin-right: 15px;
    overflow: hidden;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline;
    display: inline-block;
    zoom: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: url(../images/bullets.png) no-repeat;
    display: block;
    height: 20px;
    outline: 0;
    text-indent: -9999px;
    width: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-position: 0 -21px;
}
.bx-wrapper .bx-prev {
    background: url(../images/slider-arrows.png) -26px no-repeat;
    display: block;
    float: left;
    height: 56px;
    width: 26px;
}
.bx-wrapper .bx-next {
    background: url(../images/slider-arrows.png) no-repeat;
    display: block;
    float: right;
    height: 56px;
    width: 26px;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    background: url(../images/controls.png) -86px -11px no-repeat;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    background: url(../images/controls.png) -86px -44px no-repeat;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0;
    text-indent: -9999px;
    width: 9px;
}
.bx-has-controls-direction {
    bottom: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: .85em;
    padding: 10px;
}



@media all and (max-width: 930px) {
    .footer-lower {
    padding: 15px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #151515;
}
    .cart {
        display: block;
    }
    .cart colgroup,
    .cart thead {
        display: none;
    }
    .cart tbody {
        display: block;
        overflow: hidden;
    }
    .cart tr {
        border: 1px solid #ddd;
        display: block;
        float: left;
        margin: 40px 0 0;
        width: 100%;
    }
    .cart td {
        border: none;
        display: block;
        padding: 10px;
    }
    .cart td.remove-from-cart {
        background-color: #eee;
        border-bottom: 1px solid #ddd;
        margin: 0 0 15px;
        padding: 10px;
    }
    .cart td.product-picture {
        border-top: 1px solid #ddd;
        padding: 15px 10px 5px;
    }
    .cart td.product {
        border-bottom: 1px solid #ddd;
        min-width: 0;
        padding: 5px 10px 15px;
        text-align: center;
    }
    .cart td.quantity {
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle;
    }
    .cart td.unit-price,
    .cart td.subtotal {
        display: inline-block;
        padding: 20px 10px;
        vertical-align: middle;
    }
    .order-details-page .data-table {
        display: block;
    }
    .order-details-page .data-table colgroup,
    .order-details-page .data-table thead {
        display: none;
    }
    .order-details-page .data-table tbody {
        display: block;
        overflow: hidden;
    }
    .order-details-page .data-table tr {
        border: 1px solid #ddd;
        display: block;
        float: left;
        margin: 40px 0 0;
        width: 100%;
    }
    .order-details-page .data-table td {
        border: none;
        display: block;
        padding: 10px;
    }
    .order-details-page .data-table td.product,
    .order-details-page .data-table td.tracking-number {
        border-bottom: 1px solid #ddd;
        min-width: 0;
        padding: 5px 10px 15px;
        text-align: center;
    }
    .header-menu {
        background: none repeat scroll 0 0 #404040;
        color: #fff;
        list-style: none outside none;
        padding: 3px 5px 0 5px;
    }
    .menu-toggle {
        cursor: pointer;
        font-size: 12px;
        padding: 12px 15px;
        text-transform: uppercase;
        background-color: #F8DFD8;
        color: #58544b;
    }
    .menu-toggle .icon {
        display: block;
        float: left;
        margin: 0 17px 0 0;
        width: 23px;
    }
    .menu-toggle .icon .line {
        background-color: #58544b;
        display: block;
        height: 3px;
        margin-bottom: 2px;
    }
    .search-box {
        display: block;
        margin-left: 15px;
        margin-top: 5px;
        zoom: 1;
    }
    .top-menu {
        display: none;
    }
    .top-menu > li {
        border-top: 1px solid #696969;
        position: relative;
		background-color:#efefef;
    }
    .top-menu > li > a {
        display: block;
        font-size: 14px;
        line-height: 48px;
        min-height: 48px;
        padding: 0 17px;
        text-transform: uppercase;
    }
    .top-menu .sublist {
        display: none;
    }
    .top-menu .sublist li {
        border-top: 1px solid #696969;
        margin-left: 20px;
        position: relative;
    }
    .top-menu .sublist li a {
        display: block;
        font-size: 15px;
        padding: 15px 18px;
    }
    .sublist-toggle {
        background: url('../images/toggle-white.png') center no-repeat;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        height: 47px;
        padding: 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 0;
        width: 55px;
    }
    .sublist .sublist-toggle {
        height: 49px;
    }
    .sublist .sublist .sublist li {
        background-color: #fff;
    }
    .block-category-navigation {
        display: none;
    }
    .block-account-navigation {
        float: none;
        margin: auto !important;
        margin-top: 15px;
    }

    .search-bar {
        background: #877596;
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 5px 15px;
    }
    .search-bar p, .search-box-wrapper p {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    input.search-box-text[type="text"] {
        width: 217px;
    }
    .header, .newsletter-header {
        margin: 0 auto ;
        width: 100%;
        background: #877596 ;
    }

    .header-smm {
        display: none;
    }

    .header-menu {
        padding: 0px;
    }

    .search-bar p, .search-box-wrapper p, .search-box {
        float: none;
        display: inline-block;
    }

    .product-grid .title {
        font-size: 12pt;
    }

    .footer-upper {
        padding-bottom: 45px;
        background-position: center bottom;
    }

    .footer-lower {
        text-align: center;
    }

    .newsletter-header {
        text-align: center;
    }

    .newsletter-header .newsletter {
        background: #3e3e3f;
        padding: 5px 15px 0px;
        position: relative;
        z-index: 1;
    }

    .newsletter-header .title, .newsletter-header .newsletter-subscribe {
        display: inline-block;
    }

    .newsletter-header .title {
        vertical-align: 8px;
        margin-right: 15px;
        color: #fff;
    }

    .newsletter-header input.newsletter-subscribe-button[type="button"], .newsletter-header .newsletter-email input[type="text"] {
        height: 26px;
    }
    .product-filters{
        margin-bottom: 250px;
    }
    .block-manufacturer-navigation{
        height: auto;
    }

}


@media (min-width: 481px) {
    .slider-wrapper .bx-controls-direction {
        bottom: 190px;
    }
    .banner,
    .last-banner {
        float: left;
        margin: 0;
        margin-right: .5%;
        width: 33%;
    }
    .last-banner {
        margin: 0;
    }
    .banner img {
        width: 100%;
    }
    .cart tr {
        margin: 40px 2% 0;
        width: 46%;
    }
    .cart tr:nth-child(2n+1) {
        clear: both;
    }
    .order-details-page .data-table tr {
        margin: 40px 2% 0;
        width: 46%;
    }
    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: both;
    }
    .header-selectors-wrapper > div {
        display: inline-block;
    }
    .search-box input.search-box-text {
        width: 280px;
    }
    .ui-autocomplete {
        width: 280px !important;
    }
    .ui-autocomplete img {
        display: inline;
    }
    .footer-block {
        width: 85%;
    }
    .newsletter-email input[type="text"] {
        width: 240px;
    }
    .product-filter {
        /*display: table-cell;*/
        text-align: left;
        vertical-align: top;
    }
    .product-filter.price-range-filter {
        width: 200px;
    }
    .product-filter .product-spec-group {
        float: left;
        /*margin: 0 25px 10px 0;*/
        overflow-y: scroll;
        border: 1px solid #e0e0e0;
        padding: 12px;
        width: 25%;
    }

    .product-filter .group li.item {
        display: block;
        margin: 0;
    }
    .item-box .product-rating-box {
        margin: 0 0 15px;
    }
    .item-box .prices {
        margin: 0 0 5px 0;
        width: 125px;
    }
    .item-box .product-title {
        height: 42px;
        margin: 0 0 5px;
    }
    .product-grid .bx-wrapper .item-box {
        margin-left: 6px;
        max-width: inherit;
        width: auto;
    }
    .product-grid .bx-wrapper .product-item .picture img {
        height: auto;
        width: 100%;
    }
    .home-page-product-grid .bx-has-controls-direction,
    .related-products-grid .bx-has-controls-direction,
    .also-purchased-products-grid .bx-has-controls-direction,
    .bestsellers .bx-has-controls-direction {
        bottom: 375px;
    }
    .wishlist-content .button-2 {
        display: inline-block;
        margin: 0 1px 5px;
        min-width: 140px;
        width: auto;
    }
    .enter-password-form input[type="password"] {
        width: 260px;
    }
    .forums-header {
        background-color: #f9f9f9;
        padding: 30px 20px 20px;
    }
    .ui-tabs-nav li {
        display: inline-block;
        margin: 0 5px -1px !important;
        margin: 0 5px -1px;
        min-width: 150px;
    }
    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        margin: 1px;
        width: auto;
    }
}
@media all and (min-width: 769px) {
    .header-menu {
        margin-top: 0px;
        position: relative;
    }
    .slider-wrapper {
        margin: -20px -15px 0px;
        width: 930px;
    }
    .home-page-polls li {
        min-width: 100px;
    }
    .cart tr {
        margin: 40px 1% 0;
        width: 31.33333%;
    }
    .cart tr:nth-child(2n+1) {
        clear: none;
    }
    .cart tr:nth-child(3n+1) {
        clear: both;
    }
    .order-details-page .data-table tr {
        margin: 40px 1% 0;
        width: 31.33333%;
    }
    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: none;
    }
    .order-details-page .data-table tr:nth-child(3n+1) {
        clear: both;
    }
    input[type="text"].search-box-text {
        width: 280px
    }
    .footer-block {
        display: inline-block;
        margin: 0 4%;
        vertical-align: top;
        width: 25.33333%;
    }
    .footer-block .title {
        background: none;
        margin: 0 0 15px;
        padding: 0;
    }
    .footer-block .list {
        background: none;
        display: block !important;
        padding: 0;
    }
    .footer-block .list li {
        padding: 3px 0;
    }
    .footer-block .list a {
        display: inline;
    }
    .follow-us {
        margin: 25px auto 0;
        width: 98%;
    }
    .product-selectors {
        text-align: left;
        padding: 7px 0 7px 5px;
        margin-bottom: 10px;
    }
    .product-selectors .product-viewmode {
        display: inline-block;
        float: right;
    }
    .product-selectors .product-viewmode span {
        display: none
    }
    .product-selectors .product-viewmode a {
        width: 14px;
        height: 14px;
        display: block;
        float: left;
        margin-right: 10px;
        margin-top: 4px;
    }
    .product-selectors .product-viewmode a.grid {
        background: url(../images/view-mode-icons.png) 0px 14px;
    }
    .product-selectors .product-viewmode a.list {
        background: url(../images/view-mode-icons.png) 0px 0;
    }
    .product-selectors .product-viewmode a.list.selected {
        background: url(../images/view-mode-icons.png) 14px 0px;
    }
    .product-selectors .product-viewmode a.grid.selected {
        background: url(../images/view-mode-icons.png) 14px 14px;
    }
    div.product-sorting {
        margin-right: 10px
    }
    div.product-page-size {
        margin-right: 20px
    }
    .product-selectors span {
        vertical-align: middle;
        font-size: 10px;
        font-weight: bold;
        color: #444444;
    }
    select {
        min-width: 50px;
        height: 25px;
        padding: 4px;
        font-size: 12px;
    }
    .item-box {
        float: left;
    }
    .item-box .actual-price {
        font-size: 20px;
    }
    .product-list .item-box {
        float: none;
        margin: 0 5px 20px;
        width: auto;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 10px;
    }
    .product-list .item-box .product-item:after {
        clear: both;
        content: "";
        display: block;
    }
    .product-list .item-box .picture {
        float: left;
        width: 220px;
    }
    .product-list .item-box:hover .picture a img {
        opacity: 1;
    }
    .product-list .item-box .picture:hover a img {
        opacity: 0.85;
    }
    .product-list .item-box .picture + .details {
        margin: 0 0 0 240px;
    }
    .product-list .item-box .product-title {
        font-size: 16px;
        height: auto;
        padding: 5px 0;
    }
    .product-list .item-box .description {
        display: block;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .product-list .item-box .prices {
        width: auto;
        float: none;
    }
    .product-list .item-box .buttons {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .product-list .item-box .product-tags-box {
        display: block
    }
    .product-list .item-box .product-box-add-to-cart-button {
        min-width: 150px;
        padding: 0 20px;
        width: auto;
    }
    .product-list .item-box .add-to-compare-list-button,
    .product-list .item-box .add-to-wishlist-button {
        width: 42px;
    }
    .gallery {
        width: 550px;
    }
    .variant-picture {
        float: left;
    }
    .variant-picture + .variant-overview {
        margin: 0 0 0 240px;
        width: auto;
    }
    .variant-overview {
        text-align: left;
    }
    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }
    .product-review-item .product-review-box {
        float: right;
    }
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        margin: 20px 1%;
        vertical-align: top;
        width: 45%;
    }
    .recurring-payments {
        margin: 20px 0 !important;
        width: 100% !important;
    }
    .order-progress {
        padding: 20px;
    }
    .order-progress li {
        margin: 0 10px;
    }
    .order-progress a {
        min-width: 80px;
    }
    .cart-options .common-buttons {
        text-align: right;
    }
    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px;
    }
    .cart-footer .totals {
        float: right;
        margin: 0 2.5%;
        width: 45%;
    }
    .cart-footer .terms-of-service {
        text-align: left;
    }
    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right;
    }
    .cart-footer .cart-collaterals {
        float: left;
        margin: 0 2.5%;
        width: 45%;
    }
    .cart-footer .cart-collaterals div,
    .cart-footer .cart-collaterals label {
        text-align: left;
    }
    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }
    .cart-footer .estimate-shipping .buttons {
        text-align: right;
    }
    .checkout-page .selected-checkout-attributes {
        float: right;
        text-align: right;
    }
    .checkout-page .cart-footer .totals {
        margin: 0;
        max-width: 350px;
    }
    .checkout-page .address-grid {
        overflow: hidden;
    }
    .checkout-page .address-item {
        float: left;
        margin: 0 1% 40px;
        width: 48%;
    }
    .shipping-method .method-list li,
    .payment-method .method-list li {
        display: inline-block;
        margin: 20px 2%;
        vertical-align: top;
        width: 25%;
    }
    .shipping-method .method-name {
        background-color: #f6f6f6;
        padding: 10px;
    }
    .payment-method .payment-logo {
        background-color: #f6f6f6;
        display: block;
        padding: 10px;
    }
    .payment-method .payment-details {
        display: block;
        margin: 10px 0 0;
        min-width: 0;
        text-align: center;
        width: auto;
    }
    .payment-info .info {
        padding: 30px 75px;
    }
    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }
    .order-review-data ul,
    .order-details-area ul,
    .shipment-details-area ul {
        float: left;
        margin: 0 1% 40px;
        width: 48%;
    }
    .order-details-page .section.options {
        text-align: right;
    }
    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }
    .order-details-page .totals {
        overflow: hidden;
    }
    .order-details-page .total-info {
        float: right;
        margin: 0 5px;
    }
    .shipment-details-page .tracking-number .tracking-url {
        color: #6e6e6e;
    }
    .blog-posts .tags {
        float: right;
        text-align: right;
        width: 80%;
    }
    .blog-posts .buttons {
        float: left;
        text-align: left;
        width: 20%;
    }
    .new-comment {
        text-align: center;
    }
    .new-comment .buttons {
        text-align: center;
    }
    .comment-list .comment {
        display: table;
        margin: 0;
        width: 100%;
    }
    .comment-list .comment:last-child {
        border-bottom: 1px solid #ddd;
    }
    .comment-info {
        display: table-cell;
        margin: 0;
        vertical-align: top;
        width: 15%;
    }
    .comment-info .username {
        border: none;
        margin: 0;
        min-height: 40px;
        text-align: center;
    }
    .comment-info .avatar {
        border: none;
    }
    .comment-info .avatar img {
        max-height: 80%;
        max-width: 80%;
    }
    .comment-content {
        border-left: 1px solid #ddd;
        display: table-cell;
        text-align: left;
        vertical-align: top;
        width: 85%;
    }
    .comment-time {
        background-color: #f6f6f6;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        min-height: 40px;
        padding: 10px 15px;
    }
    .comment-title {
        margin: 0 0 -20px;
        padding: 20px;
    }
    .comment-body {
        padding: 20px;
    }
    .forum-actions,
    .topic-actions {
        overflow: hidden;
    }
    .forum-actions .actions,
    .topic-actions .actions {
        float: left;
    }
    .forum-actions .pager,
    .topic-actions .pager {
        float: right;
        max-width: 450px;
    }
    .forum-actions .pager li,
    .topic-actions .pager li {
        margin: 2px 4px;
    }
    .forum-actions .pager.upper {
        display: block;
    }
    .topic-actions.lower .actions {
        display: block;
    }
    .topic-posts {
        margin: 0 0 30px;
    }
    .topic-post {
        display: table;
        margin: 0;
        width: 100%;
    }
    .topic-post .post-info {
        display: table-cell;
        margin: 0;
        text-align: left;
        vertical-align: top;
        width: 15%;
    }
    .topic-post .user-info {
        width: auto;
    }
    .topic-post .username {
        border: none;
        margin: 0;
        min-height: 40px;
        text-align: center;
    }
    .topic-post .avatar {
        border: none;
        margin: auto;
    }
    .topic-post .avatar img {
        max-height: 80%;
        max-width: 80%;
    }
    .topic-post .user-stats li {
        margin: 0;
    }
    .topic-post .send-pm {
        margin: 0 0 20px;
    }
    .topic-post .pm-button,
    .profile-info-box .pm-button {
        font-size: 13px;
        padding: 8px 16px;
    }
    .topic-post .post-content {
        border-left: 1px solid #ddd;
        display: table-cell;
        text-align: left;
        vertical-align: top;
        width: 85%;
    }
    .topic-post .post-head {
        background-color: #f6f6f6;
        min-height: 40px;
        overflow: hidden;
    }
    .topic-post .post-time {
        float: left;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }
    .topic-post .post-actions {
        float: right;
        margin: 0;
    }
    .topic-post .post-actions a {
        line-height: 20px;
        margin: 0;
    }
    .topic-post .post-actions .quote-post a {
        min-width: 70px;
    }
    .topic-post .post-actions a.post-link-button {
        border-left: 1px solid #ddd;
        margin: 0 0 0 10px;
        text-align: center;
    }
    .topic-post .post-body {
        padding: 20px;
    }
    .ui-tabs-nav {
        text-align: left;
    }
    .ui-tabs-nav li {
        margin: 0 10px -1px 0 !important;
        margin: 0 10px -1px 0;
    }
    .profile-info-box .avatar {
        float: left;
        margin: 0 15px 15px 0;
    }
    .profile-info-box .profile-stats {
        float: left;
        text-align: left;
    }
    .profile-info-box .title {
        text-align: left;
    }
    .profile-info-box .send-pm {
        clear: both;
        text-align: left;
    }
}
@media all and (min-width: 930px) {
    .master-wrapper-content {
        margin: 0px auto;
        width: 930px;
        background: #fff;
        padding: 35px 15px 15px;
    }
    .center-2 {
        float: right;
        width: 691px;
    }
    .side-2 {
        float: left;
        width: 190px;
    }
    .page {
        text-align: left;
    }

    .home-page {
        margin-top: -40px;
    }

    .inputs {
        text-align: left;
    }
    .inputs label {
        display: inline-block;
        margin: 0 10px 0 0;
        text-align: right;
        width: 265px;
    }

    .search-box {
        position: absolute;
        top: 0px;
        left: 50%;
        width: 325px;
    }
    .search-box form {
        width: 325px;
        position: absolute;
        left: -50%;
    }
    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs select {
        min-height: 40px;
    }
    .inputs .option-list li {
        margin: 0 10px 0 0;
    }
    .center-1 .buttons {
        text-align: center;
    }
    .center-2 .inputs label {
        width: 136px;
    }
    .page-title a + h1 {
        float: left;
    }
    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }
    .cart tr {
        margin: 0;
        width: auto;
    }
    .cart label {
        display: none;
    
}    .order-details-page .data-table tr {
        margin: 0;
        width: auto;
    }
    .order-details-page .data-table label {
        display: none;
    }
    .header {
        margin: 0px auto;
        width: 930px;
        height: 85px;
        padding: 0px 15px;
        background: #877596;
		font-family: Lato;
    }
    .header-upper:after {
        clear: both;
        content: "";
        display: block;
    }
    .header-selectors-wrapper {
        float: right;
        padding: 2px 0;
        margin-right: 20px;
    }
    .header-selectors-wrapper > div {
        margin: 0 2px;
    }
    .header-selectors-wrapper select {
        font-size: 12px;
        height: 25px;
        padding: 4px;
    }
    .header-lower .call {
        float: right;
        margin: 6px 15px 0px;
    }
    .language-list {
        text-align: left;
    }
    .header-links-wrapper {
        float: right;
        padding: 0;
    }
    .header-links li:last-child {
        padding-right: 0;
    }
    .flyout-cart {
        background-color: #fff;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
        position: absolute;
        right: 0;
        top: 26px;
        width: 300px;
        z-index: 100;
    }
    .flyout-cart.active {
        display: block;
    }
    .mini-shopping-cart {
        font-size: 12px;
        padding: 12px;
        text-align: left;
    }
    .mini-shopping-cart .count {
        color: #444;
        padding: 5px 0 15px;
    }
    .mini-shopping-cart .count a {
        color: #444;
        font-weight: bold;
        margin: 0 2px;
    }
    .mini-shopping-cart .items {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        margin: 0 0 20px;
    }
    .mini-shopping-cart .item {
        overflow: hidden;
        padding: 10px 0;
    }
    .mini-shopping-cart .picture {
        float: left;
        text-align: center;
        width: 70px;
    }
    .mini-shopping-cart .picture a {
        display: block;
        overflow: hidden;
        position: relative;
    }
    .mini-shopping-cart .picture a:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .mini-shopping-cart .picture img {
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .mini-shopping-cart .picture + .product {
        margin: 0 0 0 80px;
    }
    .mini-shopping-cart .name {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .mini-shopping-cart .name a {
        color: #6e6e6e;
    }
    .mini-shopping-cart .name a:hover {
        color: #be3f36;
    }
    .mini-shopping-cart .attributes {
        color: #444;
        margin: 5px 0;
    }
    .mini-shopping-cart .totals {
        font-size: 14px;
        margin: 0 0 12px;
    }
    .mini-shopping-cart .totals strong {
        color: #444;
        font-size: 16px;
    }
    .mini-shopping-cart .buttons {
        margin: 0 0 5px;
    }
    .mini-shopping-cart input[type="button"] {
        background-color: #6e6e6e;
        border: none;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        padding: 10px 20px;
        text-transform: uppercase;
    }
    .mini-shopping-cart input[type="button"]:hover {
        background-color: #be3f36;
    }
    .header-upper {
        float: right;
    }
    .header-lower {
        display: table;
        float: right;
        width: 655px;
        overflow: visible;
        color: #fff;
    }
    .header-shoppingcart-wrapper {
        margin: 0;
        float: right;
    }
    .header-logo {
        display: table-cell;
        font-size: 0;
        vertical-align: middle;
        margin-top: 15px;
        float: left;
    }
    .search-box-wrapper {
        float: right;
        margin-right: 10px;
        margin-top: 4px;
    }
    .search-box {
        position: static;
        float: left;
        width: auto;
        display: none;
    }
    .search-box-wrapper .search-box {
        display: block
    }

    .search-bar {
        display: inline-block;
        text-align: right;
        float: right;
        background: #877596 none repeat scroll 0% 0%;
        width: 100%;
        position: absolute;
        left: 0px;
        padding: 0px 15px 15px;
    }


    .search-box form {
        position: static;
        width: 215px;
    }
    input[type="text"].search-box-text {
        width: 185px;
    }
    .header-menu {
        margin: 0 auto;
        text-align: center;
        width: 930px;
        z-index: 5;
        /**background: url(/Themes/Wedding/Content/images/nav-bg.png);
        background-size: auto 100%; **/
        background-color: #F8DFD8;
        zoom: 1;
        padding: 0;
    }
    .header-menu:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }
    .menu-toggle,
    .sublist-toggle {
        display: none;
    }
    .top-menu {
        float: left;
        width: 100%;
    }
    .header-menu > ul {
        display: block !important;
        font-size: 0;
        padding: 0px 8px 8px;
        text-align: left;
		margin-left: 12px;
    }

    .newsletter-header {
        width: 930px;
        z-index: 5;
        margin: 0px auto;
    }

    .newsletter-header .newsletter {
        padding: 3px 3px 0px;
        position: absolute;
        right: 0;
        top: 85px;
        z-index: 999;
        background-color: #877596;
    }

    .newsletter-header .title, .newsletter-header .newsletter-subscribe {
        display: inline-block;
    }

    .newsletter-header .title {
        vertical-align: 8px;
        margin-right: 15px;
        color: #fff;
        display: none;
    }

    .newsletter-header input.newsletter-subscribe-button[type="button"], .newsletter-header .newsletter-email input[type="text"] {
        height: 26px;
    }

    .header-menu > ul.mobile {
        display: none !important;
    }
    .header-menu > ul > li {
        display: inline-block;
        padding: 0px 0;
        vertical-align: middle;
    }
    .header-menu > ul > li:first-child {
        border-left: none;
    }
    .header-menu > ul > li > a {
        color: #58544b;
        cursor: pointer;
        font-size: 13px;
        white-space: nowrap;
        line-height: 25px;
        height: 25px;
        display: block;
        border-right: 1px solid #58544b;
        padding: 0 8px;
        text-transform: uppercase;
        margin-top: 4px;
        font-weight: 600;
        font-family: Lato;
    }
    .header-menu > ul > li > a:hover {
        color: #F8DFD8;
        background: #877596;
    }
    .header-menu .sublist {
        background-color: #F8DFD8;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        display: none;
        padding: 5px 0;
        position: absolute;
        text-align: left;
        min-width: 160px;
		color: #58544b;
    }
    .header-menu .sublist li {
        position: relative;
        margin: 0 7px;
        border-bottom: 1px solid #373736;
        padding: 4px 0px;
    }
    .header-menu .sublist li:last-child {
        border-bottom: none
    }
    .header-menu .sublist li a {
        color: #58544b;
        display: block;
        font-size: 14px;
        padding: 6px 10px;
        position: relative;
        font-family: Lato;
    }
    .header-menu .sublist li a:before {
        height: 5px;
        left: 15px;
        position: absolute;
        top: 17px;
        width: 5px;
		color: #58544b;
        font-family: Lato;
    }
    .header-menu .sublist li:hover > a {
        background: #877596;
        color: #F8DFD8;
    }
    .header-menu ul li:hover > .sublist {
        display: block;
    }
    .header-menu .sublist .sublist {
        left: 100% !important;
        top: -10px;
    }
    .slider-wrapper .bx-controls-direction {
        bottom: 325px;
    }
    .banner.last-banner {
        margin-right:0;
        margin-top: 0;
        margin-left: 0;
        float: left;
}
    .banner img, .last-banner img {
        width: auto;
    }
    .footer-upper {
        padding: 15px 0px;
        width: 930px;
    }
    .footer-upper:after {
        clear: both;
        content: "";
        display: block;
    }
    .footer-block {
        float: left;
        margin: 0;
        width: 200px;
    }
    .footer-block.information {
        padding-left: 35px;
    }
    .footer-block .list {
        margin: 0;
    }
    .follow-us {
        float: right;
        margin: 0;
        text-align: left;
        width: 320px !important;
        padding-right: 10px;
        font-family: Lato;
    }
    .follow-us .social li {
        margin: 0 10px 0 0;
    }
    .follow-us p{
        font-weight: 600;
    }
    .newsletter-email {
        display: block;
    }
    .newsletter-email input[type="text"] {
        width: 200px;
    }
    .newsletter-validation .field-validation-valid {
        text-align: left;
    }
    .footer-lower {
        padding: 5px 15px;
        position: relative;
        width: 930px;
        color: #fff;
        text-align: center;
        background: #151515;
    }
    .footer-lower:after {
        clear: both;
        content: "";
        display: block;
    }
    .footer-info {
        /*float: right;*/
        line-height: 32px;
    }
    .footer-powered-by {
        float: left;
        display: none;
        line-height: 32px;
        margin: 0;
    }
    .footer-store-theme {
        float: left;
        margin: 0 0 0 15px;
    }
    .side-2 .product-filter {
        display: none;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .block {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    .block .title {
        margin: 0;
        border-bottom: 1px solid #ddd;
        background: none;
        cursor: auto;
        padding: 0 0 10px;
    }
    .block .title strong {
        font-weight: bold;
    }
    .block .listbox {
        display: block;
        border-bottom: none;
    }
    .block a.product-picture {
        display: inline-block;
        position: relative;
        width: 30%;
        vertical-align: middle;
        padding: 0;
    }
    .block a.product-name {
        vertical-align: middle;
    }
    .block a.product-picture + a.product-name {
        width: 70%;
    }
    .block a.product-picture + a.product-name:before {
        display: none;
    }
    .block .list a:before {
        display: none
    }
    .block.block-category-navigation {
        border: 0;
        margin-bottom: 25px
    }
    .block-category-navigation .title {
        display: none
    }
    .product-filters {
        padding: 15px;
        display: block;
        height: 500px !important;
        overflow: scroll;
        border: 1px solid #efefef;
        border-radius: 5px;
    }
    .block-recently-viewed-products .list li {
        background: none;
        overflow: hidden;
        padding-left: 5px;
        padding: 0;
    }
    .block-recently-viewed-products li .product-picture {
        float: left;
        margin-right: 10px;
    }
    .block-category-navigation .listbox {
        padding: 0;
    }
    .block-category-navigation .list > .active > a {
        padding: 12px 10px;
        ;
    }
    .block-manufacturer-navigation .listbox ul .active a {
        color: #be3f36;
    } 
    .block-category-navigation ul.sublist li {
        margin-bottom: 0;
        padding-left: 10px;
        background: #fff;
        border-top: 1px solid #dcdcdc;
    }
    .block-category-navigation ul.sublist .inactive a:hover {
        text-decoration: none
    }
    .block-category-navigation .list li {
        background: #877596;
        margin-bottom: 3px;
        padding: 7px 10px;
    }
    .block-category-navigation .list > li.active {
        padding: 0;
    }
    .block-category-navigation li a{
        text-decoration: none;
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        background: url(../images/bullet-right.gif) no-repeat 96%;
    }

    .block-category-navigation .active > a, .block-category-navigation .active > a:hover {
        color: #58544b;
        text-decoration: none;
        display: block;
        font-size: 12px;
        font-weight: bold;
        background: url(../images/bullet-right.gif) no-repeat 96%;
    }

    .block-category-navigation li a:hover {
        color: #F8DFD8;
        text-decoration: none;
        display: block;
        font-size: 12px;
        font-weight: bold;
        background: url(../images/bullet-right.gif) no-repeat 96%;
    }


    .block-category-navigation .listbox ul .active {
        background: #fff;
    }
    .block-category-navigation .listbox ul .active a {
        background: #F8DFD8 url(../images/bullet-down-dark.png) no-repeat 90%
    }
    .block-category-navigation .listbox ul.sublist li.active a {
        background: #fff url(../images/list-image-red.gif) no-repeat 8px 50%;
        color: #be3f36;
    }
    .block-category-navigation .listbox ul.sublist li a,
    .block-category-navigation .listbox ul.sublist li.inactive a {
        background: #fff url(../images/list-image-black.gif) no-repeat 8px 50%;
        color: #343334;
        font-weight: normal;
        padding-left: 30px
    }
    .block-manufacturer-navigation .listbox .view-all a,
    .block-vendor-navigation .listbox .view-all a {
        color: #5C5B5B;
        font-weight: 700;
    }
    .block-manufacturer-navigation li,
    .block-vendor-navigation li {
        background: #fff url(../images/bullet-right.gif) no-repeat 8px 50%;
        color: #343334;
        font-weight: normal;
        padding: 5px 0 5px 30px;
    }
    .block-account-navigation{
        margin-top:8px
    }
    .breadcrumb {
        margin: 0 0 5px;
    }
    .item-box .buttons {
        text-align: left;
    }
    .item-box .product-box-detail-button {
        padding: 0 22px;
    }
    .item-box .add-info {
        padding: 0 5px;
    }
    .item-box .prices {
        width: 100px;
    }
    .home-page-product-grid .bx-has-controls-direction,
    .related-products-grid .bx-has-controls-direction,
    .also-purchased-products-grid .bx-has-controls-direction,
    .bestsellers .bx-has-controls-direction {
        bottom: 371px;
    }
    .gallery {
        float: left;
        width: 380px;
    }
    .gallery .picture {
        width: auto;
    }
    .gallery .picture:before {
        padding-top: 140%;
    }
    .overview {
        float: right;
        width: 520px;
        padding: 15px;
    }
    .rental-attributes {
        overflow: hidden;
    }
    .rental-attributes .attribute-item {
        float: left;
        margin: 0 20px 0 0;
    }
    .rental-attributes .datepicker {
        text-align: left;
        width: 160px;
    }
    .color-squares li {
        margin: 0 10px 10px 0;
    }
    .product-details-page .title {
        text-align: left;
    }
    .product-review-item .review-title {
        max-width: 850px;
    }
    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }
    .compare-products-page .clear-list {
        position: absolute;
        right: 0;
        top: 7px;
    }
    .compare-products-table .full-description td {
        display: table-cell;
    }
    .compare-products-table .full-description td p {
        margin-top: 0;
    }
    .center-1 .topic-block-title {
        text-align: center;
    }
    .topic-page p {
        text-align: justify;
    }
    .gender span {
        margin: 0 10px 0 0;
    }
    .gender span > * {
        margin: 0 5px 0 0;
    }
    .date-of-birth select + select {
        margin: 0 0 0 11px;
    }
    #check-availability-button {
        display: block;
        margin: 10px auto;
    }
    .login-page .customer-blocks {
        overflow: hidden;
    }
    .login-page .new-wrapper {
        float: left;
        margin: 0;
        width: 49%;
    }
    .login-page .new-wrapper .text {
        min-height: 200px;
    }
    .login-page .returning-wrapper {
        float: right;
        width: 49%;
    }
    .login-page .returning-wrapper .form-fields {
        min-height: 200px;
        padding: 30px 0 0;
    }
    .login-page .returning-wrapper .inputs label {
        width: 110px;
    }
    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="password"] {
        width: 300px;
    }
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: block;
        margin: 0 0 40px;
        width: auto;
    }
    .address-list-page .buttons,
    .order-list-page .buttons {
        position: absolute;
        right: 10px;
        top: 5px;
    }
    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: left;
    }
    .shopping-cart-page .cart-options {
        overflow: hidden;
    }
    .shopping-cart-page .checkout-attributes {
        float: left;
        margin: -30px 0 15px;
        max-width: 565px;
    }
    .shopping-cart-page .checkout-attributes li {
        margin: 5px 10px 5px 0;
    }
    .shopping-cart-page .selected-checkout-attributes {
        float: right;
        margin: 15px 0;
        max-width: 395px;
    }
    .order-progress {
        margin: -30px 0 50px;
    }
    .checkout-page .address-item {
        width: 31.33333%;
    }
    .checkout-page .terms-of-service {
        text-align: center;
    }
    .payment-info .info {
        padding: 30px 15px;
    }
    .payment-info .info td:first-child {
        margin: 0 10px 0 0;
        text-align: right;
        width: 265px !important;
    }
    .payment-info .info td:only-child {
        width: 100% !important;
    }
    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: left;
    }
    .opc .order-review-data ul {
        text-align: left;
    }
    .advanced-search .price-range {
        margin-left: 114px;
    }
    .comment-list {
        margin: 0 0 50px;
    }
    .news-list-homepage .news-items {
        overflow: hidden;
        text-align: left;
    }
    .news-list-homepage .news-item {
        float: left;
        margin: 0 1% 30px;
        width: 31.33333%;
    }
    .news-list-homepage .news-item:nth-child(3n+1) {
        clear: both;
    }
    .news-list-homepage .news-item:only-child {
        float: none;
        margin: 0 0 30px;
        width: auto;
    }
    .news-list-homepage .news-head {
        text-align: center;
    }
    .news-list-homepage .news-body {
        text-align: justify;
    }
    .forum-breadcrumb {
        margin: -30px 0 30px;
    }
    .current-time {
        float: right;
    }
    .forum-search-box {
        float: left;
    }
    .forum-search-box .advanced {
        text-align: left;
    }
    .forum-search-box .advanced a {
        line-height: normal;
    }
    .forums-table-section td {
        min-width: 150px;
    }
    .forums-table-section td:first-child {
        min-width: 90px;
    }
    .forums-table-section .view-all {
        text-align: right;
    }
    .topic-actions .pager.upper {
        display: block;
        max-width: 400px;
    }
    .forum-edit-page textarea,
    .private-message-send-page textarea {
        height: 250px;
        width: 600px;
    }
    .private-message-send-page .toolbar {
        display: inline-block;
        margin: 10px 0;
        vertical-align: middle;
        width: 400px;
    }
}

@media (max-width: 767px) {
    body {
        background: #fff;
    }
    .category-grid .item-box, .manufacturer-grid .item-box {
        width: 45%;
    }

    .center-1 {
        padding: 0px;
    }

    .filter-content {
        width: 100%;
    }

    .available-items, .filter-content {
        height: 750px;
    }

     .available-items ul.product-spec-group {
        height: 115px;
        width: 47%;
        display: inline-block;
        overflow-y: scroll;
        overflow-x: hidden;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
    }

    .product-grid .item-box {
        max-width: 44%;
    }
    .product-grid{
        margin-top: 175px;
    }
    .newsletter-header { text-align: center;}
    .newsletter-header .title, .newsletter-header .newsletter-subscribe {
        display: block;
    }
}
@media(max-width: 550px){
	
		.homepage-item-box{
		width: 100% !important;
	}
}
/* Product Spec Custom Filerting */
.available-items .brand{
    width: 125px;
    float: left;
    height: 300px;
    overflow-y: scroll;
    margin: 10px 10px;
}
.available-items .color{
    width: 125px;
    float: left;
    height: 90%;
    overflow-y: scroll;
    margin: 10px 10px;
}
.available-items .size{
    width: 125px;
    float: left;
    height: 300px;
    overflow-y: scroll;
    margin: 10px 10px;
}
.available-items .feature{
    width: 125px;
    float: left;
    height: 90%;
    overflow-y: scroll;
    margin: 10px 10px;
}
.picture-bra{
    background-image: url(/Themes/Wedding/Content/images/bra.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 160px;
}
.picture-bra:hover{
    background-image: url(/Themes/Wedding/Content/images/bra-light.png);
}
.picture-bustier{
    background-image: url(/Themes/Wedding/Content/images/bustier.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 160px;
}
.picture-bustier:hover{
    background-image: url(/Themes/Wedding/Content/images/bustier-light.png);
}
.picture-camisole{
    background-image: url(/Themes/Wedding/Content/images/camisoles.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 160px;
}
.picture-camisole:hover{
    background-image: url(/Themes/Wedding/Content/images/camisoles-light.png);
}
.picture-pantie{
    background-image: url(/Themes/Wedding/Content/images/pantie.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 160px;
}
.picture-pantie:hover{
    background-image: url(/Themes/Wedding/Content/images/pantie-light.png);
}
.picture-bodyshaper{
    background-image: url(/Themes/Wedding/Content/images/bodyshaper.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 160px;
}
.picture-bodyshaper:hover{
    background-image: url(/Themes/Wedding/Content/images/bodyshaper-light.png);
}
.picture-bridal{
    background-image: url(/Themes/Wedding/Content/images/bridal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 160px;
}
.picture-bridal:hover{
    background-image: url(/Themes/Wedding/Content/images/bridal-light.png);
}
.picture-accessories{
    background-image: url(/Themes/Wedding/Content/images/accessories.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 160px;
}
.picture-accessories:hover{
    background-image: url(/Themes/Wedding/Content/images/accessories-light.png);
}
.bra-home .titel a{
    color: #877596;
}
.bra-home .title a:hover{
    color: #f8dfd8;
}

.bustiers-home .title a{
    color: #877596;
}
.bustiers-home .title a:hover{
    color: #f8dfd8;
}

.camisole-home .title a{
    color: #877596;
}
.camisole-home .title a:hover{
    color: #f8dfd8;
}

.pantie-home .title a{
    color: #877596;
}
.pantie-home .title a:hover{
    color: #f8dfd8;
}

.bodyshaper-home .title a{
    color: #877596;
}
.bodyshaper-home .title a:hover{
    color: #f8dfd8;
}

.bridal-home .title a{
    color: #877596;
}
.bridal-home .title a:hover{
    color: #f8dfd8;
}

.accessories-home .title a{
    color: #877596;
}
.accessories-home .title a:hover{
    color: #f8dfd8;
}
.homepage-title{
    font-family:Lato;
    text-align:center;
    font-size:40pt;
    color:#877596;
}
.homepage-paragraph-text{
    font-family:Lato;
    text-align: center;
    font-size: 15pt;
    line-height: 30px;
}

@media(max-width: 910px){
    .homepage-title{
        font-size: 35pt;
    }
    .homepage-paragraph-text{
        font-size: 15pt;
    }
}
@media(max-width: 665px){
    .homepage-title{
        font-size: 30pt;
    }
    .homepage-paragraph-text{
        font-size: 14pt;
    }
}
@media(max-width: 473px){
    .homepage-title{
        font-size: 25pt;
    }
    .homepage-paragraph-text{
        font-size: 12pt;
        line-height: 25px;
    }
    .available-items, .filter-content{
        height: 900px !important;
    }
    .product-grid{
        margin-top: 225px;
    }
.available-items .feature{
    width: 125px;
    float: left;
    min-height: 100%;
    overflow-y: scroll;
    margin: 10px 10px;
}
.available-items .color{
    width: 125px;
    float: left;
    min-height: 100%;
    overflow-y: scroll;
    margin: 10px 10px;
}
}