/*********** CSS RESET **********/


@font-face {
    font-family: efl-font1;
    src: url("/fonts/SourceSansPro-Regular.ttf")
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
    margin: 0;
    font-family: efl-font1 !important;
}

ol, ul { list-style: none; }

a img { border: none; }

.master-wrapper-page {
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
    border: solid #61aee7;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > button::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea { border-radius: 0; }

button,
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; }


/*********** GLOBAL STYLES **********/


body {
    background-color: #fff;
    color: #777;
    font-family: efl-font1 !important;
    max-width: 100%;
    overflow-x: hidden;
    margin-left: 5px;
}

h1, h2, h3, h4, h5, h6 { color: #444; }

h6.font-color { color: white; }

div.main-div { margin: 30px; }

a {
    color: inherit;
    cursor: pointer;
}

a img {
    opacity: 0.99; /*firefox scale bug fix*/
}

table {
    border-collapse: collapse;
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea, select {
    border: 1px solid #ddd;
    height: 36px; /*safari padding fix*/
    padding: 8px;
    vertical-align: middle;
}

input, textarea, select, button {
    color: #777;
    font-size: 14px;
}

textarea { min-height: 150px; }

select {
    height: 32px; /*safari padding fix*/
    min-width: 50px;
    padding: 6px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #ccc;
    color: #444;
    position: relative;
    z-index: 1;
}

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 { cursor: pointer; }

label, label + * { vertical-align: middle; }

.master-wrapper-content {
    margin: 0 auto;
    position: relative;
    width: 90%;
    z-index: 0;
}
.containers-margines{}
.master-column-wrapper {
    /* border-bottom-style: dotted; */
   /* border-left-style: solid;*/
    /* border-top-style: dotted; */
    /*border-right-style: solid;*/
    position: relative;
    z-index: 0;
    /* margin: -29px 1px 6px 1px;*/
}

.master-column-wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.center-1 { margin: 0; }

.center-2, .side-2 { /*margin: 0 0 50px;*/ }

.side-2:after {
    clear: both;
    content: "";
    display: block;
}

.page {
    min-height: 200px;
    text-align: center;
}

.page-title {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: left!important;
    background-color: #fff;
}

.page-title h1 {
    font-size: 30px;
    font-weight: normal;
}

.page:after,
.page-title:after,
.page-body:after {
    clear: both;
    content: "";
    display: block;
}

.center-1 .page-title,
.center-1 .title { text-align: center; }

.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;
}

.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; }

/*********** GLOBAL FORMS ***********/

.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; /*fix for 'required' elements*/
}

.inputs:after {
    clear: both;
    content: "";
    display: block;
}

.inputs label {
    color: #444;
    display: block;
    font-size: 14px; /*reset zeroing*/
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.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; /*siblings offset*/
    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; /*firefox line-height bug fix*/
    text-align: center;
}

.captcha-box > div {
    display: inline-block;
    max-width: 100%;
}

.captcha-box input { height: auto; }

/*********** GLOBAL TABLES ***********/

.table-wrapper { overflow-x: auto; }

.data-table .hidden-row {
    border: none;
    height: 1px;
}

.data-table tr.hidden-row th {
    border-top: none;
    padding: 0;
}

.data-table tr.hidden-row th > span {
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 1px;
}

.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;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts { display: none; }

.forum-table td.image { min-width: 0; }

.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;
    padding: 10px;
}

.cart a,
.data-table a,
.forum-table a {
    color: #4ab2f1;
    font-weight: normal;
}

.cart a:hover,
.cart a:focus,
.data-table a:hover,
.data-table a:focus,
.forum-table a:hover,
.forum-table a:focus { text-decoration: underline; }

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 225px;
    text-align: left;
}

.forum-table .forum-details,
.forum-table .topic-details { text-align: left; }

.cart .product a,
.data-table .product a,
.data-table .info a {
    color: #444;
    font-weight: bold;
}

.cart .product a:hover,
.cart .product a:focus,
.data-table .product a:hover,
.data-table .product a:focus,
.data-table .info a:hover,
.data-table .info a:focus {
    color: #4ab2f1;
    text-decoration: none;
}

.cart .product .edit-item { margin: 10px 0 0; }

.cart .product .edit-item a {
    color: #4ab2f1;
    font-weight: normal;
}

.cart .product .edit-item a:hover,
.cart .product .edit-item a:focus { text-decoration: underline; }

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order { text-align: center; }

.cart .remove-from-cart input[type="checkbox"] { display: none; }

.cart .remove-from-cart .remove-btn {
    background: #ffffffab url(../images/remove.png) center no-repeat;
    border: 0;
    height: 11px;
    width: 11px;
}

.cart td.unit-price,
.data-table td.unit-price { white-space: nowrap; }

.cart td.quantity input {
    text-align: center;
    width: 50px;
}

.cart .product-quantity div.up {
    background: url('../images/vote-up.png') no-repeat 50% 50%;
    border: 0;
    cursor: pointer;
    height: 25px;
    width: 50px;
}

.cart .product-quantity div.down {
    background: url('../images/vote-down.png') no-repeat 50% 50%;
    border: 0;
    cursor: pointer;
    height: 25px;
    width: 50px;
}

.cart td.subtotal,
.data-table td.total {
    color: #444;
    white-space: nowrap;
}

.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
    color: #4ab2f1;
    font-style: italic;
}

.data-table em a {
    color: #444;
    font-weight: bold;
}

.data-table div.download { margin: 10px 0 0; }


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
    color: #fff;
    left: 0;
    line-height: 16px;
    opacity: 0.95;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.bar-notification.success {
    background-color: #cddc39;
}

.bar-notification.error { background-color: #e4444c; }

.bar-notification.warning { background-color: #f39c12; }

.bar-notification {
    display: none;
    padding: 15px 25px 15px 10px;
    position: relative;
}

    .bar-notification .content {
        margin: 0 10px 0 0;
        font-weight: bold;
        color: black;
    }

.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;
}

.popup-notification {
    border-radius: 5px;
    margin: 5px 0;
    padding: 3px;
}

.popup-notification.success { border: 2px rgba(75, 176, 122, .5) solid; }

.popup-notification.error { border: 2px rgba(228, 68, 76, .5) solid; }

.popup-notification.warning { border: 2px rgba(243, 156, 18, .5) solid; }

.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;
    /*override jQuery UI styles, do not delete doubled properties*/
    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;
}

.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;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    cursor: auto !important;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 15px;
    padding: 10px 15px !important;
}

.ui-dialog-titlebar > span {
    color: #444;
    float: left;
    font-size: 18px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
}

.ui-dialog-titlebar button {
    background: url('../images/close.png') center no-repeat;
    background: url('../images/close.png') center no-repeat !important;
    border: none;
    border: none !important;
    border-radius: 0;
    font-size: 0;
    height: 42px;
    height: 42px !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 0;
    right: 0 !important;
    top: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    width: 42px;
    width: 42px !important;
}

.ui-dialog-titlebar button span { display: none !important; }

.ui-dialog-content {
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    color: #777;
    line-height: 20px;
    padding: 15px;
    padding: 15px 15px 20px 15px !important;
}

.ui-dialog-content .page { min-height: 0; }

.ui-dialog-content .page-title {
    margin: 0 0 15px;
    min-height: 0;
    padding: 0px 10px 10px 10px;
    text-align: center;
}

.ui-dialog-content .page-title h1 {
    font-size: 24px;
    line-height: 30px;
}

.ui-dialog-content .back-in-stock-subscription-page { text-align: center; }

.ui-dialog-content .back-in-stock-subscription-page .tooltip { margin-bottom: 10px; }

.ui-dialog-content .back-in-stock-subscription-page .button-1 {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
.ui-dialog-content .back-in-stock-subscription-page .button-1:focus { background-color: #248ece; }

.eu-cookie-bar-notification {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    height: auto;
    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: #4ab2f1;
    border: none;
    color: #fff;
    font-size: 14px;
    margin: 5px 0 10px;
    min-width: 60px;
    padding: 8px 12px;
}

.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification button:focus { background-color: #248ece; }

.eu-cookie-bar-notification a {
    color: #4ab2f1;
    display: block;
}

.eu-cookie-bar-notification a:hover,
.eu-cookie-bar-notification a:focus { text-decoration: underline; }


/*********** HEADER ***********/



.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,
.admin-header-links .impersonate a:focus { background-color: #666; }

.header {
    margin: auto;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 10;
}

.header-upper {
    background-color: #00528e;
    border-bottom: 1px solid #ddd;
    font-size: 16;
   /* padding-bottom: 1px;
    padding-top: 7px;*/
    position: relative;
    text-align: center;
    z-index: 1;
}

.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.header-selectors-wrapper > div {
    display: block;
    margin: 10px auto;
    vertical-align: middle;
    width: 50%;
}

.header-selectors-wrapper select { width: 100%; }

.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 {
    padding: 20px 0;
    position: relative;
}

.header-links { }

.header-links ul { font-size: 0; }

.header-links li {
    display: inline-block;
    margin: 0 5px;
}

.header-links span,
.header-links a {
    display: inline-block;
    font-size: 12px; /*reset zeroing*/
    /*  line-height: 36px;*/
    /*text-transform: uppercase;*/
}

.header-links a:hover,
.header-links a:focus { color: #4ab2f1; }

#topcartlink {
    background-color: #248ece;
    display: block;
    margin: 10px auto 0;
    max-width: 400px;
    padding: 0px;
    width: 70%;
}

#topcartlink a {
    background: url('../images/shopping-bag.png') left center no-repeat;
    padding: 0 0 0 10px;
}

.header-lower {
    padding: 35px 0;
    padding: 1px 1px 1px 1px;
    position: relative;
    z-index: 0;
}

.header-logo {
    margin: 0 0 20px;
    text-align: center;
}

.header-logo a {
    display: inline-block;
    line-height: 0; /*firefox line-height bug fix*/
    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 input.search-box-text {
    float: left;
    height: 36px;
    margin: 0 -1px 0 0;
    width: 200px;
}

.search-box .search-box-button {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    float: left;
    height: 36px;
    min-width: 86px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.search-box .search-box-button:hover,
.search-box .search-box-button:focus { background-color: #248ece; }

.search-box .ui-autocomplete-loading { background: #fff url('../images/ajax-loader-small.gif') right center no-repeat; }

.ui-helper-hidden-accessible { display: none !important; }

.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #ddd;
    /*override jQuery UI styles, do not delete doubled properties*/
    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;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    padding: 15px;
    padding: 15px !important;
}

.ui-autocomplete a:hover,
.ui-autocomplete a:focus,
.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 ***********/



.footer {
    border-left-style: solid;
    border-right-style: solid;
    text-align: left;
    /*margin-top: 10px;*/
    color: white;
    background-color: #00528e;
}
    .footer.color {
        background-color: #00528e;
    }
.footer-color {

    background-color: #00528e;
    color: white;
    padding-bottom: 20px;
}
    

.footer-space {
    background-color: #00528e;
    color: white;
    height: 50px;
}
.footer-space-border {
    background-color: #00528e;
    color: white;
    height: 5px;
    border-top: 1px solid #131414;
}
.footer-margin-left {
    margin-left: 40px;
}
.footer-margin-right {
    margin-right: 50px;
}
.footer-margin-left.spacedown {
   padding-top: 17px
}
.footer-title-color {
    color: #ffffff
}

    .footer-upper {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin: auto;
    overflow: hidden;
    padding: 40px 0;
    width: 95%;
}

.footer-block {
    font-size: 14px; /*reset zeroing*/
    margin: 1px auto;
    text-align: left;
    width: auto;
}

.footer-block .title {
    background: #4ab2f1 url('../images/toggle-white.png') right center no-repeat;
    color: white;
    cursor: pointer;
    font-size: 20px;
    margin: 0 0 1px;
    padding: 10px 15px;
}

.footer-block .title strong {
    color: white;
    font-weight: normal;
}

.footer-block .list {
    background-color: #fff;
    display: none;
    margin: 0 0 20px;
    padding: 10px 15px;
}

.footer-block .list a {
    display: block;
    line-height: 20px;
    padding: 10px 15px;
}

.footer-block .list a:hover,
.footer-block .list a:focus { color: #4ab2f1; }

.follow-us {
    margin: 30px auto 0;
    text-align: center;
}

.follow-us .title {
    background: none;
    color: #444;
    cursor: auto;
    margin: 0 0 10px;
}

.follow-us .social ul {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.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 .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 .instagram a { background-position: -152px 0; }

.newsletter-email {
    display: inline-block;
    overflow: hidden;
}

.newsletter-email:focus-within { overflow: visible; }

.newsletter-email input[type="email"] {
    float: left;
    height: 36px;
    margin: 0 -1px 0 0;
    width: 180px;
}

.newsletter-subscribe-button {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    float: left;
    height: 36px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.newsletter-subscribe-button:hover,
.newsletter-subscribe-button:focus { background-color: #248ece; }

.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
    line-height: 28px;
    overflow: hidden;
    width: 100%;
}

/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

.footer-lower {
    font-size: 12px;
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    width: 95%;
}

.footer-tax-shipping a {
    color: #4ab2f1;
    font-weight: bold;
}

.footer-tax-shipping a:hover,
.footer-tax-shipping a:focus { text-decoration: underline; }

.footer-powered-by { margin: 10px 0 0; }

.footer-powered-by a {
    color: #4ab2f1;
    font-weight: bold;
}

.footer-powered-by a:hover,
.footer-powered-by a:focus { text-decoration: underline; }

.theme-selector { margin: 10px 0 0; }

.theme-selector select { width: 170px; }


/*********** SIDE COLUMN ***********/



.block {
    margin: auto;
    max-width: 600px; /*width limit in mobile*/
    min-height: 50px;
    text-align: left;
}

.block .title {
    background: #f6f6f6 url('../images/toggle-gray.png') right 14px no-repeat;
    border-bottom: 1px solid #ddd;
    color: #444;
    cursor: pointer;
    font-size: 20px;
    margin: 0 0 10px;
    padding: 12px 30px 12px 10px;
    position: relative;
}

.block .title strong { font-weight: normal; }

.block .listbox {
    border-bottom: 1px solid #ddd;
    display: none;
    padding: 10px 5px;
}

.block .list li { padding: 5px 0 5px 15px; }

.block .list a {
    -webkit-transition: all 0.1s ease;
    color: #444;
    display: inline-block;
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    transition: all 0.1s ease;
}

.block .list a:before {
    background-color: #ddd;
    content: "";
    height: 5px;
    left: -15px;
    position: absolute;
    top: 12px;
    width: 5px;
}

.block .list .active > a { color: #4ab2f1; }

.block .list a:hover,
.block .list a:focus { color: #4ab2f1; }

.block a.product-picture { display: none; }

.block a.product-picture:before { display: none; }

.block .sublist { margin: 15px 0 5px; }

.block .sublist a { font-size: 14px; }

.block .view-all { margin: 10px 0 0; }

.block .view-all a {
    color: #4ab2f1;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
}

.block .view-all a:hover,
.block .view-all a:focus { 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: 17px !important; /*setting base size*/
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}

.block .tags li a,
.product-tags-all-page li a {
    color: #444;
    float: left;
    line-height: 30px;
}

.block .tags li a:hover,
.block .tags li a:focus,
.product-tags-all-page li a:hover,
.product-tags-all-page li a:focus { color: #4ab2f1; }

.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,
.poll-total-votes { }

.poll .buttons button {
    background-color: #aaa;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.poll .buttons button:hover,
.poll .buttons button:focus { 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: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.home-page-polls .title strong { font-weight: normal; }

.home-page-polls li {
    display: inline-block;
    margin: 10px;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
    margin: 0 0 0px;
    padding: 5px 10px;
   /* background-color: #00528e;
    color: white;*/
    font-weight: 100;
    text-transform: capitalize;
}

.breadcrumb ul { font-size: 0; }

.breadcrumb li { display: inline-block; }

.breadcrumb li * {
    display: inline-block;
    font-size: 18px; /*reset zeroing*/
    line-height: 32px;
    margin: 0 3px;
}

.breadcrumb strong { font-weight: normal; }

.breadcrumb a:hover,
.breadcrumb a:focus { color: #4ab2f1; }

.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: #4ab2f1;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.contact-vendor .button-2:hover,
.contact-vendor .button-2:focus { background-color: #248ece; }

.product-selectors {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
   /* margin: 0 0 20px;
    padding: 20px 0;*/
}

    .product-selectors:first-child {
        border-top: none;
        text-align: center;
    }

.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; }

.product-selectors .product-viewmode {
    display: none;
    font-size: 0;
}

.product-filter .filter-title {
    background: #f6f6f6 url('../images/toggle-gray.png') right 10px no-repeat;
    color: #444;
    font-size: 17px;
   /* margin: 0 0 10px;*/
    padding: 10px;
}

.product-filter .filter-title strong { font-weight: normal; }

.product-filter .filter-content {
    color: #444;
    margin-bottom: 20px;
    padding: 0px;
}

.product-filter .group { font-size: 15px; }

.product-filter .group + .group { margin-top: 16px; }

.product-filter .group .name { padding-bottom: 10px; }

.product-filter .group .item {
    align-items: center;
    display: flex;
    padding-left: 15px;
}

.product-filter .group .item + .item { padding-top: 8px; }

.product-filter .group .item label {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    padding-left: 8px;
}

.price-range-filter .selected-price-range { padding: 5px 0; }

.price-range-filter .selected-price-range .to { float: right; }

.price-range-filter .selected-price-range.manually { display: flex; }

.price-range-filter .selected-price-range.manually .from { margin-right: 8px; }

.price-range-filter .selected-price-range.manually .from,
.price-range-filter .selected-price-range.manually .to { width: 50%; }

.product-filter .attribute-squares { font-size: inherit; }

.product-filter .attribute-squares .attribute-square {
    height: 20px !important;
    margin-right: 8px;
    width: 20px !important;
}

.item-grid:after {
    clear: both;
    content: "";
    display: block;
}

.item-box {
    float: left;
    margin: 0 0 80px;
    position: relative;
    text-align: left;
    width: 100%;
}

.item-box .picture {
    background-color: #fff;
    margin: 0 0 20px;
    z-index: 1;
}

.item-box .picture a {
    display: block;
    position: relative;
}

.item-box .picture a:focus { opacity: 0.85; }

.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.item-box .picture a img {
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-transition: all 0.3s ease;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

.item-box:hover .picture a img { opacity: 0.85; }

.item-box .details { padding: 0 10px; }

.item-box .product-title {
    color: #4ab2f1;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 10px;
}

.item-box .product-title a { display: block; }

.item-box .product-title a:hover,
.item-box .product-title a:focus { color: #248ece; }

.item-box .sku { margin: 0 0 15px; }

.item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 10px;
}

.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;
}

.product-grid .item-box .description:not([data-short-description]) {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 20px;
    line-height: 22px;
    margin: 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-box .description[data-short-description] { display: none; }

.item-box .description a {
    display: block;
    overflow: hidden;
}

.item-box .prices {
    margin: 0 0 -10px;
    overflow: hidden;
}

.item-box .old-price {
    color: #aaa;
    font-size: 16px;
    margin: 0 5px 0 0;
    text-decoration: line-through;
}

.item-box .actual-price {
    color: #666;
    font-size: 16px;
    margin: 0 5px 0 0;
}

.item-box .tax-shipping-info a { color: #4ab2f1; }

.item-box .tax-shipping-info a:hover,
.item-box .tax-shipping-info a:focus { text-decoration: underline; }

.item-box .buttons {
    font-size: 0;
    margin: 0;
}

.item-box button {
    border: none;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

.item-box .product-box-add-to-cart-button {
    background-color: #d6edfa;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
}

.item-box .product-box-add-to-cart-button:hover,
.item-box .product-box-add-to-cart-button:focus { background-color: #248ece; }

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #fff !important;
    font-size: 0;
    width: 20%;
}

.item-box .add-to-compare-list-button { background-image: url('../images/compare-button.png'); }

.item-box .add-to-wishlist-button { background-image: url('../images/wishlist-button.png'); }

.item-box .add-to-compare-list-button:hover,
.item-box .add-to-compare-list-button:focus,
.item-box .add-to-wishlist-button:hover,
.item-box .add-to-wishlist-button:focus { background-color: #ddd; }

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 20px;
    padding-top: 50px;
}

.home-page-category-grid .title,
.sub-category-grid .title {
    -webkit-transition: all 0.3s ease;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    transition: all 0.3s ease;
}

.home-page-category-grid .title a,
.sub-category-grid .title a {
    display: block;
    padding: 0 0 15px;
}

.home-page-category-grid .picture,
.sub-category-grid .picture { margin: 0; }

.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before { padding-top: 65%; }

.products-container { position: relative; }

.products-container .ajax-products-busy {
    background: #ffffffab url(../images/loading.gif) center no-repeat;
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.product-grid,
.product-list { margin: 20px; }

.product-grid .title {
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    margin-bottom: 1;
    /*  border-bottom: 1px solid #ddd;*/
    padding: 0 0 15px;
}

    .product-grid .title strong {
      
        font-size: 26px;
        font-weight: normal;
        padding-left: 50px;
        text-transform: capitalize;
    }

.manufacturer-grid .title {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}

.manufacturer-grid .title a:hover,
.manufacturer-grid .title a:focus { color: #4ab2f1; }

.manufacturer-grid .picture { border: 1px solid #ddd; }

.vendor-grid .title {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}

.vendor-grid .title a:hover,
.vendor-grid .title a:focus { color: #4ab2f1; }

.vendor-grid .picture { border: 1px solid #ddd; }

.pager { margin: 0 0 20px; }

.pager ul {
    font-size: 0;
    text-align: right;
}

.pager li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.pager li a,
.pager li span {
    background-color: #eee;
    border: 1px solid #ddd;
    cursor: pointer;
    display: block;
    font-size: 14px; /*reset zeroing*/
    height: 35px;
    min-width: 35px;
    padding: 8px;
    text-align: center;
}

.pager li span {
    background-color: #4ab2f1;
    border-color: transparent;
    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;
}

.pager li.previous-page * { background-image: url('../images/prev.png'); }

.pager li.next-page * { background-image: url('../images/next.png'); }

.pager li.first-page * { background-image: url('../images/first.png'); }

.pager li.last-page * { background-image: url('../images/last.png'); }

.pager li a:hover,
.pager li a:focus {
    background-color: #ddd;
    border-color: transparent;
}


/********** PRODUCT PAGE **********/


.product-details-page { padding: 20px 0 0; }

.product-essential {
    border-bottom: 1px solid #ddd;
    margin: 0 0 40px;
    padding: 0 0 10px;
}
.efl-product {
    text-align: left;
  
}
   
.efl-product-product-margin {
        margin-left: 50px;
    }
.efl-product-features {
    margin-left: 20px;
}
.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,
.picture-gallery .picture-thumbs img,
.video-gallery .video-thumbs iframe,
.variant-picture img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.picture-gallery .picture-thumbs {
    font-size: 0;
    overflow: hidden;
}

.picture-gallery .picture-thumbs .thumb-item {
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin: 0 5px 10px;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.video-gallery .video-thumbs .thumb-item {
    display: inline-block;
    margin: 0 5px 10px;
    overflow: hidden;
    position: relative;
}

.overview {
    margin: 0 0 50px;
    position: relative;
}

.overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px;
}

.overview .discontinued-product h4 {
    background: url('../images/discontinued-product-icon.png') no-repeat 13px center;
    color: #de444c;
    display: inline-block;
    font-size: 14px;
    padding: 17px 17px 17px 40px;
}

.overview .product-name {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 0 10px;
}

.overview .product-name h1 {
    font-size: 30px;
    font-weight: normal;
}

.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;
    font-size: 0px;
    height: 14px;
    line-height: 0px;
}

.product-review-links a { text-decoration: underline; }

.product-review-links a:hover,
.product-review-links a:focus { color: #4ab2f1; }

.overview .value,
.variant-overview .value { color: #444; }

.overview .value a,
.variant-overview .value a { color: #4ab2f1; }

.overview .value a:hover,
.overview .value a:focus,
.variant-overview .value a:hover,
.variant-overview .value a:focus { text-decoration: underline; }

.overview-buttons {
    font-size: 0;
    margin: 0 0 25px;
}

.overview-buttons div {
    margin: 0 auto 3px;
    width: 80%;
}

.overview .button-2,
.variant-overview .button-2 {
    background-color: #eaeaea;
    background-position: left center;
    background-repeat: no-repeat;
    border: none;
    color: #666;
    display: block;
    font-size: 14px; /*reset zeroing*/
    padding: 12px 15px 12px 40px;
    text-align: left;
    width: 100%;
}

.overview .button-2:hover,
.overview .button-2:focus,
.variant-overview .button-2:hover,
.variant-overview .button-2:focus { background-color: #ddd; }

.overview .add-to-compare-list-button { background-image: url('../images/compare-button.png'); }

.overview .email-a-friend-button { background-image: url('../images/email-button.png'); }

.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-image: url('../images/wishlist-button.png'); }

.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; }

.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 { 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: 10px 0;
    padding: 2px 0 2px 28px;
}

.overview .free-shipping.invisible,
.variant-overview .free-shipping.invisible { display: none; }

.overview .delivery-date,
.variant-overview .delivery-date { margin: 10px 0; }

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    color: #444;
    font-style: italic;
    margin: 10px 0;
}

.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 {
    color: #444;
    font-size: 20px;
    font-weight: bold;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a { color: #4ab2f1; }

.overview .tax-shipping-info a:hover,
.overview .tax-shipping-info a:focus,
.variant-overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:focus { 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 {
    color: #444;
    font-size: 15px;
    height: 43px;
    padding: 0 12px;
    text-align: center;
    width: 45px;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    color: #444;
    font-size: 15px;
    height: 43px;
    padding: 0 12px;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    font-size: 15px;
    height: 43px;
    padding: 0 24px;
    text-transform: uppercase;
}

.overview .add-to-cart-button:hover,
.overview .add-to-cart-button:focus,
.variant-overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:focus { background-color: #248ece; }

.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: #4ab2f1;
    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-specs-box td.spec-group-name {
    border: 0;
    color: #444;
    font-size: 16px;
    padding-top: 20px;
}

.product-tags-list { font-size: 0; }

.product-tags-list li {
    display: inline-block;
    font-size: 14px; /*reset zeroing*/
}

.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,
.product-tags-list a:focus { color: #444; }

.attributes { margin: 20px 0; }

.attributes dl {
    overflow: hidden;
    padding: 0 2px; /* fix for Chrome in Mac, the checkboxes get cut off */
}

.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;
}

.attributes .qty-box input {
    height: 32px;
    text-align: center;
    width: 48px;
}

.attributes .option-list:not(.attribute-squares) .disabled { opacity: .5; }

.attributes .attribute-squares .disabled .attribute-square {
    cursor: default;
    opacity: .25;
}

.attributes .attribute-squares .disabled .attribute-square-container { background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1.5px), #e91e63 50%, rgba(0, 0, 0, 0) calc(50% + 1.5px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1.5px), #e91e63 50%, rgba(0, 0, 0, 0) calc(50% + 1.5px), rgba(0, 0, 0, 0) 100%); }

.attributes .attribute-squares .tooltip-container .not-available-text { font-size: 12px; }

.attributes .attribute-squares.color-squares .tooltip-container .not-available-text { margin: 5px; }

.attributes .attribute-squares.color-squares .tooltip-container {
    display: none;
    width: 120px;
}

.attributes .attribute-squares.color-squares li:hover .tooltip-container { margin-left: -42px; }

.attributes .attribute-squares.color-squares .disabled .tooltip-container { display: block; }

.attributes .attribute-squares.image-squares .tooltip-container .not-available-text {
    display: none;
    margin-bottom: 5px;
}

.attributes .attribute-squares.image-squares .disabled .tooltip-container .not-available-text { display: block; }

.attributes select option.disabled,
.attributes select option:disabled { color: #cecece; }

.ui-datepicker {
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    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: #4ab2f1;
    background-image: none;
    /*override jQuery UI styles, do not delete doubled properties*/
    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;
    height: 32px !important;
    line-height: 32px;
    position: absolute;
    top: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    width: 32px;
    width: 32px !important;
    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 {
    /*override jQuery UI styles, do not delete doubled properties*/
    display: none !important;
}

.ui-datepicker-title {
    font-weight: bold;
    line-height: 32px;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: 32px !important;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
}

.ui-datepicker-calendar {
    font-size: 14px !important;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
}

.ui-datepicker-calendar th { background-color: #eee; }

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    border: 1px solid #ddd;
    /*override jQuery UI styles, do not delete doubled properties*/
    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;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none !important;
    color: #444 !important;
    padding: 0;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-active {
    color: #4ab2f1;
    /*override jQuery UI styles, do not delete doubled properties*/
    color: #4ab2f1 !important;
    font-weight: bold;
    outline: 2px solid #4ab2f1;
}

.attribute-squares {
    display: inline-block;
    font-size: 0;
}

.attribute-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center;
}

.attribute-squares .attribute-square-container {
    display: block;
    padding: 1px;
    position: relative;
    z-index: 0;
}

.attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
}

.attribute-squares .attribute-square {
    border: 1px solid #444 !important;
    cursor: pointer;
    display: inline-block !important;
    height: 32px !important;
    width: 32px !important;
}

.attribute-squares .selected-value .attribute-square-container { background-color: #4ab2f1; }

.attribute-squares li input { display: none; }

.attribute-squares-padding { padding: 0 5px 0 0; }

.tooltip-container {
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: #000000;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 200px;
}

.tooltip-container:before {
    border-bottom: 7px solid #eeeeee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.tooltip-container:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}

.attribute-squares li:hover .tooltip-container,
.attribute-squares li:focus .tooltip-container {
    margin-left: -83px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #F6F6F6;
    border-bottom: 1px #EEEEEE solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    height: 25px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
}

.tooltip-container .tooltip-body { margin: 5px; }

.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}

.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 **********/



.product-reviews-page h1 a { color: #4ab2f1; }

.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; }

.tooltip {
    border-bottom: 1px dotted black;
    color: #444;
    display: inline-block;
    position: initial;
}

.tooltip .tooltiptext {
    background: #f0f0f0 no-repeat 100% 5%;
    border: #c0c0c0 1px dotted;
    left: 10%;
    opacity: 0;
    padding: 10px 10px 5px 5px;
    position: absolute;
    text-align: Left;
    transition: opacity 0.3s;
    visibility: hidden;
    width: auto;
    z-index: 1;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
}

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
    cursor: help;
    opacity: 1;
    visibility: visible;
}

.write-review .review-rating {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}

.write-review .review-rating label {
    color: #444;
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
}

.write-review .review-rating div.first { color: #e4444c; }

.write-review .review-rating div.rating-options { padding-top: 2px; }

.write-review .review-rating div.rating-options input { vertical-align: baseline; }

.write-review .review-rating div.last { color: #4cb17c; }

.write-review .captcha-box { margin: 15px 0 0; }

.write-review .button-1 {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.write-review .button-1:hover,
.write-review .button-1:focus { background-color: #248ece; }

.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 .avatar { margin: 0 0 10px; }

.product-review-item .reply {
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.product-review-item .reply-header {
    font-weight: bold;
    margin: 15px 0;
}

.product-review-item .reply-text { line-height: 22px; }

.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: #4ab2f1;
    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; }

.product-review-item .review-type-rating-ext {
    margin: 0 0 20px;
    overflow: hidden;
}


/********** WISHLIST & COMPARE LIST **********/



.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,
.wishlist-content .tax-shipping-info a:focus { 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: #4ab2f1;
    text-transform: uppercase;
}

.wishlist-content .update-wishlist-button:hover,
.wishlist-content .update-wishlist-button:focus,
.wishlist-content .wishlist-add-to-cart-button:hover,
.wishlist-content .wishlist-add-to-cart-button:focus { background-color: #248ece; }

.wishlist-content .email-a-friend-wishlist-button { background-color: #aaa; }

.wishlist-content .email-a-friend-wishlist-button:hover,
.wishlist-content .email-a-friend-wishlist-button:focus { 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,
.wishlist-page .share-info a:focus { color: #4ab2f1; }

.wishlist-page .no-data { margin: 25px 0 0; }

.compare-products-page {
    overflow: hidden;
    position: relative;
}

.compare-products-page .clear-list {
    background-color: #4ab2f1;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 20px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.compare-products-page .clear-list:hover,
.compare-products-page .clear-list:focus { background-color: #248ece; }

.compare-products-page .table-wrapper {
    margin: 0 0 30px;
    padding: 0 0 1px; /*IE mobile table border fix*/
}

.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 .specification-group td {
    border: 0;
    padding: 20px 10px 10px 10px;
}

.compare-products-table .specification-group td label {
    color: #444;
    font-size: 16px;
}

.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,
.compare-products-table .remove-button:focus { color: #4ab2f1; }

.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,
.compare-products-table .product-name td a:focus { color: #4ab2f1; }

.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; }


/*********** TOPICS ***********/



.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 button[type="submit"] {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    float: left;
    height: 40px;
    min-width: 86px;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
}

.enter-password-form button[type="submit"]:hover,
.enter-password-form button[type="submit"]:focus { background-color: #248ece; }


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-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,
.apply-vendor-page .result,
.apply-vendor-page .message-error { margin: 20px 0; }

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}

.contact-page .button-1:hover,
.contact-page .button-1:focus,
.email-a-friend-page .button-1:hover,
.email-a-friend-page .button-1:focus,
.apply-vendor-page .button-1:hover,
.apply-vendor-page .button-1:focus { background-color: #248ece; }

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title { margin: 25px 0; }

.email-a-friend-page .title h2 {
    color: #4ab2f1;
    font-weight: normal;
}

.apply-vendor-page .terms-of-service { text-align: center; }

.apply-vendor-page .terms-of-service > * {
    display: inline-block;
    line-height: 32px;
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
    color: #4ab2f1;
    cursor: pointer;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.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 .date-picker-wrapper { display: inline; }

.date-of-birth select {
    max-width: 126px;
    width: 31%; /*always single line*/
}

.date-of-birth select + select { margin: 0 0 0 10px; }

.date-of-birth .select-wrapper + .select-wrapper { 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,
#check-availability-button:focus { background-color: #999; }

.inputs.accept-consent { text-align: center; }

.inputs.accept-consent > * {
    display: inline-block;
    line-height: 32px;
}

.inputs.accept-consent span,
.inputs.accept-consent a {
    color: #4ab2f1;
    cursor: pointer;
    font-size: 14px;
}

.inputs.accept-consent label {
    margin-bottom: 0;
    margin-left: 10px;
    width: auto;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    background-color: #4ab2f1;
    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-page .button-1:focus,
.registration-result-page .button-1:hover,
.registration-result-page .button-1:focus,
.login-page .button-1:hover,
.login-page .button-1:focus,
.password-recovery-page .button-1:hover,
.password-recovery-page .button-1:focus,
.email-revalidation-page .button-1:hover,
.email-revalidation-page .button-1:focus,
.account-activation-page .button-1:hover,
.account-activation-page .button-1:focus,
.account-page .button-1:hover,
.account-page .button-1:focus,
.return-request-page .button-1:hover,
.return-request-page .button-1:focus { background-color: #248ece; }

.return-request-page h1 a { color: #4ab2f1; }

.return-request-page .return-request-file { font-size: 14px; }

.return-request-page .return-request-file .uploadedfileinput {
    display: inline-block;
    vertical-align: middle;
}

.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;
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
    font-size: 14px;
    margin: 0 5px;
}

.customer-info-page .vat-status { display: block; }

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal;
}

.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; /*reset zeroing*/
    margin: 5px;
    width: auto;
}

.login-page .returning-wrapper .inputs.reversed a:hover,
.login-page .returning-wrapper .inputs.reversed a:focus { color: #4ab2f1; }

.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 .title {
    color: #444;
    font-size: 20px;
    margin: 0 0 15px;
}

.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: #4ab2f1; }

.external-auth-association a:hover,
.external-auth-association a:focus { 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: #4ab2f1; }

.add-more-external-records a:hover,
.add-more-external-records a:focus { 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 }

.gdpr-tools-page .result {
    color: #e4434b;
    font-size: 13px;
    margin: 20px 0;
}

.gdpr-tools-page .buttons { margin-top: 20px; }

.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: #444;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
}

.edit-address-button { background: url('../images/edit.png') left center no-repeat; }

.delete-address-button,
.cancel-recurring-order-button { background: url('../images/remove.png') left center no-repeat; }

.retry-recurring-order-button { background: url('../images/retry.png') left center no-repeat; }

.return-items-button { background: url('../images/return.png') left center no-repeat; }

.order-details-button { background: url('../images/details.png') left center no-repeat; }

.address-list-page .button-2:hover,
.address-list-page .button-2:focus,
.order-list-page .button-2:hover,
.order-list-page .button-2:focus { color: #4ab2f1; }

.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: #4ab2f1; }

.return-request-list-page a:hover,
.return-request-list-page a:focus { 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,
.avatar-page .button-2:focus { background-color: #999; }

.avatar-page .info { color: #444; }

.vendorinfo-page .button-2 {
    background-color: #888;
    border: medium none;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.vendorinfo-page .button-2:hover,
.vendorinfo-page .button-2:focus { background-color: #999; }

.vendorinfo-page .vendor-picture {
    margin: 0 auto;
    width: 400px;
}

.vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px;
}

.check-gift-card-balance-page .page-title { margin: 0 0 -1px; }

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error { margin: 20px 0; }

.check-gift-card-balance-page .fieldset { margin: 0 0 30px; }


/********** SHOPPING CART **********/



.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; /*reset zeroing*/
    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;
    border-bottom: 0px solid #ddd;
}

.shopping-cart-page .message-error { margin: 20px 0; }

.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: left;
}

.shopping-cart-page .checkout-attributes a { color: #4ab3f1; }

.shopping-cart-page .checkout-attributes a:hover,
.shopping-cart-page .checkout-attributes a:focus { text-decoration: underline; }

.shopping-cart-page .tax-shipping-info {
    margin: 20px 0;
    text-align: center;
}

.shopping-cart-page .tax-shipping-info a { color: #4ab3f1; }

.shopping-cart-page .tax-shipping-info a:hover,
.shopping-cart-page .tax-shipping-info a:focus { text-decoration: underline; }

.shopping-cart-page .common-buttons {
    background-color: #f6f6f6;
    font-size: 0;
    margin: 0 0 60px;
    padding: 20px;
}

.shopping-cart-page .common-buttons button {
    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 button:hover,
.shopping-cart-page .common-buttons button:focus { background-color: #999; }

.shopping-cart-page .common-buttons button:first-child { background-color: #4ab2f1; }

.shopping-cart-page .common-buttons button:first-child:hover,
.shopping-cart-page .common-buttons button:first-child:focus { background-color: #248ece; }

.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: 170px; }

.checkout-attributes ul { font-size: 0; }

.checkout-attributes li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px; /*reset zeroing*/
    margin: 5px;
    padding: 8px 10px;
}

.checkout-attributes .attribute-squares li {
    border: none;
    line-height: 0;
    padding: 0;
}

.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: 0px 10px 5px 5px;
    text-align: right;
    width: 50%;
}

    .cart-total td:first-child {
        text-align: left;
        padding-left: 30px;
        padding-top: 10px;
    }

.cart-total .giftcard-remaining {
    display: block;
    font-style: italic;
}

.cart-total .order-total {
    color: black;
    font-size: 20px;
    border-top: solid 0.1px;
    border-bottom: solid 0.1px;
}

    .cart-total .order-total strong {
        font-weight: normal;
        color: #222426;
        font-size: 20px;
       
    }

.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: #4ab2f1;
    margin: 0 0 0 3px;
}

.cart-footer .checkout-buttons { padding: 0 10px; }

.cart-footer .checkout-disabled {
    background: #ffa500;
    border: 1px solid #c3891e;
    color: #fff;
    font-size: 20px;
    padding: 15px 50px;
    text-align: center;
}

.cart-footer .checkout-button {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    min-width: 160px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.cart-footer .checkout-button:hover,
.cart-footer .checkout-button:focus { background-color: #248ece; }

.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,
.cart-collaterals .button-2:focus { 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; /*safari padding fix*/
    margin: 0 -1px 0 0;
    width: 60%;
}

.cart-collaterals .coupon-code button[type="submit"] {
    float: left;
    height: 36px; /*safari padding fix*/
    padding: 0;
    width: 40%;
}

.cart-collaterals .message-failure {
    color: #e4434b;
    font-size: 12px;
    margin: 5px 0 0;
}

    .cart-collaterals .message-success {
        color: #cddc39;
        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: 15px;
    width: 15px;
}

.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; }


/*** ESTIMATE SHIPPING POPUP COMMON ***/


.estimate-shipping-popup {
    background: #FFF;
    margin: 0 auto;
    max-width: 800px;
    padding: 25px 10px;
    position: relative;
    width: auto;
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.2s ease-in-out;
}

.estimate-shipping-popup-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; }

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg { opacity: 0; }

.shipping-options-loading {
    background: url(../images/ajax-loader-small.gif) no-repeat;
    height: 16px;
    margin: 4% 50%;
    position: relative;
    right: 8px;
    width: 16px;
}

.shipping-address .required { margin-left: 0px; }

.estimate-shipping-row {
    align-items: center;
    display: flex;
    display: -webkit-flex;
}

.estimate-shipping-row.shipping-option { cursor: pointer; }

.estimate-shipping-row.shipping-option.active { font-weight: 700; }

.estimate-shipping-row-item { flex: 0 1 100%; }

.estimate-shipping-row-item.shipping-item {
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 8px 0;
}

.estimate-shipping-row-item.shipping-header-item {
    align-self: flex-end;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0;
}

.estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item { padding-left: 15px; }

.estimate-shipping-row-item + .estimate-shipping-row-item { padding-left: 10px; }

.estimate-shipping-row-item-radio { flex: 0 0 35px; }

.ship-to-title { margin-bottom: 10px; }

.choose-shipping-title { margin-top: 20px; }

.estimate-shipping-address-control {
    height: 36px;
    width: 100%;
}

.estimate-shipping-radio { display: none; }

.estimate-shipping-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    border-radius: 50px;
    display: inline-block;
    padding: 9px;
    position: relative;
}

.estimate-shipping-radio:checked + label:after {
    background: #ffffff;
    border-radius: 50px;
    content: ' ';
    height: 6px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 6px;
}

.estimate-shipping-radio:checked + label {
    background-color: #4ab2f1;
    border: 1px solid #adb8c0;
    border-color: #4ab2f1;
    color: #99a1a7;
}

.apply-shipping-button {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    padding: 8px 25px;
}

.apply-shipping-button-container {
    margin-top: 15px;
    text-align: center;
}

.shipping-options-header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.shipping-options {
    background: #FFF no-repeat;
    background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 100%;
    background-size: 100% 7px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

.shipping-options:before,
.shipping-options:after {
    background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    content: "";
    display: block;
    height: 30px;
    margin: 0 0 -30px;
    position: relative;
    z-index: -1;
}

.shipping-options:after {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    margin: -30px 0 0;
}

.no-shipping-options {
    margin: 4% 0;
    text-align: center;
}

.estimate-shipping-popup .message-failure {
    color: #e4434b;
    font-size: 12px;
    margin: 5px 0 -5px;
}


/*** SHOPPING CART ESTIMATE SHIPPING ***/


.shopping-cart-page .common-buttons .estimate-shipping-button {
    background-color: #aaa;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    min-width: 180px;
    padding: 10px 20px;
    text-align: center;
}

.shopping-cart-page .common-buttons .estimate-shipping-button:hover,
.shopping-cart-page .common-buttons .estimate-shipping-button:focus { background-color: #999; }


/*** PRODUCT ESTIMATE SHIPPING ***/


.product-estimate-shipping { margin-bottom: 20px; }

.product-estimate-shipping .shipping-date { margin-top: 3px; }

.product-estimate-shipping .shipping-title {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 5px;
}

.product-estimate-shipping .shipping-title .shipping-price {
    margin-left: 5px;
    vertical-align: middle;
}

.product-estimate-shipping .shipping-title .shipping-loading {
    background: url(../images/ajax-loader-small.gif) no-repeat;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
    width: 16px;
}

.product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
    -webkit-transform: rotate(45deg);
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    margin: 0 0 3px 6px;
    padding: 3px;
    transform: rotate(45deg);
}


/********** CHECKOUT **********/



.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: #4ab2f1;
    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,
.checkout-page .button-1:focus { background-color: #248ece; }

.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 .ship-to-same-address {
    padding: 30px 0;
    text-align: center;
}

.checkout-page .ship-to-same-address .selector {
    color: #444;
    font-weight: bold;
    margin: 0 0 5px;
}

.vat-number-warning {
    color: #e4434b;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
}

.vat-number-warning a { text-decoration: underline; }

.checkout-page .pickup-in-store { text-align: center; }

.checkout-page .pickup-in-store .selector {
    color: #444;
    font-weight: bold;
    margin: 0 0 5px;
}

.select-pickup-point { text-align: center; }

.checkout-page .pickup-points-map {
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 350px;
    min-width: 400px;
    vertical-align: middle;
}

.checkout-page .edit-address-button {
    float: right;
    margin: 20px 10px 10px 12px;
}

.checkout-page .delete-address-button {
    float: right;
    margin: 20px 0 10px 0;
}

.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; /*reset zeroing*/
    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;
    text-align: left;
    vertical-align: middle;
    width: 200px;
}

.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; /*reset zeroing*/
    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 > div,
.order-details-area > div,
.shipment-details-area > div {
    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: 0 0 5px;
    padding: 0;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong { font-weight: 700; }

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info { margin-top: 20px; }

.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: #4ab2f1; }

.order-completed .details a:hover,
.order-completed .details a:focus { text-decoration: underline; }

.opc .step-title {
    background-color: #f6f6f6;
    margin: 0 0 1px;
    overflow: hidden;
}

.opc .allow .step-title {
    background-color: #4ab2f1;
    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 { background-color: #248ece; }

.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,
.opc .back-link a:focus { color: #4ab2f1; }

.opc .buttons .please-wait {
    background: none;
    display: block;
    margin: 10px 0 0;
}

.opc .section.ship-to-same-address {
    margin: 0 0 30px;
    padding: 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; }

.opc-select-address-container {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 5px;
    justify-content: center;
}

.checkout-page .opc-select-address-container .button-1 {
    min-width: 100px;
    padding: 5px 20px
}

/****** ORDER DETAILS & SHIPPING DETAILS ******/

.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,
.order-details-page .page-title a:focus { background-color: #999; }

.order-details-page .page-title a.print-order-button { background-color: #4ab2f1; }

.order-details-page .page-title a.print-order-button:hover,
.order-details-page .page-title a.print-order-button:focus { background-color: #248ece; }

.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: #4ab2f1;
    font-weight: normal;
}

.order-details-page .repost .button-2 {
    background-color: #4ab2f1;
    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,
.order-details-page .repost .button-2:focus { background-color: #248ece; }

.order-details-page .download a {
    color: #4ab2f1;
    font-weight: normal;
}

.order-details-page .download a:hover,
.order-details-page .download a:focus { 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: #4ab2f1;
    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,
.user-agreement-page .button-1:focus { background-color: #248ece; }

.order-details-page .tax-shipping-info { margin: 30px 0; }

.order-details-page .tax-shipping-info a { color: #4ab2f1; }

.order-details-page .tax-shipping-info a:hover,
.order-details-page .tax-shipping-info a:focus { text-decoration: underline; }

.order-details-page .actions {
    font-size: 0;
    margin: 30px 0 0;
}

.order-details-page .actions button {
    background-color: #aaa;
    background-image: none;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    min-width: 165px;
    padding: 10px 20px;
}

.order-details-page .actions button:hover,
.order-details-page .actions button:focus { background-color: #999; }

.order-details-page .actions button:first-child { background-color: #4ab2f1; }

.order-details-page .actions button:first-child:hover,
.order-details-page .actions button:first-child:focus { background-color: #248ece; }

.order-details-page .totals.section {
    margin: 0 auto 50px;
    max-width: 100%;
    padding: 0 10px;
    width: 370px;
}

.order-details-page .total-info {
    background-color: #f9f9f9;
    color: #444;
    padding: 15px 20px;
}


/****** SEARCH & SITEMAP ******/



.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: #4ab2f1;
    border: none;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}

.search-input .button-1:hover,
.search-input .button-1:focus { background-color: #248ece; }

.search-results { margin: 30px 0 0; }

.search-results .warning {
    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 .entity ul { font-size: 0; }

.sitemap-page .entity li {
    display: inline-block;
    font-size: 14px; /*reset zeroing*/
    line-height: 50px;
    margin: 0 8px;
    padding: 0 12px;
    position: relative;
}

.sitemap-page .entity li:before {
    background-color: #ddd;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 23px;
    width: 5px;
}

.sitemap-page .entity a { color: #444; }

.sitemap-page .entity a:hover,
.sitemap-page .entity a:focus { color: #4ab2f1; }

.sitemap-page .entity a:empty { display: none; }


/****** BLOG & NEWS ******/



.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,
.post-title:focus,
.news-title:hover,
.news-title:focus { color: #4ab2f1; }

.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; /*reset zeroing*/
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator { margin: 0 8px 0 0; }

.blog-page .tags a,
.blogpost-page .tags a {
    color: #4ab2f1;
    display: block;
}

.blog-page .tags a:hover,
.blog-page .tags a:focus,
.blogpost-page .tags a:hover,
.blogpost-page .tags a:focus { 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,
.blog-posts .buttons .read-comments:focus { color: #4ab2f1; }

.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
    background-color: #4ab2f1;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.blog-posts .buttons .read-more:hover,
.blog-posts .buttons .read-more:focus,
.news-items .buttons .read-more:hover,
.news-items .buttons .read-more:focus { background-color: #248ece; }

.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: #4ab2f1;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}

.new-comment .button-1:hover,
.new-comment .button-1:focus { background-color: #248ece; }

.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,
.comment-info a.username:focus { color: #4ab2f1; }

.comment-info .avatar {
    border: 1px solid #ddd;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.comment-info .avatar img {
    border: solid 2px #CEDBE1 !important;
    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: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 -1px;
    padding: 0 0 15px;
}

.news-list-homepage .title strong { font-weight: normal; }

.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,
.news-list-homepage .view-all a:focus { color: #4ab2f1; }


/*** FORUM & PROFILE ***/



.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,
.forum-search-box .advanced a:focus { color: #4ab2f1; }

.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;
}

/* forum group */

.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,
.forums-table-section-title a:focus { color: #4ab2f1; }

.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 .forum-title a:focus,
.forums-table-section .topic-title a:hover,
.forums-table-section .topic-title a:focus {
    color: #4ab2f1;
    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; }

.forums-table-section .view-all {
    margin: 30px 0 0;
    padding: 0 10px;
}

.forums-table-section .view-all a {
    background-color: #4ab2f1;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.forums-table-section .view-all a:hover,
.forums-table-section .view-all a:focus { background-color: #248ece; }

/* forum-page, topic page */

.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,
.forum-actions .actions a:focus,
.topic-actions .actions a:hover,
.topic-actions .actions a:focus { 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 */

.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,
.topic-post a.username:focus { color: #4ab2f1; }

.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 .avatar img { border: solid 2px #CEDBE1 !important; }

.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,
.topic-post .pm-button:focus,
.profile-info-box .pm-button:hover,
.profile-info-box .pm-button:focus { 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 .edit-post-button:focus,
.topic-post .post-actions .delete-post-button:hover,
.topic-post .post-actions .delete-post-button:focus { color: #4ab2f1; }

.topic-post .post-actions .post-link-button {
    color: #4ab2f1;
    font-weight: bold;
    padding: 10px;
}

.topic-post .post-actions .post-link-button:hover,
.topic-post .post-actions .post-link-button:focus { 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,
.topic-post .post-actions .quote-post-button:focus {
    background-color: #999;
    color: #fff;
}

.topic-post .post-text {
    color: #444;
    line-height: 22px;
    margin-bottom: 0;
    /*topic post-text also gets style from blog post-body*/
    padding: 0 10px 20px;
}

.topic-post .post-vote {
    display: table;
    margin: 0 auto 20px;
    text-align: center;
}

.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;
    clear: both;
    font-size: 13px;
    font-style: italic;
    padding: 20px;
}

.topic-post .post-vote span.vote {
    cursor: pointer;
    display: block;
    height: 24px;
    width: 40px;
}

.topic-post .post-vote span.up { background: url('../images/vote-up.png') no-repeat 50% 50%; }

.topic-post .post-vote span.vote.up.selected { background: url('../images/vote-up-selected.png') no-repeat 50% 50%; }

.topic-post .post-vote span.down { background: url('../images/vote-down.png') no-repeat 50% 50%; }

.topic-post .post-vote span.vote.down.selected { background: url('../images/vote-down-selected.png') no-repeat 50% 50%; }

.topic-post .vote-count-post {
    display: block;
    font-size: 160%;
}

/* forum edit & send message */

.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; /*reset zeroing*/
    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; /*reset zeroing*/
    margin: 5px;
    white-space: normal;
    width: auto;
}

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
    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,
.forum-edit-page .toolbar .button:focus,
.private-message-send-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:focus { border: #333 1px solid; }

.forum-edit-page textarea,
.private-message-send-page textarea {
    display: block;
    margin: auto;
}

.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-messages .buttons button {
    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 button:hover,
.forum-edit-page .buttons button:focus,
.move-topic-page .buttons button:hover,
.move-topic-page .buttons button:focus,
.private-messages .buttons button:hover,
.private-messages .buttons button:focus { background-color: #888; }

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 { background-color: #4ab2f1; }

.forum-edit-page .buttons .button-1:hover,
.forum-edit-page .buttons .button-1:focus,
.move-topic-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:focus,
.private-messages .buttons .button-1:hover,
.private-messages .buttons .button-1:focus { background-color: #248ece; }

.private-message-send-page a {
    color: #4ab2f1;
    font-size: 14px;
}

.private-message-send-page span { font-size: 14px; }

/* jQuery tabs */

.ui-tabs {
    background: none;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    color: #777;
    font: normal 14px Arial, Helvetica, sans-serif;
    padding: 0;
}

.ui-widget.ui-widget-content.ui-tabs { border: none; }

.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;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 0 30px !important;
    overflow: hidden;
    padding: 0 !important;
}

.ui-tabs-nav li {
    background: none !important;
    border: none !important;
    border-radius: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: none !important;
    margin: 0 0 -1px;
    margin: 0 0 -1px !important;
    padding: 0 !important;
}

.ui-tabs-nav li a {
    border: 1px solid #ddd;
    color: #444;
    display: block;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: none !important;
    font-size: 18px;
    padding: 12px 24px;
    padding: 12px 24px !important;
    text-align: center;
}

.ui-tabs-nav li.ui-state-active a {
    background-color: #eee;
    color: #4ab2f1;
}

.ui-tabs-panel {
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0 !important;
}

/* inbox & view message */

.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: #4ab2f1; }

.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; /*reset zeroing*/
    margin: 0 auto 3px;
    width: 250px;
}

.private-messages-page .no-items {
    padding: 20px;
    text-align: center;
}

.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 page  */

.profile-info-box {
    color: #777;
 
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    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-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    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,
.latest-posts .topic-title a:focus { color: #4ab2f1; }

.latest-posts .topic-body {
    line-height: 22px;
    margin: 0 0 15px;
}

.latest-posts .topic-data { color: #444; }

/* BB codes */

.csharpcode {
    background-color: #fff;
    border: 1px dashed #ccc;
    color: #000;
  
    margin: 10px 0;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.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; }



@media all and (max-width: 769px) {
    .review-rating .name-description {
        display: block;
        text-align: center;
        width: 100%;
    }

    .write-review .review-rating div {
        display: inline-block;
        padding-bottom: 10px;
        text-align: center;
    }
    .master-wrapper-page {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        border: solid #61aee7;
    }


    /*** ESTIMATE SHIPPING POPUP ***/


    .shipping-address { flex-flow: column; }

    .address-item { width: 100%; }

    .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
        padding-left: 0px;
        padding-top: 8px;
    }
}





@media all and (max-width: 1000px) {
    /*** GLOBAL TABLES ***/


    .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;
    }


    /*** MOBILE NAVIGATION ***/


    .header-menu {
        font-weight: bold;
        position: relative;
        text-transform: uppercase;
        width: auto;
        z-index: 1;
    }

    .menu-toggle {
        background: #4ab2f1 url('../images/menu-icon.png') right center no-repeat;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        padding: 15px;
        text-transform: uppercase;
    }

    .top-menu {
        display: none;
        text-transform: uppercase;
        flex: 0;
    }

    .top-menu > li {
        background-color: #f6f6f6;
        flex: 0;
      /*  margin: 1px 0;
        position: relative;*/
    }

        .top-menu > li > a {
            color: #555;
            display: block;
            font-size: 15px;
            min-height: 55px;
            flex: 0;
            /* padding: 18px;*/
        }

    .top-menu > li > a:focus {
     /*   position: relative;*/
        z-index: 1;
    }

    .top-menu .sublist {
        background-color: #fff;
        display: none;
        padding: 5px 0;
    }

    .top-menu .sublist li {
        margin: 1px 0 1px 20px;
        position: relative;
    }

    .top-menu .sublist li a {
        display: block;
        font-size: 15px;
        padding: 15px 18px;
    }

    .sublist-toggle {
        background: url('../images/toggle-black.png') center no-repeat;
        border-left: 1px solid #fff;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        height: 55px;
        padding: 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 0;
        width: 55px;
    }

    .sublist .sublist-toggle { height: 49px; }

    .sublist .sublist li { background-color: #f6f6f6; }

    .sublist .sublist .sublist li { background-color: #fff; }

    .block-category-navigation { display: none; }

    .block-account-navigation {
        float: none;
        margin: auto !important;
    }

    .write-review .review-rating { text-align: center; }

    .write-review .review-rating div.name-description {
        margin: 0 5px 0 0;
        text-align: center;
        width: 100%;
    }
}





@media all and (min-width: 481px) {
    /*** GLOBAL ***/


    .master-wrapper-content,
    .header-menu { width: auto; }

  

    /*** GLOBAL TABLES ***/


    .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 ***/


    .header-selectors-wrapper > div {
        display: inline-block;
        margin: 10px auto;
        width: 30%;
    }

    .search-box input.search-box-text { width: 280px; }

    .ui-autocomplete { width: 280px !important; }

    .ui-autocomplete img { display: inline; }


    /*** FOOTER ***/


    .footer-block { width: 85%; }

    .newsletter-email input[type="text"] { width: 240px; }


    /*** CATEGORY ***/


    .item-box {
        margin: 0 0.5% 50px;
        width: 49%;
    }

    .item-box:nth-child(2n + 1) { clear: both; }

    .item-box .product-rating-box { margin: 0 0 15px; }

    .item-box .prices { min-height: 25px; }

    .item-box .product-title {
        margin: 0 0 5px;
        min-height: 25px;
    }


    /*** PRODUCT PAGE ***/


    .overview-buttons div {
        display: inline-block;
        margin: 0 1px 2px;
        width: auto;
    }


    /*** WISHLIST ***/


    .wishlist-content .button-2 {
        display: inline-block;
        margin: 0 1px 5px;
        min-width: 140px;
        width: auto;
    }


    /*** TOPICS ***/


    .enter-password-form input[type="password"] { width: 260px; }


    /*** FORUM & PROFILE ***/

    .forums-header {
        background-color: #f9f9f9;
        padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
        display: inline-block;
        margin: 0 5px -1px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 5px -1px !important;
        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;
    }

    .topic-post .post-text {
        float: left;
        text-align: left;
        width: 90.5%;
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts { display: table-cell; }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post { display: table-cell; }

    .forum-table td.image { max-width: 40px; }

    .forum-table td.image div {
        background-size: contain;
        max-width: 100%;
    }


    /*** ESTIMATE SHIPPING POPUP ***/

    .estimate-shipping-popup { padding: 25px; }
}
@media all and (max-width: 500px) {
    .master-wrapper-page {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        border: solid #61aee7;
    }
}

    @media all and (min-width: 769px) {
        /**** GLOBAL ***/


        .master-wrapper-content {
            width: auto;
        }

        .home-page-polls li {
            min-width: 100px;
        }


        /**** GLOBAL TABLES ***/


        .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;
            }


        /*** HEADER ***/


        .header-selectors-wrapper > div {
            width: 20%;
        }


        /*** FOOTER ***/


        .footer-block {
            display: inline-block;
            margin: 0 4%;
            vertical-align: top;
            width: 25.33333%;
        }

            .footer-block .title {
                background: none;
                color: #444;
                cursor: auto;
                margin: 0 0 15px;
                padding: 0;
            }

            .footer-block .list {
                background: none;
                display: block !important; /* prevents toggle display:none on resize */
                padding: 0;
            }

                .footer-block .list li {
                    padding: 5px 0;
                }

                .footer-block .list a {
                    display: inline;
                    padding: 0;
                }

        .follow-us {
            margin: 25px auto 0;
            width: 98%;
        }


        /*** CATEGORY ***/


        .product-selectors {
            text-align: left;
        }

            .product-selectors .product-viewmode {
                display: inline-block;
                float: right;
            }

                .product-selectors .product-viewmode span {
                    display: none;
                }

                .product-selectors .product-viewmode a {
                    background-position: center;
                    background-repeat: no-repeat;
                    display: inline-block;
                    height: 32px;
                    margin: 0 0 0 12px;
                    opacity: 0.5;
                    width: 24px;
                }

                    .product-selectors .product-viewmode a.grid {
                        background-image: url('../images/view-grid.png');
                    }

                    .product-selectors .product-viewmode a.list {
                        background-image: url('../images/view-list.png');
                    }

                    .product-selectors .product-viewmode a.selected {
                        opacity: 1;
                    }

        .item-box {
            /*  width: 32.33333%;*/
            margin: 0 0.5% 50px;
        }

            .item-box:nth-child(2n + 1) {
                clear: none;
            }

            .item-box:nth-child(3n + 1) {
                clear: both;
            }

        .product-list .item-box {
            float: none;
            margin: 0 5px 20px;
            width: auto;
        }

            .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,
            .product-list .item-box:focus .picture a img {
                opacity: 1;
            }

            .product-list .item-box .picture:hover a img,
            .product-list .item-box .picture:focus a img {
                opacity: 0.85;
            }

            .product-list .item-box .picture + .details {
                margin: 0 0 0 240px;
            }

            .product-list .item-box .product-title {
                font-size: 18px;
                height: auto;
                padding: 10px 0;
            }

            .product-list .item-box .description {
                display: block;
                line-height: 22px;
                margin: 0 0 10px;
            }

            .product-list .item-box .prices {
                height: auto;
                margin: 0 0 30px;
            }

            .product-list .item-box .buttons {
            }

            .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;
            }


        /*** PRODUCT PAGE ***/


        .gallery {
            width: 550px;
        }

        .variant-picture {
            float: left;
        }

            .variant-picture + .variant-overview {
                margin: 0 0 0 240px;
                width: auto;
            }

        .variant-overview {
            text-align: left;
        }


        /*** PRODUCT REVIEWS ***/


        .product-review-item .review-title {
            float: left;
            max-width: 600px;
        }

        .product-review-item .product-review-box {
            float: right;
        }

        .write-review .review-rating div {
            cursor: default;
            display: inline-block;
            font-size: 14px;
            height: 17px;
            margin: 0 0 0 5px;
            vertical-align: middle;
        }




        /*** REGISTRATION, LOGIN, ACCOUNT ***/


        .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;
        }


        /*** SHOPPING CART ***/


        .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 ***/


        .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 {
            display: inline-block;
            margin: 0 1% 40px;
            vertical-align: top;
            width: 48%;
            zoom: 1;
        }

        .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 > div,
            .order-details-area > div,
            .shipment-details-area > div {
                float: left;
                margin: 0 1% 40px;
                width: 48%;
            }


        /*** ORDER DETAILS & SHIPPING DETAILS ***/


        .order-details-page .section.options {
            text-align: right;
        }

        .order-details-page .selected-checkout-attributes {
            padding: 0 10px;
        }

        .order-details-page .tax-shipping-info {
            text-align: right;
        }

        .order-details-page .totals {
            clear: both;
            float: right;
        }

        .shipment-details-page .tracking-number .tracking-url {
            color: #4ab2f1;
        }


        /*** BLOG & NEWS ***/


        .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 & PROFILE ***/


        .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 .manage-post a {
                }

                .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-text {
                padding: 20px 5px;
            }

            .topic-post .post-vote {
                padding: 20px 0 20px 15px;
            }

        .forum-table th.replies,
        .forum-table th.views,
        .forum-table th.votes,
        .forum-table td.replies,
        .forum-table td.views,
        .forum-table td.votes {
            display: table-cell;
        }

        .forum-table td.image {
            max-width: none;
        }

            .forum-table td.image div {
                background-size: initial;
                max-width: none;
            }

        .ui-tabs-nav {
            text-align: left;
        }

            .ui-tabs-nav li {
                margin: 0 10px -1px 0;
                /*override jQuery UI styles, do not delete doubled properties*/
                margin: 0 10px -1px 0 !important;
            }

        .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: 1001px) {
        /*** GLOBAL STYLES ***/





        .center-2 {
            float: right;
            width: 75%;
        }

        .side-2 {
            float: left;
            width: 25%;
        }

        .page { /*text-align: left;*/
        }

        .inputs {
            text-align: left;
        }

            .inputs label {
                display: inline-block;
                margin: 0 10px 0 0;
                text-align: right;
                width: 265px;
            }

            .inputs input[type="text"],
            .inputs input[type="email"],
            .inputs input[type="tel"],
            .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;
        }

        .inputs.accept-consent label {
            width: auto;
        }

        .page-title a + h1 {
            float: left;
        }

        .link-rss {
            display: block;
            float: right;
            margin: 6px 0 0;
        }


        /*** GLOBAL TABLES ***/


        .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 ***/


        .header {
            margin: auto;
            width: auto;
        }

        .header-upper:after {
            clear: both;
            content: "";
            display: block;
        }

        .header-selectors-wrapper {
            border: none;
            float: left;
            padding: 0;
        }

            .header-selectors-wrapper > div {
                line-height: 43px;
                margin: 0 12px 0 0;
                min-width: 100px;
                width: auto;
            }

            .header-selectors-wrapper select {
                font-size: 12px;
                height: 25px;
                padding: 4px;
            }

        .language-list {
            text-align: left;
        }

        .header-links-wrapper {
            float: right;
            padding: 0;
        }

        .header-links li {
            margin: 0 16px;
        }

        .header-links a,
        .header-links span {
            line-height: 45px;
            text-transform: none;
        }

        #topcartlink {
            background-color: #00528e;
            color: white;
            display: inline-block;
            margin: 0;
            padding: 0;
            width: auto;
        }

        .flyout-cart {
            background-color: #00528e;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
            position: absolute;
            right: 0;
            top: 20%;
            width: 300px;
            z-index: 3;
        }

            .flyout-cart.active {
                color: white;
                display: block;
                opacity: 0.8;
            }

        .mini-shopping-cart {
            font-size: 12px;
            padding: 12px;
            text-align: left;
        }

            .mini-shopping-cart .count {
                color: #ffffff;
                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: #4ab2f1;
                }

                    .mini-shopping-cart .name a:hover,
                    .mini-shopping-cart .name a:focus {
                        color: #248ece;
                    }

            .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 button[type="button"] {
                background-color: #4ab2f1;
                border: none;
                color: #fff;
                display: inline-block;
                font-size: 12px;
                padding: 10px 20px;
                text-transform: uppercase;
            }

                .mini-shopping-cart button[type="button"]:hover,
                .mini-shopping-cart button[type="button"]:focus {
                    background-color: #248ece;
                }

        .header-lower {
            display: table;
            width: 100%;
        }

        .header-logo {
            display: table-cell;
            font-size: 0;
            text-align: left;
            vertical-align: middle;
        }

        .search-box {
            display: table-cell;
            text-align: right;
            vertical-align: middle;
        }

            .search-box input.search-box-text,
            .search-box .search-box-button {
                height: 40px;
            }


        /*** NAVIGATION ***/


        .header-menu {
            margin: auto;
            position: relative;
            /* padding: 25px 0; */
            /* padding: 0px; */
            /* text-align: center; */
            text-transform: uppercase;
            width: auto;
            z-index: 5;
        }

        .menu-toggle,
        .sublist-toggle {
            display: none;
        }

        .header-menu > ul {
            background-color: #00528e;
            display: block !important; /* prevents toggle display:none on resize */
            font-size: 0;
            padding: 2px 1px 0px 0px;
            text-align: left;
            font-weight: bold !important;
        }

            .header-menu > ul.mobile {
                display: none !important;
            }

            .header-menu > ul > li {
                background-color: #00528e;
                color: #ffffff;
                display: inline-block;
                height: 4%;
                padding: 0;
                vertical-align: middle;
            }

                .header-menu > ul > li:first-child {
                    border-left: none;
                }

                .header-menu > ul > li > a {
                    color: #f0eded;
                    cursor: pointer;
                    display: block;
                    font-size: 14px;
                    line-height: 20px;
                    padding: 2px 2px 4px 4px;
                }

                    .header-menu > ul > li > a:hover { /* background-color: #003e8e;*/
                    }

                    .header-menu > ul > li > a:focus { /*color: #4ab2f1;*/
                    }

        .header-menu .sublist {
            background-color: #00528e;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
            display: none;
            margin-top: -9;
            padding: 10px 0;
            position: absolute;
            text-align: left;
            width: 200px;
            z-index: 1;
        }

            .header-menu .sublist li {
                position: relative;
            }

                .header-menu .sublist li a {
                    color: #fff;
                    display: block;
                    font-size: 14px;
                    padding: 10px 20px 10px 30px;
                    position: relative;
                }

                    .header-menu .sublist li a:before {
                        background-color: #ddd;
                        content: "";
                        height: 5px;
                        left: 15px;
                        position: absolute;
                        top: 17px;
                        width: 5px;
                    }

                .header-menu .sublist li:hover > a,
                .header-menu .sublist li:focus > a {
                    background-color: #1c2a85;
                }

        .header-menu ul li:hover > .sublist,
        .header-menu ul li:focus > .sublist,
        .header-menu ul li:focus-within > .sublist {
            display: block;
        }

        .header-menu .sublist .sublist {
            left: 100% !important;
            top: -10px;
        }


        /*** FOOTER ***/


        .footer-upper {
            color: white;
            padding: 35px 10px;
            width: auto;
        }

            .footer-upper:after {
                clear: both;
                content: "";
                display: block;
            }

        .footer-block {
            float: left;
            margin: 0;
            width: 220px;
        }

            .footer-block:first-child {
            }

            .footer-block .list {
                margin: 0;
            }

        .follow-us {
            float: right;
            margin: 0;
            text-align: left;
            width: 300px !important;
        }

            .follow-us .social li {
                margin: 0 10px 0 0;
            }

        .newsletter-email {
            display: block;
        }

            .newsletter-email input[type="text"] {
                width: 200px;
            }

            .newsletter-email .newsletter-subscribe-button {
                min-width: 100px;
                padding: 0 5px;
            }

        .newsletter-validation .field-validation-valid {
            text-align: left;
        }

        .footer-lower {
            padding: 25px 5px;
            position: relative;
            width: auto;
        }

            .footer-lower:after {
                clear: both;
                content: "";
                display: block;
            }

        .footer-info {
            float: right;
            line-height: 32px;
        }

        .footer-powered-by {
            float: left;
            line-height: 32px;
            margin: 0;
        }

        .theme-selector {
            float: left;
            margin: 0 0 0 15px;
        }


        /*** COLUMN ***/


        .product-filter .filter-title {
            background: #00528e;
            color: white;
        }

        .block {
            float: none;
            margin: 0 0 20px;
            width: auto;
        }

            .block .title {
                background: none;
                border-bottom: 1px solid #ddd;
                cursor: auto;
                margin: 0;
            }

                .block .title strong {
                    font-weight: bold;
                }

            .block .listbox {
                border-bottom: none;
                display: block;
            }

            .block a.product-picture {
                display: inline-block;
                margin: 0 0 0 -15px;
                position: relative;
                vertical-align: middle;
                width: 30%;
            }

            .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;
                }


        /*** CATEGORY ***/


        .breadcrumb {
            margin: 0 0 0px;
        }

        .item-box .buttons {
            text-align: left;
        }

        .home-page .product-grid .item-box,
        .product-details-page .product-grid .item-box,
        .shopping-cart-page .product-grid .item-box {
            margin: 0 0.5% 50px;
            width: 24%;
        }

            .home-page .product-grid .item-box:nth-child(3n + 1),
            .product-details-page .product-grid .item-box:nth-child(3n + 1),
            .shopping-cart-page .product-grid .item-box:nth-child(3n + 1) {
                clear: none;
            }

            .home-page .product-grid .item-box:nth-child(4n + 1),
            .product-details-page .product-grid .item-box:nth-child(4n + 1),
            .shopping-cart-page .product-grid .item-box:nth-child(4n + 1) {
                clear: both;
            }


        /*** PRODUCT PAGE ***/


        .gallery {
            float: left;
            width: 46%;
        }

        .picture-gallery .picture {
            width: auto;
        }

        .video-gallery {
            float: left;
            width: auto;
        }

        .overview {
            float: right;
            width: 52%;
        }

        .rental-attributes {
            overflow: hidden;
        }

            .rental-attributes .attribute-item {
                float: left;
                margin: 0 20px 0 0;
            }

            .rental-attributes .datepicker {
                text-align: left;
                width: 160px;
            }

        .attribute-squares li {
            margin: 0 10px 10px 0;
        }

        .product-details-page .title {
            text-align: left;
        }


        /*** PRODUCT REVIEWS ***/


        .product-review-item .review-title {
            max-width: 850px;
        }

        .write-review .review-rating div.name-description {
            margin: 0 5px 0 0;
            text-align: right;
            width: 265px;
        }

        .product-review-item .review-text {
            display: table;
            table-layout: fixed;
            width: 100%;
        }

        .product-review-item .avatar {
            display: table-cell;
            vertical-align: top;
            width: 120px;
        }

            .product-review-item .avatar img {
                max-width: 100%;
            }

        .product-review-item .text-body {
            display: table-cell;
            vertical-align: top;
        }

        .product-review-item .avatar + .text-body {
            padding: 0 0 0 20px;
        }


        /*** WISHLIST & COMPARE LIST ***/

        .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;
            }


        /*** TOPICS ***/


        .center-1 .topic-block-title {
            text-align: center;
        }

        .topic-page p {
            text-align: justify;
        }


        /*** REGISTRATION, LOGIN, ACCOUNT ***/


        .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="email"],
            .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;
        }

        .registration-page .vat-note {
            margin-left: 275px;
        }

        .customer-info-page .vat-note,
        .customer-info-page .email-to-revalidate-note {
            margin-left: 150px;
        }

        .customer-info-page .vat-status {
            display: inline-block;
        }

        /*** SHOPPING CART ***/


        .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;
        }


        /*** CHECKOUT ***/


        .order-progress {
            margin: -30px 0 50px;
        }

        .checkout-page .address-item {
            width: 31%;
        }

        .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;
        }


        /*** SEARCH & SITEMAP ***/


        .advanced-search .price-range {
            margin-left: 114px;
        }


        /*** BLOG & NEWS ***/


        .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 & PROFILE ***/


        .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-table .forum-details,
        .forum-table .topic-details {
            min-width: 225px;
        }

        .forum-table td {
            padding: 20px;
        }

        .forum-edit-page textarea,
        .private-message-send-page textarea {
            height: 250px;
            width: 600px;
        }

        .private-message-send-page .bb-code-editor-wrapper {
            display: inline-block;
            margin: 10px 0;
            vertical-align: middle;
            width: 400px;
        }
    }





    @media all and (min-width: 1367px) {
        /*** GLOBAL STYLES ***/


        .master-wrapper-content {
            width: 1200px;
        }

        .inputs label {
            width: 375px;
        }

        .center-2 .inputs label {
            width: 213px;
        }

        .inputs.accept-consent label {
            width: auto;
        }


        /*** HEADER ***/


        .header {
            width: auto;
        }


        /*** NAVIGATION ***/


        .header-menu {
            width: auto;
        }

            .header-menu > ul > li {
                padding: 0 20px;
            }

                .header-menu > ul > li > a,
                .header-menu > ul > li > span {
                    font-size: 18px;
                }


        /*** FOOTER ***/


        .footer-upper {
            padding: 35px 30px;
            width: 1200px;
        }

        .footer-block {
            width: 280px;
        }

        .footer-lower {
            padding: 25px 20px;
            width: 1200px;
        }


        /*** PRODUCT REVIEWS ***/


        .product-review-item .review-title {
            max-width: 1050px;
        }

        .write-review .review-rating div.name-description {
            margin: 0 5px 0 0;
            min-width: 375px;
        }


        /*** REGISTRATION, LOGIN, ACCOUNT ***/


        .login-page .returning-wrapper input[type="text"],
        .login-page .returning-wrapper input[type="email"],
        .login-page .returning-wrapper input[type="password"] {
            width: 360px;
        }

        .registration-page .vat-note {
            margin-left: 385px;
        }

        .customer-info-page .vat-note,
        .customer-info-page .email-to-revalidate-note {
            margin-left: 225px;
        }

        /*** SHOPPING CART ***/


        .cart-footer .totals {
            margin: 0;
            width: 395px;
        }

        .cart-footer .cart-collaterals {
            margin: 0;
            width: 760px;
        }

            .cart-footer .cart-collaterals .deals {
                float: left;
                width: 360px;
            }

            .cart-footer .cart-collaterals .shipping {
                float: right;
                width: 360px;
            }

        .cart-footer .estimate-shipping .inputs label {
            display: inline-block;
            width: 35%;
        }

        .cart-footer .estimate-shipping .inputs input,
        .cart-footer .estimate-shipping .inputs select {
            width: 65%;
        }


        /*** CHECKOUT ***/


        .shipping-method .method-list li,
        .payment-method .method-list li {
            margin: 20px 1%;
        }

        .payment-info .info td:first-child {
            width: 375px !important;
        }

        .payment-info .info td:only-child {
            width: 100% !important;
        }


        /*** FORUM & PROFILE ***/


        .forum-actions .pager,
        .topic-actions .pager {
            max-width: 600px !important;
        }

        .topic-post .post-text {
            max-width: 100%;
            width: 930px;
        }
    }

    .swiper {
        height: 100%;
        width: 100%;
    }

    .swiper-slide {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        align-items: center;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 18px;
        justify-content: center;
        text-align: center;
    }

    .swiper-pagination-bullet-active {
        background-color: #4ab2f1;
        padding: 5px;
    }

    a.skip {
        height: 1px;
        left: -1000px;
        overflow: hidden;
        position: absolute;
        text-align: left;
        top: -1000px;
        width: 1px;
    }

        a.skip:active,
        a.skip:focus,
        a.skip:hover {
            background: #ffffff;
            color: #444444;
            display: block;
            font-size: 16px;
            height: auto;
            left: 0;
            margin: 3px 0;
            overflow: visible;
            padding: 2px;
            position: initial;
            text-align: center;
            text-decoration: underline;
            top: 0;
            width: 100%;
        }

    .no-padding-no-overflow {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

/* logout button styles */
.logout-box {
    display: flex;
    justify-content: flex-end;
}

.logout-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 999px;
    background: #00528e;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.logout-btn:hover {
    background: #004272;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.logout-btn i {
    font-size: 1.1rem;
}
/* Modern login card */
.login-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #00528e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.login-card:hover {
    background: #004272;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.login-icon img {
    height: 28px;
    width: auto;
    display: block;
}

.login-text {
    color: #fff;
    white-space: nowrap;
}
