@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 2px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 2px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
    letter-spacing: 0;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1440px) {

    .layout-1220 .block.category.event,
    .layout-1220 .footer.content,
    .layout-1220 .header.content,
    .layout-1220 .navigation,
    .layout-1220 .page-main,
    .layout-1220 .page-wrapper > .breadcrumbs > ul,
    .layout-1220 .page-wrapper > .page-bottom,
    .layout-1220 .page-wrapper > .widget,
    .layout-1220 .top-container,
    .layout-1220 .container {
        max-width: 1440px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.625rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212529;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 2.625rem;
}

h2,
.h2 {
    font-size: 2.125rem;
}

h3,
.h3 {
    font-size: 1.625rem;
}

h4,
.h4 {
    font-size: 1.375rem;
}

h5,
.h5 {
    font-size: 1.125rem;
}

h6,
.h6 {
    font-size: 0.985rem;
}

.lead {
    font-size: 1.3rem;
    font-weight: 400;
}

.display-1 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
}

.display-2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
}

.display-3 {
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1.2;
}

.display-4 {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.2;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.5;
}

p:first-child {
    margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 600;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #08a0dd;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #056b93;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}


small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #868e96;
    padding-top: 5px;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #e9ecef;
    border-radius: 0.2rem;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 2px solid #e9ecef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 4px solid #e9ecef;
}

.table tbody + tbody {
    border-top: 4px solid #e9ecef;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 2px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
    border: 2px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 4px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #bae4f5;
}

.table-hover .table-primary:hover {
    background-color: #a4dbf2;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a4dbf2;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d1d1d1;
}

.table-hover .table-secondary:hover {
    background-color: #c4c4c4;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c4c4c4;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #b8f0cd;
}

.table-hover .table-success:hover {
    background-color: #a3ecbe;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #a3ecbe;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #c3c6e3;
}

.table-hover .table-info:hover {
    background-color: #b2b5db;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #b2b5db;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffebb8;
}

.table-hover .table-warning:hover {
    background-color: #ffe49f;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe49f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f7c3c2;
}

.table-hover .table-danger:hover {
    background-color: #f4adab;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f4adab;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.thead-inverse th {
    color: #fff;
    background-color: #212529;
}

.thead-default th {
    color: #495057;
    background-color: #e9ecef;
}

.table-inverse {
    color: #fff;
    background-color: #212529;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #32383e;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive.table-bordered {
        border: 0;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 1.3rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #212529;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #6bd1fa;
    outline: none;
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.45rem + 4px);
}

select.form-control:focus::-ms-value {
    color: #212529;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    padding-top: calc(0.6rem - 2px * 2);
    padding-bottom: calc(0.6rem - 2px * 2);
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: calc(0.7rem - 2px * 2);
    padding-bottom: calc(0.7rem - 2px * 2);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.4rem - 2px * 2);
    padding-bottom: calc(0.4rem - 2px * 2);
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.form-control-plaintext {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 2px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(2.1125rem + 4px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.7rem 1.6rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(2.7125rem + 4px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
    color: #868e96;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    display: inline-block;
}

.form-check-inline .form-check-label {
    vertical-align: middle;
}

.form-check-inline + .form-check-inline {
    margin-left: 0.75rem;
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #e22924;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(226, 41, 36, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated.custom-select:valid,
.custom-select.is-valid {
    border-color: #00CA4B;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated.custom-select:valid:focus,
.custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 202, 75, 0.25);
}

.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip,
.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated.custom-select:valid ~ .invalid-feedback,
.was-validated.custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid + .form-check-label,
.form-check-input.is-valid + .form-check-label {
    color: #00CA4B;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
    background-color: rgba(0, 202, 75, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description,
.custom-control-input.is-valid ~ .custom-control-description {
    color: #00CA4B;
}

.was-validated .custom-file-input:valid ~ .custom-file-control,
.custom-file-input.is-valid ~ .custom-file-control {
    border-color: #00CA4B;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before,
.custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 202, 75, 0.25);
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e22924;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 41, 36, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated.custom-select:invalid ~ .invalid-feedback,
.was-validated.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid + .form-check-label,
.form-check-input.is-invalid + .form-check-label {
    color: #e22924;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
    background-color: rgba(226, 41, 36, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description,
.custom-control-input.is-invalid ~ .custom-control-description {
    color: #e22924;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control,
.custom-file-input.is-invalid ~ .custom-file-control {
    border-color: #e22924;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before,
.custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 41, 36, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .form-check-label {
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    border-radius: 0.1875rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .125rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    border: 0;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(8, 160, 221, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
}

.btn:active,
.btn.active {
    background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #08a0dd;
    border-color: #08a0dd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0785b8;
    border-color: #067cac;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(8, 160, 221, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #08a0dd;
    border-color: #08a0dd;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0785b8;
    background-image: none;
    border-color: #067cac;
}

.btn-secondary {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #464646;
    border-color: #404040;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(89, 89, 89, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #595959;
    border-color: #595959;
}

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #464646;
    background-image: none;
    border-color: #404040;
}

.btn-success {
    color: #fff;
    background-color: #00CA4B;
    border-color: #00CA4B;
}

.btn-success:hover {
    color: #fff;
    background-color: #00a43d;
    border-color: #009738;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 3px rgba(0, 202, 75, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #00CA4B;
    border-color: #00CA4B;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    background-color: #00a43d;
    background-image: none;
    border-color: #009738;
}

.btn-info {
    color: #fff;
    background-color: #29339b;
    border-color: #29339b;
}

.btn-info:hover {
    color: #fff;
    background-color: #21297d;
    border-color: #1e2673;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 3px rgba(41, 51, 155, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #29339b;
    border-color: #29339b;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
    background-color: #21297d;
    background-image: none;
    border-color: #1e2673;
}

.btn-warning {
    color: #111;
    background-color: #FFB600;
    border-color: #FFB600;
}

.btn-warning:hover {
    color: #111;
    background-color: #d99b00;
    border-color: #cc9200;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 182, 0, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #FFB600;
    border-color: #FFB600;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    background-color: #d99b00;
    background-image: none;
    border-color: #cc9200;
}

.btn-danger {
    color: #fff;
    background-color: #e22924;
    border-color: #e22924;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c61f1a;
    border-color: #ba1d19;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(226, 41, 36, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #e22924;
    border-color: #e22924;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    background-color: #c61f1a;
    background-image: none;
    border-color: #ba1d19;
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124;
}

.btn-outline-primary {
    color: #08a0dd;
    background-color: transparent;
    background-image: none;
    border-color: #08a0dd;
    border: 3px solid;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #08a0dd;
    border-color: #08a0dd;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(8, 160, 221, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #08a0dd;
    background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #08a0dd;
    border-color: #08a0dd;
}

.btn-outline-secondary {
    color: #595959;
    background-color: transparent;
    background-image: none;
    border-color: #595959;
    border: 3px solid;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(89, 89, 89, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #595959;
    background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}

.btn-outline-success {
    color: #00CA4B;
    background-color: transparent;
    background-image: none;
    border-color: #00CA4B;
    border: 3px solid;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #00CA4B;
    border-color: #00CA4B;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(0, 202, 75, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00CA4B;
    background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00CA4B;
    border-color: #00CA4B;
}

.btn-outline-info {
    color: #29339b;
    background-color: transparent;
    background-image: none;
    border-color: #29339b;
    border: 3px solid;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #29339b;
    border-color: #29339b;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(41, 51, 155, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #29339b;
    background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #29339b;
    border-color: #29339b;
}

.btn-outline-warning {
    color: #FFB600;
    background-color: transparent;
    background-image: none;
    border-color: #FFB600;
    border: 3px solid;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #FFB600;
    border-color: #FFB600;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 182, 0, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #FFB600;
    background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #FFB600;
    border-color: #FFB600;
}

.btn-outline-danger {
    color: #e22924;
    background-color: transparent;
    background-image: none;
    border-color: #e22924;
    border: 3px solid;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e22924;
    border-color: #e22924;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(226, 41, 36, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #e22924;
    background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e22924;
    border-color: #e22924;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
    border: 3px solid;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:active,
.btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
    border: 3px solid;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-link {
    font-weight: 400;
    color: #08a0dd;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
    box-shadow: none;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #056b93;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:disabled {
    color: #868e96;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.875rem;
    line-height: 1.3;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    max-width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.6rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.17em;
    vertical-align: 0.17em;
    content: "";
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.2em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: 0.2rem;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #08a0dd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent;
}

.show > a {
    outline: 0;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
    margin-bottom: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -2px;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 0.975rem;
    padding-left: 0.975rem;
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.btn-group-vertical {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -2px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    width: 100%;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: flex;
    align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.6rem 1.3rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #212529;
    text-align: center;
    background-color: #e9ecef;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.875rem;
    border-radius: 0;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.7rem 1.6rem;
    font-size: 1.25rem;
    border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -2px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
    z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -2px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -2px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}

.custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.3rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #08a0dd;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #08a0dd;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #9ce0fb;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #868e96;
}

.custom-control-indicator {
    position: absolute;
    top: 0.15rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #08a0dd;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
    display: flex;
    flex-direction: column;
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.45rem + 4px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #212529;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    appearance: none;
}

.custom-select:focus {
    border-color: #6bd1fa;
    outline: none;
}

.custom-select:focus::-ms-value {
    color: #212529;
    background-color: #fff;
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(2.1125rem + 4px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}

.custom-file-control::before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.card {
    position: relative;
    background: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    display: block;
    width: 100%;
    margin-bottom: 0rem;
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1.5rem 1.5rem
}

.card-title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.5rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.2rem - 1px) calc(0.2rem - 1px) 0 0;
}

.card-footer {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.2rem - 1px) calc(0.2rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -1rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.2rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.2rem - 1px);
    border-top-right-radius: calc(0.2rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.2rem - 1px);
    border-bottom-left-radius: calc(0.2rem - 1px);
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group .card {
        flex: 1 0 0%;
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    padding: 1rem 1.3rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0.2rem;
}

.breadcrumb::after {
    display: block;
    clear: both;
    content: "";
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #868e96;
    content: "Ã¢â‚¬Âº";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #343a40;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.2rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #08a0dd;
    border-color: #08a0dd;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #08a0dd;
    background-color: #fff;
    border: 2px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #056b93;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.3;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.4em 0.6em;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.2rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.9em;
    padding-left: 0.9em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #08a0dd;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #067cac;
}

.badge-secondary {
    color: #fff;
    background-color: #595959;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #404040;
}

.badge-success {
    color: #fff;
    background-color: #00CA4B;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #009738;
}

.badge-info {
    color: #fff;
    background-color: #29339b;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e2673;
}

.badge-warning {
    color: #111;
    background-color: #FFB600;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #cc9200;
}

.badge-danger {
    color: #fff;
    background-color: #e22924;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ba1d19;
}

.badge-light {
    color: #111;
    background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #def0f7;
    border-radius: 0.2rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 0px solid transparent;
    border-radius: 0px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 600;
}

.alert-dismissible .close {
    position: relative;
    top: -1rem;
    right: -1rem;
    padding: 1rem 1rem;
    color: inherit;
}

.alert-primary {
    color: #045373;
    background-color: #ceecf8;
    border-color: #bae4f5;
}

.alert-primary hr {
    border-top-color: #a4dbf2;
}

.alert-primary .alert-link {
    color: #022f42;
}

.alert-secondary {
    color: #2e2e2e;
    background-color: #dedede;
    border-color: #d1d1d1;
}

.alert-secondary hr {
    border-top-color: #c4c4c4;
}

.alert-secondary .alert-link {
    color: #151515;
}

.alert-success {
    color: #006927;
    background-color: #ccf4db;
    border-color: #b8f0cd;
}

.alert-success hr {
    border-top-color: #a3ecbe;
}

.alert-success .alert-link {
    color: #003614;
}

.alert-info {
    color: #151b51;
    background-color: #d4d6eb;
    border-color: #c3c6e3;
}

.alert-info hr {
    border-top-color: #b2b5db;
}

.alert-info .alert-link {
    color: #0b0e29;
}

.alert-warning {
    color: #855f00;
    background-color: #fff0cc;
    border-color: #ffebb8;
}

.alert-warning hr {
    border-top-color: #ffe49f;
}

.alert-warning .alert-link {
    color: #523b00;
}

.alert-danger {
    color: #761513;
    background-color: #f9d4d3;
    border-color: #f7c3c2;
}

.alert-danger hr {
    border-top-color: #f4adab;
}

.alert-danger .alert-link {
    color: #4a0d0c;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #e9ecef;
    border-radius: 0.2rem;
}

.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #08a0dd;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    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);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.bg-primary {
    background-color: #08a0dd !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #067cac !important;
}

.bg-secondary {
    background-color: #595959 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #404040 !important;
}

.bg-success {
    background-color: #00CA4B !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #009738 !important;
}

.bg-info {
    background-color: #29339b !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #1e2673 !important;
}

.bg-warning {
    background-color: #FFB600 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #cc9200 !important;
}

.bg-danger {
    background-color: #e22924 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #ba1d19 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-primary {
    border-color: #08a0dd !important;
}

.border-secondary {
    border-color: #595959 !important;
}

.border-success {
    border-color: #00CA4B !important;
}

.border-info {
    border-color: #29339b !important;
}

.border-warning {
    border-color: #FFB600 !important;
}

.border-danger {
    border-color: #e22924 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.2rem !important;
}

.rounded-top {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
}

.rounded-right {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
}

.rounded-left {
    border-top-left-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
}

.rounded-circle {
    border-radius: 50%;
}


.block.upsell.porto-products.title-border-bottom {
    display: none;
}

a.showcart.action-subtotal.d-none {
    display: none !important;
}

.category-description.no-margin {
    position: relative;
    direction: rtl;
    text-align: center;
}

.full-width-image-banner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 330px;
    width: 100%;
    z-index: 0;
}

.ambrand-index-index .page-title-wrapper {
    display: none;
}

@media only screen and (min-width: 48em) {
    .full-width-image-banner {
        max-height: 440px;
    }

    .content.intro-container {
        margin-top: -112px;
        max-width: 704px;
    }
}

@media only screen and (min-width: 75em) {
    .content.intro-container {
        max-width: 833px;
        margin-right: 0;
        margin-left: 0;
    }
}

.content.intro-container {
    display: inline-block;
    text-align: center;
    direction: ltr;
    margin-right: 16px;
    margin-left: 16px;
    margin-top: 5%;
    z-index: -5;
    display: inline-block;
    word-break: break-word;
    background-color: rgb(255 255 255 / 95%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 73px;
    padding: 24px 12px 15px;
}

.heading-container {
    min-height: 73px;
    width: 100%;
}

.catalog-category-view .page-title-wrapper {
    display: none;
}

.column.main .category-image {
    display: none;
}

.category-view .category-description {
    display: none;
}

.header-contact .custom-block {
    display: none;
}

.page-header.type22 .header-contact .my-account,
.page-header.type22 .header-contact .wishlist {
    display: block;
}

a#totop {
    border-radius: 7px;
}

.footer .jumbotron p {
    color: #313131;
}

.footer .jumbotron .btn-outline-primary {
    border: 2px solid;
}

.footer-middle .block .block-title strong,
.footer .widget-title,
.footer .contact-details strong,
.footer .widgettitle,
.footer .widget-title {
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0 0 0.75rem;
    line-height: 1.875rem;
    color: #313131;
    text-transform: none;
}

.footer-middle .block .block-title {
    margin: 0 0 0.75rem
}

.footer,
.footer p,
.footer-bottom,
.footer-bottom p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.footer .widget > div > ul li {
    margin-bottom: 14px;
}

form#newsletter-validate-detail {
    margin-left: -5px;
}

.footer .newsletter .action.subscribe {
    font-weight: 400;
    border: none;
    letter-spacing: .125rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    transition: background .2s ease-in;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    border-radius: 0 30px 30px 0;
}

.footer .newsletter input {
    height: 3rem;
    padding-left: 1.5rem;
    padding-right: 15px;
    border-radius: 30px 0 0 30px;
    font-size: .875rem;
    color: #777;
    background-color: #ffffff;
}

.footer .widget p b {
    font-weight: 400;
    color: #222;
}

.footer .contact-info i {
    display: inline;
    color: #333;
    margin-left: -2px;
}

.footer-middle .block.newsletter {
    margin-bottom: 48px
}

.footer .follow-us .share-links a {
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: none;
    border: 1px solid #e7e7e7;
}

.footer .follow-us .share-links a:not(:hover) {
    background: none;
    color: #222529;
}

.jumbotron a.btn.btn-outline-primary:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .navigation .level0 > .level-top {
        text-transform: none;
    }

    .navigation li.level0 .ui-menu-item > a:before {
        margin-right: 7px;
        margin-left: 12px;
    }

    .navigation .submenu li.ui-menu-item.level1 {
        margin-top: 15px;
    }

    header.page-header .nav-sections-item-title.active > a,
    header.page-header .nav-sections-item-title.active > a:hover,
    header.page-header .nav-sections-item-title.active > a:focus {
        font-size: 16px;
        padding-left: 8px;
        font-weight: 600;
    }

    header.page-header .nav-sections-item-title[aria-controls="store.menu"] > a:before {
        font-size: 18px;
        margin: -2px 5px 0 0;
    }

    header.page-header .nav-sections-item-title {
        font-size: 16px;
        font-weight: 600;
    }

    .navigation li.level0 > a.ui-state-active {
        font-weight: 400;
    }
}

.main-toggle-menu .menu-title {
    font-size: 16px;
    letter-spacing: normal;
}

.page-header.type22 .navigation.side-megamenu li.level0 > a {
    font-size: 16px;
    margin-left: 0;
}

.sw-megamenu.navigation.side-megamenu li.level0 > a > em,
.sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-right: 0.6rem;
    margin-left: 15px;
}

.sw-megamenu.navigation.side-megamenu li.level0.fullwidth .submenu li.level1 > a,
.sw-megamenu.navigation.side-megamenu li.level0.staticwidth .submenu li.level1 > a {
    text-transform: none;
    font-weight: 400;
    color: #014078;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 3px;
    margin-top: 6px;
    font-size: 17px;
    line-height: 18px;
}

.sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu a,
.sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu a,
.sw-megamenu.navigation.side-megamenu li.level0.classic .submenu a {
    margin-top: 3px;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    padding-top: 0px;
    padding-bottom: 6px;
    color: #555;
}

a.menu-thumb-link img {
    padding: 0 0 5px;
    max-width: 40%;
    margin-top: 15px;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
    filter: grayscale(100%);
}

a.menu-thumb-link img:hover {
    opacity: 1;
}

.minicart-items strong.product-item-name {
    white-space: normal;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details.-editable {
    padding-left: 60px;
    padding-right: 0px;
}

a.btn.btn-primary {
    color: #fff;
}

section {
    background-color: white;
}

div#banner-slider-demo-33 {
    margin-bottom: 0;
}

.item.product.product-item:hover {
    box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 10%);
}

.product-item-photo:hover,
.product-item-info:hover .product-item-photo,
.owl-item .product-item-photo:hover {
    box-shadow: none;
}

.card.card-free {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.card-free .card-body {
    padding: 1rem 0;
}

.justify-content-center li {
    list-style: none;
}

a.card-link {
    font-size: 1.125rem;
}

.porto-u-sub-heading {
    font-size: 1.4rem;
    line-height: 1.3rem;
    font-weight: 400;
    color: #404040;
}

.wpb_wrapper .porto-u-heading {
    margin-bottom: 30px;
    margin-top: 60px;
}

@media (min-width: 992px) {
    .page-header.type22 .search-area .minisearch .actions button {
        background-color: #08a0dd;
    }
}

.btn-shape-round {
    border-radius: 2em !important;
}

/* Card Filters - Product Grey Block */

.grey-card .products-block .block-list__list-item {
    background-color: #f5f5f5;
    border: none;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
}

.grey-card .products-block .block-list__link-block {
    padding: 1rem 1.75rem 2em 1.75rem;
}

.grey-card .products-block .block-list__link-block .sc-list {
    text-align: left;
}

.grey-card .products-block .block-list__link-block .sc-list .sc-list-text {
    margin-bottom: 5px;
    height: 76px;
    overflow: hidden;
}

.grey-card .products-block .block-list__link-block .sc-list .sc-list-text-2nd {
    margin-top: -28px;
}

.grey-card .products-block .block-list__link-block .sc-list .sc-list-text-2nd span {
    color: #444;
}

.grey-card .products-block .block-list__link-block img {
    position: relative;
    left: 100%;
    margin-left: -245%;
}

.grey-card .products-block .block-list__link-block span {
    padding: 0;
    font-size: 17px;
    color: #333;
}

.sc-list-img {
    padding: 10px 0 10px;
    margin: auto;
}

.sc-list-text {
    margin: auto;
}

h3.fi-subtitle:after {
    padding-left: 5px;
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    text-decoration: none;
    margin-right: -5px;
}

a.block-list__link-block h3.fi-subtitle {
    color: #014078;
}

.products-block .block-list__link-block .sc-list img {
    /* width: auto; */
    /* height: auto; */
    /* max-height: 65px; */
    /* margin-top: 5%; */
}

@media only screen and (min-width: 80em) {
    .products-block .block-list__list-item {
        width: 19%;
        width: calc(19.6% - 0.445rem);
        margin: 0 0 0rem;
        padding-top: 15px;
    }
}

.grey-card .sc-list-img {
    width: 180%;
    text-align: center;
    overflow: hidden;
    padding: 20px 0 20px;
}

.products-block .block-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 2rem
}

.products-block .block-list:before,
.heading-and-links .block-list:after {
    content: "";
    display: table
}

.products-block .block-list:after {
    clear: both
}

.products-block .block-list__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
    margin-bottom: 12px;
    opacity: 1;
    outline: none;
    position: relative;
    -webkit-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
}

.products-block .block-list__link-block {
    display: inline-block;
    width: 100%;
    padding: .5rem 1rem 1.5rem 1rem;
    position: relative;
    text-align: center;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: rgb(65, 65, 65);
    line-height: 1.3;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    opacity: 1;
    outline: none;
}

.products-block .block-list__link-block .row {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}

.products-block .block-list__link-block .sc-list img {
    width: auto;
    height: auto;
    max-height: 65px;
    margin-top: 5%;
}

img.fi-img {
    max-width: 90%;
}

h3.fi-subtitle {
    font-weight: 400;
    line-height: 18px;
    color: #222;
    margin-bottom: 3px;
    margin-top: 6px;
    font-size: 16px;
    text-align: center;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p.fi-content {
    font-weight: 400;
    line-height: 18px;
    color: #666;
    text-align: center;
    font-size: 15px;
}

@media only screen and (max-width: 48em) {

    .background-white-block h1,
    .background-color-block h1,
    .background-colour-block h1 {
        font-size: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }

    img.fi-img {
        max-width: 90%;
    }

    h3.fi-subtitle {
        font-weight: 400;
        line-height: 18px;
        color: #222;
        margin-bottom: 3px;
        margin-top: 15px;
        font-size: 16px;
        text-align: left;
        font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        padding-top: 0px;
    }

    p.fi-content {
        font-weight: 400;
        line-height: 18px;
        color: #666;
        text-align: left;
        font-size: 15px;
        /*! padding-bottom: 10px; */
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .products-block .block-list__link-block .sc-list-img {
        margin-top: 2.5%;
        margin-left: 3%;
        margin-right: 8%;
        margin-bottom: 0px;
    }

    .products-block .block-list__link-block .sc-list-text {
        line-height: 20px;
        text-align: left;
        margin-left: -10px;
        max-width: 70%;
    }

    .grey-card .products-block .block-list__link-block {
        padding: 1rem 2rem;
        height: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .products-block .block-list__link-block {
        padding: 1rem 0.5rem 1rem 0.5rem;
        height: 100px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .products-block .block-list__list-item {
        margin-bottom: 0;
    }

    .grey-card .products-block .block-list__list-item {
        margin-bottom: 10px;
    }

    .products-block .block-list__link-block .sc-list span {
        word-wrap: break-word;
        text-align: left;
        cursor: pointer;
        padding: 20px 5px 20px;
        float: left;
        overflow: hidden;
        margin-top: 2%;
    }

    .grey-card .products-block .block-list__link-block .sc-list span {
        padding: 5px 0px 0px;
        margin-top: 3%;
        font-size: 16px;
    }

    .grey-card .products-block .block-list__link-block .sc-list img {
        max-width: 100%;
        height: auto;
        max-height: 165px;
    }

    .products-block .block-list__link-block .sc-list img {
        width: auto;
        height: auto;
        max-height: 40px;
        margin-top: 15%;
        margin-left: unset;
    }

    .products-block .block-list__link-block .sc-list img.sc-list-a {
        margin-top: 10%;
    }
}

.products-block .block-list__link-block img {
    width: 75%;
}

.products-block .block-list__link-block span {
    word-wrap: break-word;
    text-align: center;
    cursor: pointer;
}

.products-block .item-view {
    height: 80px;
    margin-top: -40px;
    max-width: 15px;
}

.products-block .block-list__link-block:hover {
    text-decoration: none
}

.products-block .no-flexbox .block-list__list-item {
    float: left
}

@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
    .products-block .block-list__list-item {
        width: 32%;
        width: calc(32% - .66rem);
        margin: 0 0 1rem;
    }

    .grey-card .products-block .block-list__list-item {
        width: 32%;
        width: calc(33% - .66rem);
        margin: 0 0 1rem;
    }

    .products-block .block-list__list-item:nth-of-type(3n+2) {
        margin: 0 1.875rem 1rem;
    }

    .grey-card .products-block .block-list__list-item:nth-of-type(3n+2) {
        margin: 0 0.8rem .8rem;
    }

    .products-block .no-flexbox .block-list__list-item:nth-of-type(3n+4) {
        clear: both
    }
}

@media only screen and (min-width: 60em) {
    .products-block .block-list__list-item {
        width: 22%;
        width: calc(19.4% - 0.52rem);
        margin: 0 0 .5rem;
        padding-top: 15px;
    }

    .products-block .block-list__list-item:nth-of-type(2n+2) {
        margin: 0 1rem .5rem;
    }

    .grey-card .products-block .block-list__list-item:nth-of-type(2n+2) {
        margin: 0 .6rem .6rem;
    }

    .products-block .no-flexbox .block-list__list-item:nth-of-type(4n+4) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .products-block .block-list__list-item {
        width: 19%;
        width: calc(19.5% - 0.445rem);
        margin: 0 0 .5rem;
    }

    .products-block .block-list__list-item:nth-of-type(6n+6) {
        margin: 0 1rem .5rem 0;
    }

    .grey-card .products-block .block-list__list-item:nth-of-type(2n+2) {
        margin: 0 .6rem .6rem;
    }

    .products-block .no-flexbox .block-list__list-item:nth-of-type(5n+4) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .grey-card .products-block .block-list__list-item {
        width: 22%;
        width: calc(24% - .5rem);
        margin: 0 0 .5rem;
    }

    .grey-card .products-block .block-list__list-item:nth-of-type(2n+2) {
        margin: 0 .6rem .6rem;
    }
}

@media only screen and (max-width: 48em) {
    .sc-list-img {
        padding: 0 0 10px;
    }

    .grey-card .products-block .block-list__list-item {
        width: 32%;
        width: calc(33% - .66rem);
        margin: 0 0 1rem;
    }

    .grey-card .products-block .block-list__list-item:nth-of-type(3n+2) {
        margin: 0 0.8rem .8rem;
    }
}

@media only screen and (max-width: 35em) {
    .grey-card .products-block .block-list__link-block {
        padding: 0.25rem 2.25rem;
        height: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .grey-card .products-block .block-list__list-item {
        width: 49%;
        width: calc(50% - 0.4rem);
        margin: 0 0 1rem;
    }

    .grey-card .products-block .block-list__list-item:nth-of-type(1n+1) {
        margin: 0 0.8rem .8rem 0;
    }

    .grey-card .products-block .block-list__list-item:nth-of-type(2n+2) {
        margin: 0 0 .8rem 0;
    }

    .cat-shortcuts .products-section-secondary {
        padding: 20px 10px;
    }
}

.sc-image-container {
    left: 0px;
    margin: auto;
    max-width: 75%;
    position: absolute;
    right: 0px;
    -webkit-tap-highlight-color: transparent;
    bottom: 75%;
}

.aspect-xs-1x1 {
    padding-bottom: 100%
}

.aspect > div,
.aspect-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.sc-image {
    height: 100%;
    opacity: 1;
    display: block;
    transition: opacity 500ms;
}

.sc-image .bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
}

.sc-image-text {
    bottom: 32px;
    left: 0;
    position: absolute;
    right: 0;
    word-wrap: break-word;
    text-align: center;
    cursor: pointer;
    padding: 0px 4px;
}

.sc-image-text-subtitle {
    bottom: 16px;
    left: 0px;
    position: absolute;
    right: 0px;
}

.products-block .block-list__list-item:hover {
    background-color: rgba(221, 221, 221, 0.66);
}

.grey-card .products-block .block-list__list-item:hover {
    -webkit-box-shadow: 0 7px 9px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
}

/* Category Shortcuts Block */

.products-block .block-list__list-item.sc-active {
    border: 2px solid #08a0dd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.products-block .block-list__list-item.sc-active a {
    cursor: default;
}

.links-block .block-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 2rem
}

.links-block .block-list:before,
.heading-and-links .block-list:after {
    content: "";
    display: table
}

.links-block .block-list:after {
    clear: both
}

.links-block .block-list__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: white;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-bottom: 12px;
    opacity: 1;
    outline: none;
    position: relative;
    -webkit-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
}

.links-block .sc-active .block-list__link-block::after {
    display: none;
}

.links-block .block-list__link-block {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem 1rem 1.5rem;
    position: relative;
    text-align: left;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: rgb(65, 65, 65);
    line-height: 1.3;
    font-size: 15px;
}

.links-block .block-list__link-block:after {
    content: '';
    background-image: url(https://ausoptic.com.au/pub/media/wysiwyg/porto/spritesheet-ao-lrg5.png);
    background-position: -138px -77px;
    width: 13px;
    height: 9px;
    position: absolute;
    top: 1.5rem;
    right: 1.25rem;
}

.links-block .block-list__link-block:hover {
    text-decoration: none
}

.links-block .block-list__link-block:hover:after {
    background-image: url(https://ausoptic.com.au/pub/media/wysiwyg/porto/spritesheet-ao-lrg5.png);
    background-position: -80px -141px;
    width: 13px;
    height: 9px;
}

.links-block .no-flexbox .block-list__list-item {
    float: left
}

@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
    .links-block .block-list__list-item {
        width: 48%;
        width: calc(50% - 1rem)
    }

    .links-block .block-list__list-item:nth-of-type(2n) {
        margin-left: 1.875rem
    }

    .links-block .no-flexbox .block-list__list-item:nth-of-type(2n+3) {
        clear: both
    }
}

@media only screen and (min-width: 60em) {
    .links-block .block-list__list-item {
        width: 30%;
        width: calc(33.33% - 1.33rem);
        margin: 0 0 .5rem
    }

    .links-block .block-list__list-item:nth-of-type(3n+2) {
        margin: 0 1.875rem .5rem
    }

    .links-block .no-flexbox .block-list__list-item:nth-of-type(3n+4) {
        clear: both
    }
}

.links-block .block-list__list-item:hover {
    -webkit-box-shadow: 0 7px 9px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.links-block .block-list__list-item.sc-active {
    border: 2px solid #08a0dd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.links-block .block-list__list-item.sc-active a {
    cursor: default;
}

.cat-shortcuts.primary-tout.title-plate .inner .box {
    padding: 74px 0px 58px;
}

.cat-shortcuts .products-w-electronics .products-hdg {
    float: left;
    margin: 60px 0px 18px;
    width: 50%;
}

.cat-shortcuts .products-w-electronics .products-w {
    overflow: hidden;
    border-bottom: 1px solid #DBDBDB;
}

.cat-shortcuts .products-w-electronics .products-w .products-hdg-desc {
    float: left;
    margin: 0px 0px 32px;
    width: 79%;
    padding-left: 10px;
}

.cat-shortcuts .products-w-electronics .products-w .products-link {
    float: right;
    margin: 0px 0px 32px 10px;
    width: 79%;
}

.cat-shortcuts .products-w-electronics .products-w .products-link a.btn {
    font-size: 16px;
    max-width: 100%;
}

.cat-shortcuts .products-section-main {
    width: 67%;
    float: left;
}

.cat-shortcuts .products-section-main::before,
.cat-shortcuts .products-section-main::after {
    display: table;
    content: "";
    line-height: 0;
}

.cat-shortcuts .products-section-main::after {
    clear: both;
}

.cat-shortcuts .products-section-main .products-list-main {
    margin: 0px;
    overflow: hidden;
}

.cat-shortcuts .products-section-main .products-list-main .products-li {
    line-height: 3.25;
    display: block;
    float: left;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 0px;
}

.cat-shortcuts .products-section-main .products-list-main .tl {
    font-weight: normal;
    font-style: normal;
    color: rgb(47, 53, 61);
    font-size: 14px;
}

.cat-shortcuts .products-section-main .products-list-main .tl:hover {
    background: rgba(222, 240, 247, 0.33);
}

.cat-shortcuts .products-section-main .products-list-main .tl::after {
    display: none;
}

.cat-shortcuts .products-section-main .products-li-link {
    display: block;
    text-align: center;
    height: 215px;
    padding: 15px 10px 0px;
}

.cat-shortcuts .products-section-main .products-li-link .product-img-w {
    display: inline-block;
    height: 94px;
    line-height: 6.5;
    width: 100%;
}

.cat-shortcuts .products-section-main .products-li-link img {
    margin: 0px auto;
    vertical-align: bottom;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

.cat-shortcuts .products-section-main .products-li-link .nav-label {
    display: block;
    margin-top: 10px;
    line-height: 1.3;
    color: rgb(47, 53, 61);
}

.cat-shortcuts .products-section-secondary {
    width: 33%;
    float: left;
    font-size: 14px;
    padding: 33px 20px;
    background: rgba(222, 240, 247, 0.33);
    max-height: 300px;
}

.cat-shortcuts .products-section-secondary .products-li-link {
    color: rgb(57, 94, 148);
}

.cat-shortcuts .products-section-secondary .products-li-link:hover {
    color: rgb(60, 76, 116);
}

.cat-shortcuts .products-section-secondary .l2 {
    text-transform: none;
}

.cat-shortcuts .products-section-secondary .products-list-secondary {
    margin: 0px;
}

.cat-shortcuts .products-section-secondary .products-list-secondary li {
    line-height: 1em;
}

.cat-shortcuts .products-section-secondary .products-list-secondary li:last-child {
    margin-bottom: 0px;
}

.cat-shortcuts .products-section-secondary .products-list-secondary .p3,
.p3 {
    line-height: 1.2;
    margin-bottom: 10px;
    display: inline-block;
    word-break: break-word;
}

.cat-shortcuts .products-section-secondary .l2,
.l2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Source Sans Pro', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #444;
    font-size: 1rem;
}

.lt-ie8 .cat-shortcuts .products-section-secondary {
    width: 15.5%;
}

.p2 {
    font-size: 17px;
    color: rgb(119, 119, 119);
}

.t4-bold {
    font-weight: 400;
    font-size: 24px;
    color: rgb(51, 51, 51);
}


/* Alternate with t4 title */

.cat-shortcuts .products-w-electronics .products-w .products-hdg-desc.e-spacer {
    margin-top: 60px
}

.cat-shortcuts .products-w-electronics .products-w .products-link.e-spacer {
    margin-top: 100px
}

@media (min-width: 90.1em) {
    .cat-shortcuts .products-section-main {
        width: 79%;
    }

    .cat-shortcuts .products-section-secondary {
        width: 20%;
    }

    .cat-shortcuts .products-w-electronics .products-w .products-link {
        width: 20%;
        margin: 0px 0px 32px 0px;
    }
}

@media (max-width: 90em) {
    .cat-shortcuts .products-section-main .products-list-main .products-li {
        width: 23%;
        margin-right: 2%;
    }

    .cat-shortcuts .products-section-main .products-li-link img {
        max-height: 82px;
    }

    .cat-shortcuts .products-section-main {
        width: 75%;
    }

    .cat-shortcuts .products-section-secondary {
        width: 25%;
        /* min-height: 190px; */
        /* max-height: 370px; */
    }

    .cat-shortcuts .products-w-electronics .products-w .products-link {
        max-width: 79%;
    }

    .cat-shortcuts .products-w-electronics .products-w .products-link a.btn {
        max-width: 79%;
    }
}

@media (max-width: 61.1875em) and (min-width: 48em) {
    .cat-shortcuts.primary-tout.title-plate .inner .box {
        padding: 64px 0px 58px;
    }

    .cat-shortcuts .products-w-electronics .products-hdg {
        margin: 50px 0px 16px;
    }

    .cat-shortcuts .products-section-main {
        width: 67%;
        float: left;
    }

    .cat-shortcuts .products-section-main .products-list-main .products-li {
        width: 28.6%;
        margin-right: 4.6%;
    }

    .cat-shortcuts .products-section-main .products-list-main .products-li-link {
        display: block;
        text-align: center;
        height: 202px;
        padding-top: 10px;
    }

    .cat-shortcuts .products-section-main .products-list-main .products-li-link img {
        max-height: 82px;
        width: auto;
    }

    .cat-shortcuts .products-section-secondary {
        padding: 22px 38px;
        width: 33%;
    }

    .cat-shortcuts .products-section-secondary .l2 {
        margin-bottom: 9px;
    }
}

@media (max-width: 47.9375em) and (min-width: 35em) {
    .cat-shortcuts .products-section-main .products-list-main .products-li {
        width: 45%;
        margin-right: 5%;
    }

    .cat-shortcuts .products-section-main .products-list-main .tl {
        padding-top: 10px;
    }

    .cat-shortcuts .products-section-main .products-li-link {
        display: block;
        text-align: center;
        height: 185px;
        padding: 15px 10px 0px;
    }

    .cat-shortcuts .products-w-electronics .products-w .products-link {
        float: left;
        padding-right: 0;
        width: 100%;
        margin: 0px 0px 30px 10px;
    }

    .cat-shortcuts .products-w-electronics .products-w .products-link a.btn-block {
        max-width: 79%;
    }
}

@media (max-width: 34.9375em) {
    .cat-shortcuts.primary-tout.title-plate .p3 {
        display: none;
    }

    .cat-shortcuts.primary-tout.title-plate .inner .box {
        padding: 54px 0px 0px;
    }

    .cat-shortcuts .products-w-electronics {
        padding-top: 12px;
    }

    .cat-shortcuts .products-w-electronics .products-w {
        border: none;
        margin-bottom: 24px;
    }

    .cat-shortcuts .products-w-electronics .products-w .products-hdg {
        width: 100%;
        float: left;
        margin: 20px 0px 12px;
    }

    .cat-shortcuts .products-w-electronics .products-w .products-hdg-desc {
        width: 100%;
        float: left;
        margin: 0px 0px 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cat-shortcuts .products-w-electronics .products-w .products-link {
        float: left;
        margin: 0px 0px 30px 10px;
        width: 79%;
    }

    .cat-shortcuts .products-section-main {
        width: 100%;
    }

    .cat-shortcuts .products-section-main .products-list-main .products-li {
        width: 100%;
        border-bottom: 1px solid rgb(228, 231, 235);
        position: relative;
    }

    .cat-shortcuts .products-section-main .products-list-main .products-li-link {
        height: auto;
        display: table;
        width: 100%;
    }

    .cat-shortcuts .products-section-main .products-list-main .products-li-link .nav-label {
        float: none;
        margin: 0px;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-right: 18px;
        padding: 0;
    }

    .cat-shortcuts .products-section-main .products-list-main .products-li-link .product-img-w {
        display: inline;
        vertical-align: middle;
        height: 42px;
        line-height: 2.7;
    }

    .cat-shortcuts .products-section-main .products-list-main .product-img-w {
        width: 84px;
        float: left;
        margin: 0px 12px 0px 0px;
    }

    .cat-shortcuts .products-section-main .products-li-link img {
        max-height: 36px;
        width: auto;
    }

    .cat-shortcuts .products-section-main .products-list-main .tl {
        padding: 9px 0px;
        overflow: hidden;
    }

    .cat-shortcuts .products-section-main .products-list-main .tl::after {
        display: inline-block;
        position: absolute;
        line-height: 1em;
        top: 24px;
        right: 0px;
        color: rgb(57, 94, 148);
    }

    .cat-shortcuts .products-section-main .products-list-main .nav-label {
        float: left;
    }

    .cat-shortcuts .products-section-secondary {
        width: 100%;
        padding: 18px 30px;
        font-size: 14px;
    }

    .cat-shortcuts .products-section-secondary .products-list-secondary li {
        line-height: 1.65em;
    }

    .cat-shortcuts .products-section-secondary .l2 {
        margin-bottom: 12px;
        font-weight: 600;
        font-family: 'Source Sans Pro', Roboto, 'Helvetica Neue', Arial, sans-serif;
        color: #444;
    }
}

ul.products-list-main,
ul.products-list-secondary {
    list-style: none;
    padding: 0;
}

/* Bootstrap List Groups */
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-horizontal {
    max-width: 100%;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.bottom-footer .list-group,
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    max-width: 100%;
    float: right;
    font-size: 16px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.bottom-footer .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0;
}

.bottom-footer .list-group-item:last-child,
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding-right: 0;
}

.list-group-horizontal {
    max-width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 1200px) {

    .bottom-footer .list-group-horizontal-xl .list-group-item:last-child,
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .bottom-footer .list-group-horizontal-xl,
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .bottom-footer .list-group-horizontal-xl .list-group-item,
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {

    .bottom-footer .list-group-horizontal-lg .list-group-item:last-child,
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .bottom-footer .list-group-horizontal-lg .list-group-item,
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .bottom-footer .list-group-horizontal-lg,
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {

    .bottom-footer .list-group-horizontal-md .list-group-item:last-child,
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .bottom-footer .list-group-horizontal-md,
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .bottom-footer .list-group-horizontal-md .list-group-item,
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {

    .bottom-footer .list-group-horizontal-sm .list-group-item:last-child,
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .bottom-footer .list-group-horizontal-sm .list-group-item,
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .bottom-footer .list-group-horizontal-sm,
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-bold {
    font-weight: 600;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #08a0dd !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #067cac !important;
}

.text-secondary {
    color: #595959 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #404040 !important;
}

.text-success {
    color: #00CA4B !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #009738 !important;
}

.text-info {
    color: #29339b !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #1e2673 !important;
}

.text-warning {
    color: #FFB600 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #cc9200 !important;
}

.text-danger {
    color: #e22924 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ba1d19 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #868e96 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}



ul.products .product-col {
    margin-bottom: 1.4286em;
}

ul.products li.product-category .thumb-info-wrapper:after {
    background-color: rgba(27, 27, 23, 0);
}

ul.products li.product-category:hover .thumb-info-wrapper:after {
    background-color: rgba(27, 27, 23, 0.15);
}

.thumb-info .thumb-info-wrapper {
    border-radius: 4px;
}

.category-container .products .sub-title {
    text-transform: none;
    font-size: 18px;
    letter-spacing: -.025em !important;
    line-height: 26px;
    font-weight: 600 !important;
}

.category-container .products .thumb-info-type {
    font-size: 13px;
    letter-spacing: -.02em;
    line-height: 22px;
    text-transform: none;
}

.porto-u-heading {
    margin-bottom: 17px;
}

.products-slider.owl-carousel .owl-stage-outer {
    padding-top: 10px;
    margin-top: -10px;
}

.tabs.tabs-simple {
    padding: 30px 32px 27px 32px;
}

.product.data.items > .item.title {
    color: #333;
    border-bottom-width: 1px;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: -.025em;
    text-transform: capitalize;
    line-height: 1.5;
}

.product.data.items > .item.title:hover {
    border-color: #08a0dd !important;
    color: #222529 !important;
    border-width: 2px !important;
}

.product.data.items > .item.title.active {
    color: #08a0dd;
    border-color: #08a0dd;
    border-width: 2px;
}

.tabs.tabs-simple .section-title {
    text-align: left;
}

.owl-carousel .owl-nav [class*='owl-'] {
    border-radius: 3px;
}

.owl-carousel.show-nav-middle .owl-nav .owl-next,
.owl-carousel.show-nav-middle .owl-nav .owl-prev {
    width: 40px;
    height: 80px;
    font-size: 26px;
    color: #08a0dd;
    background-color: #fff !important;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 100px 75px rgb(255 255 255 / 60%);
    transition: background-color .3s, color .3s;
}

.owl-carousel.show-nav-middle .owl-nav button:hover {
    background-color: #08a0dd !important;
    border-color: #08a0dd !important;
    color: #fff !important;
}

.owl-carousel.show-nav-middle .owl-nav .owl-prev {
    left: -45px;
}

.owl-carousel.show-nav-middle .owl-nav .owl-next {
    right: -45px;
}

@media(min-width: 1024px) {
    .tabs.tabs-simple .section-title {
        margin: 0;
        margin-bottom: -28px;
        padding-top: 3px;
    }
}

@media(min-width: 768px) {
    .product.data.items {
        text-align: center;
    }

    .product.data.items > .item.title {
        float: left;
        display: inline-block;
        text-decoration: none;
        padding: 7px 24px;
        margin: 0 5px;
        border-radius: 7px;
        color: #222529;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: -.02em;
        line-height: 22px;
        border: 1px solid #e9e9e9;
        transition: border-width .3s, border-color .3s;
    }

    .rtl .product.data.items > .item.title {
        float: right;
    }

    .product.data.items > .item.content {
        border-top: none;
        margin-top: 2.85rem;
    }
}

@media(max-width: 767px) {
    .tabs.tabs-simple {
        margin-bottom: 30px;
    }

    .bottom-footer .list-group,
    .list-group {
        margin-bottom: 50px;
        float: left;
    }
}

.special-products {
    padding: 40px 33px 23px;
    border: 2px solid #e22924;
}

.offer-product {
    padding: 45px 40px;
    border: 2px solid #08a0dd;
}

.offer-product .product-item-info:hover .product-item-photo {
    box-shadow: none;
}

.offer-product .product-item .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
}

.offer-product .product-item-info .product-item-details .product-item-actions .tocart {
    padding-left: 45px;
    height: 56px;
    line-height: 56px;
    padding-right: 45px;
    font-size: 14px;
    border-radius: 7px;
}

.offer-product .product-item-actions .actions-secondary.action {
    height: 56px;
    line-height: 56px;
}

.offer-product .product-item-info.type1 .product-item-inner {
    margin-top: 46px;
}

.offer-product .add_to_cart_button {
    padding-left: 45px;
    height: 56px;
    line-height: 56px;
    padding-right: 45px;
    font-size: 14px;
    border-radius: 7px;
}

.offer-product .product-item .tocart::before {
    font-size: 24px !important;
    font-weight: 300 !important;
}

.brand-carousel {
    padding: 4rem 0;
}

.blog-container {
    padding: 40px 40px 17px;
}

.card-body h4,
.porto-recent-posts h4 {
    font-size: 1.375rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.porto-recent-posts .post-item .post-excerpt {
    font-size: 1em;
    letter-spacing: -.025em;
    color: #777;
    display: none;
}

.porto-recent-posts .post-item .read-more,
.porto-recent-posts .post-item .post-date {
    display: none;
}

.single-subscribe .newsletter .input-text {
    display: block;
    flex: 1;
    width: calc(100% - 215px - 17px);
    max-width: 729px;
    margin-right: 17px;
}

.single-subscribe .newsletter input {
    border-radius: 7px;
    border: 2px solid #bebebe;
    padding: 15px;
    height: 53px;
}

.single-subscribe .newsletter .action {
    min-width: 215px;
    height: 53px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.05em;
    padding: 14px;
    border-radius: 7px;
}

@media (max-width: 575px) {
    .single-subscribe .newsletter .action {
        width: 50%;
        min-width: 1px;
    }
}

.cms-index-index .page-main {
    max-width: 100% !important;
    padding: 0;
    background: #f4f4f4;
}

.bg-white {
    background-color: #fff !important;
}

.porto-u-heading .porto-u-main-heading h1,
.porto-u-heading .porto-u-main-heading h2,
.porto-u-heading .porto-u-main-heading h3,
.porto-u-heading .porto-u-main-heading h4,
.porto-u-heading .porto-u-main-heading h5,
.porto-u-heading .porto-u-main-heading h6 {
    /*margin: 0;
    padding: 0;
    line-height: normal;*/
}

.ml-n-2 {
    margin-left: -.2rem;
}

.banner-container {
    position: relative;
    z-index: 0;
    margin: 0;
}

.banner-container .sale-wrapper strong {
    position: relative;
    margin-left: 0.5rem;
    padding-right: 0.25rem;
    font-weight: 700;
    color: #fff;
}

.porto-ibanner {
    margin: 0;
}

.porto-ibanner-layer {
    position: absolute;
    z-index: 10;
}

.banner-container sup {
    font-size: 33%;
    font-weight: 700;
    color: #222529;
    top: -1.3em;
    margin-right: 16px;
    letter-spacing: -.03em;
}

.banner-container .sale-wrapper strong {
    position: relative;
    margin-left: .5rem;
    padding-right: .25rem;
    font-weight: 700;
    color: #fff;
}

.sale-text::before,
.banner-container .sale-wrapper strong::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -7px;
    right: 0;
    bottom: 11px;
    width: 2.34722em;
    background-color: #222529;
    z-index: -1;
    transform: rotate(-2deg);
}

.custom-font,
.custom-font h2 {
    font-family: Segoe Script;
}

.custom-text-1 {
    font-size: 2.5em;
    right: .4rem;
    bottom: 0;
}

.custom-text-2 {
    color: #e22924;
    font-size: 1.625em;
    right: 1.2rem;
    bottom: .7rem;
    transform: rotate(-30deg);
}

.custom-text-3 {
    font-size: 1.601875em;
    right: 1.68552em;
    bottom: -.6rem;
}

.custom-text-1,
.custom-text-3 {
    color: #08a0dd;
    transform: rotate(-30deg);
}

.intro-carousel .owl-nav {
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel.show-nav-middle .owl-nav .owl-next,
.owl-carousel.show-nav-middle .owl-nav .owl-prev {
    width: 40px;
    height: 80px;
    font-size: 26px;
    color: #08a0dd;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 100px 75px rgb(255 255 255 / 60%);
    transition: background-color .3s, color .3s;
}

.owl-carousel.show-nav-middle .owl-nav button:hover {
    background-color: #08a0dd;
    border-color: #08a0dd;
    color: #fff;
}

.owl-carousel.show-nav-middle .owl-nav .owl-prev {
    left: -45px;
}

.owl-carousel.show-nav-middle .owl-nav .owl-next {
    right: -45px;
}

.page-header.type22 .header-contact p,
.page-header.type22 .minicart-wrapper .action-subtotal .cart-price {
    font-weight: 600;
    align-items: center;
    vertical-align: middle;
    color: #313131;
    font-size: 18px;
}

.page-header.type22 .minicart-wrapper .action-subtotal .cart-price .amount .price {
    color: #e22924;
    letter-spacing: 0;
    vertical-align: -webkit-baseline-middle;
}

.page-header.type22 .header-contact p,
.page-header .info-item a {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    color: #313131;
    font-size: 18px;
}

.wel-msg i {
    font-size: 20px;
    color: #212529;
}

.wel-msg a {
    color: #666666;
    text-decoration: underline;
}

.wel-msg a:hover {
    color: #08a0dd;
}

.wel-msg h5 {
    font-weight: 400;
    font-size: 14px;
    color: #313131;
    font-family: 'Source Sans Pro';
    letter-spacing: inherit;
}

.page-header .info-item a:hover {
    color: #08a0dd;
}

.page-header .info-item a i {
    font-style: normal;
}

@media (max-width: 1023px) {
    .page-header .header-bottom .custom-html {
        display: none;
    }
}

html .porto-sicon-header h3.porto-sicon-title,
.page-header .panel.wrapper .header-right {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-weight: 400;
    text-transform: uppercase;
    color: #313131;
    font-size: 14px;
    letter-spacing: 1.3px;
    font-family: 'Source Sans Pro';
}

.header.panel > .header.links > li > a {
    font-size: 14px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    color: #313131;
    font-size: 14px;
    letter-spacing: 1.3px;
    font-family: 'Source Sans Pro';
}

.page-header.type22 .header.panel > .header.links > li > a:hover {
    text-decoration: underline;
}

.default-icon .porto-sicon-header .porto-sicon-title:not(:last-child):hover {
    text-decoration: underline;
}

html .porto-sicon-header h3.porto-sicon-title {
    align-items: center;
}

.page-header.type22 .minicart-wrapper .action-subtotal:hover {
    text-decoration: underline;
}

.page-header.type22 .minicart-wrapper .action-subtotal {
    font-weight: 400;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    color: #313131;
    font-size: 14px;
    letter-spacing: 1.3px;
    margin: -2px 18px 0;
    display: none !important;
}

div#switcher-currency-trigger:hover {
    text-decoration: underline;
}

.home-banner-slider h2.vc_custom_heading,
.custom-font4 {
    font-family: 'Segoe Script', 'Savoye LET';
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
    color: #e22924;
}

html .btn-modern {
    text-transform: uppercase;
    font-size: .75rem;
    padding: .75rem 1.5rem;
    font-weight: 600;
    height: auto;
}

html .action.primary {
    color: #fff;
    background-color: #08a0dd;
    border-color: #08a0dd #08a0dd #056b93;
}

html .btn-xl {
    font-size: 1rem;
    padding: .8rem 2rem;
}

.btn-modern.btn-xl {
    font-size: 1rem;
    padding: 1.25em 3.125em;
}

.btn-flat {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: .75rem;
}

html .btn-dark {
    color: #fff;
    background-color: #222529;
    border-color: #222529 #222529 #0b0c0e;
}

html .btn-light {
    color: #222529;
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;
}

html .btn-quaternary {
    color: #fff;
    background-color: #000;
    border-color: #000 #000 #000;
}

html .background-color-secondary {
    background-color: #e22924 !important;
}

.top-icon .porto-sicon-header {
    margin-bottom: .75rem;
}

.wel-msg i {
    font-size: 23.68px;
    color: #08a0dd;
}

.page-wrapper > .breadcrumbs .items {
    position: relative;
    padding-bottom: 13px;
    padding-top: 24px;
}

.page-wrapper > .breadcrumbs .items:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid #e7e7e7;
}

html .background-color-secondary {
    background-color: #e22924 !important;
}

.footer-top .custom-block:before,
.footer-top .custom-block:after {
    margin-bottom: 0;
    border: none;
    margin-top: 0;
}

.footer-middle > .container::after {
    border-color: #e7e7e7;
    display: none;
}

.footer .block.newsletter .form.subscribe {
    margin-bottom: 10px;
}

.footer-middle > .container {
    padding-top: 3.7rem;
    padding-bottom: 1rem;
}

.footer-bottom address {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: 13px;
    letter-spacing: -.025em;
}

.footer-bottom {
    font-size: 1em;
    padding-bottom: 54px;
    padding-top: 0;
    margin-top: 15px;
}

.products-block .sc-list-img {
    margin: auto;
}

.products-block .sc-list img {
    max-height: 65px;
    margin-top: 5%;
}

.products-block a {
    text-decoration: none;
}

h4.alt-h4 {
    font-size: 19px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3.fi-subtitle {
    color: #222;
    margin-bottom: 3px;
    margin-top: 6px;
    font-size: 16px;
    line-height: 18px;
}

.logo-img-sm {
    position: relative;
    display: inline-block;
    width: auto;
    height: 35px;
    margin: 10px;
    vertical-align: middle;
}

img.logo-grey {
    filter: grayscale(100%) brightness(110%);
}

@media (min-width: 768px) {
    .logo-img-sm {
        width: auto;
        height: 35px;
        margin: 10px;
    }
}

ul.d-flex {
    padding: 0px;
}

.button-wrap {
    width: 100%;
}

.button-wrap--left {
    text-align: left;
}

.button-wrap--center {
    text-align: center;
}

.button-wrap--right {
    text-align: right;
}

.editorial-section-center p.lead {
    font-size: 21px;
    margin-bottom: 30px;
}

.editorial-ft {
    font-size: 16px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.editorial-ft h6 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.editorial-ft p {
    font-size: 15px;
}

.catalog-category-view .category-view h4 {
    font-size: 24px;
}

.products-li .nav-label {
    text-align: center;
    display: block;
    line-height: 1.3;
    margin-top: 10px;
    font-size: 14px;
    color: #2f353d;
    padding: 15px 10px 0px;
}

.cat-shortcuts .grid .products-desc {
    font-size: 15px;
    color: #777;
    margin: 0px 0px 0px;
    width: 75%;
}

.cat-shortcuts .products-section-secondary {
    font-size: 14px;
    padding: 33px 20px;
    background: rgba(222, 240, 247, 0.33);
}

.cat-shortcuts .products-section-secondary ul {
    padding-left: 0px;
    padding-top: 10px;
}

.cat-shortcuts .products-section-secondary h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

span.nav-label.p3-bold:after,
a.fa-fr:after,
.cat-shortcuts .products-section-secondary ul li > a:after,
a.fa-fr:hover:after {
    padding-left: 5px;
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    text-decoration: none;
    margin-right: -5px;
}

#layer-product-list {
    background-color: #f8f8f8;
}

#layer-product-list .products.product-items {
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 2px #eee;
    background-color: #fff;
}

#layer-product-list .products.product-items .product.product-item {
    /* width: 100%; */
    padding: 15px 5px 15px 15px;
    border-bottom: 1px solid #e3e4e4;
    transition: all 0.2s;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

#layer-product-list .products.product-items .product.product-item .product-item-link {
    font-weight: 600;
    margin: 15px 0 8px;
    line-height: 1.1;
    font-size: 21px;
    color: #333;
}

#layer-product-list .products.product-items li.item:hover {
    background-color: #fff;
    border-top-color: #e3e4e4;
    border-bottom-color: #e3e4e4;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
    border-right: 1px solid #08a0dd;
}

.add-to-info li {
    font-size: 1.4rem;
}

.clients-list {
    position: relative;
    margin-top: 20px;
    margin-bottom: 45px;
}

.clients-list .client-item {
    float: left;
    width: 25%;
    height: 101px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.clients-list .client-item:first-child {
    border-left: 0;
}

.clients-list .line-two .client-item {
    border-bottom: 0;
}

.clients-list .client-item a {
    display: block;
    position: relative;
    height: inherit;
}

.clients-list .client-item a figure,
.clients-list .client-item a figure img {
    line-height: 101px;
    text-align: center;
}

.clients-list .client-item a figure img {
    width: 80%;
    margin: 0 auto;
    vertical-align: middle;
}

.clients-list .client-item a .logo-bw {
    position: relative;
    z-index: 5;
}

.clients-list .client-item a .logo-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.clients-list .client-item a:hover figure {
    box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.1), 0 0px 12px 0 rgba(0, 0, 0, 0.12), 0 0px 12px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}

.clients-list .client-item a:hover .logo-bw {
    opacity: 0;
    z-index: 1;
}

.clients-list .client-item a:hover .logo-color {
    opacity: 1;
    z-index: 5;
}

.clients-list .client-item {
    height: 101px;
}

.clients-list .client-item a figure,
.clients-list .client-item a figure img {
    line-height: 101px;
}

.page-wrapper > .breadcrumbs {
    background-color: #FFFFFF;
    color: #313131;
    font-size: 1rem;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.page-wrapper > .breadcrumbs .items {
    position: relative;
    padding: 1.3rem 0 1.3rem 2rem;
    display: flex;
    flex-wrap: wrap;
}

.page-wrapper > .breadcrumbs .items > li {
    text-shadow: none;
    text-transform: none;
    display: flex;
    align-items: center;
}

.page-wrapper > .breadcrumbs .items > li:not(:last-child)::after {
    color: #dadada;
    position: relative;
    content: "\e81a";
    font-family: porto-icons;
    right: -1px;
    display: block;
    float: right;
    margin: 0 4px;
    width: 20px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    line-height: inherit;
}

.page-wrapper > .breadcrumbs .items > li strong {
    font-weight: inherit;
    color: #777777;
    display: flex;
    align-items: center;
}

.page-wrapper > .breadcrumbs .items:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid #e7e7e7;
    display: none;
}

.swatch-blue {
    background-color: #08a0dd;
    color: #fff;
}

.swatch-indigo {
    background-color: #3D22AD;
    color: #fff;
}

.swatch-purple {
    background-color: #554971;
    color: #fff;
}

.swatch-pink {
    background-color: #b31f84;
    color: #fff;
}

.swatch-red {
    background-color: #e22924;
    color: #fff;
}

.swatch-orange {
    background-color: #f75c03;
    color: #fff;
}

.swatch-yellow {
    background-color: #FFB600;
    color: #111;
}

.swatch-green {
    background-color: #00CA4B;
    color: #fff;
}

.swatch-teal {
    background-color: #178489;
    color: #fff;
}

.swatch-cyan {
    background-color: #29339b;
    color: #fff;
}

.swatch-white {
    background-color: #fff;
    color: #111;
}

.swatch-gray {
    background-color: #868e96;
    color: #fff;
}

.swatch-gray-dark {
    background-color: #343a40;
    color: #fff;
}

.swatch-primary {
    background-color: #08a0dd;
    color: #fff;
}

.swatch-secondary {
    background-color: #595959;
    color: #fff;
}

.swatch-success {
    background-color: #00CA4B;
    color: #fff;
}

.swatch-info {
    background-color: #29339b;
    color: #fff;
}

.swatch-warning {
    background-color: #FFB600;
    color: #111;
}

.swatch-danger {
    background-color: #e22924;
    color: #fff;
}

.swatch-light {
    background-color: #f8f9fa;
    color: #111;
}

.swatch-dark {
    background-color: #343a40;
    color: #fff;
}

.swatch-100 {
    background-color: #f8f9fa;
    color: #111;
}

.swatch-200 {
    background-color: #e9ecef;
    color: #111;
}

.swatch-300 {
    background-color: #dee2e6;
    color: #111;
}

.swatch-400 {
    background-color: #ced4da;
    color: #111;
}

.swatch-500 {
    background-color: #adb5bd;
    color: #111;
}

.swatch-600 {
    background-color: #868e96;
    color: #fff;
}

.swatch-700 {
    background-color: #495057;
    color: #fff;
}

.swatch-800 {
    background-color: #343a40;
    color: #fff;
}

.swatch-900 {
    background-color: #212529;
    color: #fff;
}

a.action.more {
    font-size: 15px;
    letter-spacing: 0.01rem;
}

a.action.more:after {
    padding-left: 4px;
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    text-decoration: none;
    margin-right: -4px;
}

.al-sku {
    color: #555;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.015rem;
}

a.amasty-hide-price-button.observed {
    display: none !important;
}

.amlabel-position-top-right-849-prod.amlabel-position-wrapper:hover {
    display: none;
}

.am-show-more,
.filter-options-content .am-show-more {
    margin-left: 5%;
    text-transform: uppercase;
    color: #777;
    font-size: 13px;
    letter-spacing: 0.05rem;
}

.amshopby-filter-current.filter-current {
    padding: 0px 0px 0px 0px;
}

.am-porto-cmtb .amshopby-filter-current.filter-current .items {
    padding: 0px 0px 0px 0px;
}

.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
    background-color: #222;
}

.amshopby-filter-current .amshopby-filter-name {
    font-weight: 600;
}

.amshopby-filter-current .amshopby-remove {
    left: 5px;
}

.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
    padding: 7px 3px 7px 25px;
    border: 1px solid #dadada;
}

.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item:hover {
    background-color: #dadada;
    transition: all 0.2s;
}

a.action.clear.filter-clear span:hover {
    color: #222;
    transition: all 0.2s;
}

a.action.clear.filter-clear span {
    margin-left: 5%;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05rem;
    color: #666;
}

a.action.clear.filter-clear {
    width: 90%;
}

a.amasty-hide-price-container.observed {
    margin-top: 0;
}

.amshopby-option-link img:hover {
    background-color: #e1f3fc;
}

a.am-show-more.-disabled {
    margin-left: 5%;
    text-transform: uppercase;
    color: #777;
    font-size: 13px;
}

a.am-show-more.-active {
    margin-left: 5%;
    text-transform: uppercase;
    color: #111;
    font-size: 13px;
}

.catalog-category-view .sidebar.sidebar-main .sidebar-content,
.catalogsearch-result-index .sidebar.sidebar-main .sidebar-content {
    border: none;
}

.catalog-topnav.amasty-catalog-topnav .filter-options-item.allow {
    width: 25%;
}

.catalog-topnav.amasty-catalog-topnav .filter-options-title[aria-expanded="true"] {
    background-color: #fafafa;
}

.catalog-topnav.amasty-catalog-topnav .filter-options-title {
    font-size: 1em;
    height: 34px;
    border-radius: 0;
    border: 2px solid #dadada;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #333333;
    line-height: 1.9;
    font-size: 1em;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 8px !important;
}

.filter-options-item {
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 20px 20px 0px;
    background-color: #fff;
}

.filter-options-title {
    font-weight: 600;
    font-size: 17px;
    color: #444;
    line-height: 1.4;
    text-transform: none;
}

.filter-options-title .toggle {
    right: 0px;
}

.filter-options-content {
    padding: 5px 0;
    font-size: 1rem;
}

.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
    margin: 0 10px 0 1px;
}

.filter-options-content a {
    color: #666 !important;
    font-size: 15px;
    line-height: 1.1rem;
    margin-top: 4px;
}

.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
    border-color: #222;
    background-color: #dadada;
    color: #222;
    transition: all 0.2s;
}

.filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #08a0dd url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 15px;
    content: none
}

.filter-options-title .toggle:hover {
    background-color: #dadada;
    border-radius: 50px;
}

.filter-options-content a span.label:hover {
    color: #222;
    transition: all 0.2s;
}

.items li.item {
    margin-bottom: 6px;
}

.layered-filter-block-container .filter.block {
    margin-bottom: 30px;
}

.limiter .control {
    margin-right: 0.5rem;
}

.modes-mode {
    margin-right: 0.5rem;
}


div#narrow-by-list {
    margin-top: -13px;
}


a.product-item-link:hover {
    text-decoration: none;
}


#layer-product-list .products.product-items .product.product-item .product-item-info:hover .product-item-details a.product-item-link {
    color: #0e0e0e;
}

#layer-product-list {
    background-color: #ffffff;
}

#layer-product-list .products.product-items {
    border-radius: 3px;
    box-shadow: 0 1px 2px #eee;
    background-color: #fff;
    border-top: 1px solid #eee;
}

#layer-product-list .products.product-items .product.product-item {
    padding: 0;
    border-bottom: 1px solid #e3e4e4;
    transition: all 0.2s;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: 0;
}

#layer-product-list .products.product-items li.item:hover {
    z-index: 1000;
}

.product-item-info .product-item-details .product-item-actions {
    margin-bottom: 0em;
}

.product-item-info:hover .product-item-details .product-item-actions .tocart {
    background-color: #08a0dd;
    border-color: #08a0dd;
    color: #fff;
}

.product-item-info .product-item-details .amstockstatus-category .stock span {
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
    font-weight: 400;
    color: #222;
}

.product-item-info .product-item-details .price-box {
    margin-bottom: 8px;
    display: block;
    line-height: 1;
    margin-top: 5px;
    font-weight: 400;
    color: #222;
}

.product-item-info .product-item-details .price-box .price-including-tax span.price {
    color: #999;
}

.product-item-info .product-item-details .price-box .price-excluding-tax span.price {
    color: #222;
}

.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
    display: none;
}

.product-item-info.type3 .product.name,
.product-item-info.type5 .product.name,
.product-item-info.type6 .product.name {
    margin-bottom: 0px;
    padding-right: 0 !important;
}

.product-item-details .amshopby-option-link {
    margin: 0 0 0 0;
    display: flex;
}

.product-item-info.type3 .product-item-actions .actions-primary .tocart,
.product-item-info.type5 .product-item-actions .actions-primary .tocart,
.product-item-info.type6 .product-item-actions .actions-primary .tocart,
.product-item-info.type3 .product-item-actions .tocompare,
.product-item-info.type5 .product-item-actions .tocompare,
.product-item-info.type6 .product-item-actions .tocompare {
    z-index: 999;
}

.pages strong.page,
.pages a.page,
.pages .action {
    font-weight: 400;
    color: #444;
    border: 2px solid #ccc;
}

.product-item-info .product-item-details .price-box .price {
    color: #666;
    font-weight: 400;
    line-height: 1;
}

.products-list .product-item-details .product-item-name a {
    letter-spacing: 0rem;
    overflow: inherit;
    white-space: initial;
    text-overflow: ellipsis;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 15px;
}

#layer-product-list .products.product-items .product.product-item .product-item-link {
    margin: 0 0 5px;
    white-space: normal;
    overflow: inherit;
    font-weight: 700;
}

.product-item-info.type6 .product-item-actions .towishlist:hover {
    background-color: #08a0dd;
    color: #fff;
}

.product-item-info.type6 {
    z-index: 996;
}

img.product-image-photo.default_image {
    max-width: 90%;
}

.product-item-info.type6 .product-item-actions .towishlist {
    right: 16px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 3000;
    transition: .25s;
    bottom: 0;
}

.products.wrapper ~ .toolbar {
    border-top: none;
    box-shadow: none;
}

label.sorter-label,
.limiter .label {
    color: #666;
}

.side-custom-block h2,
h2.sidebar-title,
.filter .block-subtitle,
strong.block-subtitle.filter-subtitle {
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1.875rem;
    color: #313131;
    text-transform: none;
    padding: 5px 0px 5px 0px;
    border-bottom: none;
}

.sidebar .sidebar-content .block-category-list,
.side-custom-block .custom-block,
.sidebar .sidebar-content .side-megamenu {
    margin-bottom: 10px;
    border-bottom: none;
}

.toolbar {
    font-size: 14px;
    /* float: right; */
}

.toolbar select {
    font-size: 1em;
    height: 34px;
    border-radius: 0;
    border: 2px solid #dadada;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #333333;
}

.toolbar select:hover,
.catalog-topnav.amasty-catalog-topnav .filter-options-title:hover {
    border: 2px solid #08a0dd;
    background-color: rgb(8 160 221 / 10%);
    transition: all .3s ease;
}

.products-list .stock.unavailable {
    bottom: -11px;
    position: absolute;
    z-index: 996;
    padding-left: 15px;
    font-size: 14px;
    color: #999;
    right: 11px;
}

.product.description.product-item-description {
    /* max-width: 600px; */
}

.products-grid .stock.unavailable {
    bottom: 5px;
    position: absolute;
    z-index: 996;
    padding-left: 15px;
    font-size: 14px;
    color: #aaa;
    text-shadow: 0px 0px 5px #FFFFFF;
}

.text-color-primary,
.main-toggle-menu .menu-title.closed:not(:hover) {
    background-color: rgb(225 243 252 / 30%);
}

.product-item-info .product-item-details .product-item-actions .tocart {
    padding: 0 1rem;
    letter-spacing: .075em;
    transition: background .2s ease-in;
    font-family: inherit;
    font-size: 14px;
    margin-right: 2px;
}

.product-item-info .product-item-details .product-item-actions .tocart:hover {
    border-color: #08a0dd;
}

.product-item-info .product-item-details .product-item-actions .actions-secondary:hover {
    background-color: #08a0dd;
    border-color: #08a0dd;
    color: #fff;
}

a.amasty-hide-price-container.observed {
    font-family: inherit !important;
    font-weight: 600 !important;
    letter-spacing: .075em !important;
    transition: background .2s ease-in !important;
    height: 3rem !important;
    padding: 14px 2rem !important;
    overflow: hidden !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
    line-height: 3rem !important;
    border: none;
    background-color: #222529 !important;
    margin: 0 4px 5px 0 !important;
    color: #fff !important;
    display: inline !important;
}

@media only screen and (min-width: 768px),
print {
    a.amasty-hide-price-container.observed {
        margin-bottom: 0 !important;
        min-width: 150px !important;
    }

    a.amasty-hide-price-container.observed:hover {
        background-color: #08a0dd !important;
        border-color: #08a0dd !important;
        color: #fff !important;
    }


    .product-item-info .product-item-details .price-box .price-excluding-tax span.price {
        font-size: 18px;
    }

    .product-item-info .product-item-details .price-box .price-including-tax:after,
    .product-item-info .product-item-details .price-box .price-including-tax {
        font-size: 17px;
    }

    .product-item-info .product-item-details .price-box .price-excluding-tax:after,
    .product-item-info .product-item-details .price-box .price-excluding-tax {
        font-size: 18px;
    }
}

.page-wrapper > .breadcrumbs {
    font-size: 14px;
}


.product-info-price .price-box span.price {
    font-size: 1.5rem;
}

.product-info-price .price-box .price-including-tax span.price {
    text-transform: uppercase;
    font-size: 14px;
    color: #777;
}

.product-info-price .price-box .price-excluding-tax span.price {
    color: #222;
    font-size: 1.4rem;
}

.product-info-price .price-box .price-including-tax span.price:after {
    content: "inc. GST";
    display: inline-block;
    text-decoration: none;
    margin-left: 0px;
    font-size: 13px;
    color: #777;
    padding-left: 3px;
}

.product-info-price .price-box .price-excluding-tax span.price:after {
    padding-left: 5px;
    content: "ex. GST";
    display: inline-block;
    text-decoration: none;
    margin-left: 0px;
    color: #222;
    font-size: 1.4rem;
}

@media (max-width: 575px) {
    .toolbar a.porto-product-filters-toggle {
        text-transform: none;
        padding: 0px 15px 0px 10px;
        border-radius: 19px;
        border: 3px solid #08a0dd;
        background-color: #fff;
        color: #222529;
    }

    .toolbar {
        padding: 20px 0px 10px 15px;
    }

    .products-list .product-item-photo {
        flex: 0 0 30%;
        margin: 0 15px 0 0;
    }

    .products-list .product-item-details {
        max-width: calc(100% - (30%));
    }

    a.action.clear.filter-clear {
        padding-left: 20px;
    }

    .am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
        max-width: 100%;
    }
}

@media only screen and (max-width: 639px) {
    #layer-product-list .products.wrapper.grid.columns3.products-grid .products.product-items .product.product-item {
        width: 50%;
        padding: 0 !important;
    }

    .filter-options input[type='checkbox'] + .amshopby-choice:before,
    .filter-options input[type='checkbox'] + .amshopby-choice:after {
        width: 20px;
        height: 20px;
        top: 2px;
    }

    .products-list .product-item-photo {
        flex: 0 0 35%;
        margin: 0 15px 0 0;
    }

    .products-list .product-item-details {
        max-width: calc(100% - (40%));
    }

    .toolbar .sorter-label,
    .toolbar .limiter .label {
        display: none;
    }

    #layer-product-list .products.product-items .product.product-item {
        width: 100%;
        padding: 20px 0 !important;
    }

    #layer-product-list .products.product-items .product.product-item .product-item-link {
        font-size: 19px;
    }

    .product-item-description {
        margin: 0 0 10px;
        font-size: 15px;
    }

    .product-item-info .product-item-details .price-box .price {
        font-size: 16px;
    }

    p.minimal-price span.price-container span.price-label {
        font-size: 16px;
    }

    .product-item-info .product-item-details .price-box,
    .product-item-info .product-item-details .amstockstatus-category .stock span {
        font-size: 14px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 640px) {

    #layer-product-list .products.wrapper.list.products-list .products.product-items .product.product-item {
        width: 100%;
        padding: 20px 5px;
    }

    #layer-product-list .products.wrapper.grid.columns3.products-grid .products.product-items .product.product-item {
        width: 33.333%;
    }

    .product.description.product-item-description {
        /* color: #444; */
        margin: 0px 0 10px;
    }

    #layer-product-list .products.product-items .product.product-item .product-item-link {
        font-size: 19px;
    }

    .product-item-info .product-item-details .price-box {
        font-size: 18px;
    }

    .product-item-info .product-item-details .amstockstatus-category .stock span {
        font-size: 15px;
    }

    .am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
        max-width: 90%;
    }
}

@media (min-width: 768px),
print {
    .filter-options input[type='checkbox'] + .amshopby-choice {
        padding: 0 0 0 20px;
        min-height: 20px;
    }

    .filter-options input[type='checkbox'] + .amshopby-choice:before {
        border: 1px solid #999;
    }

    #layer-product-list .products.product-items .product.product-item .product-item-link {
        font-size: 19px;
    }

    .product.description.product-item-description {
        font-size: 15px;
    }

    .filter-options input[type='checkbox'] + .amshopby-choice:before,
    .filter-options input[type='checkbox'] + .amshopby-choice:after {
        width: 20px;
        height: 20px;
        top: -4px;
    }

    .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
        padding-left: 30px;
    }

    .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
    .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
        border-color: #222;
        /* background-color: #dadada; */
        transition: all 0.2s;
    }

    .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
        z-index: 1001;
        width: 17%;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fafafa;
    }
}


@media (max-width: 767px) {

    .filter-options input[type='checkbox'] + .amshopby-choice:before,
    .filter-options input[type='checkbox'] + .amshopby-choice:after {
        top: 2px;
        width: 20px;
        height: 20px;
        border: 1px solid #999;
    }

    .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
        padding-left: 30px;
    }

    .bundle-options-container .product-options-wrapper {
        width: 100%;
    }

    .bundle-options-container .block-bundle-summary {
        width: 100%;
    }

    .filter-options-item {
        padding: 20px 0px 20px 0px;
    }

    .product-tabs-container .data.item.title > a {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {

    .product-tabs-container {
        /* overflow:
            hidden; */
        /* text-align: left !important; */
        /* font-size: 16px; */
    }

    .product-tabs-container .data.item.title > a {
        margin: 0px 0.8rem;
        font-size: 1rem;
    }

    .toolbar {
        font-size: 14px;
        letter-spacing: 0em;
        font-weight: 400;
        color: #222529;
        margin: 20px -20px 20px -20px;
        background: #f4f4f4;
        padding: 20px 10px 10px 20px;
        border-radius: 3px;
        box-shadow: 0 1px 2px #eee;
        border-top: 1px solid #eee;
    }

    .toolbar a.porto-product-filters-toggle {
        text-transform: none;
        padding: 0px 30px 0px 20px;
        border-radius: 19px;
        border: 3px solid #08a0dd;
        background-color: #fff;
        color: #222529;
    }

    .toolbar a.porto-product-filters-toggle:hover {
        text-decoration: none;
        border: 3px solid #08a0dd;
        background-color: #eee;
        transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .toolbar select {
        text-transform: none;
    }

    .toolbar-sorter.sorter {
        margin-left: 15px;
        margin-right: 10px;
    }

    #layer-product-list .products.product-items li.item:hover {
        border-right: 1px solid #08a0dd;
    }

    .page-wrapper > .breadcrumbs .items {
        border-top: 1px solid #eee;
    }

    .product-item-info .product-item-details .price-box .price-including-tax span.price {
        font-size: 16px;
    }

    .product-item-info .product-item-details .price-box .price-excluding-tax span.price {
        font-size: 16px;
    }

    .product-item-info .product-item-details .price-box .price-including-tax:after,
    .product-item-info .product-item-details .price-box .price-including-tax {
        font-size: 15px;
    }

    .product-item-info .product-item-details .price-box .price-excluding-tax:after,
    .product-item-info .product-item-details .price-box .price-excluding-tax {
        font-size: 16px;
    }

    .move-product-tab {
        margin-top: 30px;
        margin-left: 0%;
        margin-right: 0%;
    }

    .filter-options-item {
        padding: 20px 0px 20px 0px;
    }
}

@media (min-width: 991px) {
    #layer-product-list .products.product-items .product.product-item .product-item-link {
        font-size: 21px;
    }

    .product.description.product-item-description {
        font-size: 16px;
    }

    .product-item-info .product-item-details .price-box .price-including-tax span.price {
        font-size: 18px;
    }

    .move-product-tab {
        margin-top: 30px;
        margin-left: 4%;
        margin-right: 4%;
    }

    .product.data.items > .item.content p {
        max-width: 85%;
    }
}

@media (min-width: 74.9em) {
    .move-product-tab {
        margin-top: 30px;
        margin-left: 8%;
        margin-right: 8%;
    }
}


@media (min-width: 80.1em) {
    .move-product-tab {
        margin-top: 30px;
        margin-left: 12%;
        margin-right: 12%;
    }
}

@media (min-width: 90.1em) {
    .move-product-tab {
        margin-top: 30px;
        margin-left: 17%;
        margin-right: 17%;
    }
}


.product-info-main .product.overview {
    font-size: 1.1428em;
    line-height: 1.6875;
    letter-spacing: normal;
    font-weight: 400;
    margin-top: 20px;
}

.product-info-main .product-info-stock-sku {
    clear: both;
    font-size: 1em;
    text-transform: none;
    margin: 1.2143em 0;
}

.product-info-main .product.sku .value {
    display: inline-block;
    color: #222529;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 400;
}

.product-info-main .product-reviews-summary:after {
    content: '';
    display: none;
    width: 40px;
    border-top: 2px solid #e7e7e7;
    margin: 1rem 0 1.25rem;
}

.share-links {
    display: none;
}

.product-info-main .page-title-wrapper {
    max-width: 100%;
}

.box-tocart .action.tocart {
    font-family: inherit;
    font-weight: 600;
    letter-spacing: .075em;
    transition: background .2s ease-in;
}

.product-addto-links .action.mailto.friend:hover,
.product-addto-links a.action:hover {
    background-color: #08a0dd;
    border: solid 1px #08a0dd;
    color: #fff;
    transition: background .2s ease-in;
}

.qty.field .qty-changer > a:hover,
.col.qty .qty-changer > a:hover {
    border: solid 1px #08a0dd;
    color: #fff;
    background-color: #08a0dd;
    transition: background .2s ease-in;
}

.page-wrapper > .breadcrumbs {
    font-size: 14px;
}

.product.info.detailed.sticky .product.data.items > .item.title a {
    border: none;
    color: inherit;
    height: 3rem;
    line-height: 3rem;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
}

@media (min-width: 768px),
print {
    .sticky .product.data.items > .item.title.active {
        color: #212529;
        border-color: transparent;
        border-bottom-color: #08a0dd;
    }

    div#tab-label-reviews {
        color: #666;
        border-color: transparent;
        border-bottom-color: transparent;
    }

    .product.data.items > .item.title.active {
        color: #08a0dd;
        border-color: #08a0dd;
    }

    .product.data.items .item.title.active {
        color: #08a0dd;
        border-color: #08a0dd;
        border-bottom-color: #08a0dd;
    }

    .product.data.items > .item.title {
        margin: 0 15px 0 0;
        color: #666;
        padding: 0;
        font-weight: 400;
        font-size: 18px;
        background: none;
        border: none;
        border-bottom: 2px solid transparent;
        margin: 0 1.6rem 0 0;
        transition: border-width .3s, border-color .3s;
    }

    div#tab-label-reviews:hover,
    .sticky .product.data.items > .item.title:hover {
        color: rgb(8, 160, 221);
        border-top-color: inherit;
        border-right-color: inherit;
        border-left-color: inherit;
        border-bottom-color: rgb(8, 160, 221);
    }

    .product.data.items > .item.content {
        border-right: none;
        border-bottom: none;
        border-left: none;
        border-image: initial;
        border-top: 1px solid rgb(231, 231, 231);
        box-shadow: none;
        padding: 30px 0px 30px;
        margin-top: 3.08rem;
        background-color: #fefefe;
    }

    .product.info.detailed .additional-attributes > thead > tr > th,
    .product.info.detailed .additional-attributes > tbody > tr > th,
    .product.info.detailed .additional-attributes > tfoot > tr > th {
        padding: 1.5rem .75rem;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .bundle-options-container .product-options-wrapper {
        width: 42.8775%;
    }

    .bundle-options-container .block-bundle-summary {
        padding: 0 0px;
        float: right;
        width: 42.8775%;
        position: relative;
    }
}

table td {
    font-weight: 400;
    font-size: 0.985rem;
    color: #313131;
    line-height: 1.5rem;
}

table tr {
    border-top: 1px solid rgb(218, 218, 218);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

table th {
    text-align: left;
    font-weight: 600;
    color: #313131;
    font-size: 0.985rem;
    line-height: 1.5rem;
}

@media(min-width: 768px) {
    .product.data.items {
        text-align: left;
    }

    .product.data.items > .item.title {
        letter-spacing: normal;
        border-radius: 0px;
        width: auto;
    }
}

.product.info.detailed.sticky .product.data.items > .item.content {
    margin: 0px;
    padding-bottom: 45px;
    display: block !important;
}

.product.info.detailed.sticky .product.data.items > .item.title a {
    border: none;
    color: rgb(102, 102, 102);
    height: 3rem;
    line-height: 3rem;
    display: inline-block;
    letter-spacing: 0.03rem;
    font-size: 1.125rem;
}

.product-tabs-container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px;
    z-index: 1001;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
}

.product-tabs-container.has-sticky-header {
    top: 44px;
}

.product-tabs-container .data.item.title {
    display: inline-block;
    padding: 0px 5px;
}

.product.data.items > .item.title.active > .switch {
    color: #222529;
    height: 3rem;
    line-height: 3rem;
    text-decoration: none;
}

.product.data.items > .item.title > .switch {
    border: none;
    color: rgb(102, 102, 102);
    display: inline-block;
    letter-spacing: 0.03rem;
    font-size: inherit;
    height: 3rem;
    line-height: 3rem;
}

.product-tabs-container .data.item.title:first-child {
    padding-left: 0px;
}

.product-tabs-container .data.item.title > a {
    color: rgb(102, 102, 102);
    height: 3rem;
    line-height: 3rem;
    display: inline-block;
    border-bottom: 3px solid rgb(255, 255, 255);
    margin: 0px 0.8rem;
    padding: 0;
}

.product-tabs-container .data.item.title > a:hover {
    color: #222529;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 3px solid #08a0dd;
    text-decoration: none;
}

.additional-attributes-wrapper.table-wrapper:before {
    padding-left: 0px;
    content: "More Information";
    display: inline-block;
    text-decoration: none;
    color: #212529;
    font-size: 2.125rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0.625rem;
    margin-left: 0px;
}

.product.attribute.description:before {
    padding-left: 0px;
    content: "Details";
    display: inline-block;
    text-decoration: none;
    color: #212529;
    font-size: 2.125rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0.625rem;
    margin-left: 0px;
}



div#product-review-container:before {
    padding-left: 0px;
    content: "Reviews";
    display: inline-block;
    text-decoration: none;
    color: #212529;
    font-size: 2.125rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0.625rem;
    margin-left: 0px;
}

@media (min-width: 640px) {
    .review-form {
        max-width: 100%;
    }

    .review-form .field-recaptcha {
        float: right;
    }

    form#review-form {
        max-width: 100%;
    }

    div#amrelated-block-4 {
        margin-top: 30px;
        padding-top: 60px;
        border-top: 1px solid #eee;
    }
}

.table td,
.table th {
    padding: 1.5rem 0.75rem;
    vertical-align: top;
    border-bottom: 0.0625rem solid #d2d2d2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.product.info.detailed .additional-attributes > tbody > tr > :first-child {
    padding-left: 1.5rem;
}

.product.info.detailed .additional-attributes > tbody > tr > :last-child {
    padding-right: 1.5rem;
}

.product.info.detailed .additional-attributes > tbody > tr > td {
    padding: 1.5rem 0.75rem;
    vertical-align: top;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.product.info.detailed .additional-attributes > tbody > tr > th {
    background-color: #f4f4f4;
    padding: 1.5rem 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.product.info.detailed .additional-attributes > tbody > tr > td strong {
    font-weight: 600;
}

.product.info.detailed .additional-attributes-wrapper .additional-attributes {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-top: 0px solid rgb(218, 218, 218);
    border-bottom: 1px solid rgb(218, 218, 218);
}

@media only screen and (max-width: 639px) {

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
        color: #313131;
        font-weight: 600;
    }

    .product.info.detailed .additional-attributes > tbody > tr > th {
        font-size: 16px;
    }

    .product.info.detailed .additional-attributes > tbody > tr > td {
        font-size: 16px;
    }

    .product.data.items > .item.content p {
        font-size: 16px;
    }

    .product.data.items > .item.content ul li {
        font-size: 16px;
    }

    .product.data.items > .item.content li,
    .product.data.items > .item.content ul {
        font-size: 16px;
    }

    .product-tabs-container .data.item.title > a {
        color: rgb(102, 102, 102);
        height: 3rem;
        line-height: 3rem;
        display: inline-block;
        border-bottom: 3px solid rgb(255, 255, 255);
        font-size: 1rem;
        margin: 0px 0.8rem 0 0;
        padding: 0;
    }

    .product-tabs-container .data.item.title > a:hover {
        color: #222529;
        height: 3rem;
        line-height: 3rem;
        border-bottom: 3px solid #08a0dd;
        text-decoration: none;
    }

    .product-tabs-container {
        height: 6rem;
        line-height: 2rem;
    }

    .product-info-main .product.sku {
        font-size: 16px;
    }

    span.amstockstatus {
        font-size: 16px;
    }

    #amasty-shopby-product-list .products.wrapper button.action.tocart.primary span {
        display: none;
    }

    #amasty-shopby-product-list .products.wrapper .product-item .tocart:before {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 640px) {
    .product.info.detailed .additional-attributes > tbody > tr > th {
        font-size: 18px;
    }

    .product.info.detailed .additional-attributes > tbody > tr > td {
        font-size: 18px;
    }

    .product.data.items > .item.content p {
        font-size: 18px;
    }

    .product.data.items > .item.content ul li {
        font-size: 18px;
    }

    .product.data.items > .item.content li,
    .product.data.items > .item.content ul {
        font-size: 18px;
    }

    .product-info-main .product.sku {
        font-size: 18px;
    }

    span.amstockstatus {
        font-size: 18px;
    }
}

span.amstockstatus {
    color: #222529;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.box-tocart .actions {
    margin: 0 8px 5px 0;
}

.product-addto-links .action {
    margin-left: 0px;
    margin-right: 5px;
}

.block .title strong,
.amfaq-product-tab .block-title strong {
    padding-left: 0px !important;
    display: inline-block;
    text-decoration: none;
    color: #212529 !important;
    font-size: 2.125rem !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: normal;
    margin-top: 0 !important;
    margin-bottom: 0.625rem !important;
    margin-left: 0px !important;
}

div#mageworx_product_attachments:before {
    padding-left: 0px !important;
    content: "Attached Files";
    display: inline-block;
    text-decoration: none;
    color: #212529 !important;
    font-size: 2.125rem !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: normal;
    margin-top: 0 !important;
    margin-bottom: 0.625rem !important;
    margin-left: 0px !important;
}

div#amrelated-block-4 {
    margin-top: 30px;
    padding-top: 60px;
    border-top: 1px solid #eee;
}

div#amrelated-block-5 {
    margin-top: 30px;
    padding-top: 60px;
    border-top: none;
}


.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
    font-size: 1.625rem;
    margin-bottom: 0.625rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212529;
    margin-top: 0;
}

.product.data.items > .item.content p {
    line-height: 1.5;
    color: #212529;
}

.product.data.items > .item.content li,
.product.data.items > .item.content ul {
    line-height: 1.5;
    color: #212529;
}

.product.data.items > .item.content ul > li,
.product.data.items > .item.content ol > li {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.product.data.items > .item.content ul li {
    list-style: disc outside;
    padding-left: .5em;
    line-height: 1.3;
    display: list-item;
    padding-bottom: 10px;
    padding-top: 0px;
}

.product-attachment-container .section-title {
    margin-bottom: 0.625rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212529;
    font-size: 1.625rem;
    margin-top: 0;
    text-transform: none;
}

.product-info-main .product.sku {
    display: inline-block;
    color: #222529;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.product-info-main .product.sku .type {
    font-weight: 600;
}

.bundle-options-container .bundle-options-wrapper {
    float: right;
    width: 100%;
}

.bundle-options-container .product-options-wrapper {
    float: right;
    background-color: rgb(8 160 221 / 5%);
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    padding: 15px 40px;
    border: 2px solid #08a0dd;
}

.bundle-options-container .block-bundle-summary {
    padding: 0px 0px 15px;
    float: right;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.product-addto-links .action.mailto.friend {
    display: none;
}

.bundle-options-container .legend.title,
.bundle-options-container .block-bundle-summary > .title {
    display: none;
}

.qty.field .qty-changer > a,
.col.qty .qty-changer > a {
    background-color: #fff;
}

.bundle-options-container .product-options-wrapper .fieldset > .field > .label {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.bundle-options-container .nested .product-name {
    font-weight: 400;
    font-size: 15px;
    color: #333;
}

.price-container .price-including-tax + .price-excluding-tax .price {
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    color: #333;
}

.price-container .price-excluding-tax .price {
    font-weight: 600;
    color: #333;
}

.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax {
    font-weight: 400;
    color: #555;
    display: none;
}

.price-container .price-excluding-tax .price:after {
    padding-left: 3px;
    content: "ex. GST";
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
}

.price-container .price-including-tax .price:after {
    padding-left: 3px;
    content: "inc. GST";
    display: inline-block;
    text-decoration: none;
    margin-right: 0px;
}

.field.choice.hidden {
    display: none;
}

.bundle-options-container .block-bundle-summary .price-box.price-configured_price .price-wrapper.price-including-tax > .price {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
}

.bundle-options-container .block-bundle-summary .price-box.price-configured_price .price-wrapper.price-excluding-tax {
    margin-top: 5px;
}

.bundle-options-container .block-bundle-summary .price-box.price-configured_price .price-wrapper.price-excluding-tax > .price {
    color: #222;
    font-size: 22px;
    letter-spacing: normal;
    line-height: 21px;
    margin-top: 0px;
}

.bundle-options-container p.required {
    font-size: 16px;
}

.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
}

.minicart-wrapper .block-minicart .total-count .actions a {
    letter-spacing: .075em;
}

.minicart-wrapper .block-minicart {
    letter-spacing: .075em;
    font-weight: 600;
}

.block-minicart .subtitle.empty {
    letter-spacing: normal;
    font-size: 14px;
}

p.price-from:before {
    content: "Price Starting from";
    display: block;
    vertical-align: middle;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
}

p.price-to:before {
    content: "to";
    display: block;
    vertical-align: middle;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
}

.bundle-options-container .product-options-wrapper .field.choice .label .price-excluding-tax:after {
    display: none;
}

.price-container .price-including-tax + .price-excluding-tax {
    display: block
}

.nested.options-list .price-including-tax {
    display: none;
}

.nested.options-list .price-excluding-tax {
    display: inline-block;
    margin-top: 0px
}

button.action.back.customization {
    font-family: inherit;
    font-weight: 600 !important;
    padding: 0 1rem !important;
    letter-spacing: .075em;
    transition: background .2s ease-in;
    border-radius: 0;
    color: #555 !important;
    background-color: #fff !important;
    border-color: #ddd !important;
    font-size: 14px !important;
    line-height: 34px !important;
    height: 36px;
    text-transform: uppercase;
    border: 1px solid;
    margin-bottom: 40px;
}

button.action.back.customization:hover {
    background-color: #08a0dd !important;
    border-color: #08a0dd !important;
    color: #fff !important;
    border: 1px solid;
}

main#maincontent .page.messages {
    margin-bottom: 30px;
}

p.price-as-configured:before {
    content: "Price as configured";
    display: block;
    vertical-align: middle;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
}

.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
    border-top: 1px #e7e7e7 solid;
    margin-bottom: 0;
    padding-top: 15px;
    border-bottom: none;
}

.product-addto-links {
    float: left;
}

.product-social-links .product-addto-links .action {
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    margin: 0.2857em 0.1em 0.2857em 0;
    letter-spacing: normal;
    color: #222529;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}

.product-social-links .product-addto-links .action:before {
    font-size: 18px;
}

.product-social-links {
    padding: 1.25rem 0 1.25rem;
    border-top: 1px solid #e7e7e7;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1em;
    margin: 0;
}

.product-add-form .box-tocart {
    border-bottom: none;
}

span.amasty-hide-price-text:before {
    display: inline-block;
    content: "\e870";
    font-family: "porto-icons";
    margin-right: 0.5rem;
    font-size: 1.125rem;
}

li.item.product.product-item a.amasty-hide-price-container.observed {
    letter-spacing: .075em !important;
    transition: background .2s ease-in !important;
    font-family: inherit !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    line-height: 34px !important;
    padding: 8px 1rem !important;
    height: 36px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin-right: 0px !important;
}

li.item.product.product-item a.amasty-hide-price-container.observed:hover {
    background-color: #08a0dd !important;
    border-color: #08a0dd !important;
    color: #fff !important;
}

.products-list .product-item-details .actions-secondary {
    margin-left: 0px;
    margin-right: 2px;
}

.amasty-hide-price-container,
.product-item-info.type0:hover .product-item-details .amasty-hide-price-container.observed {
    background-color: #08a0dd;
}

.amasty-hide-price-container,
.product-item-info.type0:hover .product-item-details .amasty-hide-price-container.observed {
    border-color: #08a0dd;
}

div#product-options-wrapper {
    background-color: rgb(8 160 221 / 5%);
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    padding: 15px 40px;
    border: 2px solid #08a0dd;
    margin-bottom: 20px;
}

.action.primary {
    font-weight: 600;
    letter-spacing: .075em;
    transition: background .2s ease-in;
    height: 3rem;
    padding: 0 2em;
    margin-bottom: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 3rem;
    border: 1px solid #08a0dd;
}

.bundle-actions .action.customize {
    letter-spacing: .075em;
}

.product-options-bottom,
.product-info-price {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .category-cms {
        margin-top: 30px;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 30px
    }

}

@media (min-width: 992px) {
    .category-cms {
        margin-top: 30px;
        margin-left: 4%;
        margin-right: 4%;
        margin-bottom: 40px
    }

    .amsearch-result-tabs.product.data.items {
        margin-top: -84px;
    }

    .product-tabs-container .data.item.title > a {
        font-size: 1.125rem;
    }
}

@media (min-width: 74.9em) {
    .category-cms {
        margin-top: 30px;
        margin-left: 8%;
        margin-right: 8%;
        margin-bottom: 40px
    }
}

@media (min-width: 80.1em) {
    .category-cms {
        margin-top: 30px;
        margin-left: 12%;
        margin-right: 12%;
        margin-bottom: 50px
    }
}

@media (min-width: 90.1em) {
    .category-cms {
        margin-top: 30px;
        margin-left: 17%;
        margin-right: 17%;
        margin-bottom: 60px
    }
}

@media (min-width: 992px) {

    .wide-b,
    .category-cms .widget.block.block-static-block {
        margin-left: -4%;
        margin-right: -4%;
    }
}

@media (min-width: 74.9em) {

    .wide-b,
    .category-cms .widget.block.block-static-block {
        margin-left: -8%;
        margin-right: -8%;
    }
}

@media (min-width: 80.1em) {

    .wide-b,
    .category-cms .widget.block.block-static-block {
        margin-left: -12%;
        margin-right: -12%;
    }
}

@media (min-width: 90.1em) {

    .wide-b,
    .category-cms .widget.block.block-static-block {
        margin-left: -17%;
        margin-right: -17%;
    }
}


.amshopby-filters-bottom-cms .dl-horizontal {
    width: 100%
}

.amshopby-filters-bottom-cms .lead {
    font-size: 19px;
    font-weight: 400
}

.amshopby-filters-bottom-cms dt {
    float: left;
    width: 30%;
    text-align: right;
    font-weight: 600;
}

.amshopby-filters-bottom-cms dd {
    margin-left: 30%;
    padding-left: 25px
}

.amshopby-filters-bottom-cms dd a:after {
    padding-left: 5px;
    font-family: FontAwesome;
    content: "\f08e";
    display: inline-block;
    text-decoration: none;
    margin-right: -5px;
}

h0.hp-title {
    font-size: 36px
}

h0.hp-subtitle {
    font-weight: 300;
    color: #222;
    font-size: 28px;
    margin: 15px
}

.folio-title-top,
.folio-title-bottom {
    display: none
}

.editorial-section-steps #steps {
    border-bottom: 2px solid #dbdbdb;
    margin: 0 0 20px
}

.editorial-section-steps #steps .steps-media {
    padding-bottom: 30px
}

/* Steps */
.steps-media {
    margin-right: -15px;
    float: right;
}

.steps-text {
    margin-left: -15px;
}

.editorial-section-center.text-left h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 30px;
}

.editorial-section-center.text-left p {
    font-size: 17px;
}

.editorial-section-center.text-left h2 {
    margin-top: 15px;
    line-height: 1.3;
}

.steps-inset {
    margin-left: -30px;
    margin-right: -30px;
}

.steps-inset .editorial-ft-img {
    margin-top: 10px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .steps-media {
        margin-left: -15px;
        margin-right: 0px;
        float: left;
        max-width: 479px;
    }

    .steps-inset .editorial-ft-img {
        margin-top: 30px;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .editorial-section-center.text-left h2 {
        margin-top: 5px;
        line-height: 1.3;
    }

    #steps .p-body p {
        margin-bottom: 10px;
    }

    #steps .steps-text h4.margin-top-0 {
        margin-top: 10px;
    }
}

.step-no {
    color: #222;
    font-size: 30px;
    font-weight: 300;
    margin-top: 12px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(102, 102, 102, .4);
    box-shadow: rgba(229, 232, 235, 0.75) 0px 11px 21px 0px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#steps h3 {
    margin-top: 20px;
    line-height: 26px;
    font-weight: 400;
}

#steps h4 {
    margin-top: 20px;
    line-height: 26px;
}

#steps p {
    margin-bottom: 20px;
    font-size: 16px;
}

#steps p.margin-btm-1 {
    margin-bottom: 10px;
}

#steps p a.margin-top-0 {
    margin-top: -15px
}

#steps img {
    margin-top: 15px;
    padding-bottom: 30px;
}

#steps.row {
    border-bottom: 1px solid rgb(219, 219, 219);
    margin: 0px 0px 20px;
}

#steps h3.margin-top-0 {
    margin-top: 0px;
    margin-bottom: 5px;
}

#steps h4.margin-top-0 {
    margin-top: 0px;
    margin-bottom: 5px;
}

#steps img.margin-top-0 {
    margin-top: 0px
}

.product.info.detailed.sticky .product.data.items > .item.title.active a {
    color: #222529;
}

.product.data.items .item.title a:after {
    font-family: 'porto-icons';
    content: '\e81c';
    position: inherit;
    left: 0.5em;
    top: 1px;
}

.product.info.detailed.sticky .product.data.items > div#tab-label-reviews a {
    color: #666;
}

@media (max-width: 767px) {
    .product.info.detailed.sticky .product.data.items > div#tab-label-reviews {
        border-bottom: 1px solid #e7e7e7;
    }

    .product.info.detailed.sticky .product.data.items > div#tab-label-reviews:hover {
        color: #08a0dd;
        border-color: #08a0dd;
        border-width: 2px;
    }
}

.amsearch-block-header .amsearch-title {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 0.05em;
    padding-left: 10px;
}

.amsearch-item-container .amsearch-item .amsearch-link {
    font-size: .9rem;
    font-weight: 400;
}

a.amsearch-link.-view-all {
    font-size: 13px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    background-color: #dadada;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    padding: 0 0.625rem;
    margin-top: -5px;
    font-weight: 600;
}

.amsearch-products-section .amsearch-item:hover {
    background: none;
}

a.amsearch-link.product-item-link {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
}

a.amsearch-link.product-item-link:hover {
    color: #08a0dd;
    text-decoration: none;
}

.amsearch-products-section .amsearch-wrapper-inner span.price {
    font-size: 14px;
    font-weight: 400;
}

.amsearch-result-tabs .product.data.items > .item.title.active > .switch {
    color: #222529 !important;
}

.amsearch-result-tabs .product.data.items > .item.title > .switch:hover,
.amsearch-result-tabs .product.data.items > .item.title > .switch:active,
.amsearch-result-tabs .product.data.items > .item.title > .switch:focus {
    color: #222529;
}

@media (min-width: 768px),
print {

    .amsearch-result-tabs .title:hover:before,
    .amsearch-result-tabs .title.active:before {
        background: none;
        bottom: -2px;
        content: '';
        height: 1px;
        left: 1px;
        position: absolute;
        width: calc(100% - 2px);
    }
}

.amsearch-result-tabs span.amsearch-results-count {
    font-size: 14px;
    vertical-align: top;
    text-transform: uppercase;
    color: #999;
}

p.amsearch-block-header.amsearch-collapsible-title {
    padding-left: 0px;
    padding-bottom: 10px;
}

.amsearch-result-tabs .amsearch-category-tab .amsearch-item {
    font-size: 1rem;
}

.amsearch-result-tabs .product.data.items > .item.title > .switch:hover {
    color: #08a0dd !important;
}

.amsearch-result-tabs .amsearch-related-terms > .amsearch-item {
    font-size: 14px;
}

.amsearch-related-terms .amsearch-title {
    padding-left: 0px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 0.05em;
}

.amsearch-products-section .product-tabs-container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px;
    z-index: 1001;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
}

.amsearch-products-section .product-tabs-container.has-sticky-header {
    top: 44px;
}

.amsearch-products-section .amsearch-products-section .product-tabs-container .data.item.title {
    display: inline-block;
    padding: 0px 5px;
}

.amsearch-products-section .product.data.items > .item.title.active > .switch {
    color: #222529;
    height: 3rem;
    line-height: 3rem;
    border-bottom: 1px solid #08a0dd;
    text-decoration: none;
}

.amsearch-products-section .product.data.items > .item.title > .switch {
    border: none;
    color: rgb(102, 102, 102);
    display: inline-block;
    letter-spacing: 0.03rem;
    font-size: 1.125rem;
    height: 3rem;
    line-height: 3rem;
}

.amsearch-products-section .product-tabs-container .data.item.title:first-child {
    padding-left: 0px;
}

.amsearch-products-section .product-tabs-container .data.item.title > a {
    color: rgb(102, 102, 102);
    height: 3rem;
    line-height: 3rem;
    display: inline-block;
    border-bottom: 3px solid rgb(255, 255, 255);
    font-size: 1.125rem;
    margin: 0px 0.8rem;
    padding: 0;
}

.amsearch-products-section .product-tabs-container .data.item.title > a:hover {
    color: #222529;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 3px solid #08a0dd;
    text-decoration: none;
}

a.amsearch-link.item-name:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: inherit;
    padding-left: 3px;
    line-height: 2rem;
}

.data.item.title:first-child span.amsearch-results-count {
    display: none;
}

.product.attribute.description .value h1,
.product.attribute.description .value .h1 {
    font-size: 1.625rem;
}

.product.attribute.description .value h2,
.product.attribute.description .value .h2 {
    font-size: 1.625rem;
}

.product.attribute.description .value blockquote {
    min-height: 1em;
    margin: 0 0 15px;
    padding: 1.5em 2em;
    border-left: 0.5em solid #29339b;
    border-right: 0.5em solid #29339b;
    border-radius: 0em;
    background-color: #f7f7f7;
    line-height: 1.5em;
    max-width: 80%;
}

.product.attribute.description .value blockquote p {
    margin-bottom: 5px
}

.product.attribute.description .value figcaption {
    color: #8c8c8c;
    font-size: 100%;
}

.product.attribute.description .value figcaption:before {
    content: "\2014 \00A0";
}

.product.attribute.description .value blockquote.text-center p {
    max-width: 100%;
}

.product.attribute.description .value blockquote.text-center figcaption:before {
    display: none;
}

li.col-sm.block-list__list-item a {
    max-width: 295px;
}

@media only screen and (max-width: 48em) {
    li.col-sm.block-list__list-item a {
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
    }

    .cat-shortcuts .grid .products-desc {
        width: 100%;
    }

    .cat-shortcuts .products-w-electronics .products-w .products-link a.btn {
        max-width: 100%;
    }

    .cat-shortcuts .products-w-electronics .products-w .products-link {
        width: 100%;
        max-width: 100%;
        margin-right: 10px;
    }
}

.category-cms ul > li,
.category-cms ol > li {
    font-size: 18px;
    line-height: 1.4;
    display: list-item;
    padding-bottom: 10px;
    padding-top: 0px;
}

.category-cms .products-section-secondary ul > li,
.category-cms .products-section-secondary ol > li {
    font-size: 14px;
}

.page-wrapper > .breadcrumbs .items > li a {
    text-decoration: underline;
}

.products-list .product-item,
.products .product-item {
    padding-top: 1.4286em;
    padding-bottom: 1.4286em;
}

.av-sku {
    color: #777;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

.short-description {
    font-size: 16px;
    font-weight: 400;
    color: #222529;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bundle-options-container .block-bundle-summary .bundle.items > li {
    margin-bottom: 15px;
}


.bundle-options-container .block-bundle-summary .price-box {
    float: right;
    padding-top: 15px;
}


tr.grand.totals.excl {
    display: none;
}

ol.filterproducts.products.list.items.product-items {
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 0 0 4px 4px;
}

.product.price.product-item-price:before {
    content: "Wholesale price";
    display: inline-block;
    text-decoration: none;
    margin-left: 0px;
    color: #666;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: bottom;
}

.sku.values {
    color: #777;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    padding-left: 6px;
}

.product.details.row {
    padding: 0px 10px 0px 10px;
}

.product.skus.details.row {
    padding: 0px 5px 15px;
}

.amstockstatus-category {
    margin-bottom: 0px;
}

.product-item-name a {
    overflow: inherit;
    white-space: initial;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #222529;
    letter-spacing: -.01em;
    font-weight: 700;
}

.products-grid.divider-line .product-item:hover {
    z-index: 997;
}

span.price-label {
    display: none;
}

.porto-info-list li,
.product.description ul li {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
}

.amshopby-option-link {
    padding-bottom: 10px;
}

.product-info-price:before {
    content: "Wholesale price";
    display: inline-block;
    text-decoration: none;
    margin-left: 0px;
    color: #222;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.7;
}



.product.description.product-item-description .short-description ul li:before {
    content: '\e8c5';
    font-family: "porto-icons";
    font-size: 14px;
    position: absolute;
    left: 15px;
    color: #fda101;
    line-height: 1.15;
}

.porto-info-list,
.product.description ul {
    margin-bottom: 0px;
}

.products-list .product-item-details .product.details.row .product.price.product-item-price .product-item-link:after {
    display: none;
}

.products-list .product-item-details .product.details.row .product.description.product-item-description .short-description ul li:before {
    content: '\e8c5';
    font-family: "porto-icons";
    font-size: 14px;
    position: absolute;
    left: 0px;
    color: #fda101;
    line-height: 1.15;
}

.products-list .product-item-details .product.details.row .product.description.product-item-description .short-description a.action.more:after {
    padding-left: 5px;
    font-family: FontAwesome;
    content: "\f105";
    display: inline;
    text-decoration: none;
}

.products-list .product-item-details .product.details.row .product.description.product-item-description .short-description a.action.more {
    padding-left: 5px;
}

li.item.product.product-item {
    margin-bottom: 0px;
}

.am-show-more:before {
    top: 9px;
    margin-right: 4%;
}


.pages strong.page {
    border: 2px solid #08a0dd;
}

.pages strong.page span,
.pages a.page span,
.pages .action span {
    line-height: 1.95em;
}

.pages .action:hover,
.pages a.page:hover {
    border: 2px solid #08a0dd;
    background-color: rgb(8 160 221 / 10%);
    transition: all .3s ease;
}

.here.products.wrapper.grid.columns3.products-grid.no-padding.divider-line,
.products {
    margin-left: -10px;
    margin-right: -10px;
}

.porto-info-list li,
.product.description ul li a {
    display: contents;
}

.products-grid.divider-line .product-item.nth-child-2np1 {
    border-left-color: transparent;
}

li.item.amshopby-item {
    line-height: 1.3;
    font-size: 14px;
}

.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main,
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media {
    width: 49% !important;
}

.product-info-price .price-box .special-price .price-excluding-tax span.price:after,
.product-info-main .product-info-price .price-box .special-price .price-excluding-tax span.price {
    color: #e22924;
}

.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
    font-size: 18px;
    color: #777;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    letter-spacing: normal;
    padding-bottom: 5px;
}

.product-info-price .price-box .old-price .price-including-tax span.price {
    text-transform: none;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
}

.product-info-price .price-box .old-price .price-including-tax span.price:after {
    padding-left: 3px;
    padding-left: 5px;
    content: "inc. GST";
    display: inline-block;
    margin-left: 0px;
    color: #444;
    font-size: 17px;
    text-decoration: line-through;
}

.product.description.product-item-description .short-description ul li {
    list-style: none;
}

.amsearch-result-tabs.product.data.items > .item.content p.amsearch-block-header {
    max-width: 100%;
}


.amsearch-result-tabs .amsearch-related-terms > .amsearch-item:hover {
    background-color: rgb(8 160 221 / 100%);
    color: #fff;
}

.amsearch-result-tabs.product.data.items > .item.content .amsearch-related-terms .amsearch-item {
    background-color: rgb(8 160 221 / 5%);
    border-radius: 60px;
    font-weight: 400;
    border: 0px;
    padding: 7px 12px;
    color: #08a0dd;
    transition: all .1s ease-in-out;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 15px;
}

.amsearch-result-tabs.product.data.items > .item.content p.amsearch-block-header {
    max-width: 100%;
    margin-bottom: 5px;
}


.amsearch-result-tabs .amsearch-related-terms > .amsearch-item:hover {
    background-color: rgb(8 160 221 / 100%);
    color: #fff;
}



.amsearch-result-tabs.product.data.items > .item.content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}


.amsearch-result-tabs.product.data.items > .item.content .amsearch-item {
    padding-left: 15px;
}

.amsearch-result-tabs.product.data.items > .item.content ul > li,
.amsearch-result-tabs.product.data.items > .item.content ol > li {
    list-style: none !important;
    font-size: 14px;
}

.amsearch-result-tabs.product.data.items > .item.content ul li {
    padding: 0 0 6px 4px;
    line-height: 18px;
}

.product.data.items > .item.content ul.items.pages-items {
    font-size: 0;
    line-height: 0;
}

.product.data.items > .item.content .items.pages-items li.item {
    margin-bottom: 6px;
    font-size: 1em;
    line-height: 2.4rem;
    letter-spacing: normal;
    margin: 0 5px 0 0;
    display: inline-block;
    padding-left: 0px;
}

section.amsearch-result-section {
    z-index: 999 !important;
}

.amlabel-position-wrapper {
    max-width: 40%;
    z-index: 899 !important;
}

.product-info-main .short-description {
    margin-bottom: 15px;
    font-size: 18px;
    color: #222529;
    line-height: 1.2;
    margin-top: 0.5rem;
    font-weight: 400;
}

.product-info-main .product-info-price .price-box .price-excluding-tax span.price {
    color: #222;
    font-size: 1.7rem;
    font-weight: 600;
}

.amhideprice-form {
    background: #f4f4f4;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    border: 1px solid rgb(217 219 221 / 25%) !important;
    padding: 30px 20px;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    outline: 0;
    border-color: #6bd1fa;
    box-shadow: 0 0 0 1px #6bd1fa inset;
    color: #495057;
    background-color: #fff;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
    background-color: #ffffff;
    color: #495057;
    border-color: rgba(0, 0, 0, .17);
    border-radius: 0;
    width: 100%;
    height: 3rem;
    padding: 0.5rem 1rem;
    background-color: #fff;
    font-size: 1.125rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    position: relative;
    margin-top: 0;
    border: 2px solid #cccccc;
}

textarea {
    background: #ffffff;
    background-clip: padding-box;
    border: 2px solid #cccccc;
}

textarea:not([disabled]):focus {
    box-shadow: none;
}

.fancyambox-slide .fieldset > .field:last-child,
.fieldset > .fields > .field:last-child,
.fancyambox-slide .field.required,
.fancyambox-slide .fieldset > .field .label,
.fancyambox-slide .fieldset > .fields > .field .label {
    text-align: left;
}

div.mage-error[generated] {
    margin-top: 1.25rem;
    border-color: #ffebb8;
    background-color: #fff0cc;
    color: #e22924;
    width: 100%;
    position: relative;
    top: -0.5rem;
    vertical-align: baseline;
    padding: 0.5rem 1rem;
    clear: both;
}


div.mage-error[generated]:before {
    left: 15px;
    top: -20px;
    border: 10px solid;
    border-color: transparent transparent #fff0cc transparent;
    z-index: 99;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}


.fancyambox-slide .fieldset .control {
    margin-bottom: 24px;
}

.fancyambox-stage .amhideprice-form .legend span {
    margin-bottom: 1.625rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212529;
    margin-top: 0;
    font-size: 2.125rem;
}

.fieldset > .legend {
    padding: 0;
    border: 0;
    color: #222529;
    text-transform: none;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.fancyambox-stage .amhideprice-form .legend span.product-name {
    font-size: 1.625rem;
    line-height: 1.2;
    color: #212529;
    letter-spacing: -.01em;
    font-weight: 700;
    margin-bottom: 0.2em;
    margin-top: 12px;
}

input.mage-error,
select.mage-error,
textarea.mage-error {
    border-color: #e22924;
    box-shadow: 0 0 0 1px #e22924 inset;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.fieldset .review-legend.legend {
    font-size: 1.625rem;
    margin-bottom: 1.625rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212529;
    margin-top: 0;
}


.fieldset .review-legend.legend strong {
    font-size: 1.375rem;
    line-height: 1.2;
    color: #212529;
    letter-spacing: -.01em;
    font-weight: 700;
    margin-bottom: 0.2em;
    margin-top: 12px;
}

.fieldset > .field .label span {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 4px;
    line-height: 24px;
    color: #212529;
}

.fieldset > .field .label {
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 4px;
    line-height: 24px;
    color: #212529;
}

.control.review-control-vote {
    margin-top: -2px;
    padding-bottom: 10px;
}

fieldset.fieldset.review-fieldset {
    background: #fff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    border: 1px solid rgb(217 219 221 / 25%) !important;
    padding: 20px 30px;
    margin-right: 15px;
}

fieldset.field.required.review-field-ratings legend.label span {
    font-weight: 600;
    font-size: 18px;
}

.block .block-title,
.review-list .block-title strong {
    font-size: 1.625rem;
    margin-top: 0.1rem;
    text-transform: capitalize;
    margin-bottom: 0.625rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212529;
}

.review-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

span.label.rating-label {
    display: none;
}

.review-ratings {
    width: 20%;
    line-height: 0;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.review-content-container {
    display: block;
    width: 100%;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.review-details {
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 14px;
}

.review-content {
    margin-bottom: 0;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

p.review-date,
.review-author .review-details-value,
span.review-details-label,
time.review-details-value,
p.review-author {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    font-style: italic;
}

section.amsearch-input-wrapper.-dynamic-width {
    border-color: #e0e0e0;
    background: #fbfbfb;
    box-shadow: none;
}

.amsearch-products-section .amsearch-item:hover a.amsearch-link.product-item-link {
    color: #08a0dd;
    transition: all .2s ease-in-out;
}

.page-header.type22 .header-contact .wishlist {
    margin-bottom: -2px;
}

b.amsearch-title {
    font-weight: 600;
    color: #666;
}

.amlabel-position-top-left-1209-prod.amlabel-position-wrapper {
    max-width: 33%;
}

.amsearch-wrapper-inner a.amasty-hide-price-container.observed {
    letter-spacing: .075em !important;
    transition: background .2s ease-in !important;
    font-family: inherit !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    line-height: 14px !important;
    padding: 7px 13px !important;
    height: 32px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin: 8px 0px 0px 31% !important;
}

button.amsearch-button.-close.-clear.-icon {
    color: #333;
}

.amfaq_questions .am-item {
    border-bottom: 1px solid #c9c9c9;
    margin: 0 0 0 0;
}

button:not(.primary) {
    line-height: 1.5rem;
    border-radius: 0.1875rem;
    border: 2px solid #ccc;
    color: #777;
    font-weight: 600;
    letter-spacing: .125rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
    cursor: pointer;
    padding: 8px 16px;
    height: auto !important;
    background-color: #fff;
}

button:not(.primary):hover {
    border: 2px solid #ccc;
    color: #fff;
    transition: background .2s ease-in;
    background-color: #bbb;
}

button:not(.primary):focus {
    border: 2px solid #ccc;
}

.ask-question-form .button-container .form-toggle-button {
    margin: 0px;
}

.ask-question-form .button-container .button-info {
    display: inline-block;
    float: left;
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 8px 0;
    vertical-align: middle;
    font-family: inherit;
    letter-spacing: normal;
    color: #212529;
    padding-right: 30px;
}


.ask-question-form .button-container {
    margin: 10px 0 20px;
}

.amfaq_questions.widget {
    font-size: 1.125em;
    letter-spacing: normal;
    line-height: 1.4rem;
    word-wrap: break-word;
    color: #313131;
    max-width: 890px;
}

.amfaq-short-answer-container div,
.amfaq-short-answer-container p,
.amfaq-short-answer-container ol,
.amfaq-short-answer-container ul {
    margin: 0.25rem 0 0.75rem;
}

.amfaq-short-answer-container ol {
    padding-left: 0.6875rem;
}

.amfaq-short-answer-container ol li {
    margin: 0.25rem 0 0.25rem 1.25rem;
}

.amfaq_questions .am-title {
    box-sizing: border-box;
    border-top: 0.0625rem solid #e1e3e1;
    color: #08a0dd;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin: -0.0625rem -0.0625rem -0.0625rem 0;
    margin-bottom: 0;
    padding: 0.875rem 0.875rem 0.875rem 0.875rem;
    position: relative;
    width: 100%;
}

.amfaq_questions .am-title:hover {
    background-color: rgb(8 160 221 / 5%);
    border-bottom: none;
    cursor: pointer;
    text-decoration: none;
}

.am-content.amfaq-hidden {
    transition: margin-top 0.218s ease-out 0.1s;
    overflow: auto;
    margin: 0;
    padding: 0.125rem 1rem 0.875rem 1.125rem;
    position: relative;
}

.am-content.amfaq-hidden:before {
    background-color: #f2f2f2;
    content: '';
    height: 100%;
    left: 0rem;
    position: absolute;
    top: -1.25rem;
    width: 0.4375rem;
}

.amfaq-short-answer-container {
    max-width: 620px;
    padding-top: 10px;
}

.amfaq-rating {
    width: 100%;
    margin: 0px 0px 0px 10px;
    justify-content: right;
    display: flex;
}

.amfaq-rating .amfaq-was-it-helpful {
    font-size: 16px;
    padding-right: 5px;
    color: #555;
}

.am-links a:after {
    padding-left: 3px;
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    text-decoration: none;
}

.am-links {
    min-width: 90px;
}

.amfaq_questions .am-item .am-links {
    font-size: 16px;
    padding: 3px 0 8px;
    word-wrap: break-word;
    display: inline-block;
    width: 100%;
    margin: 15px 5px 10px 0px;
}

.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno,
.amfaq-rating .amfaq-rating-average {
    align-items: center;
    border-radius: 5px;
    padding: 5px 20px;
    width: 270px;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    background: #f9f9f9;
    color: #555;
    display: inline-block;
}

.amfaq_questions .am-title .am-plus:before {
    font-size: inherit;
    line-height: inherit;
    color: #08a0dd;
    content: '\e81b';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.amfaq_questions .am-title .am-minus:before {
    font-size: inherit;
    line-height: inherit;
    color: #08a0dd;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.amfaq-rating .amfaq-rating-yesno-vote {
    color: #08a0dd;
    text-decoration: none;
    cursor: pointer;
}

.amfaq-rating .messages {
    font-size: 16px;
    margin-bottom: -8px;
}

.amfaq_tags .tags_content .item,
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
    background-color: rgb(8 160 221 / 5%);
    border-radius: 60px;
    font-weight: 400;
    border: 0px;
    padding: 6px 11px;
    color: #08a0dd;
    transition: all .1s ease-in-out;
    font-family: inherit;
    font-size: 16px;
}

.amfaq_tags .tags_content .item {
    text-decoration: none;
    margin: 0 15px 15px 0;
}

.amfaq_tags .tags_content .item a {
    padding: 11px 12px 10px;
}

.amfaq_tags .tags_content {
    margin: 5px 0px 5px 16px;
}


.faq-category-title {
    padding-left: 0px !important;
    display: inline-block;
    text-decoration: none;
    color: #212529 !important;
    font-size: 2.125rem !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: normal;
    margin-top: 0 !important;
    margin-bottom: 0.625rem !important;
    margin-left: 0px !important;
}

.am-widget-category .amfaq_questions .am-title {
    box-sizing: border-box;
    border-top: 0.0625rem solid #e1e3e1;
    color: #08a0dd;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin: -0.0625rem -0.0625rem -0.0625rem 0;
    margin-bottom: 0;
    padding: 0.875rem 0.875rem 0.875rem 0.875rem;
    position: relative;
    width: 100%;
}

.amfaq_questions .am-item .am-content .amfaq-short-answer-container {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.4;
    word-wrap: break-word;
    color: #313131;
}

.ask-form-container {
    width: 100%;
    max-width: 680px;
    margin-right: auto;
    margin-left: 0px;
    padding: 20px 30px;
    border: 1px solid #eee !important;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}

.amfaq_tags .tags_content .item a,
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a,
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
    color: #08a0dd;
}

.amfaq_tags .tags_content .item:hover,
.amfaq_tags .tags_content .item a:hover,
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
    background-color: rgb(8 160 221 / 100%);
    color: #fff;
}

.amfaq_tags .tags_content .item:hover a,
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count,
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover a {
    color: #fff;
}

.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
    font-weight: 400;
    padding: 0px 3px 0px 12px;
}

.am-faq-tags-widget .am-tags-main-block-wrapper {
    font-family: inherit;
}

.am-widget-category .view-all {
    text-align: left;
    color: #595959;
    display: inline-block;
    font-weight: normal;
    line-height: 1.2;
    padding: 0.875rem 0.875rem 0.875rem 0.875rem;
    font-size: 16px;
    width: 100%;
    background-color: rgb(238 238 238 / 0%);
}

.am-widget-category .view-all:hover {
    background-color: rgb(238 238 238 / 33%);
    border-bottom: none;
    transition: margin-top 0.218s ease-out 0.1s;
    cursor: pointer;
    text-decoration: none;
}

.am-widget-category .view-all:after {
    padding-left: 5px;
    font-family: FontAwesome;
    content: "\f178";
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    font-size: 15px;
}

.amfaq_categories .item.title,
.amfaq_tags .title,
.am-faq-tags-widget .am-tags-main-title span {
    font-size: 1.625rem;
    margin-bottom: 0.625rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212529;
    margin-top: 0;
    text-align: left;
    background: #fff;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 30px;
}

.am-faq-tags-widget .am-tags-main-title {
    padding-top: 60px;
    border-bottom: none;
}

.amfaq_tags {
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0px;
}

.amfaq_categories {
    border-radius: 0px;
    border: none;
    padding-bottom: 5px;
}

.amfaq_categories .item {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212529;
    margin-top: 0;
    border-bottom: none;
    padding: 0rem 1rem 0.5rem;
    word-wrap: break-word;
}

.amfaq_categories .item a {
    color: #212529;
    padding-left: 10px;
}

.amfaq_categories .item.current a {
    font-weight: 600;
}

.amfaq_categories .item.current {
    background: #fff;
}

.amfaq_categories .item a:after {
    padding-left: 5px;
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    font-size: 15px;
}

.amfaq_categories .item.current a:after {
    display: none;
}

.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
    margin-bottom: 45px;
}

.answer ul {
    padding-left: 38.5px;
    margin-bottom: 20px;
}

.answer ul,
.answer li {
    line-height: 1.5;
    color: #212529;
}

.answer ul li {
    list-style: disc outside;
    padding-left: 0;
    line-height: 1.3;
    display: list-item;
    padding-bottom: 10px;
    padding-top: 0px;
}

.answer ul ul,
.answer ul ul li {
    list-style-type: circle;
}

.answer ul > li,
.answer ol > li {
    margin-top: 0rem;
    margin-bottom: 0.05rem;
}

.question_view {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
    max-width: 890px;
    font-size: 18px;
    line-height: 1.4;
}

.page-title-wrapper h1.page-title span.base {
    margin-bottom: 45px;
}

.product.data.items > .item.content ul ul li {
    list-style: circle;
}

.amfaq-product-tab .amfaq_questions.widget {
    max-width: 100%;
}

.message.error > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1;
    color: #b30000;
    content: '\f847';
    font-family: 'porto-icons';
    margin: -12px 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 20px;
    width: 15px;
    text-align: center;
}

.message.message-error.error {
    padding: 5px 20px 5px 40px;
}

.price-including-tax {
    padding-top: 5px;
}

.product-attachment-container .section-title {
    font-size: 1.625rem;
    margin-bottom: 0.625rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212529;
    margin-top: 0;
}

.product-attachment-container {
    margin-top: 4px;
    margin-bottom: 7px;
    padding: 0px;
}

.item-link a b {
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
}

ol.block-content {
    padding-left: 34px;
}

.product-item-details {
    padding: 0px 10px;
    text-align: left;
}

.block.widget.amrelated-grid-wrapper.block-products-list.grid .product-item-name a {
    font-size: 18px;
}

.block.widget.amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .price-box .price-excluding-tax span.price {
    font-size: 17px;
}

.block.widget.amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .price-box .price-including-tax {
    padding-top: 2px;
}

.block.widget .products-grid li.product-item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    border: 1px solid #eee;
    min-height: 510px;
    margin-bottom: 10px;
}


.block.widget .products-grid .product-items .product-item-details .amshopby-option-link {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.page-layout-1column .block.widget .products-grid li.product-item .product-item-info .product-item-details a.amasty-hide-price-container.observed {
    margin: 5px 0px -1px !important;
    letter-spacing: .075em !important;
    transition: background .2s ease-in !important;
    font-family: inherit !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    line-height: 14px !important;
    padding: 7px 13px !important;
    height: 32px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    min-width: 120px;
    text-align: center;
}


.block.widget .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 1%;
}

.block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 3%) / 2);
}

.page-layout-1column .block.widget .products-grid li.product-item .product-item-info .product-item-details strong.product-item-name {
    min-height: 94px;
}

.product-tabs-container .data.item.title {
    font-size: 16px !important;
}

.product-tabs-container.has-mobile-sticky-header .container {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 0px;
    padding: 0 0;
    width: 100%;
    max-width: 100%;
}

ol.product-items.widget-product-grid .product-item-photo img {
    display: initial;
}

.product.info.detailed.sticky .product.data.items > .item.content button.review-button:hover {
    border: 2px solid #ccc;
    color: #fff;
    transition: background .2s ease-in;
    background-color: #bbb;
}

.product.info.detailed.sticky .product.data.items > .item.content button.review-button:focus {
    border: 2px solid #ccc;
}

.ask-form-container fieldset.fieldset {
    margin-bottom: 0.5em;
}

.review-form .field-recaptcha {
    margin-left: 15px;
}

label.error[generated] {
    margin-top: 1.25rem;
    border-color: #ffebb8;
    background-color: #fff0cc;
    color: #e22924;
    width: 100%;
    position: relative;
    top: -0.5rem;
    vertical-align: baseline;
    padding: 0.5rem 1rem;
    clear: both;
}


label.error[generated]:before {
    left: 15px;
    top: -20px;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid;
    border-color: transparent transparent #fff0cc transparent;
    z-index: 99;
}


#steps h4 {
    margin-top: 20px;
    line-height: 26px;
    margin-left: 71px;
}

#steps p {
    margin-bottom: 20px;
    font-size: 16px;
    margin-left: 71px;
}


.zblock-post_cat_cms .tcta-banner-wrapper {
    border-bottom: 1px solid #ccc;
    margin: 0px 0 15px 0;
    padding: 0 0 25px 0;
}

.zblock-post_cat_prod .tcta-banner-wrapper {
    border-top: 1px solid #ccc;
    margin: 15px 0 0 0;
    padding: 25px 0 0 0;
}

.tcta-banner-wrapper {
    text-align: center;
    padding-bottom: 15px;
}

.tcta-banner-wrapper .visuallyhidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.tcta-banner-wrapper .tcta-banner {
    position: relative;
    display: inline-block;
    padding: 20px 0;
}

.tcta-banner-wrapper .tcta-banner .tcta-link {
    margin-left: 4px;
}

@media only screen and (max-width: 735px) {
    .tcta-banner-wrapper .tcta-banner .tcta-link {
        display: block;
        margin-left: 0
    }
}

.tcta-banner-wrapper .tcta-banner .tcta-copy {
    margin-left: 201px;
    display: inline-block;
    border-left: 1px solid #d6d6d6;
    padding-left: 22px;
    margin-top: 12px;
}

@media only screen and (max-width: 735px) {
    .tcta-banner-wrapper .tcta-banner .tcta-copy {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
        display: block
    }
}

.tcta-banner-wrapper .tcta-banner .image-tcta-logo {
    width: 179px;
    height: 64px;
    background-size: 179px 64px;
    background-repeat: no-repeat;
    background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-q-icon-1.png");
    position: absolute;
    top: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .tcta-banner-wrapper .tcta-banner .image-tcta-logo {
        background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-q-icon-1.png")
    }
}

@media only screen and (max-width: 735px) {
    .tcta-banner-wrapper .tcta-banner .image-tcta-logo {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto 4px
    }
}

.tcta-banner-wrapper .tcta-banner .image-tcta-note {
    width: 179px;
    height: 64px;
    background-size: 179px 64px;
    background-repeat: no-repeat;
    background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/note-q-icon-1.png");
    position: absolute;
    top: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .tcta-banner-wrapper .tcta-banner .image-tcta-note {
        background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/note-q-icon-1.png")
    }
}

@media only screen and (max-width: 735px) {
    .tcta-banner-wrapper .tcta-banner .image-tcta-note {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto 4px
    }
}

.tcta-banner-wrapper .exchange {
    padding-left: 40px
}

@media only screen and (max-width: 1068px) {
    .tcta-banner-wrapper .exchange {
        padding-left: 0
    }
}

.tcta-banner .label-danger {
    padding: 2px 8px 1px;
    font-size: 90%;
    vertical-align: baseline;
}

.tcta-banner-wrapper .tcta-banner .tcta-fo {
    margin-left: 166px;
    display: inline-block;
    border-left: 1px solid #d6d6d6;
    padding-left: 22px;
    margin-top: 12px;
}

.tcta-banner-wrapper .tcta-banner .image-fo-logo {
    width: 141px;
    height: 64px;
    background-size: 141px 64px;
    background-repeat: no-repeat;
    background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-fo-icon-1.jpg");
    position: absolute;
    top: 13px;
}

.tcta-banner-wrapper .tcta-banner .tcta-an {
    margin-left: 166px;
    display: inline-block;
    border-left: 1px solid #d6d6d6;
    padding-left: 22px;
    margin-top: 12px;
}

.tcta-banner-wrapper .tcta-banner .image-an-logo {
    width: 141px;
    height: 64px;
    background-size: 141px 64px;
    background-repeat: no-repeat;
    background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-an-icon-1.jpg");
    position: absolute;
    top: 13px;
}

.tcta-banner-wrapper .tcta-banner .image-s326-logo {
    width: 141px;
    height: 64px;
    background-size: 141px 64px;
    background-repeat: no-repeat;
    background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-s326-icon-1.jpg");
    position: absolute;
    top: 13px;
}

.tcta-banner-wrapper .tcta-banner .image-power-logo {
    width: 141px;
    height: 64px;
    background-size: 141px 64px;
    background-repeat: no-repeat;
    background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-power-icon-1.jpg");
    position: absolute;
    top: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .tcta-banner-wrapper .tcta-banner .image-fo-logo {
        background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-fo-icon-1.jpg");
    }

    .tcta-banner-wrapper .tcta-banner .image-s326-logo {
        background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-s326-icon-1.jpg");
    }

    .tcta-banner-wrapper .tcta-banner .image-power-logo {
        background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-power-icon-1.jpg");
    }

    .tcta-banner-wrapper .tcta-banner .image-an-logo {
        background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/cta-an-icon-1.jpg");
    }
}

.tcta-banner-wrapper .tcta-banner .tcta-fo {
    margin-left: 166px;
    display: inline-block;
    border-left: 1px solid #d6d6d6;
    padding-left: 22px;
    margin-top: 12px;
}

@media only screen and (max-width: 735px) {
    .tcta-banner-wrapper .tcta-banner .tcta-fo {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
        display: block
    }

    .tcta-banner-wrapper .tcta-banner .tcta-an {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
        display: block
    }
}

@media only screen and (max-width: 735px) {
    .tcta-banner-wrapper .tcta-banner .image-fo-logo {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto 4px
    }

    .tcta-banner-wrapper .tcta-banner .image-s326-logo {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto 4px
    }

    .tcta-banner-wrapper .tcta-banner .image-power-logo {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto 4px
    }

    .tcta-banner-wrapper .tcta-banner .image-an-logo {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto 4px
    }
}

.zblock-item .divider.divider-small.text-danger.divider-small-center {
    margin-top: -10px;
}

.label-danger {
    display: inline;
    padding: 0px 8px 1px;
    font-size: 80%;
    font-weight: 400;
    line-height: 1;
    color: #d9534f;
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #d9534f;
    vertical-align: text-top;
    font-family: 'Source Sans Pro', Roboto, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    cursor: default;
}

/* Special Well */
.well.well-read {
    min-height: 20px;
    padding: 24px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #e22924;
    border-radius: 2px;
    box-shadow: 0 1px 5px #dadada;
    margin-left: 15%;
    width: 70%;
}

.divider.divider-small.text-danger.divider-small-center hr {
    background: #e22924;
}

.well.well-read .label-danger {
    color: #e22924;
    border: 1px solid #e22924;
}

span.label.label-danger {
    font-size: 80%;
}

@media (min-width: 992px) {
    .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .short-custom-block {
        float: left;
    }

    .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-add-form {
        text-align: left;
    }
}

.product-item-info .product-item-details .price-box .old-price {
    font-size: 15px;
    color: #333;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    letter-spacing: normal;
    padding-bottom: 5px;
}

.product-item-info .product-item-details .price-box .old-price .price-including-tax span.price {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: inherit;
    text-transform: none;
}

.product-item-info .product-item-details .price-box .old-price .price-including-tax {
    padding-top: 0px
}

.product-item-info .product-item-details .price-box .old-price .price-including-tax span.price:after {
    margin-right: 0px;
    padding-left: 3px;
    content: "inc. GST";
    display: inline-block;
    text-decoration: line-through;
    font-size: 14px;
    color: #444;
}

.product-item-info .product-item-details .price-box .special-price .price-excluding-tax span.price:after,
.product-item-info .product-item-details .price-box .special-price .price-excluding-tax span.price {
    color: #e22924;
}


.block.widget .products-grid li.product-item:hover {
    box-shadow: 0 0.2em 0.5em 0 rgb(0 0 0 / 15%);
    transition: all .2s ease-in-out;
}

.products-list .product-item,
.products .product-item {
    padding-top: 0.5em;
    padding-bottom: 0.1em;
}

.sidebar.sidebar-additional .amfaq-search {
    margin-top: -15px;
}

.page-layout-2columns-left .column.main .back.am-back-button {
    margin-top: 10px;
    margin-bottom: 20px;
}

.logo img {
    display: block;
    max-height: 40px;
    width: 100%;
    height: auto;
    padding-left: 10px;
    margin-top: -10px;
}

button.amsearch-button.-close.-clear.-icon:hover {
    background-color: rgb(255 255 255 / 10%);
}

.main-toggle-menu .menu-title.closed {
    z-index: 1;
}

section.amsearch-input-wrapper.-dynamic-width,
.amsearch-input-wrapper input.amsearch-input[type="text"] {
    font-size: 16px;
    font-weight: 400;
}






@media only screen and (max-width: 300px) {
    .product.description.product-item-description {
        display: none;
    }

    .products-list .product-item-details .product-item-name a {
        font-size: 18px;
    }

    .amasty-hide-price-container,
    .product-item-info.type0:hover .product-item-details .amasty-hide-price-container.observed {
        word-break: break-all;
    }

    span.amasty-hide-price-text:before {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    span.amasty-hide-price-text:before {
        display: none;
        font-size: 10px !important;
        padding: 8px 8px !important;
    }

    span.amasty-hide-price-text {
        margin-left: -8px;
        margin-right: -8px;
    }

    .product.price.product-item-price:before {
        font-size: 12px;
    }
}

@media (max-width: 415px) {
    .page-header.type22 .main-panel-top .share-links {
        display: none;
    }

    .header-row .header-left {
        padding: 5px 0 5px;
    }

    .header-row .header-right {
        padding: 5px 0 10px;
    }

    body section.amsearch-wrapper-block {
        top: 59px;
    }

    .page-header.type22 .header-contact .wishlist {
        display: none;
    }

    .amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 420px) {
    .logo {
        max-width: 119px !important;
    }

    .amfaq-rating .amfaq-rating-voting,
    .amfaq-rating .amfaq-rating-yesno,
    .amfaq-rating .amfaq-rating-average {
        display: none;
    }

    .products-list .product-item-details .product.details.row .product.description.product-item-description .short-description ul li:before {
        font-size: 13px;
        line-height: 1.7;
    }
}



@media only screen and (max-width: 639px) {
    .product.attribute.description .value blockquote {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .products {
        margin-left: -20px;
        margin-right: -20px;
    }

    .here.products.wrapper.grid.columns3.products-grid.no-padding.divider-line,
    .products {
        margin: 0 -20px 0 -20px;
    }

    .products-list .product-item-details .product-item-name a {
        margin-right: 5px;
    }

    .products-list .product-item-details .product.details.row {
        margin-right: 5px;
    }

    a.action.more {
        font-size: 14px;
    }

    .products-list .product-item-details .product.details.row .product.description.product-item-description .short-description a.action.more {
        padding-left: 2px;
    }

    #amasty-shopby-product-list .products.wrapper .product-item .tocart:before {
        margin-left: 0px;
    }

    .filter-options-title .toggle {
        right: 0px;
    }

    #layer-product-list .products.wrapper.list.products-list .products.product-items .product.product-item {
        width: 100%;
        padding: 20px 5px;
    }

    #layer-product-list .products.wrapper.grid.columns3.products-grid .products.product-items .product.product-item {
        width: 33.333%;
    }

    .product.description.product-item-description {
        margin: 0px 0 10px;
        padding-right: 5px;
    }

    li.item.product.product-item a.amasty-hide-price-container.observed {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }

    .short-description {
        font-size: 14px;
    }

    .porto-info-list li,
    .product.description ul li {
        font-size: 14px;
    }

    .product.description.product-item-description .short-description ul li:before {
        content: '\e8c5';
        font-family: "porto-icons";
        font-size: 12px;
        position: absolute;
        left: 12px;
        color: #fda101;
        line-height: 1.15;
    }

    .product-items .product.description ul {
        padding-left: 17px !important;
    }

    div#amrelated-block-5,
    div#amrelated-block-4 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .block.widget .block-title strong {
        margin-left: 10px;
    }
}


@media (min-width: 640px) {

    .block.widget .products-grid .product-item,
    .page-layout-1column .block.widget .products-grid .product-item,
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 33.33333333%;
    }

    .block.widget .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 0;
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 1%;
        width: calc((100% - 2%) / 3);
    }
}

@media only screen and (max-width: 767px) {
    .product.info.detailed.sticky .product.data.items > .item.content {
        margin: 0px;
        padding-bottom: 45px;
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product.info.detailed.sticky .product.data.items > div#tab-label-reviews {
        border-bottom: 1px solid #fff;
        background-color: #f5f5f5;
    }

    .product.info.detailed.sticky {
        box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
        margin-left: -20px;
        margin-right: -20px;
    }

    div#amfaq_product {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .card {
        margin-bottom: 15px;
    }

    .card.card-free {
        margin-bottom: 45px;
    }

    .owl-carousel .owl-nav {
        width: 99%;
    }

    .owl-carousel.show-nav-middle .owl-nav .owl-prev {
        left: -40px;
    }

    .products-slider.owl-carousel .owl-stage-outer {
        padding-top: 10px;
        margin-top: -10px;
        padding-bottom: 15px;
    }

    .wpb_content_element,
    .m_content_element {
        margin-bottom: 0px;
        margin-top: 15px;
        padding-bottom: 0;
    }

    .product-item-details .amshopby-option-link {
        margin-top: 5px;
        padding-bottom: 0;
    }

    .owl-item img.product-image-photo.default_image {
        width: 100%;
        margin: auto;
    }

    .tabs.tabs-simple.bg-white.wpb_content_element {
        padding: 0px;
    }

    .product.data.items > .item.title {
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #fff;
        font-size: 16px;
    }

    .product.data.items > .item.title.active {
        background-color: #fff;
    }

    .tabs-simple .product.data.items > .item.title:nth-of-type(7) {
        border-bottom: none;
    }

    .tabs-simple .product.data.items > .item.title.active:nth-of-type(7) {
        border-bottom: 1px solid #fff;
    }

    .tabs-simple .product.data.items > .item.content {
        padding: 0px 30px 0px;
    }

    .owl-item a.product-item-link {
        font-size: 15px;
        line-height: 1.2;
    }

    .owl-item .price-container .price-excluding-tax .price:after {
        margin-right: 0;
        color: #444;
        font-size: 13px;
        font-weight: 600;
    }

    .owl-item .amstockstatus-category {
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

    .owl-item .amshopby-option-link img {
        margin-bottom: 0;
        margin-right: 0 !important;
        margin-top: 5px;
        margin-left: -5px;
    }

    .owl-item .product-item-info .product-item-details .amstockstatus-category .stock span {
        font-size: 12px;
        margin-top: 10px;
    }

    .owl-item span.amasty-hide-price-text:before {
        display: none;
    }

    .owl-item .product-item-info .product-item-details .price-box .price-excluding-tax span.price {
        font-size: 15px;
    }

    .owl-item a.amasty-hide-price-container.observed {
        font-size: 10px !important;
        padding: 8px 12px !important;
        margin-right: 0px !important;
        letter-spacing: .075em !important;
        transition: background .2s ease-in !important;
        font-family: inherit !important;
        border-radius: 0 !important;
        color: #333 !important;
        background-color: #fff !important;
        border: 1px solid #ddd !important;
        line-height: 34px !important;
        height: 36px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
    }

    .owl-item .amshopby-option-link .owl-carousel .owl-item img {
        margin-left: -5px;
    }

    .tabs.tabs-simple.bg-white.wpb_content_element {
        padding: 0px;
        box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    }

    .tabs-simple .product.details.product-item-details {
        padding: 0px 5px;
    }

    .owl-item .product.photo.product-item-photo {
        margin-bottom: 0px;
    }

    .am-porto-cmtb .products-grid .product-item .product-item-inner {
        margin: 5px 0;
    }

    .products-list .product-item-details .product.skus.details.row .sku.values {
        padding-bottom: 13px;
        padding-top: 2px;
    }

    .amsearch-result-tabs.product.data.items {
        box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
        margin-left: -20px;
        margin-right: -20px;
    }

    .amsearch-result-tabs.product.data.items > .item.content {
        padding: 30px 15px 30px 30px;
    }


    .amsearch-result-tabs.product.data.items > .item.title {
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .amsearch-result-tabs .amsearch-related-terms > .amsearch-item {
        background-color: rgb(8 160 221 / 5%);
        border-radius: 60px;
        font-weight: 400;
        border: 0px;
        padding: 8px 12px;
        color: #08a0dd;
        transition: all .1s ease-in-out;
        font-family: inherit;
        font-size: 14px;
        box-sizing: border-box;
        display: flex;
    }

    .page-layout-1column .block.widget .products-grid li.product-item .product-item-info .product-item-details strong.product-item-name {
        min-height: 90px;
    }
}


@media all and (min-width: 768px),
print {

    .bundle-options-container .bundle-options-wrapper,
    .bundle-options-container .product-options-wrapper {
        float: right;
    }

    .sticky .product.data.items > .item.title.active {
        color: inherit;
        border-color: #08a0dd;
    }

    .product-item-info .product-item-details .price-box .price-including-tax:after,
    .product-item-info .product-item-details .price-box .price-including-tax {
        font-size: 15px;
    }

    .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main,
    .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media {
        width: 42.8775%;
    }

    .products-list .product-item-photo {
        flex: 0 0 250px;
    }

    .products-list .product-item-details {
        max-width: calc(100% - (250px));
    }

    .products-list .product-item-details .product.details.row .product.price.product-item-price {
        padding-left: 0px;
    }

    div#amasty-main-container {
        max-height: 100%;
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 1%;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 1%;
        width: calc((100% - 3%) / 4);
    }

    .block.widget .products-grid .product-item {
        margin-left: 1%;
        width: calc((100% - 1%) / 2);
        width: 33.33333333%;
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0;
    }
}


@media all and (max-width: 991px) {
    .toolbar {
        font-size: 13px;
        letter-spacing: normal;
        font-weight: 400;
        color: #666;
    }

    .toolbar select {
        text-transform: none;
    }

    .toolbar-sorter.sorter {
        margin-left: 15px;
        margin-right: 15px;
    }

    .toolbar a.porto-product-filters-toggle:hover {
        text-decoration: none;
        border: 3px solid #08a0dd;
        background-color: rgb(8 160 221 / 10%);
        transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .toolbar {
        margin-right: -20px;
    }

    .porto-info-list li,
    .product.description ul li {
        font-size: 15px;
    }

    .short-description {
        font-size: 15px;
    }

    .product-item-name a {
        font-size: 1.2rem;
    }

    .catalog-category-view .mobile-sidebar .sidebar-content,
    .catalog-product-view .mobile-sidebar .sidebar-content,
    .catalogsearch-result-index .mobile-sidebar .sidebar-content {
        padding: 20px 10px 20px 20px;
    }

    .am-show-more:before {
        top: 0px;
    }

    .logo img {
        margin-top: 0px;
    }

    .logo {
        max-width: 119px;
    }

    section.amsearch-item-container.amsearch-collapsible-section {
        padding-bottom: 10px;
    }

    p.amsearch-block-header.amsearch-collapsible-title {
        padding-left: 0px;
        padding-bottom: 5px;
    }

    section.amsearch-input-wrapper.-dynamic-width.-typed {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .amsearch-form-block.-opened {
        max-width: -webkit-fill-available;
    }
}


@media all and (min-width: 992px),
print {
    .page-header.type22 .navigation.side-megamenu li.level0 > a {
        margin-left: 3px;
        margin-right: 20px;
    }

    .sw-megamenu.navigation.side-megamenu li.level0.fullwidth .submenu li.level1 > a,
    .sw-megamenu.navigation.side-megamenu li.level0.staticwidth .submenu li.level1 > a {
        font-size: 17px;
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
        margin-left: 0;
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 1%;
    }

    .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 1%;
        width: calc((100% - 4%) / 5);
    }

    .block.widget .products-grid .product-item {
        margin-left: calc((100% - 4 * 24.439%) / 3);
        padding: 0;
        width: 20%;
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
        margin-left: 0;
    }

    .page-layout-2columns-left .column.main {
        padding-left: 5px;
    }

    .filter-options-item {
        padding: 20px 0px 20px 0px;
    }

    .page-layout-2columns-left .sidebar.sidebar-main {
        padding-right: 20px;
    }

    .page-header.type22 .navigation.side-megamenu li.level0 > a {
        margin-left: 3px;
        margin-right: 20px;
    }

    .sw-megamenu.navigation.side-megamenu li.level0.fullwidth .submenu li.level1 > a,
    .sw-megamenu.navigation.side-megamenu li.level0.staticwidth .submenu li.level1 > a {
        font-size: 17px;
    }

    .page-header.type22 .header-main .header-left,
    .page-header.type22 .header-main .header-right,
    .page-header.type22 .header-main .header-center {
        margin-top: 20px;
        margin-bottom: 15px;
        height: 70px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .page-header.type22 .search-area {
        margin-left: 0.875rem;
        margin-top: -10px;
    }

    .page-header.type22 .logo {
        margin-right: 0;
        min-width: auto;
    }

    section.amsearch-item-container.amsearch-collapsible-section {
        padding-bottom: 15px;
    }

    p.amsearch-block-header.amsearch-collapsible-title {
        padding-left: 0px;
        padding-bottom: 10px;
    }

    section.amsearch-input-wrapper.-dynamic-width.-typed {
        -webkit-box-shadow: 0 1px 1px 0 rgb(65 69 73 / 30%), 0 1px 3px 1px rgb(65 69 73 / 15%);
        box-shadow: 0 1px 1px 0 rgb(65 69 73 / 30%), 0 1px 3px 1px rgb(65 69 73 / 15%);
    }

    section.amsearch-input-wrapper.-typed .amsearch-input {
        border-radius: 8px;
        background: rgba(255, 255, 255, 1) !important;
        border: 1px solid transparent !important;
    }

    section.amsearch-input-wrapper {
        box-shadow: none;
    }

    section.amsearch-input-wrapper.-dynamic-width {
        background: #f1f3f4 !important;
        border: 1px solid transparent !important;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-transition: background 100ms ease-in, width 100ms ease-out;
        transition: background 100ms ease-in, width 100ms ease-out;
    }

    .amsearch-input-wrapper .amsearch-input {
        background: #f1f3f4 !important;
        border: 1px solid transparent !important;
        padding: 5px 10px;
        transition: background 100ms ease-in, width 100ms ease-out;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-header .panel.wrapper .header-left {
        display: none;
    }
}

@media only screen and (min-width: 996px) and (max-width: 1439px) {
    .amfaq_tags .tags_content .item {
        font-size: 14px;
    }

    .amfaq_tags .tags_content .item {
        margin: 0 10px 15px 0;
    }

    .amfaq_tags .tags_content {
        margin: 5px 0px 5px 5px !important;
    }

    .amfaq_tags .tags_content .item a {
        padding: 10px 6px !important;
    }
}


@media all and (min-width: 1280px),
print {
    .products-list .product-item-photo {
        flex: 0 0 250px;
    }

    .products-list .product-item-details {
        max-width: calc(100% - (250px));
    }

    .products-list .product-item-details .product.details.row .product.description.product-item-description {
        max-width: 65%;
    }
}


@media all and (max-width: 1439px),
print {
    .block.widget.amrelated-grid-wrapper.block-products-list.grid .product-item-name a {
        font-size: 17px;
    }

    .block.widget.amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .price-box .price-excluding-tax,
    .block.widget.amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .price-box {
        font-size: 16px;
        color: #444;
    }

    .block.widget.amrelated-grid-wrapper.block-products-list.grid .product-item-info .product-item-details .price-container .price-excluding-tax .price:after {
        font-size: 15px;
    }
}

@media all and (min-width: 1440px),
print {
    .products-list .product-item-photo {
        flex: 0 0 285px;
    }

    .products-list .product-item-details {
        max-width: calc(100% - (285px));
    }

    .products-list .product-item-details .product.details.row .product.description.product-item-description {
        max-width: 70%;
    }
}


@media (min-width: 90.1em) {

    .wide-b,
    .category-cms .widget.block.block-static-block {
        margin-left: -24%;
        margin-right: -24%;
    }
}

/* Migrated Solutions Styles */
.hero_component h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px
}

.hero_component p {
    font-size: 15px
}

.text-and-image {
    position: relative
}

.text-and-image .adaptiveimage img {
    width: 100%
}

.text-and-image--above {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.text-and-image--above img {
    width: 100%
}

.text-and-image--above .text-and-image__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .001);
    -ms-filter: "alpha(opacity=1)";
    z-index: 500
}

.text-and-image--above .text-and-image__text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
    padding: 0 1rem;
    margin: -.25em 0 0;
    overflow: hidden;
    text-align: center
}

.text-and-image--above h2,
.text-and-image--above h3 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .02px;
    color: #fff;
    text-align: center;
    line-height: 1.3
}

.text-and-image--above h3 {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-and-image--above p {
    margin: 1rem 1rem 0;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.2rem
}

.text-and-image--above:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    -moz-transition: background .15s linear;
    -webkit-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear
}

.text-and-image--above:hover:before {
    background: rgba(0, 0, 0, .4)
}

.related-pages .text-and-image--above {
    margin-top: 1rem
}

.text-and-image--below > h3 {
    margin-top: 1rem
}

.text-and-image--parallax {
    width: 100%;
    height: 13.5rem;
    margin: 2rem 0;
    clear: both;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media only screen and (max-width:47.9375em) {
    .text-and-image--above .richtext p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .text-and-image--above .richtext p ~ * {
        display: none
    }
}

@media only screen and (min-width:48em) {
    .text-and-image--parallax {
        height: 15rem;
        margin: 3rem 0;
        overflow: hidden
    }
}

@media only screen and (min-width:60em) {
    .text-and-image--parallax {
        height: 17rem;
        background-attachment: fixed
    }
}

@media screen and (max-device-width:1024px) {
    .touchevents .text-and-image--parallax {
        background-attachment: scroll
    }
}

.outerLink {
    background-color: #000;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 200px
}

img.darkableImage {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tint {
    position: relative;
    float: left;
    cursor: pointer
}

.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 14, 21, .3);
    -moz-transition: background .15s linear;
    -webkit-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear
}

.tint:hover:before {
    background: rgba(0, 14, 21, .45)
}

.category-feature p.start,
p.start {
    font-size: 16px;
    line-height: 1.5;
    color: #444
}

.category-feature p a {
    font-size: 16px;
    line-height: 1.5
}

.hero_group {
    margin-bottom: 45px;
    margin-top: 15px
}

.hero_group .hero_component {
    margin-bottom: 0
}

.hero_group .hero_component,
.hero_group .summary {
    margin: 30px 0
}

@media(min-width:767px) {
    .hero_group .hero_component {
        margin-bottom: 0;
        margin-top: 15px
    }
}

h4.margin-btm-0.margin-top-0 {
    margin-bottom: 0;
    margin-top: 0
}

.category-feature h4.start {
    color: #444
}

.category-feature h3.start {
    margin-top: 60px
}

.category-feature ul.media-list {
    padding: 10px 0
}

.category-feature ul.media-list img.iconx {
    width: 105px
}

.media-list img.icon-s {
    width: 70px;
    float: left;
    padding-right: 10px
}

ul.d-flex.flex-justify-center.flex-items-center.flex-wrap li {
    list-style: none;
}

/* Migrated Timeline Styles */
.timeline-circle {
    position: relative;
    margin-left: 30px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    z-index: 2;
    box-shadow: rgba(229, 232, 235, .75) 0 11px 21px 0
}

.timeline-circle .circle-dotted {
    position: absolute;
    padding: 16px;
    width: 106px;
    height: 106px;
    top: 5px;
    left: 5px;
    display: table;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%
}

.timeline-circle .circle-center {
    position: absolute;
    padding: 16px;
    width: 105px;
    height: 105px;
    top: 5px;
    left: 3px;
    display: table
}

.timeline-circle .circle-center > span:first-child {
    font-size: .9em;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    color: #ccc
}

.timeline-circle.circle-light {
    border-color: #e6ebeb
}

.timeline-circle.circle-light .circle-dotted {
    border-color: #e6ebeb
}

.timeline-balloon {
    position: relative
}

.balloon-photo img {
    padding-bottom: 5px
}

.timeline-balloon::before {
    content: "";
    position: absolute;
    top: -31px;
    left: 87px;
    width: 1px;
    height: 120%;
    background-color: #e6ebeb
}

.timeline-balloon:last-of-type::before {
    height: 75px
}

.timeline-balloon .balloon-cell {
    display: table-cell;
    vertical-align: top;
    width: 100%
}

.timeline-balloon .balloon-time {
    padding-top: 25px;
    width: 93px;
    white-space: nowrap
}

.timeline-balloon .balloon-time .time-text {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    font-weight: 600
}

.timeline-balloon .balloon-time .time-dot {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle
}

.timeline-balloon .balloon-time .time-dot::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.timeline-balloon .balloon-time .time-dot::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.timeline-balloon .balloon-content {
    position: relative;
    margin-left: 34px;
    padding: 25px 20px 20px 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    border-color: #e6ebeb
}

.timeline-balloon .balloon-content.balloon-shadow {
    box-shadow: rgba(229, 232, 235, .75) 0 11px 21px 0
}

.timeline-balloon .balloon-content .balloon-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35px;
    left: -15px;
    border-top: 1px solid #e6ebeb;
    border-left: 1px solid #e6ebeb;
    border-right: #e6ebeb;
    border-bottom: #e6ebeb;
    transform: rotate(-45deg);
    transform-origin: left top 0
}

.timeline-balloon .balloon-content .balloon-photo {
    display: table-cell;
    vertical-align: top;
    height: 90px;
    width: 140px
}

.timeline-balloon .balloon-content .balloon-description {
    display: table-cell;
    padding-right: 20px
}

.balloon-description a,
.balloon-description p {
    line-height: 1.3;
    margin-bottom: 8px;
    font-size: 15px
}

.balloon-description h5 {
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 6px;
    color: #333
}

@media(max-width:767px) {
    .timeline-circle {
        margin: 0 auto 35px !important
    }

    .timeline-balloon::before {
        left: 50%
    }

    .timeline-balloon .balloon-time .time-dot {
        display: none
    }

    .timeline-balloon .balloon-time .time-text {
        position: absolute;
        top: -11px;
        left: 50%;
        text-align: center;
        background: #fff;
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
        border-color: #e6ebeb;
        padding: 5px 0;
        z-index: 1;
        transform: translateX(-50%)
    }

    .timeline-balloon .balloon-content {
        margin-left: 0;
        margin-right: -15px
    }
}

section.exp-timeline {
    width: calc(70%);
    margin: 0 0 0 30px;
    padding: 0
}

section.exp-timeline::after {
    content: none
}

section.exp-timeline .timeline-bar {
    position: absolute;
    width: 3px;
    left: -2.9%;
    z-index: 0
}

section.exp-timeline .timeline-box {
    width: 100%;
    padding: 0;
    border: 0 !important;
    margin: 15px 0 !important;
    box-shadow: rgba(171, 191, 216, .6) 0 12px 90px -10px !important
}

section.exp-timeline .timeline-box.right {
    max-width: 100%
}

section.exp-timeline .timeline-box.right::before {
    top: 50%;
    left: -2.5%;
    transform: translateY(-50%)
}

section.exp-timeline .timeline-box.right::after {
    top: 50%;
    border: none;
    transform: translateY(-50%) rotate(45deg)
}

section.exp-timeline .timeline-box .experience-info,
section.exp-timeline .timeline-box .experience-description {
    padding: 40px
}

section.exp-timeline .timeline-box .experience-info p {
    opacity: .5;
    text-transform: uppercase;
    font-size: 11px
}

section.exp-timeline .timeline-box .experience-info .from,
section.exp-timeline .timeline-box .experience-info .to {
    display: inline-block;
    width: 49%;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3
}

section.exp-timeline .timeline-box .experience-info .from > span,
section.exp-timeline .timeline-box .experience-info .to > span {
    display: block;
    text-transform: none;
    font-size: 16px
}

section.exp-timeline .timeline-box .experience-info .company {
    font-size: 18px
}

section.exp-timeline .timeline-box .experience-info .company > span {
    display: block;
    opacity: .5;
    text-transform: uppercase;
    font-size: 11px
}

@media(max-width:991px) {
    section.exp-timeline .timeline-bar {
        left: -4.1%
    }

    section.exp-timeline .timeline-box::before,
    section.exp-timeline .timeline-box::after {
        display: block !important
    }

    section.exp-timeline .timeline-box.right {
        float: right
    }

    section.exp-timeline .timeline-box.right::before {
        left: -3.4%
    }
}

@media(max-width:767px) {
    section.exp-timeline {
        width: 100%;
        margin: 0
    }

    section.exp-timeline .timeline-bar {
        display: none
    }

    section.exp-timeline .timeline-box::before,
    section.exp-timeline .timeline-box::after {
        display: none !important
    }

    .testimonial-bg {
        margin: 30px -30px;
        padding: 60px 45px
    }
}

.products-block .block-list__list-item.sc-active {
    border: 2px solid #08a0dd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.products-block .block-list__list-item.sc-active a {
    cursor: default
}

.links-block .block-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 2rem
}

.links-block .block-list:before,
.heading-and-links .block-list:after {
    content: "";
    display: table
}

.links-block .block-list:after {
    clear: both
}

.links-block .block-list__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    margin-bottom: 12px;
    opacity: 1;
    outline: none;
    position: relative;
    -webkit-transition: all 80ms ease-out;
    transition: all 80ms ease-out
}

.links-block .sc-active .block-list__link-block::after {
    display: none
}

.links-block .block-list__link-block {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    position: relative;
    text-align: left;
    font-family: source sans pro, Roboto, helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
    font-weight: 400;
    color: #414141;
    line-height: 1.3;
    font-size: 15px
}

.links-block .block-list__link-block:after {
    content: '';
    background-image: url(https://ausoptic.com.au/skin/frontend/smartwave/porto_child_x/images/spritesheet-ao-lrg5.png);
    background-position: -138px -77px;
    width: 13px;
    height: 9px;
    position: absolute;
    top: 1.5rem;
    right: 1.25rem
}

.links-block .block-list__link-block:hover {
    text-decoration: none
}

.links-block .block-list__link-block:hover:after {
    background-image: url(https://ausoptic.com.au/skin/frontend/smartwave/porto_child_x/images/spritesheet-ao-lrg5.png);
    background-position: -80px -141px;
    width: 13px;
    height: 9px
}

.links-block .no-flexbox .block-list__list-item {
    float: left
}

@media only screen and (min-width:48em) and (max-width:59.9375em) {
    .links-block .block-list__list-item {
        width: 48%;
        width: calc(49%)
    }

    .links-block .block-list__list-item:nth-of-type(2n) {
        margin-left: 1.875rem
    }

    .links-block .no-flexbox .block-list__list-item:nth-of-type(2n+3) {
        clear: both
    }
}

@media only screen and (min-width:60em) {
    .links-block .block-list__list-item {
        width: 30%;
        width: calc(32%);
        margin: 0 0 .5rem
    }

    .links-block .block-list__list-item:nth-of-type(3n+2) {
        margin: 0 1.875rem .5rem
    }

    .links-block .no-flexbox .block-list__list-item:nth-of-type(3n+4) {
        clear: both
    }
}

.links-block .block-list__list-item:hover {
    -webkit-box-shadow: 0 7px 9px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25)
}

.links-block .block-list__list-item.sc-active {
    border: 2px solid #08a0dd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.links-block .block-list__list-item.sc-active a {
    cursor: default
}

/* Migrated Section Styles */
section.section.section-parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0px;
    cursor: default;
}

section.section.section-parallax.paralax-still {
    background-repeat: no-repeat;
    background-attachment: scroll;
}

section.section.section-parallax.paralax-still {
    background-repeat: no-repeat;
    background-attachment: scroll;
}

section.section.section-parallax.margin-btm-1 {
    margin-bottom: 15px;
}

section.section.section-parallax.margin-btm-2 {
    margin-bottom: 30px;
}

section.section.section-parallax.margin-btm-3 {
    margin-bottom: 45px;
}

section.section.section-parallax.margin-btm-4 {
    margin-bottom: 60px;
}

section.section {
    background: rgb(244, 244, 244);
    border-top: 5px solid rgb(241, 241, 241);
    margin: 30px 0px;
}

.section-parallax.text-and-image-above::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    content: "";
}

.paralax-title {
    padding: 10px 0 10px;
    font-size: 28px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 0;
}

.paralax-col {
    max-width: 100%;
    height: 160px;
}

.parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    margin: 70px 0px;
    padding: 50px 0px;
    position: relative;
    clear: both;
}

section.section.section-center {
    text-align: center;
}

section.section.section-text-light h1,
section.section.section-text-light h2,
section.section.section-text-light h3,
section.section.section-text-light h4,
section.section.section-text-light h5,
section.section.section-text-light h6 {
    color: #FFF;
}

section.section.section-text-light p {
    color: #e6e6e6;
}

section.section.section-background {
    background-repeat: repeat;
    border: 0;
}

section.section.section-overlay {
    position: relative;
}

section.section.section-overlay:before {
    content: "";
    display: block;
    background: url("https://ausoptic.com.au/pub/media/wysiwyg/porto/video-overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

section.section.section-video {
    background: none !important;
    border: 0;
}

section.section.section-parallax {
    border: 0;
}

section.section.section-no-border {
    border: 0;
}

section.section.section-with-divider {
    margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
    margin: -56px 0 44px;
}

section.section.section-footer {
    margin-bottom: -50px;
}

section.section.section-with-mockup {
    margin-top: 120px;
}

section.section.section-front {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .container-fluid > .row > .p-none section.section {
        margin-bottom: 0;
        margin-top: 0;
    }

    .container-fluid > .row > .p-none:first-child section.section {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .container-fluid > .row > .p-none:last-child section.section {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

section.section {
    background: #f4f4f4;
    border-top: 5px solid #f1f1f1;
    margin: 15px 0;
    padding: 25px 0;
}

section.call-to-action.call-to-action-no-background {
    background: transparent;
    border-top-color: transparent;
}

section.call-to-action.call-to-action-center {
    text-align: center;
}

section.call-to-action.call-to-action-text-light h1,
section.call-to-action.call-to-action-text-light h2,
section.call-to-action.call-to-action-text-light h3,
section.call-to-action.call-to-action-text-light h4,
section.call-to-action.call-to-action-text-light h5,
section.call-to-action.call-to-action-text-light h6 {
    color: #FFF;
}

section.call-to-action.call-to-action-text-light p {
    color: #e6e6e6;
}

section.call-to-action.call-to-action-background {
    background-repeat: repeat;
    border: 0;
}

section.call-to-action.call-to-action-overlay {
    position: relative;
}

section.call-to-action.call-to-action-overlay:before {
    content: "";
    display: block;
    background: url("https://ausoptic.com.au/pub/media/wysiwyg/porto/video-overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

section.call-to-action.call-to-action-video {
    background: none !important;
    border: 0;
}

section.call-to-action.call-to-action-parallax {
    border: 0;
}

section.call-to-action.call-to-action-no-border {
    border: 0;
}

section.call-to-action.call-to-action-with-divider {
    margin: 56px 0 35px;
}

section.call-to-action.call-to-action-with-divider .divider {
    margin: -56px 0 44px;
}

section.call-to-action.call-to-action-footer {
    margin-bottom: -50px;
}

section.call-to-action.call-to-action-with-mockup {
    margin-top: 120px;
}

section.call-to-action.call-to-action-front {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .container-fluid > .row > .p-none section.section {
        margin-bottom: 0;
        margin-top: 0;
    }

    .container-fluid > .row > .p-none:first-child section.section {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .container-fluid > .row > .p-none:last-child section.section {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

/* Migrated Testimonail Styles */
/* Testimonial Layouts */
.testimonial {
    margin-bottom: 20px;
}

.testimonial blockquote {
    background: rgb(204, 204, 204);
    border-radius: 10px;
    border: 0px;
    color: rgb(102, 102, 102);
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0px;
    padding: 10px 50px;
    position: relative;
}

.testimonial blockquote::before {
    left: 10px;
    top: 0px;
    color: rgb(255, 255, 255);
    content: "“";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}

.testimonial blockquote::after {
    color: rgb(255, 255, 255);
    content: "”";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    right: 10px;
}

.testimonial blockquote p {
    color: rgb(255, 255, 255);
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.3;
}

.testimonial .testimonial-arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgb(204, 204, 204);
    height: 0px;
    margin: 0px 0px 0px 17px;
    width: 0px;
}

.testimonial .testimonial-author {
    margin: 0px;
}

.testimonial .testimonial-author::after {
    clear: both;
    content: "";
    display: table;
}

.testimonial .testimonial-author .testimonial-author-thumbnail {
    float: left;
    margin-right: 10px;
    width: auto;
}

.testimonial .testimonial-author img {
    max-width: 55px;
}

.testimonial .testimonial-author strong {
    color: rgb(17, 17, 17);
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: -5px;
    font-weight: 400;
}

.testimonial .testimonial-author span {
    color: rgb(102, 102, 102);
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}

.testimonial .testimonial-author p {
    color: rgb(153, 153, 153);
    margin: 0px 0px 0px 7px;
    text-align: left;
}

.testimonial.testimonial-style-4 {
    border-radius: 3px;
    font-size: 15px;
    padding: 8px;
    border-width: 1px 1px 2px 5px;
    border-style: solid;
    border-color: rgb(239, 239, 239) rgb(236, 236, 236) rgb(223, 223, 223) rgba(61, 52, 139, 0.8);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 1px 0px;
    background-color: rgb(245, 244, 249);
    margin-top: 11px;
}

.testimonial.testimonial-style-4 blockquote {
    border-radius: 4px;
    padding: 12px 30px;
    font-size: 15px;
    background: transparent !important;
}

.testimonial.testimonial-style-4 blockquote::before {
    top: 5px;
    color: rgba(61, 52, 139, 0.45);
    font-size: 40px;
}

.testimonial.testimonial-style-4 blockquote::after {
    color: rgba(61, 52, 139, 0.45);
    font-size: 40px;
    bottom: -5px;
}

.testimonial.testimonial-style-4 blockquote p {
    color: rgb(51, 51, 51);
    font-style: normal;
    font-size: 16px;
    font-family: "Source Sans Pro", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.testimonial.testimonial-style-4 .testimonial-arrow-down {
    display: none;
}

.testimonial.testimonial-style-4 .testimonial-author {
    margin-left: 25px;
    margin-bottom: 10px;
}

.testimonial.testimonial-style-4.testimonial-no-borders {
    border: 0px;
    box-shadow: none;
}

.testimonial-bg {
    background-image: url("https://magento1.ausoptic.com.au/media/wysiwyg/xprinted_circuit_pattern4.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin: 30px -30px;
    padding: 60px 30px;
}

h2.s-title {
    margin-top: 15px;
    margin-bottom: 5px;
    color: rgb(34, 34, 34);
    padding: 25px 0px 0px;
    font-size: 28px;
}

p.s-para {
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.editorial-section-gr {
    margin: -30px;
    padding: 30px;
    background: linear-gradient(rgb(255, 255, 255) 8%, rgb(238, 238, 238) 100%) rgb(248, 248, 248);
    text-align: left;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.editorial-section-plain {
    border-bottom: 1px solid rgb(229, 229, 229);
    border-top: 1px solid rgb(229, 229, 229);
    padding-top: 50px;
}