/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package border-radiusin the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {
    margin: 0;
    padding: 0;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #0a263c;
}

h1 {
    font-size: 20px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

h4 {
    font-size: 14px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

h5 {
    font-size: 12px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

h6 {
    font-size: 11px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

/* Forms */

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0; /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
p {
    margin: 0 0 10px;
}

strong {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small, big {
    font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul, ol {
    list-style: none;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

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

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {
}

.page {
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.main-container {
    background: #fbfaf6 url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_main1.gif) 50% 0 no-repeat;
}

.main {
    width: 900px;
    margin: 0 auto;
    min-height: 400px;
    padding: 25px 25px 80px;
    background: #fffffe url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_main2.gif) 0 0 no-repeat;
    text-align: left;
}

/* Base Columns */
.col-left {
    float: left;
    width: 195px;
    padding: 0 0 1px;
}

.col-main {
    float: left;
    width: 685px;
    padding: 0 0 1px;
}

.col-right {
    float: right;
    width: 195px;
    padding: 0 0 1px;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
}

.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 475px;
    margin-left: 17px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #2f2f2f;
}

input.input-text, select, textarea {
    background: #fff;
    border: 1px solid #b6b6b6;
}

input.input-text, textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

.product-options dd input.input-text.qty {
    width: 63px;
    text-align: center;
}

/*button.button::-moz-focus-inner { padding:0; border:0; } *//* FF Fix *//*
button.button { -webkit-border-fit:lines; } *//* <- Safari & Google Chrome Fix *//*
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }*/

/*button.btn-checkout span {  font-size: 16px; line-height: 33px}*/

button.btn-checkout span {
    font-size: 28px;
    line-height: 50px
}

@media (max-width: 479px) {
    button.btn-checkout span {
        font-size: 20px;
        line-height: 38px
    }
}

button.btn-checkout span span {
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
    background-color: #fff;
}

/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    position: relative;
    /*text-transform: uppercase;*/
    z-index: 0;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both;
    /*width: 260px;*/
    width: 100%;

}

.form-list .field {
    float: left;
    width: 275px;
}

.form-list input.input-text {
    width: 254px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
    width: 260px;
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set {
    clear: both;
    margin: 17px 0 0;
    padding: 8px 0 0;
    text-align: right;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
   /* float: right;*/
    margin-bottom: 5px;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

.fieldset {
    padding: 8px 25px 0 0;
}

.fieldset .legend {
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 0 8px -9px;
    padding: 0 8px;
    position: relative
}

/* Form Validation */
.validation-advice {
    background: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/images/validation_advice_bg.gif") no-repeat scroll 2px 0 transparent;
    clear: both;
    color: #EB340A;
    font-size: 11px;
    font-weight: 400; font-family: 'ProximaNovaRg';
    line-height: 13px;
    margin: 3px 0 9px;
    min-height: 13px;
    padding-left: 17px;
}

.validation-failed {
    border: 1px dashed #eb340a !important;
    background: #faebe7 !important;
}

.validation-passed {
}

p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.error {
    color: #df280a;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.notice {
    color: #e26703;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 10px !important;
    display: block;
    font-size: 12px;
    line-height: 28px;
}

.messages li li {
    margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg { /*border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; */
}

.error-msg {
    background: none repeat scroll 0 0 #F3DDDD;
    border-color: #DFD2D2;
    color: #866868;
    /*border-radius: 8px 8px 8px 8px;*/
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding: 15px 20px 10px;
}

.success-msg {
    background: none repeat scroll 0 0 #E8F6DF;
    border-color: #D9E6D1;
    color: #67795C;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding: 15px 20px 10px;
}

.note-msg,
.notice-msg {
    background: none repeat scroll 0 0 #EFEFEF;
    border-color: #E8E8E8;
    color: #8A8A8A;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding: 15px 20px 10px;
}

/* Page Heading */
.page-title {
    margin: 0px 0 25px;
    overflow: hidden;
    width: 100%;
}

.page-title h1,
.page-title h2 {
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.subtitle,
.sub-title {
    clear: both;
    font-family: arial;
    font-size: 15px;
    margin: 0 0 6px;
    padding: 10px 0 0;
}

/* Pager */
.pager {
    font-size: 11px;
    background: #fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 4px 8px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.pager .amount {
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
}

.pager .limiter label {
    vertical-align: middle;
}

.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.pager .pages {
    margin: 0 140px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    margin: 0 2px;
}

.pager .pages .current {
}

/* Sorter */
.sorter {
    font-size: 11px;
    background: #fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 3px 8px;
    border-top: 1px solid #e2e2e2;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
    float: right;
    padding-right: 36px;
}

.sorter .sort-by label {
    vertical-align: middle;
}

.sorter .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.sorter .link-feed {
}

/* Toolbar */
.toolbar {
}

.toolbar .pager {
    padding: 3px 8px;
    border-bottom: 1px solid #fff;
}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
}

.toolbar-bottom {
}

/* Data Table */
.data-table {
    width: 100%;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {
    border-right: 0;
}

.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table th {
    padding: 3px 8px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.data-table td {
    padding: 3px 8px;
}

.data-table thead th {
    font-weight: bold; font-family: 'ProximaNovaBd';
    padding: 2px 8px;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th {
    background: #9D3BC6;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}
#checkout-review-table.data-table tfoot {
    border: none;
}
.data-table tfoot tr.first td {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_tfoot.gif) 0 0 repeat-x;
}

.data-table tfoot tr {
    background-color: #dee5e8 !important;
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {

    background: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;

    text-shadow: none;
    vertical-align: inherit;
    white-space: inherit;

}

.data-table tbody th.label,
.data-table tbody td.label {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.data-table tbody td, .data-table tbody th {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

.data-table tbody.even tr {
    background: #f6f6f6 !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    background: #fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-size: 13px;
}

.info-table th {
    font-weight: bold; font-family: 'ProximaNovaBd';
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.std dl dd {
    margin: 0 0 10px;
}

/*.std ul,
.std ol,*/
.std dl,
    /*.std p,*/
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

/*.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }*/
/*.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }*/
.std dt {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.std i,
.std em {
    font-style: italic;
}

/* Misc */

.link-cart {
    color: #dc6809 !important;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.link-wishlist {
}

.link-reorder {
    font-weight: bold; font-family: 'ProximaNovaBd';
=
}

.link-compare {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.link-print { /*background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.link-rss {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
    float: right;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
}

/* Noscript Notice */
.noscript {
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

/* ======================================================================================= */

/* Header ================================================================================ */
.logo {
    float: left;
}

.header-container {
    border-top: 5px solid #0d2131;
    border-bottom: 1px solid #415966;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_header.jpg) 50% 0 repeat;
}

.header {
    width: 930px;
    margin: 0 auto;
    padding: 10px;
    text-align: right;
    position: relative;
    z-index: 10;
}

.header .logo {
    float: left;
    margin: 3px 0 10px 12px;
    text-decoration: none !important;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header h1.logo {
    margin: 0;
}

.header .quick-access {
    float: right;
    width: 600px;
    padding: 28px 10px 0 0;
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .welcome-msg a {
    color: #ebbc58;
}

.header .form-search {
    position: absolute;
    top: 0;
    right: 29px;
    width: 315px;
    height: 30px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_form-search.gif) 0 0 no-repeat;
    padding: 1px 0 0 16px;
}

.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.header .form-search input.input-text {
    float: left;
    border-color: #5c7989;
    width: 209px;
    margin-right: 4px;
}

.header .form-search button.button {
    float: left;
}

.header .form-search button.button span {
    border: 0;
    height: 21px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_search.gif) 0 0 no-repeat;
    padding: 0 0 0 3px;
    font: bold 11px/21px Tahoma, Verdana, Arial, sans-serif;
}

.header .form-search button.button span span {
    background-position: 100% 0;
    padding: 0 6px 0 3px;
}

.header .form-search .search-autocomplete {
    z-index: 999;
    left: 40px !important;
    top: 22px !important;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}

.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.header .form-language label {
    font-weight: bold; font-family: 'ProximaNovaBd';
    padding-right: 5px;
    color: #a7c6dd;
    vertical-align: middle;
}

.header .form-language select {
    padding: 0;
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.header .links {
    float: right;
    margin: 0 0 6px;
}

.header .links li {
    float: left;
    font-size: 11px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_pipe1.gif) 100% 60% no-repeat;
    padding: 0 8px 0 7px;
}

.header .links a {
    color: #ebbc58;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58;
}

/* Sidebar =============================================================================== */
/*.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Blocks */
/*.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }*/

/* Mini Products List */
.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

/* Block: Account */
.block-account {
    border-color: #bbb;
}

.block-account .block-title {
}

.block-account .block-title strong {
}

.block-account .block-content {
   /* background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);*/
    margin-bottom: 27px;
    padding: 11px 16px !important;
}

.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    color: #5f5d5c;
    text-decoration: none !important;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    border-bottom: 1px solid #DDDDDD;

    padding: 3px 0;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

.block.block-account {
    border-bottom: 0
}

/* Block: Currency Switcher */
.block-currency {
    border: 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-currency.gif) 0 0 no-repeat;
    padding: 7px 12px 10px;
    height: 51px;
}

.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-currency .block-title strong {
    font: bold 13px/21px Arial, Helvetica, sans-serif;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}

.block-currency .block-content {
    background: none;
    padding: 0;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}

/* Block: Layered Navigation *//*
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }*/

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/
}

.block-cart .block-title strong {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_block-cart.gif);
}

.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #fbebd9;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .block-title strong {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_block-wishlist.gif);
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

/* Block: Related */
.block-related .block-title strong {
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {
    margin-left: 20px;
}

/* Block: Compare Products */
/*.block-compare .block-title strong { background-image:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_block-list.gif); background-position:0 1px; }*/
.block-compare button.button span {
}

.page-popup .link-print {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #1e7ec8;
}

.compare-table {
    border: 0;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 0 5px;
    color: #203548;
}

.compare-table tr.first td .product-name a {
    color: #203548;
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}

/* Block: Recently Viewed */
.block-viewed .block-title strong { /*background-image:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_block-viewed.gif);*/
}

/* Block: Recently Compared */
.block-compared .block-title strong {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_block-list.gif);
    background-position: 0 1px;
}

/* Block: Poll */
/*.block-poll .block-title strong { background-image:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_block-poll.gif); }*/
/*.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }*/
.block-poll .actions {
    margin: 5px 0 0;
}

/*.block-poll button.button span { border-color:#406a83; background:#618499; }*/
.block-poll .answer {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Tags */
/*.block-tags .block-title strong { background-image:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_block-tags.gif); }*/
.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe .block-title strong {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_block-subscribe.gif);
}

.block-subscribe label {
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #666;
}

.block-subscribe input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

.block-subscribe .actions button.button {
    float: none;
}

.block-subscribe .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Block: Reorder */
.block-reorder .block-title strong {
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

/* Block: Login */
.block-login .block-title strong {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_ma-info.gif);
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {
}

#category-description {
    margin: 0 0 10px;
    font-size: 14px;
}

#category-description-read-more {
    font-size: 14px;
}

.category-products .big_with_description {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#related_product_page .big_with_description .product,
.category-products .big_with_description .product {
    width: 23%;
}

#related_product_page .big_with_description .product {
    width: 19%;
}

.category-products .big_with_description .product:nth-child(4n+2),
.category-products .big_with_description .product:nth-child(4n+3),
.category-products .big_with_description .product:nth-child(4n+4) {
    margin-left: calc((100% - 92%) / 3);
}

#related_product_page .big_with_description .product:nth-child(5n+2),
#related_product_page .big_with_description .product:nth-child(5n+3),
#related_product_page .big_with_description .product:nth-child(5n+4),
#related_product_page .big_with_description .product:nth-child(5n+5) {
    margin-left: calc((100% - 95%) / 4);
}

/* View Type: Grid */
.products-grid {
    border-bottom: 1px solid #d9ddd3;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_grid.gif) 0 0 repeat;
    position: relative;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
    width: 138px;
    padding: 12px 10px 80px;
}

.products-grid .product-image {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-grid .product-name { /*min-height:2.7em;*/
    margin: 0 0 5px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-size: 13px;
    color: #203548;
}

.products-grid .product-name a {
    color: #203548;
}

.products-grid .price-box {
    margin: 5px 0;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width: 632px;
    margin: 0 auto;
}

.col1-layout .products-grid {
    width: 790px;
    margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-size: 13px;
    color: #203548;
}

.products-list .product-name a {
    color: #203548;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    white-space: nowrap;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    height: 13px;
}

.rating-box .rating {
    float: left;
    height: 13px;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold; font-family: 'ProximaNovaBd';
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
}

.product_type_data_price .availability > b span b {
    font-weight: 400;
}



.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}

/* Email to a Friend */
.email-friend {
    margin: 0;
}

/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
}

.price-box {
    font-size: 18px;
    margin: 5px 0 5px;
}

.product .price-box, .preview .price-box {
    float: left;
}

.price-box .price {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

/*Club Z Price*/
.clubz-price-container {
    margin-top: 15px;
}

.clubz-price-container .price {
    font-size: 16px;
    margin-right: 0px;
}

.clubz-price-container .regular-price {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ff7901;
    text-align: center;
    width: 100%;
}

.clubz-price-container .regular-price p {
    position: absolute;
    top: -16px;
}

.clubz-price-container .price.clubz-price {
    color: #ff7901;
    padding: 0 5px 0 0;
}
.wrapper .hidden-productpage {
    justify-content: flex-start;
}
/* Regular price */
.regular-price {

}

.regular-price .price {
    font-size: 16px;
    font-weight: normal;
    /*line-height: 30px;*/
    padding-right: 10px;
}

.product-shop .regular-price .price {
    font-size: 30px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    /*line-height: 30px;*/
    padding-right: 10px;
    text-align: center;

}

.product-shop .product_info_left .price-box .club-z-price {
    font-size: 35px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .product-shop .regular-price .price {
        font-size: 25px;
    }

    .product-shop .product_info_left .price-box .club-z-price {
        font-size: 25px;
    }

}

.block .regular-price,
.block .regular-price .price {
    color: #2f2f2f;
}

/* Old price */
.old-price {
    margin: 0;
    display: inline;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
    display: none;
}

.old-price .price { /*font-weight:bold; color:#c76200;*/
    text-decoration: line-through;
}

/* Special price */
.special-price {
    margin: 0 5px 0 5px;
    display: inline;
}

.special-price .price-label {
    display: none;
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    white-space: nowrap;
    color: #cd5033;
}

.special-price .price {
    font-size: 16px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: red;
}

.span2.product .minimal-price .price-label, .preview.small .minimal-price .price-label {
    font-size: 10px;
    line-height: 14px
}

/*font-weight: bold; font-family: 'ProximaNovaBd';*/

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold; font-family: 'ProximaNovaBd';
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

.product .minimal-price-link, .preview .minimal-price-link {
    display: none;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    background: none repeat scroll 0 0 transparent;
    color: #999999;
    line-height: inherit;
    padding: 0;
    text-shadow: none;
    vertical-align: inherit;
    white-space: nowrap;
}

.price-excluding-tax .price { /*font-size:13px; */
    font-weight: normal; /*color:#c76200; */
}

/* Including tax */
.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    background: none repeat scroll 0 0 transparent;
    color: #999999;
    line-height: inherit;
    padding: 0;
    text-shadow: none;
    vertical-align: inherit;
    white-space: nowrap;
}

.price-including-tax .price { /*font-size:13px;*/
    font-weight: normal; /*color:#c76200;*/
}

/* Configured price */
.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: bold; font-family: 'ProximaNovaBd';
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

/* Price range */
.price-from {
    margin: -12px 0 0;
}

.price-from .price-label {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-size: 18px;
    font-weight: normal;
    white-space: normal;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}

/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
}

.tier-prices li {
    line-height: 1.4;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

/* Add to Links */
.add-to-links {
    text-transform: uppercase;
    margin: 12px 0 0;
}

.add-to-links a {
    font-size: 12px;
    text-transform: uppercase;
    color: #ff7901;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    text-transform: uppercase;
}

.add-to-cart .qty {
    float: left;
    margin-right: 30px;
}

.add-to-cart button.button {
    float: left;
}

.add-to-cart button.btn-primary {
    margin-right: 10px;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 10px 0;
}

.add-to-box .add-to-cart {
    float: left;
}

.add-to-box .or {
    float: left;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.product-view {
    border: 1px solid #c4c6c8;
}

.product-essential {
    padding: 25px;
    background: #fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_product-view.gif) 100% 0 no-repeat;
}

.product-essential h2 {
    font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}

.product-collateral {
    background: #faf7ee url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_product_collateral.gif) 0 0 repeat-x;
    padding: 25px;
}

.product-collateral h2 {
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-size: 15px;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}

/* Product Images */
.product-view .product-img-box {
    float: left;
    width: 267px;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
    margin-left: -9px
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 330px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 545px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-shop .product-name {
    margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
    font: bold 15px/1.35 Arial, Helvetica, sans-serif;
}

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .product-shop .short-description {
    margin: 10px 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_divider1.gif) 0 0 repeat-x;
    padding: 10px 0 0;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
}

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #1E7EC8 !important;
    font-weight: normal !important;
}

/* Product Options */
.product-options {
    padding: 0 0 0 3px;
    margin-bottom: 20px;
}

.product-options dt {
    padding: 10px 0 0;
    font-weight: normal;
}

.product-options dt label {
    /*font-weight:bold;  */
    text-transform: uppercase;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
}

/*.product-options dd { padding:5px 0px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }*/
.product-options dd {
    padding: 0px 0px 0px;
    margin: 0 0 0px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select, #qty {
    width: 99%;
    margin-bottom: 0;
    background: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/images/select-triangle.png") no-repeat calc(100% - 8px) center;
    background-color: #fff;
    border: solid 1px #cfcfcf;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    height: 39px !important;
    position: relative;
    z-index: 2;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none
}
.product-options dd select {
    /*width: 320px;*/
    max-width: 100%;
}
.product-options dd select[disabled] {
    background-color: #e0e0e0;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {

    display: block;
    margin-left: 18px;

    background: none;
    color: inherit;

    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: inherit;
    text-shadow: none;
    vertical-align: inherit;
    white-space: inherit;

}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
}

.product-options-bottom {
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart { /*float:right;*/
}

.product-shop .product-options-bottom {
    margin: 0 0 0px;
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    font-size: 18px;
    font-weight: normal;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links,
.product-shop .bundle-add-to-cart-wrapper .add-to-links{
    clear: both;
    padding: 5px 0 0;
    text-align: right;
    display: none;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}

/* Block: Upsell */
.product-view .box-up-sell h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3 {
    font-size: 13px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 0 5px;
    color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_tag_add.gif) 0 2px no-repeat;
    padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
    margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.product-view .box-reviews dd {
    margin: 0 0 15px;
}

.product-view .box-reviews dd small {
    font-style: italic;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.product-view .box-reviews .form-add h4 {
    font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

/* Send a Friend */
.send-friend .form-list {
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    width: 315px;
}

.send-friend .form-list .input-box {
    width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}

.send-friend .form-list li.wide .input-box {
    width: 612px;
}

.send-friend .form-list li.wide textarea {
    width: 609px;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}

/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

.product-name a {
}

/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0;
}

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.page-sitemap .sitemap li.level-0 a {
}

.page-sitemap .pages {
    margin: 0 0 0 11px
}

.page-sitemap .pages a {
    line-height: 20px;
}

/* RSS */
.rss-title h1 {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

/* ======================================================================================= */
.sp-methods label {
    display: inline
}

/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}

.cart .page-title h1 {
    margin: 10px 0 0;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name {
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 0 5px;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {
    border-color: #406a83;
    background: #618499;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 605px;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #fafaec;
    padding: 12px 15px;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    border: 1px solid #d0cbc1;
    background: #fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_block-title.gif) 0 0 repeat-x;
    padding: 12px 15px;
    margin: 0 0 18px;
}

.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
    padding: 0 0 0 21px;
    text-transform: uppercase;
}

.cart .discount button span,
.cart .shipping button span {
    border-color: #406a83;
    background: #618499;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

.cart .discount h2 {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_discount.gif);
}

.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}

.cart .discount input.input-text {
    width: 254px;
}

.cart .shipping h2 {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_shipping.gif);
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_divider1.gif) 0 0 repeat-x;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
    width: 268px;
    background: #dee5e8;
    border: 1px solid #bebcb7;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 15px;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 15px;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold; font-family: 'ProximaNovaBd';
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.sp-methods dd {
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.sp-methods .price {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.sp-methods .form-list {
    padding-left: 0px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold; font-family: 'ProximaNovaBd';
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: bold; font-family: 'ProximaNovaBd';
    color: #666;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

#review-buttons-container {
    margin-top: 6px;
    display: block
}

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
}

.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c;
}

.block-progress .block-content {
    background: none;
}

.block-progress dt {
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    line-height: 1.35;
    background: #eee;
    border: 1px solid #a3aeb3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999;
}

.block-progress dd {
    background: #eee;
    border: 1px solid #a3aeb3;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
    background: #d0dce1;
    color: #5e8ab4;
}

.block-progress dd.complete {
}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
    display: none;
}

.opc .buttons-set .back-link a {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
}

.opc li.section {

    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 2px;
    padding: 2px 0;
    border: 1px solid #E5E5E5;
}

.opc .step-title {
    display: block;
    border-radius: 5px 5px 5px 5px;

    padding: 8px 15px 5px;
    text-decoration: none;
}

.opc .step-title .number {
    display: inline-block;
    font-family: oswald;
    font-size: 16px;
    line-height: 16px;
    padding-right: 20px;
    color: #4C4C4C;
}

.opc .step-title h2 {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    color: #4C4C4C
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .allow .step-title { /*background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; */
}

.opc .allow .step-title .number {
}

.opc .allow .step-title h2 { /* color:#a4b3b9;*/
}

/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
    background: none repeat scroll 0 0 #000000;

    color: #FFFFFF;
    margin-top: 3px;

}

.opc .active .step-title .number {
    color: #ffffff;
}

.opc .active .step-title h2 {
    color: #FFFFFF;
}

/*.opc .active .step-title a { display:none; }*/

.opc .step {
    padding: 15px 30px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4 {
    color: #2F2F2F;
    font-family: arial;
    font-size: 12px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0;
    text-transform: none;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-family: arial;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 20px 30px;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold; font-family: 'ProximaNovaBd';
    text-align: center;
    padding: 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    margin: 0 0 20px;
    padding: 0 35px;
}

.checkout-progress li {
    border-top: 10px solid #999999;
    float: left;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 3px 0 0;
    padding: 2px 0 0;
    text-align: center;
    width: 18%;
}

.checkout-progress li.active {
}

.multiple-checkout h2 {
    font-family: arial;
    font-size: 13px;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
}

.multiple-checkout .col2-set h2.legend {
    border-bottom: 1px solid #DDDDDD;
    margin: -20px -20px 15px;
    padding: 5px 10px;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box h2 {;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

.multiple-checkout h3, .multiple-checkout h4 {
    font-size: 13px;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login .content {
    min-height: 345px;
    padding: 14px 21px;
    background: #faf7ee url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_login-box.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    border-bottom: 0;
}

.account-login .content h2 {
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-size: 13px;
    margin: 0 0 14px;
    padding: 0 0 5px 23px;
    border-bottom: 1px solid #ddd;
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #e76200;
}

.account-login .new-users h2 {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_page1.gif)
}

.account-login .registered-users h2 {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/i_page2.gif);
}

.account-login .buttons-set {
    border: 1px solid #bbb6a5;
    border-top: 0;
    margin: 0;
    padding: 8px 13px;
    background: #dee5e8 url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_buttons-set1.gif) 0 0 repeat-x;
}

.account-create {
}

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

/* General Box */
.box-account {
}

.box-account .box-head {
    margin: 0 0 10px;
    text-align: right;
}

.box-account .box-head h2 {
    float: left;
    font-size: 16px
}

.dashboard .box .box-title {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-family: arial;
    font-size: 13px;
    margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
}

.dashboard .box-info h4 {
    font-family: arial;
    font-size: 11px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-size: 13px;
    text-transform: uppercase;
}

.addresses-list h3 {
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-size: 13px;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    background: #fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    margin: 0 0 15px;
    padding: 12px 15px;
}

.order-info-box h2 {
    font-family: arial;
    font-size: 13px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold; font-family: 'ProximaNovaBd';
    padding-right: 7px;
}

td .cart-cell {
    text-align: center
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,
.order-items h3 {
    clear: none;

    font-family: arial;
    padding: 0;
}

.order-items .product-name {
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold; font-family: 'ProximaNovaBd';
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold; font-family: 'ProximaNovaBd';
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.page-print h2,
.page-print h3 {
    font-family: arial;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.page-print .order-date {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold; font-family: 'ProximaNovaBd';
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold; font-family: 'ProximaNovaBd';
    font-size: 13px;
}

/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold; font-family: 'ProximaNovaBd';
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold; font-family: 'ProximaNovaBd';
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container {
    border-top: 15px solid #b6d1e2;
}

.footer {
    width: 930px;
    margin: 0 auto;
    padding: 10px 10px 50px;
}

.footer .store-switcher {
    display: inline;
    margin: 0 5px 0 0;
    color: #fff;
}

.footer .store-switcher label {
    font-weight: bold; font-family: 'ProximaNovaBd';
    vertical-align: middle;
}

.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .bugs {
    margin: 13px 0 0;
    color: #ecf3f6;
}

.footer .bugs a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer .bugs a:hover {
    text-decoration: none;
}

.footer address {
    margin: 0 0 20px;
    color: #ecf3f6;
}

.footer address a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer address a:hover {
    text-decoration: none;
}

.footer ul {
    display: inline;
}

.footer ul.links {
    display: block;
}

.footer li {
    display: inline;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_pipe2.gif) 100% 60% no-repeat;
    padding: 0 7px 0 4px;
}

.footer li.last {
    background: none !important;
    padding-right: 0 !important;
}

.footer-container .bottom-container {
    margin: 0 0 5px;
}

/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
    /*#nav:after,*/
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */

.guest-select {
    width: 305px !important;
}

.product_type_data_price .price-box-bundle,
.product-options-bottom .price-box {
   /* display: none*/
}

.account-create #form-validate {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0;
    box-shadow:none;
    padding: 7px 25px 22px;
    position: relative;
}

#wishlist-table .add-to-cart-alt button {
    margin-top: 12px
}

#messages_product_view {
    margin-bottom: 10px
}

.my-account .dashboard a {
    font-weight: bold
}

.box-wrapper form {
    margin-bottom: 0
}

#header.header_v_2 .fadelink.currency > a {
    min-width: 10px !important;
}

/*v1.4*/
#column_left.span3 {
    float: left !important;
    padding-top: 10px;
}

#column_right.span3 {
    float: right;
    padding-top: 48px;
}

@media (max-width: 640px) {
    #column_right.span3 {
        float: left;
    }

    #column_right.span3 .span3 {
        margin-left: 0;
    }
}

#column_center.span6 {
    float: left;
}

.catalog-category-view section#content > .container.top {
    padding-top: 25px;
    max-width: 1500px;
    box-shadow: none;
}

h2.featured {
    padding-left: 29px;
}

.leftmenu li {
    padding: 0 !important;
    background: none !important
}

.leftmenu ol ol {
    padding: 0 0 0 20px;
}

dl#narrow-by-list > dd.odd > ol > li.active > a {
    font-weight: bold
}

dl#narrow-by-list > dd.odd > ol > li > ol > li.active > a {
    font-weight: bold
}

dl#narrow-by-list > dd.odd > ol > li > ol > li > ol > li.active {
    font-weight: bold
}

.checkout-cart-index .shopping_cart_grid form {
    clear: both;
}

.jcarousel-skin-tango h5 {
    margin: 2px 5px;
}

/*#update_promotional_gift{*/
/*padding: 10px;*/
/*margin-bottom: 25px;*/
/*background: none repeat scroll 0 0 #FFFFFF;*/
/*border:1px solid #C5C4C4*/
/*}*/

.zoomWindow {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
}

@media (max-width: 979px) and (min-width: 640px) {
    #related_product_page .big_with_description .product,
    .catalog-category-view .category-products .big_with_description .product {
        width: 32%;
        margin-left: calc(4% / 2);
    }

    #related_product_page .big_with_description .product:nth-child(3n+1),
    .catalog-category-view .category-products .big_with_description .product:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media (max-width: 979px) {
    .catalog-category-view #column_left,
    .catalog-category-view #column_right{
        width: 100%;
        margin-left: 0;
    }
    .catalog-category-view #column_left{
        visibility: hidden;
        opacity: 0;
        z-index: -1;

        position: absolute;
        left: 50%;
        padding-top: 10px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc( 100% - 30px );
        background: #ffffff;
        border-top: 2px solid #eeeeee;
        border-bottom: 2px solid #eeeeee;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in
    }
    .catalog-category-view #column_left.active {
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }
    #column_left .block .block-title{
        text-align: left;
        font-size: 16px;
    }
    .catalog-category-view section#content > .container.top{
        padding-top: 0;
        position: relative;
    }
    .big_with_description + .toolbar #mobile-filter-trigger{
        display: none!important;
    }
}

@media (max-width: 639px) {
    .clubz-price-container .regular-price p {
        position: static;
    }

    .regular-price .price {
        font-size: 16px;
    }

    .clubz-price-container .price.clubz-price {
        display: block;
        text-align: center;
    }
    #related_product_page .big_with_description .product,
    .catalog-category-view .category-products .big_with_description .product {
        width: 48%;
        margin-left: calc(8% / 2);
        margin-right: 0;
    }

    #related_product_page .big_with_description .product:nth-child(2n+1),
    .catalog-category-view .category-products .big_with_description .product:nth-child(2n+1) {
        margin-left: 0;
    }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2019 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.aminoz.com.au/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.aminoz.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.aminoz.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.aminoz.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.aminoz.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.aminoz.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.aminoz.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.aminoz.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.aminoz.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

#aw-afptc-popup {
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:200px;    
    min-width: 450px;
    width: auto;
    height: auto;    
} 

#aw-afptc-overlay
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}

.aw-afptc-promo-message {
    font-size:16px;
}

#aw-afptc-popup .product-name {
    font-size:16px;
}

div#aw-afptc-popup div.block-content ul.free-products-list{
    max-height:300px;
    overflow-y:auto;
    overflow-x:hidden;
}

div#aw-afptc-popup div.block-content ul.product-details li{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details{
    padding:10px;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details div.price-box{
    float:left;
    text-align:left;
}

div#aw-afptc-popup div.block-content ul.product-details li:first-child {
    width:80px;
}
div#aw-afptc-popup div.block-content ul.product-details li input{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details div.validation-advice{
    width:60px;
    text-align:left;
}

div#aw-afptc-popup li.item:last-child {
    clear:both;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-image{
    margin-bottom:5px;
}

/* Product Detail sidebar */

.aw-recommend-jay {
    margin:-10 0 0 -80;
    width:100%;
    height:315px;
    /*background:url(//www.aminoz.com.au/media/images/jay-recommend.jpg) no-repeat;*/
	z-index:-10;
	position: absolute;
	overflow:visible;
	text-align:right;
}


.aw-mini-related-items .head h4 {
	
}

.aw-mini-related-items .product-images {
    width: 72px;

}

.aw-mini-related-cart .product-images a {
    display: block;
    margin-left: 0px !important;
}

.aw-mini-related-items .product-images a {
    display: block;
    margin-left: 20px;
}

.aw-mini-related-items .product-images input {
    float: left; /*margin-right:4px; margin-left:-6px;*/
}

.aw-mini-related-items .product-images .checkbox-container {
    float: left;
    width: 60px;
}

.aw-mini-related-items .product-details {
    margin-left: 80px;
    padding-left: 25px;
	width:40%;
	background: rgb(255, 255, 255); /* The Fallback */
   background: rgba(255, 255, 255, 0.5);
}

.aw-mini-related-items ol li {
    padding-left: 0;
    padding-right: 0;
}

.aw-product-cart {
	padding-right: 10px;
	width: 150px;
	float: left;	
	height: 170px;
}

/* Base Mini */
.aw-base-mini {
    /*background: #fff;*/
    line-height: 1.3em;
    font-size: .95em;
	position: absolute;


}
.aw-base-mini-cart {
    /*background: #fff;*/
    line-height: 1.3em;
    font-size: .95em;
	position: absolute;
	width:100%;


}
.aw-base-mini .head {
    margin: 0 1px;
    padding: 2px 8px;
	position: relative;
}

.aw-base-mini .head h4 {
    min-height: 16px;
    color: #000;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 1px 0 1px 21px;
    text-transform: uppercase;
}

.aw-base-mini .head h4 .count {
    text-transform: none;
    color: #2f2f2f;
    white-space: nowrap;
    font-weight: normal;
    font-size: .95em;
}

.aw-base-mini h5 {
    font-size: 1em;
}

.aw-base-mini .aw-content, .aw-base-mini ol {
    /*background: #fff;*/
}

.aw-base-mini ol li {
    padding: 7px 4px 7px 0px;
}

.aw-base-mini ol li.odd {
    background: #f4f3f3;
}

.aw-base-mini ol li.even {
    background: #fafafa;
}

.aw-base-mini .actions {
    background: url(https://www.aminoz.com.au/skin/frontend/default/default/relatedproducts/images/base_mini_actions_bg.gif) repeat-x #dee5e8;
    padding: 6px;
}

.aw-base-mini .product-images {
    float: left;
    width: 52px;
    height: 52px;
}

.aw-base-mini .product-images a img {
    vertical-align: top;
}

.aw-base-mini .product-checkbox {
    float: left;
    width: 10px;
}

.aw-base-mini .product-names {
    margin-left: 18px;
}

.aw-mini-related-cart .product-details {
    margin: 0 0 0 40px !important;
    height: 50px;
}

.aw-base-mini .product-details {
    margin: 0 0 0 60px;
    height: 50px;
}

.aw-base-mini .product-details[class] {
    height: auto;
    min-height: 50px;
}

.aw-base-mini .regular-price {
    font-size: 11px;
}

.aw-base-mini .regular-price .price {
    color: #2f2f2f;
}

.aw-base-mini .special-price {
    font-size: 11px;
}

.aw-base-mini .minimal-price {
    font-size: 11px;
}

.aw-base-mini .price-box {
    margin: 1px 0;
}

.aw-link-cart {
    color: #000 !important;
    font-weight: bold !important;
}

.aw-content-cart {
    color: #1b2d3b;
    padding: 12px 12px 12px 15px;
	margin-bottom:20px;
	height:350px;
}


.aw-content {
    color: #1b2d3b;
    padding: 12px 12px 12px 15px;
	height:350px;
}

.aw-content-cart li {
	display: inline;
	list-style-type: none;
	
}

/* Sets default padding */
.aw-content#after1400 {
    padding: 9px 9px 9px 12px !important;
}
.aw-content-cart#after1400 {
    padding: 9px 9px 9px 12px !important;
}

/* Sets default padding for Magento 1.4.* */

.side-col .aw-box {
    margin-bottom: 1.3em;
}

.side-col .aw-content {
    padding: 5px 10px;
}

.shopping-cart-collaterals .aw-box {
    margin-bottom: 18px;
    padding: 12px 15px;
    border: 1px solid #D0CBC1;
    background: url(https://www.aminoz.com.au/skin/frontend/default/default/relatedproducts/images/base_mini_head_bg.gif) repeat-x #fff;
}

.shopping-cart-collaterals .aw-box .form-button {
    margin-left: 5px;
}

.product-shop .product_info_left {
    width: 59%;
    float: left; 
}

.product-shop .product_info_right {
    float: right;
    width: 40%;
}
.product-shop .product_info_right .span3 {
	margin:0px;
	width: 100%;
	padding: 10px;
	margin-left: 5px;
}


.product-images-cart {
	float: left;
}
.product-details-cart {
	float: left;
    line-height: 1.3em;
    font-size: .95em;

}

@media (max-width: 640px) {
	.product-shop .product_info_right {
		float: left;
		width: 100%;
	}
	.product_info_left {
		width: 100%;	
	}
	
	.product-shop .product_info_left {
		width: 100%;
		float: left; 
	}

	
}
@media (min-width: 980px) and (max-width: 1360px) {

	.aw-product-cart {
		padding-right: 4px;
		width: 30%;
		float: left;	
		height: 170px;
	}
}
@media (max-width: 979px) {

	.aw-product-cart {
		padding-right: 4px;
		width: 45%;
		float: left;	
		height: 170px;
	}
}

/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
/* popup_box DIV-Styles*/
#popup_box {
display:none; /* Hide the DIV */
position:fixed;
_position:absolute; /* hack for internet explorer 6 */
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
margin-left: 0;
/* additional features, can be omitted */
background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/popup_bg.png) repeat;
font-size:15px;
}
#popup_box .white-container{background: #fff; padding:15px;}
#popup_box .shadow_grid{width:254px; padding:5px; background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/popup_bg.png) repeat; position: absolute; left: 40%; top: 20%; -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);}
#popup_box .white-container h4{border-bottom: 1px solid #ccc;}
#popup_box .white-container span{font-size: 12px;}
#container {
background: #d2d2d2; /*Sample*/
width:100%;
height:100%;
}

a{
cursor: pointer;
text-decoration:none;
}

/* This is for the positioning of the Close Link */
#popupBoxClose {
	background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/close.png) no-repeat;
	right: -9px;
	top: -7px;
        width: 24px;
        height: 24px;
	position:absolute;
	color:#000;
	font-weight:bold;

}




.main{background:#fff;}
.fleft{float:left !important;}
.fright{float:right !important;}
.dblock{display:block;}
.clear{clear:both;}
.group:before,
.group:after{ content: ""; display: table;}
.group:after { clear: both; }
.group { zoom: 1; /* For IE 6/7 (trigger hasLayout) */}

.individual-star-ratings {
	width: auto;
	overflow: hidden;
}

.rating-histogram {
list-style-type: none;
}


.advanced-smallfont {
font-size: 11px;
}

.tmargin3 {
margin-top: 3px;
}


.rating-bars {
background: #f2f2f2;
width: 100px;
display: inline-block;
height: 10px;
vertical-align: bottom;
zoom: 1;
}


.rating-bars .progress {
background: #7dd03f url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/graph-bar-tile-bbd1e89e.png);
background-repeat: repeat-x;
height: 9px;
-webkit-box-shadow: .5px .5px .5px #c5c5c5;
box-shadow: .5px .5px .5px #c5c5c5;
background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/graph-bar-tile-bbd1e89e.png);
}


.fk-give-star:hover li.user-ratings{display:none!important}
.fk-give-star li.user-ratings{background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/bkg_rating.gif) 0 -200px repeat-x;height:17px}



.fk-give-star{width:69px;height: 17px;position:relative;background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/bkg_rating.gif) repeat-x;list-style-type:none;display:block;vertical-align:bottom;*display:inline;zoom:1;z-index:1; margin-top:10px;}
.fk-give-star li{float:left}
.fk-give-star:hover li.user-rating{display:none!important}
.fk-give-star li a{display:block;width:14px;height:13px;text-indent:-9000px;z-index:20;position:absolute;top:0;cursor:pointer}
.fk-give-star li.user-rating{background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/bkg_rating.gif) 0 -200px repeat-x;height:13px}
.fk-give-star li a:hover{background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/bkg_rating.gif) 0 -200px repeat-x;z-index:1;left:0}
.fk-give-star a.star-1{left:0}
.fk-give-star a.star-1:hover{width:14px}
.fk-give-star a.stars-2{left:14px}
.fk-give-star a.stars-2:hover{width:28px}
.fk-give-star a.stars-3:hover{width:42px}
.fk-give-star a.stars-3{left:28px}
.fk-give-star a.stars-4{left:42px}
.fk-give-star a.stars-4:hover{width:56px}
.fk-give-star a.stars-5{left:56px}
.fk-give-star a.stars-5:hover{width:70px}
.fk-give-star.small{padding:0}
.fk-give-star.small li a:hover{left:0;z-index:1}
.fk-give-star.small a.star-1{left:0}
.fk-give-star.small a.star-1:hover{width:13px}
.fk-give-star.small a.stars-2{left:13px}
.fk-give-star.small a.stars-2:hover{width:26px}
.fk-give-star.small a.stars-3:hover{width:39px}
.fk-give-star.small a.stars-3{left:26px}
.fk-give-star.small a.stars-4{left:39px}
.fk-give-star.small a.stars-4:hover{width:52px}
.fk-give-star.small a.stars-5{left:52px}
.fk-give-star.small a.stars-5:hover{width:65px}
.actionBtn{background: #1ba2f4; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #1ba2f4 0%, #196bb5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ba2f4), color-stop(100%,#196bb5)); background: -webkit-linear-gradient(top, #1ba2f4 0%,#196bb5 100%); background: -o-linear-gradient(top, #1ba2f4 0%,#196bb5 100%); background: -ms-linear-gradient(top, #1ba2f4 0%,#196bb5 100%); background: linear-gradient(to bottom, #1ba2f4 0%,#196bb5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba2f4', endColorstr='#196bb5',GradientType=0 ); border: solid 1px #1a7fd9;
box-shadow: inset #52c0ff 0px 1px 0; display: inline-block; padding: 5px 15px; color: #fff; border-radius: 4px; margin-top: 10px; font: bold 12px Arial,sans-serif; cursor: pointer;}

#review-form .data-table {border: 0px solid #bebcb7;}
#review-form .data-table li{clear: both;}
#review-form .data-table li label{float: left; margin-right: 10px;}
#review-form .data-table li .starContainer{float: left; }
#review-form .data-table li .starContainer .fk-give-star{margin-top: 0;}
.appthaReview .ratings_review{float:left;width:100%;}.ratings_review h2{font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-weight:bold;font-size:17px;color:#000;background:#f1f1f1;border-bottom:2px solid #c70717;border-top:1px solid #d8d8d8;padding:7px 13px;margin:20px 0;}.ratings_review ul{float:left;width:100%;}.ratings_review ul li{border-bottom:1px solid #d8d8d8;margin-bottom:10px;}.ratings_review ul li h3{color:#4a91ac;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:17px;font-weight:normal;margin-bottom:3px;}.ratings_review ul li span{color:#afb1b2;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:11px;}.ratings_review ul li span strong{color:#7c7c7c;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:11px;}.ratings_review ul li p{color:#000;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:13px;margin-bottom:10px;}

.appthaReview .review-header{color:#F1F1F1;font-family: 'Segoe UI',Arial,Helvetica,sans-serif;font-weight: bold;font-size: 17px;color: #000;background: #f1f1f1;border-bottom: 2px solid #c70717;border-top: 1px solid #d8d8d8;padding: 7px 13px;margin: 20px 0;}

.appthaReview .rating_top{ padding: 0 0 5px;}
.appthaReview .rating_top h3{margin: 0; font: bold 14px Arial, sans-serif; color: rgb(75, 75, 71);;}
.appthaReview .rating_top h5{font:normal 11px/18px Arial, sans-serif;float: left;margin: 0 0 0 10px;}
.appthaReview .rating_top h5 strong{font:bold 12px/18px Arial, sans-serif;}
.appthaReview .rating_top .all-reviews a{}
.appthaReview .rating_top .all-reviews a:hover{}

.appthaReview .rating-box{}
.appthaReview .rating-box .rating{}

.appthaReview .individual-star-ratings{margin: 15px 0 0 0;float: left;}
.appthaReview .individual-star-ratings ul{}
.appthaReview .individual-star-ratings ul li{padding: 0 0 5px;}
.appthaReview .individual-star-ratings ul li .rating-bars{float: left;width: 200px;background: #F3F3F3;height: 11px;margin: 2px 4px 0;}
.appthaReview .individual-star-ratings ul li .rating-bars .progress{background: #EB5D51;height: 11px;}
.appthaReview .individual-star-ratings ul li span{float:left;}
.appthaReview .individual-star-ratings ul li strong{float: left; font: bold 11px Arial,sans-serif; color: rgb(158, 158, 158);}

.appthaReview .line{margin: 15px 0 0 0;float: right;}
.appthaReview .threecolumn_view{float: left !important; margin: 15px 0 20px 0 !important;width: 100%;}
.appthaReview .line h3.advanced-rate-title{margin: 0;}
.appthaReview .noneRated{float: left;padding-top: 40px;}

.appthaReview .box-reviews .reivew-header{padding: 0 0 10px;}
.appthaReview .box-reviews .reivew-header h3{margin:0; }
.box-reviews .reivew-sub-header{padding: 10px 0 10px;}
.appthaReview .box-reviews .reivew-header .rating-box,
.appthaReview .box-reviews.box-reviews-detail .rating-box
{}
.appthaReview .box-reviews .reivew-header .rating-box .rating,
.appthaReview .box-reviews.box-reviews-detail .rating-box .rating
{}
#customer-reviews{ margin-top: 10px; }
.appthaReview .box-reviews .reivew-header .review_title{ float: left; width: 100%; padding-bottom: 3px; }
.appthaReview .box-reviews .reivew-header .review_addedby{ width: 100%; float: left;  }
.appthaReview .box-reviews .reivew-header h5.nickName{font-weight: bold; margin: 0; display: inline-block; padding-left: 2px; }
.appthaReview .box-reviews .reivew-header .reviewed_date{ display: inline-block; }
.box-reviews .reivew-sub-header span,
.box-reviews .reivew-header h6
{display: block;font: normal 11px Arial, sans-serif;margin: 0;text-align: right;}
.box-reviews .reivew-sub-header span.permalink{padding-right: 10px; margin-right: 10px; border-right: 1px solid #ccc;}

.box-reviews .reivew-sub-header span a{ line-height: 10px;}
.box-reviews .reivew-sub-header span a:hover{}
.box-reviews .review-details{padding:10px 0 0;}

.appthaReview .box-reviews .socialshare-useful-yesno{}
.box-reviews .socialshare-useful-yesno span{float: left;display: block;}
.box-reviews .socialshare-useful-yesno span.socialshare{}
.box-reviews .socialshare-useful-yesno span.useful{padding-left: 20px;}
.box-reviews .socialshare-useful-yesno span.yesno{float:right; color: #e26703;}
.box-reviews .socialshare-useful-yesno .yesno a:hover{text-decoration:underline;}
.box-reviews .reivew-container{border-bottom: dotted 1px rgb(207, 207, 207);padding: 0 0 15px;margin: 0 0 15px; overflow: hidden;}

.appthaReview .form-add{padding-bottom: 0; }
.appthaReview .form-add h3{color: #0a263c;}
.appthaReview .form-add h3 span{color: #e26703;}
.appthaReview .form-add ul.form-list{width: 450px;padding: 8px 0 0;}
.appthaReview .form-add ul.form-list li{clear: both;margin: 0 0 10px;}
.appthaReview .form-add ul.form-list li label{color: #000;float: left;}
.appthaReview .form-add ul.form-list li .input-box{float: none;clear: both;}
.appthaReview .form-add ul.form-list li .input-box input, .form-add ul.form-list li .input-box textarea{border: 1px solid lightGrey;background-color: white;font: 12px Arial, Helvetica, sans-serif, helvetica;-moz-box-shadow: inset 0 2px 3px #eee;-webkit-box-shadow: inset 0 2px 3px #EEE;box-shadow: inset 0 2px 3px #EEE;}

.appthaReview .form-add ul.data-table{border: none;width: 270px;}
.appthaReview .form-add ul.data-table li{clear: both;}
.appthaReview .form-add ul.data-table li.group {padding: 3px 0;}
.appthaReview .form-add ul.data-table li label{float: left;font-weight: bold;}
.appthaReview .form-add ul.data-table .starContainer{float: right;}
.appthaReview .form-add ul.data-table li .fk-give-star{margin:0;}
.appthaReview .form-add .buttons-set{margin: 0;padding: 0;border: 0;}
.appthaReview .form-add .buttons-set button.button{

}
.appthaReview .form-add .buttons-set button.button:hover{

}
.appthaReview .form-add .buttons-set button.button span{}

.block .review-details{padding: 0 9px;}
.block .review-details h5{font: normal 12px Arial, sans-serif;margin: 0; padding-bottom: 5px;}
.block .review-details h6{font: italic 12px Arial, sans-serif;margin: 0;}
.block.recently-reviewed ul li{border-top: solid 1px rgb(219, 219, 219);}
.block.recently-reviewed ul li:first-child{border-top: none;}

.appthaReview .box-reviews.box-reviews-detail .reivew-header h3{}
.appthaReview .box-reviews.box-reviews-detail .review-details{padding:0 0 15px;clear: both;}
.appthaReview .box-reviews.box-reviews-detail .review-header{margin:0 0 10px;}
.appthaReview .box-reviews.box-reviews-detail .reivew-header h5.nickName{text-align:right}
ul.ratings-table{}
ul.ratings-table li:first-child{border: none;padding-left: 0;}
ul.ratings-table li{float: left;margin-right: 10px;border-left: solid 1px #ccc;padding-left: 10px;min-width: 100px;}
ul.ratings-table li label{float: left;display: block;font-weight: bold;padding-right: 5px;}
ul.ratings-table li .rating-box{float: left;}

.block.recently-reviewed .block-title strong {background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/apptha-reviews/images/recentReviews.gif) no-repeat 0 1px;padding-left: 21px;}

/*april5 2013*/
.product-collateral { padding:25px; }
.product-collateral .box-collateral { }

.product-view { margin-top: 10px;}
.product-view.list-view{ margin-top: 0 !important;}
#inner_review .review-details{padding: 10px 0 10px 0;}
#inner_review .report_grid{padding:0 0 10px 0;}
#inner_review .fright{float: right;}

ul#avrg_rating{margin: 0; padding: 5px 0; float: left;}
ul#avrg_rating li{float: none;overflow: hidden;padding: 0;border-left: 0; margin: 0;}
ul#avrg_rating li label{width: 150px;}
#error_message{clear: both;margin: 3px 0 0;font-size: 11px;font-weight: bold;color: #eb340a;}
.success_msg{color:green; font-weight: bold;}
.result_content{color:green; font-weight: bold;}
span.vote_review{color: #e26703;}
small.slash{color: #1e7ec8;}
textarea#txtMsg{width: 217px;}

.empty_content{padding: 5px;}
#review_details{text-align: right;}
#review_details button.button{clear: both; margin-top: 8px;}
.catalog-product-view .product-view{border:0px;}

.catalog-product-view .product-collateral{ background:0;} 

.verified-review-badge {
	padding:5px;
	border-radius: 3px;
	background: #FFFFFF;
	white-space: no-wrap;
	font-size: 12px;
	line-height: 12px;
	font-weight:normal;
	display: inline-block;
	text-decoration: none;
    font-weight: bold;
	color: #555555;
	clear: both;
    margin-top:2px;        
	border: 1px solid #555555;
}



.verified-review-badge .verified-review-explain {
    visibility: hidden;
    width: 140px;
    background-color: #555555;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    
    /* Position the tooltip */
    position: absolute;
    left: 150px;
    margin-top: -8px;
	font-weight:normal;
}

.verified-review-badge:hover .verified-review-explain {
    visibility: visible;
}
/* LayerSlider Styles */

#layerslider-container-fw {
	margin-bottom:25px;
}
#layerslider-container-fw .loader-slider {
	position: relative;
	margin-top:-5px;
}
@-moz-document url-prefix() {
#layerslider-container-fw {	margin-top:-1px;
}
}

.ls-container {
	visibility: hidden;
	position: relative;
}
.ls-inner {
	position: relative;
	background-position: center center;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
	cursor: pointer;
}

.ls-layer * {
	margin: 0px;
	line-height: normal;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
}

.ls-shadow img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

/**
 * Mageplace Backorder
 *
 * @category	Mageplace_Backorder
 * @package	Mageplace_Backorder
 * @copyright	Copyright (c) 2012 Mageplace. (http://www.mageplace.com)
 * @license	http://www.mageplace.com/disclaimer.html
 */

.backorder {
display: block;
height: 19px;
border: 2px solid #6dffff;
margin: 1px;
padding: 0px 6px;
font: bold 12px/19px Arial, Helvetica, sans-serif;
text-align: center;
white-space: nowrap;
color: white;
background: #6db3f2; 
 }
 .backorder_grouped{
 display:inline;
 background:#6db3f2;
 }
 .backorder_simple{
	display: block;
 }
 .backorder_bundled{
	display: inline;
	background:#6db3f2;
 }
 
.catalog-product-view .leightbox {
color: #333;
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
padding: 1em;
border: 1em solid #B8B8B8;
background-color: white;
text-align: left;
z-index: 9999999;
overflow: auto;
}

.footerleightbox a {color: blue;}

.footerleightbox {
	background-color: #FFDCA8;
	padding: 0.5em;
	font-weight: bold;
} 

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.leightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
/**
 * Magestore
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the Magestore.com license that is
 * available through the world-wide-web at this URL:
 * http://www.magestore.com/license-agreement.html
 * 
 * DISCLAIMER
 * 
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 * 
 * @category    Magestore
 * @package     Magestore_RewardPoints
 * @copyright   Copyright (c) 2012 Magestore (http://www.magestore.com/)
 * @license     http://www.magestore.com/license-agreement.html
 */

/* ============ Reward Points Stylesheets ============ */

/* Cart Sidebar - MiniCart */
.rewardpoints-cart-sidebar {min-height: 22px; text-align: left; clear: both; margin-top: 5px;}
.rewardpoints-cart-sidebar img {margin-right: 3px;}


/* ============ Reward Points Slider ============ */
#rewardpoints-slider-container {}
#rewardpoints-slider { position: relative; z-index: 9; height: 18px; margin: 12px auto 18px; padding: 0 24px; cursor: pointer; width: 209px; float: left;}
#rewardpoints-slider-zoom-out { position: absolute; left: 1px; top: 0px;}
#rewardpoints-track { position: relative; height: 18px; background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/magestore/images/reward_rule.gif') -1px 0px repeat-x;}
#rewardpoints-handle { position: absolute; top: -1px; width: 9px; height: 22px; background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/magestore/images/magnifier_handle.gif') 0 0 no-repeat;}
#rewardpoints-slider-zoom-in { position: absolute; right: 1px; top: 0px;}
.rewardpoints-slider-label { margin: 12px 0 0 5px; float: left;}

#rewardpoints-login-msg, #rewardpoints-needmore-msg { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px;line-height:13px; background:url('https://www.aminoz.com.au/skin/frontend/base/default/css/magestore/images/validation_advice_bg.gif') 2px 0 no-repeat; color:#eb340a;}

#rewardpoints-needmore-points { font-size: 13px; font-weight: bold;}

/* ============ Cart Page ============ */
.rewards-sales-rules dt {margin-top: 7px;}
.rewards-sales-rules dt label {font-weight: bold; color: #666;}
.rewards-sales-rules #rewardpoints-slider {margin-bottom: 10px;}
.rewards-sales-rules #reward_sales_rule {width: 157px; margin-left: 3px;}
.rewardpoints-slider-input .input-point {text-align: center;}
.rewardpoints-slider-input .input-max {margin-top: 5px;}
#reward_sales_point {width: 49px;}
#reward_ajax_loading {margin: 10px; text-align: center; font-style: italic;}

.rule_refreshing_label {color: #666; font-style: italic;}

/* ============ Checkout Page ============ */
.sp-methods #cart-rewards-form {width: 280px;}
.sp-methods #cart-rewards-form .rewards-sales-rules label {float: none;}
.sp-methods .rewards-sales-rules dd label {font-weight: normal; color: #000;}

/* ============ One Step Checkout Page ============ */
#cart-rewards-form dd.rewards-slider {margin-left: 17px;}


/* ============ Rewards Points Summary ============ */
.rewardpoints-money {color: #3182be; font-size: 13px;}

.dashboard .box-rewardpoints-summary, .box-rewardpoints-summary{ color:#333; font-size: 13px; }
.dashboard .box-rewardpoints-summary .box-head h2, .box-rewardpoints-summary .box-head h2 {background: url("https://www.aminoz.com.au/skin/frontend/base/default/css/magestore/images/rewards.png") no-repeat scroll 0 0 transparent; padding-top:5px;}

.box-rewardpoints-history .box-head h2 {background: url("https://www.aminoz.com.au/skin/frontend/base/default/css/magestore/images/transactions.png") no-repeat scroll 0 6px transparent;padding-top:5px;}


/* ============ Header Link - Fix for IE ============ */
.links span.rewardpoints-name {position: relative\9; padding-right: 18px\9;}
.links span.rewardpoints-name img {position: absolute\9;}


.rewardpointsbehavior-checkout-action{
	/*background-color: #FFE8DB;*/
	float: left;
	margin: 2px 2px 7px 0px;
	padding: 1px;
	width: 172px;
	text-align: left;
}
.rewardpointsbehavior-checkout-action1{
	/*background-color: #FFE8DB;*/
	margin: 2px 2px 7px 0px;
	padding: 1px;
	width: 172px;
	text-align: left;
}
.rewardpointsbehavior-checkout-action .rewardpointsbehavior-icon{
	float: right !important;
}
.rewardpointsbehavior-product-view{
    width: 100%;
    float: left;
}
.rewardpointsbehavior-product-view .rewardpointsbehavior-checkout-action{
    width: auto;
}
#___plusone_0, #___plusone_0 iframe{
    width: 71px !important;
    padding-right: 2px !important;
}
.twitter-count-horizontal{
    width: 93px !important;
    padding-right: 2px !important;
}
#fb-send-id-behavior span{
    vertical-align:baseline !important;
}
#fb-like-id-behavior span{
    width: 85px !important;
}
/* 
    Document   : referfriend
    Created on : Aug 9, 2013, 9:19:32 AM
    Author     : Hai
    Description:
        Purpose of the stylesheet follows.
*/
.rewardpoints-referfriend-dialog-refer .top,
.rewardpoints-referfriend-dialog-refer .bot{
    display: none;
}
.rewardpoints-referfriend-dialog-refer .dialog_e,
.rewardpoints-referfriend-dialog-refer .dialog_w {
	width: 0;	
}
#rewardpoints-referfriends-popup{
    background-color: #ffffff;
}
.rewardpoints-referfriend-dialog-refer .dialog_close{
    display: none;
}
.referfriends-title{
    background: url("https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/bg-header2.gif") no-repeat scroll 0 0 transparent;	     
    height: 81px;	
    padding: 0 40px;
}
.referfriends-title h2{
    color: #525252;
    padding-top: 41px;
    font-size: 25px;
}
.referfriends-title a{
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 15px;
    color: #e26703;
    text-decoration: none;
}
.referfriends-title a:hover{
    text-decoration: underline;
}
.referfriends-body-refer{
    background: url("https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/bg-referfriend.png") repeat scroll 0 0 transparent;
	border: 1px solid #d5d5d5;
    margin: 0;
    padding: 26px 32px 22px;        
    height: 392px;
    font-size: 18px;
    color: #373737;	
}


.referfriends-body-refer h3{
	color: #df543d;
}

.referfriends-body-refer h3 .price{font-weight: bold;}
.referfriends-body-refer .price{
	color: #2f7eb5;
	font-weight: normal;
}
.offer-contact p,
.offer-question p{
	font-size: 16px;
}
.referfriends-body{
    background: url("https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/bg-body-box.gif") repeat-y scroll 0 0 transparent;
    margin: 0;
    padding: 10px 40px;
    padding-bottom: 0 !important;
    height: 392px;
    font-size: 13px;
    color: #454545;
}
.referfriends-body-left{
    float:left;
    width: 350px;
}
.referfriends-body-left-description{
    margin-bottom: 10px;
}
.referfriends-body-left-earn{
    height: 80px;
}
.referfriends-body-left-product-title h3{
    font-size: 18px;
    font-weight: nomal;
    color: #e26703;
}
.referfriends-body-right{
    float: left;
    width: 230px;
    margin-left: 20px;
}
.referfriends-body-right-ul li.referfriends-sharelink{
    padding: 4px 1px 4px 60px;
    background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/share.png') no-repeat left center;
    height: 60px;
    color: #454545;
    font-size: 18px;
    font-weight: normal;
}
.referfriends-body-right-ul li.referfriends-sharelink .share-link-url{
    padding: 4px;
}
.referfriends-body-right-ul li.referfriends-sharefacebook{
    height: 60px;
}
.referfriends-body-right-ul li.referfriends-sharefacebook a{
    height: 43px;
    padding: 13px 1px 4px 60px;
    background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/facebook.png') no-repeat left center;
}
.referfriends-body-right-ul li.referfriends-sharetwitter{
    height: 60px;
}
.referfriends-body-right-ul li.referfriends-sharetwitter a{
    height: 43px;
    padding: 13px 1px 4px 60px;
    background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/twitter.png') no-repeat left center;
}
.referfriends-body-right-ul li.referfriends-sharegoogleplus{
    height: 60px;
}
.referfriends-body-right-ul li.referfriends-sharegoogleplus a{
    height: 43px;
    padding: 13px 1px 4px 60px;
    background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/google.png') no-repeat left center;
}
.referfriends-body-right-ul li.referfriends-shareemail{
    height: 60px;
}
.referfriends-body-right-ul li.referfriends-shareemail a{
    height: 43px;
    padding: 13px 1px 4px 60px;
    background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/sendmail.png') no-repeat left center;
}
.referfriends-body-right-ul li{
    height: 52px;
}
.referfriends-body-right-ul li a{
    color: #454545;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    text-decoration: none;
}
.referfriends-bottom{
    background: url("https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/bg-bottom.gif") no-repeat scroll 0 0 transparent;
    height: 17px;
}


.rewardpointsreferfriends-dashboard-left{
    float: left;
    width: 400px;
}
.rewardpointsreferfriends-dashboard-right{
    float: right;
    width: 270px;
}


@media (max-width: 979px) {
	.rewardpointsreferfriends-dashboard-left{
		float: left;
		width: 100%;
	}
	.rewardpointsreferfriends-dashboard-right{
		float: left;
		width: 100%;
	}

}



.rewardpointsreferfriends-block-content-share{
    padding-left: 8px !important;
}
.box-referfriends-content .box-head h2 {
    background: url("https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/icon-links.png") no-repeat scroll 0 0 transparent;
    padding-top: 0;
}
.rewardpointsreferfriend-box-url .refer-content{
    padding: 4px 1px 0px 60px;
    background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/share.png') no-repeat left center;
    height: 60px;
    color: #454545;
    font-size: 18px;
    font-weight: normal;
    margin: 0 5px;
}
.refer-sharing-box-content{
    background: #ffffff !important;
    padding: 8px !important;
    margin: 0 !important;
    text-align: justify !important;
}
.info-summary-special-offer p{
    text-align: justify;
}
span.email-logo{
    background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/email-color.png') no-repeat;
}
strong.special-title-offer{
    background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/i_ma-reviews.gif') no-repeat; 
    padding-left: 20px
}
div.info-summary-special-offer{
    padding-bottom: 15px;
}
div.info-summary-special-offer p{
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#rewardpoints-referfriends-landing{    
	text-align: center;
}
#rewardpoints-referfriends-landing p{
    margin: 0;
}
.referfriends-body-offer-detail-description{
    font-size: 16px;
}
.parent-body-offer{
    height: auto;
}
.referfriends-body-offer-detail{
    margin-bottom: 20px;
	text-align: left;
}
.referfriends-body-offer{
    min-height: 100px;
}
.offer-howto{
	overflow: hidden;
	margin: 20px 0 20px 0;
	text-align: left;
}

.offer-howto h3{
	font-size: 18px;
}

.offer-howto .offer-question{
    float: left;
    margin-right: 21px;
    width: 48%;
}


.btn-start-shopping {

}
.offer-contact{
    width: 280px;
    float: left;
}


.offer-proceed{
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    text-align: center;
}



/* Refer a Friend */
.allow .step-title {
        cursor: pointer;
        border-bottom: 1px solid #BBAFA0;
}

 .allow .step-title:hover{
        background: #F9F3E3;
}

 .allow .step-title:hover .number{
        background: #F18200;
        border-color: #F19900;
        color: #FFF;
}

 .allow .step-title:hover h2{
        color: #F18200;
}

 .step,  p.box-content{
        padding: 8px;
}

 .form-list textarea{
        width: 250px;
        height: 100px;
}

 .step-title span.logo{
        width: 16px;
        height: 16px;
        margin-right: 4px;
        border: none;
}

/* Personal */
 #input-personal-url{
        width: 219px;
        float: right;
}
 #input-personal-url #personal_url{
        width: 215px;
}
 #personal_referfriends_url{
        width: 327px;
        text-align: center;
}

/* Email */
 .step-title span.email-logo{
        background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/email-grayscale.png') no-repeat;
}
 .active .step-title span.email-logo, #referfriends-opc-email .step-title:hover span.logo{
        background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/email-color.png') no-repeat;
}

/* Google */
 .step-title span.google-logo{
        background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/gplus-grayscale.png') no-repeat;
}
 .active .step-title span.google-logo, #referfriends-opc-google .step-title:hover span.logo{
        background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/gplus-color.png') no-repeat;
}

/* Facebook */
 .step-title span.facebook-logo{
        background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/facebook-grayscale.png') no-repeat;
}
 .active .step-title span.facebook-logo, #referfriends-opc-facebook .step-title:hover span.logo{
        background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/facebook-color.png') no-repeat;
}

/* Tweeter */
 .step-title span.twitter-logo{
        background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/tweet.png') no-repeat 0px -17px;
}
 .active .step-title span.twitter-logo, #referfriends-opc-twitter .step-title:hover span.logo{
        background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/tweet.png') no-repeat 0px 3px;
}

 .tweeter span.span{
        -webkit-border-radius: 3px;
        border: #CCC solid 1px;
        padding: 2px;
        -moz-border-radius: 3px; border-radius: 3px;
        background-image: -moz-linear-gradient(top, white, #DEDEDE);
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#DEDEDE));
        background-image: -ms-linear-gradient(top, white, #DEDEDE);
        background-image: linear-gradient(top, white, #DEDEDE);
        background-image: -o-linear-gradient(top, white, #DEDEDE);
}
 button.tweeter span.span span{
        background: url('https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/tweet.png') no-repeat -26px 3px;
        padding: 0px 3px 0px 24px;
        color: #1E7EC8;
        margin-left: 2px;
}


 .buttons-set{
        padding-top: 7px;
        border-top: 0px;
        margin-top: 0px;
}

 .referfriends-opc li{
        margin-bottom: 2px;
}
.referfriends-opc .step{
    padding: 5px;
}
.referfriends-opc .allow .step-title {
    border-bottom: 1px solid #a3aeb3;
}


/*Fix*/
.action-shopping{
	text-align:center;
}
a.btn-start-shopping { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; display:inline-block; }
a.btn-start-shopping span {
	background: url("https://www.aminoz.com.au/skin/frontend/base/default/css/rewardpointsreferfriends/images/btn_shopping.png") no-repeat scroll top left transparent;
	float: left;
	font-family: Arial;
	font-size: 16px;
	color:white;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
a.btn-start-shopping span span {
	background-position: 100% 0;
	padding:0 40px 0 22px;
}
/* 
    Document   : default.css    
    Description:
        Purpose of the stylesheet follows.
*/
.shopbybrand_sidebar .block-content ul{padding:10px;}
.shopbybrand_sidebar .actions a{float:right;}
.shopbybrand .brand-input-search .validation-advice{top:50px;}
.shopbybrand .brand-input-search form{position:relative;}
.brand-right button.button{height:auto  !important;}
/* */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
  top: 44px;
  z-index: 100000;
  width: 248px;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative;
}
.searchautocomplete .sprite {
  background: url('https://www.aminoz.com.au/skin/frontend/default/buyshop/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  background: url('https://www.aminoz.com.au/skin/frontend/default/buyshop/images/mirasvit/sprite.png');
  width: 9px;
  height: 5px;
  background-position: -26px -34px;
  display: block;
  right: 10px;
  top: 16px;
  position: absolute;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding-top: 15px;
  position: absolute;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeeeee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
form#search_mini_form.searchautocomplete div.form-search label {
  display: none;
}
form#search_mini_form.searchautocomplete div.form-search div.nav-search-in {
  display: none;
}
form#search_mini_form.searchautocomplete div.form-search input#search.input-text {
  height: 27px !important;
  margin-right: 39px;
}
form#search_mini_form.searchautocomplete div.form-search div#search_autocomplete.UI-PLACEHOLDER ul li div.searchautocomlete-image {
  float: left;
  margin-left: 2px;
  margin-right: 1px;
}
form#search_mini_form.searchautocomplete div.form-search div#search_autocomplete.UI-PLACEHOLDER ul li div.price-box {
  float: right;
}
form#search_mini_form.searchautocomplete div.form-search div#search_autocomplete.UI-PLACEHOLDER div.all a {
  float: right !important;
  margin-right: 1px;
}

/* ------------changes------------- */

form#search_mini_form.searchautocomplete div.form-search button.button {
  left: 218px!important;
}

form#search_mini_form.searchautocomplete div.form-search input#search.input-text {
  padding-right: 40px!important;
  padding-left: 5px!important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seo-content {
  color: #333;
  width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: -50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
    display:none;
 }

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
a  {
	outline: 0 !important;;
}
/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;

}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 35px;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 35px;
  color: #555555;
  vertical-align: middle;
  border-radius: 0;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border:1px solid #b1aeae;
 box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
/*  padding-left: 20px;
*/}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}


.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
 box-shadow: none;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #e56c00;
  *background-color: #e56c00;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
}

.tooltip.right {
  margin-left: 3px;
}

.tooltip.bottom {
  margin-top: 3px;
}

.tooltip.left {
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media .pull-left {
  margin-right: 10px;
}

.media .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 0;
  font-size: 11.844px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: baseline;

}

.label {
 border-radius: 0;
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
  text-align: left;
  width: 100%;

}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

/*!
 * Bootstrap Responsive v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

@-ms-viewport {
    width: device-width;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 1479px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

@media (min-width: 1480px) {
    .row {
        margin-left: -30px;
        *zoom: 1;
    }

    .row:before, .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        /*width: 1170px;*/
        width: 1440px;
    }

    .span12 {
        /*width: 1170px;*/
        width: 1440px;
    }

    .span11 {
        /*width: 1070px;*/
        width: 1320px;
    }

    .span10 {
        /*width: 970px;*/
        width: 1200px;
    }

    .span9 {
        /*width: 870px;*/
        width: 1080px;
    }

    .span8 {
        /*width: 770px;*/
        width: 960px;
    }

    .span7 {
        /*width: 670px;*/
        width: 840px;
    }

    .span6 {
        /*width: 570px;*/
        width: 720px;
    }

    .span5 {
        /*width: 470px;*/
        width: 600px;
    }

    .span4 {
        /*width: 370px;*/
        width: 480px;
    }

    .span3 {
        /*width: 270px;*/
        width: 360px;
    }

    .span2 {
        /*width: 170px;*/
        width: 240px;
    }

    .span1 {
        /*width: 70px;*/
        width: 120px;
    }

    .offset12 {
        margin-left: 1230px;
    }

    .offset11 {
        margin-left: 1130px;
    }

    .offset10 {
        margin-left: 1030px;
    }

    .offset9 {
        margin-left: 930px;
    }

    .offset8 {
        margin-left: 830px;
    }

    .offset7 {
        margin-left: 730px;
    }

    .offset6 {
        margin-left: 630px;
    }

    .offset5 {
        margin-left: 530px;
    }

    .offset4 {
        margin-left: 430px;
    }

    .offset3 {
        margin-left: 330px;
    }

    .offset2 {
        margin-left: 230px;
    }

    .offset1 {
        margin-left: 130px;
    }

    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.564102564102564%;
        *margin-left: 2.5109110747408616%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.564102564102564%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145299145%;
        *width: 91.39979996362975%;
    }

    .row-fluid .span10 {
        width: 82.90598290598291%;
        *width: 82.8527914166212%;
    }

    .row-fluid .span9 {
        width: 74.35897435897436%;
        *width: 74.30578286961266%;
    }

    .row-fluid .span8 {
        width: 65.81196581196582%;
        *width: 65.75877432260411%;
    }

    .row-fluid .span7 {
        width: 57.26495726495726%;
        *width: 57.21176577559556%;
    }

    .row-fluid .span6 {
        width: 48.717948717948715%;
        *width: 48.664757228587014%;
    }

    .row-fluid .span5 {
        width: 40.17094017094017%;
        *width: 40.11774868157847%;
    }

    .row-fluid .span4 {
        width: 31.623931623931625%;
        *width: 31.570740134569924%;
    }

    .row-fluid .span3 {
        width: 23.076923076923077%;
        *width: 23.023731587561375%;
    }

    .row-fluid .span2 {
        width: 14.52991452991453%;
        *width: 14.476723040552828%;
    }

    .row-fluid .span1 {
        width: 5.982905982905983%;
        *width: 5.929714493544281%;
    }

    .row-fluid .offset12 {
        margin-left: 105.12820512820512%;
        *margin-left: 105.02182214948171%;
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.56410256410257%;
        *margin-left: 102.45771958537915%;
    }

    .row-fluid .offset11 {
        margin-left: 96.58119658119658%;
        *margin-left: 96.47481360247316%;
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.01709401709402%;
        *margin-left: 93.91071103837061%;
    }

    .row-fluid .offset10 {
        margin-left: 88.03418803418803%;
        *margin-left: 87.92780505546462%;
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.47008547008548%;
        *margin-left: 85.36370249136206%;
    }

    .row-fluid .offset9 {
        margin-left: 79.48717948717949%;
        *margin-left: 79.38079650845607%;
    }

    .row-fluid .offset9:first-child {
        margin-left: 76.92307692307693%;
        *margin-left: 76.81669394435352%;
    }

    .row-fluid .offset8 {
        margin-left: 70.94017094017094%;
        *margin-left: 70.83378796144753%;
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.37606837606839%;
        *margin-left: 68.26968539734497%;
    }

    .row-fluid .offset7 {
        margin-left: 62.393162393162385%;
        *margin-left: 62.28677941443899%;
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.82905982905982%;
        *margin-left: 59.72267685033642%;
    }

    .row-fluid .offset6 {
        margin-left: 53.84615384615384%;
        *margin-left: 53.739770867430444%;
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.28205128205128%;
        *margin-left: 51.175668303327875%;
    }

    .row-fluid .offset5 {
        margin-left: 45.299145299145295%;
        *margin-left: 45.1927623204219%;
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.73504273504273%;
        *margin-left: 42.62865975631933%;
    }

    .row-fluid .offset4 {
        margin-left: 36.75213675213675%;
        *margin-left: 36.645753773413354%;
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.18803418803419%;
        *margin-left: 34.081651209310785%;
    }

    .row-fluid .offset3 {
        margin-left: 28.205128205128204%;
        *margin-left: 28.0987452264048%;
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.641025641025642%;
        *margin-left: 25.53464266230224%;
    }

    .row-fluid .offset2 {
        margin-left: 19.65811965811966%;
        *margin-left: 19.551736679396257%;
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.094017094017094%;
        *margin-left: 16.98763411529369%;
    }

    .row-fluid .offset1 {
        margin-left: 11.11111111111111%;
        *margin-left: 11.004728132387708%;
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.547008547008547%;
        *margin-left: 8.440625568285142%;
    }

    input, textarea, .uneditable-input {
        margin-left: 0;
    }

    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 30px;
    }

    input.span12, textarea.span12, .uneditable-input.span12 {
        width: 1156px;
    }

    input.span11, textarea.span11, .uneditable-input.span11 {
        width: 1056px;
    }

    input.span10, textarea.span10, .uneditable-input.span10 {
        width: 956px;
    }

    input.span9, textarea.span9, .uneditable-input.span9 {
        width: 856px;
    }

    input.span8, textarea.span8, .uneditable-input.span8 {
        width: 756px;
    }

    input.span7, textarea.span7, .uneditable-input.span7 {
        width: 656px;
    }

    input.span6, textarea.span6, .uneditable-input.span6 {
        width: 556px;
    }

    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 456px;
    }

    input.span4, textarea.span4, .uneditable-input.span4 {
        width: 356px;
    }

    input.span3, textarea.span3, .uneditable-input.span3 {
        width: 256px;
    }

    input.span2, textarea.span2, .uneditable-input.span2 {
        width: 156px;
    }

    input.span1, textarea.span1, .uneditable-input.span1 {
        width: 56px;
    }

    .thumbnails {
        margin-left: -30px;
    }

    .thumbnails > li {
        margin-left: 30px;
    }

    .row-fluid .thumbnails {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .row {
        margin-left: -20px;
        *zoom: 1;
    }

    .row:before, .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 724px;
    }

    .span12 {
        width: 724px;
    }

    .span11 {
        width: 662px;
    }

    .span10 {
        width: 600px;
    }

    .span9 {
        width: 538px;
    }

    .span8 {
        width: 476px;
    }

    .span7 {
        width: 414px;
    }

    .span6 {
        width: 352px;
    }

    .span5 {
        width: 290px;
    }

    .span4 {
        width: 228px;
    }

    .span3 {
        width: 166px;
    }

    .span2 {
        width: 104px;
    }

    .span1 {
        width: 42px;
    }

    .offset12 {
        margin-left: 764px;
    }

    .offset11 {
        margin-left: 702px;
    }

    .offset10 {
        margin-left: 640px;
    }

    .offset9 {
        margin-left: 578px;
    }

    .offset8 {
        margin-left: 516px;
    }

    .offset7 {
        margin-left: 454px;
    }

    .offset6 {
        margin-left: 392px;
    }

    .offset5 {
        margin-left: 330px;
    }

    .offset4 {
        margin-left: 268px;
    }

    .offset3 {
        margin-left: 206px;
    }

    .offset2 {
        margin-left: 144px;
    }

    .offset1 {
        margin-left: 82px;
    }

    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.7624309392265194%;
        *margin-left: 2.709239449864817%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.7624309392265194%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.43646408839778%;
        *width: 91.38327259903608%;
    }

    .row-fluid .span10 {
        width: 82.87292817679558%;
        *width: 82.81973668743387%;
    }

    .row-fluid .span9 {
        width: 74.30939226519337%;
        *width: 74.25620077583166%;
    }

    .row-fluid .span8 {
        width: 65.74585635359117%;
        *width: 65.69266486422946%;
    }

    .row-fluid .span7 {
        width: 57.18232044198895%;
        *width: 57.12912895262725%;
    }

    .row-fluid .span6 {
        width: 48.61878453038674%;
        *width: 48.56559304102504%;
    }

    .row-fluid .span5 {
        width: 40.05524861878453%;
        *width: 40.00205712942283%;
    }

    .row-fluid .span4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%;
    }

    .row-fluid .span3 {
        width: 22.92817679558011%;
        *width: 22.87498530621841%;
    }

    .row-fluid .span2 {
        width: 14.3646408839779%;
        *width: 14.311449394616199%;
    }

    .row-fluid .span1 {
        width: 5.801104972375691%;
        *width: 5.747913483013988%;
    }

    .row-fluid .offset12 {
        margin-left: 105.52486187845304%;
        *margin-left: 105.41847889972962%;
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.76243093922652%;
        *margin-left: 102.6560479605031%;
    }

    .row-fluid .offset11 {
        margin-left: 96.96132596685082%;
        *margin-left: 96.8549429881274%;
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.1988950276243%;
        *margin-left: 94.09251204890089%;
    }

    .row-fluid .offset10 {
        margin-left: 88.39779005524862%;
        *margin-left: 88.2914070765252%;
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.6353591160221%;
        *margin-left: 85.52897613729868%;
    }

    .row-fluid .offset9 {
        margin-left: 79.8342541436464%;
        *margin-left: 79.72787116492299%;
    }

    .row-fluid .offset9:first-child {
        margin-left: 77.07182320441989%;
        *margin-left: 76.96544022569647%;
    }

    .row-fluid .offset8 {
        margin-left: 71.2707182320442%;
        *margin-left: 71.16433525332079%;
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.50828729281768%;
        *margin-left: 68.40190431409427%;
    }

    .row-fluid .offset7 {
        margin-left: 62.70718232044199%;
        *margin-left: 62.600799341718584%;
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.94475138121547%;
        *margin-left: 59.838368402492065%;
    }

    .row-fluid .offset6 {
        margin-left: 54.14364640883978%;
        *margin-left: 54.037263430116376%;
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.38121546961326%;
        *margin-left: 51.27483249088986%;
    }

    .row-fluid .offset5 {
        margin-left: 45.58011049723757%;
        *margin-left: 45.47372751851417%;
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.81767955801105%;
        *margin-left: 42.71129657928765%;
    }

    .row-fluid .offset4 {
        margin-left: 37.01657458563536%;
        *margin-left: 36.91019160691196%;
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.25414364640884%;
        *margin-left: 34.14776066768544%;
    }

    .row-fluid .offset3 {
        margin-left: 28.45303867403315%;
        *margin-left: 28.346655695309746%;
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.69060773480663%;
        *margin-left: 25.584224756083227%;
    }

    .row-fluid .offset2 {
        margin-left: 19.88950276243094%;
        *margin-left: 19.783119783707537%;
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.12707182320442%;
        *margin-left: 17.02068884448102%;
    }

    .row-fluid .offset1 {
        margin-left: 11.32596685082873%;
        *margin-left: 11.219583872105325%;
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.56353591160221%;
        *margin-left: 8.457152932878806%;
    }

    input, textarea, .uneditable-input {
        margin-left: 0;
    }

    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 20px;
    }

    input.span12, textarea.span12, .uneditable-input.span12 {
        width: 710px;
    }

    input.span11, textarea.span11, .uneditable-input.span11 {
        width: 648px;
    }

    input.span10, textarea.span10, .uneditable-input.span10 {
        width: 586px;
    }

    input.span9, textarea.span9, .uneditable-input.span9 {
        width: 524px;
    }

    input.span8, textarea.span8, .uneditable-input.span8 {
        width: 462px;
    }

    input.span7, textarea.span7, .uneditable-input.span7 {
        width: 400px;
    }

    input.span6, textarea.span6, .uneditable-input.span6 {
        width: 338px;
    }

    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 276px;
    }

    input.span4, textarea.span4, .uneditable-input.span4 {
        width: 214px;
    }

    input.span3, textarea.span3, .uneditable-input.span3 {
        width: 152px;
    }

    input.span2, textarea.span2, .uneditable-input.span2 {
        width: 90px;
    }

    input.span1, textarea.span1, .uneditable-input.span1 {
        width: 28px;
    }
}

@media (max-width: 767px) {
    body {
        padding-right: 20px;
        padding-left: 20px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: -20px;
        margin-left: -20px;
    }

    .container-fluid {
        padding: 0;
    }

    .dl-horizontal dt {
        float: none;
        width: auto;
        clear: none;
        text-align: left;
    }

    .dl-horizontal dd {
        margin-left: 0;
    }

    .container {
        width: auto;
    }

    .row-fluid {
        width: 100%;
    }

    .row, .thumbnails {
        margin-left: 0;
    }

    .thumbnails > li {
        float: none;
        margin-left: 0;
    }

    [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span12, .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="offset"]:first-child {
        margin-left: 0;
    }

    .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
        display: inline-block;
        width: auto;
    }

    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 0;
    }

    .modal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0;
    }

    .modal.fade {
        top: -100px;
    }

    .modal.fade.in {
        top: 20px;
    }
}

@media (max-width: 480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0);
    }

    .page-header h1 small {
        display: block;
        line-height: 20px;
    }

    input[type="checkbox"], input[type="radio"] {
        /* border: 1px solid #ccc;
        */
    }

    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }

    .form-horizontal .controls {
        margin-left: 0;
    }

    .form-horizontal .control-list {
        padding-top: 0;
    }

    .form-horizontal .form-actions {
        padding-right: 10px;
        padding-left: 10px;
    }

    .media .pull-left, .media .pull-right {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    .media-object {
        margin-right: 0;
        margin-left: 0;
    }

    .modal {
        top: 10px;
        right: 10px;
        left: 10px;
    }

    .modal-header .close {
        padding: 10px;
        margin: -10px;
    }

    .carousel-caption {
        position: static;
    }
}

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: static;
    }

    .navbar-fixed-top {
        margin-bottom: 20px;
    }

    .navbar-fixed-bottom {
        margin-top: 20px;
    }

    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding: 5px;
    }

    .navbar .container {
        width: auto;
        padding: 0;
    }

    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 -5px;
    }

    .nav-collapse {
        clear: both;
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }

    .nav-collapse .nav > li {
        float: none;
    }

    .nav-collapse .nav > li > a {
        margin-bottom: 2px;
    }

    .nav-collapse .nav > .divider-vertical {
        display: none;
    }

    .nav-collapse .nav .nav-header {
        color: #777777;
        text-shadow: none;
    }

    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 2px;
    }

    .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
        background-color: #f2f2f2;
    }

    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999999;
    }

    .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
        background-color: #111111;
    }

    .nav-collapse.in .btn-group {
        padding: 0;
        margin-top: 5px;
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        display: none;
        float: none;
        max-width: none;
        padding: 0;
        margin: 0 15px;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .nav-collapse .open > .dropdown-menu {
        display: block;
    }

    .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
        display: none;
    }

    .nav-collapse .dropdown-menu .divider {
        display: none;
    }

    .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
        display: none;
    }

    .nav-collapse .navbar-form, .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111111;
        border-bottom-color: #111111;
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }

    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }

    .navbar .btn-navbar {
        display: block;
    }

    .navbar-static .navbar-inner {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }
}

@charset "UTF-8";

@font-face {
  font-family: 'andepict';
  src: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/font/andepict.eot");
  src: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/font/andepict.eot?#iefix") format('embedded-opentype'), url("https://www.aminoz.com.au/skin/frontend/default/buyshop/font/andepict.woff") format('woff'), url("https://www.aminoz.com.au/skin/frontend/default/buyshop/font/andepict.ttf") format('truetype'), url("https://www.aminoz.com.au/skin/frontend/default/buyshop/font/andepict.svg#andepict") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'andepict';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
}

/* makes sure icons active on rollover in links */
a[class^="icon-"],
a[class*=" icon-"],
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration:none !important;
}
a[class^="icon-"]:hover,
a[class*=" icon-"]:hover,
a [class^="icon-"]:hover,
a [class*=" icon-"]:hover {
  text-decoration:none !important;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
/*  vertical-align: -10%;
*/  font-size: 22px;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -15px;
  margin-left: 25px;
}
ul.icons li { margin-bottom:5px;}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: 15px;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .35em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .35em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .35em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  height: .75em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .45em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

.icon-plus:before { content: '\2b'; } /* '+' */
.icon-gplus:before { content: '\e802'; } /* '' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-call:before { content: '\37'; } /* '7' */
.icon-at:before { content: '\40'; } /* '@' */
.icon-at-1:before { content: '\e837'; } /* '' */
.icon-appstore:before { content: '\41'; } /* 'A' */
.icon-youtube:before { content: '\55'; } /* 'U' */
.icon-email:before { content: '\5d'; } /* ']' */
.icon-ebay:before { content: '\65'; } /* 'e' */
.icon-cart:before { content: '\c9'; } /* 'É' */
.icon-bitbucket:before { content: '\e9'; } /* 'é' */
.icon-left-thin:before { content: '\2190'; } /* '←' */
.icon-left-2:before { content: '\e803'; } /* '' */
.icon-left-1:before { content: '\e801'; } /* '' */
.icon-left:before { content: '\e800'; } /* '' */
.icon-up-thin:before { content: '\2191'; } /* '↑' */
.icon-up-2:before { content: '\e806'; } /* '' */
.icon-up-1:before { content: '\e805'; } /* '' */
.icon-up:before { content: '\e804'; } /* '' */
.icon-right-thin:before { content: '\2192'; } /* '→' */
.icon-right-2:before { content: '\e80c'; } /* '' */
.icon-right-1:before { content: '\e80b'; } /* '' */
.icon-right:before { content: '\e80a'; } /* '' */
.icon-down-thin:before { content: '\2193'; } /* '↓' */
.icon-down-2:before { content: '\e809'; } /* '' */
.icon-down-1:before { content: '\e808'; } /* '' */
.icon-down:before { content: '\e807'; } /* '' */
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-home-1:before { content: '\e80d'; } /* '' */
.icon-star-1:before { content: '\e80e'; } /* '' */
.icon-star:before { content: '\2605'; } /* '★' */
.icon-star-empty:before { content: '\2606'; } /* '☆' */
.icon-check:before { content: '\2611'; } /* '☑' */
.icon-th-list:before { content: '\2630'; } /* '☰' */
.icon-heart:before { content: '\2665'; } /* '♥' */
.icon-music:before { content: '\266b'; } /* '♫' */
.icon-th:before { content: '\268f'; } /* '⚏' */
.icon-cog-2:before { content: '\e810'; } /* '' */
.icon-cog-1:before { content: '\e80f'; } /* '' */
.icon-cog:before { content: '\2699'; } /* '⚙' */
.icon-attention:before { content: '\26a0'; } /* '⚠' */
.icon-flight:before { content: '\2708'; } /* '✈' */
.icon-mail-2:before { content: '\e812'; } /* '' */
.icon-mail-1:before { content: '\e811'; } /* '' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-edit-1:before { content: '\e813'; } /* '' */
.icon-edit:before { content: '\270d'; } /* '✍' */
.icon-ok-1:before { content: '\e814'; } /* '' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-tag-1:before { content: '\e815'; } /* '' */
.icon-tag:before { content: '\e70c'; } /* '' */
.icon-camera-alt:before { content: '\e70f'; } /* '' */
.icon-reply:before { content: '\e712'; } /* '' */
.icon-reply-all:before { content: '\e713'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-comment:before { content: '\e718'; } /* '' */
.icon-comment-alt:before { content: '\e71a'; } /* '' */
.icon-chat-1:before { content: '\e816'; } /* '' */
.icon-chat:before { content: '\e720'; } /* '' */
.icon-vcard:before { content: '\e722'; } /* '' */
.icon-trash-3:before { content: '\e818'; } /* '' */
.icon-trash-2:before { content: '\e817'; } /* '' */
.icon-trash-1:before { content: '\e729'; } /* '' */
.icon-basket-1:before { content: '\e819'; } /* '' */
.icon-basket:before { content: '\e73d'; } /* '' */
.icon-popup:before { content: '\e74c'; } /* '' */
.icon-zoom-in:before { content: '\e750'; } /* '' */
.icon-zoom-out:before { content: '\e751'; } /* '' */
.icon-left-open-1:before { content: '\e81a'; } /* '' */
.icon-left-open:before { content: '\e75d'; } /* '' */
.icon-right-open-1:before { content: '\e81b'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-arrows-cw:before { content: '\e760'; } /* '' */
.icon-flow-tree:before { content: '\e792'; } /* '' */
.icon-basket-alt:before { content: '\e7ae'; } /* '' */
.icon-mobile-alt:before { content: '\e7b0'; } /* '' */
.icon-aboveground-rail:before { content: '\e829'; } /* '' */
.icon-airfield:before { content: '\e82f'; } /* '' */
.icon-airport:before { content: '\e82e'; } /* '' */
.icon-belowground-rail:before { content: '\e82d'; } /* '' */
.icon-bus:before { content: '\e82b'; } /* '' */
.icon-cafe:before { content: '\e832'; } /* '' */
.icon-cinema:before { content: '\e831'; } /* '' */
.icon-college:before { content: '\e82a'; } /* '' */
.icon-credit-card:before { content: '\e81c'; } /* '' */
.icon-ferry:before { content: '\e828'; } /* '' */
.icon-fuel:before { content: '\e834'; } /* '' */
.icon-garden:before { content: '\e833'; } /* '' */
.icon-grocery-store:before { content: '\e81e'; } /* '' */
.icon-post:before { content: '\e82c'; } /* '' */
.icon-shop:before { content: '\e835'; } /* '' */
.icon-spin5:before { content: '\e838'; } /* '' */
.icon-trash:before { content: '\e83d'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile-1:before { content: '\f10b'; } /* '' */
.icon-facebook:before { content: '\f300'; } /* '' */
.icon-facebook-rect:before { content: '\f301'; } /* '' */
.icon-facebook-rect-1:before { content: '\e824'; } /* '' */
.icon-twitter-bird:before { content: '\f303'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-icq:before { content: '\e830'; } /* '' */
.icon-googleplus-rect:before { content: '\f309'; } /* '' */
.icon-skype:before { content: '\f30b'; } /* '' */
.icon-tumblr-rect:before { content: '\f310'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-linkedin-rect:before { content: '\e81d'; } /* '' */
.icon-pinterest-circled:before { content: '\f313'; } /* '' */
.icon-globe:before { content: '🌐'; } /* '\1f310' */
.icon-gift:before { content: '\f381'; } /* '' */
.icon-video:before { content: '\f3ac'; } /* '' */
.icon-thumbs-up-1:before { content: '\e81f'; } /* '' */
.icon-thumbs-up:before { content: '\f44d'; } /* '' */
.icon-thumbs-down-1:before { content: '\e820'; } /* '' */
.icon-thumbs-down:before { content: '\f44e'; } /* '' */
.icon-user-2:before { content: '\e822'; } /* '' */
.icon-user-1:before { content: '\e821'; } /* '' */
.icon-user:before { content: '\f464'; } /* '' */
.icon-users-1:before { content: '\e823'; } /* '' */
.icon-users:before { content: '\f465'; } /* '' */
.icon-dollar:before { content: '\f4b5'; } /* '' */
.icon-monitor:before { content: '\f4bb'; } /* '' */
.icon-briefcase:before { content: '\f4bc'; } /* '' */
.icon-doc:before { content: '\f4c4'; } /* '' */
.icon-chart-bar:before { content: '\f4ca'; } /* '' */
.icon-attach:before { content: '\f4ce'; } /* '' */
.icon-book:before { content: '\f4d5'; } /* '' */
.icon-phone:before { content: '\f4de'; } /* '' */
.icon-download:before { content: '\f4e5'; } /* '' */
.icon-mobile:before { content: '\f4f1'; } /* '' */
.icon-camera-2:before { content: '\e836'; } /* '' */
.icon-search-2:before { content: '\e826'; } /* '' */
.icon-search-1:before { content: '\e825'; } /* '' */
.icon-search:before { content: '\f50d'; } /* '' */
.icon-lock:before { content: '\f512'; } /* '' */
.icon-lock-open:before { content: '\f513'; } /* '' */
.icon-link:before { content: '\f517'; } /* '' */
.icon-wrench-1:before { content: '\e827'; } /* '' */
.icon-wrench:before { content: '\f527'; } /* '' */
.icon-clock-alt:before { content: '\f553'; } /* '' */
.icon-clock:before { content: '\f554'; } /* '' */
.icon-truck:before { content: '\f69a'; } /* '' */
/* Elastislide Style */
/*.carousel { position:static;}
*/.es-carousel-wrapper {
/*	position:relative;
*/	margin:0 -10px;
}
@media only screen and (max-width: 767px) {
 .es-carousel-wrapper {
 margin-left:0;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
 .es-carousel-wrapper {
 margin-left:0;
}
}
.es-carousel {
	overflow:hidden;
	padding: 0 10px;
	margin-top:10px;
	margin-bottom:10px;
}
.style1 .es-carousel {
}
.style2 .es-carousel {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.27);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:0;
	margin: 10px;
	background-color:#fff;
}
.es-carousel .product_outer {
	display:none;
}
.es-carousel .product_outer .product {
	height:100%;
	display:block;
	float:left;
}
.es-nav a.btn {
	position:absolute;
	top:-35px;
	right:50px;
	background-color:#e2e2e2;
	width:34px;
	height:26px;
	padding: 4px 0;
	margin-top:-13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.es-nav a.btn:hover {
	color:#fff;
	background-color:#9d3bc6;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;

}
.es-nav span.disable a.btn:hover { background-color:#e2e2e2;}
.style1 .es-nav a.btn {
	top:-30px;
}
.es-nav span.es-nav-next a.btn{
	right:8px;
	left:auto;
}
.es-nav span:hover {
	opacity:1.0;
}




.fb_outer { width: 100%;
}
.fb_outer .items_row { margin:10px 0 0 0; overflow:hidden; width:100%;}
.fb_outer .items_row .item { float:left; text-align:left; width:33%; font-size:11px;  }
.fb_outer .items_row .item .name { width:60px; text-align:center; }
.fb_outer .items_row .item .name a { text-decoration:none;}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 25px 0;
    background: #fff;
    border-top: 2px solid #fff;
    position: relative;
    zoom: 1;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);

}

.flexslider.big {
    overflow: hidden;
}

.flex-viewport {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    z-index: 1;
}

.catalog-product-view .flex-viewport {
    max-height: 105px;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 59px;
    height: 53px;
    margin: -20px 0 0;
    display: block;
    background: #f8f8f8;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    -webkit-transition: all .3s ease;
    font-size: 40px;
    line-height: 40px;
    padding-top: 8px;
    color: #9d3bc6;
}

.flex-direction-nav .flex-next {
    right: -59px;
}

.flex-direction-nav .flex-prev {
    left: -59px;
}

.flexslider:hover .flex-next, .flexslider:hover .flex-prev {

    -webkit-transition: all .3s ease;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {

    color: #9d3bc6;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

.flexslider.big .flex-direction-nav .flex-next, .flexslider.big .next-slider {
    right: -100px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.flexslider.big .flex-direction-nav .flex-prev, .flexslider.big .prev-slider {
    left: -100px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.flexslider.big:hover .flex-next, .flexslider.big:hover .next-slider {
    right: 100px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.flexslider.big:hover .flex-prev, .flexslider.big:hover .prev-slider {
    left: 100px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;

    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.next-slider, .prev-slider {
    position: absolute;
    z-index: 201;
    display: none;
    top: 60%;
}

.next-slider img, .prev-slider img {
    border-radius: 4px;
    box-shadow: 0 0 6px #afafaf;
    border: 2px solid #fff;
    background: #fff;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

.loader-slider {
    background: #9d3bc6;
    height: 5px;
    position: absolute;
    bottom: 0;
    z-index: 200;
    width: 0%;
}

/* Large desktop */
@media (min-width: 1200px) {
    .next-slider, .prev-slider {
        top: 61%;
        width: 242px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .next-slider, .prev-slider {
        top: 60%;
        width: 242px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .next-slider, .prev-slider {
        top: 70%;
        width: 205px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .next-slider, .prev-slider {
        top: 70%;
        width: 155px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .next-slider, .prev-slider {
        top: 80%;
        width: 115px;
    }
}

.flexslider.small {
    margin: 0 0 30px 0;
    background: #fff;
    border: none;
    box-shadow: none;
}

.flexslider.small .flex-direction-nav a {
    position: absolute;
    top: auto;
    bottom: 14px;
    right: auto;
    left: 10px;
    background: #e2e2e2;
    width: 34px;
    height: 32px;
    padding: 1px 0 0 0;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}

.flexslider.small .flex-direction-nav .flex-next {
    left: 57px;
}

.flexslider.small .flex-direction-nav .flex-prev {
    left: 12px;
}

.flexslider.small .flex-next:hover, .flexslider.small .flex-prev:hover {
    color: #fff;
}

.flexslider.small .slides img {
    border-radius: 5px;
}

.flexslider.banners {
    padding: 1px 7px 0 7px;
    border-bottom: 5px solid #9d3bc6;
    border-radius: 6px 6px 0 0;
    position: relative;
}

.banners_outer {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    margin: 10px 0;
    padding-bottom: 35px;
}

.flexslider.banners ul {
    background: none;
}

.flexslider.banners .flex-direction-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.flexslider.banners .flex-direction-nav a {
    position: absolute;
    bottom: 0;
    margin-top: 20px;
    background-color: #e2e2e2;
    width: 28px;
    height: 25px;
    padding: 1px 0;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}

.flexslider.banners .flex-direction-nav a:hover {
    color: #fff;

    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.flexslider.banners .flex-direction-nav .flex-next {
    right: 12px;
    left: auto;
}

.flexslider.banners .flex-direction-nav .flex-prev {
    right: 47px;
    left: auto;
}

.flexslider.vertical {
    border: none;
    box-shadow: none;
    position: relative;
}

@media (max-width: 780px) {
    .flexslider.vertical {
        margin-bottom: 80px;
    }
}

.flexslider.vertical ul {
    margin: 5px 0 0 5px;
    padding: 0;
    list-style: none;
    display: block;
    border: none;
}

.flexslider.vertical .flex-viewport {
    height: 356px !important;
    width: 180px;
    overflow: hidden;
}

.flexslider.vertical .flex-viewport li {
    height: 183px;
    width: 170px;
}

.flexslider.vertical .flex-viewport li img {
    padding: 5px;
    display: block;
    float: none;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    width: 160px;
    height: 153px;
}

.flexslider.vertical .flex-direction-nav {
    position: absolute;
    bottom: -30px;
    right: -5px;
}

.flexslider.vertical .flex-direction-nav a {
    position: absolute;
    background-color: #e2e2e2;
    color: #fff;
    width: 34px;
    height: 33px;
    padding: 0;
    font-size: 24px;
    line-height: 33px;
    opacity: 1;
}

.flexslider.vertical .flex-direction-nav a:hover {
    color: #fff;
    background-color: #9d3bc6;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.flexslider.vertical .carousel_nav a.carousel_prev.btn {
}

.flexslider.vertical .flex-direction-nav .flex-next {
    right: 0;
    left: auto;
}

.flexslider.vertical .flex-direction-nav .flex-prev {
    right: 42px;
    left: auto;
}

/*******************************v 1.4***********************************/
.flexslider.more-views {
    margin-top: 10px;
    border: none;
    box-shadow: none;
    position: relative;
}

.flexslider.more-views ul {
    /*margin-top: 20px;*/
    padding: 0;
    list-style: none;
    display: block;
    border: none;
    /*margin-bottom:20px;*/
    margin-bottom: 0;
}

.flexslider.more-views .flex-viewport {
    /*width:70px;*/
    /*margin-left:-5px;*/
    /*margin-top:-5px;*/
    /*padding: 5px;*/
    margin-left: -8px;
    /*margin-right: -8px;*/
}

.flexslider.more-views  li {
    width:87px;
    /*height:72px;*/
    /*padding: 5px;*/
    /*width: 95px !important;*/
    margin: 0 8px;
    /*padding: 0 10px;*/
    box-shadow: none;
    border-radius: 0;
}

.flexslider.more-views .flex-viewport li:last-child {
    position: relative;
    left: -2px;
}

.flexslider.more-views  li img {
    display: block;
    float: none;
    background-color: #fff;
    /*border-radius: 6px;*/
    background-color: #fff;
    border: 1px solid #e0e0e0;
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
}

.flexslider.more-views .flex-viewport li .active img {
    border-color: #ff7901;
}

.flexslider.more-views .flex-direction-nav {
    position: absolute;
    /*bottom:-60px;*/
    /*right:-5px;*/
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.flexslider.more-views .flex-direction-nav a {
    position: absolute;
    top: 0;
    margin: 0;
    background: none;
    color: #fff;
    /*width:34px;*/
    /*height:33px;*/
    width: 10px;
    height: 100%;
    padding: 0;
    font-size: 24px;
    line-height: 33px;
    opacity: 1;
}

.flexslider.more-views .flex-direction-nav a:hover {
    background: rgba(255, 255, 255, 0.6) !important;
}

.flexslider.more-views .flex-direction-nav li i {
    width: 100%;
    text-indent: 2px;
    font-size: 10px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 24px;
    line-height: 33px;
    text-align: center;

}

.flexslider.more-views .flex-direction-nav li i:hover {
    color: #fff;
}

.flexslider.more-views .flex-direction-nav a:hover {

    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.flexslider.more-views .carousel_nav a.carousel_prev.btn {
}

.flexslider.more-views .flex-direction-nav .flex-next {
    right: 0;
    left: auto;
}

.flexslider.more-views .flex-direction-nav .flex-prev {
    right: auto;
    left: 0;
}
.product-img-box .more-views li:nth-of-type(1) {
    margin-left: 0;
}
.product-img-box .more-views .flex-viewport li:nth-of-type(1) {
    margin-left: 8px;
}

.select_wrapper { display:inline-block;  padding-right:10px;}
.select_wrapper.width1 { width:100px;}
.select_wrapper.width2 { width:55px;}
.select_wrapper.fullwidth { width:98%;}
.sbHolder{
	background-color: #fff;
	border: solid 1px #cfcfcf;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	position: relative;
	z-index:3001;
	width: 100%;
	text-align:left;
}
.select_wrapper.fullwidth .sbHolder{
	border-radius: 3px;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
	background-color: #fff;
	border: none;
	font-size: 14px;
	font-weight: normal;
	height: 34px;
	position: relative;
	z-index:auto;
	width: 100%;
	text-align:left;
	margin-bottom:10px;
}
.sbSelector{
	display: block;
	height: 22px;
	left: 0;
	line-height: 22px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:  100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.select_wrapper.fullwidth .sbSelector {
	height: 32px;
	line-height: 32px;
}
.select_wrapper.fullwidth .sbSelector:link, .select_wrapper.fullwidth .sbSelector:visited, .select_wrapper.fullwidth .sbSelector:hover{
	color: #555555;
	outline: none;
	line-height:34px;
	text-decoration: none;
}
.sbToggle{
	background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/select-icons.png) 0 0 no-repeat #f6f6f6;
	display: block;
	height: 18px;
	outline: none;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 18px;
}
.select_wrapper.fullwidth .sbToggle{
	background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/select-icons-big.png) 0 0 no-repeat #f6f6f6;
	display: block;
	height: 28px;
	width: 29px;
}

.sbToggle:hover{
	background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/select-icons.png) 0 -18px no-repeat #f6f6f6;
}
.sbToggleOpen{
	background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/select-icons.png) 0 -36px no-repeat #f6f6f6;
}
.sbToggleOpen:hover{
	background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/select-icons.png) 0 -54px no-repeat #f6f6f6;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.select_wrapper.fullwidth .sbOptions{
	background-color: #fff;
	border: 1px solid #eaeaea;
	height: 180px;
}

.sbOptions li{
	padding: 0 7px;
}
.sbOptions a {
	border-bottom: dotted 1px #ccc;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions li:last-child a { border: none;}
.sbOptions a:link, .sbOptions a:visited{
	color: #999;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
}
.select_wrapper.fullwidth .sbOptions a:hover,
.select_wrapper.fullwidth .sbOptions a:focus,
.select_wrapper.fullwidth .sbOptions a.sbFocus{
	color: #555555;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
@font-face {
    font-family: 'ProximaNovaRg';
    src: url('https://www.aminoz.com.au/skin/frontend/default/buyshop/font/ProximaNova-Regular.woff2') format('woff2'),
    url('https://www.aminoz.com.au/skin/frontend/default/buyshop/font/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBd';
    src: url('https://www.aminoz.com.au/skin/frontend/default/buyshop/font/ProximaNova-Bold.woff2') format('woff2'),
    url('https://www.aminoz.com.au/skin/frontend/default/buyshop/font/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaLt';
    src: url('https://www.aminoz.com.au/skin/frontend/default/buyshop/font/ProximaNova-Light.woff2') format('woff2'),
    url('https://www.aminoz.com.au/skin/frontend/default/buyshop/font/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {

    font-size: 14px;
    font-family: 'ProximaNovaRg', arial;
    line-height: 1.25em;
}

/*body, .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	 -webkit-transition:all .2s linear;
	 -moz-transition:all .2s linear;
	 -o-transition:all .2s linear;
	 transition:all .2s linear;
}
*/
* {
    box-sizing: border-box;
}
ul, ol {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    transition: all 0.3s;
    text-decoration: none;
}
b {
    font-family: 'ProximaNovaBd';
}
a.button,
a.button-checkout {
    text-decoration: none;
}
a.button,
.button,
button{
    background:#ff7901;
    color: #fff;
    line-height: 32px;
}
.a.button:hover,
.button:hover,
button:hover{
    background:#e56c00;
    color: #fff;
}
button:focus {
    box-shadow: none;
    outline: none;
}
a:hover {
    color: #000;
}

a:focus {
    outline: none;
}

a.underline {
    text-decoration: underline;
}


a.underline:hover {
    text-decoration: none;
}

h1 {
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;

    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    padding-right: 65px;
}

h2 a, h2 a:hover {
    text-decoration: none;
}

h2 span, h2 a.active {
    color: #9d3bc6;
}

h2 [class^="icon-"], h2 [class*=" icon-"] {
    display: block;
    float: left;
    color: #9d3bc6;
    margin: -2px 10px 0 0;
    font-size: 20px;
}

h2.nopadding {
    padding: 0;
}

h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    font-weight: normal;
}

h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

h4 [class^="icon-"], h4 [class*=" icon-"] {
    display: block;
    float: left;
    color: #9d3bc6;
    margin: -2px 10px 0 0;
    font-size: 20px;
    white-space: nowrap;
}

h5 {
    font: normal 24px/26px Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0;
    padding: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    box-shadow: none;
    outline: none;
}
#wrap {
    min-height: 60%;
    height: auto !important;
    height: 100%;
    /*z-index: 3001;
    position: relative;*/
}
.mobile-menu ul li a.icon-collapse {
    position: absolute;
    right:22px;
    top: 4px;
    z-index: 100;
}
.wrapper {
    overflow: hidden;
    width: 100%;
}

.wrapper_w {
    display: inline-block;
    width: 100%;
}

.padding-1 {
    padding: 25px 0 0 0;
}

.padding-2 {
    padding: 0 0 0 10px;
}

.margin-1 {
    margin-top: 20px;
    margin-bottom: 32px;
}

.margin-2 {
    margin-top: 12px;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.hide {
    display: none;
}

.hover {
    z-index: 1000;
}

.col-1, .col-2, .col-3 {
    float: left;
}

.col {
    float: left;
}

p.small {
    font-size: 0.75em;
    line-height: 1.25em;
}

a.btn {
    margin: 0;
    padding: 5px 0 0 26px;
    border: none;
    border-radius: 0px;
    background: #9d3bc6;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

a.btn:hover {
    background: #6a2886;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.custom_color, a .custom_color {
    color: #9d3bc6;
}

a:hover .custom_color, a.custom_color:hover {

    color: #9d3bc6;
}

/*HEADER*/
#header {
    padding: 0;
    background-size: 560px 165px;
}

#header .header-icons-wrap {
    float: left;
    width: 54%;
    padding-left: 75px;
}

#header .header-icons-inner {
    display: flex;
    justify-content: space-around;
    max-width: none;
    width: auto;
}

#header .header-icons-inner .header-icons-fourcol h2 {
    margin-top: 14px;
    line-height: 100%;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
#header .header-icons-inner .header-icons-fourcol h2 + br {
    display: none;
}
#header .header-icons-inner .header-icons-fourcol span {
    text-align: center;
    font-size: 12px;
}

#header .header-icons-inner .header-icons-fourcol:nth-child(2):before {
    width: 38px;
    -ms-background-position-x: -41px;
    background-position-x: -41px;
}

#header .header-icons-inner .header-icons-fourcol:nth-child(3):before {
    width: 38px;
    -ms-background-position-x: -94px;
    background-position-x: -94px;
}

#header .header-icons-inner .header-icons-fourcol:before {
    content: '';
    display: block;
    height: 28px;
    width: 30px;
    margin: 0 auto;
    background: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/images/icon-sprite2.png") no-repeat left -60px;
}

#header .pull-right {
    padding-top: 16px;
    width: 100%;
    max-width: 320px;

}

form#search_mini_form.searchautocomplete div.form-search input#search.input-text {
    margin: 0 !important;
    padding: 0 40px 0 5px !important;
    width: 100%;
    height: 32px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #a8a8a8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form#search_mini_form.searchautocomplete div.form-search button.button {
    left: auto !important;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/images/icon-sprite2.png") no-repeat -269px -2px;
    background-color: #ff7901;
}

form#search_mini_form.searchautocomplete div.form-search button.button span {
    display: none;
}

#logo {
    padding: 10px 0;
    float: left;
    max-width: 330px;
}

/*topline*/
#wrap #topline {
    padding: 0 0 4px;
    /*background: #333333;*/
    /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);*/
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #9b9b9b;
    line-height: 18px;
    /*height: 20px;*/
    height: auto;
}

#topline .container {
    position: relative;
}

#topline .wrapper_w {
    position: absolute;
    top: 5px;
    right: 30px;
}

#topline .toplink-account,
#topline .button--share {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
#topline .toplink-account {
    margin-right: 0;
    padding-right: 0;
}
/*#topline .toplink-account:after,*/
#topline .button--share:after{
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    display: inline-block;
    height: 7px;
    border-right: 1px dotted #000000;
    right: -25px;
}
.btn--account.loggedout {
    padding-right: 20px;
    margin-right: 13px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.show-acc-menu.btn--account {
    white-space: nowrap;
    margin-right: 13px;
}
/*.show-acc-menu.btn--account:after */
.btn--account.loggedout:after,
.show-acc-menu.btn--account:after{
    position: absolute;
    right: 0;
    top: 19px;
    content: '';
    display: inline-block;
    height: 7px;
    border-right: 1px dotted #000000;

}
.show-acc-menu.btn--account:after,
.btn--account.loggedout:after{
    top: 12px;
}
#wrap #topline .alignright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
   min-width: none;
    width: auto;
}

#wrap #topline .fadelink {
    margin: 0;
    padding: 0;
}
#wrap #topline .fadelink .product-name {
    white-space: normal;
}
#topline .fadelink .pull-right{
    float: none;
}

#wrap #topline .toplink-items {
    display: flex;
    align-items: center;
    position: relative;
    width: 67%;
    justify-content: flex-end;
}

#topline .button--share {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 0px;
    width: calc(33% - 20px);
    padding-right: 0;
    margin-top: 0px;
    margin-right: 10px;
}

#topline .btn--account,
#topline .btn--cart {
    width: auto;
    background: none;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
#topline .btn--cart {
    padding-left: 0;
}
#topline .btn--account span,
#topline .btn--cart span {
    display: inline-block;
    margin-top: 6px;
    margin-left: 3px;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
}
.account-create .form-list label {
    font-weight: 400;
    font-family: 'ProximaNovaRg';
    font-size: 14px;
}
#topline .btn--account:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 24px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/icon-sprite2.png) no-repeat -169px -6px;
    top: 2px;
    left: 0px;
    position: relative;
    margin-right: 0;
}
.show-acc-menu.btn--account:before {
    top: 2px;
}
#topline .btn--cart:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/icon-sprite2.png) no-repeat -212px -6px;
    position: relative;
    top: 1px;
    left: 7px;
}

#topline .phone span {
    color: #fff;
}

#topline a {
    color: #9d3bc6;
    text-decoration: none;
}

#topline a:hover {
    text-decoration: none;
}

#topline .fadelink {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 2px;
    text-align: left;
    white-space: nowrap;
    z-index: 50005;
}

#topline .fadelink .ul_wrapper {
    position: absolute;
    top: 15px;
    z-index: 100;
    display: none;
}

#topline .fadelink .ul_wrapper ul {
    background: none repeat scroll 0 0 #4A4A4A;
    border-radius: 0;
    box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.1);
    padding: 7px 30px 7px 7px;
    width: auto;
}

#topline .fadelink li {
    padding: 2px 0;
}

#topline .fadelink li a, #topline .fadelink > a {
    color: #b6b6b6;
    text-decoration: none;
}


#topline .fadelink > a {
    display: block;
    margin-top: -1px;
    padding: 2px 30px 1px 7px;
    border-radius: 0px;
    background: #4a4a4a url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/arrow_down.png) no-repeat right -2px;
    color: #b6b6b6;
    text-decoration: none;
    font: 12px/14px Arial, Helvetica, sans-serif;
}

#topline .fadelink > a:hover {
    text-decoration: none;
}

#topline img {
    padding-right: 5px;
    vertical-align: middle;
}

.triangle-left, .triangle-right {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
}

.triangle-left:before, .triangle-right:before {
    content: '';
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.triangle-left:before {
    border-right: 10px solid #ff7901;
}

.triangle-right:before {
    border-left: 10px solid #ff7901;
}
.cms-index-index #megamenu {
    background: rgba(0, 0, 0, 0.7);
    z-index: 201;
}
#megamenu {
    background: rgba(0, 0, 0, 1);
    z-index: 201;
}

.catalog-product-view #megamenu,
.catalog-category-view #megamenu {
    background: #000000;
}
.container {
    width: 100% !important;
    max-width: 1520px;
    padding: 0 30px;
}
#productSpecialOfferPrice .pricebeatCircleContent {
    position: relative;
    /*width: 15px;
    height: 15px;*/
    font-family: 'ProximaNovaBd';
    font-weight: bold;
    padding: 3px 3px 4px 4px;
    margin-right: 10px;
}

#productSpecialOfferPrice .pricebeatCircleContent:after {
    /*content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border: 1px solid #ff7901;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
}

#megamenu #nav {
    display: flex;
    justify-content: center;
}


#megamenu #nav li:last-child {
    margin-right: 0;
}

#megamenu #nav > li:last-child > a {
    color: #ff7901;
}
#megamenu #nav > li:last-child > a:hover,
#megamenu #nav > li:last-child:hover > a{
    color: #fff;
}
#megamenu #nav li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-family: 'ProximaNovaRg';
}

.cms-index-index .flex-slider #column_center {
    margin-top: -52px;
    float: none;
}

.cms-index-index .flexslider.big {
    border: none;
    overflow: hidden;
    float: none;
}

.cms-index-index .flexslider.big .flex-viewport {
    overflow: hidden;
}

#club_z_savings_top_banner .top-menu-link {
    position: absolute;
    top: 20px;
    display: flex;
}

#club_z_savings_top_banner .top-menu-link a {
    margin-right: 15px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}

#club_z_savings_top_banner .top-menu-link a span {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
}

#club_z_savings_top_banner .top-menu-link a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/images/icon-sprite2.png") no-repeat left top;
}

#club_z_savings_top_banner .top-menu-link a.top-menu-link--phone {
    font-weight: 700;
}

#club_z_savings_top_banner .top-menu-link a.top-menu-link--sms:before {
    -ms-background-position-x: -43px;
    background-position-x: -43px;
}

#club_z_savings_top_banner .top-menu-link a.top-menu-link--email {
    margin-right: 0;
}

#club_z_savings_top_banner .top-menu-link a.top-menu-link--email:before {
    -ms-background-position-x: -99px;
    background-position-x: -99px;
}

/*navigation mobile*/
.nav-list {
    display: block;
    position: absolute;
    top: -10000px;
    margin: 10px 15px 0px 15px;
    padding: 0;
}

.nav-header > a {
    border-radius: 0px;
    background: #9d3bc6;
    /* color: #fff;*/
}

.nav-list ul {
    margin: 0;
    padding: 0;
}

.nav-list li,
.mobile-menu ul li {
    margin: 4px 0;
    padding: 3px 0;
    position: relative;
}

#level1 > li {
    border: 1px solid #dadada;
}

.nav-list li:last-child {
    border: none;
}
.mobile-menu ul li a {
    font-weight: 400;
    font-family: 'ProximaNovaRg';
    text-transform: none;
}
.nav-list li a,
.mobile-menu > ul > li >  a ,
.mobile-menu .articles-menu > li >  a {
    display: block;
    margin: 0;
    padding: 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
}
.mobile-menu ul li a {

}
.nav-list li.level1 a:not(.icon-collapse) {
    font-size: 14px;
    text-transform: none;
}

.nav-list li a.icon-collapse {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.nav-list li a.icon-collapse:before,
.mobile-menu .icon-collapse:before {
    content: '\2b';
    display: block;
    font-size: 14px;

}
.mobile-menu ul.level0 li a.icon-collapse,
.mobile-menu ul.level1 li a.icon-collapse {
    position: relative;
    right: 0;
    top: 1px;
    z-index: 100;
}
.mobile-menu ul.level0 li a.icon-collapse.collapsed ,
.mobile-menu ul.level1 li a.icon-collapse.collapsed{
    top: 2px;
}

.nav-list li a.icon-collapse:not(.collapsed):before {
    content: '\2d';
    display: block;
    font-size: 15px;
}

.nav-list ul.level0 ,
.mobile-menu ul.level0{
    border-left: 2px solid #ff7901;


}
.level0.in.collapse {
    padding: 0;
    margin: 8px 0 5px 15px;
}
.nav-list ul.level0.collapse.in {
    margin-top: 5px;
    margin-bottom: 15px;
}

.nav-list li li a:hover {
    background: none;
    /*color: #9d3bc6;*/
}

.nav-list > li > a:hover {
    background: #9d3bc6;
}

.nav-list li li li a {
    padding-left: 35px;
}

/* SIMPLE navigation desktop*/

#nav.simple {
    position: relative;
    z-index: 50000;
    display: none;
    margin: 0;
    padding: 7px 6px 0 0;
    line-height: 100%;
}

#nav.simple > li {
    float: left;
    margin: 0;
    padding: 0 0 2px;
    list-style: none;
}

#spy #nav.simple > li {
    padding: 0 0 8px;
}

#nav.simple li a {
    padding: 4px 20px;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    display: block;
}

#nav.simple > li > a {
    margin: 0;
    padding: 8px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    line-height: 1em;
}

#nav.simple li {
    position: relative;
    line-height: 20px
}

#nav.simple li ul {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fdfdfd;
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
}

#nav.simple > li > ul {

    border-top-right-radius: 0;
    border-top-left-radius: 0;

    padding: 23px 0;
}

#nav.simple ul ul {
    left: 133px;
}

#nav.simple li:hover > ul {
    display: block
}

#nav.simple li li:hover > a, #nav.simple li li.active > a {
    background: none repeat scroll 0 0 #F0F0F0;
}

#nav.simple .menu_custom_block {
    padding: 20px 30px 30px;
}

#nav.simple ul ul {
    position: absolute;
    z-index: 100;
    top: -10px;
    left: 150px;
    padding: 10px 0;
    width: 200px;
    border-radius: 0px;
    background: #fdfdfd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#nav.simple li li {
    width: 200px;
    line-height: 23px;
}

#nav.simple li:hover li.category_desc_in_menu {
    display: block;
    float: left;
    margin: 30px 0;
    border-left: 2px solid #eaeaea;
}

#nav.simple li:hover li:first-child {
    border-left: none;
}

#nav.simple li:hover li.category_desc_in_menu {
    padding: 0 30px;
    width: 240px;
}

#nav.simple a.custom_category_link, #nav.simple .menu_custom_block a {
    display: inline;
    font-weight: bold;
}

#nav.simple h1.custom_menu_title {
    font-size: 1.25em;
}

#nav.simple li:hover ul.list_in_column {
    position: relative;
    top: 0;
}

#nav.simple ul.list_in_column li {
    float: none;
}

#nav.simple ul.list_in_column ul {
    display: none;
}

#nav.simple.simple ul.list_in_column li:hover ul {
    display: block;
}

#nav.simple.simple .category_desc_in_menu img, .custom_menu_img img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

#nav.simple.simple .menu_custom_block .col-third {
    display: inline;
    float: left;
    margin: 0 11px;
    width: 348px;
}

#nav.simple #menu_custom_block {
    position: static !important
}

#nav.simple #menu_custom_block .shadow {
    display: inline-block
}

#nav.simple #menu_custom_block .level0 {
    position: absolute;
    left: 0
}

#nav.simple #menu_custom_block > ul > li {
    width: 100%
}

#nav.simple #menu_custom_block > ul {
    padding: 10px 0 !important
}

/*******EOF SIMPLE*******/

/****************/
#nav {
    position: relative;
    z-index: 50000;
    display: block;
    margin: 0;
    padding: 0px 6px 0 0;
    line-height: 100%;
}

#nav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav > li > a {
    display: block;
    margin: 0;
    padding: 19px 40px;

    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;

    line-height: 1em;

}

#nav > li:hover > a {
    /* color: #9d3bc6;*/
}

#nav.simple li li li a {
    display: block;
    padding: 4px 20px;
    /*color: #000;*/
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}

#nav li li li:hover a {
    background: #f0f0f0;
}

#nav li li li:hover li a {
    background: none;
}

#nav li li li li:hover > a {
    background: #f0f0f0;
}

#nav > li:hover > ul/*,
#nav li:hover > ul > li > ul.list_in_column */{
    display: flex;
}

#nav > li > ul {
    width: auto;
    border-radius: 0;
    box-shadow: none;
    background: #fdfdfd;
    position: absolute;
    display: none;
    border:none;
    border-top: 8px solid #9d3bc6;
}

#nav .menu_custom_block {

    padding: 20px 30px 30px;
}

#nav li:hover .menu_custom_block {

}

#nav ul li {
    margin: 0;
    padding: 0;
}

#nav ul a {
    font-weight: normal;
}

#nav.simple ul ul ul {
    position: absolute;
    z-index: 100;
    top: -10px;
    left: 150px;
    padding: 10px 0;
    width: 200px;
    border-radius: 0px;
    background: #fdfdfd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#nav li:hover li.list_column {
    width: 200px;
}

#nav li:hover li.list_column, #nav li:hover li.category_desc_in_menu {
    display: block;
    float: left;
    margin: 30px 0;
    border-left: 2px solid #eaeaea;
}

#nav li:hover li:first-child {
    border-left: none;
}

#nav li:hover li.category_desc_in_menu {
    padding: 0 30px;
    width: 240px;
}

#nav a.custom_category_link, #nav .menu_custom_block a {
    display: inline;
    font-weight: bold;
}

#nav h1.custom_menu_title {
    font-size: 1.25em;
}

#nav li:hover ul.list_in_column {
    position: relative;
    top: 0;
}

#nav ul.list_in_column li {
    float: none;
}

#nav ul.list_in_column ul {
    display: none;
}

#nav ul.list_in_column li:hover ul {
    display: block;
}

#nav .category_desc_in_menu img, .custom_menu_img img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

#nav .menu_custom_block .col-third {
    display: inline;
    float: left;
    margin: 0 11px 18px;
    width: 359px;
}

.login_block {
    position: relative;
    padding-right: 10px;
    text-align: right;
    display: inline-block;
}

.login_block a {
    padding-bottom: 5px;
}

.login_social {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

.shoppingcart {
    position: relative;
    float: right;
    z-index: 2;
    margin-top: 2px;
}

.shoppingcart:hover {
    z-index: 50003;
}


.shoppingcart .badge {
    position: relative;
    top: -1px;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.shoppingcart .fadelink {
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    top: 0;
    float: right;
}

.shoppingcart .fadelink span a.btn {
    width: 32px;
}

.shoppingcart:hover .fadelink span a {
    background: #6a2886;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.shopping_cart_mini {
    background-color: #FDFDFD;
    border-radius: 0;
   border: 1px #e0e0e0 solid;
    color: #000000;
    display: none;
    margin-top: 41px;
    width: 379px;
    z-index: 100;
    position: absolute;
    top: -6px;
    left: auto;
    right: 0;
}
.toplink-account.visible:before{
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    background: white;
    content: '';
    border-top: 1px #e0e0e0 solid;
    border-right: 1px #e0e0e0 solid;
    transform-origin: center center;
}
.shopping_cart_mini:before {
    display: block;
    position: absolute;
    top: -7px;
    left: auto;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    background: white;
    content: '';
    border-top: 1px #e0e0e0 solid;
    border-right: 1px #e0e0e0 solid;
    transform-origin: center center;
    right: 15px;
}
.toplink-cart {
    position: relative;
    z-index: 1500;
    top: -2px;
}
.shopping_cart_mini .inner-wrapper {
    padding: 10px 15px 8px;
}

.shopping_cart_mini .item {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.shopping_cart_mini .product-image {
    float: left;
    margin-right: 10px;
    border: 1px solid #f3f3f3;
}

.shopping_cart_mini .product-detailes {

    float: left;
    width: 220px;
}

.shopping_cart_mini .product-detailes .product-name {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.05em;
}

.shopping_cart_mini .product-detailes .product-price {
    color: #000;
    font-weight: bold;
}

.shopping_cart_mini .button {
    float: right;
    margin-left: 5px;
}

.shopping_cart_mini a i {
    margin-left: 7px;
    color: #000;
    font-size: 18px;
}

.shopping_cart_mini .button {
    float: left;
    margin-right: 5px;
    padding: 0 7px;
    border-radius: 0px;
    background:#ff7901 ;
    color: #000;
    text-decoration: none;
    line-height: 32px;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.shopping_cart_mini .button:hover {
    background: #9d3bc6;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.shopping_cart_mini .button-checkout {
    float: left;
    margin-right: 5px;
    padding: 0 7px;
    border-radius: 0px;
    background: #ff7901;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 32px;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    font-family: 'ProximaNovaRg';

}

/* HEADER VARIANT 2*/
#header.header_v_2 .row {
    position: relative;
}

#header.header_v_2 {
    position: relative;
    z-index: 1001;
    margin-bottom: 25px;
}

#header.header_v_2 .line_header_bot {
    position: relative;
    margin-top: -6px;
    height: 5px;
    border-bottom: 1px solid transparent;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

#header.header_v_2 #logo {
    float: none;
}

#header.header_v_2 .fadelink {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
    padding-top: 7px;
}

#header.header_v_2 .shoppingcart {
    position: absolute;
    right: 0;
    bottom: 45px;
}

#header.header_v_2 .shoppingcart .fadelink {
    display: block;
    position: absolute;
}

#header.header_v_2 #nav > li {
    float: left;
    margin-right: 12px;
    padding: 7px 0 0;
    list-style: none;
}

#header.header_v_2 #nav > li > a {
    min-width: 170px;
    display: block;
    padding: 15px 20px 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background: #fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/arrow_down_1.png) no-repeat right -4px;
    box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.15);
    color: #000;
    text-decoration: none;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    text-transform: none;
}

#header.header_v_2 #nav > li:hover > a {
    background: #333333 url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/arrow_down_1.png) no-repeat right 20px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    -webkit-transition: border-color 0.25s 0s ease;
    -moz-transition: border-color 0.25s 0s ease;
    -o-transition: border-color 0.25s 0s ease;
}

#header.header_v_2 #nav > li > ul {
    border-color: #fff;
    border-top-color: #333333;
    top: 54px;
}

#header.header_v_2 #nav li.level1 > a, #header.header_v_2 #nav li.level2 > a {
    line-height: 16px;
    padding: 5px 0 5px 12px;
}

#header.header_v_2 #nav li.level1:hover {
    border-left: 4px solid #9d3bc6;
    text-indent: -4px;
}

#header.header_v_2 #nav li.level1 > a:hover {
    color: #9d3bc6;
    font-weight: bold;
}

#header.header_v_2 #nav li.level2, #header.header_v_2 #nav li.level2:hover {
    border: none;
    text-indent: 0;
}

#header.header_v_2 #nav li.level2 a:hover {
    color: #000;
    font-weight: normal;
}

#header.header_v_2 #nav li.list_column {
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0;
}

#header.header_v_2 #nav li.category_desc_in_menu {
    padding: 20px 40px 20px 30px;
    margin: 0;
}

#header.header_v_2 .fadelink > a {
    min-width: 70px;
    display: block;
    padding: 15px 30px 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background: #fff url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/arrow_down_1.png) no-repeat right -4px;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.15);
    color: #000;
    text-decoration: none;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

#header.header_v_2 .fadelink:hover {
    z-index: 50005;
}

#header.header_v_2 .fadelink:hover > a {
    background: #333333 url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/arrow_down_1.png) no-repeat right 20px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
    -webkit-transition: border-color 0.25s 0s ease;
    -moz-transition: border-color 0.25s 0s ease;
    -o-transition: border-color 0.25s 0s ease;
}

#header.header_v_2 .fadelink li.level1:hover a {
    background: #f0f0f0;
}

#header.header_v_2 .fadelink .ul_wrapper {
    position: absolute;
    display: none;
    top: 47px;
    border-top: 5px solid #333;
    z-index: 50;
}

#header.header_v_2 .fadelink .ul_wrapper ul {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px 30px 10px 10px;
    min-width: 80px;
    width: auto;
    border-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#header.header_v_2 .fadelink li {
    padding: 2px 0;
}

#header.header_v_2 .form-search-wrapper {
    margin-right: 10px;
    /*margin-top: 6px !important;*/
    padding: 7px 5px 0 15px;
}

#header.header_v_2 .form-search input.search-query {
    width: 210px;
}

/*right toolbar*/

#right_toolbar {
    position: fixed;
    right: 0px;
    bottom: 15%;
    z-index: 500;
}

#right_toolbar .shoppingcart {
    display: inline-block;
    float: none;
    margin: 15px 0 7px 10px;
    padding: 0 0 0 10px;
    position: relative;
}

#right_toolbar .shoppingcart:hover {
    padding: 0 0 0 20px;
    margin: 15px 0 7px 0;
}

#right_toolbar .shoppingcart .fadelink {
    position: relative;
    float: left;
}

#right_toolbar .shopping_cart_mini {
    position: absolute;
    top: -38px;
    margin-right: 38px;
    right: 0;
    left: auto;
}

#right_toolbar .shoppingcart .badge {
    right: -5px;
}

#right_toolbar .search_wrapper {
    clear: both;
    position: relative;
    height: 40px;
}

#right_toolbar .form-search {
    position: static;
}

#right_toolbar .form-search button {
    position: relative;
    z-index: 100;
    margin: -3px 0 0 18px;
}

#right_toolbar .form-search input.search-query {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
    padding: 2px 10px;
    width: 0;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}

#back-top a {
    display: block;
    margin: 0 0 0 5px;
    padding: 17px 0 0 0;
    width: 61px;
    height: 42px;
    text-align: center;
    background: #f8f8f8;
    color: #8a8a8a;
    font-size: 22px;
    line-height: 22px;
    border-radius: 0px;
    opacity: 1;
}

/*CONTENT*/
section.slider {
    /*margin-bottom: 10px;*/
}

.onestepcheckout-index-index section#content {
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    padding-bottom: 70px;
}

section#content {
    /*padding-bottom: 70px;*/
}

.home-featured {
    margin: 0;
}

.home-featured .big_with_description,
.shopempty .big_with_description,
#related_product_page .big_with_description{
    display: flex;
    flex-wrap: wrap;
}

.home-featured p.title {
    margin: 40px 0 30px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBd';
    font-weight: 700;
}

.home-featured .product,
.shopempty .product {
    width: 19%;
    margin-left: calc(5% / 4);
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.clubz-price-container {
    display: flex;
    justify-content: space-between;
}

#column_left {
    display: flex;
    flex-direction: column;
    /*float: right;*/
    width: 280px;
    margin: 0;
}

#column_right {
    float: right;
    width: calc(100% - 300px);
    margin-left: 2px;
}

#column_left .block .block-title {
    padding-top: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

#column_left .block .block-content {
    padding: 0;
    margin-right: 15px;
}

#column_left .block dt {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'ProximaNovaBd';
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
    text-transform: uppercase;
}

/*PRICE FILTER STYLES*/
#column_left .noUiSlider {
    width: calc(100% - 20px);
    margin: 0 auto 25px;
}

#column_left .noUi-midBar {
    background: #fd7600;
    border-color: #fd7600;
}

#column_left .noUi-handle > div {
    top: -8px;
    height: 20px;
    background: #fff;
    border: 1px solid #a6a6a6;
    cursor: pointer;
}

#column_left .noUi-handle > div:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #fd7600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

#price_slider_wrapper {
    margin-top: 25px;
}

.box-wrapper {
   box-shadow: none;
    border-radius: 0px;
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
}

.box-wrapper .inside {
    padding: 20px;
}

.box-wrapper .inside.min-height {
    min-height: 270px;
}

.box-wrapper .line {
    overflow: hidden;
    width: 100%;
    height: 1px;
    border-top: 5px solid #9d3bc6;
    margin: 0 0 -6px 0;

}

.box-wrapper a:hover, .box-wrapper .button {
    text-decoration: none;
}

.table.shopping-cart-table th, .table.shopping-cart-table td {
    padding: 25px 10px 15px 10px;
    border: 1px solid #e0e0e0;
}


.table.shopping-cart-table a:hover {
    text-decoration: none;
}

.table.shopping-cart-table th {
    padding: 12px 10px;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    font-size: 14px;
}
.table.shopping-cart-table td,
.table.shopping-cart-table td span{
    text-align: center;
}
.table.shopping-cart-table td span {
    display: block !important;
}
.table.shopping-cart-table td .product-name,
.table.shopping-cart-table td .item-options{
    text-align: left;
}

.table th.aligncenter, .table td.aligncenter {
    text-align: center;
}

.table th.alignright, .table td.alignright {
    text-align: right;
}

.table.shopping-cart-table td {
    border-right: 1px solid #e5e5e5;
}

.table.shopping-cart-table td:first-child {
    border-left: 1px solid #e5e5e5;
    width: 10%;
    min-width: 90px;
}

.table.shopping-cart-table th {
    text-align: center;
}

.table.shopping-cart-table input.qty {
    width: 30px;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 0;
    margin-top: -5px;
    margin-bottom: -5px;
}

.table.shopping-cart-table a[class^="icon-"], .table.shopping-cart-table a[class*=" icon-"] {
    font-size: 20px;
}

.table.shopping-cart-table .cart-col-name {
    display: none;
}

.table.shopping-cart-table-total th, .table.shopping-cart-table-total td {
    padding: 0 15px;
    border: none;
}

/*product block*/
.product {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border-radius: 8px 8px 8px 8px;*/
    margin-bottom: 14px;
    margin-top: 10px;
    margin-left: 0;
    /*padding-bottom: 14px;*/
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.zbox-feature {
    /*border: 2px solid red;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid #ff7901;
    padding-top: 20px;
    padding-bottom: 0px;

}

.product-listing .product {
    background: none
}

.product a {
    text-decoration: none;
}

.product .product-image-wrapper {
    padding: 5px 5px 0 5px;
    text-align: center;
    cursor: pointer;
    z-index: 350;
    border: 1px solid #e0e0e0;
}

.product .product-image-wrapper .roll_over_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}

.small_with_description .product, .big_without_description .product, .small_without_description .product, .product-listing .product {
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 0;
    box-shadow: none;
}

.small_with_description .product .product-image-wrapper, .big_without_description .product .product-image-wrapper, .small_without_description .product .product-image-wrapper, .product-listing .product .product-image-wrapper {
    padding: 5px;
    border-radius: 0px;
    /*box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);*/
}

.product .product-image-wrapper img {
    float: none;
    margin: 0 auto;
}

.product .product-price, .product .product-price-regular, .preview .product-price, .preview .product-price-regular {
    float: left;
    font: 16px/25px Arial, Helvetica, sans-serif;
}

.product .product-price-regular, .preview .product-price-regular {
    color: #ff0000;
}

.product .product-price span.old, .product .product-price-regular span.old, .preview .product-price span.old, .preview .product-price-regular span.old {
    padding-left: 5px;
    color: #000;
    text-decoration: line-through;
    font-size: 12px;
    line-height: 26px;
}

.product .product-price span.new, .preview .product-price span.new {
    color: #ff0000;
}

.product .product-tocart, .preview .product-tocart {
    float: right;
    text-align: right;
    height: 25px;
}

.product .product-tocart a, .preview .product-tocart a {
    color: #9d3bc6;
    font-size: 20px;
    line-height: 26px;

}

.product .product-tocart a:hover, .preview .product-tocart a:hover {

}

.product .product-link, .preview .product-link {
    clear: both;
    line-height: 15px;
    margin-top: 5px;
}

.product .product-name, .preview .product-name {
    margin-top: 10px;
    margin-bottom: 22x;
    /*font: 12px/16px Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    line-height: 15px;
    height: auto !important;
}

.product .product-brand,
.product .product-brand a {
    font-size: 12px;
    color: #585858;
}

.product .wrapper-hover {
    padding: 3px 0 12px;
    margin-top: 10px;
}

.preview .wrapper-hover {
    padding: 3px 9px 12px 9px;
}

.preview.small .wrapper-hover {
    padding: 6px 0 12px 0;
}

.small_with_description .product .wrapper-hover {
    padding: 2px 5px;
}

.product .product_label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
}

.style2 .image-wrapper {
    margin: 0 4px;
}

.style2 .image-wrapper img {
    margin-bottom: 65px;
}

.button_small, #topline a.button_small {
    display: inline-block;
    font: 12px/20px Arial, Helvetica, sans-serif;

    margin: 0;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;

    color: #fff !important;
    text-transform: none;
    margin-right: 5px;
    border-radius: 0px;
    text-decoration: none;

    background-repeat: no-repeat;
    background-position: 22px 0;
    background-color: #9d3bc6;
}

.button_small:hover, #topline a.button_small:hover {
    background-color: #6a2886;
}

.button_small i {
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    margin-top: -1px;
    vertical-align: middle;

    padding: 0;
}

.button_small span {

    text-align: center;
    display: inline-block;
}

/*product label*/
.label_outer {
    position: relative;
    z-index: 1;
    height: 200px;
}

.label_new_top_left, .label_new_top_right, .label_sale_top_left, .label_sale_top_right {
    position: absolute;
    top: 30px;
    left: -3px;
    z-index: 1;
    width: 68px;
    font-size: 11px;
    line-height: 12px;
    padding: 6px 0;
    background-color: #9da9ad;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
}

.label_new_top_right {
    right: -3px;
    left: auto;
}

.label_sale_top_left, .label_sale_top_right {
    background-color: #ff391c;
}

.label_sale_top_right {
    right: -3px;
    left: auto;
}

/*product hover preview*/
.preview {
    position: absolute;
    z-index: 4000;
    top: 0;
    left: 0;
    display: none;
    /*overflow: hidden;*/
    float: left;
    text-align: left;
    padding: 5px 5px 10px 5px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
}

.preview .col-1 {
    width: 75px;
}

.preview .col-2 {
    width: 260px;
}

.preview .col-1 img {
    margin-bottom: 5px;
}

.preview.small {
    padding-bottom: 5px;
}

.preview.small .col-1 {
    width: 53px;
    padding-right: 4px;
}

.preview.small .col-2 {
    width: 160px;
}

.preview.small .padding {
    padding: 8px 3px 0;
}

.preview .preview_top {
    overflow: hidden;
}

.preview .preview_bot {
    padding: 0;
}

.preview.small .preview_bot {
    margin-top: 0;
    padding: 8px 0 12px 55px;
}

.preview.small img {
    margin-bottom: 4px;
    margin-left: 1px;
}

.preview .big_image {
    text-align: center;
}

.preview.small .big_image {
    left: 62px;
}

.icon {
    float: left;
    width: 30px;
}

.txt {
    margin-bottom: 10px;
    margin-left: 30px;
}

.twit {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}

.twit a, .twit .icon {
    color: #9d3bc6;
}

.twit .icon {
    width: 40px;
    font-size: 18px;
}

.twit .mess {
    margin-left: 40px;
}

.fb-like-box, .fb-like-box iframe[style], .fb-like-box span {
    width: 100% !important;
}

.block {
    /*margin: 0 0 15px;*/
    /*border-bottom: 1px solid #eeeeee;*/
}

/*filip css change begin*/
.wp-posts .block {
    border-bottom: none !important;
}

.testimonials_sidebar {
    border-bottom: none !important;
}

.block-subscribe .actions button.button span {
    background-color: transparent !important;
}

/*filip css change end*/

.block-recent-posts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-recent-posts ul li.item {
    width: calc(33% - 40px);
    display: flex;
    margin-bottom: 40px;
}

.block-recent-posts ul li.item:nth-child(2),
.block-recent-posts ul li.item:nth-child(5) {
    margin: 0 2% 40px;
}

.block-recent-posts ul li.item .post-image {
    width: 100px;
    height: 100px;
}

.block-recent-posts ul li.item .post-info {
    width: calc(100% - 115px);
    padding-left: 15px;
}

.block-recent-posts .post-info .post-title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    /*text-transform: uppercase;*/
    margin-bottom: 15px;
}
.block-recent-posts .post-info .post-excerpt {
    color: #000;
}
.block-recent-posts .post-info .post-excerpt {
    margin: 0;
    line-height: 16px;
}

.block-recent-posts .post-info .read-more {
    color: #ff7901;
}

.block.last {
    border: none;
}

.block .block-title {
    padding: 20px 0 40px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

#narrow-by-list {
    margin-bottom: 0;
}

#column_left .block.last .block-title {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'ProximaNovaBd';
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
    text-transform: uppercase;
    text-align: left;
}

.block .block-title strong {
    font-weight: normal;
}

.block .block-content {
    padding: 5px 0 15px;
}

.block .block-subtitle {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
}

.currently .block-subtitle {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'ProximaNovaBd';
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
    text-transform: uppercase;
}

.currently .label,
.currently + .actions .button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.currently .value {
    font-family: 'ProximaNovaBd';
    line-height: 23px;
}

.block-layered-nav dt {
    margin: 0;
    padding: 7px 0 6px;
    font-weight: bold;
}

.block-layered-nav dd {
    margin: 0 0 25px;
    padding: 0;
}

.block-layered-nav .filtered-title {
    font-family: 'ProximaNovaBd';
    cursor: pointer;
    text-transform: uppercase;
}

.block-layered-nav ol {
    margin: 0;
}

.block-layered-nav ul {
    display: none;
    margin: 0;
}

.block-layered-nav dd li,
.block-layered-nav .filtered-title {
    margin-bottom: 16px;
    padding: 0 0 0 27px;
    /*background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/block-layered-dt.gif) no-repeat scroll 0 9px transparent;*/
}

.block-layered-nav dd li a {
    text-decoration: none;
}


ul#poll-answers {
    margin-bottom: 15px;
}

ul#poll-answers li {
    line-height: 22px;
}

ul#poll-answers .label {
    display: inline-block;
    padding: 0 4px;
    border-radius: 0;
    background: none;
    color: #000;
    vertical-align: baseline;
    text-shadow: none;
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
}

ul#poll-answers label {
    margin: 0;
}

ul#poll-answers input[type="radio"] {
    margin: -2px 0 0;
}

.line {
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ececec;

}

.patriks_day .line {

    margin: 5px 0;
    height: 40px;
    border: none;
}

.helloween .line {

    margin: 5px 0;
    height: 40px;
    border: none;
}

.christmas .line {

    margin: 5px 0;
    height: 40px;
    border: none;
}

.thanksgiving .line {

    margin: 5px 0;
    height: 40px;
    border: none;
}

.line1 {
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #c7c7c7;
}

.toolbar i {
    font-size: 16px;
    line-height: 32px;
    color: #ff7901;
}

.toolbar .sbHolder {
    height: 30px;
}

.toolbar .sbSelector {
    height: 30px;
    line-height: 30px;
}

.toolbar .sbToggle {
    height: 26px;
    background: none;
}

.toolbar .sbToggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border-top: 4px solid #ff7901;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.toolbar .sbToggle.sbToggleOpen {
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #ff7901;
}

.toolbar .sbSelector,
.toolbar .sbOptions a:link,
.toolbar .sbOptions a:visited {
    font-family: 'ProximaNovaBd';
    font-size: 12px;
    font-weight: 700;
}

.listing_header_row1 {
    padding: 10px 0 0;
    line-height: 26px;
}

.listing_header_row1 .pull-left {
    width: 50%;
}

.listing_header_row1 .pull-right {
    width: 50%;
    line-height: 32px;
}

.listing_header_row2 {
    padding: 0 0 30px 0;
}

.listing_header_row1 label {
    display: inline-block;
    padding-right: 15px;
    font-size: 12px;
    line-height: 32px;
    cursor: text;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
}

.listing_header_row1 a[class^="icon-"], .listing_header_row1 a[class*=" icon-"] {
    padding-right: 5px;
    color: #000;
    font-size: 26px;
    text-decoration: none;
    display: inline-block;
}

@-moz-document url-prefix() {
    .listing_header_row1 a[class^="icon-"], .listing_header_row1 a[class*=" icon-"] {
        margin-top: -2px;
    }
}

.listing_header_row1 a[class^="icon-"]:hover, .listing_header_row1 a[class*=" icon-"]:hover {
    color: #666;
}

.listing_header_row1 a[class^="icon-"].active, .listing_header_row1 a[class*=" icon-"].active {
    color: #9d3bc6;
}

.num {
    text-align: right;
}

.num a {
    display: inline-block;
    padding-right: 5px;
    line-height: 20px;
}

a.small_icon i {
    padding: 0 3px;
    /*background-color: rgba(236, 236, 236, 1);*/
    border: solid 1px #cfcfcf;
    font-size: 12px;
    line-height: 20px;
}

a.small_icon:hover i {
    background-color: rgba(236, 236, 236, 0.6);
}

a.small_icon_color i {
    margin-top: -2px;
    margin-right: 7px;
    padding: 0 2px;
    border-radius: 0px;
    background-color: #9d3bc6;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

a.small_icon_color i.icon-heart,
a.small_icon_color i.icon-email {
    padding: 2px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    text-indent: 1px;
    color: #ff7901;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ff7901;
}
a.small_icon_color i.icon-heart {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/like.svg);
    background-color: transparent;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 22px;
}
a.small_icon_color .icon-heart:before {
    opacity: 0;
}
a.small_icon_color i.icon-email{
    font-size: 14x;
    margin: 0 11px 0 0;
    border: none;
}
a.small_icon_color i.icon-heart:hover {
    background-size: 11px;
}
a.small_icon_color:hover i {
    background-color: transparent !important;

}
a.small_icon_color:hover i.icon-email{
    font-size: 18px;
}
.middle_icon_color {
    display: block;
    margin-right: 10px;
    padding: 2px 0 0 0;
    width: 32px;
    font-size: 23px;
    height: 29px;
    line-height: 28px;
    border-radius: 0px;
    background: #9d3bc6;
    text-align: center;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.rating {
    margin-top: 7px;
}

.rating i {
    color: #ccc;
    font-size: 14px;
}

.rating strong i {
    color: #b141e4;
}

#fancybox-content {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/ajax-loader-quick-view.gif) no-repeat center center;
}

body.ajax-index-options {
    background-color: #fff !important
}

.product-shop {
    display: inline-block;
}

.product-shop h2 {
    padding-right: 0;
}

.product-shop .product_info_left {
    overflow: hidden;
    /*max-width: 452px;*/
}

.product-shop .product_custom, .product-shop .product_related {
    float: right;
    margin-left: 30px;
    margin-top: -10px;
    width: 170px;
}

.product-img-box {
    display: flex;
    flex-direction: column-reverse;
    width: 415px;
    overflow: hidden;

}

.product-img-box .product-image {
    padding: 8px;
    /*border-radius: 6px;*/
    background-color: #fff;
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
    border: 1px solid #e0e0e0;
}

.product-img-box .more-views li {
    /*margin: 0 0 10px;*/
    /*padding: 2px;*/
    /*border-radius: 6px;*/
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
}

.product-info-box {
    width: calc(100% - 415px);
    padding-left: 25px;
    margin-bottom: 35px;
}
.product-info-box form {
    margin-bottom: 0;
}
.product-shop .product-name h1 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.product-shop .product-name .product-brand,
.product-shop .product-name .product-brand a {
    color: #686868;
    font-size: 12px;
    margin-bottom: 10px;
}

.product_info_left .ratings {
    margin-bottom: 0;
	
}

.product-shop .availability {
    /*padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;*/
    font-size: 16px;
    margin-bottom: 30px;
    color: #ff7901;
}



.product-shop .product_type_data_price {
    /*border-bottom: 1px solid #D7D7D7;*/
    /*border-top: 1px solid #D7D7D7;
    padding-top: 10px;*/
}

.product-shop .product_info_right {
    width: 295px;
    margin-right: 0;
}

.product-shop .short-description {
    padding: 5px 0 15px;
    border-bottom: 1px solid #D7D7D7;
}

.product-shop .price-box {
    padding: 0px 0 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    border:1px #e0e0e0 solid;
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: 0;

}
.product-primary >.price-box {
    order: 1;
}
.product-primary > .add-to-cart,
.configurable-product .product-primary > .product-options-bottom{
    order: 3;
}
.bundle-product .product-shop .price-box {
    margin-bottom: 0;
    float: none !important;
}
.product-shop .price-box .full-product-price {
    font-size: 35px;
}

.product-listing .price-box {
    display: inline-block;
    /*color: #4a4a4a;*/
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    width: 200px;
}

.product-listing .product-review {
    display: inline-block;
    line-height: 30px;
}


.product-listing .product-review a:hover {
    text-decoration: none;
}

.product-shop .old-price, .product-shop .special-price, .product-listing .old-price, .product-listing .special-price {
    display: block;
    margin-left: 0px;
    line-height: 17px;
}

.product-shop .old-price .price, .product-listing .old-price .price {
    padding-right: 10px;
    color: #4a4a4a;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
}

.product-shop .special-price .price, .product-listing .special-price .price {
    color: #e60000;
}

.product-listing .special-price .price, .product-shop .special-price .price {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 979px) {
    .product-listing .special-price .price, .product-shop .special-price .price {
        font-size: 25px;

    }

}

.product-shop .add-to-cart {
    margin: 10px 0 10px;
    display: flex;
    align-items: flex-start;
}

.product-shop .add-to-cart .qty {
    display: flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    /*margin-right: -10px;*/
    /*padding: 12px 35px 0 10px;*/
    /*height: 42px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    /*border-radius: 6px;*/
    /*margin-bottom: 5px;*/
}

.product-shop .add-to-cart label {
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
    line-height: 30px;
}

.product-shop .add-to-cart .qty input {
    padding: 0;
    width: 40px;
    height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    text-align: center;
}

.product-shop .add-to-cart button.btn-cart.btn-primary,
.button.btn-cart.btn-secondary{
    width: auto;
    padding: 12px 40px;
}



.product-listing {
    margin-bottom: 20px;
}

.product-listing a.btn-cart {
    margin-right: 20px;
    margin-bottom: 5px;
    height: 38px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
}

.product-shop .add-to-cart button.btn-cart i, .product-listing a.btn-cart i {
    margin-top: -10px;
    padding-right: 8px;
    font-size: 22px;
}

.product-listing a.btn-cart i {
    margin-top: -2px;
}

.product-shop .add-to-links, .product-listing .add-to-links {
    display: inline-block;
}

.product-listing .add-to-links {
    padding: 10px 0 0 0;
}

.product-shop .add-to-links li, .product-listing .add-to-links li {
    float: left;
    margin-right:48px;
    margin-bottom: 5px;
}

.product-shop .add-to-links li:last-child, .product-listing .add-to-links li:last-child {
    margin-right: 0;
}

.product-shop .no-rating {
    padding: 5px 0;
}


.product-shop .no-rating a:hover {
    text-decoration: none;
}

.product-listing .bottom-line, .product-listing .product-buttons {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
}

.product-listing .product-buttons {
    border: none;
}

.product-listing .product-name, .product-listing .product-name a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.socialsplugins_wrapper {
    display: inline-block;
    padding-top: 20px;
}

.socialsplugins_wrapper .facebook_button {
    float: left;
    margin-right: 5px;
}

.socialsplugins_wrapper .twitter_button {
    float: left;
    margin-right: -10px;
}

.socialsplugins_wrapper .pinit_button {
    float: left;
}

.promo_box {
    display: table;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #f2f2f2;
}

.promo_box span {
    display: block;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.promo_box:hover div {
    background-color: #6a2886;
}

{
    color: #e60000
;
}
.nav-tabs {
    margin-top: 25px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    margin-right: 4px;
    /* padding-right: 20px;
     padding-left: 20px;*/
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 8px 15px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 4px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #444;
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 6;
    line-height: 1.5;
    top: -3px;
}

.catalog-product-view .nav-tabs > li > a:hover,
.catalog-product-view .nav-tabs > .active > a,
.catalog-product-view .nav-tabs > .active > a:hover {
    border: none;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background-color: #fff;
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
    color: #ff7901;
    position: relative;
    top: -3px;
    border-top: 4px solid #ff7901;
    text-decoration: none;
}
.catalog-product-view .nav-tabs > .active > a,
.catalog-product-view .nav-tabs > .active > a:hover{
    font-family: 'ProximaNovaBd';
    font-weight: 700;
    font-size: 14px;
}
.tab-content {
    position: relative;
    top: -5px;
    z-index: 5;
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #e0e0e0 !important;
    /*border-top: 5px solid #9d3bc6;*/
    /*border-bottom-right-radius: 8px;*/
    /*border-bottom-left-radius: 8px;*/
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
}

.content_top {
    margin-bottom: 5px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.breadcrumbs {
    display: inline-block;
    /*margin-bottom: 50px;
    margin-top: 11px;*/
}

.breadcrumbs a,
.breadcrumbs span{
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}

.breadcrumbs span {
    display: block;
    float: left;
    padding: 0 5px;
}

.breadcrumbs span.last,
.breadcrumbs li.last a{
    padding: 0;
    color: #888888;
}

.direction-nav, .small_previews {
    position: relative;
    float: right;
    margin-top: -10px;
}

.carousel .small_previews {
    position: absolute !important;
    top: -36px;
    right: 9px;
}

.flexslider.vertical .small_previews {
    position: absolute;
    top: 366px;
    right: 0px;
    margin: 0 0 20px 0;
}

.direction-nav a {
    display: inline-block;
    margin-left: 4px;
    padding: 0;
    width: 34px;
    height: 33px;
    border-radius: 0px;
    background: #e2e2e2;
    color: #fff;
    text-indent: 2px;
    font-size: 24px;
    line-height: 33px;
    cursor: pointer;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.direction-nav a:hover {
    background-color: #9d3bc6;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.small_preview {
    position: absolute;
    width: 85px;
    height: 85px;
    z-index: 10000;
    top: 38px;
    display: none;
    padding: 4px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}

.small_preview.next {
    right: -60px;
}

.small_preview.prev {
    right: 40px;
}

.small_previews #jcarousel_preview_prev, .small_previews #jcarousel_preview_next {
    top: 20px;
    z-index: 100;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    padding: 2px 0;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.accordion-heading {
    border-bottom: 0 none;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

.accordion-heading a {
    margin-top: 3px;
    border-radius: 0px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.accordion-heading a.collapsed {
    margin: 0;
    background: #fff;
    color: #4c4c4c;
}

.accordion-heading a span {
    padding-right: 20px;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    overflow: hidden;
    padding: 20px 25px;
    border-top: 1px solid #fff;
}

.box-list {
    padding: 10px 30px 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.box-list li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}

.box-list li:last-child {
    border: none;
}

.custom_blocks {
    border-radius: 0px;
    background-color: #f8f8f8;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    border: 2px solid #fff;
    display: inline-block;
    width: 100%;
}

.custom_blocks .box {
    width: 270px;
    float: left;
    text-align: center;
    padding: 0;
    background: none;
}

.custom_blocks .box:first-child {
    padding: 0 30px 0 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/divider.png) no-repeat right 27px;
}

.custom_blocks .pull-left {
    padding: 0;
    background: none;
}

.custom_blocks .pull-left:first-child {
    padding: 0 30px 0 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/divider.png) no-repeat right 27px;
}

.custom_blocks .box a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.custom_blocks .box a:hover {
    text-decoration: none;
}

.custom_blocks .box .inside {
    border-bottom: 5px solid #9d3bc6;
    margin: 8px 0 0;
    padding: 0 0 8px 0;
    text-align: center;
    -moz-transition: all 1s 0s linear;
    -o-transition: all 1s 0s linear;
    -webkit-transition: all 1s 0s linear;
    overflow: hidden;
}

.custom_blocks .box:hover .inside {
    border-bottom: 5px solid transparent;
    -moz-transition: all 0.5s 0s linear;
    -o-transition: all 0.5s 0s linear;
    -webkit-transition: all 0.5s 0s linear;
}

.custom_blocks .box .icon_circle {
    width: 62px;
    height: 63px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
}

.custom_blocks .box .icon_circle.dark {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/icon_dark.png) no-repeat;
}

.custom_blocks .box .icon_circle.light {
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/icon_light.png) no-repeat;
}

.custom_blocks .box .text {
    display: inline-block;
    line-height: 63px;
}

.custom_blocks .box .icon_circle i {
    font-size: 34px;
    height: 62px;
    width: 62px;
    padding: 1px 0 0;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    -moz-transition: font-size 0.1s 0s ease;
    -o-transition: font-size 0.1s 0s ease;
    -webkit-transition: font-size 0.1s 0s ease;
}
select#qty {
    width: 63px !important;
    padding-left: 18px;
}
.custom_blocks .box .icon_circle.dark i {
    color: #fff;
}

.custom_blocks .box .icon_circle.light i {
    color: #444;
}

.block_img img {
    margin-bottom: 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    width: 100%;
}

.block_img img:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.message {
    padding: 15px 20px 10px;
    margin-bottom: 20px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
}

.message .text {
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
}

.message i {
    font-size: 28px;
    padding-right: 10px;
    display: inline-block;
}

@-moz-document url-prefix() {
    .message i {
        margin-top: -2px;
    }
}

.message.error {
    background: #f3dddd;
    border-color: #dfd2d2;
    color: #866868;
}

.message.error i {
    color: #d1aaaa;
}

.message.done {
    background: #e8f6df;
    border-color: #d9e6d1;
    color: #67795c;
}

.message.done i {
    color: #bad3aa;
}

.message.info {
    background: #efefef;
    border-color: #e8e8e8;
    color: #8a8a8a;
}

.message.info i {
    color: #c7c7c7;
    font-size: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*FOOTER*/
#bottom_block {
    padding: 0 0 25px 0;
    margin-bottom: -50px;
}

#push, #footer {
    /*height: 27px;*/
    clear: both;
    overflow: hidden;
}

#footer {
    position: relative;
    color: #959595;
    bottom: 0;
    margin-top: 0;
}

#footer:hover {
}

#footer a {
    color: #959595;
}

#footer_line {
    position: relative;
    z-index: 0;
    background-color: #333;
}

#footer_bottom {
    padding-top: 7px;
    position: relative;
    z-index: 1;
}

#footer_bottom i {
    color: #fff;
    font-size: 14px;
}

#footer_bottom .pull-right, #footer_bottom .pull-left {
    max-width: 49%;
}

#footer_bottom .pull-right {
    text-align: right;
}

#footer_bottom .noHover, #footer_bottom .noHover span {
    padding: 0;
    line-height: 26px;
    margin: 0 0 1px 0;
}

#footer_bottom .noHover img {
    vertical-align: middle;
}

#footer_bottom .noHover span {
    display: inline-block;
}

#footer_bottom .noHover span.text {
    padding-top: 5px;
}

#footer_bottom .noHover span.text, #footer_bottom .noHover span.text span {
    display: inline-block;
    font-family: 'ProximaNovaLt';
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

#footer_bottom .noHover span.text span {
    margin: 0;
}

#footer_bottom .pull-right.noHover {
    padding: 2px 0 0;
    line-height: 24px;
}

#footer_bottom .noHover .payment_icons {
    margin-right: 5px;
}

#footer_bottom .payment_icons img {
    margin-right: 4px;
}

#footer_button {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    margin-left: -20px;
    padding: 3px 0 0 0;
    width: 30px;
    height: 24px;
    text-align: center;
    background: #3c3c3c;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#footer #footer_popup [class*="span"] {
    margin: 0;
}

#footer #footer_popup a {
    color: #ffffff;
    font-family: 'ProximaNovaLt';
}

#footer #footer_popup {
    /*position: absolute;*/
    z-index: 0;
    /*bottom: 0;*/
    /*display: none;*/
    padding-top: 50px;
    padding-bottom: 70px;
    color: #ffffff;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.85);*/
    /*background: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/images/footer-bg.jpg") no-repeat center center;*/
    -webkit-background-size: cover;
    background-size: cover;
}

#footer_popup.footer_bg {
    /*	background-image:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/glyphicons-halflings.png);
*/
}

#footer_popup h3, #footer_popup h4 {
    margin-top: 0;
    padding: 0 0 10px;
    /*border-bottom: 1px solid #444;*/
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}

#footer_popup h4 {
    border: none;
}

#footer_bottom i {
    color: #fff;
    font-size: 14px;
    height: 20px;
    -webkit-transition: font-size 0.25s 0s ease;
    -moz-transition: font-size 0.25s 0s ease;
    -o-transition: font-size 0.25s 0s ease;
}

#footer_bottom i:hover {
    font-size: 20px;
    -webkit-transition: font-size 0.25s 0s ease;
    -moz-transition: font-size 0.25s 0s ease;
    -o-transition: font-size 0.25s 0s ease;
}

#footer_popup.static-popup {
    display: block !important;
    padding-bottom: 16px;
    position: relative;
    margin-top: 7px;
}

#footer .footer_social_links a {
    display: inline-block;
    background: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/images/icon-sprite2.png") no-repeat -165px -62px;
    height: 26px;
    width: 26px;
    font-size: 0;
}

#footer .footer_social_links a.instagram {
    -ms-background-position-x: -201px;
    background-position-x: -201px;
}

#footer .footer_social_links a.youtube {
    -ms-background-position-x: -237px;
    background-position-x: -237px;
}

#footer_popup .span3 ul {
    display: block;
    float: left;
    vertical-align: top;
    width: 50%;
}

#footer_popup .span3 ul li {
    margin-bottom: 10px;
    line-height: 15px;
}

#preloader {
    position: fixed;
    z-index: 100000;
    top: 30%;
    width: 100%;
}

#preloader .message {
    position: absolute;
    left: 17%;
    padding: 0 1%;
    margin-top: 70px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    border: none;
    color: #fff;
    text-align: center;
    width: 66%;
}

#preloader .loader {
    position: absolute;
    left: 50%;
    margin-left: -28px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
}

#preloader .loader img {
    opacity: 0.9;
}

#preloader .message .inside {
    padding: 20px;
}

#login-box {
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -200px;
    width: 320px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    border-radius: 0px;
    background: #fff;
    text-align: center;
}

#login-box a:hover, #login-box .button {
    text-decoration: none;
}

#login-box .inside {
    padding: 20px;
}

#login-box input {
    text-align: center;
    color: #000;
    margin: 12px 0;
}

#login-box .button {
    margin-top: 20px;
    position: relative;
}

#login-box .line {
    overflow: hidden;
    margin: 20px -20px 0 -20px;
    width: 320px;
    height: 1px;
    border-top: 5px solid #9d3bc6;
}

#carousel_tabs a {
    white-space: nowrap;
}

/*form element*/
label,  button, select, textarea {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}
input {
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
}
label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}
.form-search-wrapper {
    position: relative;
    z-index: 50004;
    margin-right: 58px;
    background-size: 273px 23px;
}

.helloween .form-search-wrapper {

    margin-top: -25px;
    padding-top: 25px;
}

.patriks_day .form-search-wrapper {

    margin-top: -25px;
    padding-top: 25px;
}

.thanksgiving .form-search-wrapper {

    margin-top: -25px;
    padding-top: 25px;
}

.christmas .form-search-wrapper {

    margin-top: -18px;
    padding-top: 18px;
}

.form-search {
    position: relative;
    margin-bottom: 0;
}

.form-search input.search-query {
    padding-left: 44px;
    font-size: 12px;
    width: 260px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 0px;
    box-shadow:none;
}

select, select:focus {
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    height: 34px;
    line-height: 34px;
    padding: 6px;
    font-size: 14px;
}

select.fullwidth, input.fullwidth, textarea.fullwidth {
    width: 99%;
}

input.fullwidth, textarea.fullwidth {
    width: 94%;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /*border: 2px solid #fff;*/
    border: 1px solid #b1aeae;
    border-radius: 0;
    box-shadow:none;
    outline: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
}

#form-contact input {
    width: 100%;
}

#form-contact input.input-small {
    width: 120px;
    margin-top: 5px;
}

#form-contact textarea {
    width: 100%;
    height: 185px;
    margin-bottom: 20px;
}

button, .button {
    padding: 0 14px;
    border: none;
    border-radius: 0 !important;
    background: #9d3bc6;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
}
.buttons-set {
    text-align: left;
    width: 100%;
    position: relative;
}

.buttons-set button.button,
.buttons-set a.button{
    font-size: 14px;
    line-height: 35px;
    padding: 0 25px;
}

button.dark, .button.dark {
    background: #444444;
}

.button {
    display: inline-block;
    text-decoration: none;
}

button:hover, .button:hover {
    /*background:#6a2886;*/
    color: #fff;
    text-decoration: none;
}

button.dark:hover, .button.dark:hover {
    background: #000;
}

button.button-2x, .button.button-2x {
    padding: 0 15px;
    font-size: 16px;
    line-height: 35px;
    font-weight: normal;
}

.actions .button, .category-products.aligncenter {
    margin-bottom: 5px
}

button.button-3x, .button.button-3x {
    padding: 2px 15px 6px 15px;
    border: none;
    border-radius: 0px;
    background: #9d3bc6;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 64px;
    line-height: 64px;
    font-weight: normal;
    margin-bottom: 15px;
}

.form-search button, .form-mail button {
    position: absolute;
    top: 2px;
    left: 2px;
    margin: 0;
    padding: 2px 0 0 0;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 0px;
    background: #9d3bc6;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.form-mail button {
    padding: 0 0 2px;
}

.form-search button.btn:hover, .form-mail button.btn:hover {
    background: #6a2886;
    color: #fff;
    -webkit-transition: background-color 0.25s 0s ease;
    -moz-transition: background-color 0.25s 0s ease;
    -o-transition: background-color 0.25s 0s ease;
}

.form-mail {
    position: relative;
}

.form-mail input {
    padding-left: 44px;
    width: auto;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}

.form-login-wrapper {
    position: absolute;
    width: 330px;
    top: 20px;
    right: 0;
    z-index: 50005;
    display: none;
    padding: 8px 8px 12px 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: rgba(0, 0, 0, 0.89);
}

.form-login-wrapper:hover {
    display: block;
}

.form-login {
    margin: 0;
}

.form-login input {
    margin: 0 15px 0 -24px;
    padding-left: 25px;
    width: 112px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 0px;
}

.form-login .pull-left i {
    position: relative;
    z-index: 100;
    width: 18px;
    color: #000;
    font-size: 16px;
    height: 32px;
    vertical-align: middle;
}

.form-login button {
    float: left;
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 0;
    width: 20px;
    height: 32px;
    border: none;
    background: none;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}

.form-login button i {
    color: #ff0066;
    font-size: 20px;
    line-height: 20px;
}

.form-login button.btn:hover {
    background: none;
}

.catalog-product-view #content [class*="span"] {
    /*margin-left: 0;*/
}
.span12 {
    max-width: 1500px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    float: none;
}
#megamenu {
    position: relative;
}

#megamenu #nav ul.level0 {
    width: 100%;
    position: absolute;
    left: 0;
}

#megamenu #nav ul.level0 > li {
    width: 100%;
}

#megamenu li.row_middle, #megamenu li.row_top, #megamenu li.row_bot {
    width: 100%;
    padding: 0;
    margin: 0;
}

#megamenu span.inside {
    margin: 0 30px;
    padding: 20px 0;
    display: block;
    font: 13px/18px 'ProximaNovaRg', sans-serif;
    text-transform: uppercase;
}

#megamenu span.inside i {
    font-size: 18px;
    margin: -2px 5px 0 0;

}

#megamenu li.row_middle > ul {
    margin: 0 ;
    padding: 30px 30px 5px 30px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

#megamenu li.row_top .inside {
    border-bottom: 1px solid #e1e1e1;
}

#megamenu li.row_bot .inside {
    border-top: 1px solid #e1e1e1;
}

#megamenu li.row_middle {
}

#megamenu ul.rows_outer {
    float: left;
    position: relative;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.2);
}
ul.rows_outer:after {
    height: 20px;
    width: 100%;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    display: block;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    opacity: 0;
}
#megamenu ul.rows_outer > li {
    clear: both;
}

#megamenu ul.rows_outer > ul {
    display: flex;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: 0;
    z-index: 99;
}

#megamenu ul.rows_outer ul:hover {
    z-index: 100;
}

#megamenu ul.rows_outer ul.menu_row li.col {
    display: block;
    /*width: 175px;
    float: left;*/
    padding: 0;
    margin: 0 10px 30px 0;
    box-shadow: none;
    position: relative;
    z-index: 99;
    width: auto;
    flex-basis: 300px;
}

#megamenu ul.rows_outer ul.menu_row li.col:hover {
    z-index: 100;
}

#megamenu ul.rows_outer ul.menu_row li.col ul {
    box-shadow: none;
}

#megamenu ul.rows_outer ul.menu_row li.col li {
    width: auto;
    float: none;
    padding-left: 5px;
}

#megamenu ul.rows_outer ul.menu_row li.col li.title {
    font: 16px/16px 'ProximaNovaRg', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#megamenu ul.rows_outer ul.menu_row li.col li.title span {
    display: inline-block;
    margin: 1px 0 0 5px;
    font: 11px/16px Arial, Helvetica, sans-serif;
    padding: 0 5px;
    color: #fff;
    border-radius: 0px;
    background-color: #9d3bc6;
}

#megamenu ul.rows_outer ul.menu_row li.col li:hover {
    /* background-color: #f0f0f0;*/
}

#megamenu ul.rows_outer ul.menu_row li.col li.title:hover {
    background-color: transparent !important;
}

#megamenu ul.rows_outer ul.menu_row li.col li a:hover {
    text-decoration: none;
}

#megamenu ul.rows_outer ul.menu_row li.col li ul {
    position: absolute;
    display: none;
    z-index: 1000;
    top: -10px;
    left: 100px;
    padding: 10px 0;
    width: 200px;
    border-radius: 0px;
    background: #fdfdfd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#megamenu ul.rows_outer ul.menu_row li.col li:hover ul {
    display: block;
}

#megamenu ul.rows_outer ul.menu_row li.col li ul a {
    padding: 4px 10px;
}

#megamenu .custom {
    padding: 20px 15px;
}

#megamenu .custom img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

#megamenu ul.rows_outer a {
    display: block;
    padding: 4px 0;

    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}

.table.shopping-cart-table td.cart-new-row {
    display: none;
}


#footer_popup .dailydeal-feature {
    /*border: 2px solid red;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #fff;
    padding: 20px 30px !important;
    background: rgba(255, 255, 255, 0.3);
}

#footer_popup .dailydeal-feature h4 {
    color: #ffffff !important;
    font-size: 14px !important;
    margin-bottom: 0;
}

#footer_popup .dailydeal-feature p {
    color: #ffffff !important;
    font-size: 12px !important;
}

#footer_popup .dailydeal-feature input#name,
#footer_popup .dailydeal-feature input#email {
    margin-top: 5px;
    width: 100% !important;
    height: 32px;
    max-width: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    margin-bottom: 0;
}

#footer_popup .dailydeal-feature input#submit {
    margin-top: 15px;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product_info_right .dailydeal-feature h4,
.product_info_right .pricebeat-badge h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 0;
    line-height: 1;
    font-weight: 700;
    background: #000;
    color: #fff;
    font-family: 'ProximaNovaBd';
    font-size: 18px;
}
.combo-add-button,
a.customize-blend-button {
    margin-top: 21px;
    font-family: 'ProximaNovaRg',Verdana,Arial !important;
    font-size: 14px;
    line-height: 15px;
    padding: 10px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pricebeatSteps .pricebeatCircleContent {
    position: relative;
}

.pricebeatSteps . pricebeatCircleContent .number  {
    position: relative;
    z-index: 2;
}
.pricebeatSteps .pricebeatStepContainer {
    padding-left: 40px;
}
.pricebeatSteps .pricebeatCircleContent:before {
    content: '';
    float: none;
    width: auto;
    padding-bottom: 0;
    height: 31px;
    width: 31px;
    background: #ff7901;
    border-radius: 50%;
    display: block;
    align-self: flex-start;
    position: absolute;
    left: -6px;
    top: -7px;
}
a.customize-blend-button {
    margin-top: 0;
}
.dailydeal-feature.product .dailydeal-content,
.product_info_right .pricebeat-badge .pricebeat-badge-content{
    padding: 23px 10px 28px 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.product_info_right .dailydeal-feature p {
    font-weight: 400;
    font-size: 12px;
    margin: 22px 0 40px 0;
}


button.btn-primary {
    padding: 12px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'ProximaNovaBd', Verdana, Arial;
    font-size: 14px;
    line-height: 15px;
    background-color: #ff7901;
}

button.btn-secondary {
    padding: 12px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'ProximaNovaBd', Verdana, Arial;
    font-size: 14px;
    line-height: 15px;
    background-color: #444444;
}

button.btn-secondary:hover {
    background: #000;
}

/* blog href formatting */


.catalog-product-view .product-box {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*related products*/
#related_product_page {
    clear: both;
}

#related_product_page h2 {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
}

/**/
#megamenu ul.rows_outer ul.menu_row li.col li.title a {
    font: 16px/16px 'ProximaNovaRg', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline;
    background: none !important;
}

ul.menu_row > li.col > ul > li a, #megamenu .inside a {
    background: none !important
}

#megamenu .inside a {
    display: inline
}

@media (max-width: 1360px) {
    #megamenu ul.rows_outer ul.menu_row li.col {
        width: 155px
    }

    #nav .menu_custom_block .col-third {
        width: 323px;
    }

}

@media (max-width: 1200px) {
    #megamenu ul.rows_outer ul.menu_row li.col {
        width: 136px
    }

    #nav .menu_custom_block .col-third {
        width: 285px;
    }
}

#megamenu ul.rows_outer ul.menu_row li.col li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block !important;
}

#megamenu ul.rows_outer ul.menu_row li.col li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
#megamenu ul.rows_outer ul.menu_row li.col li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul {
    display: none !important;
}

/**/
a.fancy-zoom {
    display: block;
    font-size: 24px;
    margin-right: 4px;
    margin-top: -29px;
    position: relative;
    z-index: 9999;
}

.jay-narrow-button {
    padding-right: 5px;
    padding-left: 5px;
}

.product-tocart-category {
    float: right;
    display: none;
}

@media (max-width: 1479px) {
    .jay-narrow-button {
        display: none;
    }

    #logo {
        max-width: 160px;
        padding: 24px 0 24px 25px;
    }

    #club_z_savings_top_banner .container {
        text-align: right !important;
    }
    .product-img-box {
        width: 330px;
    }

    .product-info-box {
        width: calc(100% - 340px);
    }
}

@media (max-width: 1279px) {
    #right_toolbar {
        right: -10000px;
    }

    .hidden-small-desktop {
        display: none;
    }
}

@media (min-width: 980px) {
    #nav.simple {

        display: block;

    }
}

@media (max-width: 1200px) {
    #megamenu #nav li a {
        font-size: 12px;
    }

    .custom_blocks .box {
        width: 212px;
        float: left;
    }

    .custom_blocks .box a {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 16px;
    }

    #header.header_v_2 #nav > li > a {
        min-width: 100px;
        display: block;
        padding: 15px 20px 15px 10px;
    }

    #header.header_v_2 .fadelink > a {
        min-width: 60px;
        padding: 15px 20px 15px 10px;
    }
    .product-shop .regular-price .price, .product-shop .product_info_left .price-box .club-z-price{
        font-size: 26px;
    }
    .product-img-box {
        width: 300px;
    }

    .product-info-box {
        width: calc(100% - 310px);
    }

}

@media (min-width: 980px) {
    #wrap #topline .alignright {
        min-width: 320px;
    }
    .home-featured .product:nth-child(1),
    .shopempty .product:nth-child(1),
    .home-featured .product:nth-child(7),
    .shopempty .product:nth-child(7){
        margin-left: 0;
    }

    .cms-index-index section#content > .container .container.mobile {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 979px) {
    .cms-index-index section#content > .container {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

    section.slider #layerslider-container-fw {
        margin-right: 7px;
    }

    .accordion-inner > .pull-left, .accordion-inner > .pull-right {
        float: none;
    }

    #nav li:hover li.list_column {
        width: 200px;
    }

    #nav li:hover li.category_desc_in_menu {
        padding: 0 30px;
        width: 200px;
    }

    #header.header_v_2 .top-links {
        float: none;
        clear: both;
        margin: 0 0 0 -10px;
        padding-top: 10px;
    }

    .home-featured .product ,
    .shopempty .product {
        width: 32%;
        margin-left: calc(4% / 2);
    }

    .home-featured .product:nth-child(1),
    .shopempty .product:nth-child(1),
    .home-featured .product:nth-child(5),
    .shopempty .product:nth-child(5) {
        margin-left: 0;
    }

    .block-recent-posts ul {
        justify-content: space-between;
    }

    .block-recent-posts ul li.item {
        width: 49%;
        margin: 0 0 40px !important;
    }

    #mobile-filter-trigger {
        display: inline-block !important;
        margin-top: 5px;
        margin-left: 20px;
        width: 20px;
        height: 20px;
        background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/filter-512.png) no-repeat 0 0;
        -webkit-background-size: 40px;
        background-size: 40px;
    }

    #mobile-filter-trigger.active {
        -ms-background-position-x: -20px;
        background-position-x: -20px;
    }
    .product-img-box{
        width: 260px;
    }
    .product-info-box {
        width: calc(100% - 270px);
    }
    .product-shop .product_info_right{
        width: 185px;
    }
    .product-shop .product_info_right button{
        white-space: normal;
    }
    .product-shop .product-name h1{
        font-size: 18px;
        line-height: 18px;
    }
    .product_info_right .dailydeal-feature h4{
        font-size: 14px;
    }
}

/*@media (min-width: 1200px) and (max-width: 1479px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1050px;
    }

    .span12 {
        width: 1050px;
    }

    .span11 {
        width: 960px;
    }

    .span10 {
        width: 870px;
    }

    .span9 {
        width: 780px;
    }

    .span8 {
        width: 690px;
    }

    .span7 {
        width: 600px;
    }

    .span6 {
        width: 510px;
    }

    .span5 {
        width: 420px;
    }

    .span4 {
        width: 330px;
    }

    .span3 {
        width: 240px;
    }

    .span2 {
        width: 150px;
    }

    .span1 {
        width: 60px;
    }

    .preview {
        padding: 5px 5px 10px 5px;
        margin: 0;
    }

    .preview .col-1 {
        width: 75px;
    }

    .preview .col-2 {
        width: 230px;
    }

    .preview.small {
        padding-bottom: 5px;
    }

    .preview.small .col-1 {
        width: 53px;
    }

    .preview.small .col-2 {
        width: 140px;
    }

    .preview .big_image {
        width: 230px;
    }

    .preview.small .big_image {
        width: 140px;
        height: 137px;
    }

    #header.header_v_2 #nav > li > a {
        min-width: 130px;
        display: block;
        padding: 15px 20px 15px 10px;
    }

    #header.header_v_2 .fadelink > a {
        min-width: 60px;
        padding: 15px 30px 15px 10px;
    }

    .custom_blocks .box {
        width: 240px;
    }
}
*/
@media screen and (max-width: 979px) {
    nav {
        display: none
    }

    .cms-index-index .flex-slider #column_center {
        margin-top: 0;
    }

    #header .header-icons-wrap {
        display: none;
    }

    .hidden-tab {
        display: none;
    }

    #header .container {
        position: relative;
    }

    #wrap #topline .toplink-items {
        margin-right: 50px;
        padding-top: 8px;
    }

    .mobile-menu .nav-list .nav-header,
    .mobile-menu .nav-list {
        margin: 0;
        position: relative;
    }

    .mobile-menu .nav-list .nav-header > a {
        position: absolute;
        top: 13px;
        right: 15px;
        width: 32px;
        height: 14px;
        padding: 0;
        background: none;
        z-index: 99999;
    }

    #mobile-menu-switcher span {
        display: block;
        position: relative;
        left: 0;
        width: 32px;
        height: 3px;
        top: 0;
        background: #000;
        margin-top: 5px;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    #mobile-menu-switcher span.middle_line {
        left: auto;
        right: 0;
    }

    #mobile-menu-switcher span:first-child {
        margin-top: 0;
    }

    #mobile-menu-switcher.open-menu  span.top-line {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px;
    }

   #mobile-menu-switcher.open-menu span.middle_line {
        right: -90px;
        height: 0;
        /*margin-top: 0;*/
    }

    #mobile-menu-switcher.open-menu span.bottom_line {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
        margin-top: 0px;
    }

    #header .mobile-menu .icon-plus {
        padding-top: 0;
    }

    #footer #footer_popup .span6 {
        width: 100%;
    }

    #footer #footer_popup .span3 {
        width: 50%;
        margin-bottom: 20px;
    }

    #footer #footer_popup .span3.footer_newsletter {
        float: none;
        max-width: 320px;
    }

    #topline .btn--cart span,
    #topline .show-acc-menu.btn--account span,
    #topline  .btn--account.loggedout span{
        display: none;
    }

    #topline .toplink-account {
        padding-right: 10px;
        margin-right: 10px;
    }

    #column_left .block dt, #column_left .block.last .block-title {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .block-layered-nav dd li, .block-layered-nav .filtered-title {
        margin-bottom: 4px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .custom_blocks .box {
        padding: 0;
        width: 158px;
        float: left;
    }

    .custom_blocks .box a {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 12px;
    }

    .custom_blocks .box .icon_circle {
        margin: 0 5px 0 0;
    }

    .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span7, .product-box .span8 {
        float: left;
        width: 350px;
    }

    .product-box .product-img-box .span1 {
        width: 60px;
        margin-right: 20px;
    }

    .product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
        width: 260px;
        margin: 0;
    }

    .form-mail input {
        width: 70%;
    }

    .nav-list {
        display: block;
        position: relative;
        top: 0;
    }

    nav #nav {
        display: none
    }

    .span2 .product-tocart {
        float: left;
        clear: both;
        padding-top: 3px;
    }
}
@media (min-width: 768px) {
    .shoppingcart:hover .shopping_cart_mini {
            display: block;
    }
    #search_mini_form {
        margin:8px 0 23px 0;
    }

    .mobile-product-title{
        display: none;
    }
}
@media (max-width: 767px) {
  .update_cart_action {
      margin-top: 10px;
  }
     .more-views.flexslider {
         display: none;
     }
    .product-shop .add-to-cart button.btn-cart.btn-secondary {
        margin-top: 15px;
        margin-right: 10px;
    }

    .product-shop .add-to-cart {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    h2{
        font-size: 18px;
    }
    .flexslider.big .flex-direction-nav {
        display: none;
    }

    .listing_header_row1 .pull-left {
        width: 55%;
    }

    .listing_header_row1 .pull-right {
        width: 45%;
    }

    #club_z_savings_top_banner .top-menu-link {
        position: static;
        width: 100%;
        display: block;
        padding: 6px 0 0;
    }

    #club_z_savings_top_banner .top-menu-link a.top-menu-link--phone {
        float: left;
    }

    .header-promotional-line-floating-bar {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 5px 0 10px !important;
        text-align: center;
    }

    .tab-content {
        position: relative;
        top: 0;
        z-index: 0;
        background-color: #fff;
        margin-bottom: 25px;
        margin-top: 2px;
        padding: 15px;
        border-top: none;
    }

    .nav-tabs > li > a, .nav-pills > li > a {
        margin-right: 0;
    }

    .mousetrap {
        display: none;
    }

    #footer_popup {
        position: relative !important;
        display: block !important;
        height: auto !important;
        padding-bottom: 20px;
    }

    #nav li:hover li.list_column {
        width: 160px;
    }

    #nav li:hover li.category_desc_in_menu {
        padding: 0 20px;
        width: 160px;
    }

    #footer_button {
        display: none;
    }

    #footer .pull-left.noHover, #footer .pull-right.noHover {
        max-width: 100%;
    }

    #footer #footer_popup .span3 {
        width: 100%;
    }

    .container.mobile {
        clear: both;
    }
    .product-img-box{
        width: 100%;
    }
    .product-info-box {
        width: 100%;
        margin-top: 15px;
        padding-left: 0;
    }
    .product-shop .product_info_right{
        width: 235px;
    }
    .product_info_left > .product-name,
    .product_info_left > .ratings
    {
        display: none;
    }
    .mobile-product-title{
        margin-bottom: 20px;
    }
    .mobile-product-title .product-name span {
        display: block;
        font-family: 'ProximaNovaBd';
        text-transform: uppercase;
        font-size: 18px;
        line-height: 18px;
        margin-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 15px;
    }
    .mobile-product-title .product-name .product-brand,
    .mobile-product-title .product-name .product-brand a {
        color: #686868;
        font-size: 12px;
        margin-bottom: 10px;
    }
    #gallery-more{
        margin: 0;
    }
    .catalog-product-view .nav-tabs > li > a:hover,
    .catalog-product-view .nav-tabs > .active > a,
    .catalog-product-view .nav-tabs > .active > a:hover{
        top: 0;
        border: none;
        background: #ff7901;
        color: #ffffff;
    }
    .nav-tabs li a{
        text-align: center;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    body {
        padding: 0;
    }

    .container {
        /*padding: 0 20px;*/
        width: 580px;
    }

    .row {
        margin-left: -70px;
    }

    .span12 {
        float: left;
        margin-left: 70px;
        width: 580px;
    }

    .span11 {
        float: left;
        margin-left: 70px;
        width: 580px;
    }

    .span10 {
        float: left;
        margin-left: 70px;
        width: 580px;
    }

    .span9 {
        float: left;
        margin-left: 70px;
        width: 580px;
    }

    .span8 {
        float: left;
        margin-left: 70px;
        width: 344px;
    }

    .span7 {
        float: left;
        margin-left: 70px;
        width: 344px;
    }

    .span6 {
        float: left;
        margin-left: 70px;
        margin-right: -40px;
        width: 276px;
    }

    .span5 {
        float: left;
        margin-left: 70px;
        width: 255px;
    }

    .span4 {
        float: left;
        margin-left: 70px;
        width: 255px;
    }

    .span3 {
        float: left;
        margin-left: 70px;
        width: 255px;
    }

    .span2 {
        float: left;
        margin-left: 70px;
        width: 123px;
    }

    .span1 {
        float: left;
        margin-left: 15px;
        width: 59px;
    }

    .row.small_without_description, .row.small_with_description {
        margin-left: -30px;
    }

    .span2.product {
        margin-left: 30px;
        width: 120px;
    }

    .carousel, .es-carousel, .es-carousel .row {
        padding: 0;
        margin: 0;
    }

    .carousel.style0 .es-carousel {
        margin: 0 -5px 0 -65px;
    }

    .carousel .span3 {
        margin-left: 65px;
        margin-right: 5px;
        width: 255px;
    }

    .carousel .span2 {
        margin-left: 4px;
        margin-right: 11px;
        width: 123px;
    }

    #column_left.span3 {
        float: left;
        width: 580px;
    }

    #column_right.span9 {
        float: left;
        width: 580px;
    }

    .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
        max-width: 580px;
        width: 1005;
        margin-left: 70px;
        margin-bottom: 25px;
    }

    .product-box .product-img-box .span1 {
        float: left;
        width: 60px;
        margin-right: 20px;
        margin-left: 70px;
    }

    .product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
        float: left;
        width: 500px;
        margin: 0;
    }

    .nav-tabs li {
        float: none;
    }

    .nav-tabs li a {
        margin-bottom: 5px;
        /*background: #fff;*/
        /*-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
        /*-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
        /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
    }

    .form-mail input, .form-search input.search-query {
        width: 200px;
    }

    .custom_blocks .box {
        width: 270px;
    }

    .custom_blocks .box:first-child {
        padding: 0 30px 0 5px;
    }

    .custom_blocks .pull-left:first-child {
        padding: 0;
        background: none;
    }

    .span2.product .product-price span.old, .span2.product .product-price-regular span.old {
        padding: 0;
        display: block;
        margin-top: -12px;
    }

    .nav-list {
        display: block;
        position: relative;
        top: 0;
    }
}

@media (max-width: 639px) {
    #login-box {
        margin-top: -150px;
    }

    .home-featured p.title {
        font-size: 18px;
        margin: 20px 0 30px;
    }

    #login-box .inside {
        padding: 20px;
    }

    #login-box input {
        text-align: center;
        color: #000;
        margin: 5px 0;
    }

    #login-box .line {
        margin: 5px -20px;
    }

    #login-box .button {
        margin-top: 5px;
    }

    .home-featured .big_with_description ,
    .shopempty .big_with_description{
        justify-content: space-between;
    }

    .span3.product {
        float: left;
        /*margin-right: 10px;*/
        /*margin-bottom: 10px;*/
        /*margin-left: 10px;*/
        /*width: 160px;*/
        width: 48%;
    }

    .product .wrapper-hover {
        padding-bottom: 0;
    }

    .block-recent-posts ul li.item {
        width: 100%;
    }

    .block-recent-posts ul li.item .post-image {
        width: 80px;
        height: 80px;
    }
    .product-shop .product_info_right {
        width: 100%;
        max-width: 320px;
        margin-top: 20px;
    }
    .product-shop .product_info_right .span3{
        padding: 0 0 10px;
    }
}

@media (min-width: 480px) and (max-width: 639px) {

    body {
        padding: 0;
    }

    .container {
        /*padding: 0 40px;*/
        width: 370px;
    }

    .row {
        margin-left: -20px;
    }

    .span12 {
        float: left;
        margin-left: 40px;
        width: 370px;
    }

    .span9 {
        float: left;
        margin-left: 40px;
        width: 370px;
    }

    .span6 {
        float: left;
        margin-left: 20px;
        width: 370px;
    }

    .span4 {
        float: left;
        margin-left: 40px;
        width: 370px;
    }

    .span3 {
        float: left;
        margin-left: 70px;
        width: 270px;
    }

    .span2.product {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
        width: 160px;
    }

    .carousel {
        width: 370px;
    }

    .carousel, .es-carousel, .es-carousel .row {
        padding: 0;
        margin: 0;
    }

    .carousel .span2.product {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 5px;
        width: 160px;
    }

    .carousel .span3.product {
        float: left;
        margin-left: 50px;
        margin-right: 50px;
        width: 270px;
    }

    .nav-tabs li {
        float: none;
    }

    .nav-tabs li a {
        margin-bottom: 5px;
        /*background: #fff;*/
        /*-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
        /*-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
        /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
    }

    #nav, .link_label {
        display: none;
    }

    .nav-list {
        display: block;
        position: relative;
        top: 0;
    }

    #logo {
        float: none;
        text-align: center;
        padding: 10px 0 0 0px;
        max-width: 140px;
    }

    .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
        margin-left: 40px;
        width: 100%;
        max-width: 370px;
        margin-bottom: 25px;
    }

    .product-box .product-img-box .span1 {
        float: left;
        width: 70px;
        margin-right: 10px;
    }

    .product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
        float: left;
        width: 290px;
        margin: 0;
    }

    #column_left.span3 {
        float: left;
        width: 370px;
        margin-left: 0;
    }

    #column_right.span9 {
        float: left;
        width: 370px;
    }

    .block_img {
        width: 175px;
        margin-left: 20px;
    }

    .form-mail input, .form-search input.search-query {
        width: 200px;
    }

    .custom_blocks .box {
        width: 170px;
        float: left;
    }

    .custom_blocks .box a {
        font-size: 12px;
    }

    .custom_blocks .box:first-child {
        padding: 0 30px 0 0;
        background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/divider.png) no-repeat right 50px;
    }

    .custom_blocks .pull-left:first-child {
        padding: 0;
        background: none;
    }

    #form-contact .span9 {
        margin: 0;
        width: 390px;
    }

    #header.header_v_2 .form-search-wrapper {
        margin: -15px 0 0 30px;
    }

    .table.shopping-cart-table th {
        display: none;
    }

    .table.shopping-cart-table tr {
        /* border-bottom: 2px solid #666;*/
        width: 100%;
    }

    .table.shopping-cart-table, .table.shopping-cart-table tr, .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
        display: block;
        text-align: left;
        clear: both;
    }

    .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
        padding: 10px;
        width: 33%;
        min-width: 0px;
        border: none;
        border-bottom: none;
        text-align: left;
    }

    .table.shopping-cart-table td.aligncenter {
        text-align: left;
    }

    .table.shopping-cart-table td.mobile-cart-info {
        text-align: center;
        width: 20%;
        float: left;
        clear: none;
    }

    .table.shopping-cart-table td.cart-new-row {

        clear: both;
        float: left;
        display: block;
        position: relative;
        width: 0px;
        padding: 0px;
        margin: 0px;
    }

    .table.shopping-cart-table td.mobile-cart-info {
        text-align: center;
        width: 15%;
        float: left;
        clear: none;
        padding: 5px;
        border: none;

    }

    .table.shopping-cart-table td:first-child {
        text-align: center;
    }

    .table.shopping-cart-table .cart-col-name {
        display: inline-block;
        padding-right: 10px;
    }

    .right-button {
        float: left;
        margin-bottom: 15px;
    }

    .box-wrapper .inside.min-height {
        min-height: 0px;
    }
    .show-acc-menu.btn--account:after {
        right: -25px;
    }

}

@media (max-width: 479px) {
    .shopping_cart_grid_footer {
        padding: 0 10px;
    }
    h2{
        font-size: 16px;
    }
    .star_title {
        display: none
    }

    body {
        padding: 0;
    }

    .container {
        padding: 30px;
        margin: 0 auto;
        width: 320px;
        box-sizing: border-box;
    }
  #header .container {
      padding: 0 30px 0 0 ;
  }
    .row {
        margin-left: 0;
    }

    .span12 {
        float: left;
        margin-left: 0;
        width: 100%;
    }
 
    .span9 {
        float: left;
        margin-left: 0;
        width: 300px;
    }

    .span6 {
        float: left;
        margin-left: 0;
        width: 300px;

    }

    .span4 {
        float: left;
        margin-left: 0;
        width: 300px;
    }

    .span3 {
        float: left;
        margin-left: 20px;
        width: 260px;
    }

    .span3.product {
        /*float: left;*/
        /*margin-right: 7px;*/
        /*margin-left: 8px;*/
        /*margin-bottom: 10px;*/
        /*width: 135px;*/
        /*padding: 0;*/
    }

    .span2.product {
        float: left;
        margin-right: 7px;
        margin-left: 8px;
        margin-bottom: 10px;
        width: 135px;
        padding: 0;
    }

    .carousel {
        width: 300px;
    }

    .es-carousel {
        padding: 0;
        margin: 0;
    }

    .mobile-menu .nav-list .nav-header > a {
        right: 15px;
    }

    #wrap #topline .toplink-items {
        margin-right: 35px;
        padding-top: 8px;
    }
    .show-acc-menu.btn--account:after, .btn--account.loggedout:after {
        right: -20px;
    }
    #topline .btn--account {
        padding-right: 0;
    }
    .nav-tabs li {
        float: none;
    }

    .nav-tabs li a {
        margin-bottom: 5px;
        /*background: #fff;*/
        /*-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
        /*-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
        /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);*/
    }

    #nav, .link_label {
        display: none;
    }

    .nav-list {
        display: block;
        position: relative;
        top: 0;
    }

   /* #topline .pull-right {
        float: none;
    }*/

    #topline .pull-right .alignright {
        text-align: center;
    }

    #topline .fadelink {
        margin-right: 5px;
        margin-left: 0px;
    }

    #topline .fadelink > a {
        padding: 2px 20px 1px 5px;
    }

    #topline .fadelink .ul_wrapper ul {
        padding: 5px 12px 5px 5px;
    }

    #logo {
        max-width: 130px;
        float: none;
        text-align: center;
        padding: 6px 0 0 35px;
        position: relative;
        top: 5px;
    }

    #column_left.span3 {
        float: left;
        width: 300px;
        margin: 0;
    }

    #column_right.span9 {
        float: left;
        width: 300px;
        margin: 0;
    }

    #form-contact .span9, #form-contact .span4 {
        margin: 0;
        width: 280px;
    }

    #form-contact .span4.pull-right {
        float: none;
    }

    .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
        float: left;
        width: 100%;
        max-width:  300px;
        margin-bottom: 25px;
    }

    .product-box .product-img-box .span1 {
        float: left;
        width: 60px;
        margin-left: 5px;
        margin-right: 10px;
    }

    .product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
        float: left;
        width: 215px;
        margin: 0;
    }

    .product-shop .product_related, .product-shop .product_custom {
        float: none;
        width: 170px;
        margin: 0 0 50px 0;
    }

    .block_img {
        width: 260px;
        margin-left: 20px;
    }

    .form-mail input, .form-search input.search-query {
        width: 180px;
    }

    .custom_blocks {
        width: 256px;
        margin-left: 20px;
    }

    .custom_blocks .box, .custom_blocks .box:first-child {
        margin: 0 3px;
        padding: 0;
        width: 250px;
        background: none;
        float: none;
    }

    .custom_blocks .box .inside a {
        text-align: left;
    }

    .custom_blocks .pull-left, .custom_blocks .pull-left:first-child {
        padding: 0;
        background: none;
        float: none;
    }

    .shoppingcart .badge {
       /* position: absolute;
        top: -7px;
        left: -10px;
        right: auto;*/
    }

    #footer .pull-left.noHover, #footer .pull-right.noHover {
        width: 100%;
        max-width: 100%;
        float: none;
        text-align: center;
    }

    .select_wrapper.width1 {
        width: 90px;
    }

    .direction-nav {
        margin-bottom: 8px;
    }

    #header.header_v_2 .form-search-wrapper {
        margin: -15px 0 0 -5px;
    }

    #header.header_v_2 .form-search input.search-query {
        width: 160px;
    }

    #header.header_v_2 .shoppingcart {
        right: 30px;
        bottom: 75px;
    }

    #header.header_v_2 .fadelink {
        margin-right: -12px;
        margin-left: 15px;
    }

    #header.header_v_2 .fadelink .ul_wrapper {
        position: absolute;
        top: 25px;
        z-index: 100;
        display: none;
        border: 1px solid #d9d9d9;
    }

    #header.header_v_2 .fadelink .ul_wrapper ul {
        padding: 7px 5px 7px 5px;
        width: auto;
        border-radius: 0;
        background: #fff;
    }

    #header.header_v_2 .fadelink > a {
        padding: 2px 15px 1px 5px;
        border-radius: 0px;

        color: #555555;
        text-decoration: none;
        box-shadow: none;
        border: 1px solid #d9d9d9;
        border-bottom: none;
        font-weight: normal;
    }

    #header.header_v_2 .fadelink:hover > a {

        box-shadow: none;
        border: 1px solid #d9d9d9;
        border-bottom: none;
        color: #555555;
    }

    /*.table.shopping-cart-table, .table.shopping-cart-table tr, .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
        display: block;
        float: left;
        clear: both;
        width: 100%
    } */
    .table.shopping-cart-table th {
        display: none;
    }

    /* .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
         padding: 10px;
         width: 90%;
         border: none;
         border-bottom: 1px solid #e5e5e5;
         text-align: left;
     } */
    .table.shopping-cart-table td.aligncenter {
        text-align: left;
    }

    .table.shopping-cart-table td:first-child {
        text-align: center;
    }

    .table.shopping-cart-table .cart-col-name {
        display: inline-block;
        padding-right: 10px;
    }

    .table.shopping-cart-table tr {
        /*border-bottom: 2px solid #666;*/
        width: 100%;
    }

    .table.shopping-cart-table, .table.shopping-cart-table tr, .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
        display: block;
        float: left;
        /*clear: both;
        width: 100%*/
    }

    .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
        padding: 10px;
       /* width: 95px;*/
        width: 50%;
        min-width: 0px;
        border: none;
        border-bottom: none;
        text-align: left;
    }

    .table.shopping-cart-table td.mobile-cart-info {
        text-align: center;
        width: 20%;
        float: left;
        clear: none;
    }

    .table.shopping-cart-table td.cart-new-row {

        clear: both;
        float: left;
        display: block;
        position: relative;
        width: 0px;
        padding: 0px;
        margin: 0px;
    }

    .table.shopping-cart-table td.mobile-cart-info {
        text-align: center;
        width: 25%;
        float: left;
        clear: none;
        padding: 5px;
        border: none;

    }

    .right-button {
        float: left;
        margin-bottom: 15px;
    }

    #login-box {
        left: 50%;
        margin-left: -140px;
        width: 280px;
    }

    #login-box .line {
        margin: 5px -20px;
        width: 280px;
    }

    .box-wrapper .inside.min-height {
        min-height: 0px;
    }

}

p.back-link a.button small {
    display: none
}

.product-price-regular .spec .price {
    color: red
}

a.quickview {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
    color: #FFFFFF;
    font-size: 12px;
    height: 80px;
    left: 96px;
    line-height: 80px;
    margin: 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    top: 92px;
    width: 80px;
    z-index: 999;
    display: block;
    visibility: hidden;
    cursor: pointer;;
}

.product:hover a.quickview, .preview:hover a.quickview {
    visibility: visible
}

.tcenter {
    text-align: center
}

a.quickview:hover {
    color: #fff !important;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.with_media a.quickview {
    left: 171px;
}

.small_with_description .span2.product a.quickview {
    left: 45px;
    top: 32px;
}

.small_with_description .preview.small a.quickview {
    left: 45px;
    top: 32px;
}

.small_with_description .preview.small .with_media a.quickview {
    left: 103px;
}

.big_with_description .span2.product a.quickview {
    left: 46px;
    top: 41px;
}

.big_with_description .preview.small a.quickview {
    left: 46px;
    top: 41px;
}

.big_with_description .preview.small .with_media a.quickview {
    left: 102px;
}

/*AJAX SEARCH*/
#search_autocomplete {
    background-color: #FFFFFF;
    border-radius:0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
    padding: 10px 0px;

}

.ajaxsearch {
    display: block !important;
    padding: 0 20px
}

.ajaxsearch .suggest {
}

.ajaxsearch .suggest .amount {
}

.ajaxsearch .preview {
}

.ajaxsearch a {
    text-decoration: none
}


.ajaxsearch .price {
    font-size: 16px;
    color: #000000;
    font-family: arial;
}

.ajaxsearch .product-price {
    margin-top: 5px
}

.ajaxsearch a.product-image {
    border: 1px solid #F3F3F3;

    float: left;
    margin-right: 10px;
}

.ajaxsearch .item {
    margin-bottom: 11px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.ajaxsearch .product-detailes {
    float: left;
    width: 194px;
}

.header_v_2 .ajaxsearch .product-detailes {
    width: 144px;
}

.ajaxsearch .preview .description {
}

.ajaxsearch .preview img {
}

.header .form-search .ajaxsearch li.selected {
}

/*AJAX SEARCH END*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #right_toolbar {
        right: 15px;
    }
}

.product-img-box .more-views li i {
    color: #9D3BC6;
    font-size: 40px;
    height: 59px;
    line-height: 59px;
    margin: 0;
    padding: 3px 0 0;
    text-align: center;
    text-indent: 2px;
    vertical-align: middle;
    width: 100%;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .custom_blocks .box .icon_circle.dark {
        background-image: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/icon_dark_2x.png");
        background-repeat: no-repeat;
        background-size: 62px 63px;
    }

    .custom_blocks .box .icon_circle.light {
        background-image: url("https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/icon_light_2x.png");
        background-repeat: no-repeat;
        background-size: 63px 63px;
    }
}

.wrapper-hover .wrapper {
    overflow: inherit !important
}

h3.product-name {
    /*text-transform: inherit !important;*/
    font-family: arial !important;
}

#carousel_tabs_content h2 {
    display: none
}

/*LEFT COLLAPSED MENU*/
#collapsed-menu {
    margin-bottom: 20px;
    position: relative;
}

#collapsed-menu .nav-header {
    position: relative;
    margin: 0;
}

#collapsed-menu .nav-header a, #collapsed-menu a {
    display: inline-block;
    position: relative;
    padding: 6px 0;
    margin: 0;

    background: none;
    text-transform: none;
    font: 12px/16px Arial, Helvetica, sans-serif;
}

#collapsed-menu .nav-header span.collapse_button {
    position: absolute;
    top: 3px;
    right: 0;
    width: 22px;
    height: 22px;
    background: #f7f7f7;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #717171;
    border-radius: 0px;
    font-weight: normal;
    cursor: pointer;
}

#collapsed-menu span.badge {

    color: #fff;
    font-size: 12px;
    border-radius: 0px;
    margin: 4px 0 0 5px;
    text-shadow: none;
    text-transform: none;
}

#collapsed-menu .nav-list {
    padding: 0;
    margin: 0;
    position: relative;
}

#collapsed-menu .nav-list > li > a, #collapsed-menu .nav-list .nav-header {
    margin: 0;
}

#collapsed-menu .nav-list {
    display: none;
    position: relative;
    top: 0;
    padding: 0;
    border-top: 1px solid #eeeeee;
}

#collapsed-menu li {
    padding: 0;
    line-height: 16px;
    position: relative;
    border: none;
    border-bottom: 1px solid #eeeeee;
    cursor: default;
}

#collapsed-menu .nav-header {
    padding: 0;
    cursor: default;
}

#collapsed-menu .nav-list li:last-child {
    border: none;
}

#collapsed-menu a:hover {
    text-decoration: none;
}

#collapsed-menu .nav-list li li a:hover {
    background: none;
    /*color:#9d3bc6;*/
}

#collapsed-menu .nav-list > li > a:hover {
    background: none;

}

#collapsed-menu .nav-list li a, #collapsed-menu .nav-list li .nav-header a {
    padding-left: 16px;
}

#collapsed-menu .nav-list li li a, #collapsed-menu .nav-list li li .nav-header a {
    padding-left: 32px;
}

#collapsed-menu .nav-list li li li a, #collapsed-menu .nav-list li li li .nav-header a {
    padding-left: 48px;
}

#collapsed-menu .nav-list li li li li a, #collapsed-menu .nav-list li li li li .nav-header a {
    padding-left: 64px;
}

#collapsed-menu li.active > label > a, #collapsed-menu .nav-list li.active > a {
    font-weight: bold;
    text-shadow: none;

}

#collapsed-menu li.current > label > a, #collapsed-menu .nav-list li.current > a {
    font-weight: bold;
    text-shadow: none;
}

#collapsed-menu label {
    text-shadow: none
}

.block.leftmenu {
    border-bottom: 0;
    margin-bottom: 10px
}

#collapsed-menu li.active > ul {
    display: block
}

.in.collapse li {
    padding-left: 15px !important
}

.in.collapse li > a {
    padding: 0 5px !important;
}

.in.collapse li.level1:first-child > a {
    padding-top: 0 !important;
}

.in.collapse li.level1:last-child > a {
    padding-bottom: 0 !important;
}

#collapsed-menu li.strong > label a {
    font-weight: bold
}

ul#level1.in li a {

}

/*SPY MENU*/
#spy .logo img {
    max-width: 155px;
    max-height: 85px
}

#spy .li-first-home {
    display: none
}

#spy {
    background: #fff;
    width: 100%;
    position: fixed;
    top: -500px;
    padding: 10px 0 5px;
}

#spy.fix {
    top: 0;
    z-index: 100000;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}

#spy ul#nav {
    padding-top: 5px;
    padding-left: 200px;
}

#spy .form-search-wrapper {
    float: right;
}

#spy .form-search {
    position: relative;
    margin-bottom: 0;
}

#spy .form-search input.search-query {
    float: left;
    padding-left: 44px;
    font-size: 12px;
    width: 49px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#spy .form-search input.search-query:focus {
    width: 200px !important;
}

#spy .spy-right {
    float: right;
    margin-top: -45px;
}

#spy .spy-left {
    float: left;
    margin-top: -53px;
    padding-left: 30px;
    width: 170px;
}

#spy #nav > li > ul {

    top: 47px;
}

#spy #nav.simple > li > ul {
    top: 42px;
}

.menu_custom_block a {
    background: none !important
}

/*
==============================================
slideDown
==============================================
*/

/*
==============================================
slideDown
==============================================
*/

#spy.fix {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;

    animation-duration: 700ms;
    -webkit-animation-duration: 700ms;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
        animation-duration: 300ms;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
        -webkit-animation-duration: 300ms;
    }
}

/*.span2.product {
    height: 260px;
}*/
#megamenu #nav > li > a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    letter-spacing: 1px;
}
#megamenu #nav li.level2 > a {
    border-bottom: 1px dotted #c6c6c6;
    display: block;
    padding: 0;
    line-height: 32px;
}
#megamenu #nav li.level2 > a:hover  {
    color: #ff7901;
}
#megamenu #nav li.level2:last-child > a {
    border-bottom: none;
}
#megamenu #nav li.level1.parent.title > a{
    font-family: 'ProximaNovaBd';
    font-weight: 700;
    text-transform: uppercase;
}
#megamenu #nav > li:hover > a {
    background: transparent;
}
@media all and (min-width: 980px) {
    #megamenu #nav > li:hover > a{
        background: #ff7901;
    }
}
.rows_outer > li  {
    width: 100%;
    display: block;
}

.rows_outer > li > ul {
    display: flex;
}
ul.shadow {
    background: white;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.flexslider {
    box-shadow: none;
}
@media all and (min-width:768px) {
    .is-blog #content .span9,
    .is-blog #content .span3 {
        box-sizing: border-box;
    }
    .is-blog #content .span9 {
        width: 75%;
        margin: 0;
        padding-left: 60px;
    }
    .is-blog #content .span3 {
        width: 25%;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
    }
}
.block-recent-posts.in-wp-sidebar ul li.item:nth-child(2),
.block-recent-posts.in-wp-sidebar ul li.item:nth-child(5),
.block-recent-posts.in-wp-sidebar ul li.item{
    margin: 0 0 10px 0;
}

.block-recent-posts.in-wp-sidebar .post-info .post-title {
    margin-bottom: 0;
}
.block-recent-posts.in-wp-sidebar .post-info .post-title:hover {
    text-decoration: none;
}
.block-recent-posts.in-wp-sidebar ul li.item .post-info {
    padding-left: 0;
    width: 100%;
}
.wp-sidebar .block-title{
    text-align: left;
    padding: 10px 0;
}
.block-blog-text {
    margin-bottom: 15px;
}
.block-blog-text .dailydeal-feature.product {
    border: 3px solid #ff7901;
}
.block-recent-posts.in-wp-sidebar ul li.item {
    width: 100%;
    display: flex;
}
#footer .container .span6 {
    width: 50%;
    float: none;
    display: flex;
}
#footer .container .span3 {
    width: 50%;
    float: none;
    display: block;
}
#footer .container {
    display: flex;
}
.span3.service-column {
    padding-left: 100px;
    text-align: right;
    padding-right: 50px;
}
.span3.account-column {
    text-align: right;
    padding-right: 125px;
}
.span3.service-column  p {
    text-align: left;
    padding-left: 62px;
}
.container.top .shopbybrand .brand-input-search .input-text-search {
    height: 25px;
    margin-bottom: 0;
    width: 350px;
}
.availability.in-stock a{
    color: #ff7901;
    position: relative;
    margin:  0 2px;
}
.product_type_data_price .availability > b {
    margin-right: 1px;
    font-weight: 400;
}

.product_type_data_price .availability > b + b,
.bundle-availability  .availability > b + b{
    margin: 0 3px 0 0;
    font-weight: 400;
    color: #000;
}
.availability.in-stock a:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #ff7901;
    position: relative;
    content: '';
    margin: 0 3px;
}
.shopping_cart_grid .span12 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    float: none;
}
.cart-page-title {
    text-align: center;
    /*margin: 45px 0 35px 0;*/
}
.cart-panel {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.cart-panel .span6 {
    float: none;
    width: 50%;
    margin-left: 0;

}
.cart-dollar-deals {
    padding-left: 45px;
}
.cart-dollar-deals +.span6  {
    padding-right: 50px;
}
.cart-dollar-deals .box-wrapper{
    border: 1px solid #e0e0e0;
    max-width: 375px;
    margin-bottom: 40px;
}
button.btn-checkout span {
   font-size: 24px;
    line-height: 100%;

}
button.btn-checkout {
    line-height: 100%;
    padding: 18px 35px;
    max-width: 100%;
    white-space: normal;
}
.cart-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 45px;
}
.dollar-deals-title h2{
    font-size: 18px;
    line-height: 100%;
    padding: 13px 0;
    margin: 0;
}
.dollar-deals-title {
    padding: 0;
    clear:both;
    width:100%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
}
#discount-coupon-form .input-text {
    height: 32px;
}
#discount-coupon-form .button.dark {
    line-height: 32px;
    vertical-align: top;
}
#onestepcheckout-discount .dicscount-title {
    font-family: 'ProximaNovaBd';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 100%;
    margin: 20px 0;
}
#discount-coupon-form {
    display: flex;
    align-items: flex-start;
}
#discount-coupon-form .input-text {
    width: calc(100% - 75px);
    margin-bottom: 0;
}
#onestepcheckout-discount {
    padding: 0 17px 24px 17px;
}
.cart-dollar-deals {
    padding-bottom: 20px;
}
.shopping-cart-table {
    margin-bottom: 0;
}
.shopping_cart_grid .box-wrapper .inside {
    padding: 45px 45px 0 25px;
}
.cart-links-wrapper {
    width: 100%;
    float: none;
    text-align: right;
    margin-bottom: 60px;
}
.cart-links-wrapper .box-wrapper .inside {
    padding: 0;
}
.table.shopping-cart-table-total th,
.table.shopping-cart-table-total td {
    font-family: 'ProximaNovaRg';
    font-size: 18px;
    padding-bottom: 20px !important;
    line-height: 100%;
}
.table.shopping-cart-table-total td.a-right strong {
    font-size: 18px !important;
    font-family: 'ProximaNovaRg';
    font-weight: 400;
}
.zPointsIconDark {
    width: 24px;
    height: 24px;
    padding: 2px;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    font: 10px Arial, sans-serif;
    display: inline-block;
    line-height: 19px;
    vertical-align: top;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -3px;
}
.table.shopping-cart-table-total td h4 {
    text-transform: none;
    font-family: 'ProximaNovaRg';
    font-weight: 400;
    font-size: 24px;
}
.cart-deal-prod-wrapper {
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.inside.cart-deals {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding:0;
    padding-bottom:30px;
    overflow:auto;
}
.cart-deal-product {
    width: 50%;
}
.cart-deal-buy {
    margin-top: 18px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}
.cart-deal-prod-price b {
 font-size: 12px;
    line-height: 1;
    display: block;
    color: #444444;
    margin: 0 0 5px 0;
}
.cart-deal-prod-price b.normal {
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}
.cart-deal-prod-price b.special {
    font-weight: 700;
    font-family: 'ProximaNovaBd';
}
.cart-deal-prod-name p {
    font-weight: 400;
    font-family: 'ProximaNovaRg';
    color: black;
    line-height: 1.5;
    margin-bottom: 20px;
}
.btn-remove2 {
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/rubbish-bin.svg);
    background-size: contain;
    height: 25px;
    width: 24px;
    margin: 0 auto;
    opacity: 1;
    float: none;
}
.btn-remove2:hover {
    opacity: 0.7;
}
.mobile-cart-info .input-text.qty {
    width: 50px !important;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
    color: black;
    margin-bottom: 5px;
}
.mobile-cart-info .cart-price .price {
    font-size: 14px;
    font-weight: 400;
    color: black;
    font-family: 'ProximaNovaRg';
}
.table.shopping-cart-table-total td + td {
    white-space: nowrap;
}
.shopping-cart-table .product-name a {
    font-size: 14px;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
}
.shopping-cart-table .product-name {
    margin-bottom: 15px;
    max-width: 80%;
}
.shopping-cart-table .item-options dt {
    font-size: 14px;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    font-style: normal;
}
.shopping-cart-table tbody tr:nth-of-child(3n){
    height: 50px;
}
.table.shopping-cart-table td.mobile-cart-info {
    padding-top: 40px;
}
.cart-deal-buy .button.dark {
    line-height: 32px;
    padding: 0 25px;
    font-size: 13px;
}

.onestepcheckout-review-info ol li.order-review-info #checkout-review-table-wrapper:hover,
.order-review-section:hover,
.onestepcheckout-shipping-payment-review .order-information:hover,
#showhide_shipping:hover,
#onestepcheckout-billing-section .billing_address:hover {
    box-shadow: none !important;
}
.onestepcheckout-review-info ol li.order-review-info #checkout-review-table-wrapper,
.order-review-section,
.onestepcheckout-shipping-payment-review .order-information,
#showhide_shipping,
#onestepcheckout-billing-section .billing_address {
    box-shadow: none !important;
}
#checkout-review-load {
    background-color: transparent !important;
}
.one-step-checkout h1.checkout_header ,
#onestepcheckout_login_link{
    text-align: center;
}
#onestepcheckout_login_link a b {
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    color: #F39801 ;
    font-size: 18px;
}
.customer-account-login-page {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.customer-account-login-page .item {
    width: calc(50% - 30px);
    position: relative;
    border: 1px solid #e0e0e0;
    margin-right: 60px;
}
.customer-account-login-page .item:nth-child(2n){
    margin-right: 0;
}
.page-title{
    width: 100%;
    position: relative;
    text-align: center;
}
.page-title.category-title {
    text-align: left;
}
#form-validate {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
    padding: 33px 25px 40px 45px;
}
.page-title h2,
.page-title h1,
.page-title h1{
    margin: 45px 0 20px 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
    line-height: 100%;
    position: relative;
}
.page-title h1 {
    font-size: 24px;
    font-weight: 700;
	text-align:left;
    font-family: 'proximanovabd';
	
}


.page-title.category-title h1{
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    font-family: 'ProximaNovaBd';
    margin-top: 0;
}
.page-description {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}
.page-description h2 {
    position: relative;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0 30px 0;
    line-height: 100%;
}
.page-description p {
    font-family: 'ProximaNovaLt';
    font-weight: 300;
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    margin: 0 0 10px 0;
    position: relative;
}
.register-actions-wrapper {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    margin: 25px 0 0 0;
}
.register-actions-wrapper > div .button {
    line-height: 36px;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
.register-actions-wrapper > div .button.dark {
    white-space: normal;
}
.customer-account-login-page .item .box-wrapper {
    padding: 40px;
    margin-bottom: 0;
}
#form-validate .input-text,
#login-form .input-text {
    height: 35px;
    width: 100%;
    display: block;
    line-height: 35px;
    margin: 0;
    max-width: 483px;
}
.customer-account-forgotpassword .box-wrapper .inside {
    max-width: 1100px;
    margin: 0 auto;
}
.exist-customer-form .required-notice  {
    color: #bf1f2e;
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
    line-height: 100%;
    margin: 25px 0 0 0;
}
.new-customer.item .register-actions-wrapper {
    margin-top: 50px;
}
.customer-account-login-page .item .box-wrapper h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 25px 0;
    line-height: 100%;
    font-family: 'ProximaNovaBd';
}
.customer-account-login-page .item p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}
.account-create {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    position: relative;
}
.account-create #form-validate {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
    padding: 33px 25px 40px 45px;
}
form .fieldset {
    /*width: calc(50% - 28px);*/
    width: 100%;
   /* margin-right: 56px;*/
}

.account-create form .fieldset .form-list .fields {
    width: 100%;

}
 .fieldset .form-list .fields .field{
    margin-right: 56px;
    width: calc(50% - 28px);
    margin-bottom: 20px;
}

.account-create form .fieldset .form-list {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    flex-wrap: wrap;
}
.account-create form .fieldset .form-list .fields.info {
    margin-right: 56px;
    width: calc(50% - 28px);
}
.fieldset .form-list .fields .field:nth-child(2n),
.account-create form .fieldset .form-list .fields.info:nth-child(2n){
    margin-right: 0;
}
.account-create form .fieldset .form-list .fields.info .field  {
    width: 100%;
}
.fieldset .legend {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0 8px 0 0;
}
.control.checkbox-control {
    position: relative;
    display: flex;
    width: 100%;
    margin: 10px 0 10px 0;
}
.checkbox-control label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}
.checkbox-control .input-box  input {
    margin: 0;
}
.checkbox-control .input-box {
    margin: 0 5px 0 0;
}
.account-create #form-validate p.required {
    margin-top: 25px;
    font-size: 14px;
}
.customer-account-login #content #login-form .input-text {
    margin-bottom: 20px;
}
.control.checkbox-control.account-subscribe {
    position: relative;
    top: -20px;
    margin: 10px 0 -15px 0;
}
.block-account .block-content {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.block-account .block-content li.current strong {
    font-family: 'ProximaNovaBd';
}
.block.block-account {
    margin-top: 50px;
}
.back-link .button,
.back-link a,
.back-link button{
    background: #444444;
}
.btn--account +a {
    top: 3px;
    position: relative;
    left: 2px;
    text-transform: uppercase;
}
.customer-account-messasge {
    width: 100%;
}
#category-description {
    position: relative;
    height:135px;
    overflow:hidden;
}
#category-description.expanded {
    height: auto;
}
#category-description-read-more.expanded .read-more .more{
    display: none;
}
#category-description-read-more.expanded .read-more .less{
    display: block;
}
#category-description-read-more .read-more .less{
    display: none;
}
#category-description p {
    font-family: 'ProximaNovaLt';
    font-weight: 300;
}
#category-description:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,1));
}
#category-description.expanded:after {
    display: none;
}
.category.odd ol li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: black;
}
.category-products .toolbar .line1 {

    display: none;
}
.category-products .toolbar .listing_header_row2 {
    padding-bottom: 0;
}
.category-products .listing_header_row2 .pull-right {
    float: none;
}
.wrapper .hidden-productpage {

    margin-top: 29px;
}
.button-onestepcheckout button.onestepcheckout-btn-checkout {
    background-color: #ff7901 !important;
    box-shadow: none;
}

.button-onestepcheckout button.onestepcheckout-btn-checkout:hover {
    opacity: 1 !important;
    box-shadow: none;
    background-color: #e56c00 !important;
}
#checkout-review-table-wrapper {
    border: 1px solid #e56c00;
}
#checkout-review-table-wrapper h3 {
    border-bottom: 1px solid #e56c00 !important;
    margin-bottom: 15px;
}
#streetdiv2link a{
    font-size: 12px;
    color:  #e56c00;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
    position: relative;
    font-style: normal;
}
.onestepcheckout-login-link a span {
    opacity: 0;
    height: 0;
    position: absolute;
}
#streetdiv2link a:after{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #e56c00;
    content: '';
    margin: 0 0 0 5px;
    vertical-align: top;
    position: relative;
    top: 8px;
}

#eway-secure-field-form input,
#eway-secure-field-form select {
    border-radius: 0 !important;
}
#checkoutpromo div {
    border: none !important;
}
.onestepcheckout-index-index .cart-page-title {
    display: none;
}
.two-fields, .one-field {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.two-fields  label.required,
.one-field label.required{

    display: block;
    position: relative;
    height: 10px;
    width: 10px;
    height: auto;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}
.two-fields.mdl-selectfield {
    flex-direction: column;
}
.one-field input {
    order: 3;
}
.one-field label {
    order: 13;
}
#billing-street-label + .street-more {
    order: 3;
}
#billing-new-address-form .one-field > input {
    order: 12;
}
li.create_account label,
.shipping_other_address label{
 font-size: 14px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}
li.shipping_other_address {
    padding: 0 0 0 8px;
}
#checkout-review-table .item-msg {
    font-size: 12px;
}
dt.radioparent label {
    font-size: 12px;
}
.shipping_pickup_default div {
    margin-left:0 !important;
    margin-top: 10px;
}
.onestepcheckout-index-index #content .container {
    max-width: 1260px;
}
.onestepcheckout-login-link  {
    margin-bottom: 65px;
}

.onestepcheckout-index-index .one-step-checkout h3:before {
    font-size: 14px;
    background: #ff7901 !important;
}
.onestepcheckout-index-index .one-step-checkout h3 {
    font-size: 18px;
    font-family: 'ProximaNovaBd';
    font-weight: 700    ;
}
#checkout-review-table .product-name {
    font-weight: 700;
    font-family: 'ProximaNovaBd';
}
#onestepcheckout-button-place-order {
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    font-size: 30px;
    padding: 18px 10px;
    height: auto;
}
#onestepcheckout-button-place-order span span {
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    font-size: 23px !important;
}
.breadcrumbs ul +ul {
    display: inline-block;
    vertical-align: top;
	padding: 0 5px 0 5px;
}
.breadcrumbs ul +ul li {
    display: inline-block;
    vertical-align: top;
}
.bundle-prices .price-box > a{
    width: 60%;
    float: left;
}
.bundle-prices .price-box > a + .hidden-category {
    width: 40%;
    float: left;
}
.bundle-prices .price-box {
    display: flex;
    flex-direction: row-reverse;
}
.onestepcheckout-newsletter label {
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    font-size: 14px;
}
.sp-methods > div {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 6px 10px;
}
.sp-methods > div.giftmessage,
.sp-methods > div#shipping_pickup_options{
    border: none;
    padding: 0;
    margin: 0;
}
.sp-methods > div#shipping_pickup_options dt span {
    font-style: normal !important;
    text-transform: uppercase;
    font-size: 12px;
}
#checkout-review-table dl.item-options {
    font-size: 14px;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    padding-top: 11px;
}
#checkoutpromo,
#checkoutpromo  a{
    color: #ff7901;
}
#checkoutpromo p {
    font-size: 18px;
}
.menu_custom_block .row > a:hover {
    text-decoration: none;
}
.onestepcheckout-login-link p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
    color: #ff7901;
    line-height: 100%;
}
.onestepcheckout-login-link p b {
    font-family: 'ProximaNovaBd';
    font-weight: 700;
}
.onestepcheckout-login-link p a {
   color: #000;
    font-size: inherit;
}
#footer .span3.footer_newsletter >  div{
    width: 80% !important;
    float: right;
    clear: both;
}
#customerLoginNameHello  {
    text-transform: capitalize;
}
.customer-logout {
    font-size: 13px;
    font-weight: 700;
    font-family: 'ProximaNovaBd';
    position: relative;
    top: 2px;
}
.z-page-subtilte {
    font-size: 19px;
    font-weight: bold;
    font-family: 'ProximaNovaBd';
    color: #ff7901;
}
.box-rewardpoints-summary strong,
.box-rewardpoints-summary b {
    font-family: 'ProximaNovaBd';

}

#one-step-checkout-form .checkout-review-load .data-table tfoot td + td {
    white-space: nowrap;
}
.one-step-checkout .a-right h4 {
    text-transform: none;
    margin-bottom: 26px;

    font-size: 24px;
    font-family: 'ProximaNovaRg';
    font-weight: 400;
}
.one-step-checkout h4 {
    margin-top: 0px;
}
.onestepcheckout-comment textarea {
    height: 70px;
}
#one-step-checkout-form .checkout-review-load .data-table td h4 .price {
    font-size: 24px;
    font-family: 'ProximaNovaRg';
    font-weight: 400;
}
.bundle-product .price-box > a {
    width:60%;
    color: #ff7901;
    order: 2;

}

.bundle-product .price-box > a + div.hidden-category {
    width: 40% !important;
    order: 1;
}
.bundle-product .price-box .bulk-wrapper {
    order: 3;
}
.bundle-product .price-box .bulk-wrapper #bulkShowMoreLink a  {
    color: #ff7901;
    font-size: 12px;
}
.bundle-product .price-box {
    display: flex;
}
.product-shop .product_info_left .price-box .club-z-price {

}
 .product-primary {
    display: flex;
    flex-wrap: wrap;
}
 .product-primary > div{
   /* max-width: 452px;*/
    max-width: 470px;
}
.product-primary #productSpecialOfferPrice {
    order: 2;
    width: 100%;
}
 .product-primary .product-options {
    order: 3;
    width: 100%;
}
 .product-primary  .product-options-bottom {
    order: 1;
    width: 100%;
}
.product-primary  .bundle-add-to-cart-wrapper {
    width: 100%;
    order: 4;
}
.product-primary .product_type_data_price {
    order: 4;
}
#related_product_page #column_center {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px 0 35px;
    float: none;
}
@media all and (min-width: 1530px) {
    #related_product_page #column_center {
        padding: 0;
    }
}
.show-acc-menu + .toplink-account {
    position: absolute;
    background: white;
    border: 1px solid #e0e0e0;
    top: 35px;
    left: -14px;
    z-index: 1500;
    /* transform: translateX(-50%); */
    width: 150px;
    padding: 10px;
    text-align: left;
    display: none;
}
.btn--account.loggedout {
    z-index: 1500;
    position: relative;
}
.show-acc-menu  {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    width: auto;
    background: none;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1500;
    position: relative;
}
.show-acc-menu + .toplink-account.visible {
    display: block;
    position: absolute !important;
}

#topline .toplink-account .btn--account.loggedin:before {
    display: none;
}
.toplink-account > a {
    padding: 5px 0;
    margin: 0 0 5px 0;
    display: block;
}
.btn--account.loggedout {
    white-space: nowrap;
}
.loggedin_z_header_info {
    display: none;
}
.flexslider.more-views .flex-direction-nav {
    display: none;
}

#pricebeatSubmitContainer input {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0px;
}
#pricebeatSubmitContainer {
    text-align: left;
}
#pricebeatSubmitContainer #pricebeat_freeship {
    width: auto;
    margin: 0;
    height: 20px;
    margin: 0 15px 0 0;
}
.club_z_menu_item {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}
.club_z_menu_item .span6.cz_perks_div {
    width: 50%;
    margin: 0;
    text-align: center;
    font-family: 'ProximaNovaBd';
    font-weight: 700;
}
.product-options#pricebeat-container {
    margin-top: 15px;
    padding-left: 0;
}
.product_extra_option {
    width: 100%;
    order: -1;
    margin-bottom: 15px;
}
.product-primary  > .secure_payments {
    order: 5;
    width: 100%;
    margin-bottom: 15px;
	margin-top:10px;
}
.product-primary > .add-to-links {
    width: 100%;
    order: 6;
}
.zoomContainer {
    max-width: 100%;
}
.button.button-3x.empty-cart-bigitle {
    font-size: 25px;
    line-height: 1;
    padding: 20px 30px;
}
.shopempty .span12 {
    padding: 0;
}
.shopempty .row {
    margin-left: 0;
}
#clubZPriceBoxProductPage {
    padding: 0 29px 0 0 !important ;
    text-align: center;
}

.cms-club-z .std {
    margin-top: 15px;
}
@media all and (max-width: 979px) {
    .wrapper_w.checkout-simple-header {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
    }

    .checkout-header-special-block {
        margin-top: 25px;
        text-align: center;
        width: calc(100% - 130px);
    }
    .checkout-header-special-block > div {
        width: 50%;
        float: left;
        height: 31px;
        padding-left:  10px;
        padding-right: 0 !important;
    }
}




/*============= MEDIA QUERIES ==================*/
@media all and (min-width: 980px) and (max-width: 1200px) {
    .cms-index-index .flex-slider #column_center {
        margin-top: -48px;
    }
    #megamenu #nav > li > a {
        white-space: nowrap;
        font-size: 10px;
    }

}
@media all and (max-width:500px) {
    #clubZPriceBoxProductPage {
        padding: 0 0 0 10px !important;
    }
    #footer .span3.footer_newsletter > div{
        width: 100%;
    }
    #footer .container .span6 {
        flex-direction: column;
    }
    #topline .button--share {
        display: none;
    }
}
@media all and (min-width: 501px) and (max-width: 979px) {
    #topline .button--share:after {
        position: absolute;
        left: 0;
        top: 8px;
        content: '';
        display: inline-block;
        height: 7px;
        border-right: 1px dotted #000;
        right: 5px;
    }
    #topline .button--share {
        display: block;
        margin-top: 11px;
        font-size: 13px;
        text-transform: uppercase;
        margin-left: 0;
        width: calc(33% - 20px);
        padding-right: 20px;
        /* margin-top: 0px; */
        margin-right: 20px;
    }
}
@media (min-width: 480px) and (max-width: 639px) {
    #topline .button--share {
        margin-top: 11px;
    }
}
@media all and (max-width: 850px) {

    #footer .span3.footer_newsletter > div {
        float: none;
        clear: both;

    }
    .span3.account-column,
    .span3.service-column{
        text-align: left;
    }
    #footer .container {
        flex-direction: column;
    }
    .span3.service-column p,
    .span3.service-column{
        padding-left: 0;
    }
    #footer_popup .span3 ul {
        width: 100%;
    }
}
@media all and (min-width: 768px) and (max-width: 1249px) {
    #footer #footer_popup .span3{
        padding-left: 20px;
    }
}

@media all and (max-width: 1250px) {
    .span3.service-column {
        padding-right: 0;
    }
    .span3.account-column {
        padding-right: 50px;
    }
    .cart-deal-prod-wrapper {
        padding: 0 10px;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .cart-dollar-deals + .span6 {
        padding: 0 20px;
    }
    .cart-links-wrapper a {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 979px) {
    .shopping_cart_mini a.button,
    .shopping_cart_mini a.button-checkout {
        font-family: 'ProximaNovaBd';
        font-weight: 700;
        font-size: 10px;
        font-weight: 700;
        margin-left: 0;
        float: none;
        line-height: 35px;
        display: inline-block;
        padding: 0;
        width: calc(50% - 5px);
        text-align: center;
        margin-right: 10px;
    }
    .shopping_cart_mini .wrapper{

        text-align: center;
        font-size: 0;
}
    .shopping_cart_mini {
        top: -6px;
        left: auto;
        right: -53px;
        max-width: 300px;
        max-width: 300px;
    }
    .shopping_cart_mini:before {
        right: 65px;
    }
    #wrap.open-menu{
        z-index: 999999 !important;
    }
    #topline {
        position: relative;
    }
    #wrap.open-menu #topline{
        z-index: 1;
    }
    #wrap .header_wrapper {
        overflow: hidden;
    }
    #wrap.open-menu .header_wrapper {
        overflow: visible;
    }
    .mobile-menu  .articles-menu {
        margin-left: 47px;
        width: calc(100% - 60px);
        border: 1px solid #dadada;
        line-height: 20px;
    }
    .mobile-menu  .articles-menu li {
        line-height: 20px;

        padding: 0;
    }
     ul#level1 {
         height: auto !important;
     }

    .mobile-menu .mobile-menu {
        padding-left: 30px;
    }

    .mobile-menu > .collapse{
        position: absolute;
        top: -300%;
        left: auto;
        right: 0;
        background: white;
        z-index: 5000;
        padding: 5px 0;
        display: none;
        visibility: hidden;
        padding-left: 0;
        width: 100%;
        z-index: 1;
    }
    .mobile-menu > .collapse.visible {
        top: -4px;
        display: block;
        visibility: visible;
    }
    .mobile-menu > .collapse > li.level0 {
        margin-left: 47px;
        width: calc(100% - 60px);
    }
}
#mobile-menu-switcher {
    display: none;
}
.mobile-menu {
    display: none;
}
@media all and (max-width: 979px) {
    .show-acc-menu + .toplink-account {
        transform: none;
        right: 13px;
        left: auto ;
        top: 39px;
    }
    ul.level0.collapse,
    ul.level1.collapse,
    ul.level2.collapse,
    ul.level3.collapse{
        display: none;
        height: auto !important;
    }
    .level0.collapse.visible,
    .level1.collapse.visible,
    .level2.collapse.visible,
    .level3.collapse.visible{
        display: block;
        height: auto !important;
    }
    li.level1.parent.open > .icon-collapse:before,
    li.level2.parent.open > .icon-collapse:before,
    li.level3.parent.open > .icon-collapse:before{
        content: "-" !important;
    }



    .level0.collapse {
        height: auto !important;
    }
    #mobile-menu-switcher {
        display: block;
        height: auto;
        width: auto;
        position: absolute;
        right:20px;
        top: 9px;
        cursor: pointer;
        z-index: 2;
    }
    #mobile-menu-switcher.open-menu {
        right: auto;
        left: 10px;
    }
    .header_wrapper {
        z-index: 2;
        position: relative;
    }
    .header_wrapper + .flex-slider {
        z-index: 1;
        position: relative;
    }
    .mobile-menu {
        display: block;
    }
}
@media all and (max-width: 1519px) {
     #topline  .container {
        padding: 0 30px;
    }
}
@media all and (min-width: 1520px) {

}
@media all and  (min-width: 768px) and (max-width: 1000px){
    .product-shop .product_info_right,
    .product-shop .product_info_left {
        width: 100%;
    }
    .product-shop .add-to-cart button.btn-cart.btn-secondary {
        margin-top: 15px;
        margin-right: 10px;
    }

    .product-shop .add-to-cart {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
@media all  and (min-width: 1001px) and (max-width: 1200px){
    .product-shop .add-to-cart button.btn-cart.btn-secondary {
        margin-top: 15px;
        margin-right: 10px;
    }

    .product-shop .add-to-cart {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .product-shop .product_info_right{
        width: 255px;
    }
    .product-shop .product_info_left{
        width: calc(100% - 265px);
    }
}
@media all   and (max-width: 639px) {
    .table.shopping-cart-table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .checkout-header-special-block {
        margin-top: 10px;
    }
}
@media all and (max-width: 767px) {
    .cart-deal-buy {
        padding-left: 0;
    }
    .shopping_cart_grid .span12 {
        padding: 0 10px;
    }
    .shopping_cart_grid .box-wrapper .inside {
        padding: 10px 0;
    }
    .cart-links-wrapper {
        text-align: center;
    }
.shopping-cart-table-total + div {
    text-align: center !important;
}
    #header .pull-right {

        max-width: 300px;
    }

    #column_left,
    #column_right {
        width: 100%;
    }
    .account-create form .fieldset .form-list .fields.info,
    .account-create form .fieldset .form-list .fields .field {
        margin-right: 0;
        width: 100%;
    }

    .customer-account-login-page .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2px;
    }
    .cart-panel {
        flex-direction: column;
    }
    .cart-panel .span6 {
        width: 100%;
    }
    .cart-links-wrapper a{
        margin-bottom: 15px;
    }
    .cart-dollar-deals {
        padding-left: 0;
    }
    .cart-dollar-deals +.span6 {
        padding-right: 0;
    }
    .table.shopping-cart-table td,
    .table.shopping-cart-table th {
        width: 50%;
    }
    .table.shopping-cart-table td .product-name {
        max-width: 100%;
    }
    .cart-dollar-deals .box-wrapper {
        margin: 20px auto 0 auto;
    }
}
.product_info_left .product-options dl dt label,
.add-to-cart .qty label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}
.price-box a div.hidden-category {
    padding: 5px 22px !important;
    font-weight: 400;
   float: none;
}
div.hidden-category {
    margin: 0 !important;
}
.price-box div.hidden-category + a {
    width: 50%;
    float: none
}
.price-box div.hidden-category + a:hover {
    text-decoration: none;
}

#clubZBuySecondForContainer {
    padding: 0 !important;
    text-align: center;
}
#clubZPriceBoxTitleProductPage{
    text-align: center;
 }
.hidden-category .club-z-price #club_z_price {
    font-size: 30px;
}
.product_info_right * {
    transform:rotate(0deg) !important;
}
.dollar{
    background-image: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/dollar-symbol.svg);
    height: 16px;
    width: 16px;
    display: block;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #ff7901;
    border-radius: 50%;
}
.dollar:after {
    position: absolute;
    height: 20px;
    width: 20px;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    border: 1px solid #ff7901;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

 .simple-product .product-shop .product-options-bottom > .price-box,
 .configurable-product .product-shop .product-options-bottom > .price-box,
  .bundle-product .product-shop .product-options-bottom .price-box{
   display: none;
}
 #pricebeat-container-options-changed {
     display: none;
 }
.two-fields .bar,
.one-field .bar{
    opacity: 0 !important;
}
.availability.out-of-stock {
    margin-top: 20px;
}
.price-box-bundle  + .bundle-prices .price-box {
    flex-direction: row;
}
#eway-secure-expiry-field .form-control {
    height: 32px;
    border-radius: 0;
    box-shadow: none;
    color: black;
}
.newsletter-manage-index.control {
    display: flex;
    align-items: flex-start;
    margin: 0;
    justify-content: flex-start;
}
.newsletter-manage-index.control  input {
    margin: 0 5px 0 0;
    /* border-radius: 0; */
    /* -webkit-appearance: none; */
    border: 1px solid red;
    width: 20px;
    height: 10px;
    display: block;
    padding: 0;
}
#productSpecialOfferInfobox{
    text-align: center;
    display: none;
    order: 3;
    top: -13px;
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0;
    background: white;
    border: 1px #e0e0e0 solid;
    border-top: none;
    text-align: center;
}
.wp-posts .post-info h1,.wp-posts .post-info h2,.wp-posts .post-info h3 {
	font-size:14px;
}

.phone p, .twitt p {
    margin: 0;
    padding: 0;
    display: inline
}

.preview img {
    margin-left: 1px;
}

.product .product-tocart {
    margin-right: 7px;
}

.preview .product-tocart {
    margin-right: 5px;
}

.preview.small .product-tocart {
    margin-right: 7px;
}

.icon-basket {
    cursor: pointer
}

.preview.small img {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 1px;
}

.carousel.style0 .preview .product-tocart {
    margin-right: 7px;
}

.big_with_description .preview .product-tocart {
    margin-right: 7px;
    margin-top: 0px;
}

.big_with_description .big_image img {
    margin-top: 0px;
}

.category-products .big_image img {
    margin-top: 0px
}

.category-products .big_with_description .product-tocart {
    margin-top: 0px;
}

select, select:focus {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    .big_with_description .big_image img {
        margin-top: 0px;
        margin-right: 1px;
    }
}

#preloader .message {
    margin-top: 0px;
}

#preloader {
    top: 30%;
    margin-top: -20px;
}

.product .product-tocart a:hover {
    font-size: 20px !important;
}

.product .product-tocart a:hover i, .preview .product-tocart a:hover i {
    font-size: 20px !important;
}

#footer_bottom i:hover {
    font-size: 14px !important;
}

.line_above_footer {
    border-top: 1px solid #ECECEC;
    height: 1px;
    margin: 0 0 -1px;
    overflow: hidden;
    width: 100%;
}

#bottom_block {
    padding: 17px 0 25px;
}

.block-layered-nav .actions, .block-compare .actions {
    padding: 10px 0 10px 0
}

.listing_header_row1 a.icon-th-list.active, .listing_header_row1 a.icon-th.active {
    color: #666666
}

#carousel_tabs_content.load {
    height: 420px;
    margin-bottom: -36px;
    margin-top: -35px;
    overflow: hidden;
    padding-top: 25px;
}

#carousel_tabs_content.load > div {
    margin: 0 0 115px -10px;
}

#preloader .message {
    border: 0px
}

#preloader .message {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}

#preloader .loader {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}

.product .product-name, .preview .product-name {
    height: 34px;
    overflow: hidden;
}

.small_with_description .product .product-name, .small_with_description .preview .product-name {
    height: 15px;
}

.price_range {
    clear: both;
    float: none;
    margin: -6px 0 0;
    font-family: 'ProximaNovaBd';
    font-size: 14px;
}

.price_range #price_from {
    float: left
}

.price_range #price_to {
    float: right
}

.noUi-handle > div {
    left: -10px !important;
}

.product-shop .price-box {
    padding: 45px 0 20px;
    float: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.product-shop {
    width: 100%;
}

.product-shop .short-description {
    padding: 15px 0;

}

#review-form h3, #review-form h4 {
    font-family: arial;
    font-size: 12px;
    margin: 0 0 5px;
}

#product-attribute-specs-table {
    margin-bottom: 0;
}

.box-collateral.box-additional {
    margin: 41px 0 0 0
}

#product-review-table {
    margin: 2px 0 30px;
}

#customer-reviews dd {
    margin: 4px 0 23px 16px;
}

#customer-reviews dt {
    font-size: 14px;
}

.ratings-table {
    margin-bottom: 10px
}

.form-add {
    /*border-top:1px solid #D7D7D7;padding:16px 0 0 0*/
}

.rating-box {
    width: 70px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    margin-top: 0;
    float: left;
    height: 13px;
    background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/bkg_rating.gif) 0 100% repeat-x;
}

.rating-links a {
    font-size: 12px;
}

.add-to-links a {
    font-size: 12px;
    letter-spacing: 0.7px;
}

#topline {

    box-shadow: none;
}

.product-listing a.btn-cart {
    cursor: pointer;
}

.margin-2 {
    margin-top: 0px;
}

.table.shopping-cart-table input.qty {
    text-align: center;
}

.select_wrapper {
    width: 100%
}

#shipping-zip-form select {
    width: 99%
}

#discount-coupon-form, #shipping-zip-form {
    margin-bottom: 0
}

.table.shopping-cart-table-total th, .table.shopping-cart-table-total td {
    padding: 0 11px;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}
.table.shopping-cart-table-total td .price {
    font-weight: 400;
    font-family: 'ProximaNovaRg';
}
#checkoutSteps .form-list .input-box {
    clear: both;
    display: block;
    width: 100%;
}

#checkoutSteps .form-list input.input-text {

    width: 98%;
}

#checkoutSteps .form-list li.wide input.input-text {
    width: 98%;
}

#checkoutSteps .form-list .field {
    float: none;
    width: 100%;
}

#checkout-step-review .data-table thead th {
    background: none;
    color: #000
}

#checkout-step-review .data-table tfoot {
    border: 0
}

#checkout-progress-wrapper dt {
    border-bottom: 1px solid rgba(200, 200, 200, 0.2);
    padding: 4px 0;
    font-size: 12px;
    font-weight: normal;
}

#checkout-progress-wrapper dd {
    font-style: italic;
    margin-bottom: 20px;
    margin-left: 10px;
}

address {
    font-style: italic;
}

#checkout-progress-wrapper {
    margin-top: 44px;
}

#nav ul li {
    position: relative;
}

.flexslider {
    background: none
}

.shopempty strong {
    line-height: 25px
}

.tab-content {
    background: none repeat scroll 0 0 #FFFFFF;
}

.box-list {
    background: none repeat scroll 0 0 #FFFFFF;
}

.small_with_description .product .product-image-wrapper, .big_without_description .product .product-image-wrapper, .small_without_description .product .product-image-wrapper, .product-listing .product .product-image-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
}

.es-carousel .small_with_description .product {
    background: none
}

button, .button {
    color: #fff !important
}

.shopping_cart_mini .button {
    
    margin-bottom: 5px;
}

.shopping_cart_mini .button:hover {
    color: #fff !important
}

#right_toolbar {
    right: 3px;
    z-index: 1002;
}

#right_toolbar .shopping_cart_mini {
    position: absolute;
    bottom: -110px;
    margin-right: 38px;
    right: 0;
    left: auto;
    top: auto;
}

#nav .menu_custom_block {
    padding: 20px 9px 26px;
}

.sbHolder {
    z-index: 2;
}

.row.small_with_description {
    height: 266px
}

#wishlist-view-form .buttons-set.buttons-set2 .middleb {
    margin-left: 5px
}

.shopping_cart_grid .notice-msg {
    display: none
}

.preview {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
}

#header.header_v_2 {
    z-index: 10000;
}

#super-product-table .price-box {
    padding: 0;
    margin: 0
}

/*.product-shop .add-to-cart {*/
    /*margin-top: 0px*/
/*}*/

#header.header_v_2 #nav > li > ul {
    border-top-width: 3px;
    top: 51px;
}

#header.header_v_2 .fadelink .ul_wrapper {
    border-top: 3px solid #333333;
    top: 51px;
}

.product .product-image-wrapper {
    padding: 5px;
}

.preview .big_image {
    padding-bottom: 5px;
}

.preview.small .big_image {
    padding-bottom: 0px;
}

.product-img-box .more-views li {

    text-align: center;
}

.preview .short {
    border-top: 1px solid #ECECEC;
    padding: 17px 0 0 0;
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 18px;
}

.preview .short p {
    margin: 0;
    padding: 0
}

.add-to-links .icon-heart, .add-to-links .icon-popup, .add-to-links .icon-at:before {
    line-height: 20px;
    font-size: 14px;
}

em.required {
    color: red
}

.inpopup .price-box .price {

    text-shadow: 1px 1px 1px #FFFFFF;
}

.product .product-tocart a.outofstock, .preview .product-tocart a.outofstock {
    font-size: 15px !important;
    font-weight: bold;
}

.product .product-tocart a.outofstock:hover, .preview .product-tocart a.outofstock:hover {
    font-size: 15px !important;
}

.product-listing a.outofstock {
    display: block;
    font-weight: bold;
    font-size: 15px
}

.sale_discount {
    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 180px;

    box-shadow: 0 0 11px #FFFFFF;
    -webkit-box-shadow: 0 0 11px #FFFFFF;

    /*2018-02-24 - Sale Update */
    background-color: red !important;
    width: 95px;
    border-radius: unset;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);

}

.sale_freebie { /*2018-02-24 - Freebie Update */

    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
    /*height: 26px; */
    line-height: 15px;
    position: absolute;
    text-align: center;
    width: 40px;
    box-shadow: 0 0 11px #FFFFFF;
    -webkit-box-shadow: 0 0 11px #FFFFFF;

    width: 90%;
    border-radius: unset;

    top: 5px;
    right: 3%;
    height: auto;
    padding: 3px;
    background-color: #ff7901;

}

@media (max-width: 979px) and (min-width: 640px) {
    /*2018-02-24 - Freebie Update */
    .sale_freebie {
        font-size: 9px;
        line-height: 12px;
    }
}

.sale_freebie_product { /*2018-02-24 - Freebie Update Product Page */

    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
    /*height: 26px; */
    line-height: 15px;
    position: absolute;
    text-align: center;
    width: 40px;
    box-shadow: 0 0 11px #FFFFFF;
    -webkit-box-shadow: 0 0 11px #FFFFFF;

    width: 95%;
    border-radius: unset;
    top: 5px;
    font-size: 15px;
    line-height: 25px;
    height: auto;
    right: 1.5%;
    padding: 3px;
    z-index: 10;
    background-color: #ff7901;

}

.sale_discount_product {

    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 130px;
    width: 40px;
    box-shadow: 0 0 11px #FFFFFF;
    -webkit-box-shadow: 0 0 11px #FFFFFF;

    background-color: red;
    width: 35%;
    border-radius: unset;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    top: 300px;
    z-index: 10;

}

@media (max-width: 1359px) and (min-width: 1200px) {
    /*2018-02-24 - Freebie Update Product Page */
    .sale_discount_product {
        top: 260px;
    }

    .sale_discount {
        top: 200px;
    }
}

@media (max-width: 1199px) and (min-width: 980px) {
    /*2018-02-24 - Freebie Update Product Page */
    .sale_discount_product {
        top: 235px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    /*2018-02-24 - Freebie Update Product Page */
    .sale_discount_product {
        top: 200px;
    }
}

@media (max-width: 767px) and (min-width: 640px) {
    /*2018-02-24 - Freebie Update Product Page */
    .sale_discount_product {
        top: 385px;
        width: 25%;

    }

}

@media (max-width: 767px) and (min-width: 640px) {
    /*2018-02-24 - Freebie Update Product Page */
    .sale_discount_product {
        top: 420px;
        width: 25%;

    }

    .sale_freebie_product {
        top: 35px;
    }

}

@media (max-width: 639px) and (min-width: 480px) {
    /*2018-02-24 - Freebie Update Product Page */
    .sale_discount_product {
        top: 320px;

    }

    .sale_freebie_product {
        top: 35px;
    }

}

@media (max-width: 439px) {
    /*2018-02-24 - Freebie Update Product Page */
    .sale_discount_product {
        top: 270px;

    }

    .sale_freebie_product {
        top: 35px;
    }
}

.product.hover .label_sale_top_right, .product.hover .label_sale_top_left,
.product.hover .label_new_top_right, .product.hover .label_new_top_left,
.small_with_description .preview .label_new_top_right, .small_with_description .preview .label_new_top_left,
.small_with_description .preview .label_sale_top_right, .small_with_description .preview .label_sale_top_left {
    display: none
}

.span2.product {
    /*height: 225px;*/
}

.quickviewblock {
}

.quickviewblock h1 {
    color: #000 !important
}

.quickviewblock {
    color: #000
}

.quickviewblock a {
    color: #000 !important
}

.zPointsIcon {
    border-radius: 50%;
    behavior: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/css/PIE.htc); /* remove if you don't care about IE8 */

    width: 10px;
    height: 10px;
    padding: 2px;

    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;

    font: 10px Arial, sans-serif;
    line-height: 10px;
    font-weight: bold;
    display: inline-block;

}

.zPointsIconDark {
    border-radius: 50%;
  /*  behavior: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/css/PIE.htc); /* remove if you don't care about IE8 */

   /* width: 10px;
    height: 10px;
    padding: 2px;

    border: 1px solid #000000;
    color: #000000;
    text-align: center;

    font: 10px Arial, sans-serif;
    line-height: 10px;
    font-weight: bold;
    display: inline-block;*/
    border-radius: 50%;
    width: 19px;
    height: 19px;
    padding: 0;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    font: 10px Arial, sans-serif;
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -3px;
    margin: 0 1px;
}

.zPointsIconFooter {
    border-radius: 50%;
    behavior: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/css/PIE.htc);
    width: 30px;
    height: 30px;
    padding: 2px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font: 26px Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-top: -9px;
}

.zPointsFooterContainer {
    clear: both;
    /*background-color: #ff7901;*/
    /*height: 70px;*/
    color: #FFFFFF;
    /*margin-bottom: 27px;*/
    position: relative;
}

.zPointsFooterContent {
    margin-top: 25px;
    /*position: absolute;*/
    /*text-align: center;*/
    /*font-family: Arial;*/
    /*font-size: 30px;*/
    width: 100%;
    /*font-weight: bold;*/
}
.zPointsFooterTop{
    height: 360px;
    overflow: hidden;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-background-position-x: center;
    background-position-x: center;
}
.zPointsFooterTop img{
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.zPointsFooterTop--content{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 68%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}

.zPointsFooterText {
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: normal;
}
.skew{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 290px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    text-align: center;
}
.skew > *{
    display: inline-block;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}
.zPointsFooterTop--content .skew{
    margin: 0 auto;
    background: #fd7600;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.zPointsFooterTop--content p{
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.zPointsFooterTop--content ul li{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
}
.zPointsFooterTop--content ul li span{
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-right: 10px;
    font-weight: 700;
    background: #fd7600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.zPointsFooterBottom{
    margin-top: 15px;
    margin-bottom: -15px;
}
.zPointsFooterBottom:after{
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 35px;
    background: #fd7600;
    z-index: -1;
}
.zPointsFooterBottom .skew{
    background: #000000;
    font-size: 18px;
    font-weight: 100;
}
.zPointsFooterBottom .skew a{
    color: #fd7600;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 100;
}

.categoryTopSellerListing {
    width: 95%;
    height: 39px;
    position: absolute;
    text-align: center;
    font-family: Oswald, Verdana;
    font-size: 16px;
    line-height: 26px;
}

.categoryTopSellerListing.ribbon1 {
    background: transparent url('//www.aminoz.com.au/skin/frontend/default/buyshop/images/ribbon-gold.png') no-repeat center top;
    background-size: 100% auto;
}

.categoryTopSellerListing.ribbon2 {
    background: transparent url('//www.aminoz.com.au/skin/frontend/default/buyshop/images/ribbon-silver.png') no-repeat center top;
    background-size: 100% auto;
}

.categoryTopSellerListing.ribbon3 {
    background: transparent url('//www.aminoz.com.au/skin/frontend/default/buyshop/images/ribbon-bronze.png') no-repeat center top;
    background-size: 100% auto;
}

.newLinePhone {
    display: inline-block;
}

@media (max-width: 639px) {
    .zPointsIconFooter {
        border-radius: 50%;
        behavior: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/css/PIE.htc);
        width: 20px;
        height: 20px;
        padding: 2px;
        border: 2px solid #FFFFFF;
        color: #FFFFFF;
        text-align: center;
        font: 17px Arial, sans-serif;
        font-weight: bold;
        display: inline-block;
        margin-top: -5px;
    }

    /*.zPointsFooterContainer {*/
        /*background-color: #ff7901;*/
        /*height: 70px;*/
        /*color: #FFFFFF;*/
        /*margin-bottom: 27px;*/
        /*position: relative;*/
    /*}*/

    /*.zPointsFooterContent {*/
        /*margin-top: 20px;*/
        /*position: absolute;*/
        /*text-align: center;*/
        /*font-family: Arial;*/
        /*font-size: 20px;*/
        /*width: 100%;*/
        /*font-weight: bold;*/
    /*}*/
    .product .product-name, .preview .product-name{
        font-size: 12px;
    }
    .clubz-price-container .price{
        font-size: 14px;
    }
    #footer #footer_popup{
        background: #000000;
    }
    
    .skew{
        margin: 0 auto;
    }
    .zPointsFooterText {
        font-family: Verdana, Arial;
        font-size: 12px;
        font-weight: normal;
    }

    .newLinePhone {
        display: block;
    }
    .zPointsFooterTop--content .skew{
        width: 220px;
        height: 40px;
        font-size: 18px;
    }
    .zPointsFooterBottom .skew{
        width: 220px;
        font-size: 16px;
    }
    .zPointsFooterTop--content br{
        display: none;
    }
    .zPointsFooterTop--content p,
    .zPointsFooterTop--content ul li{
        font-size: 12px;
    }
}

@media (min-width: 1361px) {
    .span2.product {
        /*height: 270px;*/
    }
}

@media (max-width: 1360px) and (min-width: 1200px) {
    .categoryTopSellerListing {
        font-size: 15px;
        line-height: 23px;
    }

    .span2.product {
        /*height: 250px;*/
    }

}

@media (max-width: 1360px) and (min-width: 980px) {
    .small_with_description .sale_discount {
        top: 93px
    }

    a.quickview {
        left: 80px
    }

    .with_media a.quickview {
        left: 155px;
    }

    .small_with_description .span2.product a.quickview {
        left: 36px;
        top: 32px;
    }

    .small_with_description .preview.small a.quickview {
        left: 36px;
        top: 32px;
    }

    .small_with_description .preview.small .with_media a.quickview {
        left: 93px;
    }

    .big_with_description .span2.product a.quickview {
        left: 37px;
        top: 41px;
    }

    .big_with_description .preview.small a.quickview {
        left: 37px;
        top: 41px;
    }

    .big_with_description .preview.small .with_media a.quickview {
        left: 93px;
    }

}

@media (max-width: 1199px) and (min-width: 980px) {
    .sale_discount {
        top: 180px;
    }

    .categoryTopSellerListing {
        font-size: 14px;
        line-height: 22px;
    }

    .span2.product {
        /*height: 240px;*/
    }

}

@media (max-width: 979px) and (min-width: 768px) {
    .small_with_description .sale_discount {
        display: none
    }

    .categoryTopSellerListing {
        font-size: 12px;
        line-height: 18px;
    }

    .span2.product {
        /*height: 210px;*/
    }

    .hide-narrow-tablet {
        display: none;
    }

}

@media (max-width: 767px) and (min-width: 640px) {

    .categoryTopSellerListing {
        font-size: 12px;
        line-height: 18px;
    }

    .span2.product {
        /*height: 240px;*/
    }

}

@media (max-width: 767px) {
    .small_with_description .sale_discount {
        top: 93px
    }
}

@media (max-width: 700px) {

    #wishlist-view-form .buttons-set.buttons-set2 .pull-left {
        float: right
    }

    #wishlist-view-form .buttons-set.buttons-set2 button {
        margin-bottom: 5px;
        margin-left: 5px
    }
}

@media (max-width: 1024px) {

    .product_related {
        display: none
    }
}

@media (max-width: 979px) {

    ol#checkoutSteps .step > .pull-left, ol#checkoutSteps .step > .pull-right {
        float: none;
        margin-bottom: 20px;
    }

}

@media (min-width: 480px) and (max-width: 639px) {
    .span2.product {
        /*height: 270px;*/
    }
}

@media (max-width: 479px) {
    #checkoutSteps .form-list li.wide input.input-text, #checkoutSteps .form-list input.input-text {
        width: 92%;
    }

    #checkoutSteps .form-list select {
        width: 235px;
    }

    form#checkout_multishipping_form div.multiple-checkout select {
        width: 150px
    }

    .sale_discount {
        top: 100px;
    }

    .categoryTopSellerListing {
        font-size: 14px;
        line-height: 22px;
    }

}

@media (max-width: 769px) {

    .col-2.col-wide {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .outofstock {
        display: none;
    }

    .sale_discount {
        top: 180px;
    }

}

@media (max-width: 979px) {

    #layerslider-container-fw {
        display: none
    }
}

@media (min-width: 1200px) {
    .product.hover, .product.hover .product-image-wrapper {
        box-shadow: none !important
    }
}

@media (max-width: 1600px) {
    .preview img {
        margin-left: 0px;
    }
}

.upsell-special-offer-heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.upsell-special-offer-content {
    line-height: 18px;
    font-size: 16px;
}
@media (max-width: 979px){
    .zPointsFooterTop--content{
        left: auto;
        right: 20px;
    }
}
@media (min-width: 640px) and (max-width: 1360px) {
    .upsell-special-offer-heading {
        font-size: 30px;
        line-height: 50px;
        font-weight: bold;
    }
}

@media (min-width: 1361px) {
    .upsell-special-offer-heading {
        font-size: 50px;
        line-height: 70px;
        font-weight: bold;
    }

    .upsell-special-offer-content {
        line-height: 22px;
        font-size: 20px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .sale_discount {
        top: 150px;
    }

    .category-products .row.big_with_description {
        margin-left: -30px;
    }

}
@media (max-width: 767px){
    .zPointsFooterTop{
        background: #000000 !important;
    }
    .zPointsFooterTop--content{
        left: 50%;
        right: auto;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
/* Pricebeat */
.pricebeatCircleContent {
    display: inline-flex;
    float: left;
    /* align-items: flex-start; */
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    min-width: 1em;
    min-height: 1em;
    border-radius: 50%;
    vertical-align: top;
    font-size: 19px;
    font-weight: 400;
    padding: 0;
    margin: 0 5px 10px 10px;

}

.pricebeatCircleContent:before {
    content: '';
    float: left;
    width: auto;
    padding-bottom: 100%;
}

.pricebeatSteps {
    text-align: left;
    width: 100%;
    clear: both;
    padding-top: 5px;
    font-size: 12px;
    margin-top: 15px;
    vertical-align: middle;
    margin-bottom: 15px;
}



@media (min-width: 480px) and (max-width: 767px) {
    .pricebeatSteps {
        font-size: 12px;
    }

   
}

/*more bulk prices*/
.moreBulkDiv {
    display: block;
    border-top: 1px #e0e0e0 solid;
    background: transparent;
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 1px;
    background-color: transparent;
    width: 100%;
    padding-bottom: 0;

}
.moreBulkDivContent table td {
    font-size: 14px;
    line-height: 17.5px;
}
.no-bundle-bundle-price-box .moreBulkDivContent table td:nth-child(1),
.no-bundle-bundle-price-box .moreBulkDivContent table td:nth-child(4),
.no-bundle-bundle-price-box .moreBulkDivContent table td:nth-child(7){
    border-left: none;
}
.no-bundle-bundle-price-box .moreBulkDivContent table td:nth-child(3),
.no-bundle-bundle-price-box .moreBulkDivContent table td:nth-child(6),
.no-bundle-bundle-price-box .moreBulkDivContent table td:nth-child(9){
    border-right: none;
}
.no-bundle-bundle-price-box .moreBulkDivHead {
    border-left: none;
    border-right: none;
}
.price-box.secondo .moreBulkDiv{
    margin: 15px 0 -20px 0;
}
.moreBulkDivHead {
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 10px 5px;
    clear: both;
    border-left: 1px #e0e0e0 solid;
    border-right: 1px #e0e0e0 solid;
    font-family: 'ProximaNovaBd';
    text-transform: uppercase;
    color: #ff7901;
    font-size: 15px;
}

.moreBulkDivSpan {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
}

.moreBulkDivContent {
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
    clear: both;
}
.moreBulkDivContent table {
    width: 100%;
    border: none;
}
.tableWithBorder {
    width: 90%;
    border: 1px #000000 solid;
    margin: 0 auto;
}

.tableWithBorder td {
    width: 50%;
    text-align: right;
    border: 1px #e0e0e0 solid;
    padding: 7px;
    text-align: center;
}

/* OOS Secret Deal */
.coupon_deal_container {
    padding: 5px;
    margin: 0px;
    color: #000;
    font-size: 11px;
    line-height: 11px;
    border: 2px dashed #ff7910;
    text-align: center;
}

.coupon_deal_container_heading {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF7910;
    font-size: 14px;
    line-height: 14px;
    padding: 3px;
    font-family: 'ProximaNovaBd';
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.aminoz.com.au/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 99999;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
    z-index: 100000;
	outline: none;
	display: none;


}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;

}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: url("https://www.aminoz.com.au/skin/frontend/default/default/VS/js/fancybox/fancy_close.png");
	cursor: pointer;
	z-index: 1103;

}
#fancybox-close.show-important{ display: block !important}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
    overflow-x:hidden;
  
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.aminoz.com.au/skin/frontend/default/default/VS/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.aminoz.com.au/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.aminoz.com.au/skin/frontend/default/default/VS/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;

}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;

}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;

}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;

}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;

}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;

}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;

}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;

}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.aminoz.com.au/skin/frontend/default/default/VS/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.aminoz.com.au/skin/frontend/default/default/VS/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.aminoz.com.au/skin/frontend/default/default/VS/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.aminoz.com.au/skin/frontend/default/default/VS/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

  .bannercontainer {
      background: none repeat scroll 0 0 #FFFFFF;
      border: 2px solid #FFFFFF;
      border-radius: 8px 8px 8px 8px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
      margin: 8px 0 10px;
      padding: 0;
      position: relative;
      width: 1167px;
}
.bannercontainer .banner {
	width:1167px;
	height:500px;
	position:relative;
	overflow:hidden;
	border-radius: 6px;
}

/*	THE MEDIA CHOOSER TO SET DIFFERENT SIZES OF THE CONTAINER DEPENDING ON THE SCREEN SIZE    */

@media (min-width: 1200px) and (max-width: 1360px) {
.bannercontainer .banner, .bannercontainer {
width:1046px;
height:450px;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
.bannercontainer .banner, .bannercontainer {
width:938px;
height:402px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.bannercontainer .banner, .bannercontainer {
width:722px;
height:310px;
}
}
@media (min-width: 640px) and (max-width: 767px) {
.bannercontainer .banner, .bannercontainer {
width:568px;
height:248px;
}
}
 @media (min-width: 480px) and (max-width: 639px) {
.bannercontainer .banner, .bannercontainer {
width:368px;
height:158px;
}

 }

 @media only screen and (min-width: 0px) and (max-width: 479px) {
.bannercontainer .banner, .bannercontainer {
width:296px;
height:128px;
}
}

/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
	visibility:hidden !important;
	display:none !important;
}
.tp-caption {
	z-index:1;
}
.tp-caption.big_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Open Sans', sans;
	padding: 3px 4px;
	padding-top: 1px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color:#000;
	letter-spacing: 0px;
}
.tp-caption.big_orange {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	font-family: Arial;
	padding: 0px 4px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color:#fb7354;
	letter-spacing: -1.5px;
}
.tp-caption.big_black {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	font-family: 'Open Sans', sans;
	padding: 0px 4px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color:#fff;
	letter-spacing: -1.5px;
}
.tp-caption.medium_grey {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial;
	padding: 2px 4px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color:#888;
	white-space:nowrap;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.small_text {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.medium_text {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Open Sans', sans;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.large_text {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	font-family: 'Open Sans', sans;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.large_black_text {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 300;
	font-size: 42px;
	line-height: 42px;
	font-family: 'Open Sans', sans;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
}
.tp-caption.very_large_text {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Open Sans', sans;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	letter-spacing: 0px;
}
.tp-caption.very_large_black_text {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 800;
	font-size: 72px;
	line-height: 72px;
	font-family: 'Open Sans', sans;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
}
.tp-caption.bold_red_text {
	position: absolute;
	color: #d31e00;
	text-shadow: none;
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Open Sans', sans;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
}
.tp-caption.bold_brown_text {
	position: absolute;
	color: #a04606;
	text-shadow: none;
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Open Sans', sans;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
}
.tp-caption.bold_green_text {
	position: absolute;
	color: #5b9830;
	text-shadow: none;
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Open Sans', sans;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
}

  .tp-caption.boxshadow {
      -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  }
  .tp-caption.black {
      color: #000;
      text-shadow: none;
      font-weight: 300;
      font-size: 19px;
      line-height: 19px;
      font-family: 'Open Sans', sans;
  }
  .tp-caption.noshadow {
      text-shadow: none;
  }
  .tp-caption a {
      color: #ff7302;
      text-shadow: none;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
  }
  .tp-caption a:hover {
      color: #ffa902;
  }
  .tp_inner_padding {
      box-sizing:border-box;
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
      max-height:none !important;
  }
  /******************************
      -	BUTTONS	-
  *******************************/

  .bannercontainer .button {
      padding:6px 13px 5px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      height:30px;
      cursor:pointer;
      color:#fff !important;
      text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important;
      font-size:15px;
      line-height:45px !important;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/gradient/g30.png) repeat-x top;
      font-family: arial, sans-serif;
      font-weight: bold;
      letter-spacing: -1px;
  }
  .bannercontainer .button.big {
      color:#fff;
      text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6);
      font-weight:bold;
      padding:9px 20px;
      font-size:19px;
      line-height:57px !important;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/gradient/g40.png) repeat-x top;
  }
  .bannercontainer .purchase:hover, .button:hover, .button.big:hover {
      background-position:bottom, 15px 11px;
  }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
      .bannercontainer  .button {
          padding:4px 8px 3px;
          line-height:25px !important;
          font-size:11px !important;
          font-weight:normal;
      }
      .bannercontainer  a.button {
          -webkit-transition: none;
          -moz-transition: none;
          -o-transition: none;
          -ms-transition: none;
      }
  }
  @media only screen and (min-width: 0px) and (max-width: 479px) {
      .bannercontainer  .button {
          padding:2px 5px 2px;
          line-height:20px !important;
          font-size:10px !important;
      }
      .bannercontainer  a.button {
          -webkit-transition: none;
          -moz-transition: none;
          -o-transition: none;
          -ms-transition: none;
      }
  }
  /*	BUTTON COLORS	*/



  .bannercontainer .button.green, .bannercontainer .button:hover.green, .bannercontainer .purchase.green, .bannercontainer .purchase:hover.green {
      background-color:#21a117;
      -webkit-box-shadow:  0px 3px 0px 0px #104d0b;
      -moz-box-shadow:   0px 3px 0px 0px #104d0b;
      box-shadow:   0px 3px 0px 0px #104d0b;
  }
  .bannercontainer .button.blue, .bannercontainer .button:hover.blue, .bannercontainer .purchase.blue, .bannercontainer .purchase:hover.blue {
      background-color:#1d78cb;
      -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;
      -moz-box-shadow:   0px 3px 0px 0px #0f3e68;
      box-shadow:   0px 3px 0px 0px #0f3e68;
  }
  .bannercontainer .button.red, .bannercontainer .button:hover.red, .bannercontainer .purchase.red, .bannercontainer .purchase:hover.red {
      background-color:#cb1d1d;
      -webkit-box-shadow:  0px 3px 0px 0px #7c1212;
      -moz-box-shadow:   0px 3px 0px 0px #7c1212;
      box-shadow:   0px 3px 0px 0px #7c1212;
  }
  .bannercontainer .button.orange, .bannercontainer .button:hover.orange, .bannercontainer .purchase.orange, .bannercontainer .purchase:hover.orange {
      background-color:#ff7700;
      -webkit-box-shadow:  0px 3px 0px 0px #a34c00;
      -moz-box-shadow:   0px 3px 0px 0px #a34c00;
      box-shadow:   0px 3px 0px 0px #a34c00;
  }
  .bannercontainer .button.darkgrey, .bannercontainer .button.grey, .bannercontainer .button:hover.darkgrey, .bannercontainer .button:hover.grey, .bannercontainer .purchase.darkgrey, .bannercontainer .purchase:hover.darkgrey {
      background-color:#555;
      -webkit-box-shadow:  0px 3px 0px 0px #222;
      -moz-box-shadow:   0px 3px 0px 0px #222;
      box-shadow:   0px 3px 0px 0px #222;
  }
  .bannercontainer .button.lightgrey, .bannercontainer .button:hover.lightgrey, .bannercontainer .purchase.lightgrey, .bannercontainer .purchase:hover.lightgrey {
      background-color:#888;
      -webkit-box-shadow:  0px 3px 0px 0px #555;
      -moz-box-shadow:   0px 3px 0px 0px #555;
      box-shadow:   0px 3px 0px 0px #555;
  }
  /****************************************************************

      -	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

  ******************************************************************/

  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
  }
  /************************************************
        - SOME CAPTION MODIFICATION AT START  -
  *************************************************/
  .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      position:absolute;
      visibility: hidden;
  }
  .tp-simpleresponsive img {
      max-width:none;
  }
  /******************************
      -	IE8 HACKS	-
  *******************************/
  .noFilterClass {
      filter:none !important;
  }
  /******************************
      -	SHADOWS		-
  ******************************/
  .tp-bannershadow {
      position:absolute;
      margin-left:auto;
      margin-right:auto;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
  }
  .tp-bannershadow.tp-shadow1 {
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/shadow1.png) no-repeat;
      background-size:100%;
      width:890px;
      height:30px;
      bottom:-30px;
  }
  .tp-bannershadow.tp-shadow2 {
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/shadow2.png) no-repeat;
      background-size:100%;
      width:890px;
      height:60px;
      bottom:-60px;
  }
  .tp-bannershadow.tp-shadow3 {
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/shadow3.png) no-repeat;
      background-size:100%;
      width:890px;
      height:60px;
      bottom:-60px;
  }
  /********************************
      -	FULLSCREEN VIDEO	-
  *********************************/
  .caption.fullscreenvideo {
      left:0px;
      top:0px;
      position:absolute;
      width:100%;
      height:100%;
  }
  .caption.fullscreenvideo iframe {
      width:100% !important;
      height:100% !important;
  }
  .tp-caption.fullscreenvideo {
      left:0px;
      top:0px;
      position:absolute;
      width:100%;
      height:100%;
  }
  .tp-caption.fullscreenvideo iframe {
      width:100% !important;
      height:100% !important;
  }
  /************************
      -	NAVIGATION	-
  *************************/

  /** BULLETS **/

  .tpclear {
      clear:both;
  }
  .tp-bullets {
      z-index:1000;
      position:absolute;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-out;
      -moz-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      -ms-transition: opacity 0.2s ease-out;
  }
  .tp-bullets.hidebullets {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
  }
  .tp-bullets.simplebullets.navbar {
      border:1px solid #666;
      border-bottom:1px solid #444;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/boxed_bgtile.png);
      height:40px;
      padding:0px 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
  }
  .tp-bullets.simplebullets.navbar-old {
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/navigdots_bgtile.png);
      height:35px;
      padding:0px 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
  }
  .tp-bullets.simplebullets.round .bullet {
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/bullet.png) no-Repeat top left;
      width:20px;
      height:20px;
      margin-right:0px;
      float:left;
      margin-top:-10px;
      margin-left:3px;
  }
  .tp-bullets.simplebullets.round .bullet.last {
      margin-right:3px;
  }
  .tp-bullets.simplebullets.round-old .bullet {
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/bullets.png) no-Repeat bottom left;
      width:23px;
      height:23px;
      margin-right:0px;
      float:left;
      margin-top:-12px;
  }
  .tp-bullets.simplebullets.round-old .bullet.last {
      margin-right:0px;
  }
  /**	SQUARE BULLETS **/
  .tp-bullets.simplebullets.square .bullet {
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/bullets2.png) no-Repeat bottom left;
      width:19px;
      height:19px;
      margin-right:0px;
      float:left;
      margin-top:-10px;
  }
  .tp-bullets.simplebullets.square .bullet.last {
      margin-right:0px;
  }
  /**	SQUARE BULLETS **/
  .tp-bullets.simplebullets.square-old .bullet {
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/bullets2.png) no-Repeat bottom left;
      width:19px;
      height:19px;
      margin-right:0px;
      float:left;
      margin-top:-10px;
  }
  .tp-bullets.simplebullets.square-old .bullet.last {
      margin-right:0px;
  }
  /** navbar NAVIGATION VERSION **/
  .tp-bullets.simplebullets.navbar .bullet {
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/bullet_boxed.png) no-Repeat top left;
      width:18px;
      height:19px;
      margin-right:5px;
      float:left;
      margin-top:10px;
  }
  .tp-bullets.simplebullets.navbar .bullet.first {
      margin-left:0px !important;
  }
  .tp-bullets.simplebullets.navbar .bullet.last {
      margin-right:0px !important;
  }
  /** navbar NAVIGATION VERSION **/
  .tp-bullets.simplebullets.navbar-old .bullet {
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/navigdots.png) no-Repeat bottom left;
      width:15px;
      height:15px;
      margin-left:5px !important;
      margin-right:5px !important;
      float:left;
      margin-top:10px;
  }
  .tp-bullets.simplebullets.navbar-old .bullet.first {
      margin-left:0px !important;
  }
  .tp-bullets.simplebullets.navbar-old .bullet.last {
      margin-right:0px !important;
  }
  .tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
      background-position:top left;
  }
  .tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
      background-position:bottom left;
  }

  .tparrows {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7;
      -webkit-transition: opacity 0.2s ease-out;
      -moz-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      -ms-transition: opacity 0.2s ease-out;
  }
  .tparrows.hidearrows {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
  }
  .tp-leftarrow {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/large_left.png) no-Repeat top left;
      width:40px;
      height:40px;
  }
  .tp-rightarrow {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:#e2e2e2;
      width:34px;
      height:32px;
      padding:1px 0 0 0;
      cursor:pointer;
      border-radius: 2px;
      color:#fff;
      font-size:22px;
      line-height:32px;
  }
  .tp-leftarrow.round {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/small_left.png) no-Repeat top left;
      width:19px;
      height:14px;
      margin-right:0px;
      float:left;
      margin-top:-7px;
  }
  .tp-rightarrow.round {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/small_right.png) no-Repeat top left;
      width:19px;
      height:14px;
      margin-right:0px;
      float:left;
      margin-top:-7px;
  }
  .tp-leftarrow.round-old {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/arrow_left.png) no-Repeat top left;
      width:26px;
      height:26px;
      margin-right:0px;
      float:left;
      margin-top:-13px;
  }
  .tp-rightarrow.round-old {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/arrow_right.png) no-Repeat top left;
      width:26px;
      height:26px;
      margin-right:0px;
      float:left;
      margin-top:-13px;
  }
  .tp-leftarrow.navbar {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/small_left_boxed.png) no-Repeat top left;
      width:20px;
      height:15px;
      float:left;
      margin-right:6px;
      margin-top:12px;
  }
  .tp-rightarrow.navbar {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/small_right_boxed.png) no-Repeat top left;
      width:20px;
      height:15px;
      float:left;
      margin-left:6px;
      margin-top:12px;
  }
  .tp-leftarrow.navbar-old {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/arrowleft.png) no-Repeat top left;
      width:9px;
      height:16px;
      float:left;
      margin-right:6px;
      margin-top:10px;
  }
  .tp-rightarrow.navbar-old {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/arrowright.png) no-Repeat top left;
      width:9px;
      height:16px;
      float:left;
      margin-left:6px;
      margin-top:10px;
  }
  .tp-leftarrow.navbar-old.thumbswitharrow {
      margin-right:10px;
  }
  .tp-rightarrow.navbar-old.thumbswitharrow {
      margin-left:0px;
  }
  .tp-leftarrow.square {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/arrow_left2.png) no-Repeat top left;
      width:12px;
      height:17px;
      float:left;
      margin-right:0px;
      margin-top:-9px;
  }
  .tp-rightarrow.square {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/arrow_right2.png) no-Repeat top left;
      width:12px;
      height:17px;
      float:left;
      margin-left:0px;
      margin-top:-9px;
  }
  .tp-leftarrow.square-old {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/arrow_left2.png) no-Repeat top left;
      width:12px;
      height:17px;
      float:left;
      margin-right:0px;
      margin-top:-9px;
  }
  .tp-rightarrow.square-old {
      z-index:100;
      cursor:pointer;
      position:relative;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/arrow_right2.png) no-Repeat top left;
      width:12px;
      height:17px;
      float:left;
      margin-left:0px;
      margin-top:-9px;
  }
  .tp-leftarrow.default, .tp-rightarrow.default {
      z-index:100;
      cursor:pointer;
      position:relative;
      font-size: 40px;
      line-height:40px;
      padding-top:8px;
      text-indent:8px;
      color:#ccc;
      width: 59px;
      height: 53px;
      background: #f8f8f8;
      border-radius: 3px;
  }
  .tp-leftarrow:hover, .tp-rightarrow:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      -moz-opacity: 0.3;
      -khtml-opacity: 0.3;
      opacity: 0.3;
  }
  /****************************************************************************************************
      -	TP THUMBS 	-
  *****************************************************************************************************

   - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

   - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

   *****************************************************************************************************/


  .tp-bullets.tp-thumbs {
      z-index:1000;
      position:absolute;
      padding:3px;
      background-color:#fff;
      width:500px;
      height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
      margin-top:-50px;
  }
  .fullwidthbanner-container .tp-thumbs {
      padding:3px;
  }
  .tp-bullets.tp-thumbs .tp-mask {
      width:500px;
      height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
      overflow:hidden;
      position:relative;
  }
  .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
      width:5000px;
      position:absolute;
  }
  .tp-bullets.tp-thumbs .bullet {
      width:100px;
      height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
      cursor:pointer;
      overflow:hidden;
      background:none;
      margin:0;
      float:left;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      /*filter: alpha(opacity=50);	*/
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
  }
  .tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
  }
  .tp-thumbs img {
      width:100%;
  }
  /************************************
          -	TP BANNER TIMER		-
  *************************************/
  .tp-bannertimer {
      width:100%;
      height:10px;
      background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/timer.png);
      position:absolute;
      z-index:200;
  }
  .tp-bannertimer.tp-bottom {
      bottom:0px !important;
      height:5px;
  }




  /***************************************
      -	RESPONSIVE SETTINGS 	-
  ****************************************/


  @media only screen and (min-width: 768px) and (max-width: 959px) {
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
      .responsive .tp-bullets.tp-thumbs {
          width:300px !important;
          height:30px !important;
      }
      .responsive .tp-bullets.tp-thumbs .tp-mask {
          width:300px !important;
          height:30px !important;
      }
      .responsive .tp-bullets.tp-thumbs .bullet {
          width:60px !important;
          height:30px !important;
      }
  }
  @media only screen and (min-width: 0px) and (max-width: 479px) {
      .responsive .tp-bullets {
          display:none
      }
      .responsive .tparrows {
          display:none;
      }
  }
  /*********************************************

      -	BASIC SETTINGS FOR THE BANNER	-

  ***********************************************/

  .tp-simpleresponsive img {
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
  }
  .tp-simpleresponsive a {
      text-decoration:none;
  }
  .tp-simpleresponsive ul {
      list-style:none;
      padding:0;
      margin:0;
  }
  .tp-simpleresponsive >ul >li {
      list-stye:none;
      position:absolute;
      visibility:hidden;
  }
  /*  CAPTION SLIDELINK   **/
  .caption.slidelink a div, .tp-caption.slidelink a div {
      width:10000px;
      height:10000px;
      /*background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/coloredbg.png) repeat;*/
  }
  .tp-loader {
      /*background:url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/loader.gif) no-repeat 10px 10px;*/
      background-color:#fff;
      margin:-22px -22px;
      top:50%;
      left:50%;
      z-index:10000;
      position:absolute;
      width:44px;
      height:44px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
  }
  .tp-transparentimg {
      content:"url(https://www.aminoz.com.au/skin/frontend/default/buyshop/assets/transparent.png)"
  }
  .tp-3d {
      -webkit-transform-style: preserve-3d;
      -webkit-transform-origin: 50% 50%;
  }


/**
 * Magestore
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the Magestore.com license that is
 * available through the world-wide-web at this URL:
 * http://www.magestore.com/license-agreement.html
 * 
 * DISCLAIMER
 * 
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 * 
 * @category    Magestore
 * @package     Magestore_RewardPointsRule
 * @copyright   Copyright (c) 2012 Magestore (http://www.magestore.com/)
 * @license     http://www.magestore.com/license-agreement.html
 */

/* ============ Reward Points Rule Stylesheets ============ */

/*************** Product Page ***************/
.rewardpoints-product-rule {overflow: hidden;}
.rewardpoints-product-rule select.input-select {max-width: 232px;}

/*************** Checkout Cart Item ***************/
.reward-points-spending .label, .reward-points-earning .label { color: #1e7ec8; font-weight: bold; }
.reward-points-spending .content { padding-left: 6px;}


/****************my Reward policy*************/
.rewardpointsrule-rule-name-policy { color: #3182be; font-style: italic;}
.rewardpointsrule-rule-date-policy {}
/******product list******/
.earning-product-list { font-size: 0.9em; clear: both; margin-bottom: 0.9em }

#zipmoney-widget-general-addtocart, #zipmoney-widget-specific-addtocart {
    clear: left;
    margin: 0;
    text-align: left;
    padding-top: 10px;
}
.zipmoney-express-cart-product {
    padding-top: 10px;
}

#zipmoney-express-product .zipmoney-express-cart-product-learn-more {
    float: none;
}

.zip-order-success-message {
	border: 1px solid #3d6611; 	
	background-color: #eff5ea;
	background-image: url(https://www.aminoz.com.au/skin/frontend/base/default/zipmoney/images/i_msg-success.gif);
	color: #3d6611;
	padding: 10px; 
}

.zip-hover:hover{
    cursor: pointer;
}

.zm-landing-container {
    width: 900px !important;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2019 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.dialog { border:1px solid #555; }
.dialog .bot { display:none !important; }
.overlay_magento { background-color:#000; filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6; -webkit-opacity:.6; }
.top.table_window { border-bottom:1px solid #e6e6e6; background:#6a838b url(https://www.aminoz.com.au/skin/frontend/base/default/lib/prototype/windows/themes/magento/top_bg.gif) 0 100% repeat-x; }

.magento_nw { width:6px; height:28px; }
.magento_n { height:28px; }
.magento_ne { width:6px; height:28px; }

.magento_w { width:6px; }
.magento_e { width:6px; }
.magento_w,
.magento_e,
.magento_content { background: #fafafa url(https://www.aminoz.com.au/skin/frontend/base/default/lib/prototype/windows/themes/magento/content_bg.gif) 0 0 repeat-x; }

.magento_sw { background:#deebf0; width:5px; height:3px; }
.magento_s { background:#deebf0; height:3px; }
.magento_se,

.magento_sizer { background:#deebf0; width:5px; height:3px; }
.magento_sizer { cursor:se-resize; }

.magento_close { width:16px; height:16px; background:url(https://www.aminoz.com.au/skin/frontend/base/default/lib/prototype/windows/themes/magento/window_close.png) no-repeat 0 0; position:absolute; top:5px; right:7px; cursor:pointer; z-index:1000; }
.magento_minimize { width:16px; height:16px; background:url(https://www.aminoz.com.au/skin/frontend/base/default/lib/prototype/windows/themes/magento/window_minimize.png) 0 0 no-repeat; position:absolute; top:5px; right:28px; cursor:pointer; z-index:1000; }
.magento_maximize { width:16px; height:16px; background:url(https://www.aminoz.com.au/skin/frontend/base/default/lib/prototype/windows/themes/magento/window_maximize.png)0 0 no-repeat; position:absolute; top:5px; right:49px; cursor:pointer; z-index:1000; }

.magento_title { float:left; width:100%; font:bold 12px/28px Arial, Helvetica, sans-serif; color:#fff; text-align:left; }

.magento_content { overflow:auto; font-size:12px; }
.magento_content,
.magento_content label { color:#333; font-family:Arial, sans-serif; }

.magento_buttons { padding:10px; text-align:right; }
.magento_buttons input.button { border-width:1px; border-style:solid; border-color:#ed6502 #a04300 #a04300 #ed6502;  background:#ffac47 url(https://www.aminoz.com.au/skin/frontend/base/default/lib/prototype/windows/themes/magento/btn_bg.gif) 0 100% repeat-x; padding:0 7px 1px 7px; font:bold 12px/18px Arial, Helvetica, sans-serif; color:#fff; cursor:pointer; text-align:center; white-space:nowrap; }
.magento_buttons button.button span span span { display:inline; background:none; padding:0; height:auto; }

/* FOR IE */
* html .magento_close { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_maximize.png", sizingMethod="crop"); }
* html .magento_minimize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_close.png", sizingMethod="crop");}
* html .magento_maximize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_minimize.png", sizingMethod="crop"); }

.noUiSlider {
	width:					100%;
	height:					3px;
	border: 1px solid #dadada;
	background: #f1f1f1;
	-webkit-touch-callout:	none;
	margin-bottom:25px;
}
.noUi-midBar {
	height:					100%;
	z-index:				0;
	border: 1px solid #6f6f6f;
	background: #6f6f6f;
	-webkit-touch-callout:	none;
}
.noUi-handle > div {
	position:				absolute;
	width:					16px;
	height:					16px;
	top:					-6px;
	left:					-8px;
	z-index: 				5;
	width: 20px;
	height: 18px;
	background: url(https://www.aminoz.com.au/skin/frontend/default/buyshop/images/template/slider-handle.png) no-repeat;
	cursor: pointer
}
.noUi-handle > div:hover,
.noUi-handle > div.noUi-activeHandle {
}
.disabled > .noUi-midBar {
	background:				#999;
}
.disabled .noUi-handle > div {
	border-color:			#CCC;
	background:				#CCC;
}
.noUi-handle .infoBox {
    bottom: -20px;
    display: block;
    position: relative;
}
@media (-webkit-min-device-pixel-ratio:1.2),-moz-touch-enabled,(max-device-width:1024px){
	.noUi-handle > div {
		height:				32px;
		width:				32px;
		top:				-13px;
		left:				-16px;
	}
}
