<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* input(26873,49): run-time error CSS1046: Expect comma, found '44'
input(26873,55): run-time error CSS1046: Expect comma, found '/'
input(26875,41): run-time error CSS1046: Expect comma, found '44'
input(26875,47): run-time error CSS1046: Expect comma, found '/'
input(32078,15): run-time error CSS1030: Expected identifier, found '.'
input(32078,37): run-time error CSS1025: Expected comma or open brace, found ')'
input(32081,15): run-time error CSS1030: Expected identifier, found '.'
input(32081,37): run-time error CSS1025: Expected comma or open brace, found ')'
input(32084,35): run-time error CSS1030: Expected identifier, found '.'
input(32084,57): run-time error CSS1025: Expected comma or open brace, found ')'
input(32786,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(38514,37): run-time error CSS1046: Expect comma, found '0'
input(38514,41): run-time error CSS1046: Expect comma, found '/' */
input[type="button"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    border-radius: 0;
}

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

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/


body {
    overflow-x: hidden;
}


a {
    color: inherit;
    cursor: pointer;
}

a img {
    opacity: 0.99; /*firefox scale bug fix*/
}

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea, select {
    height: 44px !important; /*safari padding fix*/
    border: 2px solid #cbcdd3 !important;
    padding: 8px;
    vertical-align: middle;
    border-radius: 0 !important;
    font-size: 14px !important;
}

input, textarea, select, button {
    font-size: 14px;
    color: #495057;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    height: 44px; /*safari padding fix*/
    padding: 6px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
    border-color: #ccc;
    color: #444;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label, label + * {
    vertical-align: middle;
}


.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}


.buttons {
    margin: 0 0 30px;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url('../Themes/BREUR/Content/images/rss.png') center no-repeat;
    font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.topic-page ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
    text-align: justify;
}

.flyout-cart {
    display: none;
}


/*********** GLOBAL FORMS ***********/


.fieldset, .section {
    position: relative;
    margin: 0 0 40px;
}

.fieldset .title,
.section .title {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.fieldset .title strong,
.section .title strong {
    font-weight: normal;
}

.form-fields {
    position: relative;
    /*border-top: 1px solid #e6e6e6;*/
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    /*text-align: center;*/
    white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}

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

.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    /*text-align: center;*/
    font-size: 14px; /*reset zeroing*/
    color: #444;
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    width: 80%;
    max-width: 100%;
    background-color: #fff;
    border: 2px solid #cbcdd3;
    font-size: 14px;
    color: #495057;
}

.inputs.custom-attributes {
    white-space: normal;
}

.inputs .option-list {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
}

.inputs .option-list li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
}

.inputs .option-list label {
    display: inline-block;
    width: auto !important;
    margin: 0 0 0 5px;
}

.inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}

.required {
    margin: 0 -8px 0 3px; /*siblings offset*/
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #e4434b;
    margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c;
}

.captcha-box {
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

.captcha-box &gt; div {
    display: inline-block;
    max-width: 100%;
}

.captcha-box input {
    height: auto;
}


/*********** GLOBAL TABLES ***********/


.table-wrapper {
    overflow-x: auto;
}

.data-table .hidden-row {
    height: 1px;
    border: none;
}

.data-table tr.hidden-row th {
    padding: 0;
    border-top: none;
}

.data-table tr.hidden-row th &gt; span {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.cart th,
.data-table th,
.forum-table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #f6f6f6;
    padding: 10px;
    white-space: break-spaces;
    font-weight: normal;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
    display: none;
}

.forum-table td.image {
    min-width: 0;
}

.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 20px;
    color: #444;
}

.forum-table td {
    min-width: 90px;
    padding: 10px;
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
    color: #757575;
}

.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
    text-decoration: underline;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: inherit;
    text-align: left;
}

.forum-table .forum-details,
.forum-table .topic-details {
    text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: bold;
    color: #757575;
}

.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
    color: #083e6d;
    text-decoration: none;
}

.cart .product .edit-item {
    margin: 10px 0 0;
}

.cart .product .edit-item a {
    font-weight: normal;
    color: #757575;
}

.cart .product .edit-item a:hover {
    text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}

.cart td.quantity input {
    width: 50px;
    text-align: center;
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #444;
}

.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
    font-style: italic;
    color: #757575;
}

.data-table em a {
    font-weight: bold;
    color: #444;
}

.data-table div.download {
    margin: 10px 0 0;
}


/*********** NOTIFICATIONS &amp; POPUPS  ***********/


.bar-notification-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: #083e6d;
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification.warning {
    background-color: #f39c12;
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 25px 15px 10px;
}

.bar-notification .content {
    margin: 0 10px 0 0;
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}

.bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../Themes/BREUR/Content/images/close.png') center no-repeat;
    cursor: pointer;
}

.popup-notification {
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0;
}

.popup-notification.success {
    border: 2px rgba(75, 176, 122, .5) solid;
}

.popup-notification.error {
    border: 2px rgba(228, 68, 76, .5) solid;
}

.popup-notification.warning {
    border: 2px rgba(243, 156, 18, .5) solid;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('../Themes/BREUR/Content/images/loading.gif') center no-repeat;
}

.please-wait {
    background: url('../Themes/BREUR/Content/images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.ui-dialog {
    max-width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font-family: 'Kanit', sans-serif;
}

.ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #eee;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important;
}

/*Chnaged by NCode \*/
.ui-dialog-titlebar &gt; span {
    float: left;
    font-size: 18px;
    color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    font-weight: 400;
}

.ui-dialog-titlebar button {
    position: absolute;
    overflow: hidden;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../Themes/BREUR/Content/images/close.png') center no-repeat !important;
    padding: 0 !important;
}

.ui-dialog-titlebar button span {
    display: none !important;
}

.ui-dialog-content {
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px 15px 20px 15px !important;
    color: #777;
}

.ui-dialog-content .page {
    min-height: 0;
}

.ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
}

.ui-dialog-content .page-title h1 {
    font-size: 24px;
    line-height: 30px;
}

.ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
}

.ui-dialog-content .back-in-stock-subscription-page .tooltip {
    margin-bottom: 10px;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1 {
    border: none;
    background-color: #4ab2f1;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
    background-color: #248ece;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
}

.eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: none;
    background-color: #4ab2f1;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
}

.eu-cookie-bar-notification button:hover {
    background-color: #248ece;
}

.eu-cookie-bar-notification a {
    display: block;
    color: #4ab2f1;
}

.eu-cookie-bar-notification a:hover {
    text-decoration: underline;
}


/*********** HEADER ***********/


.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.header-selectors-wrapper &gt; div {
    display: block;
    width: 50%;
    margin: 10px auto;
    vertical-align: middle;
}

.header-selectors-wrapper select {
    width: 100%;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

.language-list li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}

.language-list a {
    display: block;
    position: relative;
    width: 24px;
    height: 32px;
    line-height: 0;
}

.language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.header-links-wrapper {
    position: relative;
    padding: 20px 0;
}

.header-links {
}

.header-links ul {
    font-size: 0;
}

.header-links li {
    display: inline-block;
    margin: 0 10px;
}

.header-links span,
.header-links a {
    display: inline-block;
    font-size: 12px; /*reset zeroing*/
    line-height: 36px;
    text-transform: uppercase;
}

.header-links a:hover {
    color: #4ab2f1;
}

#topcartlink {
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 10px auto 0;
    background-color: #f6f6f6;
    padding: 0 20px;
}

#topcartlink a {
    background: url('../Themes/BREUR/Content/images/shopping-bag.png') left center no-repeat;
    padding: 0 0 0 20px;
}

.header-lower {
    position: relative;
    z-index: 2;
    padding: 35px 0;
}


.header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0; /*firefox line-height bug fix*/
}

.header-logo a img {
    max-width: 100%;
    opacity: 1;
}

/*.search-box form {
  display: inline-block;
}*/

.search-box form:after {
    content: "";
    display: block;
    clear: both;
}

.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0;
}


.search-box .search-box-button:hover {
    background-color: #248ece;
}

.search-box .ui-autocomplete-loading {
    background: #fff url('../Themes/BREUR/Content/images/ajax-loader-small.gif') right center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-autocomplete {
    width: 285px !important;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font-family: 'Kanit', sans-serif;
}

.ui-autocomplete li {
    border-top: 1px solid #ddd;
}

.ui-autocomplete li:first-child {
    border-top: none;
}

.ui-autocomplete a {
    display: block;
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #777 !important;
}

.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6 !important;
}

.ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}


.follow-us {
    margin: 30px auto 0;
    text-align: center;
}

.follow-us .title {
    margin: 0 0 10px;
    background: none;
    color: #444;
    cursor: auto;
}

.follow-us .social ul {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
    font-size: 0;
}

.follow-us .social li {
    display: inline-block;
    margin: 0 5px;
}

.follow-us .social a {
    display: block;
    width: 38px;
    height: 38px;
    background: url('../Themes/BREUR/Content/images/social-sprite.png') no-repeat;
    font-size: 0;
}

.follow-us .social .facebook a {
    background-position: 0 0;
}

.follow-us .social .twitter a {
    background-position: -38px 0;
}

.follow-us .social .rss a {
    background-position: -76px 0;
}

.follow-us .social .youtube a {
    background-position: -114px 0;
}

.follow-us .social .google-plus a {
    background-position: -152px 0;
}

.newsletter-email {
    display: inline-block;
    overflow: hidden;
}

.newsletter-email input[type="email"] {
    float: left;
    width: 180px;
    height: 36px;
    margin: 0 -1px 0 0;
}

.newsletter-subscribe-button {
    float: left;
    height: 36px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.newsletter-subscribe-button:hover {
    background-color: #248ece;
}

.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

/*.footer-lower {
  width: 95%;
  margin: auto;
  overflow: hidden;
  padding: 25px 0;
  font-size: 12px;
}*/

.footer-tax-shipping a {
    font-weight: bold;
    color: #757575;
}

.footer-tax-shipping a:hover {
    text-decoration: underline;
}

.footer-powered-by {
    margin: 10px 0 0;
}

.footer-powered-by a {
    font-weight: bold;
    color: #757575;
}

.footer-powered-by a:hover {
    text-decoration: underline;
}

.theme-selector {
    margin: 10px 0 0;
}

.theme-selector select {
    width: 170px;
}


/*********** SIDE COLUMN ***********/


.poll strong {
    display: block;
    margin: 10px 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #444;
    text-transform: uppercase;
}

.poll-options,
.poll-results {
    margin: 10px 0 15px;
    overflow: hidden;
    font-size: 15px;
    color: #444;
}

.poll-options li,
.poll-results li {
    margin: 10px 0;
}

.poll-options li &gt; input {
    margin: 0 5px 0 0;
    cursor: pointer;
}

.poll-options li &gt; label {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.poll .buttons,
.poll-total-votes {
}

.poll .buttons input {
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.poll .buttons input:hover {
    background-color: #bbb;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
    font-style: italic;
    color: #444;
}

.home-page-polls {
    text-align: center;
}

.home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.home-page-polls .title strong {
    font-weight: normal;
}

.home-page-polls li {
    display: inline-block;
    margin: 10px;
}


/********** CATEGORY PAGE **********/


.product-selectors {
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.product-selectors:first-child {
    border-top: none;
}

.product-selectors:after {
    content: "";
    display: block;
    clear: both;
}

.product-selectors &gt; div {
    display: inline-block;
    margin: 5px;
}

.product-selectors span {
    vertical-align: middle;
    font-size: 16px;
}

.product-selectors select {
    margin: 0 8px;
}

.product-selectors .product-viewmode {
    display: none;
    font-size: 0;
}

.product-filters {
    display: table;
    width: 100%;
    margin: -20px 0 20px;
    border-bottom: 1px solid #ddd;
}

.product-filter {
    margin: 0 0 10px;
}

.product-filter .filter-title {
    margin: 0 0 10px;
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 17px;
    color: #444;
}

.product-filter .filter-title strong {
    font-weight: normal;
}

.product-filter .filter-content {
    padding: 10px;
    color: #444;
}

.product-filter .available-items:after {
    content: "";
    display: block;
    clear: both;
}

.product-filter .group {
    margin: 0 0 10px;
}

.product-filter .group li {
    font-size: 15px;
}

.product-filter .group li a,
.product-filter .group li strong {
    display: inline-block;
    padding: 5px 0;
}

.product-filter .group li a:hover {
    color: #4ab2f1;
}

.product-filter .group li.item {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 0 0 15px;
}

.product-filter .group li.item:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ddd;
}

.product-filter .group li.color-item {
    padding: 0;
    display: inline-block;
}

.product-filter .group li.color-item a {
    padding: 0;
}

.product-filter .group li.color-item:before {
    display: none;
}

.filtered-items .title {
    margin: 0 0 5px;
    font-style: italic;
}

.filtered-items .item {
    color: #4ab2f1;
}

.remove-filter {
    margin: 15px 0;
}

.remove-filter a {
    display: inline-block;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.remove-filter a:hover {
    background-color: #999;
}


.item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 10px;
}

.item-box .rating {
    background: url('../Themes/BREUR/Content/images/rating1.png') repeat-x;
    width: 95px;
    height: 14px;
}

.item-box .rating div {
    background: url('../Themes/BREUR/Content/images/rating2.png') repeat-x;
    height: 14px;
}


.item-box .prices {
    margin: 0 0 10px;
    overflow: hidden;
}

.item-box .old-price {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}

.item-box .actual-price {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #666;
}

.item-box .tax-shipping-info a {
    color: #4ab2f1;
}


.home-page-category-grid .title a,
.sub-category-grid .title a {
    display: block;
    padding: 0 0 15px;
}

.home-page-category-grid .picture,
.sub-category-grid .picture {
    margin: 0;
}


.product-grid .title {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}

.product-grid .title strong {
    font-weight: normal;
}

.manufacturer-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

.manufacturer-grid .title a:hover {
    color: #3e3e3e;
}

/*.manufacturer-grid .picture {
  border: 1px solid #ddd;
}*/
.manufacturer-item {
    border: 1px solid #ddd;
    padding: 10px 20px 20px 20px;
    margin-bottom: 30px;
}

.vendor-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

.vendor-grid .title a:hover {
    color: #3e3e3e;
}

.vendor-grid .picture {
    border: 1px solid #ddd;
}


/********** PRODUCT PAGE **********/


.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
}

.gallery .picture-thumbs .thumb-item {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 5px 10px;
    overflow: hidden;
    cursor: pointer;
}


.overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px;
}

.overview .discontinued-product h4 {
    display: inline-block;
    font-size: 14px;
    padding: 17px 17px 17px 40px;
    background: url('../Themes/BREUR/Content/images/discontinued-product-icon.png') no-repeat 13px center;
    color: #de444c;
}


.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 25px;
    color: #444;
}

.product-no-reviews a {
    text-decoration: underline;
}

.product-review-box {
    display: inline-block;
    margin: 0 0 8px;
}

.product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url('../Themes/BREUR/Content/images/rating1.png') repeat-x;
}

.product-review-box .rating div {
    height: 14px;
    background: url('../Themes/BREUR/Content/images/rating2.png') repeat-x;
}

.product-review-links a {
    text-decoration: underline;
}

.product-review-links a:hover {
    color: #757575;
}

.overview .value,
.variant-overview .value {
    color: #444;
}

.overview .value a,
.variant-overview .value a {
    color: #4ab2f1;
}

.overview .value a:hover,
.variant-overview .value a:hover {
    text-decoration: underline;
}

.overview-buttons {
    margin: 0 0 25px;
    font-size: 0;
}

.overview-buttons div {
    width: 80%;
    margin: 0 auto 3px;
}

.overview .button-2,
.variant-overview .button-2 {
    display: block;
    width: 100%;
    border: none;
    background-color: #eaeaea;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 40px;
    text-align: left;
    font-size: 14px; /*reset zeroing*/
    color: #666;
}

.overview .button-2:hover,
.variant-overview .button-2:hover {
    background-color: #ddd;
}

.overview .add-to-compare-list-button {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    background: #d6d6d6;
    display: inline-block;
    border-radius: 30px;
    padding: 0 22px;
}

.overview .add-to-compare-list-button:hover {
    background: #e31c18;
}


.overview .email-a-friend-button {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    background: #d6d6d6;
    display: inline-block;
    border-radius: 30px;
    padding: 0 22px;
}

.overview .email-a-friend-button:hover {
    background: #e31c18;
}


.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url('../Themes/BREUR/Content/images/email-button.png');
}

.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('../Themes/BREUR/Content/images/download-button.png');
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    background: #d6d6d6;
    display: inline-block;
    border-radius: 30px;
    padding: 0 22px;
}

.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover {
    background: #e31c18;
}

.overview .manufacturers {
    /*margin: 0 0 20px;*/
}

.overview .availability,
.variant-overview .availability {
    /*margin: 0 0 20px;*/
    overflow: hidden;
}

.overview .availability .stock,
.variant-overview .availability .stock {
    margin: 0 0 10px;
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
    display: inline-block;
}

.overview .additional-details,
.variant-overview .additional-details {
    /*margin: 0 0 20px;*/
}

.overview .additional-details div,
.variant-overview .additional-details div {
    margin: 0 0 8px;
}

.overview .delivery,
.variant-overview .delivery {
    overflow: hidden;
}

.overview .free-shipping,
.variant-overview .free-shipping {
    display: inline-block;
    margin: 10px 0;
    background: url('../Themes/BREUR/Content/images/shipping.png') left center no-repeat;
    padding: 2px 0 2px 28px;
    font-weight: bold;
    color: #083e6d;
}

.overview .free-shipping.invisible,
.variant-overview .free-shipping.invisible {
    display: none;
}

.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 10px 0;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #757575;
    font-size: 17px;
}

.overview .download-sample,
.variant-overview .download-sample {
    display: inline-block;
    margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
    /*margin: 0 0 10px;*/
    overflow: hidden;
}

.overview .prices &gt; div,
.variant-overview .prices &gt; div {
    margin: 0 0 5px;
}

.overview .prices &gt; div &gt; span,
.variant-overview .prices &gt; div &gt; span {
    vertical-align: middle;
    font-size: 30px;
    font-weight: 600;
    color: #757575;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 30px;
    font-weight: bold;
    color: #757575;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
    color: #4ab2f1;
}

.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
    text-decoration: underline;
}

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
}

.customer-entered-price .price-input label {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.customer-entered-price .price-input input {
    width: 170px;
    text-align: center;
}

.customer-entered-price .price-range {
    margin: 5px 0 0;
    color: #777;
}

.tier-prices {
    margin: 0 0 20px;
}

.tier-prices .title {
    display: none;
}

.tier-prices table td {
    border: 2px solid #ddd;
    padding: 10px;
    color: #444;
}

.tier-prices .field-header {
    min-width: 80px;
}

.tier-prices .item-price {
    background-color: #f9f9f9;
    font-size: 16px;
    color: #e4434b;
}

.overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

.overview .add-to-cart-panel &gt; *,
.variant-overview .add-to-cart-panel &gt; * {
    float: left;
}

.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 45px;
    height: 43px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    height: 43px;
    padding: 0 12px;
    font-size: 15px;
    color: #444;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 43px;
    border: none;
    background-color: #083e6d;
    padding: 0 24px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    background-color: #248ece;
}

.product-share-button {
    display: inline-block;
    overflow: hidden;
}

.full-description {
    clear: both;
    line-height: 24px;
}

.product-collateral {
    margin: 0 0 75px;
}

.product-collateral .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
}

.product-collateral .title strong {
    font-weight: normal;
}

.product-variant-line {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

.product-variant-line:after {
    content: "";
    display: block;
    clear: both;
}

.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

.variant-overview .variant-name {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #4ab2f1;
}

.variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px;
}

.variant-overview .add-to-wishlist {
    margin: 0 0 25px;
}

.variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto;
}

.variant-overview .add-to-cart {
    margin: 0 0 10px;
}

.product-specs-box {
    padding-top: 36px;
    border-top: 2px solid #dedede;
    margin-top: 40px;
}

.product-specs-box td {
    border: 0px solid #ddd;
    padding: 10px;
}

.product-tags-box {
    margin-top: 20px;
}

.product-tags-list {
    margin-top: 0;
}

.product-tags-list ul {
    margin-top: 0;
}

.product-tags-list li {
    display: inline-block;
    font-size: 16px; /*reset zeroing*/
    font-size: 16px;
}

.product-tags-list li.separator {
    margin: 0 5px 0 3px;
}

.product-tags-list a {
    display: inline-block;
    line-height: 24px;
}

.product-tags-list a:hover {
    color: #444;
}

.attributes {
    margin: 20px 0;
}

.attributes dl {
    overflow: hidden;
    padding: 0 2px; /* fix for Chrome in Mac, the checkboxes get cut off */
}

.attributes dt,
.attribute-label {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: 600;
    color: #757575;
    font-size: 16px;
}

.attributes dd,
.attribute-data {
    margin: 0 0 10px;
}

.attributes li {
    margin: 8px 0 12px;
}

.attributes select {
    width: auto;
    min-width: 100px;
    max-width: 100%;
}

.attributes .option-list label {
    margin: 0 5px;
}

.attributes .datepicker {
    width: 280px;
    text-align: left;
    color: #444;
    padding-left: 40px;
}

.attributes .qty-box input {
    width: 48px;
    height: 32px;
    text-align: center;
}

.ui-datepicker {
    width: 280px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    text-align: center;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    padding: 0;
    font-family: 'Kanit', sans-serif;
    color: #777;
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #4ab2f1;
    color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background-image: none;
    padding: 0 !important;
    font-weight: normal;
}

.ui-datepicker-header a {
    position: absolute;
    z-index: 1;
    line-height: 32px;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url('../Themes/BREUR/Content/images/calendar-prev.png') center no-repeat;
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('../Themes/BREUR/Content/images/calendar-next.png') center no-repeat;
}

.ui-datepicker-header a span {
    /*override jQuery UI styles, do not delete doubled properties*/
    display: none !important;
}

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    font-weight: bold;
    text-transform: uppercase;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: 32px !important;
}

.ui-datepicker-calendar {
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    font-size: 14px !important;
}

.ui-datepicker-calendar th {
    background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ddd;
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
    display: block;
    min-height: 32px;
    line-height: 32px;
    color: #444;
}

.ui-datepicker-calendar td a {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none !important;
    background: none !important;
    padding: 0;
    text-align: center;
    color: #444 !important;
}

.ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #4ab2f1;
    font-weight: bold;
    /*override jQuery UI styles, do not delete doubled properties*/
    color: #4ab2f1 !important;
}

.attribute-squares {
    font-size: 0;
}

.attribute-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center;
}

.attribute-squares .attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px;
}

.attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
}

.attribute-squares .attribute-square {
    display: table !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444 !important;
    cursor: pointer;
}

.attribute-squares .selected-value .attribute-square-container {
    background-color: #4ab2f1;
}

.attribute-squares li input {
    position: relative;
    z-index: -1;
    margin: -32px 0 0;
}

.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #F6F6F6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
}

.giftcard div {
    margin: 0 0 10px;
}

.giftcard label {
    display: block;
    margin: 0 auto 5px;
    font-weight: 600;
    color: #757575;
}

.giftcard input,
.giftcard textarea {
    width: 350px;
    max-width: 100%;
}

.giftcard textarea {
    height: 150px;
}


/********** PRODUCT REVIEWS **********/


.product-reviews-page h1 a {
    color: #b2b2b2;
}

.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
    content: "''";
}

.product-reviews-page .title {
    margin: 0 0 20px;
    font-size: 25px;
    color: #083e6d;
    font-weight: 600;
}

.product-reviews-page .title strong {
    font-weight: 600;
}

.write-review {
    margin: 0 0 60px;
}

.write-review .fieldset {
    margin: 0 0 30px;
}

.tooltip {
    position: initial;
    display: inline-block;
    border-bottom: 1px dotted black;
    color: #444;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background: #f0f0f0 no-repeat 100% 5%;
    border: #c0c0c0 1px dotted;
    text-align: Left;
    padding: 10px 10px 5px 5px;
    position: absolute;
    z-index: 1;
    left: 10%;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    cursor: help;
}

.write-review .review-rating {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    color: #444;
}

.write-review .review-rating div.first {
    color: #e4444c;
}

.write-review .review-rating div.rating-options {
    padding-top: 2px;
}

.write-review .review-rating div.rating-options input {
    vertical-align: baseline;
}

.write-review .review-rating div.last {
    color: #4cb17c;
}

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    border: none;
    background-color: #4ab2f1;
    padding: 10px 25px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.write-review .button-1:hover {
    background-color: #248ece;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 40px;
    border: 2px solid #e0e0e0;
}

.product-review-item .review-item-head {
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 10px;
}

.product-review-item .review-title {
    line-height: 20px;
    font-size: 16px;
    color: #083e6d;
}

.product-review-item .product-review-box {
    margin: 3px 0 0;
}

.product-review-item .review-content {
    padding: 20px 10px;
}

.product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 22px;
    color: #444;
    font-size: 16px;
}

.product-review-item .reply {
    margin: 15px 0;
    border-top: 1px solid #ddd;
}

.product-review-item .reply-header {
    margin: 15px 0;
    font-weight: bold;
}

.product-review-item .reply-text {
    line-height: 22px;
}

.product-review-item .review-info {
    margin: 0 0 5px;
    font-size: 14px;
}

.product-review-item .review-info label {
    font-weight: normal;
    margin-bottom: 2px;
}

.product-review-helpfulness {
    font-size: 14px;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
    display: inline-block;
    padding: 0 5px;
    color: #083e6d;
    cursor: pointer;
}

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}


/********** WISHLIST &amp; COMPARE LIST **********/


.wishlist-page .page-title {
    margin: 0 0 -1px;
}

.wishlist-content {
    margin: 0 0 20px;
}

.wishlist-content .message-error {
    margin: 20px 0;
}

.wishlist-content .table-wrapper {
    margin: 0 0 30px;
    font-size: 14px;
}

.wishlist-content .table-wrapper label {
    margin-bottom: 0;
}

.wishlist-content .product-content {
    min-width: 300px;
    text-align: left;
}

.wishlist-content .tax-shipping-info {
    margin: 0 0 20px;
    text-align: center;
}

.wishlist-content .tax-shipping-info a {
    color: #4ab3f1;
}

.wishlist-content .tax-shipping-info a:hover {
    text-decoration: underline;
}

.wishlist-content .buttons {
    font-size: 0;
}

.wishlist-content .button-2 {
    display: block;
    width: 250px;
    margin: 0 auto 3px;
    border: none;
    padding: 10px 25px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
    background-color: #4ab2f1;
    text-transform: uppercase;
}

.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover {
    background-color: #248ece;
}

.wishlist-content .email-a-friend-wishlist-button {
    background-color: #aaa;
}

.wishlist-content .email-a-friend-wishlist-button:hover {
    background-color: #999;
}

.wishlist-page .share-info {
    text-align: center;
}

.wishlist-page .share-info span {
    display: block;
    margin: 0 0 5px;
}

.wishlist-page .share-info a {
    font-weight: bold;
    color: #444;
}

.wishlist-page .share-info a:hover {
    color: #4ab2f1;
}

.wishlist-page .no-data {
    margin: 25px 0 0;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}

.compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    background-color: #4ab2f1;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.compare-products-page .clear-list:hover {
    background-color: #248ece;
}

.compare-products-page .table-wrapper {
    margin: 0 0 30px;
    padding: 0 0 1px; /*IE mobile table border fix*/
}

.compare-products-table td {
    min-width: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    color: #444;
}

.compare-products-table td:first-child {
    min-width: 0;
}

.compare-products-table td label {
    font-weight: normal;
    color: #777;
}

.compare-products-table .remove-button {
    display: inline-block;
    border: none;
    background: url('../Themes/BREUR/Content/images/remove.png') left center no-repeat;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #666;
}

.compare-products-table .remove-button:hover {
    color: #4ab2f1;
}

.compare-products-table .picture {
    display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}

.compare-products-table .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.compare-products-table .product-name td {
    font-weight: bold;
}

.compare-products-table .product-name td a:hover {
    color: #4ab2f1;
}

.compare-products-table .short-description td {
    line-height: 22px;
}

.compare-products-table .full-description td {
    display: none;
}

.compare-products-page .no-data {
    margin: 25px 0 0;
}


/*********** TOPICS ***********/


.topic-block {
    margin: 0 0 25px;
}

.topic-block-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

.topic-block-title h2 {
    font-size: 30px;
    font-weight: normal;
}

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}


.topic-block a,
.topic-page a {
    /*text-decoration: underline;*/
}

.topic-block strong,
.topic-page strong {
    color: #444;
}

.home-page .topic-block {
    margin: 0 0 50px;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 15px;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 20px;
    color: #444;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

.enter-password-form input[type="password"] {
    float: left;
    width: 200px;
    height: 40px;
    margin: 0 -1px 0 0;
}

.enter-password-form input[type="submit"] {
    float: left;
    width: auto;
    min-width: 86px;
    height: 40px;
    border: none;
    background-color: #d5d4d4;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
}

.enter-password-form input[type="submit"]:hover {
    background-color: #e31c18;
}


/*********** CONTACT &amp; EMAIL A FRIEND &amp; APPLY FOR VENDOR ACCOUNT ***********/


.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
    margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
    margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    height: 54px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    background: #e31c18;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 40px;
    padding: 0 44px;
}

.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    border: 2px solid #e31c18;
    background: transparent;
    color: #e31c18;
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
    margin: 25px 0;
}

.email-a-friend-page .title h2 {
    font-weight: normal;
    color: #4ab2f1;
}

.apply-vendor-page .terms-of-service {
    text-align: center;
}

.apply-vendor-page .terms-of-service &gt; * {
    display: inline-block;
    line-height: 32px;
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
    color: #4ab2f1;
    cursor: pointer;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.gender {
    display: inline-block;
}

.gender span {
    display: inline-block;
    margin: 0 5px;
}

.gender span &gt; * {
    display: inline !important;
    margin: 0 5px;
    line-height: 32px;
}

.date-of-birth .date-picker-wrapper {
    display: inline;
}

.date-of-birth select {
    width: 31%; /*always single line*/
    max-width: 126px;
}

.date-of-birth select + select {
    margin: 0 0 0 10px;
}

.date-of-birth .select-wrapper + .select-wrapper {
    margin: 0 0 0 10px;
}

#check-availability-button {
    margin: 10px 0 0;
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

#check-availability-button:hover {
    background-color: #999;
}

.inputs.accept-consent {
    text-align: center;
}

.inputs.accept-consent &gt; * {
    display: inline-block;
    line-height: 32px;
}

.inputs.accept-consent span,
.inputs.accept-consent a {
    color: #4ab2f1;
    cursor: pointer;
    font-size: 14px;
}

.inputs.accept-consent label {
    width: auto;
    margin-left: 10px;
    margin-bottom: 0;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #e31c18;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 40px;
    text-transform: uppercase;
}

.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
    background-color: #d6d6d6;
}

.return-request-page h1 a {
    color: #4ab2f1;
}

.return-request-page .return-request-file {
    font-size: 14px;
}

.return-request-page .return-request-file .uploadedfileinput {
    display: inline-block;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px;
}

.registration-result-page .result {
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #4cb17c;
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
    margin: 0 5px;
    font-size: 14px;
}

.customer-info-page .vat-status {
    display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    margin: 0 0 15px;
    font-size: 20px;
    color: #444;
}

.login-page .title strong {
    font-weight: normal;
}

.login-page .new-wrapper {
    margin: 0 0 50px;
}

.login-page .new-wrapper .text {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px;
    line-height: 22px;
}

.login-page .new-wrapper .topic-block {
    margin: 0;
}

.login-page .new-wrapper .topic-block-body strong {
    color: #444;
}

.login-page .new-wrapper .button-1 {
    margin: 0 0 5px;
}

.login-page .returning-wrapper {
    margin: 0;
}

.login-page .returning-wrapper .form-fields {
    overflow: hidden;
    padding: 30px 15px 0;
}

.login-page .returning-wrapper .inputs.reversed {
    white-space: normal;
}

.login-page .returning-wrapper .inputs.reversed * {
    display: inline-block;
    width: auto;
    margin: 5px;
    font-size: 14px; /*reset zeroing*/
    color: #444;
}

.login-page .returning-wrapper .inputs.reversed a:hover {
    color: #4ab2f1;
}

.login-page .captcha-box {
    margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
    background-color: #fff;
    padding: 30px 0;
}

.external-authentication {
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center;
}

.external-authentication .title {
    margin: 0 0 15px;
    font-size: 20px;
    color: #444;
}

.external-authentication .buttons {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    padding: 30px;
}

.external-auth-errors {
    color: #e4444c;
}

.external-auth-association {
    color: #444;
}

.external-auth-association a {
    color: #4ab2f1;
}

.external-auth-association a:hover {
    text-decoration: underline;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.password-recovery-page .tooltip {
    margin: 0 0 25px;
}

.add-more-external-records {
    text-align: center;
}

.add-more-external-records a {
    color: #4ab2f1;
}

.add-more-external-records a:hover {
    text-decoration: underline;
}

.account-page .buttons {
    text-align: center;
}

.account-page .description {
    margin: 0 0 25px;
    padding: 0 10px;
}

.account-page .table-wrapper {
    margin: 0 0 30px
}

.gdpr-tools-page .result {
    margin: 20px 0;
    font-size: 13px;
    color: #e4434b;
}

.gdpr-tools-page .buttons {
    margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 26px;
    color: #444;
}

.address-list-page .info .name,
.order-list-page .info .name {
    font-size: 16px;
    font-weight: bold;
}

.address-list-page .button-2,
.order-list-page .button-2 {
    display: inline-block;
    margin: 0 0 0 10px;
    border: none;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #444;
}

.edit-address-button {
    background: url('../Themes/BREUR/Content/images/edit.png') left center no-repeat;
}

.delete-address-button,
.cancel-recurring-order-button {
    background: url('../Themes/BREUR/Content/images/remove.png') left center no-repeat;
}

.retry-recurring-order-button {
    background: url('../Themes/BREUR/Content/images/retry.png') left center no-repeat;
}

.return-items-button {
    background: url('../Themes/BREUR/Content/images/return.png') left center no-repeat;
}

.order-details-button {
    background: url('../Themes/BREUR/Content/images/details.png') left center no-repeat;
}

.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
    color: #4ab2f1;
}

.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center;
}

.address-edit-page .page-title {
    margin: 0 0 -1px;
}

.address-edit-page .message-error {
    margin: 20px 0;
}

.address-edit-page .edit-address {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.recurring-payments table td {
    white-space: nowrap;
}

.recurring-payments table td:first-child {
    min-width: 120px;
    white-space: normal;
}

.recurring-payments .button-2 {
    font-size: 14px;
}

.return-request-list-page .details {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 22px;
    color: #444;
}

.return-request-list-page label {
    margin: 0 5px 0 0;
}

.return-request-list-page a {
    color: #4ab2f1;
}

.return-request-list-page a:hover {
    text-decoration: underline;
}

.return-request-list-page .comments div {
    margin: 10px 0 0;
    font-size: 15px;
    font-style: italic;
    color: #444;
}

.downloadable-products-page table td {
    color: #444;
}

.reward-points-overview {
    margin: 0 0 25px;
}

.reward-points-history table td {
    color: #444;
}

.reward-points-history table td:first-child {
    min-width: 120px;
}

.change-password-page .page-title {
    margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
    margin: 20px 0;
}

.change-password-page .fieldset {
    margin: 0 0 30px;
}

.avatar-page .page-title {
    margin: 0;
}

.avatar-page .page-body {
    margin: 0 0 30px;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 30px 25px;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

.avatar-page .image img {
    border: 1px solid #ccc;
}

.avatar-page .button-1 {
    font-size: 14px;
}

.avatar-page .button-2 {
    border: none;
    background-color: #d5d4d4;
    padding: 10px 15px;
    font-size: 14px;
    color: #fefefe;
    text-transform: uppercase;
    border-radius: 40px;
}

.avatar-page .button-2:hover {
    background-color: #e31c18;
}

.avatar-page .info {
    color: #444;
    font-size: 15px;
}

.vendorinfo-page .button-2 {
    border: medium none;
    background-color: #d5d4d4;
    padding: 10px 15px;
    font-size: 14px;
    color: #fefefe;
    text-transform: uppercase;
}

.vendorinfo-page .button-2:hover {
    background-color: #e31c18;
}

.vendorinfo-page .vendor-picture {
    width: 400px;
    margin: 0 auto;
}

.vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px;
}

.check-gift-card-balance-page .page-title {
    margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
    margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
    margin: 0 0 30px;
}


/********** SHOPPING CART **********/


.order-progress {
    margin: 0 0 50px;
    background-color: #f6f6f6;
    padding: 15px 0;
    text-align: center;
}

.order-progress ul {
    font-size: 0;
}

.order-progress li {
    display: inline-block;
    margin: 10px;
}

.order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px; /*reset zeroing*/
    color: #444;
}

.order-progress a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    border: 1px solid #bbb;
    background: #fff url('../Themes/BREUR/Content/images/pointer.png') center no-repeat;
}

.order-progress li.active-step a {
    cursor: pointer;
}

.order-progress li.inactive-step a {
    opacity: 0.3;
    cursor: default;
}

/*.shopping-cart-page .page-title {
  margin: 0 0 -1px;
  padding: 10px;
}*/

.shopping-cart-page .message-error {
    margin: 20px 0;
}

.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: left;
}

.shopping-cart-page .checkout-attributes a {
    color: #4ab3f1;
}


.shopping-cart-page .checkout-attributes a:hover {
    text-decoration: underline;
}

.shopping-cart-page .tax-shipping-info {
    margin: 20px 0;
    text-align: center;
}

.shopping-cart-page .tax-shipping-info a {
    color: #4ab3f1;
}

.shopping-cart-page .tax-shipping-info a:hover {
    text-decoration: underline;
}

.shopping-cart-page .common-buttons {
    margin: 0 0 60px;
    background-color: #f6f6f6;
    padding: 20px;
    font-size: 0;
}

.shopping-cart-page .common-buttons input {
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

.shopping-cart-page .common-buttons input:hover {
    background-color: #999;
}

.shopping-cart-page .common-buttons input:first-child {
    background-color: #4ab2f1;
}

.shopping-cart-page .common-buttons input:first-child:hover {
    background-color: #248ece;
}

.checkout-attributes {
    /*margin: -30px 0 30px;*/
    color: #444;
}

.checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
}

.checkout-attributes dd {
    margin: 0 0 20px;
}

.checkout-attributes input[type="text"],
.checkout-attributes select {
    min-width: 170px;
}

.checkout-attributes ul {
    font-size: 0;
}

.checkout-attributes li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 14px; /*reset zeroing*/
}

.checkout-attributes .attribute-squares li {
    border: none;
    padding: 0;
    line-height: 0;
}

.checkout-attributes li label {
    display: inline-block;
    margin: 0 0 0 5px;
}

.selected-checkout-attributes {
    margin: 30px 0;
    color: #444;
    font-size: 15px;
}

.selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 3px;
}


.cart-footer:after {
    content: "";
    display: block;
    clear: both;
}

.cart-footer .totals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    background-color: #f9f9f9;
    padding: 10px;
    color: #444;
}

.cart-footer .total-info {
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 5px 30px 15px;
}

.cart-total td {
    width: 50%;
    padding: 5px 0;
    text-align: right;
}

.cart-total td:first-child {
    text-align: left;
}

.cart-total .giftcard-remaining {
    display: block;
    font-style: italic;
}

.cart-total .order-total {
    font-size: 20px;
    color: #4ab2f1;
}

.cart-total .order-total strong {
    font-weight: normal;
}

.cart-total .earn-reward-points {
    font-style: italic;
}

.min-amount-warning {
    margin: 0 0 20px;
    padding: 0 30px;
    color: #e4434b;
}

/*Chnaged by NCode*/
.terms-of-service {
    margin: 0 0 20px;
    /*padding: 0 30px;*/
}

.terms-of-service label {
    cursor: pointer;
    font-size: 15px;
}

.terms-of-service a {
    margin: 0 0 0 3px;
    color: #4ab2f1;
}

.cart-footer .checkout-buttons {
    padding: 0 10px;
}

.cart-footer .checkout-disabled {
    font-size: 20px;
    text-align: center;
    background: #ffa500;
    border: 1px solid #c3891e;
    color: #fff;
    padding: 15px 50px;
}

.cart-footer .checkout-button {
    display: inline-block;
    min-width: 160px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.cart-footer .checkout-button:hover {
    background-color: #248ece;
}

.cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px;
}


.cart-collaterals .button-2 {
    display: inline-block;
    border: none;
    background-color: #d5d4d4;
    padding: 10px 15px;
    color: #fefefe;
    text-transform: uppercase;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
}

.cart-collaterals .button-2:hover {
    background-color: #e31c18;
}

.cart-collaterals .title {
    margin: 0 0 5px;
    font-size: 18px;
    color: #444;
}

.cart-collaterals .title strong {
    font-weight: normal;
}

.cart-collaterals .hint {
    margin: 0 0 10px;
    font-size: 15px;
}

.cart-collaterals .deals &gt; div {
    margin: 0 0 20px;
}

.cart-collaterals .coupon-code {
    overflow: hidden;
}

.cart-collaterals .coupon-code input[type="text"] {
    float: left;
    width: calc(100% - 140px);
    height: 36px; /*safari padding fix*/
    margin: 0 -1px 0 0;
}

.cart-collaterals .coupon-code input[type="submit"] {
    float: left;
    width: 130px;
    height: 36px; /*safari padding fix*/
    padding: 0;
    border-radius: 25px;
    margin-left: 10px;
}

.cart-collaterals .message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: #e4434b;
}

.cart-collaterals .message-success {
    margin: 5px 0 0;
    font-size: 12px;
    color: #4cb17c;
}

.cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #4cb17c;
}

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background: #fff url('../Themes/BREUR/Content/images/close.png') center no-repeat;
    cursor: pointer;
}

.cart-collaterals .shipping select {
    height: 36px;
}

.cart-collaterals .shipping-results {
    margin: 30px 0 0;
}

.cart-collaterals .shipping-results li {
    margin: 20px 0;
}

.cart-collaterals .shipping-results li strong {
    display: block;
    margin: 0 0 5px;
    color: #444;
}


.shopping-cart-page .no-data {
    margin: 25px 10px 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}


/********** CHECKOUT **********/


.checkout-page .section {
    margin: 0 0 30px;
}

.checkout-page .section.order-summary {
    margin: 100px 0 30px;
}

.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
}

.checkout-page .cart-footer {
    border-top: none;
}

.checkout-page .total-info {
    margin: 0;
    border-bottom: none;
    /*padding: 5px 20px 10px;*/
}

.checkout-page .button-1 {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.checkout-page .button-1:hover {
    background-color: #248ece;
}

.checkout-page .address-item {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.checkout-page .address-item ul {
    margin: 0 0 15px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}

.checkout-page .address-item li {
    padding: 5px 0;
}

.checkout-page .address-item li.name {
    font-size: 16px;
    font-weight: bold;
}

.enter-address .message-error {
    margin: 20px 0;
}

.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.checkout-page .ship-to-same-address {
    padding: 30px 0;
    text-align: center;
}

.checkout-page .ship-to-same-address .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.checkout-page .pickup-in-store {
    text-align: center;
}

.checkout-page .pickup-in-store .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.select-pickup-point {
    text-align: center;
}

.checkout-page .pickup-points-map {
    min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.shipping-method .method-list li,
.payment-method .method-list li {
    margin: 20px 0;
    font-size: 14px; /*reset zeroing*/
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    margin-bottom: 0 !important;
}

.shipping-method .method-description {
    margin: 5px 0 0;
}

.payment-method .method-list li .payment-description {
    margin-top: 10px;
}

.payment-method .use-reward-points {
    margin: 0 0 0;
    text-align: center;
    color: #444;
}

.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle;
}

.payment-method .payment-logo label {
    display: block;
    font-size: 0 !important;
}

.payment-method .payment-details {
    min-width: 180px;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: left !important;
    vertical-align: middle;
}

.payment-info .info {
    padding: 30px 15px;
    color: #444;
}

.payment-info .info tr {
    display: block;
    margin: 0 0 15px;
    font-size: 0;
}

.payment-info .info td {
    display: inline-block;
    width: 100% !important;
    max-width: 400px !important;
    font-size: 14px; /*reset zeroing*/
}

.payment-info .info td:only-child {
    width: 100% !important;
    max-width: 100% !important;
}

.payment-info .info td input[type="text"] {
    width: 100% !important;
}

.payment-info .info td input[name="CardCode"] {
    width: 65px !important;
}

.payment-info .info td select {
    min-width: 70px;
}

.payment-info .info td:first-child {
    margin: 0 0 10px;
}

.payment-info .info p {
    text-align: center;
}

.confirm-order .buttons {
    padding: 10px 0;
}

.confirm-order .button-1 {
    font-size: 16px;
}

.order-review-data &gt; div,
.order-details-area &gt; div,
.shipment-details-area &gt; div {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
    font-weight: 700;
}

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    margin-top: 20px;
}

.order-completed .details {
    margin: 0 0 30px;
    padding: 30px 15px;
    text-align: center;
    color: #444;
}

.order-completed .details div {
    margin: 5px 0;
}

.order-completed .details strong {
    font-weight: normal;
    text-transform: uppercase;
}

.order-completed .details a {
    color: #4ab2f1;
}

.order-completed .details a:hover {
    text-decoration: underline;
}

.opc .step-title {
    margin: 0 0 1px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.opc .allow .step-title {
    background-color: #4ab2f1;
    cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
    float: left;
    /* min-height: 40px; */
    /* padding: 10px 15px; */
    line-height: 20px;
    /* font-size: 16px; */
    /* font-weight: normal;*/
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
}

.opc .step-title .number {
    width: 42px;
    border-right: 1px solid #fff;
    text-align: center;
}

.opc .allow .step-title .number {
    background-color: #248ece;
}

.opc .step {
    /*margin: 10px 0;*/
    /*padding: 30px 15px;*/
    /*text-align: center;*/
}

.opc .section {
    margin: 0 0 30px;
}

.opc .section &gt; label {
    display: block;
    margin: 0 0 10px;
}

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

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

.opc .back-link a {
    display: inline-block;
    margin: 0 0 0 -15px;
    background: url('../Themes/BREUR/Content/images/back-button.png') left center no-repeat;
    padding: 0 0 0 18px;
    color: #444;
}

.opc .back-link a:hover {
    color: #4ab2f1;
}

.opc .buttons .please-wait {
    display: block;
    margin: 10px 0 0;
    background: none;
}

.opc .section.ship-to-same-address {
    margin: 0 0 30px;
    padding: 0;
}

.opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0;
}

.opc .payment-info .info tr {
    text-align: left;
}

.opc .section.order-summary {
    margin: 0;
}


/****** ORDER DETAILS &amp; SHIPPING DETAILS ******/


.order-details-page .page-title {
    border-bottom: none;
}

.order-details-page .page-title h1 {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

.order-details-page .page-title a {
    display: inline-block;
    min-width: 180px;
    margin: 5px 0;
    border: none;
    background-color: #aaa;
    background-image: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

.order-details-page .page-title a:hover {
    background-color: #999;
}

.order-details-page .page-title a.print-order-button {
    background-color: #4ab2f1;
}

.order-details-page .page-title a.print-order-button:hover {
    background-color: #248ece;
}

.order-details-page .order-overview {
    margin: 0 0 50px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #444;
}

.order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.order-details-page .order-overview .order-total strong {
    font-weight: normal;
    color: #4ab2f1;
}

.order-details-page .repost .button-2 {
    display: inline-block;
    margin: 10px 0;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.order-details-page .repost .button-2:hover {
    background-color: #248ece;
}

.order-details-page .download a {
    font-weight: normal;
    color: #4ab2f1;
}

.order-details-page .download a:hover {
    text-decoration: underline;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
}

.user-agreement-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.user-agreement-page .button-1:hover {
    background-color: #248ece;
}

.order-details-page .tax-shipping-info {
    margin: 30px 0;
}

.order-details-page .tax-shipping-info a {
    color: #4ab2f1;
}

.order-details-page .tax-shipping-info a:hover {
    text-decoration: underline;
}

.order-details-page .actions {
    margin: 30px 0 0;
    font-size: 0;
}

.order-details-page .actions input {
    display: inline-block;
    min-width: 165px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    background-image: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

.order-details-page .actions input:hover {
    background-color: #999;
}

.order-details-page .actions input:first-child {
    background-color: #4ab2f1;
}

.order-details-page .actions input:first-child:hover {
    background-color: #248ece;
}

.order-details-page .totals.section {
    width: 370px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto 50px;
}

.order-details-page .total-info {
    background-color: #f9f9f9;
    padding: 15px 20px;
    color: #444;
}


/****** SEARCH &amp; SITEMAP ******/


.search-page .page-title {
    margin: 0 0 -1px;
}

.search-input .fieldset {
    margin: 0 0 30px;
}

.search-input .form-fields {
    padding: 30px 15px 10px;
}

.search-input input + label {
    display: inline;
    margin: 0 0 0 5px;
}

.advanced-search {
    margin: 30px 0 0;
}

.advanced-search .price-range {
    display: inline-block;
}

.advanced-search .price-range input {
    width: 80px;
    margin: 3px;
}

.search-input .buttons {
    text-align: center;
}

.search-input .button-1 {
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.search-input .button-1:hover {
    background-color: #248ece;
}

.search-results {
    margin: 30px 0 0;
}

.search-results .warning,
.search-results .no-result {
    margin: 10px 0;
    color: #e4434b;
}

.sitemap-page .description {
    margin: 0 0 60px;
    text-align: center;
    line-height: 18px;
}

.sitemap-page .entity {
    margin: 0 auto 30px;
    max-width: 800px;
}

.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: center;
    float: left;
    width: 100%;
}

.sitemap-page .entity-title h2 {
    font-size: 24px;
    font-weight: normal;
    color: #083e6d;
}

.sitemap-page .entity-body {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
    text-align: center;
    float: left;
    width: 100%;
}

.sitemap-page .entity ul {
    font-size: 0;
}

.sitemap-page .entity li {
    display: block;
    position: relative;
    padding: 0 12px;
    line-height: 30px;
    font-size: 14px;
    width: 33.33%;
    text-align: left;
    float: left;
    margin: 0;
}

.sitemap-page .entity li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #d70000;
}

.sitemap-page .entity a {
    color: #444;
}

.sitemap-page .entity a:hover {
    color: #083e6d;
}

.sitemap-page .entity a:empty {
    display: none;
}


.sitemap-page {
    background: #f9f9f9;
    padding: 40px 0;
}

.sitemap-page .page-title {
    text-align: center;
}

.sitemap-page .entity:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .sitemap-page .entity {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .sitemap-page .entity li {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .sitemap-page .entity li {
        width: 100%;
    }

    .sitemap-page .description {
        margin: 0 0 30px;
    }

    .sitemap-page .entity {
        margin: 0
    }
}

/****** BLOG &amp; NEWS ******/
.block-blog-archive .number {
    display: block;
    color: #444;
    cursor: auto;
}

.block-blog-archive .sublist {
    margin: 5px 0 5px 15px;
}

.block-blog-archive li.month {
    padding: 3px 0 3px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
    margin: 0;
}

.blog-page .post,
.news-items .news-item {
    margin: 0 0 30px;
    border: 2px solid #dee2e6;
    padding: 10px;
}

.blog-page .post:after {
    content: "";
    display: block;
    clear: both;
}

.post-title,
.news-title {
    display: inline-block;
    /* padding: 20px 10px; */
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #083e6d;
}

.post-title:hover,
.news-title:hover {
    color: #51619f;
}

.post-date,
.news-date {
    display: block;
    margin: 0 0 15px;
    /* background-color: #f6f6f6; */
    padding: 5px;
    /* font-style: italic; */
    color: #444;
    font-size: 14px;
    padding-left: 0;
}

.post-body,
.news-body {
    margin: 0 0 20px;
    /* padding: 0 10px; */
    line-height: 22px;
    font-size: 15px;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 10px;
}

.blog-page .tags label,
.blogpost-page .tags label {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-weight: bold;
    color: #444;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
    display: inline-block;
    font-size: 14px; /*reset zeroing*/
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
    margin: 0 8px 0 0;
}

.blog-page .tags a,
.blogpost-page .tags a {
    display: block;
    color: #083e6d;
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    color: #51619f;
}

.blog-posts .buttons,
.news-items .buttons {
    margin: 0;
    padding: 0;
}

.blog-posts .buttons .read-comments {
    display: block;
    margin: 0 0 15px;
    font-weight: bold;
    color: #083e6d;
    font-size: 14px;
}

.blog-posts .buttons .read-comments:hover {
    color: #51619f;
}

.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
    display: inline-block;
    border: none;
    background-color: #d5d4d4;
    padding: 10px 20px;
    font-size: 15px;
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 40px;
}

.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover {
    background-color: #e31c18;
}

.new-comment {
    margin: 50px 0 60px;
}

.new-comment .notifications {
    margin: 0 0 10px;
}

.new-comment .result {
    color: #690;
    font-size: 14px;
}

.new-comment .form-fields {
    margin: 0 0 20px;
}

.new-comment .button-1 {
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.new-comment .button-1:hover {
    background-color: #248ece;
}

.comment-list {
    margin: 0 0 100px;
}

.comment-list .title {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
    padding-left: 0 !important;
}

.comment-list .title strong {
    font-weight: normal;
    color: #083e6d;
}

.comment-list .comment {
    margin: 0 0 40px;
    border: 2px solid #e0e0e0;
    margin-top: 20PX !important;
}

.comment-list .comment:after {
    content: "";
    display: block;
    clear: both;
}

.comment-info {
    width: 150px;
    margin: 20px auto;
}

.comment-info .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: bold;
    color: #3e3e3e;
}

.comment-info a.username:hover {
    color: #4ab2f1;
}

.comment-info .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.comment-info .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border: solid 2px #CEDBE1 !important;
}

.comment-time {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: bold;
}

.comment-time span {
    color: #3e3e3e;
    vertical-align: top;
}

.comment-title {
    margin: 0 0 15px;
    font-size: 16px;
    color: #3e3e3e;
    padding-left: 10px !important;
}

.comment-body {
    line-height: 22px;
    padding: 10px !important;
    font-size: 14px;
}

.news-list-homepage {
    margin: 0 0 75px;
}

.news-list-homepage .title {
    margin: 0 0 -1px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}

.news-list-homepage .title strong {
    font-weight: normal;
}

.news-list-homepage .view-all {
    text-align: center;
}

.news-list-homepage .view-all a {
    color: #444;
    text-decoration: underline;
}

.news-list-homepage .view-all a:hover {
    color: #4ab2f1;
}


/*** FORUM &amp; PROFILE ***/


.forums-main-page .topic-block {
    margin: 0 0 35px;
    text-align: center;
}

.forums-main-page .topic-block p {
    text-align: center;
}

.forums-main-page .pager {
    display: none;
}

.forum-breadcrumb {
    margin: 0 0 40px;
}

.forums-header {
    margin: 0 0 50px;
    overflow: hidden;
}

.forums-header:after {
    content: "";
    display: block;
    clear: both;
}

.forums-header .current-time {
    margin: 0 0 15px;
    color: #444;
}

.forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 10px;
}

.forum-search-box .advanced a {
    line-height: 22px;
    color: #444;
    text-decoration: underline;
}

.forum-search-box .advanced a:hover {
    color: #4ab2f1;
}

.forum-search-page .page-title {
    margin: 0 0 -1px;
}

.forum-search-page .search-error,
.forum-search-page .no-result {
    margin: 0 0 15px;
    text-align: center;
    color: #e4434b;
}

/* forum group */

.forums-table-section {
    margin: 0 0 60px;
}

.forums-table-section + .pager {
    margin: -30px 0 30px;
}

.forums-table-section-title {
    margin: 0 0 15px;
    padding: 0 10px;
}

.forums-table-section-title a,
.forums-table-section-title strong {
    font-size: 22px;
    font-weight: normal;
    color: #444;
}

.forums-table-section-title a:hover {
    color: #4ab2f1;
}

.forums-table-section .image div {
    width: 38px;
    height: 32px;
    margin: auto;
    background: url('../Themes/BREUR/Content/images/topic-type1.png') center no-repeat;
}

.forums-table-section .image div.sticky {
    background: url('../Themes/BREUR/Content/images/topic-type2.png') center no-repeat;
}

.forums-table-section .image div.announcement {
    background: url('../Themes/BREUR/Content/images/topic-type3.png') center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
    margin: 5px 0;
}

.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
    color: #4ab2f1;
    text-decoration: none;
}

.forums-table-section .topic-title span {
    display: block;
    color: #777;
}

.forums-table-section .forum-description,
.forums-table-section .topic-starter {
    margin: 5px 0;
}

.forums-table-section .latest-post {
    white-space: nowrap;
}

.forums-table-section .latest-post div {
    margin: 5px 0;
}

.forums-table-section .latest-post label {
    color: #777;
}

.forums-table-section .view-all {
    margin: 30px 0 0;
    padding: 0 10px;
}

.forums-table-section .view-all a {
    background-color: #4ab2f1;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.forums-table-section .view-all a:hover {
    background-color: #248ece;
}

/* forum-page, topic page */

.forum-page .forum-info {
    margin: 0 0 30px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    font-size: 30px;
    font-weight: normal;
}

.forum-actions,
.topic-actions {
    margin: 0 0 30px;
    font-size: 0;
}

.forum-actions .actions a,
.topic-actions .actions a {
    display: inline-block;
    margin: 1px;
    padding: 10px 10px 10px 33px;
    font-size: 14px;
}

.forum-actions .actions .new-topic {
    background: #eee url('../Themes/BREUR/Content/images/new.png') left center no-repeat;
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
    background: #eee url('../Themes/BREUR/Content/images/watch.png') left center no-repeat;
}

.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    background-color: #e6e6e6;
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
    display: none;
    margin: 0;
}

.topic-actions .reply-topic-button {
    background: #eee url('../Themes/BREUR/Content/images/reply.png') left center no-repeat;
}

.topic-actions .watch-topic-button {
    background: #eee url('../Themes/BREUR/Content/images/watch.png') left center no-repeat;
}

.topic-actions .move-topic-button {
    background: #eee url('../Themes/BREUR/Content/images/move.png') left center no-repeat;
}

.topic-actions .edit-topic-button {
    background: #eee url('../Themes/BREUR/Content/images/edit_.png') left center no-repeat;
}

.topic-actions .delete-topic-button {
    background: #eee url('../Themes/BREUR/Content/images/remove_.png') left center no-repeat;
}

.topic-actions.lower .actions {
    display: none;
}

.active-discussions-page .forums-table-section-title {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
    font-size: 30px;
    font-weight: normal;
}

.active-discussions-page .forums-table-section-body {
    margin: 0 0 20px;
}

/* topic post */

.topic-post {
    margin: 0 0 30px;
    border-top: 1px solid #ddd;
}

.topic-post:last-child {
    border-bottom: 1px solid #ddd;
}

.topic-post:after {
    content: "";
    display: block;
    clear: both;
}

.topic-post .post-info {
    margin: 30px 0;
}

.topic-post .user-info {
    width: 150px;
    margin: 0 auto 15px
}

.topic-post .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: bold;
    color: #444;
}

.topic-post a.username:hover {
    color: #4ab2f1;
}

.topic-post .avatar,
.profile-info-box .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.topic-post .avatar img,
.profile-info-box .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.topic-post .avatar img {
    border: solid 2px #CEDBE1 !important;
}

.topic-post .user-stats {
    margin: 0 0 15px;
}

.topic-post .user-stats li {
    display: inline-block;
    margin: 0 10px;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
    margin: 0 0 0 3px;
    font-weight: bold;
    color: #444;
}

.topic-post .pm-button,
.profile-info-box .pm-button {
    display: inline-block;
    border: none;
    background-color: #888;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    background-color: #999;
}

.topic-post .post-time {
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
}

.topic-post .post-time span {
    color: #444;
}

.topic-post .post-actions {
    margin: 0 0 15px;
    font-size: 0;
}

.topic-post .post-actions &gt; div {
    display: inline-block;
}

.topic-post .post-actions a {
    display: inline-block;
    margin: 1px 5px;
    font-size: 14px;
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
    padding: 10px 10px 10px 33px;
}

.topic-post .post-actions .edit-post-button {
    background: url('../Themes/BREUR/Content/images/edit_.png') left center no-repeat;
}

.topic-post .post-actions .delete-post-button {
    background: url('../Themes/BREUR/Content/images/remove_.png') left center no-repeat;
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
    color: #4ab2f1;
}

.topic-post .post-actions .post-link-button {
    padding: 10px;
    font-weight: bold;
    color: #4ab2f1;
}

.topic-post .post-actions .post-link-button:hover {
    text-decoration: underline;
}

.topic-post .post-actions .quote-post-button {
    background-color: #888;
    padding: 10px 20px;
    color: #fff;
}

.topic-post .post-actions .quote-post-button:hover {
    background-color: #999;
    color: #fff;
}

.topic-post .post-text {
    /*topic post-text also gets style from blog post-body*/
    padding: 0 10px 20px;
    line-height: 22px;
    color: #444;
    margin-bottom: 0;
}

.topic-post .post-vote {
    text-align: center;
    display: table;
    margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}

.topic-post .quote,
.latest-posts .quote {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    color: #777;
}

.topic-post .signature {
    border-top: 1px solid #ddd;
    padding: 20px;
    font-size: 13px;
    font-style: italic;
    clear: both;
}

.topic-post .post-vote span.vote {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 24px;
}

.topic-post .post-vote span.up {
    background: url('../Themes/BREUR/Content/images/vote-up.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.up.selected {
    background: url('../Themes/BREUR/Content/images/vote-up-selected.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.down {
    background: url('../Themes/BREUR/Content/images/vote-down.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.down.selected {
    background: url('../Themes/BREUR/Content/images/vote-down-selected.png') no-repeat 50% 50%;
}

.topic-post .vote-count-post {
    display: block;
    font-size: 160%;
}

/* forum edit &amp; send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
    margin: 0 0 -1px;
}

.move-topic-page label {
    white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
    margin: 20px 0;
}

.forum-edit-page .inputs strong {
    display: inline-block;
    max-width: 400px;
    font-size: 22px; /*reset zeroing*/
    font-weight: normal;
    color: #444;
    white-space: normal;
}

.forum-edit-page .inputs .topic-subject {
    font-size: 17px;
}

.forum-edit-page .inputs.reversed {
    margin: 0;
}

.forum-edit-page .inputs.reversed label {
    width: auto;
    margin: 5px;
    font-size: 14px; /*reset zeroing*/
    white-space: normal;
}

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
    max-width: 400px;
    margin: 20px auto;
    background-color: #ddd;
    padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
    padding: 2px;
}

.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
    border: #333 1px solid;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
    display: block;
    margin: auto;
}

.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
    min-width: 140px;
    border: none;
    background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
    background-color: #888;
}

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
    background-color: #4ab2f1;
}

.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
    background-color: #248ece;
}

.private-message-send-page a {
    font-size: 14px;
    color: #4ab2f1;
}

.private-message-send-page span {
    font-size: 14px;
}

/* jQuery tabs */

.ui-tabs {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    font-family: 'Kanit', sans-serif;
    color: #777;
}

.ui-widget.ui-widget-content.ui-tabs {
    border: none;
}

.ui-tabs-nav {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 0 30px !important;
    border-width: 0 0 1px;
    border-radius: 0;
    background: none;
    padding: 0 !important;
    line-height: normal;
    font-weight: normal;
    color: #444;
}

.ui-tabs-nav li {
    /*override jQuery UI styles, do not delete doubled properties*/
    float: none !important;
    margin: 0 0 -1px !important;
    border: none !important;
    border-radius: 0;
    background: none !important;
    padding: 0 !important;
}

.ui-tabs-nav li a {
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: none !important;
    padding: 12px 24px !important;
}

.ui-tabs-nav li.ui-state-active a {
    background-color: #eee;
    color: #4ab2f1;
}

.ui-tabs-panel {
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0 !important;
}

/* inbox &amp; view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.private-messages-page th.select {
    text-align: center;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
    min-width: 150px;
}

.private-messages-page td.date {
    white-space: nowrap;
}

.private-messages-page td.subject a {
    color: #444;
}

.private-messages-page td.subject a.pm-unread {
    color: #4ab2f1;
}

.private-messages-page .pager {
    margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
    font-size: 0;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
    display: block;
    width: 250px;
    margin: 0 auto 3px;
    font-size: 15px; /*reset zeroing*/
}

.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.private-message-view-page .message-head {
    margin: 0 0 20px;
    line-height: 22px;
}

.private-message-view-page .message-head span {
    font-weight: bold;
    color: #444;
}

.private-message-view-page .message-body {
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 30px 20px;
    line-height: 22px;
    text-align: justify;
}

.private-message-view-page .back-pm-button {
    text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
    overflow: hidden;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: normal;
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    color: #777;
}

.profile-info-box .user-details {
    margin: 0 0 30px;
}

.profile-info-box .avatar {
    margin: 0 auto 15px;
}

.profile-info-box .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
}

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

.latest-posts {
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: normal;
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    color: #777;
}

.latest-posts .topic {
    margin: 0 0 35px;
}

.latest-posts .topic-title {
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px;
}

.latest-posts .topic-title a {
    font-weight: bold;
    color: #444;
}

.latest-posts .topic-title a:hover {
    color: #4ab2f1;
}

.latest-posts .topic-body {
    margin: 0 0 15px;
    line-height: 22px;
}

.latest-posts .topic-data {
    color: #444;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
}

.csharpcode {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #fff;
    padding: 10px;
    font-family: 'Kanit', sans-serif;
    color: #000;
}

.csharpcode .rem {
    color: green;
}

.csharpcode .kwrd {
    color: #00f;
}

.csharpcode .str {
    color: #006080;
}

.csharpcode .op {
    color: #00c;
}

.csharpcode .preproc {
    color: #c63;
}

.csharpcode .asp {
    background-color: #ff0;
}

.csharpcode .html {
    color: maroon;
}

.csharpcode .attr {
    color: red;
}

.csharpcode .alt {
    width: 100%;
    margin: 0;
    background-color: #f6f6f6;
}

.csharpcode .lnum {
    color: #666;
}


@media all and (max-width: 769px) {

    .review-rating .name-description {
        text-align: center;
        width: 100%;
        display: block;
    }

    .write-review .review-rating div {
        text-align: center;
        padding-bottom: 10px;
        display: inline-block;
    }
}


@media all and (max-width: 1000px) {


    /*** GLOBAL TABLES ***/
    .cart {
        display: block;
    }

    .cart label {
        display: none;
    }

    .cart colgroup, .cart thead {
        /* display:none; */
    }

    .cart tbody {
        /* display:block; */
        /* overflow:hidden; */
    }

    .cart tr {
        /* display:block; */
        /* float:left; */
        /* width:100%; */
        /* margin:40px 0 0; */
        /* border:1px solid #ddd; */
    }

    .cart td {
        /* display:block; */
        /* border:none; */
        /* padding:10px; */
    }

    .cart td.remove-from-cart {
        /* margin:0 0 15px; */
        /* border-bottom:1px solid #ddd; */
        /* background-color:#eee; */
        /* padding:10px; */
    }

    .cart td.product-picture {
        border-top: 1px solid #ddd;
        padding: 15px 10px 5px
    }

    .cart td.product {
        /* min-width:0; */
        /* border-bottom:1px solid #ddd; */
        /* padding:5px 10px 15px; */
        /* text-align:center; */
    }

    .cart td.quantity {
        /* display:inline-block; */
        /* padding:0 10px; */
        /* vertical-align:middle; */
    }

    .cart td.unit-price, .cart td.subtotal {
        /* display:inline-block; */
        /* padding:20px 10px; */
        /* vertical-align:middle; */
    }

    .order-details-page .data-table {
        display: block;
    }

    .order-details-page .data-table colgroup,
    .order-details-page .data-table thead {
        display: none;
    }

    .order-details-page .data-table tbody {
        display: block;
        overflow: hidden;
    }

    .order-details-page .data-table tr {
        display: block;
        float: left;
        width: 100%;
        margin: 40px 0 0;
        border: 1px solid #ddd;
    }

    .order-details-page .data-table td {
        display: block;
        border: none;
        padding: 10px;
    }

    .order-details-page .data-table td.product,
    .order-details-page .data-table td.tracking-number {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center;
    }


    /*** MOBILE NAVIGATION ***/
    /*.header-menu {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 40px;
  }

  .menu-toggle {
    background: #4ab2f1 url('../Themes/BREUR/Content/images/menu-icon.png') right center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }*/
    /*.top-menu {
    display: none;
  }

    .top-menu &gt; li {
      position: relative;
      margin: 1px 0;
      background-color: #f6f6f6;
    }

      .top-menu &gt; li &gt; a {
        display: block;
        min-height: 55px;
        padding: 18px;
        font-size: 15px;
        color: #555;
      }

    .top-menu .sublist {
      display: none;
      background-color: #fff;
      padding: 5px 0;
    }

      .top-menu .sublist li {
        position: relative;
        margin: 1px 0 1px 20px;
      }

        .top-menu .sublist li a {
          display: block;
          padding: 15px 18px;
          font-size: 15px;
        }

  .sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #fff;
    background: url('../Themes/BREUR/Content/images/toggle-black.png') center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

  .sublist .sublist-toggle {
    height: 49px;
  }

  .sublist .sublist li {
    background-color: #f6f6f6;
  }

  .sublist .sublist .sublist li {
    background-color: #fff;
  }

  .block-category-navigation {
    display: none;
  }

  .block-account-navigation {
    float: none;
    margin: auto !important;
  }

  .write-review .review-rating {
    text-align: center;
  }

    .write-review .review-rating div.name-description {
      width: 100%;
      margin: 0 5px 0 0;
      text-align: center;
    }*/
}


@media all and (min-width: 481px) {


    /*** GLOBAL ***/
    /*.master-wrapper-content,
  .header-menu {
    width: 92.5%;
  }*/
    /*** GLOBAL TABLES ***/
    .cart tr {
        width: 46%;
        margin: 40px 2% 0;
    }

    .cart tr:nth-child(2n+1) {
        clear: both;
    }

    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0;
    }

    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: both;
    }


    /*** HEADER ***/
    .ui-autocomplete {
        width: 339px !important;
    }

    .ui-autocomplete img {
        display: inline;
    }


    /*** FOOTER ***/
    /*.footer-block {
    width: 85%;
  }

  .newsletter-email input[type="text"] {
    width: 240px;
  }*/
    /*** CATEGORY ***/
    .product-filter {
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }

    .product-filter.price-range-filter {
        width: 200px;
    }

    .product-filter .product-spec-group {
        float: left;
        margin: 0 25px 10px 0;
    }

    .product-filter .product-spec-group.product-spec-color {
        max-width: 190px;
    }

    .product-filter .group li.item {
        display: block;
        margin: 0;
    }

    .product-filter .group li.color-item {
        display: inline-block;
    }

    /*.item-box {
    width: 49%;
    margin: 0 0.5% 50px;
  }

    .item-box:nth-child(2n+1) {
      clear: both;
    }*/
    .item-box .product-rating-box {
        margin: 0 0 15px;
    }

    .item-box .prices {
        min-height: 40px;
    }

    .item-box .product-title {
        min-height: 42px;
        margin: 0 0 5px;
    }


    /*** PRODUCT PAGE ***/
    .overview-buttons div {
        display: inline-block;
        width: auto;
        margin: 0 1px 10px 10px;
    }

    .overview-buttons div.email-a-friend {
        margin: 0;
    }


    /*** WISHLIST ***/
    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 5px;
    }


    /*** TOPICS ***/
    .enter-password-form input[type="password"] {
        width: 260px;
    }


    /*** FORUM &amp; PROFILE ***/
    .forums-header {
        background-color: #f9f9f9;
        padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
        display: inline-block;
        min-width: 150px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 5px -1px !important;
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        width: auto;
        margin: 1px;
    }

    .topic-post .post-text {
        float: left;
        width: 90.5%;
        text-align: left;
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
        display: table-cell;
    }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: 40px;
    }

    .forum-table td.image div {
        max-width: 100%;
        background-size: contain;
    }
}


@media all and (min-width: 769px) {


    /**** GLOBAL ***/
    .master-wrapper-content {
        width: 94%;
    }

    .home-page-polls li {
        min-width: 100px;
    }


    /**** GLOBAL TABLES ***/
    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

    .cart tr:nth-child(2n+1) {
        clear: none;
    }

    .cart tr:nth-child(3n+1) {
        clear: both;
    }

    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

    .order-details-page .data-table tr:nth-child(2n+1) {
        clear: none;
    }

    .order-details-page .data-table tr:nth-child(3n+1) {
        clear: both;
    }


    /*** HEADER ***/
    .header-selectors-wrapper &gt; div {
        width: 20%;
    }


    /*** FOOTER ***/
    /*.footer-block {
    display: inline-block;
    width: 25.33333%;
    margin: 0 4%;
    vertical-align: top;
  }

    .footer-block .title {
      margin: 0 0 15px;
      background: none;
      padding: 0;
      color: #444;
      cursor: auto;
    }

    .footer-block .list {
      display: block !important; 
      background: none;
      padding: 0;
    }

      .footer-block .list li {
        padding: 5px 0;
      }

      .footer-block .list a {
        display: inline;
        padding: 0;
      }

  .follow-us {
    width: 98%;
    margin: 25px auto 0;
  }*/
    /*** CATEGORY ***/
    .product-selectors {
        text-align: left;
    }

    .product-selectors .product-viewmode {
        display: inline-block;
        float: right;
    }

    .product-selectors .product-viewmode span {
        display: none;
    }

    .product-selectors .product-viewmode a {
        display: inline-block;
        width: 24px;
        height: 32px;
        margin: 0 0 0 12px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

    .product-selectors .product-viewmode a.grid {
        background-image: url('../Themes/BREUR/Content/images/view-grid.png');
    }

    .product-selectors .product-viewmode a.list {
        background-image: url('../Themes/BREUR/Content/images/view-list.png');
    }

    .product-selectors .product-viewmode a.selected {
        opacity: 1;
    }

    /*.item-box {
    width: 32.33333%;
    margin: 0 0.5% 50px;
  }

    .item-box:nth-child(2n+1) {
      clear: none;
    }*/
    .item-box:nth-child(3n+1) {
        clear: both;
    }

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }

    .product-list .item-box .product-item:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-list .item-box .picture {
        float: left;
        width: 220px;
    }

    .product-list .item-box:hover .picture a img {
        opacity: 1;
    }

    .product-list .item-box .picture:hover a img {
        opacity: 0.85;
    }

    .product-list .item-box .picture + .details {
        margin: 0 0 0 240px;
    }

    .product-list .item-box .product-title {
        height: auto;
        padding: 10px 0;
        font-size: 18px;
    }

    .product-list .item-box .description {
        display: block;
        margin: 0 0 10px;
        line-height: 22px;
    }

    .product-list .item-box .prices {
        height: auto;
        margin: 0 0 30px;
    }

    .product-list .item-box .buttons {
    }

    .product-list .item-box .product-box-add-to-cart-button {
        width: auto;
        min-width: 150px;
        padding: 0 20px;
    }

    .product-list .item-box .add-to-compare-list-button,
    .product-list .item-box .add-to-wishlist-button {
        width: 42px;
    }


    /*** PRODUCT PAGE ***/
    .gallery {
        width: 550px;
    }

    .variant-picture {
        float: left;
    }

    .variant-picture + .variant-overview {
        width: auto;
        margin: 0 0 0 240px;
    }

    .variant-overview {
        text-align: left;
    }


    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }

    .product-review-item .product-review-box {
        float: right;
    }

    .write-review .review-rating div {
        display: inline-block;
        margin: 0 0 0 5px;
        cursor: default;
        vertical-align: middle;
        font-size: 14px;
        height: 17px;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 20px 1%;
        vertical-align: top;
    }

    .recurring-payments {
        width: 100% !important;
        margin: 20px 0 !important;
    }


    /*** SHOPPING CART ***/
    .order-progress {
        padding: 20px;
    }

    .order-progress li {
        margin: 0 10px;
    }

    .order-progress a {
        min-width: 80px;
    }

    .cart-options .common-buttons {
        text-align: right;
    }

    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px;
    }

    .cart-footer .totals {
        float: right;
        width: 45%;
        margin: 0 2.5%;
    }

    .cart-footer .terms-of-service {
        text-align: left;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right;
    }

    .cart-footer .cart-collaterals {
        /*float: left;
    width: 45%;
    margin: 0 2.5%;*/
    }

    .cart-footer .cart-collaterals div,
    .cart-footer .cart-collaterals label {
        text-align: left;
    }

    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }

    /*Chnaged ruby NCode*/
    .cart-footer .estimate-shipping .buttons {
        text-align: center;
    }


    /*** CHECKOUT ***/
    .checkout-page .selected-checkout-attributes {
        float: right;
        text-align: right;
    }

    .checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0;
    }

    .checkout-page .address-grid {
        overflow: hidden;
    }

    .checkout-page .address-item {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }

    .shipping-method .method-list li,
    .payment-method .method-list li {
        /* display:inline-block; */
        width: 100%;
        margin: 0;
        vertical-align: top;
        /* padding:10px; */
        margin-bottom: 25px;
    }

    .shipping-method .method-name {
        background-color: #f6f6f6;
        padding: 10px;
    }

    .shipping-method .method-name .form-check.form-radio-check-inline {
        margin-top: 0;
    }

    .payment-method .payment-logo {
        display: none;
        background-color: transparent;
        padding: 10px;
    }

    .payment-method .payment-logo img {
        margin: 0 auto;
    }

    .payment-method .payment-details {
        display: block;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 75px;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }

    .order-review-data &gt; div,
    .order-details-area &gt; div,
    .shipment-details-area &gt; div {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }


    /*** ORDER DETAILS &amp; SHIPPING DETAILS ***/
    .order-details-page .section.options {
        text-align: right;
    }

    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }

    .order-details-page .tax-shipping-info {
        text-align: right;
    }

    .order-details-page .totals {
        float: right;
        clear: both;
    }

    .shipment-details-page .tracking-number .tracking-url {
        color: #4ab2f1;
    }


    /*** BLOG &amp; NEWS ***/
    .blog-posts .tags {
        float: right;
        width: 80%;
        text-align: right;
    }

    .blog-posts .buttons {
        float: left;
        width: 20%;
        text-align: left;
    }

    .new-comment {
        text-align: center;
    }

    .new-comment .buttons {
        text-align: center;
    }

    .comment-list .comment {
        display: table;
        width: 100%;
        margin: 0;
    }

    .comment-list .comment:last-child {
        border-bottom: 1px solid #ddd;
    }

    .comment-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
    }

    .comment-info .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center;
    }

    .comment-info .avatar {
        border: none;
    }

    .comment-info .avatar img {
        max-width: 80%;
        max-height: 80%;
    }

    .comment-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
    }

    .comment-time {
        min-height: 40px;
        margin: 0;
        background-color: #f6f6f6;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }

    .comment-title {
        margin: 0 0 -20px;
        padding: 20px;
    }

    .comment-body {
        padding: 20px;
    }


    /*** FORUM &amp; PROFILE ***/
    .forum-actions,
    .topic-actions {
        overflow: hidden;
    }

    .forum-actions .actions,
    .topic-actions .actions {
        float: left;
    }

    .forum-actions .pager,
    .topic-actions .pager {
        float: right;
        max-width: 450px;
    }

    .forum-actions .pager li,
    .topic-actions .pager li {
        margin: 2px 4px;
    }

    .forum-actions .pager.upper {
        display: block;
    }

    .topic-actions.lower .actions {
        display: block;
    }

    .topic-posts {
        margin: 0 0 30px;
    }

    .topic-post {
        display: table;
        width: 100%;
        margin: 0;
    }

    .topic-post .post-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
        text-align: left;
    }

    .topic-post .user-info {
        width: auto;
    }

    .topic-post .username {
        min-height: 40px;
        margin: 0;
        border: none;
        text-align: center;
    }

    .topic-post .avatar {
        margin: auto;
        border: none;
    }

    .topic-post .avatar img {
        max-width: 80%;
        max-height: 80%;
    }

    .topic-post .user-stats li {
        margin: 0;
    }

    .topic-post .send-pm {
        margin: 0 0 20px;
    }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        padding: 8px 16px;
        font-size: 13px;
    }

    .topic-post .post-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
    }

    .topic-post .post-head {
        min-height: 40px;
        overflow: hidden;
        background-color: #f6f6f6;
    }

    .topic-post .post-time {
        float: left;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }

    .topic-post .post-actions {
        float: right;
        margin: 0;
    }

    .topic-post .post-actions a {
        margin: 0;
        line-height: 20px;
    }

    .topic-post .post-actions .manage-post a {
    }

    .topic-post .post-actions .quote-post a {
        min-width: 70px;
    }

    .topic-post .post-actions a.post-link-button {
        margin: 0 0 0 10px;
        border-left: 1px solid #ddd;
        text-align: center;
    }

    .topic-post .post-text {
        padding: 20px 5px;
    }

    .topic-post .post-vote {
        padding: 20px 0 20px 15px;
    }

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: none;
    }

    .forum-table td.image div {
        max-width: none;
        background-size: initial;
    }

    .ui-tabs-nav {
        text-align: left;
    }

    .ui-tabs-nav li {
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 10px -1px 0 !important;
    }

    .profile-info-box .avatar {
        float: left;
        margin: 0 15px 15px 0;
    }

    .profile-info-box .profile-stats {
        float: left;
        text-align: left;
    }

    .profile-info-box .title {
        text-align: left;
    }

    .profile-info-box .send-pm {
        clear: both;
        text-align: left;
    }
}


.flyout-cart {
    position: absolute;
    top: 57px;
    right: 15px;
    z-index: 100;
    width: 300px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.header-lower .cart-box .flyout-cart .items .item .product .price {
    padding: 0 0 5px 0 !important;
    width: auto;
    text-align: left;
}

@media (max-width: 991px) {
    .mobile-header {
        position: relative
    }

    .flyout-cart {
        top: calc(100% + 2px);
        right: 10px;
    }
}

.header-lower {
    z-index: 999;
}

.flyout-cart.active {
    display: block;
}

.mini-shopping-cart {
    padding: 12px 0;
    text-align: left;
    font-size: 12px;
}

.mini-shopping-cart .count {
    padding: 5px 15px 15px;
    color: #444;
}

.mini-shopping-cart .count a {
    margin: 0 2px;
    font-weight: bold;
    color: #444;
}

.mini-shopping-cart .items {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 0;
}

.mini-shopping-cart .item {
    overflow: hidden;
    padding: 10px 12px;
    border-bottom: 1px solid #ddd;
}

.mini-shopping-cart .item:last-child {
    border-bottom: none;
}

.mini-shopping-cart .picture {
    float: left;
    width: 70px;
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 1px;
}

.mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
}

.mini-shopping-cart .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.mini-shopping-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.mini-shopping-cart .picture + .product {
    margin: 0 0 0 80px;
}

.mini-shopping-cart .name {
    margin: 0 0 10px;
    font-size: 14px;
}

.mini-shopping-cart .name a {
    color: #757575;
}

.mini-shopping-cart .name a:hover {
    color: #083e6d;
}

.mini-shopping-cart .attributes {
    margin: 5px 0;
    color: #444;
}

.mini-shopping-cart .totals {
    margin: 0 0 12px;
    font-size: 14px;
    text-align: center;
    padding: 0 12px;
}

.mini-shopping-cart .totals strong {
    font-size: 16px;
    color: #444;
}

.mini-shopping-cart .buttons {
    margin: 0 0 5px;
    text-align: center;
    padding: 0 12px;
}

.mini-shopping-cart input[type="button"] {
    display: inline-block;
    border: none;
    background-color: #e31c18;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 600
}

.mini-shopping-cart input[type="button"]:hover {
    background-color: #d6d6d6;
}

@media all and (min-width: 1001px) {
    /*** GLOBAL STYLES ***/
    .master-wrapper-content {
        width: 980px;
        margin: auto;
    }

    .center-2 {
        float: right;
        width: 73%;
    }

    .side-2 {
        float: left;
        width: 25%;
    }

    .page {
        text-align: left;
    }

    .inputs {
        text-align: left;
    }

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


    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs input[type="password"],
    .inputs select {
        min-height: 40px;
    }

    .inputs .option-list li {
        margin: 0 10px 0 0;
    }

    .center-1 .buttons {
        text-align: center;
    }

    .center-2 .inputs label {
        width: 20%;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    .page-title a + h1 {
        float: left;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }


    /*** GLOBAL TABLES ***/
    .cart tr {
        width: auto;
        margin: 0;
    }

    .cart label {
        display: none;
    }

    .order-details-page .data-table tr {
        width: auto;
        margin: 0;
    }

    .order-details-page .data-table label {
        display: none;
    }


    /*** HEADER ***/
    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0;
    }

    .header-selectors-wrapper &gt; div {
        width: auto;
        min-width: 100px;
        margin: 0 12px 0 0;
        line-height: 43px;
    }

    .header-selectors-wrapper select {
        height: 25px;
        padding: 4px;
        font-size: 12px;
    }

    .language-list {
        text-align: left;
    }

    .header-links-wrapper {
        float: right;
        padding: 0;
    }

    .header-links li {
        margin: 0 16px;
    }

    .header-links a,
    .header-links span {
        line-height: 45px;
        text-transform: none;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 18px;
    }


    .header-lower {
        position: relative; /*Added by NCode*/
        z-index: 999; /*Added by NCode*/
    }

    .header-logo {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }

    .search-box {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

    .search-box input.search-box-text,
    .search-box .search-box-button {
        height: 40px;
    }


    /*** NAVIGATION ***/
    /*.header-menu {
    position: relative;
    z-index: 5;
    width: 980px;
    margin: 0 auto 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    text-align: center;
  }

  .menu-toggle,
  .sublist-toggle {
    display: none;
  }

  .header-menu &gt; ul {
    display: block !important; 
    font-size: 0;
  }

    .header-menu &gt; ul.mobile {
      display: none !important;
    }

    .header-menu &gt; ul &gt; li {
      display: inline-block;
      border-left: 1px solid #ddd;
      padding: 0 15px;
      vertical-align: middle;
    }

      .header-menu &gt; ul &gt; li:first-child {
        border-left: none;
      }

      .header-menu &gt; ul &gt; li &gt; a {
        display: block;
        padding: 5px 10px;
        line-height: 20px;
        font-size: 17px; 
        color: #555;
        cursor: pointer;
      }

        .header-menu &gt; ul &gt; li &gt; a:hover {
          color: #4ab2f1;
        }

  .header-menu .sublist {
    display: none;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
  }

    .header-menu .sublist li {
      position: relative;
    }

      .header-menu .sublist li a {
        display: block;
        position: relative;
        padding: 10px 20px 10px 30px;
        font-size: 14px;
        color: #444;
      }

        .header-menu .sublist li a:before {
          content: "";
          position: absolute;
          top: 17px;
          left: 15px;
          width: 5px;
          height: 5px;
          background-color: #ddd;
        }

      .header-menu .sublist li:hover &gt; a {
        background-color: #f6f6f6;
      }

  .header-menu ul li:hover &gt; .sublist {
    display: block;
  }

  .header-menu .sublist .sublist {
    top: -10px;
    left: 100% !important;
  }*/
    /*** FOOTER ***/
    /*.footer-upper {
    width: 980px;
    padding: 35px 10px;
  }

    .footer-upper:after {
      content: "";
      display: block;
      clear: both;
    }

  .footer-block {
    float: left;
    width: 220px;
    margin: 0;
  }

    .footer-block:first-child {
    }

    .footer-block .list {
      margin: 0;
    }

  .follow-us {
    float: right;
    width: 300px !important;
    margin: 0;
    text-align: left;
  }

    .follow-us .social li {
      margin: 0 10px 0 0;
    }

  .newsletter-email {
    display: block;
  }

    .newsletter-email input[type="text"] {
      width: 200px;
    }

    .newsletter-email .newsletter-subscribe-button {
      width: 100px;
      padding: 0 5px;
    }

  .newsletter-validation .field-validation-valid {
    text-align: left;
  }

  .footer-lower {
    position: relative;
    width: 980px;
    padding: 25px 5px;
  }

    .footer-lower:after {
      content: "";
      display: block;
      clear: both;
    }

  .footer-info {
    float: right;
    line-height: 32px;
  }

  .footer-powered-by {
    float: left;
    margin: 0;
    line-height: 32px;
  }

  .theme-selector {
    float: left;
    margin: 0 0 0 15px;
  }*/
    /*** COLUMN ***/
    /*** CATEGORY ***/
    .breadcrumb {
        margin: 0 0 20px;
    }

    .item-box .buttons {
        text-align: left;
    }

    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
        width: 24%;
        margin: 0 0.5% 50px;
    }

    .home-page .product-grid .item-box:nth-child(3n+1),
    .product-details-page .product-grid .item-box:nth-child(3n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
        clear: none;
    }

    .home-page .product-grid .item-box:nth-child(4n+1),
    .product-details-page .product-grid .item-box:nth-child(4n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
        clear: both;
    }


    /*** PRODUCT PAGE ***/
    .rental-attributes {
        overflow: hidden;
    }

    .rental-attributes .attribute-item {
        float: left;
        margin: 0 20px 0 0;
    }

    .rental-attributes .datepicker {
        width: 250px;
        text-align: left;
        padding-left: 40px;
    }

    .attribute-squares li {
        margin: 0 10px 10px 0;
    }


    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        max-width: 850px;
    }

    .write-review .review-rating div.name-description {
        width: 265px;
        margin: 0 5px 0 0;
        text-align: right
    }


    /*** WISHLIST &amp; COMPARE LIST ***/
    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 7px;
        right: 0;
    }

    .compare-products-table .full-description td {
        display: table-cell;
    }

    .compare-products-table .full-description td p {
        margin-top: 0;
    }


    /*** TOPICS ***/
    .center-1 .topic-block-title {
        text-align: center;
    }

    .topic-page p {
        text-align: justify;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .gender span {
        margin: 0 10px 0 0;
    }

    .gender span &gt; * {
        margin: 0 5px 0 0;
    }

    .date-of-birth select + select {
        margin: 0 0 0 11px;
    }

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    .login-page .customer-blocks {
        overflow: hidden;
    }

    .login-page .new-wrapper {
        float: left;
        width: 49%;
        margin: 0;
    }

    .login-page .new-wrapper .text {
        min-height: 200px;
    }

    .login-page .returning-wrapper {
        float: right;
        width: 49%;
    }

    .login-page .returning-wrapper .form-fields {
        min-height: 200px;
        padding: 30px 0 0;
    }

    .login-page .returning-wrapper .inputs label {
        width: 110px;
    }

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 300px;
    }

    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: block;
        width: auto;
        margin: 0 0 40px;
    }

    .address-list-page .buttons,
    .order-list-page .buttons {
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: left;
    }

    .registration-page .vat-note {
        margin-left: 275px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 150px;
    }

    .customer-info-page .vat-status {
        display: inline-block;
    }

    /*** SHOPPING CART ***/
    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .checkout-attributes {
        /*float: left;*/
        max-width: 100%;
        /*margin: -30px 0 15px;*/
    }

    .shopping-cart-page .checkout-attributes li {
        margin: 5px 10px 5px 0;
    }

    .shopping-cart-page .selected-checkout-attributes {
        /*float: right;
    max-width: 395px;
    margin: 15px 0;*/
    }


    /*** CHECKOUT ***/
    .order-progress {
        margin: -30px 0 50px;
    }

    .checkout-page .address-item {
        width: 31.33333%;
    }

    .checkout-page .terms-of-service {
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 15px;
    }

    .payment-info .info td:first-child {
        width: 265px !important;
        margin: 0 10px 0 0;
        text-align: right;
    }

    .payment-info .info td:only-child {
        width: 100% !important;
    }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: left;
    }

    .opc .order-review-data ul {
        text-align: left;
    }


    /*** SEARCH &amp; SITEMAP ***/
    .advanced-search .price-range {
        margin-left: 114px;
    }


    /*** BLOG &amp; NEWS ***/
    .comment-list {
        margin: 0 0 50px;
    }

    .news-list-homepage .news-items {
        overflow: hidden;
        text-align: left;
    }

    .news-list-homepage .news-item {
        float: left;
        width: 31.33333%;
        margin: 0 1% 30px;
    }

    .news-list-homepage .news-item:nth-child(3n+1) {
        clear: both;
    }

    .news-list-homepage .news-item:only-child {
        float: none;
        width: auto;
        margin: 0 0 30px;
    }

    .news-list-homepage .news-head {
        text-align: center;
    }

    .news-list-homepage .news-body {
        text-align: justify;
    }


    /*** FORUM &amp; PROFILE ***/
    .forum-breadcrumb {
        margin: -30px 0 30px;
    }

    .current-time {
        float: right;
    }

    .forum-search-box {
        float: left;
    }

    .forum-search-box .advanced {
        text-align: left;
    }

    .forum-search-box .advanced a {
        line-height: normal;
    }

    .forums-table-section td {
        min-width: 150px;
    }

    .forums-table-section td:first-child {
        min-width: 90px;
    }

    .forums-table-section .view-all {
        text-align: right;
    }

    .topic-actions .pager.upper {
        display: block;
        max-width: 400px;
    }

    .forum-table .forum-details,
    .forum-table .topic-details {
        min-width: 225px;
    }

    .forum-table td {
        padding: 20px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 600px;
        height: 250px;
    }

    .private-message-send-page .bb-code-editor-wrapper {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle;
    }
}


@media all and (min-width: 1367px) {


    /*** GLOBAL STYLES ***/
    .inputs.accept-consent label {
        width: auto;
    }


    /*** HEADER ***/
    /*** NAVIGATION ***/
    /*.header-menu {
    width: 1200px;
  }

    .header-menu &gt; ul &gt; li {
      padding: 0 20px;
    }

      .header-menu &gt; ul &gt; li &gt; a,
      .header-menu &gt; ul &gt; li &gt; span {
        font-size: 18px;
      }*/
    /*** FOOTER ***/
    /*.footer-upper {
    width: 1200px;
    padding: 35px 30px;
  }

  .footer-block {
    width: 280px;
  }

  .footer-lower {
    width: 1200px;
    padding: 25px 20px;
  }*/
    /*** PRODUCT REVIEWS ***/
    .product-review-item .review-title {
        max-width: 1050px;
    }

    .write-review .review-rating div.name-description {
        margin: 0 5px 0 0;
        min-width: 375px;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/
    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 360px;
    }

    .registration-page .vat-note {
        margin-left: 385px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 225px;
    }

    /*** SHOPPING CART ***/
    .cart-footer .totals {
        width: 395px;
        margin: 0;
    }


    .cart-footer .cart-collaterals .deals {
        float: left;
        width: 360px;
    }

    .cart-footer .cart-collaterals .shipping {
        float: right;
        width: 360px;
    }

    .cart-footer .estimate-shipping .inputs label {
        display: inline-block;
        width: 35%;
    }

    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
        width: 65%;
    }


    /*** CHECKOUT ***/
    .shipping-method .method-list li,
    .payment-method .method-list li {
        /*margin: 20px 1%;*/
        width: 100%;
    }

    .payment-info .info td:first-child {
        width: 100% !important;
        margin: 0;
        text-align: left;
    }

    .payment-info .info td:only-child {
        width: 100% !important;
    }


    /*** FORUM &amp; PROFILE ***/
    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important;
    }

    .topic-post .post-text {
        width: 930px;
        max-width: 100%;
    }
}

.block .listbox #blog-month-list {
    padding: 18px;
}

.block .listbox #blog-month-list li.customer-info.year {
    border: none;
    padding-bottom: 16px;
}

.block .listbox #blog-month-list .sublist {
    margin: 0;
    padding-left: 10px;
    padding-top: 12px;
}

.block .listbox #blog-month-list .sublist li.month {
    padding: 0;
    border: none
}

.block .listbox #blog-month-list .sublist li.month a {
    padding: 0;
    line-height: 26px;
}

.wishlist-page {
    padding: 40px 0;
}

.wishlist-page .wishlist-table thead th {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.wishlist-page .wishlist-table .product {
    width: 200px;
}

.wishlist-page .wishlist-table tr td.product-picture img {
    margin: 0 auto;
}

.wishlist-page .wishlist-content .buttons .btn {
    border-radius: 30px;
    margin: 0 10px;
}

.wishlist-page .wishlist-content .buttons .btn.email {
    border-color: #ddd;
    color: #ddd;
}

.wishlist-page .wishlist-content .buttons .btn.email:hover {
    background: #ddd;
    color: #757575;
}

.wishlist-page .share-info a:hover {
    color: #d70000
}

.email-a-friend-page {
    padding: 40px 0;
    text-align: center;
}

.email-a-friend-page .form-fields {
    max-width: 600px;
    margin: 0 auto;
}

.email-a-friend-page .inputs label {
    display: block;
    text-align: left;
    margin: 0 0 10px 0;
}

.email-a-friend-page .inputs input[type="text"], .email-a-friend-page .inputs input[type="email"], .email-a-friend-page .inputs input[type="tel"], .email-a-friend-page .inputs input[type="password"], .email-a-friend-page .inputs select {
    width: 100%;
}

.email-a-friend-page .buttons .btn {
    border-radius: 30px;
}

@media (max-width: 1000px) {
    .wishlist-page .wishlist-table.cart td {
        text-align: center;
    }

    .wishlist-page .wishlist-table .product {
        width: 100%;
    }

    .wishlist-page .wishlist-table.cart td.unit-price, .wishlist-page .wishlist-table.cart td.quantity {
        width: 50%;
    }

    .wishlist-page .wishlist-table.cart td.subtotal {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .wishlist-page .wishlist-content .buttons .btn {
        border-radius: 30px;
        margin: 10px;
        display: block;
    }
}

.order-list-page #RecurringOrders.tab-pane .section.recurring-payments {
    margin: 0 !important;
}

.order-list-page #RecurringOrders.tab-pane .section.recurring-payments .cancel-recurring-order-button {
    font-size: 0;
    width: 11px;
    height: 20px;
    padding: 0;
}

.account-page .data-table thead th, .order-details-page .section.products .data-table thead th {
    font-weight: 600;
    color: #757575;
}

.account-page .data-table tbody td a {
    color: #083e6d;
}

.account-page .data-table tbody td a:hover {
    color: #757575;
}

.order-details-page {
    padding: 40px 0;
}

.order-details-page .page-title {
    text-align: center;
    padding-bottom: 30px;
}

.order-details-page .page-title h1 {
    border: none;
    padding: 0
}

.order-details-page .section.products .title strong {
    font-weight: 600;
}

.order-details-page .page-title .pdf-invoice-button, .order-details-page .page-title .print-order-button, .order-details-page .re-order-button, .checkout-page.order-completed-page .order-completed-continue-button, .compare-products-page .clear-list {
    min-width: 140px;
    border: none;
    background-color: #e31c18 !important;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 40px;
    text-transform: uppercase;
    border: 2px solid #e31c18 !important;
}

.order-details-page .page-title .pdf-invoice-button:hover, .order-details-page .page-title .print-order-button:hover, .order-details-page .re-order-button:hover, .checkout-page.order-completed-page .order-completed-continue-button:hover, .compare-products-page .clear-list:hover {
    background-color: #fff !important;
    color: #e31c18;
}

.order-details-page .order-overview .order-total strong {
    color: #083e6d;
}

.checkout-page.order-completed-page {
    text-align: center;
    padding: 40px 0;
}

.checkout-page.order-completed-page .section {
    margin: 0;
}

.checkout-page.order-completed-page .details-link a {
    color: #083e6d;
}

.checkout-page.order-completed-page .details-link a:hover {
    color: #757575;
}

@media (max-width: 1000px) {
    .order-details-page .data-table td.quantity, .order-details-page .data-table td.unit-price {
        display: inline-block;
        width: 50%;
    }

    .order-details-page .data-table td.sku {
        text-align: center;
    }

    .order-details-page .data-table td label {
        margin: 0;
    }
}

.compare-products-table p {
    font-size: 14px;
    line-height: 20px;
}

.overview .value a, .variant-overview .value a {
    color: #083e6d;
}

.overview .value a, .variant-overview .value a:hover {
    color: #757575;
}

/*Checkout Page*/


.one-page-checkout .back-link {
    display: none;
}

.checkout-page .box {
    height: auto !important;
}

.one-page-checkout .buttons {
    padding: 20px 20px 0 20px;
    margin: 0;
}

.checkout-page .box {
    border: 2px solid #e5e5e5
}

.one-page-checkout .box .box-body {
    border-bottom: 2px solid #e5e5e5;
}

.one-page-checkout .buttons .button-1 {
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #d70000;
    color: #d70000;
    border-radius: 40px;
    padding: 0 22px;
}

.one-page-checkout .buttons .button-1:hover {
    background: #d70000;
    color: #fff;
}

.one-page-checkout #checkout-shipping-method-load .section.shipping-method {
    margin: 30px 0;
}

.one-page-checkout #checkout-shipping-method-load .method-list {
    margin: 0 auto 30px;
    padding: 0 10px;
}

.one-page-checkout #checkout-shipping-load .box-header:first-child {
    padding-top: 20px;
}

.one-page-checkout #checkout-shipping-method-load .checkout-data {
    /*border-top: 2px solid #e5e5e5;*/
}

.one-page-checkout #checkout-shipping-method-load .method-list li {
    padding: 0 10px;
    width: 100%;
    margin: 0;
    text-align: left;
    padding-bottom: 10px;
}

.one-page-checkout #checkout-shipping-method-load .method-list li .method-name label {
    margin: 0px 0 0;
}

.one-page-checkout #shipping-method-buttons-container {
    border-top: 2px solid #e5e5e5;
}

.one-page-checkout .box-body .payment-method .use-reward-points {
    text-align: left;
}

.one-page-checkout .box #checkout-payment-method-load p.req {
    padding: 20px 20px 0 20px;
}

.one-page-checkout .box .box-body .use-reward-points label {
    margin: 0;
}

.shipping-method .method-list, .payment-method .method-list {
    text-align: left;
}

.checkout-page .box h4 {
    margin: 0 0 20px 0;
}

#checkout-payment-info-load .payment-info .info {
    padding-bottom: 0;
    padding-top: 0;
}

#checkout-payment-info-load .payment-info .info p {
    text-align: left;
}

#co-payment-info-form #checkout-payment-info-load {
    padding: 15px 15px 0 15px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row {
    display: block;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .pro-img-and-des, #checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .qty-and-price {
    width: 100%;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .price .price-inner {
    padding-top: 0;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .pro-img, #checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .qty, #checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .pro-details, #checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .price {
    padding: 10px 6px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .pro-img {
    max-width: 68px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .pro-img img {
    max-width: 50px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .pro-details .price {
    padding: 8px 0;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .pro-details .price span {
    padding-right: 10px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .qty-and-price {
    padding-left: 50px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .pro-tit a {
    line-height: 20px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .qty-and-price .qty, #checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .qty-and-price .price {
    padding-top: 0;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .list-row .pro-details .price span {
    padding-right: 10px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .qty .number {
    justify-content: center;
    height: 20px;
    width: 30px;
    border: none;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .price .price-inner {
    min-width: 65px;
    line-height: 20px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .pro-tit a {
    font-size: 16px;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .attributes.cart-product-subdetail {
    margin: 10px 0;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-footer {
    display: none;
}

#checkout-confirm-order-load.shopping-cart-page .cart-table {
    max-height: 300px;
    overflow-y: scroll;
}

.one-page-checkout #checkout-step-payment-info .buttons {
    border-top: 2px solid #e5e5e5;
    margin-top: 15px;
}

.one-page-checkout #checkout-step-confirm-order .section.order-summary {
    /*border-bottom: 2px solid #e5e5e5;*/
    margin-bottom: 0;
    padding-bottom: 0;
}

#checkout-payment-method-load .section.payment-method .use-reward-points #UseRewardPoints {
    display: inline;
}

#checkout-payment-method-load .section.payment-method .use-reward-points label {
    font-size: 14px;
    display: inline;
    line-height: 18px;
}

@media (max-width: 991px) {
    #checkout-confirm-order-load.shopping-cart-page {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav li.megamenu-list .megamenu ul li.show &gt; a {
        opacity: 1 !important;
    }
}

.opacity1 &gt; a {
    opacity: 1 !important;
}

.rating-box {
    display: none;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul &gt; li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-haykal:before {
    content: "\f666";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-square-alt:before {
    content: "\f87b";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-photo-video:before {
    content: "\f87c";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../Themes/BREUR/Content/fonts/fa-brands-400.eot");
    src: url("../Themes/BREUR/Content/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../Themes/BREUR/Content/fonts/fa-brands-400.woff2") format("woff2"), url("../Themes/BREUR/Content/fonts/fa-brands-400.woff") format("woff"), url("../Themes/BREUR/Content/fonts/fa-brands-400.ttf") format("truetype"), url("../Themes/BREUR/Content/fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../Themes/BREUR/Content/fonts/fa-regular-400.eot");
    src: url("../Themes/BREUR/Content/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../Themes/BREUR/Content/fonts/fa-regular-400.woff2") format("woff2"), url("../Themes/BREUR/Content/fonts/fa-regular-400.woff") format("woff"), url("../Themes/BREUR/Content/fonts/fa-regular-400.ttf") format("truetype"), url("../Themes/BREUR/Content/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../Themes/BREUR/Content/fonts/fa-solid-900.eot");
    src: url("../Themes/BREUR/Content/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../Themes/BREUR/Content/fonts/fa-solid-900.woff2") format("woff2"), url("../Themes/BREUR/Content/fonts/fa-solid-900.woff") format("woff"), url("../Themes/BREUR/Content/fonts/fa-solid-900.ttf") format("truetype"), url("../Themes/BREUR/Content/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  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: rgba(0, 0, 0, 0);
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  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: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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: 0.5rem;
}

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a &gt; code {
  color: inherit;
}

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters &gt; .col,
.no-gutters &gt; [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
	    word-wrap: break-word;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.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 &gt; th,
.table-primary &gt; td {
  background-color: #b8daff;
}

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

.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #d6d8db;
}

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

.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #c8cbcf;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #c3e6cb;
}

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

.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #b1dfbb;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #bee5eb;
}

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

.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #abdde5;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #ffeeba;
}

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

.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f5c6cb;
}

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

.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #f1b0b7;
}

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

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

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

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

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

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

.table-active,
.table-active &gt; th,
.table-active &gt; 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 &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl &gt; .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

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

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

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

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    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,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.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 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.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 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

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

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

.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 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

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

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.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-color: transparent;
  border: 0;
}

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover {
  z-index: 1;
}

.btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 1;
}

.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: -1px;
}

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

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

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

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

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

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

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

.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group &gt; .form-control,
.input-group &gt; .custom-select,
.input-group &gt; .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group &gt; .form-control + .form-control,
.input-group &gt; .form-control + .custom-select,
.input-group &gt; .form-control + .custom-file,
.input-group &gt; .custom-select + .form-control,
.input-group &gt; .custom-select + .custom-select,
.input-group &gt; .custom-select + .custom-file,
.input-group &gt; .custom-file + .form-control,
.input-group &gt; .custom-file + .custom-select,
.input-group &gt; .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group &gt; .form-control:focus,
.input-group &gt; .custom-select:focus,
.input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group &gt; .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group &gt; .form-control:not(:last-child),
.input-group &gt; .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group &gt; .form-control:not(:first-child),
.input-group &gt; .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group &gt; .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group &gt; .custom-file:not(:last-child) .custom-file-label,
.input-group &gt; .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group &gt; .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text,
.input-group &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

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

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

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

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

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

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content &gt; .tab-pane {
  display: none;
}

.tab-content &gt; .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar &gt; .container,
.navbar &gt; .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}

.card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  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-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  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.25rem - 1px);
}

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group &gt; .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:first-child .card-img-top,
  .card-group &gt; .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:first-child .card-img-bottom,
  .card-group &gt; .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:last-child .card-img-top,
  .card-group &gt; .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:last-child .card-img-bottom,
  .card-group &gt; .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group &gt; .card:only-child .card-img-top,
  .card-group &gt; .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group &gt; .card:only-child .card-img-bottom,
  .card-group &gt; .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

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

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

.breadcrumb-item.active {
  color: #6c757d;
}

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

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

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.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.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

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

.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.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

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

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

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

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

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

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

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

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

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

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

.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;
}

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

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

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.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, 0.125);
}

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

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

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer &gt; :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer &gt; :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.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.857143%;
}

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

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

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

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

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    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;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */



/*Menu Navigation*/

.header-menu{position:relative; z-index:2;}
.navbar{background:transparent !important; padding:0 22px; margin:0; border-radius:0; position:static;}
.navbar .navbar-nav{width: 100%; justify-content: space-between;}
.navbar .navbar-nav &gt; li.nav-item .nav-link{color:#fff; padding:20px 0;text-transform: capitalize;}
.navbar .navbar-nav &gt; li.nav-item .nav-link:hover{opacity:0.4;}
.navbar .navbar-nav &gt; li.nav-item span{display:none;}

/*Megamenu*/
@media(min-width:992px){
    .navbar .navbar-nav &gt; li.nav-item span, .navbar .navbar-nav .level-third &gt; .nav-item.category a {
        display: none !important;
    }
	.navbar .navbar-nav li.megamenu-list .megamenu{opacity: 0;-o-transform-origin: 0 0;-ms-transform-origin: 0 0;-moz-transform-origin: 0 0;-webkit-transform-origin: 0 0;-webkit-transition: all .6s ease-in;-moz-transition: all .6s ease-in;-o-transition: all .6s ease-in;transition: all .6s ease-in;}
	.navbar .navbar-nav li.megamenu-list .megamenu{position: absolute;top: 100%;left: 0;right:0;z-index: 999;background: #073965; text-align:left;}
	.navbar .navbar-nav li.megamenu-list .megamenu{transform-style:preserve-3d; -webkit-transform-style:preserve-3d; transform: rotateX(-90deg); -o-transform:rotateX(-90deg); -moz-transform:rotateX(-90deg);	-webkit-transform:rotateX(-90deg); visibility:hidden;	}
	.navbar .navbar-nav li.megamenu-list:hover .megamenu{transform: rotateX(0deg);-o-transform: rotateX(0deg);-moz-transform: rotateX(0deg);-webkit-transform: rotateX(0deg);opacity: 1;visibility: visible;height: auto;}

	.megamenu .megamenu-inner{padding:27px 0;}
	
	.megamenu .first-level{position:relative;width:100%;padding:0 20px;z-index:9;min-height: 476px;}
	.megamenu .second-level {
		position: absolute;
		left: 33.33%;
		top: 0;
		width: 66.33%;
		padding: 0 20px;
		z-index: 9;
		bottom: 0;
	}
	.megamenu .third-level{
        /*position:absolute; */
        left:66.33%; 
        top:0; 
        width:33.33%; 
        padding:0 20px; 
        z-index:99; 
        bottom:0;
    }
	.navbar .navbar-nav li.megamenu-list .megamenu ul li{padding-bottom:10px;}
	.navbar .navbar-nav li.megamenu-list .megamenu ul li a{text-transform:capitalize; font-weight:500; color:#fff; opacity:0.4;  display:block;}
	.navbar .navbar-nav li.megamenu-list .megamenu ul li a:hover{opacity:1;}
	.navbar .navbar-nav li.megamenu-list .megamenu span.pro-count{display:inline-block; padding-left:8px;}
	.navbar .navbar-nav li.megamenu-list .megamenu .second-level{display:none;}
	.navbar .navbar-nav li.megamenu-list .megamenu li.droapdown.show .second-level{display:block;height: max-content;background: #073965;}
	/*.navbar .navbar-nav li.megamenu-list .megamenu .third-level{display:none;}*/
	.navbar .navbar-nav li.megamenu-list .megamenu .second-level li.droapdown.show .third-level{display:block;}
}

.mobile-header{display:none; padding:11px 0; -webkit-box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.25); box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.25);}
.mobile-header .menu-togler{cursor:pointer;}
.mobile-header .menu-togler .navicon{display:block; height:3px; position:relative; width:20px; background:#083e6d; margin-bottom:4px;}
.mobile-header .menu-togler .navicon:last-child{margin-bottom:0;}
.mobile-header .rpart{display:flex;}
.mobile-header .rpart .user{align-self: center;}
.mobile-header .rpart .user a{font-size:23px; color:#757575;}
.mobile-header .rpart .user a:hover{color:#003368;}
.mobile-header .rpart .cart img{max-width:45px; margin:0 auto;}
.mobilemenu-toppart{display:none;}
.navbar .navbar-nav li.megamenu-list .megamenu .first-level .category,.navbar .navbar-nav li.megamenu-list .megamenu .second-level .category,.navbar .navbar-nav li.megamenu-list .megamenu .third-level .category{display:none}
/*@media(max-width:991px){
	.navbar .navbar-nav &gt; li.nav-item .nav-link{font-size:14px;}
}*/


@media(max-width:991px){
	.mobile-header{display:block;}
	.mobile-header .container{display:flex; justify-content:space-between; align-items:center;}
	.header-menu .container{padding:20px 6px 20px 20px; width:100%;}
	.header-menu .megamenu .container{padding:0;}
	.navbar .navbar-nav &gt; li.nav-item .nav-link{font-size:12px;}
	.header-menu{display:none;}

	/*.header-menu{right:-375px; }*/
	.header-menu{
		display:block;
		height:100vh;
		position:fixed;
		top:0;
		background:#88c442;
		z-index:999;
		width:375px;
		right:-375px;
		-webkit-transition:all .6s linear; -moz-transition:all .6s linear; -o-transition:all .6s linear; transition:all .6s linear; overflow-y:scroll;

		transition-delay: 0s;
	}
	.header-menu::-webkit-scrollbar{width:0;}
	.header-menu::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px grey;
		border-radius: 10px;
	}
	.header-menu::-webkit-scrollbar-thumb {
		background: red;
		border-radius: 10px;
	}
	.header-menu::-webkit-scrollbar-thumb:hover {
		background: #b30000;
	}
	.header-menu.open{right:0;}
	.navbar{display:block; text-align:left;}
	.navbar .navbar-nav{display:block; text-align:left;}
	.navbar .navbar-nav &gt; li.nav-item{position:relative;}
	.navbar .navbar-nav &gt; li.nav-item .first-level ul li{position:relative;}
	.navbar .navbar-nav &gt; li.nav-item span.fas{display:block; color:#fff; position:absolute; top:0; right:0; height:34px; vertical-align:middle; line-height:34px; width:100%; padding-right:14px; text-align:right; z-index:99; cursor:pointer;}
	.navbar .navbar-nav &gt; li.nav-item span.pro-count{display:inline-block; position:relative;}
	.navbar .navbar-nav &gt; li.nav-item .nav-link{padding:11px 0;}

	.header-menu .megamenu .first-level, .header-menu .megamenu .second-level,.header-menu .megamenu .third-level{
		display: block;
		height: 100vh;
		position: fixed;
		top:128px;
        padding-bottom: 300px !important;
        background: #083e6d;
		z-index: 9999;
		width: 375px;
		right: -375px;
		-webkit-transition:all .6s linear; -moz-transition:all .6s linear; -o-transition:all .6s linear; transition:all .6s linear; overflow:scroll;
		transition-delay: 0s;
	}
	.header-menu .nav-item.megamenu-list .megamenu .first-level.open,.header-menu .nav-item.megamenu-list .megamenu .second-level.open,.header-menu .nav-item.megamenu-list .megamenu .third-level.open{right:0;}
	.mobilemenu-toppart{display:block;}
	.mobilemenu-toppart .remove{display:inline-block; cursor:pointer; padding-bottom: 20px;}
	.mobilemenu-toppart .remove .fas{font-size:24px; color:#e61700;}

	.navbar .navbar-nav &gt; li.nav-item .first-level,.navbar .navbar-nav &gt; li.nav-item .second-level,.navbar .navbar-nav &gt; li.nav-item .third-level{padding:0 6px 0 20px}
	.navbar .navbar-nav &gt; li.nav-item .first-level ul li,.navbar .navbar-nav &gt; li.nav-item .second-level ul li,.navbar .navbar-nav &gt; li.nav-item .third-level ul li{padding-left:28px;}
	.navbar .navbar-nav &gt; li.nav-item .first-level ul li.category,.navbar .navbar-nav &gt; li.nav-item .second-level ul li.category,.navbar .navbar-nav &gt; li.nav-item .third-level ul li.category{padding-left:0;}
	.navbar .navbar-nav &gt; li.nav-item .first-level ul li a,.navbar .navbar-nav &gt; li.nav-item .second-level ul li a,.navbar .navbar-nav &gt; li.nav-item .third-level ul li a{font-size:12px; color:#fff; text-transform:initial; padding:11px 0; display:block;}
	.navbar .navbar-nav &gt; li.nav-item .first-level ul li a:hover,.navbar .navbar-nav &gt; li.nav-item .second-level ul li a:hover,.navbar .navbar-nav &gt; li.nav-item .third-level ul li a:hover{opacity:0.4;}
	.navbar .navbar-nav li.megamenu-list .megamenu .first-level .category,.navbar .navbar-nav li.megamenu-list .megamenu .second-level .category,.navbar .navbar-nav li.megamenu-list .megamenu .third-level .category{display:block;}
	.mobile-header .rpart .cart .price, .mobile-header .rpart .cart i{display:none;}
}
@media(max-width:575px) {
	.header-menu, .header-menu .megamenu .first-level, .header-menu .megamenu .second-level, .header-menu .megamenu .third-level {
		width: 320px;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../Themes/BREUR/Content/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*==================== Reset Css ======================*/
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    *zoom: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

a {
    background: transparent;
    color: #083e6d;
    outline: none;
    text-decoration: none;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a:hover {
    text-decoration: none;
    color: #51619f;
}

a:focus {
    outline: none;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

input, select {
    vertical-align: middle;
}

html {
    /*overflow-y: scroll !important;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    -webkit-border-radius: 0;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

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

.product-essential input[type="checkbox"], input[type="radio"] {
    display: none;
}

.form-group input[type="checkbox"], input[type="radio"] {
    display: inline;
    font-size: initial;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

ul {
    margin-bottom: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"], input[type="password"], input[type="name"], input[type="email"], input[type="date"], input[type="tel"] {
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 14px;
    color: #495057;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="name"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="tel"]:focus {
    outline: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    font-weight: 400;

}

textarea:focus {
    outline: none;
}

/* WebKit, Edge */
::-webkit-input-placeholder {
    color: #9fa6a8;
}

/* Firefox 4-18 */
:-moz-placeholder {
    color: #9fa6a8;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #9fa6a8;
    opacity: 1;
}

/* IE 10-11 */
:-ms-input-placeholder {
    color: #9fa6a8;
}

/* Edge */
::-ms-input-placeholder {
    color: #9fa6a8;
}

/* MODERN BROWSER */
::placeholder {
    color: #9fa6a8;
}

.sidebar-search-text {
    color: #00577b;
}

.sidebar-search-text::placeholder {
    color: #00577b;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
    border: none;
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    /*overflow: hidden;*/
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

strong {
    font-weight: 700;
}

.nopad {
    padding-bottom: 0px !important;
}

em {
    font-style: italic;
}

.form-control:focus, .page-link:focus {
    box-shadow: none;
}

.clearfix {
    clear: both;
}

.btn {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    background-position-y: center;
    height: 54px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    border: 2px solid transparent;
    color: #000 !important;
    border-radius: 40px;
    padding: 0 44px;
}

.btn:hover {
    border: 2px solid;
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white !important;
}

.btn-2 {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    background-position-y: center;
    height: 54px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    border: 2px solid transparent;
    color: #000;
    border-radius: 40px;
    padding: 0 44px;
}

.btn-2:hover {
    border: 2px solid;
    background: #083E6D !important;
    border-color: #083E6D !important;
}

.btn-1 {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    background-position-y: center;
    height: 54px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    color: #000;
    border-radius: 40px;
    padding: 0 44px;
}

.btn-1:hover {
    border: 2px solid;
    background: #083E6D !important;
    border-color: #083E6D !important;
}

.services-section .btn-3 {
    position: absolute !important;
    bottom: 0 !important;
    margin-bottom: 3% !important;
}


.btn-3 {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    background-position-y: center;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 40px;
    padding: 0 22px;
    width: 213px;
}

.btn-3:hover {
    border: 2px solid;
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white;
}

.home-page-product-add-to-cart-btn {
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    background: #d70000;
    border: 2px solid #d70000;
    color: #fff;
    border-radius: 40px;
    padding: 0 22px;
    width: 213px;
}

.home-page-product-add-to-cart-btn:hover {
    background: transparent;
    color: #d70000;
}

/*.btn-2{line-height:54px; font-size:18px; font-weight:500; padding:0; background:#5e5e5e; border-radius:0;}
.btn-2:hover{background:#51619f;}*/


.container {
    max-width: 1470px;
}

h1, h2, h3, h4, h5, h6 {
    color: #083e6d;
    font-weight: 800;
}

/*h3{font-weight:700; font-size: 22px;}*/
.pos-rel {
    position: relative;
}

p {
    line-height: 24px;
}

.sec-tit h2 {
    padding: 0;
    margin: 0 0 44px 0;
    color: #757575;
    font-weight: 600;
    font-size: 40px;
}

/*+++++++++++++ Body &amp; Comman +++++++++++++*/
body {
    font-size: 16px;
    color: #757575;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    /*text-align: center;*/
    line-height: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: hidden;
}


/*+++++++++++++ Header +++++++++++++*/

.header .header-upper {
    background: #dadada;
    padding: 20px 0;
}

.header-upper .lpart ul {
    line-height: 1;
}

.header-upper .lpart ul li {
    font-weight: 500;
    color: #083e6d;
    margin: 0 14px;
    padding-left: 36px;
    position: relative;
    line-height: 16px;
}

.header-upper .lpart ul li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #36b81d;
    font-size: 20px;
    line-height: 16px;
    vertical-align: middle;
}

.header-upper .lpart ul li:first-child {
    margin-left: 0;
}

.header-upper .lpart ul li:last-child {
    margin-right: 0;
}

.header-upper .midpart {
    color: #3e3e3e;
    font-weight: 300;
    position: relative;
    padding-right: 23px;
    line-height: 16px;
    padding-left: 60px;
    margin-right: 5px;
}

.header-upper .midpart:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    background: url(../Themes/BREUR/Content/images/point.png) center center no-repeat;
    width: 23px;
    height: 23px;
}

.header-upper .rpart {
    float: right;
    position: absolute;
    right: 15px;
    line-height: 1;
}

.header-upper .rpart a {
    line-height: 16px;
    color: #3e3e3e;
    font-weight: 500;
}

.header-upper .rpart a:hover {
    color: #00b934
}

.header-upper .rpart a .far {
    margin-right: 12px;
}

/* +++++++++ Header Lower +++++++++ */

.header-lower {
    padding: 20px 0 28px;
}

.header-lower .search-box {
    /*padding-right: 45px;*/
    width: calc(100% - 186px);
}

.header-lower .search-box .search-form {
    width: 100%;
    position: relative;
    min-width: 200px;
}

.col-md-6.col-12.d-flex.justify-content-between.align-items-center.r-part {
    justify-content: flex-end !important;
}

.search-box .search-form .search-box-text {
    width: 100%;
    padding: 0 64px 0 20px;
    border: 1px solid #757575 !important;
    line-height: 54px;
    height: 56px !important;
    border-radius: 2px !important;
    font-size: 21px !important;
}

.header-lower .search-box .search-form .search-box-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    background: url(../Themes/BREUR/Content/images/search.png) center center no-repeat;
    width: 62px;
    height: 54px;
    margin: auto;
    border: none;
    cursor: default !important;
}

.header-lower .search-box .search-form .search-box-button:hover {
    background: url(../Themes/BREUR/Content/images/search-1.png) center center no-repeat;
}

.header-lower .tel {
    padding-left: 48px;
}

.header-lower .tel p {
    color: #083e6d;
    font-weight: 500;
    margin: 0;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
}

.header-lower .tel p span {
    color: #757575;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding-top: 6px;
    display: inline-block;
}

.header-lower .tel p span a {
    color: #757575;
}

.header-lower .tel p span a:hover {
    color: #083e6d;
}

.header-lower .rating-box .rating {
    color: #b2b2b2;
    font-size: 24px;
    font-weight: 700;
}

.header-lower .rating-box .rating ul {
    padding-left: 5px;
}

.header-lower .rating-box .rating ul .list-inline-item:not(:last-child) {
    margin-right: 2px;
}

.header-lower .rating-box .btm-line {
    color: #b2b2b2;
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    padding-top: 6px;
}

.header-lower .cart-box {
    width: 225px;
    border: 1px solid #757575;
    border-radius: 2px;
    padding: 8px 5px;
    height: 56px !important;
    margin-left: 25px;
}

.header-lower .cart-box .cart {
    display: flex;
    align-items: center;
}

.header-lower .cart-box .cart .price {
    padding: 0;
    font-size: 18px;
    width: 140px;
    text-align: center;
    cursor: default;
}

.header-lower .cart-box .cart i {
    font-size: 24px;
}

.header-lower .cart-box .cart .price i {
    margin-right: 8px;
    font-size: 14px;
}

/*Header Nav*/

.header-menu {
    background: #083e6d;
}

/*Top-Section*/

.top-section {
    padding: 32px 0;
}

.top-slider .slide-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 28px 22px;
}

.slide-txt .slide-tit {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px black;
}

.slide-txt .btn-1 {
    font-size: 20px;
}

.top-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 10px;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 3px solid #083e6d;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #e61700;
    background: #e61700;
}

/*services-Section*/

.services-section .service-box {
    background-size: cover;
    color: #fff;
    padding: 32px 22px;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    height: 100%;
    text-align: left;
}

.services-section .service-box.box-1 {
    background: url(../Themes/BREUR/Content/images/service-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.services-section .service-box.box-2 {
    background: url(../Themes/BREUR/Content/images/service-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.services-section .service-box.box-3 {
    background: url(../Themes/BREUR/Content/images/service-bg-3.jpg) center center no-repeat;
    background-size: cover;
}

.services-section .service-box h3 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    word-break: break-word;
    text-shadow: 2px 2px 5px black;
}

.services-section .service-box h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 87px;
    height: 3px;
    background: #e31c18;
}

.services-section .service-box p {
    margin-bottom: 38px;
    text-shadow: 2px 2px 2px black;
}


/*product-section*/

.product-section {
    padding: 95px 0 70px;
}

.product-section .sec-tit {
    text-align: left;
}

.pro-box {
    border: 1px solid #e0e0e0;
    border-left: none;
    padding: 40px 24px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}

.pro-box:first-child {
    border-left: 1px solid #e0e0e0;
}

.pro-box .pro-tit h4 {
    margin: 0;
    line-height: 1;
}

.pro-box .pro-tit h4 a {
    margin: 0;
    display: inline-block;
    color: #757575;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}

.pro-box .pro-tit h4 a:hover {
    color: #003665;
}

.pro-box .pro-img {
    padding: 20px 0 30px;
}

.pro-box .pro-dis p {
    margin-bottom: 35px;
}

.pro-box .btn-and-link {
    text-align: center;
}

.pro-box .btn-and-link a.login-link {
    text-decoration: underline;
    color: #757575;
    margin-bottom: 35px;
    display: inline-block;
    font-weight: 500;
}

.product-section .pro-dis .prices {
    padding: 0 0 5px 0;
}

.pro-box .btn-and-link a.login-link:hover {
    color: #003665;
}


/*altrex-tower-section*/

.altrex-tower-section {
    padding: 0 0 130px;
    text-align: left;
}

.altrex-tower-section h2 {
    color: #757575;
    font-size: 40px;
    line-height: 46px;
}

.altrex-tower-section h4 {
    color: #757575;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 40px;
}

.altrex-tower-section .btn-2 {
    margin-top: 20px;
}

.altrex-tower-section .tower-box {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.altrex-tower-section .tower-box .img-part {
    padding: 32px;
}

.altrex-tower-section .tower-box .txt-part {
    color: #fff;
    background: #083e6d;
    padding: 28px;
    text-align: left;
}

.tower-box .txt-part h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.tower-box .txt-part h3 span {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    display: block;
}

.tower-box .txt-part ul.list-right li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 12px;
    font-size: 18px;
}

.tower-box .txt-part ul.list-right li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0;
    color: #36b81d;
}

.altrex-tower-section .shadow-img {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
}


/*Bottom-Section*/
.bottom-section .white-box {
    background: #fff;
    margin-top: -195px;
    padding: 45px 50px;
}

.bottom-section img {
    width: 100%;
}

.bottom-section .white-box .dis-list {
    padding-right: 225px;
    text-align: left;
    padding-bottom: 80px;
}

.bottom-section .white-box .dis-list h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
}

.bottom-section .white-box .dis-list p {
    font-size: 18px;
    margin: 0;
}

/* ++++++++++++++ Footer ++++++++++++++ */

.footer .footer-upper {
    text-align: left;
    background: #083e6d;
    padding: 40px 0;
}

.footer-upper .title {
    color: #fff;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.footer-upper .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 2px;
    background: #e31c18;
}

.footer-upper a {
    color: #fff;
    display: inline-block;
    line-height: 26px;
}

.footer-upper a:hover {
    color: #768291;
}

.footer-upper p.info {
    color: #fff;
}

.footer-upper p.info span.bname {
    font-weight: 600;
}

.footer .footer-upper {
    text-align: left;
}

.footer-lower {
    padding: 18px 0;
    background: #042b4e;
    color: #fff;
}

.footer-lower ul li {
    margin: 0 5px !important;
}

.footer-lower ul li a {
    color: #fff;
    opacity: 0.3;
    font-size: 13px;
}

.footer-lower ul li a:hover {
    opacity: 1;
}

.footer-lower a {
    color: #fff;
    opacity: 0.3;
    font-size: 13px;
}

.footer-lower a:hover {
    opacity: 1;
}

.footer-lower ul li a i {
    margin-right: 5px;
}

.footer-lower .conditions-and-delivery {
    padding: 18px 15px;
}

.footer-lower .footer-info {
    font-size: 13px;
    opacity: 0.3
}

.footer-lower .far {
    padding-right: 5px;
}

/* ++++++++++++++ Breadcrumb ++++++++++++++ */

.page-tit-section {
    text-align: left;
}

h1.page-tit {
    color: #083e6d;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin: 32px 0;
}

.content-wrapper {
    padding-bottom: 120px;
}

.content-wrapper.renting-page {
    padding: 40px 0 0;
}

.content-wrapper.gereedschap-page {
    padding-bottom: 70px;
}


.breadcrumb-section .breadcrumb {
    padding: 26px 0 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.breadcrumb-section .breadcrumb .breadcrumb-item.active, .breadcrumb-section .breadcrumb .breadcrumb-item a {
    color: #757575;
    font-size: 17px;
    line-height: 17px;
    display: inline-block;
}

.breadcrumb-section .breadcrumb .breadcrumb-item a:hover {
    color: #083e6d;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 8px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 8px;
    content: none;
}

.verhuur-top-section {
    text-align: left;
    padding-bottom: 26px;
}

.verhuur-top-section p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
}

.verhuur-bottom-section {
    text-align: left;
    padding-top: 70px;
}

.verhuur-bottom-section h2 {
    color: #757575;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.verhuur-bottom-section p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.verhuur-bottom-section .list-txt {
    margin-bottom: 35px;
}

.verhuur-page .pro-list-section .pro-box .pro-img img {
    width: 150px;
}

.pro-list-section .pro-box {
    padding: 20px 26px 26px;
    position: relative;
    border: 2px solid #e0e0e0;
}

.pro-list-section .col-6.col-sm-6 {
    margin-bottom: 30px;
}

.pro-list-section .pro-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    background: #E0E0E0;
    left: 0;
    bottom: 0;
}

.pro-list-section .pro-box .pro-inner {
    position: relative;
    z-index: 99;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.pro-list-section .pro-box .pro-inner .pro-tit {
    text-align: left;
}

.pro-list-section .pro-box .pro-inner .pro-tit a {
    color: #083E6D;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.pro-list-section .pro-box .pro-inner .pro-tit a:hover {
    color: #e31c18;
}


.pro-list-section .pro-box-1 {
    padding: 38px 20px 22px;
    position: relative;
    border: 2px solid #e0e0e0;
    display: flex;
    height: 100%;
}

.pro-list-section .col-6.col-sm-6 {
    margin-bottom: 30px;
}

.pro-list-section .pro-box-1 .pro-inner {
    position: relative;
    z-index: 99;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.pro-list-section .pro-box-1 .pro-inner .pro-tit {
    text-align: left;
}

.pro-list-section .pro-box-1 .pro-inner .pro-tit a {
    color: #757575;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.pro-list-section .pro-box-1 .pro-inner .pro-tit a:hover {
    color: #e31c18;
}

/*++++++++++++ Renting Page +++++++++*/


.renting-page .product-categories-top-section {
    text-align: left;
}

.renting-page .pro-list-section .col-12.col-sm-12.col-md-4.col-lg-3 {
    margin-bottom: 30px;
}

.renting-page .product-categories-top-section h1 {
    margin-bottom: 15px;
}

.renting-page .product-categories-top-section p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
}

.renting-page .pro-list-section {
    padding-top: 25px;
}

.renting-page .pro-list-section .pro-box-1 .pro-inner .pro-tit {
    min-height: 50px;
}

.renting-page .pro-list-section .pro-box-1 .pro-inner .price-and-weight {
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    padding-top: 10px;
}

.renting-page .pro-list-section .pro-box-1 .pro-inner .price-and-weight .price {
    color: #213862;
    font-weight: 600;
    font-size: 18px;
}

.renting-page .pro-list-section .pro-box-1 .pro-inner .price-and-weight .price .curency {
    font-size: 12px;
}

.renting-page .pro-list-section .pro-box-1 .pro-inner .pro-btn .btn-3 {
    font-size: 16px;
}

/*++++++++++++ Detail Page +++++++++*/


.product-details-page .topbar {
    padding: 20px 0;
}

.topbar .pro-next-pre .pro-btn {
    color: #757575;
    font-size: 16px;
    line-height: 16px;
}

.topbar .pro-next-pre .pro-btn:hover {
    color: #083e6d;
}

.topbar .pro-next-pre .pro-btn.previous i.fas {
    margin: 0 7px;
    vertical-align: middle;
}

.topbar .pro-next-pre .pro-btn.next i.fas {
    margin: 0 7px;
    vertical-align: middle;
}

.topbar .availability.low {
    color: #f49847;
    font-size: 16px;
}

.topbar .availability.full {
    color: #36b81d;
    font-size: 16px;
}

.topbar .availability i.fas {
    margin: 0 7px;
    vertical-align: middle;
}

.product-essential .gallery {
    margin-bottom: 20px;
    align-self: auto;
}

.product-essential .gallery .picture-thumbs {
    margin-top: 20px;
}

.product-essential .gallery .picture-thumbs .thumb-item {
    margin: 0 5px 5px;
    border: 2px solid #dedede;
}

.product-essential .gallery .picture-thumbs .thumb-item:first-child {
    /*margin-left: 0;*/
}

.product-essential .overview {
    text-align: left;
    padding-bottom: 18px;
}

.product-essential .overview h1 {
    color: #083e6d;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.product-essential .overview .variant-overview {
    /*Display none because duplicate product description.*/
    display: none;
    padding-bottom: 26px;
    border-bottom: 2px solid #e5e5e5;
    line-height: 24px;
}

.product-essential .overview .variant-overview h6 {
    color: #c2c2c2;
    font-size: 16px;
    line-height: 21px;
}

.product-essential .overview .variant-overview .price {
    font-size: 30px;
    line-height: 21px;
    font-weight: 600;
    padding-bottom: 10px;
}

.product-essential .overview .variant-overview .price span {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.product-essential .overview .variant-overview .price-1 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.product-essential .overview .qty-form {
    padding-top: 20px;
    padding-bottom: 10px;
    display: inline-grid;
}

.product-essential .overview .qty-form .lpart {
    display: inline-block;
}

.product-essential .overview .qty-form .rpart {
    display: inline-block;
}

.product-essential .overview .qty-form .qty {
    width: 60px;
    border-radius: 30px !important;
    height: 40px;
    line-height: 36px;
    border: 2px solid #dedede;
    padding: 0 12px;
    font-size: 18px;
    color: #757575;
    font-weight: 600;
    /*margin-right: 8px;*/
}

.product-essential .overview .qty-form .pieces {
    display: inline-block;
    margin-right: 8px;
}

div.cs-skin-border {
    width: 93px;
    font-size: 18px;
    font-weight: 600;
}

.cs-skin-border &gt; span {
    border: 2px solid #dedede;
    padding-right: 26px;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
}

.cs-skin-border &gt; span::after, .cs-skin-border .cs-selected span::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f078';
    font-size: 14px;
    top: 21px;
    right: 9px;
}

.cs-skin-border.cs-active &gt; span {
    border-color: #dedede;
    color: #757575;
}

.cs-select .cs-options ul li span:after {
    display: none
}

.cs-skin-border .cs-options {
    color: #757575;
    border: 2px solid #dedede
}

.cs-skin-border ul span {
    padding: 8px;
}

.product-essential .overview .cart-btn {
    display: inline-block;
    margin-right: 10px;
}

.product-essential .overview .cart-btn button {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    display: inline-block;
    border-radius: 30px;
    padding: 0 22px;
    text-transform: inherit;
}

.product-essential .overview .cart-btn button i {
    margin-left: 10px;
    vertical-align: middle;
}

.product-essential .overview .cart-btn button:hover {
    color: #fff;
    background: #083E6D !important;
    border-color: #083E6D !important;
}

.product-essential .overview .wherehouse-btn {
    display: inline-block;
    margin-right: 10px;
}

.product-essential .overview .wherehouse-btn a {
    height: 43px;
    color: #000;
    font-weight: 600;
    font-size: 0px;
    line-height: 40px;
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    display: inline-block;
    border-radius: 30px;
    padding: 2px 17px 0 19px;
    text-transform: inherit;
    border: none;
    width: 100%;
    transition: unset;
}

.product-essential .overview .pro-btn {
    display: flex;
}

.product-essential .overview .wherehouse-btn a i {
    vertical-align: middle;
    font-size: 21px;
}

.product-essential .overview .wherehouse-btn a:hover {
    color: #fff;
    background: #083E6D !important;
    border-color: #083E6D !important;
}

.product-essential .overview .specifications {
    padding-top: 36px;
    border-top: 2px solid #dedede;
    margin-top: 40px;
}

.product-essential .overview h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.specifications-table {
    width: auto;
}

.product-essential .overview .specifications .specifications-table tr td {
    font-weight: 400;
    font-size: 18px;
    padding: 7px 15px;
}

.product-essential .overview .specifications .specifications-table tr td:first-child {
    padding-left: 0;
}

.product-description-section {
    text-align: left;
    border-top: 2px solid #dedede;
    padding: 25px 0 35px;
}

.product-description-section .border {
    display: none;
}

.product-description-section h4 {
    font-size: 22px;
    font-weight: 600;
}

.product-description-section p {
    font-size: 14px;
    line-height: 28px;
}

.product-description-section ul.pro-featurs-list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 4px;
}

.product-description-section ul.pro-featurs-list li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #757575;
}

.product-description-section .product-tags-list ul {
    margin-top: 0;
}

.product-description-section .product-tags-list li.separator {
    padding-left: 3px;
    margin: 0;
}

.product-description-section .product-tags-list li.tag {
    padding-left: 12px;
}

.product-description-section .product-tags-list li.tag:first-child {
    padding-left: 0;
}

.product-description-section .alternatives .pro-box-1 {
    border: 2px solid #e0e0e0;
    padding: 18px;
}

.product-description-section .alternatives .pro-box-1 .pro-tit {
    padding-bottom: 25px;
    padding-top: 7%;
}

.product-description-section .alternatives .pro-box-1 .pro-tit a {
    font-size: 20px;
    font-weight: 700;
    color: #757575;
}

.product-description-section .alternatives .pro-box-1 .pro-tit a:hover {
    color: #083e6d
}

.product-description-section .alternatives .pro-box-1 p.pro-dis {
    font-size: 13px;
    line-height: 16px;
}

.product-description-section .alternatives .pro-box-1 .btm-part {
    border-top: 2px solid #e0e0e0;
    display: flex;
    padding-top: 18px;
    justify-content: space-between;
}

.product-description-section .alternatives .pro-box-1 .btm-part .pro-btn .btn-3 {
    width: auto;
    font-size: 14px;
    padding: 0 14px;
}

.product-description-section .alternatives .pro-box-1 .btm-part .lpart {
    padding-right: 8px;
}

.product-description-section .alternatives .pro-box-1 .btm-part .lpart .price-and-weight {
    font-size: 9px;
    color: #b6b6b6;
    padding-bottom: 4px;
}

.product-description-section .alternatives .pro-box-1 .btm-part .lpart .price-and-weight .price {
    color: #213862;
    font-size: 18px;
    font-weight: 600;
}

.product-description-section .alternatives .pro-box-1 .btm-part .lpart .price-and-weight .price .curency {
    font-size: 12px;
    padding-right: 4px;
}

.product-description-section .alternatives .pro-box-1 .btm-part .lpart .price-and-weight-old {
    font-size: 13px;
    color: #b6b6b6;
}

.product-essential.product-pagina-verhuur .overview .variant-overview {
    border-bottom: none;
}

.product-essential.product-pagina-verhuur .overview .dis-table {
    border: 2px solid #dee2e6;
    margin-bottom: 30px;
}

.product-essential.product-pagina-verhuur .overview .dis-table td {
    border: 2px solid #dee2e6;
    font-weight: 600;
    font-size: 20px;
    width: 50%;
    padding: 15px 20px;
}

.product-essential.product-pagina-verhuur .overview .dis-table td span {
    font-weight: 400;
    font-size: 18px;
}

.product-essential.product-pagina-verhuur .overview .dis-table tfoot td {
    background: #ececec;
}


/*.product-essential.product-pagina-verhuur .overview .date-div .date {
  position: relative;
}

  .product-essential.product-pagina-verhuur .overview .date-div .date:after {
    content: '\f073';
    position: absolute;
    bottom: 2px;
    left: 16px;
    font-family: 'Font Awesome 5 Free';
    line-height: 40px;
  }

  .product-essential.product-pagina-verhuur .overview .date-div .date label {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }

  .product-essential.product-pagina-verhuur .overview .date-div .date .form-control {
    border: 2px solid #cbcdd3;
    height: 44px;
    line-height: 40px;
    padding: 0 14px;
    padding-left: 14px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 45px;
  }*/


.product-essential .date {
    position: relative;
}

.product-essential .date:after {
    content: '\f073';
    position: absolute;
    bottom: 2px;
    left: 16px;
    font-family: 'Font Awesome 5 Free';
    line-height: 40px;
    font-size: 18px;
}

.product-essential .date label {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;

}

.product-essential .date .form-control {
    border: 2px solid #cbcdd3;
    height: 44px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 45px;
}

.height300 {
    height: 300px;
}

.height40 {
    height: 40px;
}

/*++++++++++++ Account Page +++++++++*/

.account-form-section {
    position: relative;
    margin-top: -20%;
}

.account-form-section.account-form-section-contact-form {
    margin-top: 0px !important
}

.account-form-section .account-form {
    background: #fff;
    text-align: left;
    padding: 40px 40px 70px 40px;
}

.account-form-section .account-form.form-margin-fix {
    padding: 40px 10% 70px 10%;
}

.account-form-section .account-form .page-tit {
    margin-top: 0;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 45px;
}

.account-form-section .account-form .tit-txt {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 25px;
    text-align: justify;
}

.account-form-section .account-form h4 {
    color: #083e6d;
    font-size: 24px;
    font-weight: 500;
    border-top: 2px solid #dddfe6;
    padding-top: 15px;
    padding-bottom: 16px;
}

.account-form-section .account-form .form-group {
    margin-bottom: 22px;
}

.account-form-section .account-form .form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.account-form-section .account-form .form-group label sup {
    font-weight: 400;
    padding-left: 5px;
}

.account-form-section .account-form .form-group .form-control {
    border: 2px solid #cbcdd3;
    height: 44px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
}

.account-form-section .account-form .form-group textarea.form-control {
    height: 170px;
    resize: none;
    border-radius: 0;
}

.account-form .form-group .form-control::-webkit-input-placeholder {
    color: #e0e0e0;
}

/* Firefox 4-18 */
.account-form .form-group .form-control:-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

/* Firefox 19+ */
.account-form .form-group .form-control::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

/* IE 10-11 */
.account-form .form-group .form-control:-ms-input-placeholder {
    color: #e0e0e0;
}

/* Edge */
.account-form .form-group .form-control::-ms-input-placeholder {
    color: #e0e0e0;
}

/* MODERN BROWSER */
.account-form .form-group .form-control::placeholder {
    color: #e0e0e0;
}

.account-form-section .account-form .top-border {
    border-top: 2px solid #dddfe6;
    padding-top: 34px;
    margin-top: 15px;
}

.account-form-section .account-form .btn-1 {
    height: 40px;
    line-height: 36px;
    width: 395px;
    font-size: 20px;
    border-radius: 44px;
}

.account-form-section .account-form .form-check {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 8px;
}

.account-form-section .account-form .form-check.form-check-inline label {
    margin: 0;
}

.account-form-section .account-form .form-check input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.account-form-section .account-form .form-check .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #afafaf;
}

.account-form-section .account-form .form-check :after {
    content: "";
    position: absolute;
    display: none;
}

.account-form-section .account-form .form-check input[type="radio"]:checked ~ .checkmark:after {
    display: block;
}

.account-form-section .account-form .form-check .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #97c342;
}

/*++++++++++++ Contact Page +++++++++*/

.contact-page .account-form-section .account-form {
    padding: 0;
}

.contact-page .contact-inner {
    background: #fff;
    text-align: left;
    padding: 33px 250px 42px 40px;
}

.contact-page .contact-inner h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.contact-page .contact-inner .address {
    padding-bottom: 22px;
}

.contact-page .contact-inner .address h4 {
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #083e6d;
}

.contact-page .contact-inner .address p {
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #757575;
}

.contact-page .contact-inner .address p a, .contact-page .contact-inner .address p a.route:hover {
    color: #757575;
    display: inline-block;
    vertical-align: middle;
}

.contact-page .contact-inner .address p a:hover, .contact-page .contact-inner .address p a.route {
    color: #083e6d;
    display: inline-block;
    vertical-align: middle;
}

.contact-page .account-form-section .contact-inner .account-form .form-group {
    margin-bottom: 32px;
}

.contact-page .account-form-section .contact-inner .account-form .btn-1 {
    width: auto;
    padding: 0 36px;
}


/*++++++++++++ MY Account Pages +++++++++*/

.master-container {
    display: grid;
    max-width: 100% !important;
    grid-template-columns: 15% 75%;
    margin: 0 !important;
    padding: 0;
}

.block-account-navigation {
    background: #f3f3f3;
    text-align: left;
    margin-bottom: 30px;
}

.html-account-page .block-account-navigation {
    background: #f3f3f3;
    text-align: left;
    margin-bottom: 30px;
}

.block-account-navigation .title strong {
    line-height: 75px;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 20px;
    color: #083e6d;
    font-size: 22px;
    font-weight: 600;
}

.listbox .list li.customer-info {
    border-bottom: 1px solid #e3e3e3;
}

.listbox .list li.customer-info:last-child {
    border: none;
}

.listbox .list li.customer-info a {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    line-height: 48px;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 0;
    width: 100%;
}

.listbox .list li.customer-info a p {
    line-height: unset;
    margin: 0;
}

.listbox .list li.customer-info a span {
    display: block;
    justify-self: end;
    margin-right: 15px;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #083e6d;
    border-radius: 50%;
    align-self: center;
    font-size: 0.8rem;
    border: none;
    transition: all 300ms ease;
}

#nav li ul a span {
    display: none;
}

.listbox .list li.customer-info:hover, .listbox .list li.active {
    background: #083e6d;

}

.listbox .list li.customer-info:hover a, .listbox .list li.active a {
    color: white !important;
}

.listbox .list li.customer-info a:hover span,
.listbox .list li.active a span {
    background: #3c71b3;
    box-shadow: inset 0 0 5px 0 #083e6d;
}

.master-container .nav-wrapper {
    max-width: 85%;
}

.master-container .breadcrumb-row {
    display: contents;
}

.breadcrumb-row .myAccount-breadcrumb .container {
    max-width: 100%;
    padding: 0;
}

.breadcrumb-row .myAccount-breadcrumb .container nav ol {
    padding-bottom: 50px;
}

.account-page {
    text-align: left;
}

.listbox .list li.customer-info:last-child {
    border: none;
}

.account-page {
    text-align: left;
}

.account-page h1.page-tit {
    margin-top: 0;
    line-height: 36px;
}

/*Responsive for the side nav in Account*/
@media screen and (max-width: 1600px) and (min-width: 1025px) {
    .master-container {
        grid-template-columns: 15% 75%;
    }
}

@media screen and (max-width: 1025px) and (min-width: 991px) {
    .master-container {
        grid-template-columns: 15% 75%;
    }
}

@media screen and (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .html-account-page .block-account-navigation {
        margin: 15px 0;
        height: fit-content;
    }

    .master-container {
        grid-template-columns: 1fr;
    }

    .master-container .breadcrumb-row .content {
        max-width: 95vw !important;
        margin: 0 auto !important;
    }

    .block-account-navigation .title strong {
        text-align: center;
        padding: 0;
    }

    .listbox .list li.customer-info a span {
        margin-right: 0;
        margin-left: 15px;
    }

    .listbox .list li.customer-info {
        display: flex;
        justify-content: center;
    }

    .listbox .list li.customer-info a {
        width: fit-content;
    }

    .master-container .nav-wrapper {
        max-width: 100%;
    }

    .breadcrumb-row .myAccount-breadcrumb .container nav ol {
        justify-content: center;
    }

    .page.account-page .page-title {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .page.account-page .page-title h1 {
        font-size: 27px;
    }
}

@media screen and (max-width: 400px) {
    .page.account-page .page-title h1 {
        font-size: 21px;
    }
}

.account-page {
    padding-bottom: 60px;
}

.account-page .pro-box-1 {
    border: 2px solid #e0e0e0;
    padding: 18px 18px 0 18px;
    display: flex;
    height: 100%;
}

.account-page .pro-box-1 .pro-inner {
    position: relative;
    min-width: 100%;
}

.pro-box-1 .pro-inner .pro-code {
    position: absolute;
    top: -10px !important;
    right: 0 !important;
    background: #083e6d !important;
    color: #fff !important;
    font-size: 12px !important;
    padding: 0 14px !important;
    border-radius: 20px;
    text-align: center;
    line-height: unset !important;
}

.account-page .pro-box-1 .pro-inner .pro-variant {
    position: absolute;
    top: -10px;
    right: 0;
    color: #083e6d;
    border: solid 1px #083e6d;
    background-color: lightgrey;
    font-size: 12px;
    padding: 0 14px;
    border-radius: 20px;
    text-align: center;
    line-height: unset;
    font-weight: bold;
    cursor: pointer;
}

.pro-box-1 .pro-inner .pro-code-new {
    display: inline-grid;
    display: -ms-inline-grid;
}

.pro-box-1 .pro-inner .pro-code-new div {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-grid;
    margin: 0 0 0 30px;

}

.pro-box-1 .pro-inner .pro-code-new.darkBlue {
    background: #083e6d
}

.pro-box-1 .pro-inner .pro-code-new .green {
    background: #439134;
}

.pro-box-1 .pro-inner .pro-code-new .orange {
    background: #f49847;
}

.pro-box-1 .pro-inner .pro-code-new .red {
    background: #BE2424;
}

.account-page .pro-box-1 .pro-tit {
    padding-bottom: 25px;
}

.account-page .pro-box-1 .pro-tit a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #757575;
}

.account-page .pro-box-1 .pro-tit a:hover {
    color: #083e6d
}

.account-page .pro-box-1 p.pro-dis {
    font-size: 12px;
    line-height: 16px;
}

.account-page .pro-box-1 .btm-part {
    border-top: 2px solid #e0e0e0 !important;
    display: grid;
    padding-top: 10px;
}

.account-page .pro-box-1 .btm-part .pro-btn .btn-3 {

}

.account-page .pro-box-1 .btm-part .lpart {
    padding-right: 5px;
    width: auto;
    display: flex;
    margin-bottom: 5px;
    min-height: 83px;
}

.account-page .pro-box-1 .btm-part .lpart .price-and-weight {
    font-size: 9px;
    color: #b6b6b6;
    padding-bottom: 4px;
}

.account-page .pro-box-1 .btm-part .lpart .prices-widget {
    margin: unset !important;
    left: 1%;
    position: relative;
}

.account-page .pro-box-1 .btm-part .lpart .price-and-weight .price {
    color: #213862;
    font-size: 18px;
    font-weight: 600;
}

.account-page .pro-box-1 .btm-part .lpart .price-and-weight .price .curency {
    font-size: 12px;
    padding-right: 4px;
}

.account-page .pro-box-1 .btm-part .lpart .price-and-weight-old {
    font-size: 13px;
    color: #b6b6b6;
}

.account-page .pro-box-1 .pro-btn, .account-page .pro-box-1 .pro-btn a {
    width: 100%;
}

.account-page .pro-box-1 .qty-form .qty {
    width: 60px;
    border-radius: 30px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #dedede;
    padding: 0 12px;
    font-size: 18px;
    color: #757575;
    font-weight: 600;
    margin-right: 0;
}

.account-page .pro-box-1 .qty-form .pieces {
    display: inline-block;
    margin-right: 0;
}

.account-page .pro-box-1 .pro-btn .btn {
    font-size: 14px;
}

.account-page .list-category {
    border: 1px solid #e3e3e3;
    width: 500px;
}

.account-page .list-category .common {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
}

.account-page .list-category .common:last-child {
    border-bottom: none;
}

.account-page .list-category .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    padding: 0 18px;
}

.account-page .list-category .action ul {
    padding: 0 12px;
}

.account-page .list-category .action ul li {
    margin: 0;
    line-height: 48px;
}

.account-page .list-category .action ul li a {
    margin: 0;
    line-height: 48px;
    color: #757575;
    padding: 0 6px;
    font-size: 15px;
}

.account-page .list-category .action ul li a:hover {
    color: #083e6d;
}

.account-page .list-category .common .btn {
    margin: 20px 18px;
    height: 40px;
    line-height: 36px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 600;
}

.account-page table.member-staff {
    margin: 0;
    border: 1px solid #dee2e6;
}

.account-page table.member-staff td.adds {
    width: 300px;
}

.account-page .pagination-div {
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-page .pagination-div .lpart {
    font-size: 14px;
    color: #818181;
    line-height: 14px;
    padding-left: 18px;
}

.account-page .pagination-div .rpart {
    font-size: 14px;
    color: #818181;
    line-height: 14px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.account-page .pagination-div .page-item .page-link {
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #818181;
    font-size: 14px;
    margin: 0 1px;
    padding: 0;
    text-align: center;
    border: none;
    background: transparent;
}

.account-page .pagination-div .page-item.active .page-link, .account-page .pagination-div .page-item .page-link:hover {
    background: #e5e5e5;
}

.account-page .pagination-div .page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}

.account-page .pagination-div .rpart .show {
    display: flex;
    align-items: center;
    padding-left: 22px;
}

.account-page .pagination-div .rpart .show .pieces.number {
    padding: 0 14px;
}

.account-page .pagination-div .rpart .show .pieces.number div.cs-skin-border {
    width: 54px;
    background: #fff;
}

.account-page .pagination-div .rpart .show .pieces.number .cs-skin-border &gt; span {
    border: none;
}

.account-page .pagination-div .rpart .show .pieces.number .cs-skin-border &gt; span::after, .account-page .pagination-div .rpart .show .pieces.number .cs-skin-border .cs-selected span::after {
    top: 18px;
}


.account-page .table-data-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    padding: 20px 18px 36px;
}

.account-page .table-data-filter .l-part {
    display: flex;
}

.account-page .table-data-filter .l-part .group {
    width: 276px;
    padding-right: 25px;
}

.account-page .table-data-filter .l-part .group label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.account-page .table-data-filter .l-part .group .Zoeken {
    border: 2px solid #cbcdd3;
    height: 44px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.account-page .table-data-filter .l-part .group .Zoeken::-webkit-input-placeholder {
    color: #e0e0e0;
}

/* Firefox 4-18 */
.account-page .table-data-filter .l-part .group .Zoeken:-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

/* Firefox 19+ */
.account-page .table-data-filter .l-part .group .Zoeken::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

/* IE 10-11 */
.account-page .table-data-filter .l-part .group .Zoeken:-ms-input-placeholder {
    color: #e0e0e0;
}

/* Edge */
.account-page .table-data-filter .l-part .group .Zoeken::-ms-input-placeholder {
    color: #e0e0e0;
}

/* MODERN BROWSER */
.account-page .table-data-filter .l-part .group .Zoeken::placeholder {
    color: #e0e0e0;
}

.account-page .table-data-filter .l-part .group div.cs-skin-border {
    width: 100%
}

.account-page .table-data-filter .l-part .group .cs-skin-border &gt; span {
    border-radius: 0;
}

.account-page .table-data-filter .btn {
    line-height: 36px;
    height: 40px;
    font-size: 14px;
}

table.member-staff tr th, table.member-staff tr td {
    line-height: 20px;
    padding: 10px 16px;
    vertical-align: middle;
}

table.member-staff tr th {
    font-size: 16px;
    font-weight: 400;
}

table.member-staff tr td {
    font-size: 16px;
    font-weight: 600;
}

table.member-staff.table-bordered th, table.member-staff.table-bordered td {
    border-left: none !important;
    border-right: none !important;
}


.account-page .customer-information-wrapper {
    border: 1px solid #e3e3e3;
}

.account-page .customer-information-wrapper .personal-info {
    border-bottom: 1px solid #e3e3e3;
    padding: 25px 340px 25px 15px;
}

.account-page .customer-information-wrapper .address-details {
    border-bottom: 1px solid #e3e3e3;
    padding: 25px 340px 30px 15px;
}

.account-page .customer-information-wrapper .change-password {
    padding: 25px 340px 40px 15px;
}

.account-page .customer-information-wrapper h4 {
    font-size: 18px;
    line-height: 18px;
    color: #757575;
    font-weight: 600;
    margin: 0 0 24px 0;
}

.account-page .customer-information-wrapper .info-wrp {
    padding-bottom: 35px;
}

.account-page .customer-information-wrapper label {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 0;
}

.account-page .customer-information-wrapper span.info {
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    line-height: 14px;
}

.account-page .customer-information-wrapper .customizing-data {
    color: #828282;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.account-page .customer-information-wrapper .customizing-data:hover {
    color: #010c38;
}

.account-page .common-form .form-group {
    margin-bottom: 22px;
}

.account-page .common-form .form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.account-page .common-form .form-group label sup {
    font-weight: 400;
    padding-left: 5px;
}

.account-page .common-form .form-group .form-control {
    border: 2px solid #cbcdd3;
    height: 44px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
}

.account-page .common-form .form-group textarea.form-control {
    height: 170px;
    resize: none;
    border-radius: 0;
}

.account-page .common-form .form-group .form-control::-webkit-input-placeholder {
    color: #e0e0e0;
}

.account-page .common-form .form-group .form-control:-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.account-page .common-form .form-group .form-control::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.account-page .common-form .form-group .form-control:-ms-input-placeholder {
    color: #e0e0e0;
}

.account-page .common-form .form-group .form-control::-ms-input-placeholder {
    color: #e0e0e0;
}

.account-page .common-form .form-group .form-control::placeholder {
    color: #e0e0e0;
}

.account-page .add-employee-form .label-inline .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-page .add-employee-form .label-inline .form-group label {
    margin-right: 10px;
    margin-bottom: 0;
}

.account-page .add-employee-form div.cs-skin-border {
    width: 100%
}

.account-page .add-employee-form .label-inline .form-group .prices .cs-select {
    width: 145px;
}

.account-page .add-employee-form .label-inline .form-group .order-no {
    width: 96px;
    height: 44px;
    line-height: 40px;
    border: 2px solid #cbcdd3;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.account-page .add-employee-form .btn {
    margin-top: 32px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 22px;
}

.account-page .add-employee-form .form-top-part, .account-page .add-employee-form .form-btn-part {
    border: 1px solid #e3e3e3;
    padding: 20px 15px 30px;
}

.account-page .add-employee-form .form-btn-part {
    border-top: 0;
}

.account-page .add-employee-form h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

.account-page .add-employee-form .form-btn-part .form-group {
    margin-bottom: 18px;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: transparent;
    border: 1px solid #cbcdd3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-label .checkmark:after {
    left: 3px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid #cbcdd3;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.account-page .search-orders {
    border: 1px solid #e3e3e3;
}

.account-page .search-orders h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 25px 0 0 15px;
}

.account-page .search-orders-form {
    padding: 20px 300px 25px 15px;
}

.account-page .search-orders-form .form-group.date {
    position: relative;
}

.account-page .search-orders-form .form-group.date:after {
    content: '\f073';
    position: absolute;
    bottom: 2px;
    left: 16px;
    font-family: 'Font Awesome 5 Free';
    line-height: 40px;
}

.account-page .search-orders-form .btn {
    margin-top: 0
}

.account-page .common-form .form-group.date .form-control {
    padding-left: 45px;
}

.account-page .search-orders .nav-tabs {
    border-top: 1px solid #e3e3e3;
}

.account-page .search-orders .nav-tabs .nav-link {
    border-radius: 0;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 21px;
    color: #757575;
}

.account-page .search-orders .nav-tabs .nav-link.active, .account-page .search-orders .nav-tabs .nav-item.show .nav-link, .account-page .search-orders .nav-tabs .nav-link:hover, .account-page .search-orders .nav-tabs .nav-link:focus, .account-page .search-orders .nav-tabs .nav-link {
    border: none;
}

.account-page .search-orders .nav-tabs .nav-link.active, .account-page .search-orders .nav-tabs .nav-item.show .nav-link, .account-page .search-orders .nav-tabs .nav-link:hover, .account-page .search-orders .nav-tabs .nav-link:focus {
    background: #f3f3f3;
    border-bottom: 2px solid #083e6d;
}

.account-page .order-management {
    margin: 0;
}

.account-page .order-management thead th {
    font-size: 20px;
    font-weight: 400;
    padding: 20px;
}

.account-page .order-management tbody td {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
}

.account-page .order-management tbody td span.green {
    background: #36b81d;
}

.account-page .order-management tbody td span.orange {
    background: #f49847;
}

.account-page .order-management tbody td span.red {
    background: #e31c18;
}

.account-page .order-management tbody td span.blue {
    background: #1995BE;
}

.account-page .order-management tbody td span.status {
    border-radius: 20px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 42px;
    width: 145px;
    text-align: center;
}

.account-page .order-management tbody td a {
    color: #757575;
}

.account-page .order-management tbody td a:hover {
    color: #36b81d;
}

.account-page.account-shop .col-12.col-sm-12.col-md-6.col-lg-4 {
    margin-bottom: 30px;
}

.account-budget {
    background: #f3f3f3;
    text-align: left;
    margin-bottom: 30px;
}

.account-budget .account-budget-header .title {
    line-height: 52px;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 18px;
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 600;
}

.account-budget .account-budget-footer {
    border-top: 1px solid #e3e3e3;
    padding: 10px;
}

.account-budget .account-budget-body {
    padding: 18px 18px 15px;
    width: 100%;
    background: unset;
}

.account-budget .account-budget-body .listbox ul.list li {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 600;
    padding-bottom: 8px;
}

.account-budget .account-budget-body .listbox ul.list li.grand-total {
    font-size: 16px;
    color: #083e6d;
    padding-bottom: 20px;
}

.account-budget .account-budget-body .listbox ul.list li:last-child {
    padding-bottom: 0;
}

.account-budget .account-budget-body .listbox ul.list li .label {
    width: 140px;
    display: inline-block;
}

.account-budget .account-budget-footer p {
    margin: 0;
    line-height: 26px;
    color: #cccbcb;
    font-size: 10px;
    font-weight: 600;
    padding: 0 18px;
}


/*++++++++++++ Product Listing Page +++++++++*/

.product-listing-page .top-section {
    padding-top: 0;
    padding-bottom: 45px;
}

.product-listing-page .top-section h1.page-tit {
    margin-bottom: 22px;
}

.product-listing-page .col-12.col-sm-12.col-md-6.col-lg-4 {
    margin-bottom: 30px;
}

.product-description-section .col-12.col-sm-12.col-md-6 {
    margin-bottom: 30px;
}

.product-description-section .col-12.col-sm-12.col-md-6.col-lg-3 {
    margin-bottom: 30px;
}

.product-description-section .col-12.col-sm-12.col-md-4.col-lg-3 {
    margin-bottom: 30px;
}

.product-listing-page .pro-box-1 {
    display: flex;
    height: 100%;
}

.product-listing-page .pro-box-1 .pro-tit {
    margin-top: 12px;
}

.product-listing-page .pro-box-1 p.pro-dis {
    font-size: 13px;
}

.product-details-page .pro-box-1 .pro-btn, .product-listing-page .pro-box-1 .pro-btn {
    display: flex;
    min-height: 50px;
    margin: auto;
    margin-top: 10px;
    width: 100%;
}

.product-listing-page .bottom-section {
    padding-top: 50px;
}

.product-listing-page .bottom-section h2 {
    color: #757575;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.product-listing-page .bottom-section p, .product-listing-page .top-section p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}

.product-listing-page .bottom-section .h-50 {
    height: 50px !important;
}

.side-1 .block-account-navigation .filter-list {
    padding: 20px 18px;
    border-bottom: 1px solid #e3e3e3;
}

.side-1 .block-account-navigation .filter-list li {
    padding-bottom: 11px;
}

.side-1 .block-account-navigation .filter-list li:last-child {
    padding-bottom: 0;
}

.side-1 .block-account-navigation .filter-list li:first-child {
    padding-bottom: 15px;
}

.side-1 .block-account-navigation .filter-list li strong {
    color: #3e3e3e;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.side-1 .block-account-navigation .filter-list li .checkmark {
    border-color: #757575;
    top: 0;
}

.side-1 .block-account-navigation .filter-list li .checkbox-label {
    padding-left: 27px;
    color: #3e3e3e;
    font-size: 12px;
    font-weight: 400;
}

.side-1 .block-account-navigation .filter-list li span.qun {
    position: absolute;
    right: 0;
    top: 0;
}

.side-1 .block-account-navigation .preferences {
    padding: 22px 0;
}

.side-1 .block-account-navigation .preferences .btn-4 {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    background-position-y: center;
    font-size: 16px;
    font-weight: 600;
    color: black;
    height: 40px;
    line-height: 36px;
    padding: 0 18px;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 30px;
}

.side-1 .block-account-navigation .preferences .btn-4:hover {
    border: 2px solid #083E6D;
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white;
}

.side-1 .add-box {
    background: #f3f3f3 right bottom no-repeat;
    padding: 18px 18px 54px 18px;
    margin-bottom: 25px;
    text-align: left;
}

.side-1 .add-box h4 {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.side-1 .add-box .reach-us {
    padding-top: 20px;
    padding-bottom: 25px;
}

.side-1 .add-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #3e3e3e;
}

.side-1 .add-box .reach-us a {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #213862;
}

.side-1 .add-box .reach-us a:hover {
    color: #3e3e3e;
}

.side-1 .add-box .chat .btn {
    height: 34px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px;
    border: 2px solid #213862;
    color: #213862;
    border-radius: 30px;
    background: transparent;
    margin-top: 6px;
}

.side-1 .add-box .chat .btn:hover {
    color: #fff;
    background: #213862;
}


/*++++++++++++ Cart Pages +++++++++*/

.shopping-cart-page {
    text-align: left;
}

.shopping-cart-page .cart-table.table-bordered {
    border-width: 2px;
}


.shopping-cart-page .cart-table .cart-header {
    font-size: 20px;
    font-weight: 600;
    line-height: 54px;
    padding: 0 20px;
    border-bottom: 2px solid #e5e5e5;
}

.shopping-cart-page .cart-table .cart-body .list-row .pro-img-and-des .pro-details .pieces {
    font-size: 13px;
}

.shopping-cart-page .cart-table .cart-body .list-row {
    display: flex;
}

/*.shopping-cart-page .cart-table .cart-body .list-row &gt; div{padding:25px 20px; width:300px; border-bottom:2px solid #e5e5e5;}*/
.shopping-cart-page .cart-table .cart-body .list-row .pro-img, .shopping-cart-page .cart-table .cart-body .list-row .qty, .shopping-cart-page .cart-table .cart-body .list-row .pro-details, .shopping-cart-page .cart-table .cart-body .list-row .price {
    padding: 25px 20px;
    align-self: center;
    margin: auto;
    margin-right: initial;
}

.shopping-cart-page .cart-table .cart-body .list-row .pro-details {
    max-width: 270px;
    min-width: 270px;
}

.shopping-cart-page .cart-table .cart-body .list-row {
    border-bottom: 2px solid #e5e5e5;
}

/*.shopping-cart-page .cart-table .cart-body .list-row .pro-details{width:300px}*/
.shopping-cart-page .cart-table .cart-body .list-row .pro-img-and-des {
    width: 64%;
    display: flex
}

.shopping-cart-page .cart-table .cart-body .list-row .qty-and-price {
    width: 38%;
    display: flex
}

.shopping-cart-page .cart-table .cart-body .qty {
    text-align: right
}

.shopping-cart-page .cart-table .cart-body .pro-details .price {
    text-align: left;
}

.shopping-cart-page .cart-table .cart-body .pro-tit a {
    color: #757575;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    word-break: break-word;
}

.shopping-cart-page .cart-table .cart-body .pro-tit a:hover {
    color: #083e6d;
}

.shopping-cart-page .cart-table .cart-body .pro-details .price {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 2px 0;
}

.shopping-cart-page .cart-table .cart-body .pro-details .price span {
    padding-right: 30px;
}

.shopping-cart-page .cart-table .cart-body .price .price-inner {
    text-align: right;
}

.shopping-cart-page .cart-table .cart-body .price span {
    font-weight: 400;
    padding-right: 0;
}

.shopping-cart-page .cart-table .cart-body .delete {
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #F3F3F3;
    width: fit-content;
    min-width: fit-content;
    max-width: max-content;
    padding: 7px;
    border-radius: 15px;
    align-self: center;
    margin-right: 10px;
}

.shopping-cart-page .cart-table .cart-body .delete a {
    font-size: 13px;
    color: black;
    line-height: 12px;
    display: block;
}

.shopping-cart-page .cart-table .cart-body .delete a:hover {
    font-size: 13px;
    color: #083e6d;
}

.shopping-cart-page .cart-table .cart-body .qty .qty-inner {
    display: inline-block;
    font-size: 16px;
}

.shopping-cart-page .cart-table .cart-body .qty .number {
    width: 110px;
    border: 2px solid #e5e5e5;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 40px;
    margin-right: 4px;
    margin-top: 3px;
}

.shopping-cart-page .cart-table .cart-body .qty .number .form-control {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: none !important;
    color: #757575;
    width: 43px;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    padding: 0;
}

.shopping-cart-page .cart-table .cart-body .qty .number .quantity-button {
    cursor: pointer;
    width: 25px;
    line-height: 30px;
    text-align: center;
    height: 33px;
}

.shopping-cart-page .cart-table .cart-body .qty .pieces {
    font-size: 14px;
}

.shopping-cart-page .cart-table .cart-body .price {
    font-size: 16px;
    color: #757575;
    font-weight: 600;
    text-align: right;
}

.shopping-cart-page .cart-table .cart-body .price span {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
}

.shopping-cart-page .cart-table .cart-footer {
    padding: 25px 20px;
}

.shopping-cart-page .cart-table .cart-footer .update {
    display: flex;
    justify-content: space-between;
}

.shopping-cart-page .cart-table .cart-footer .update .btn-4 {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    background-position-y: center;
    font-size: 16px;
    font-weight: 600;
    color: black;
    height: 40px;
    line-height: 36px;
    padding: 0 18px;
    border: 2px solid transparent;
    border-radius: 30px;
}

.shopping-cart-page .cart-table .cart-footer .update .btn-4:hover {
    border: 2px solid;
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white;
}

.shopping-cart-page .cart-table .cart-footer .update .btn-4 .fa-redo-alt {
    margin-right: 7px;
    font-size: 12px;
    vertical-align: middle;
}

.shopping-cart-page .cart-table .cart-footer .update .btn-4 .fa-angle-left {
    margin-right: 7px;
    font-size: 15px;
    vertical-align: middle;
}


.shopping-cart-page .total-table {
    border: 2px solid #dee2e6;
}

.shopping-cart-page .total-table tbody td {
    border-bottom: none !important;
    border-top: none !important;
    padding: 6px 0;
}

.shopping-cart-page .total-table tbody tr td {
    color: #a3a3a3;
    font-size: 14px;
    vertical-align: middle;
}

.shopping-cart-page .total-table tbody tr td:first-child {
    padding-left: 20px;
}

.shopping-cart-page .total-table tbody tr td:last-child {
    text-align: right;
    padding-right: 16px;
}

.shopping-cart-page .total-table tbody tr:first-child td {
    padding-top: 12px;
}

.shopping-cart-page .total-table tbody tr:last-child td {
    padding-bottom: 12px;
}

.shopping-cart-page .total-table tfoot tr th {
    font-weight: 600;
    font-size: 16px;
    color: #757575;
}

.shopping-cart-page .total-table tfoot tr td {
    color: #a3a3a3;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}

.shopping-cart-page .total .btn {
    height: 44px;
    line-height: 40px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 0 55px;
    margin-top: 15px;
}

.shopping-cart-page .total .button-1 {
    margin-bottom: 30px;
}

.shopping-cart-page .total .btn:after {
    content: '\f054';
    position: initial;
    top: 0;
    right: 35px;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: all .3s ease-in;
}

.shopping-cart-page .total .btn:hover:after {
    color: #e31c18;
}

.shopping-cart-page .news {
    background: #9adb8e;
    border-radius: 4px;
    padding: 12px 15px;
    margin: 30px 0 55px;
}

.shopping-cart-page .news p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding-left: 100px;
    position: relative;
}

.shopping-cart-page .news p span {
    font-weight: 600;
}

.shopping-cart-page .news p:before {
    content: '\f0d1';
    font-size: 38px;
    line-height: 72px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 18px;
    color: #43ba2c;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


/*++++++++++++ Checkout Pages +++++++++*/

.checkout-page {
    text-align: left;
    padding-bottom: 75px;
    padding-top: 40px;
}

.checkout-page h2 {
    font-size: 25px;
    line-height: 36px;
    font-weight: 600;
    /*margin-bottom: 36px;*/
}

.checkout-page .lpart, .checkout-page .lpart .first-col, .checkout-page .lpart .second-col, .checkout-page .rpart {
    display: flex;
    flex-flow: column;
}

.checkout-page .box {
    border: 2px solid #e5e5e5;
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 20px 0;
}

.checkout-page .box .box-header, .checkout-page .box .box-body {
    padding: 0 20px;
}

.checkout-page .box .box-header {
    padding-bottom: 30px;
    border-bottom: 2px solid #e5e5e5;
}

.checkout-page .box h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 28px 0;
}

.checkout-page .box .box-mid h4 {
    margin: 0 0 14px 0;
}

.checkout-page .box .pieces {
    width: 100%;
    margin-right: 0;
}

.checkout-page .box .pieces .cs-select {
    width: 100%;
    font-weight: 600;
    font-size: 18px !important;
    font-weight: 600;
    color: #757575;
}

.checkout-page .box div.cs-skin-border {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.checkout-page .third-col .btn {
    height: 44px;
    line-height: 40px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 0 55px;
    margin-top: 60px;
}


.cs-skin-border &gt; span {
    border: 2px solid #dedede;
    padding-right: 26px;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}

.variant-overview .cs-skin-border &gt; span {
    border-radius: 30px;
}

.checkout-page .box .box-body {
    padding-top: 20px;
}

.checkout-page .box .box-body.pro-detail-body {
    overflow-y: scroll;
    padding: 0;
}

#boxscroll {
    height: 389px;
}

.checkout-page .box .box-body.pro-detail-body .pro-detail {
    border-bottom: 2px solid #e5e5e5;
    padding-right: 10px;
}

.checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box {
    display: flex;
    padding: 16px 0;
}

.checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .dis-part .pro-tit a {
    color: #757575;
    font-size: 16px;
    font-weight: 500;
    width: 270px;
    display: inline-block;
}

.checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .dis-part .pro-tit a:hover {
    color: #083e6d;
}

.checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .dis-part .two-part {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}

.checkout-page .rpart .btn-col {
    flex: unset;
}


.checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .img-part {
    padding: 0 18px;
}

.checkout-page .box .box-body .inner {
    padding-bottom: 28px;
}

.checkout-page .box .box-body .inner label {
    display: block;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 16px;
}

.checkout-page .box .box-body .inner .info {
    margin: 0;
    color: #adadad;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.checkout-page .box .radio .form-check {
    display: block;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 8px;
}

.checkout-page .box .radio .form-check.form-check-inline label {
    margin: 0;
}

.checkout-page .box .radio .form-check input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkout-page .box .radio .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #afafaf;
}

.checkout-page .box .radio .form-check:after {
    content: "";
    position: absolute;
    display: none;
}

.checkout-page .box .radio .form-check input[type="radio"]:checked ~ .checkmark:after {
    display: block;
}

.checkout-page .box .radio .form-check .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #97c342;
}

.checkout-page .box .radio .form-check .form-check-label {
    font-size: 16px;
    font-weight: 600;
}

.checkout-page .box .radio .form-check .form-check-label sup {
    font-size: 12px;
    font-weight: 600;
    padding-left: 5px;
}


.checkout-page .box .box-mid {
    padding: 26px 20px;
    border-bottom: 2px solid #e5e5e5;
}

.checkout-page .box .delivery-form .inner {
    margin-bottom: 20px;
    padding: 0;
}

.checkout-page .box .inner label {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.checkout-page .box .inner label sup {
    font-weight: 400;
    padding-left: 5px;
    color: #b2b2b2;
}

.checkout-page .box .inner .input-text {
    border: 2px solid #cbcdd3;
    height: 44px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.checkout-page .box.Samenvatting .box-header {
    padding-bottom: 20px;
}

.checkout-page .box.Samenvatting .dis-part .two-part .price-each {
    display: none;
}

.checkout-page .box.Samenvatting {
    padding-bottom: 0;
}

.checkout-page .total-table {
    border: none;
    margin: 0;
    border-top: 2px solid #dee2e6;
}

.checkout-page .total-table tbody td {
    border-bottom: none !important;
    border-top: none !important;
    padding: 6px 0;
}

.checkout-page .total-table tbody tr td {
    color: #a3a3a3;
    font-size: 14px;
    vertical-align: middle;
}

.checkout-page .total-table tbody tr td:first-child {
    padding-left: 20px;
}

.checkout-page .total-table tbody tr td:last-child {
    text-align: right;
    padding-right: 16px;
}

.checkout-page .total-table tbody tr:first-child td {
    padding-top: 12px;
}

.checkout-page .total-table tbody tr:last-child td {
    padding-bottom: 12px;
}

.checkout-page .total-table tfoot tr th {
    font-weight: 600;
    font-size: 16px;
    color: #757575;
}

.checkout-page .total-table tfoot tr td {
    color: #a3a3a3;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}

.checkout-btn-section .btn {
    height: 44px;
    line-height: 40px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 0 55px;
    margin-top: 20px;
}

.checkout-btn-section .btn:after {
    content: '\f054';
    position: absolute;
    top: 0;
    right: 35px;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: all .3s ease-in;
}

.checkout-btn-section .btn:hover:after {
    color: #e31c18;
}

.checkout-page .update .btn {
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 0 16px;
    margin-top: 60px;
    background: #d5d4d4;
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.checkout-page .update .btn .fas {
    margin-right: 7px;
}

.checkout-page .update .btn:hover {
    background: #e31c18;
}

#ascrail2000-hr {
    display: none !important;
}

/*++++++++++++ Login Pages +++++++++*/

.breur-webshop {
    background: #dadada;
    padding: 45px 115px;
    text-align: left;
    display: flex;
    justify-content: center;
}

.personal-webshop {
    background: #ffffff;
    padding: 45px 115px;
}

.webshop-wrapper {
    -webkit-box-shadow: 0px 0px 28px 0px rgb(44 44 44 / 30%);
    -moz-box-shadow: 0px 0px 28px 0px rgba(44, 44, 44, 0.3);
    box-shadow: 0px 0px 28px 0px rgb(44 44 44 / 30%);
}

.breur-webshop .webshop-outter {
    background: #fff;
    border-radius: 4px;
    float: left;
}

.webshop-outter .webshop-toggle div h2 {
    color: white;
    pointer-events: none;
}

.webshop-outter .webshop-toggle .active h2 {
    color: #073e6d;
}

.webshop-outter .webshop-toggle .active {
    background: white;
    color: #073e6d;
}

.webshop-outter .webshop-toggle div h2 i {
    margin-right: 5px;
}

.webshop-outter .webshop-toggle div {
    padding: 10px;
    background: #707070;
}

.webshop-outter .webshop-toggle {
    /*display: grid;*/
    /*grid-template-columns: 50% 50%;*/
    text-align: center;
    overflow: auto;
}

.breur-webshop .webshop-inner {
    background: #fff;
    color: #757575;
    display: none;
    width: 600px;
    padding: 30px 35px;
    padding-top: 10px;
    float: left;
    min-height: 448px;
}

.breur-webshop .message-error {
    padding: 15px 35px 0 35px;
    margin: 0;
}

.webshop-outter .webshop-toggle .active:hover {
    cursor: default;
}

.webshop-outter .webshop-toggle div:hover {
    cursor: pointer;
}

.webshop-outter .show {
    display: block;
}

.webshop-outter .webshop-toggle div h2 {
    font-size: 23px;
}

.webshop-inner {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 480px;
    float: right;
}

.personal-webshop .webshop-inner h2 {
    color: #fff;
}

.login-page .webshop-inner h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 8px 0;
}

.login-page .webshop-inner h2 .fas {
    font-size: 22px;
    line-height: 29px;
    vertical-align: middle;
    margin-right: 12px;
}

.login-page .webshop-inner p.tit-txt {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    min-height: 50px;
}

.login-form .form-group {
    margin-bottom: 22px;
}

.login-form .form-group.two-col {
    display: flex;
    justify-content: space-between;
}

.login-form .form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.login-form .form-group label sup {
    font-weight: 400;
    padding-left: 5px;
}

.login-form .form-group .form-control {
    border: 2px solid #cbcdd3;
    height: 44px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
}

.breur-webshop .webshop-inner .login-form .form-group .form-control {
    border-color: #083e6d;
}

.login-form .form-group .checkbox-label {
    line-height: 20px;
}

.login-form .form-group .checkbox-label .checkmark {
    height: 18px;
    width: 18px;
}

.checkbox-label .checkmark::after {
    left: 5px;
    height: 10px;
    border: solid #083e6d;
    border-width: 0 3px 3px 0;
}

.personal-webshop .webshop-inner .login-form .form-group .checkbox-label .checkmark {
    height: 18px;
    width: 18px;
    border: 2px solid #cbcdd3;
}

.personal-webshop .webshop-inner .checkbox-label .checkmark::after {
    left: 5px;
    height: 10px;
    border: solid #cbcdd3;
    border-width: 0 3px 3px 0;
}

.login-form .form-group.two-col .checkbox-label1 input[type="checkbox"] {
    height: 18px;
    width: 18px;
}

.login-form .form-group .form-control::-webkit-input-placeholder {
    color: #e0e0e0;
}

/* Firefox 4-18 */
.login-form .form-group .form-control:-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

/* Firefox 19+ */
.login-form .form-group .form-control::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

/* IE 10-11 */
.login-form .form-group .form-control:-ms-input-placeholder {
    color: #e0e0e0;
}

/* Edge */
.login-form .form-group .form-control::-ms-input-placeholder {
    color: #e0e0e0;
}

/* MODERN BROWSER */
.login-form .form-group .form-control::placeholder {
    color: #e0e0e0;
}

.login-form .form-group .btn-1, .checkout-as-guest-button {
    width: 100%;
    height: 40px;
    line-height: 36px;
    font-size: 20px;
    margin-bottom: 10px;
    border-radius: 40px !important;
}

.login-form .form-group .btn-1:hover {
    border: 2px solid #6c757d !important;
    border-color: unset !important;
}

.breur-webshop .webshop-inner .login-form .form-group .forgot-password {
    color: #757575;
    font-size: 16px;
    font-weight: 500;
}

.breur-webshop .webshop-inner .login-form .form-group .forgot-password:hover {
    color: #083e6d;
}

.login-form .request-ac {
    font-size: 16px;
}

.login-form .request-ac a {
    color: #083e6d;
}

.login-form .request-ac a:hover {
    color: #757575;
}

.personal-webshop .webshop-inner .login-form .form-group .forgot-password {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.personal-webshop .webshop-inner .login-form .form-group .forgot-password:hover {
    color: #e61916;
}

.personal-webshop .webshop-inner .login-form .request-ac a {
    color: #e61916;
}

.personal-webshop .webshop-inner .login-form .request-ac a:hover {
    color: #fff;
}

.breur-webshop .webshop-inner .login-form .form-group .forgot-password, .personal-webshop .webshop-inner .login-form .form-group .forgot-password {
    margin-top: 3px;
}


/*++++++++++++ Technical Service Pages +++++++++*/

.page.technical-service-page {
    padding-bottom: 30px;
}

.technical-service-section {
    position: relative;
    margin-top: -185px;
}

.technical-service-page .technical-service-section {
    margin-top: -20%;
}

.technical-service-section .inner-wrapper {
    text-align: left;
    background: #fff;
}

.technical-service-section .inner-wrapper .top-part {
    padding: 40px 40px 70px 40px;
}

.technical-service-section .inner-wrapper .top-part h1.page-tit, h2.page-tit {
    margin-top: 0;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 45px;
    width: 100%;
}

.technical-service-section .inner-wrapper .top-part h1.page-tit span {
    color: #757575;
    font-size: 28px;
    line-height: 36px;
    display: block;
}

.technical-service-section .inner-wrapper .top-part h1.page-tit:after, h2.page-tit:after, h1.page-tit:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 3px;
    background: #e31c18;
}

.technical-service-section .inner-wrapper .top-part p {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 25px;
}

.technical-service-section .inner-wrapper .top-part p a {
    font-weight: 600;
}

.technical-service-section .tab-panel .nav-tabs {
    border: none;
    margin-bottom: 55px;
    padding: 0;
}

.technical-service-section .tab-panel .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 16%;
}

.technical-service-section .tab-panel .nav-tabs .nav-item.long {
    width: 20%;
}

.technical-service-section .tab-panel .nav-tabs .nav-link {
    border-radius: 0;
    height: 34px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 21px;
    color: #e0e0e0;
    border: 2px solid #083e6d;
    text-align: center;
    text-transform: uppercase;
}

.technical-service-section .tab-panel .nav-tabs .nav-link .fas {
    margin-right: 7px;
}

.technical-service-section .tab-panel .nav-tabs .nav-link.active, .technical-service-section .tab-panel .nav-tabs .nav-item.show .nav-link, .technical-service-section .tab-panel .nav-tabs .nav-link:hover, .technical-service-section .tab-panel .nav-tabs .nav-link:focus, .technical-service-section .tab-panel .nav-tabs .nav-link {
    border: 2px solid #083e6d;
    color: #e0e0e0;
}

.technical-service-section .tab-panel .nav-tabs .nav-link.active, .technical-service-section .tab-panel .nav-tabs .nav-item.show .nav-link, .technical-service-section .tab-panel .nav-tabs .nav-link:hover, .technical-service-section .tab-panel .nav-tabs .nav-link:focus {
    background: #e31c18 !important;
    border: 2px solid #e31c18;
    color: #fff;
}

.technical-service-section .tab-pane h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin: 30px 0;
}

.technical-service-section .tab-pane ul.list li {
    padding-left: 14px;
    padding-bottom: 10px;
    position: relative;
}

.technical-service-section .tab-pane ul.list li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #e31c18;
}

.mobile-show {
    display: none;
}

/*User Sidebar*/
.user-slide {
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 300px;
    right: -300px;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    transition-delay: 0s;
    overflow: scroll;
    padding: 18px;
}

.user .back-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.25);
    display: none;
}

.user .back-bg.open {
    display: block;
}

.user-slide.open {
    right: 0;
}

.user-slide .user-slide-toppart {
    display: flex;
    padding-bottom: 26px;
}

.user-slide .remove {
    cursor: pointer;
    width: 30px;
    line-height: 30px;
    color: #e61700;
    font-size: 20px;
}

.user-slide .user-name {
    color: #083e6d;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    width: calc(100% - 30px);
}

.user-slide .user-slide-body ul.list {
    text-align: left;
    margin-bottom: 40px;
}

.user-slide .user-slide-body ul.list li {
    border-bottom: 1px solid #e3e3e3;
}

.user-slide .user-slide-body ul.list li a {
    color: #3e3e3e;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 10px 5px;
}

.user-slide .user-slide-body ul.list li a p {
    margin-bottom: 0;
    line-height: inherit;
}

.user-slide .user-slide-body ul.list li:first-child a {
    font-size: 16px;
}

body.fix {
    overflow-y: hidden;
}

.pro-box-1 .pro-img {
    height: 150px;
}

.pro-box-1 .pro-tit {
    line-height: 1em;
    height: 3.9em;
    overflow: hidden;
}

.pro-box-1 .img-and-dis .dis-and-label {
    max-height: fit-content;
    overflow: hidden;
}

.services-section {
    padding-bottom: 35px;
}

#eu-cookie-bar-notification {
    height: auto !important;
}

.eu-cookie-bar-notification button {
    background-color: #083e6d !important;
}

.eu-cookie-bar-notification a {
    color: #083e6d !important;
}

.eu-cookie-bar-notification button:hover {
    color: #446684 !important;
}

header .header-logo {
    max-width: 300px;
    align-self: center;
}

.mobile-header-logo {
    width: max-content !important;
}

.rpart .paging_simple_numbers ul li.next-page {
    width: auto !important;
}

.services-section .service-box h3:before {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg) !important;
}

.address.mobile-show {
    display: block !important;
}

.account-page .pro-box-1 .pro-inner .pro-code.grey {
    background: #cbcdd3 !important;
}

.stock {
    display: none;
}

.back-in-stock-subscription {
    display: none !important;
}

.mini-shopping-cart input[type="button"] {
    display: inline-block;
    border: none;
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 600;
    text-transform: inherit;
}

.mini-shopping-cart input[type="button"]:hover {
    color: #fff;
    background: #083E6D !important;
    border-color: #083E6D !important;
}

#nav ul .subNav ul {
    display: none;
    position: absolute;
    z-index: 999999;
}

#nav ul .subNav:hover ul {
    display: block;
    background-color: #dadada;
    min-width: max-content;
    padding: 0 5px 10px 5px;
}

#nav ul .subNav ul {
    /*width: 100%;*/
}

#nav ul .subNav ul li {
    margin-top: 25px;
}

#nav ul .subNav ul li a {
    padding: 5px 0 5px 0;
}

.pro-code .definition {
    display: none;
    padding-bottom: 5px;
}

.pro-code:hover .number {
    display: block;
}

.pro-code:hover .definition {
    display: block !important;
}

.sub-category-list .sub-category-item .title a {
    color: #083E6D;
    word-break: break-word;
}

.form-container .tab-content .btn-save:hover {
    border: 2px solid;
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white;
}

.form-container .tab-content .btn-save {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    background-position-y: center;
    height: 54px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    color: #000;
    border-radius: 40px;
    padding: 0 44px;
}

.filtersPanel {
    background: #f3f3f3;
}

.nopAjaxFilters7Spikes .block .title {
    background: #f3f3f3;
}

.nopAjaxFilters7Spikes .block .title a.toggleControl {
    border-top: 1px solid #e4e4e4;
}

.sub-category-list .sub-category-item .title a {
    word-break: break-word;
}

.product-sorting &gt; span {
    padding: 10px;
}

.customer-info-page .vat-status {
    display: none;
}

.pro-btn #list-attributes {
    display: flex;
}

/*.pro-btn .list-attributes-selector {*/
/*  display: flex;*/
/*  margin-bottom: 5px;*/
/*  z-index: -1;*/
/*}*/

.with-vat, .discount-price {
    color: #B6B6B6 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.pro-box-1 .required {
    margin: 0 -8px 0 3px;
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #e4434b;
}

.header {
    position: relative;
    z-index: 999;
    background-color: white;
}

.fa-caret-down {
    padding-left: 2px;
}

.checkout-buttons {
    padding-bottom: 25px;
}

.contact-page .account-form-section {
    margin-top: -5%;
}

.one-page-checkout .buttons .button-1 {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg) !important;
    background-position-y: center;
    font-size: 16px;
    font-weight: 600;
    color: black;
    height: 40px;
    line-height: 36px;
    padding: 0 18px;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 30px;
    text-transform: inherit;
}

.one-page-checkout .buttons .button-1:hover {
    border: 2px solid;
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white;
}

.btn-update-product {
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    line-height: 36px;
    border: 2px solid transparent;
    border-radius: 40px;
    padding: 0 20px;
    color: black;
    cursor: pointer;
}

.btn-update-product:hover {
    border: 2px solid;
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white;
}

.btn-delete-hotlist {
    margin-bottom: 10px !important;
}

.btn-3-btn-delete {
    margin: auto 13px 6px auto;
}

@supports (-ms-ime-align:auto) {
    #nav ul .subNav:hover ul {
        min-width: 170px !important;
    }

    .shopping-cart-page .cart-table .cart-body .delete {
        width: 90px !important;
        text-align: center !important;
    }

    @media all and (max-width: 767px) {
        .pro-box-1 .pro-inner .img-and-dis {
            padding-bottom: 0 !important;
        }
    }

    .iframe-contact-form {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
    }

    .account-form-section {
        margin-top: 24% !important;
    }
}

#checkout-confirm-order-load.shopping-cart-page .cart-table .cart-body .qty .number {
    width: 100px;
}

.checkout-page.order-completed-page .order-completed-continue-button {
    color: black !important;
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg) !important;
    background-position-y: center !important;
    height: 40px !important;
    line-height: 36px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border: 2px solid transparent !important;
    border-radius: 40px !important;
    padding: 0 22px !important;
    width: 213px !important;
}

.checkout-page.order-completed-page .order-completed-continue-button:hover {
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white !important;
}

.order-completed-page .page-title h1 {
    float: unset !important;
}

.list-attributes-selector p {
    border: 2px solid #e5e5e5 !important;
    height: 44px;
    margin-bottom: unset !important;
    padding-top: 3px;
}

.qty-and-price .qty p {
    border: 2px solid #e5e5e5 !important;
    height: 37px;
    margin-bottom: 2px !important;
    margin-top: 2px;
    margin-right: 4px;
}


/*CSS voor 'upload' section in de cart:*/
.qq-upload-button {
    display: block;
    width: 212px !important;
    border-radius: 44px;
    padding: 7px 0;
    text-align: center;
    background: #083e6d !important;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

#checkout_attribute_4downloadurl {
    position: absolute;
    padding: 8px;
    font-size: 14px;
    border-radius: 44px;
}

#checkout_attribute_4remove {
    margin-left: 23%;
    position: absolute;
    padding: 8px;
    font-size: 14px;
    border-radius: 44px;
}

#checkout_attribute_4downloadurl:hover {
    border: 2px solid #e5e5e5;
    background-color: #f3f3f3;
}

#checkout_attribute_4remove:hover {
    border: 2px solid #e5e5e5;
    background-color: #f3f3f3;
}

.shopping-cart-page .checkout-attributes a {
    color: #083e6d;
}

.add-to-cart-panel p {
    border: 2px solid #e5e5e5 !important;
    height: 44px;
    margin-bottom: unset !important;
    padding-top: 2px;
}

.shopping-cart-page .cart-table .cart-body .list-row .pro-img {
    padding: 10px 10px;
}

.nicescroll-rails {
    opacity: unset !important;
}

.nicescroll-cursors {
    background-color: #083e6d !important;
}

.selected-checkout-attributes {
    display: none !important;
}

.section.select-billing-address .min-amount-warning {
    display: none;
}

@media (max-width: 767px) {
    .mobile-none .footer-disclaimer {
        display: none;
    }
}

.paginate_button.next {
    font-size: unset;
    font-weight: unset;
}

@media (max-width: 425px) {
    .product-listing-page .dataTables_paginate.paging_simple_numbers {
        bottom: 120px;
        position: absolute;
    }

    .next {
        right: 25px !important;
    }

    .account-page .pagination-div .rpart .show {
        position: absolute;
        bottom: 68px;
        margin-left: 18%;
    }

    .nav.nav-tabs .nav-link {
        background-color: white !important;
    }

    .product-listing-page .pagination-div {
        height: 150px;
    }

    .account-page .search-orders .nav-tabs {
        display: block;
    }

    .modal-content-hotList-header {
        width: 90% !important;
    }
}

.list-attributes-size select {
    border-radius: 40px !important;
    max-width: 70px;
}

@media (max-width: 767px) {
    .nav-link.active {
        background: #f3f3f3 !important;
        border-bottom: 2px solid #083e6d !important;
    }

    #alignHomeSizeContent {
        min-width: 100% !important;
    }
}

.payment-logo {
    display: none;
}

@media (max-width: 393px) {
    .sub-category-list .sub-category-item .title a {
        font-size: 10px;
    }
}

.payment-logo {
    display: none !important;
}

.shopping-cart-page .cart-table .cart-body .pro-tit {
    line-height: 1.5em;
    height: 3.3em;
    overflow: hidden;
}

.quantity-button {
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 850px) {
    .services-section .btn-3 {
        position: absolute !important;
        bottom: 5% !important;
        margin-bottom: 5% !important;
        left: 8%;
    }
}

.list-attributes-selector .list-attributes-selector-unit {
    margin-left: 0 !important;
}

.productBoxHiddenElements .list-attributes-selector {
    margin-left: 15px !important;
}

.pro-btn .list-attributes-selector .unit-selector {
    margin-left: 10px;
}

.unit-selector {
    max-width: 70px;
    overflow: hidden;
    min-height: 44px;
    align-items: center;
}

.cart-body select {
    text-indent: 1px;
    text-overflow: '';
}

.css-tooltip {
    height: 1px;
    position: absolute;
    display: inline-block;
}

.tp-icon {
    display: inline-block;
    padding: 2px 0 2px 1px;
    margin: 0 8px;
    width: 18px;
    height: 18px;
    border: 1px solid #083E6D;
    background-color: #eee;
    color: #083E6D !important;
    border-radius: 50%;
    text-align: center !important;
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    cursor: help;
    vertical-align: super;
}

.css-tooltip .tooltiptext {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    color: black;
    font-size: 13px;
    line-height: 16px;
    z-index: 99;
    width: 240px;
    padding: 8px;
    left: auto;
    display: none;
    background-color: white;
    border: 1px solid darkblue;
    margin-left: -97px;
    margin-top: -5px;
    position: inherit;
}

.price-and-weight .tooltiptext tr {
    display: grid;
    grid-template-columns: 75% 25%;
    padding: 3px 0;
}

.tooltiptext.active {
    display: block;
}

@media only screen and (min-width: 1201px) {
    .vestigingstabel {
        width: 30% !important
    }
}

@media only screen and (max-width: 1200px) {
    .vestigingsfoto {
        display: none !important
    }
}

@media only screen and (min-width: 768px) {
    .css-tooltip:hover .tooltiptext {
        display: block;
    }
}

.pro-box-1:hover, .sub-category-list .sub-category-item:hover {
    box-shadow: 5px 7px 10px 0 #cbcdd3;
    transition: box-shadow 0.1s;
}

.customer-info.active.last:hover {
    background: #cbcdd3;
}

div.img-fluid.fas.icon-shopping-cart {
    width: 50px;
    height: 54px;
    margin: -8px 0 -8px -5px;
    background: #083e6d url(../Themes/BREUR/Content/images/Winkelwagen-white.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.pro-box-1 .btm-part .pro-btn .btn-3 {
    padding: 3px 14px !important;
    width: 100% !important;
    font-size: 0 !important;
    height: 44px !important;
}

svg.svg-inline--fa.fa-cart-plus.fa-w-18.fa-7x {
    font-size: 25px;
    height: 1em;
    overflow: visible;
}

input.btn.btn-3.btn-delete-hotlist {
    font-size: 14px !important;
}

.flyout-cart {
    top: 54px;
}

.mobile-header div.img-fluid.fas.icon-shopping-cart {
    width: 48px;
    height: 44px;
    margin: -8px 0 -8px -5px;
    background: url(../Themes/BREUR/Content/images/Winkelwagen.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    pointer-events: none;
}

.overview .add-to-cart-panel .list-attributes-selector {
    display: flex;
}

body.swal2-shown.swal2-height-auto {
    padding-right: 0 !important;
}

#composeButton {
    font-size: 14px !important;
}

/*ezBase style section*/
.PriceAndAddToCart-non-ezBase {
    align-items: flex-end;
    display: flex;
    margin-bottom: 10px;
}

.product-details-page .product-info-section {

}

/*.product-non-ezBase-section {*/
/*  display: inline-flex;*/
/*}*/

.overview .pricesinfo-widget {
    display: unset;
}

.product-non-ezBase-section .attributes {
    margin-right: 40px;
}

.product-ezBase-section {
    display: block;
    /*margin: 10px -30px 0 -30px;*/
}

.ezBaseToggle ul li {
    display: inline;
    text-align: center;
}

.ezBaseToggle ul li a {
    display: inline-block;
    width: 28%;
    padding: .75rem 0;
    margin: 0;
    text-decoration: none;
}

.ezBaseToggleOne:hover ~ hr {
    margin-left: 0;
    background: #757575;
}

.ezBaseToggleTwo:hover ~ hr {
    margin-left: 28%;
    background: #757575;
}

.hr-ezBaseToggle {
    height: .25rem;
    width: 28%;
    margin: 0;
    background: #083e6d;
    border: none;
    transition: .3s ease-in-out;
}

.hr-toggle-ezBaseToggle {
    margin-left: 28%;
}

.ezBaseToggle ul li a.active {
    color: #083e6d;
    font-weight: 600;
}

.ezBaseToggleOne a {
    color: #333;
}

.ezBaseToggleTwo a {
    color: #333;
}

.ezBaseToggleOne a:hover {
    color: #757575;
}

.ezBaseToggleTwo a:hover {
    color: #757575;
}

table.ez-base-table {
    border: solid 2px transparent;
    padding: 0px 5px 15px 5px;
    font-size: 15px;
    width: 100%;
    overflow: auto;
    display: block;
    max-height: 500px !important;
}

.ez-base-table thead {
    position: sticky;
    top: 0;
}

.ez-base-table .first-tr th {
    border: none;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    color: #083e6d;
    background: white;
    vertical-align: bottom;
    white-space: break-spaces;
    box-shadow: inset 0 0 0 #083e6d, inset 0 -2px 0 #083e6d;
}

.ez-base-table .second-tr th {
    border: none;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    color: #083e6d;
    background: white;
    vertical-align: bottom;
    box-shadow: inset 0 0 0 #083e6d, inset 0 -2px 0 #083e6d;
}

.ez-base-table td {
    padding: 8px 3px 8px 3px;
    font-size: 14px;
    border: none;
    border-bottom: solid 1px #083e6d;
    min-width: 75px !important;
}

.ez-base-table-td-price {
    color: #083e6d;
    font-weight: 500;
    width: 100%;
    text-align: right;
    padding-right: 15px !important;
}

.ez-Base-addToCart {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    margin-right: 120px;
}

.product-ez-Base-qty-div {
    border: 1px solid;
    width: 70px;
    height: 43px;
    border-radius: 30px;
    text-align-last: center;
}

.product-ez-Base-qty-div label {
    margin: 12px 5px;
}

.ez-base-table .wherehouse-btn a {
    height: 28px !important;
    line-height: 28px !important;
    padding: 0 0 0 8px !important;
    margin: 0;
}

.product-essential .overview .ez-base-table .wherehouse-btn {
    margin-right: unset;
    padding-top: unset;
}

.ez-base-table td.ez-base-table-td-hide-show {
    /* display: none; */
    min-width: 55px !important;
    max-width: 55px !important;
}

.ez-base-table tbody &gt; tr:hover {
    border-top: none !important;
}

table.ez-base-table tr:hover {
    border-color: #083e6d;
    border-style: solid;
    border-width: 1px;
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

table.ez-base-table tr:hover td.ez-base-table-td-hide-show {
    display: table-cell;
}

table.ez-base-table thead tr:hover {
    border-color: #083e6d;
    border-style: unset;
    border-width: unset;
}

th.ez-base-table-thead-td-hide {
    min-width: 55px !important;
    max-width: 55px !important;
    border-bottom: unset;
}

.product-essential .overview .ez-base-table .wherehouse-btn a {
    background-image: unset;
}

.product-essential .overview .ez-base-table .wherehouse-btn a i {
    vertical-align: middle;
    font-size: 20px;
    color: #083e6d;
}

.product-essential .overview .ez-base-table .wherehouse-btn a i:hover {
    font-size: 23px;
}

.product-essential .overview .ez-base-table .wherehouse-btn a:hover {
    color: #fff;
    background: unset !important;
    border-color: unset !important;
}

.product-ezBase-section table.ez-base-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.product-ezBase-section table.ez-base-table::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #F5F5F5;
}

.product-ezBase-section table.ez-base-table::-webkit-scrollbar-thumb {
    background-color: #083E6D;
}

.ez-base-table .modal-content-hotList {
    margin: unset;
}

.ez-base-table-td-Selectors {
    width: 142px !important;
}

.div-ez-base-table-td-Selectors {
    display: flex;
}

.ez-base-table-td-Selectors .quantity.product-quantity_productBox {
    border-radius: 30px !important;
    border: 1px solid #e5e5e5;
    height: 30px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 0;
}

.ez-base-table-td-Selectors .unit-selector {
    border: 1px solid #e5e5e5 !important;
    height: 30px !important;
    padding: 0;
    min-height: 30px;
    max-height: 30px;
}

.ez-Base-addToCart .cart-btn {
    width: 188px;
    min-width: 188px;
}

.product-ez-table-available {
    border: 1px solid #28a745 !important;
}

.product-ez-table-not-available {
    border: 1px solid #e31c18 !important;
}

.ez-base-table-td-Selectors .list-attributes-selector p {
    line-height: 23px !important;
}

.product-th-attribute-0, .product-th-attribute-1 {
    /*min-width: 78px;*/
    /*max-width: 78px;*/
}

.product-th-attribute-2 {
    /*min-width: 50px;*/
}

td.product-td-attribute {
    padding: 0 5px;
}

.product-non-ezBase-section dl {
    display: grid;
    min-width: 120px;
}

.product-non-ezBase-section .attributes dd, .attribute-data {
    text-align: left;
}

@media (max-width: 1024px) {
    .ez-base-table-td-hide-show {
        display: table-cell;
        padding: unset !important;
        text-align: center;
    }

    th.ez-base-table-thead-td-hide {
        border-bottom: solid 2px #083e6d;
    }
}

@media (max-width: 1100px) {
    .product-ezBase-section {
        margin: 10px 0 0 0;
    }
}

@media (max-width: 767px) {
    .product-ezBase-section {
        margin: 10px 0 0 0;
    }

    .productBox-ezBase-section-overlay {
        min-width: 300px !important;
        /*right: -20px !important;*/
    }
}

@media (max-width: 420px) {
    .ez-Base-addToCart {
        margin-right: 8% !important;
    }
}

@media (max-width: 768px) {
    .product-essential .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    .product-essential .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*end ezBase style section*/

/*productBox ezBase style section*/
.productBox-ezBase-section {
    display: none;
    margin: auto;
    position: absolute;
    top: 22px;
    /*right: -250px;*/
    border: solid 1px #083e6d;
    background-color: white;
    padding: 0 10px 5px 10px;
    border-radius: 10px;
    z-index: 2;
    text-align: left;
}

table.productBox-ez-base-table {
    border: solid 0px transparent;
    padding: 15px 5px 15px 5px;
    font-size: 15px;
    white-space: nowrap;
    min-width: 621px;
}

.productBox-ez-base-table th {
    border: none;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    color: #083e6d;
    vertical-align: bottom;
    white-space: break-spaces;
}

.productBox-ez-base-table thead {
    position: sticky;
    top: 0px;
    background: white;
}

.productBox-ez-base-table .first-tr th {
    padding-top: 12px;
}

.productBox-ez-base-table thead tr {
    box-shadow: inset 0 0 0 #083e6d, inset 0 -2px 0 #083e6d;
}

.productBox-ez-base-table td {
    padding: 8px 3px 8px 3px;
    font-size: 14px;
    border: none;
    border-bottom: solid 1px #083e6d;
    min-width: 50px;
    display: table-cell;
    height: 45px;
}

.productBox-ez-base-table-td-price {
    color: #083e6d;
    font-weight: 500;
}

.productBox-ezBase-addToCart .cart-btn {
    float: right;
    margin-top: 15px;
}

.productBox-ez-base-table .wherehouse-btn a {
    height: 28px !important;
    line-height: 28px !important;
    padding: 0 0 0 8px !important;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 0;
    display: unset;
    border-radius: 30px;
    text-transform: inherit;
    border: none;
    width: 100%;
    transition: unset;
    background-image: unset;
    background-color: unset;
}

.productBox-ez-base-table .wherehouse-btn {
    margin-right: unset;
    padding-top: unset;
}

/*.productBox-ez-base-table-td-hide-show {*/
/*    display: none;*/
/*}*/

table.productBox-ez-base-table tr:hover {
    border-color: #083e6d;
    border-style: solid;
    border-width: 1px;
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

table.productBox-ez-base-table tbody &gt; tr:hover {
    border-top: none !important;
}

/*table.productBox-ez-base-table tr:hover td.productBox-ez-base-table-td-hide-show {*/
/*    display: table-cell;*/
/*    padding: unset;*/
/*    text-align: center;*/
/*}*/

table.productBox-ez-base-table thead tr:hover {
    border-color: #083e6d;
    border-style: unset;
    border-width: unset;
}

th.productBox-ez-base-table-thead-td-hide {
    width: 75px;
    min-width: 50px;
    padding: 0;
}

th.productBox-ez-base-table-thead-td-cart-qty {
    float: right;
    display: flex;
    margin-right: -70px;
    padding-bottom: 2px;
    min-width: 148px;
    max-width: 148px;
}

.productBox-ez-base-table .wherehouse-btn a i {
    vertical-align: middle;
    font-size: 20px;
    color: #083e6d;
}

.productBox-ez-base-table .wherehouse-btn a i:hover {
    font-size: 23px;
}

.productBox-ez-base-table .wherehouse-btn a:hover {
    color: #fff;
    background: unset !important;
    border-color: unset !important;
}

.productBox-ez-Base-addToCart .cart-btn {

}

.productBox-ez-Base-addToCart a {
    font-size: 0;
    width: auto;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
}

.productBox-ezBase-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    margin: 10px 0;
}

.productBox-ezBase-section::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: transparent;
}

.productBox-ezBase-section::-webkit-scrollbar-thumb {
    background-color: #083E6D;
}

.productBox-th-attribute0, .productBox-th-attribute1 {
    min-width: 85px;
    max-width: 85px;
}

.productBox-th-attribute2 {
    min-width: 50px;
}

td.productBox-td-attribute {
    padding: 0 10px;
}

.pro-variant .variantButtonClass {
    padding: 5px 0;
}

@media (max-width: 1024px) {
    .productBox-ez-base-table-td-hide-show {
        display: table-cell;
        padding: unset !important;
        text-align: center;
    }

    th.productBox-ez-base-table-thead-td-hide {
        border-bottom: solid 2px #083e6d;
    }
}

@media (max-width: 1100px) {
    .productBox-ezBase-section {
        margin: 0;
    }

    /*.productBoxEzBaseSectionRightShowHide {*/
    /*    !*right: -40px;*!*/
    /*}*/
}

@media (max-width: 767px) {
    .productBox-ezBase-section {
        /*right: -19px;*/
        max-width: 91vw;
        width: 91vw;
        overflow: auto;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #alignHomeSizeContent {
        left: 1% !important;
        right: 1% !important;
    }
}

.productBoxEzBaseSectionShowHide {
    display: block;
    overflow-y: auto;
    max-height: 500px;
}

/*.productBoxEzBaseSectionRightShowHide {*/
/*    display: block;*/
/*    !*right: -35px;*!*/
/*    overflow-y: auto;*/
/*    max-height: 500px;*/
/*}*/

.productBox-ezBase-section-arrow {
    display: none;
    width: 10px;
    height: 10px;
    border-top: 8px solid #083E6D;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin: 0 auto;
    position: absolute;
    top: 14px;
    right: 36px;
}

.productBox-ezBase-section-arrow-ShowHide {
    display: block;
}

.productBox-ez-base-pro-variant {
    padding: 5px 0;
}

.productBox-ez-base-table .AddProductToHotListModalClass {
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    padding-top: 25%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.productBox-ez-base-table .modal-content-hotList-header {
    background-color: #FEFEFE;
    margin: auto;
    padding: 0 !important;
    width: 400px;
}

.productBox-ez-base-table .modal-content-hotList {
    background-color: #FEFEFE;
    padding: 20px;
    width: fit-content;
    max-width: 400px;
}

.productBox-ez-base-table .ui-dialog-titlebar button.close-modal-hotlist {
    position: unset;
    overflow: hidden;
    width: unset !important;
    height: fit-content !important;
    margin: 0 !important;
    border-radius: 0;
    padding: 0 !important;
    background: none !important;
    color: #e31c18 !important;
    top: 0 !important;
    right: 0 !important;
    border: solid 1px transparent !important;
    float: right !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.productBox-ez-base-table input.btn.btn-1.hotlist-pop-up {
    border-radius: 44px !important;
    max-width: fit-content;
    background-position-y: center;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    padding: 0 22px;
    width: auto !important;
}

.productBox-ez-base-table-td-Selectors {
    width: 142px !important;
}

.productBox-ez-base-table-td-Selectors &gt; div {
    display: flex;
    min-width: 142px;
    max-width: 142px;
    margin: -5px auto;
}

.productBox-ez-base-table-td-Selectors .quantity.product-quantity_productBox {
    border-radius: 30px !important;
    border: 1px solid #e5e5e5;
    height: 30px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 0;
}

.productBox-ez-base-table-td-Selectors .unit-selector {
    border: 1px solid #e5e5e5 !important;
    height: 30px !important;
    padding: 3px;
    line-height: 23px !important;
    min-height: 30px;
    max-height: 30px;
}

.productBox-ez-Base-qty-div {
    border: 1px solid;
    width: 80px;
    height: 33px;
    border-radius: 30px;
    margin-right: -25px;
    padding-left: 5px;
}

.productBox-ez-Base-qty-div label {
    margin: 9px 5px;
}

.productBox-ez-base-table-td-Selectors .list-attributes-selector p {
    line-height: 23px !important;
}

.productBox-ezBase-section-overlay {
    display: none;
    margin: auto;
    position: absolute;
    top: 22px;
    /*right: -250px;*/
    border: solid 1px #083e6d;
    background-color: white;
    border-radius: 10px;
    z-index: 2;
    min-width: 658px;
    min-height: 250px;
    opacity: 0.9;
    text-align: center;
    padding: 20px;
}

div#variant-loading-img {
    background: url(../Themes/BREUR/Content/images/loader.gif) center center no-repeat;
    background-size: 49px;
    height: 100%;
    z-index: 20;
    display: block;
    min-height: 100px;
}

.productBox-ezBase-section-overlay-RightShowHide {
    display: block;
    right: -35px;
}

.productBox-ezBase-section-overlay-ShowHide {
    display: block;
}

/*end productBox ezBase style section*/

/* begin selectors variant products style*/
.btm-part .attributes {
    margin: 0;
    padding-left: 15px;
}

.btm-part .attributes select {
    width: auto;
    border-radius: 40px !important;
    max-width: 72px;
    min-width: 72px;
}

.box-selector-div {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
    margin: 0 14px 0 0;
}

.btm-part dl {
    display: flex;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.box-selector-div dt {
    font-size: 13px;
    text-align: center;
    margin: 0;
    float: left;
}

.attributes dd, .attribute-data {
    margin: 0 0 10px;
    text-align: center;
    float: left;
}

.pro-box-1 .list-attributes-selector-div {
    display: flex;
}

.list-attributes-selector-div .product-quantity_productBox {
    margin-left: 5px;
}

.showProductBoxElements {
    display: inline-table !important;
    display: grid !important;
    position: absolute;
    margin-top: 60px;
    background: white;
    z-index: 1;
    border: 2px solid #e0e0e0;
    border-top: unset;
    left: -20px;
    box-shadow: 5px 9px 10px 0 #CBCDD3;
}

.showProductBoxElementsMobile {
    display: block !important;
    position: relative;
}

.pro-btn .list-attributes-selector {
    display: flex;
    margin-left: 5px !important;
}

.list-attributes-selector-unit {
    margin-left: 15px !important;
}

/* end selectors variant products style*/

.add-to-warehouse-dialog-class.ui-widget-content {
    height: fit-content !important;
    overflow: hidden;
}

.add-to-warehouse-dialog-class button#save-to-warehouse-button {
    width: auto !important;
    color: black;
}

.add-to-warehouse-dialog-class button#save-to-warehouse-button:hover {
    border: 2px solid;
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white;
}

.add-to-warehouse-dialog-class.ui-dialog-content input {
    float: right;
}

.l-part-contactForm h2 {
    padding-left: 15px;
}

.login-divider {
    padding: 0 6px;
}

.pro-code .number {
    padding: 3px 0;
}

/* begin warehouse and hotlist style in productBox*/
.productBox-warehouse-hotlists-div .wherehouse-btn {
    margin-right: unset;
    padding-top: unset;
}

.productBox-warehouse-hotlists-div .wherehouse-btn a {
    height: 28px !important;
    line-height: 28px !important;
    padding: 0 0 0 8px !important;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 0 !important;
    display: unset;
    border-radius: 30px;
    text-transform: inherit;
    border: none;
    width: 100%;
    transition: unset;
    background-image: unset;
    background-color: unset;
}

.productBox-warehouse-hotlists-div .wherehouse-btn a i {
    vertical-align: middle;
    font-size: 20px;
    color: #083e6d;
}

.productBox-warehouse-hotlists-div .AddProductToHotListModalClass {
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    padding-top: 25%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.productBox-warehouse-hotlists-div .modal-content-hotList-header {
    background-color: #FEFEFE;
    margin: auto;
    padding: 0 !important;
    width: 400px;
}

.productBox-warehouse-hotlists-div .ui-dialog-titlebar button.close-modal-hotlist {
    position: unset;
    overflow: hidden;
    width: unset !important;
    height: fit-content !important;
    margin: 0 !important;
    border-radius: 0;
    padding: 0 !important;
    background: none !important;
    color: #e31c18 !important;
    top: 0 !important;
    right: 0 !important;
    border: solid 1px transparent !important;
    float: right !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.productBox-warehouse-hotlists-div .modal-content-hotList {
    background-color: #FEFEFE;
    padding: 20px;
    width: fit-content;
    max-width: 400px;
}

.productBox-warehouse-hotlists-div input.btn.btn-1.hotlist-pop-up {
    border-radius: 44px !important;
    max-width: fit-content;
    background-position-y: center;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    padding: 0 22px;
    width: auto !important;
}

.productBox-warehouse-hotlists-div {
    margin-top: 5px;
    display: flex;
    min-height: 34px;
    padding-left: 10px;
    padding-top: 2px;
    background: #f3f3f3;
}

.productBox-warehouse-div {
    margin-right: 5px;
}

/* end warehouse and hotlist style in productBox*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .showProductBoxElements {
        position: relative !important;
        margin: auto;
    }

    .btm-part .attributes {
        max-width: 90%;
    }

    .product-listing-page .pro-box-1 .pro-btn, .product-listing-page .pro-box-1 .pro-btn {
        max-width: 90%;
        display: -ms-inline-grid;
    }

    .attributes dd, .attribute-data {
        float: none;
    }

    .product-essential .overview .ez-base-table .wherehouse-btn a {
        background-image: none;
    }

    .product-essential .overview .ez-base-table .wherehouse-btn a:hover {
        background: transparent !important;
    }

    .product-essential .overview .cart-btn button {
        min-width: 195px;
    }

    .hr-ezBaseToggle {
        display: none;
    }
}

/* start new megamenu style*/
@media (min-width: 992px) {
    ul.level-third {
        font-size: 14px;
        display: grid;
    }

    .megamenu .container .megamenu-inner {
        padding: 0;
    }

    .megamenu .container .megamenu-inner .first-level {
        background: #073965;
        padding: 10px 0;
        max-height: max-content;
        border: 1px solid #073965;
        border-top: unset;
        min-height: unset;
        position: relative;
        width: 300px;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu .second-level ul li a {
        color: #083e6d;
        opacity: 1;
    }

    .megamenu .container .megamenu-inner .first-level .second-level {
        padding: 10px 20px 0;
        border: 1px solid #073965;
        min-height: 100%;
        max-height: calc(100vh - 300px);
        overflow: auto;
        border-left: unset;
        background: white !important;
        left: 298px !important;
        width: 900px !important;
        min-width: 900px !important;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu .second-level .level-third li a {
        color: #757575;
        opacity: 0.9;
        font-size: 14px;
        padding: 8px 0;
        max-width: 95%;
        min-width: 95%;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu ul li a {
        padding: 10px 0;
        opacity: 0.9;
        font-size: 16px;
        text-transform: initial;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu ul li a::first-letter {
        text-transform: uppercase;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu .first-level ul li.droapdown {
        padding: unset;
        padding-left: 20px;
        padding-right: 10px;
        width: 100%;
        min-width: 250px;
        max-width: 300px;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu {
        background: unset;
        transform-style: unset !important;
        -o-transform-style: unset !important;
        -moz-transform-style: unset !important;
        -webkit-transform-style: unset !important;
        transform: unset !important;
        -o-transform: unset !important;
        -moz-transform: unset !important;
        -webkit-transform: unset !important;
        position: sticky;
        transition: all .3s ease-in;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu ul li.show &gt; a {
        color: #083e6d;
    }

    .navbar .navbar-nav .megamenu li.show {
        background: white;
        width: 26%;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu ul li {
        padding: unset;
    }

    .megamenu .container .megamenu-inner .first-level .second-level &gt; ul {
        columns: 3;
        flex-direction: column;
        flex-wrap: wrap;
        display: block;
        min-width: 33%;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu .second-level li.droapdown {
        display: inline-block;
        margin: 6px 0;
        padding-left: 0 !important;
        max-width: 100%;
        min-width: 100% !important;
    }

    ul.level-third li {
        max-width: 95%;
    }

    .megamenu .container .megamenu-inner .first-level .second-level::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        margin: 5px 0;
    }

    .megamenu .container .megamenu-inner .first-level .second-level::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .megamenu .container .megamenu-inner .first-level .second-level::-webkit-scrollbar-thumb {
        background-color: #083E6D;
    }

    .megamenu .container {
        position: absolute;
        width: fit-content;
        min-width: 250px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: -35px;
    }

    .container.ContainerWithSecondLevel {
        min-width: 800px;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu .second-level li.droapdown a:hover {
        font-weight: bold;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu ul li:hover {
        background: white;
    }

    .navbar .navbar-nav li.megamenu-list .megamenu ul li a:hover {
        color: #083e6d;
    }
}

/* 
@media(min-width:1501px) {
  .container.ContainerWithSecondLevel {
    min-width: 1500px;
  }

  .megamenu .container .megamenu-inner .first-level .second-level {
    left: 20%;
    width: 80%;
  }
}

@media(max-width:1500px) and (min-width: 1401px) {
  .container.ContainerWithSecondLevel {
    min-width: 1350px;
  }

  .megamenu .container .megamenu-inner .first-level .second-level {
    left: 22%;
    width: 78%;
  }
}

@media(max-width:1400px) and (min-width: 1301px) {
  .container.ContainerWithSecondLevel {
    min-width: 1250px;
  }

  .megamenu .container .megamenu-inner .first-level .second-level {
    left: 22%;
    width: 78%;
  }
}*/

@media (max-width: 1270px) and (min-width: 1201px) {
    .megamenu .container .megamenu-inner .first-level .second-level {
        width: 850px !important;
        min-width: 850px !important;
    }
}

@media (max-width: 1200px) and (min-width: 1101px) {
    /*   .container.ContainerWithSecondLevel {
    min-width: 1050px;
  } */
    .megamenu .container .megamenu-inner .first-level .second-level {
        width: 725px !important;
        min-width: 725px !important;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    /*   .container.ContainerWithSecondLevel {
    min-width: 975px;
  } */
    .megamenu .container .megamenu-inner .first-level .second-level {
        width: 650px !important;
        min-width: 650px !important;
    }
}

/* end megamenu style*/

.technical-service-section .tab-panel .nav-tabs .nav-link {
    color: black;
}

.oldProductPrice {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

@media only screen and (max-width: 600px) {
    .iframevismo {
        height: 2100px;
    }
}

@media only screen and (min-width: 600px) {
    .iframevismo {
        height: 1655px;
    }
}

.price.without-vat {
    font-size: 18px;
    color: #083e6d;
    font-weight: 600;
}

.openingstijdenschema {
    color: #083e6d;
    font-weight: 600;
}

.vestiginginfolink {
    font-weight: 400;
}

.openingstijdenspacing {
    line-height: 25px !important
}

.contacttitel {
    line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tabelopeningstijden {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .row.openingstijden {
        max-width: 82% !important;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .row.openingstijden {
        max-width: 84% !important;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1536px) {
    .row.openingstijden {
        max-width: 90% !important;
    }
}

i.fa.fa-trash {
    font-size: 20px;
    padding-top: 9px;
}

.pro-code.darkBlue.mobile-none {
    z-index: 0;
}

/* begin style for language selector */
.language-selectors-wrapper {
    margin: 0 10px;
    align-self: center;
}

.language-list img {
    max-width: 25px !important;
    min-width: 25px;
    margin: 0;
}

ul.language-list {
    display: grid;
    width: 25px;
    height: 17px;
}

.language-list:hover + li {
    display: inline-block !important;
}

.language-list .selected-lang {
    display: inline-block !important;
    border: none;
    margin: unset;
    padding: unset;
    order: 1;
}

.language-selectors-wrapper &gt; .language-selector {
    margin: 0;
    min-width: 26px;
    display: flex;
    height: 19px;
}

.language-list .selected-lang a {
    height: 17px;
}

.language-list li {
    width: 35px;
    margin: 0px 0px -4px -5px;
    padding: 5px;
    border-top: unset;
    display: none;
    order: 2;
    background-color: #dadada;
}

.language-list a {
    height: 17px;
}

.selected-lang a {
    pointer-events: none;
}

@media (max-width: 991px) {
    .fa-caret-down {
        background: transparent;
    }

    .language-list li {
        background: transparent;
    }
}

/* end style for language selector */

@media only screen and (min-width: 1024px) {
    .dienstenpaginatekst {
        margin-right: 30px !important;
    }
}

@media (min-width: 1371px) {
    .row.r-part-contactForm {
        padding-right: 200px
    }
}

@media (max-width: 1200px) {
    .row.r-part-contactForm {
        padding-right: 150px
    }
}

@media (max-width: 992px) {
    .row.r-part-contactForm {
        padding-right: 150px
    }
}

.PriceAndAddToCart-non-ezBase .product-quantity_productBox {
    margin-left: 0;
}

.product-quantity_productBox {
    border-radius: 40px !important;
    max-width: 70px;
    border: 2px solid #e5e5e5;
    font-weight: 600;
    align-items: center;
    -webkit-align-items: center;
    display: flex !important;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 5px;
    height: 44px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.product-quantity_productBox .quantity-down {
    cursor: pointer;
    width: 25px;
    line-height: 38px;
    text-align: center;
}

.product-quantity_productBox .quantity-up {
    cursor: pointer;
    width: 25px;
    line-height: 38px;
    text-align: center;
}

.list-attributes-size dl{
    margin-bottom: unset;
    text-align: center;
}

.list-attributes-size select{
    border-radius: 40px !important;
}

.list-attributes-size .text-prompt {
    font-size: 16px;
}

.qty-input {
    border: 0px;
    max-height: 80%;
}

.unit-selector {
    max-width: 70px;
    overflow: hidden;
}

.add-to-cart-button.disabled, .btn:disabled {
    opacity: 0.65;
    pointer-events: none;
}

@media only screen and (max-width: 1023px) {
    .dienstenpaginapicture {
        display: none;
    }
}

i.fa.fa-trash {
    font-size: 20px;
    padding-top: 9px;
}

.sizeButtonsDiv {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    margin-bottom: 10px;
}

.sizeButton {
    padding: 0 !important;
    min-width: 150px;
    max-width: 150px;
    margin: auto;
    border-radius: 40px !important;
}

.shopping-cart-page .sizeButtonsDiv input.sizeButton {
    padding: 0 0 0 34px !important;
    margin-top: 0 !important;
}

.shopping-cart-page .sizeButtonsDiv button.sizeButton {
    padding: 0 13px !important;
    margin-top: 0 !important;
}

.showProductBoxElementsMobile div.quantity {
    margin-left: 0px;
}

.form-popup-bg-editHomeSizes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    z-index: 100000;
}

.form-popup-bg-editHomeSizes {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000cc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 100000;
}

.form-popup-bg-editHomeSizes.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 100000;
    margin: auto;
    padding: 30px 20px;
}

#alignHomeSizeContent {
    margin: auto;
    padding: 20px 20px 0;
    background-color: #F3F3F3;
    /*position: absolute;*/
    /*top: 5%;*/
    /*left: 40%;*/
    min-width: 600px;
}

.form-popup-bg-editHomeSizes .form-group:last-child {
    max-width: 700px;
    width: auto;
    margin: auto;
}

.productselectionTable-scroll {
    max-height: 77vh !important;
    overflow: auto;
}

#alignHomeSizeContent select {
    min-width: 100%;
}

@media (min-width: 992px) {
    .flyout-cart-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .flyout-cart-mobile {
        position: absolute;
        margin-left: 20px;
        margin-top: -5px;
    }

    .flyout-cart-mobile .flyout-icon {
        background: #083e6d;
        border-radius: 100%;
        color: white;
        text-align: center;
        height: 15px;
        width: 15px;
    }

    .flyout-cart-mobile span.mobile-price {
        font-size: 10px;
    }

    .flyout-cart {
        width: calc(100% - 20px);
    }
}

.dataTables_wrapper {
    border: 1px solid #dee2e6;
}

.account-budget .account-budget-header .title {
    display: grid;
    grid-template-columns: 5fr 3fr 20px;
    padding: 0 12px;
}

.account-budget .account-budget-header .title .budget-date {
    align-self: center;
    text-align: end;
}

.account-budget .account-budget-header .title .budget-date p {
    line-height: 15px;
    font-size: 12px;
    margin-bottom: 0;
}

#budgetwidgetview .account-budget-body ul.list .mySlides {

}

#budgetwidgetview .account-budget-header {
    border-top: 10px solid white;
}

#budgetwidgetview li.amountleft.grand-total {
    border-top: 1px solid #e3e3e3;
    margin-top: 7px;
    padding-top: 5px;
}

.slideshow-container ul.customer-info.last {
    display: grid;
    grid-template-columns: 3fr 2fr;
}

.slideshow-container ul.customer-info.last ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.assortment-budget-name span.label {
    font-size: 12px;
    text-align: center;
}

.assortment-budget-name {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.account-budget .account-budget-body .listbox ul.list &gt; li {
    grid-template-columns: 1fr 110px;
    display: grid;
}

.my-assortment .hidden {
    display: none !important;
}

.dataTables_wrapper {
    border: 1px solid #dee2e6;
}

#none_chosen {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: text-top;
    font-size: 13px;
    line-height: 23px;
}

#description {
    margin-bottom: 10px;
}

#description p {
    margin: 0;
    display: inline-flex;
}

.product-details-page .ezBase-tab-content-wrapper {
    margin-top: 10px;
}

#readButton {
    color: #083e6d;
    text-decoration: underline;
    cursor: pointer;
}

.popup-sizes-header {
    width: 100% !important;
    border-radius: unset;
    margin-top: 0 !important;
}

.page.account-page.product-listing-page .top-section .page-title .page-tit::after {
    bottom: unset;
    left: 15px;
    top: 40px;
}

.product-essential div#description p {
    FONT-SIZE: 16px;
    FONT-FAMILY: Radnika, -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
    WHITE-SPACE: normal;
    WORD-SPACING: 0;
    TEXT-TRANSFORM: none;
    FONT-WEIGHT: 400;
    color: #545454;
    PADDING-BOTTOM: 0;
    FONT-STYLE: normal;
    PADDING-TOP: 0;
    PADDING-LEFT: 0;
    ORPHANS: 2;
    WIDOWS: 2;
    MARGIN: 0 0 1px;
    LETTER-SPACING: normal;
    LINE-HEIGHT: 1.5;
    PADDING-RIGHT: 0;
    BACKGROUND-COLOR: #fff;
    TEXT-INDENT: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-rendering: optimizelegibility;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    -webkit-text-stroke-width: 0;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    FONT-WEIGHT: bold;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.product-essential div#description strong {
    FONT-WEIGHT: bold;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.product-essential div#description ul {
    LIST-STYLE-TYPE: disc;
    FONT-SIZE: 16px;
    FONT-FAMILY: Radnika, -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
    WHITE-SPACE: normal;
    WORD-SPACING: 0;
    LIST-STYLE-POSITION: outside;
    TEXT-TRANSFORM: none;
    FONT-WEIGHT: 400;
    COLOR: #545454;
    PADDING-BOTTOM: 0;
    FONT-STYLE: normal;
    PADDING-TOP: 0;
    PADDING-LEFT: 0;
    ORPHANS: 2;
    WIDOWS: 2;
    MARGIN: .87em 0 .87em 2.18em;
    LETTER-SPACING: normal;
    LINE-HEIGHT: 1.5;
    PADDING-RIGHT: 0;
    BACKGROUND-COLOR: #fff;
    TEXT-INDENT: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    -webkit-text-stroke-width: 0;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.product-essential div#description ul li {
    PADDING-BOTTOM: 0;
    PADDING-TOP: 0;
    PADDING-LEFT: 0;
    MARGIN: 0;
    PADDING-RIGHT: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button.dimerce-switch {
    max-height: 25px;
    padding: 0 10px;
    line-height: inherit;
    font-weight: 500;
    margin-right: 10px;
}

.header-upper .container .rpart div#header {
    display: flex;
}

.redDotColor {
    background: #BE2424 !important;
}

.greenDotColor {
    background: #439134 !important;
}

.file-attachments .title {
    margin-top: 20px !important;
    font-size: 18px !important;
    color: #757575 !important;
    font-weight: 600 !important;
}

select#filterText {
    border-radius: 24px !important;
    max-height: 30px;
    vertical-align: top;
    padding: 0 5px;
    min-width: 75px;
}

.overview .file-attachments .attachments-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.overview .file-attachments .attachments-content::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #F5F5F5;
}

.overview .file-attachments .attachments-content::-webkit-scrollbar-thumb {
    background-color: #083E6D;
}

.overview .file-attachments .attachments-content {
    max-height: 350px;
    overflow: auto;
}

.overview .file-attachments {
    margin-bottom: 15px;
}

.notValid {
    color: red !important;
}

.product-essential .gallery .picture-thumbs .thumb-item img {
    margin: auto;
    padding: 5px;
}

.mobile-header .rpart &gt; * {
    margin: 0 5px;
}

.mobile-header .language-selectors-wrapper, .mobile-header .barcode-scan-wrap {
    margin: 0 !important;
}


.user-manager input[type="button"], .user-manager input[type="submit"], .user-manager button {
    height: 40px !important;
    line-height: 20px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 0 21px !important;
    background-image: url(../Themes/BREUR/Content/images/button-metal.jpg);
    background-position-y: center;
    border: 2px solid transparent;
    color: #000;
    border-radius: 40px;
}

.user-manager input[type="button"]:not(:disabled):not(.disabled),
.user-manager input[type="submit"]:not(:disabled):not(.disabled),
.user-manager button:not(:disabled):not(.disabled){
    cursor: pointer;
}

.user-manager input[type="button"]:hover,
.user-manager input[type="submit"]:hover,
.user-manager button:hover{
    background: #083E6D !important;
    border-color: #083E6D !important;
    color: white !important;
}

.user-manager input[type="button"]:disabled,
.user-manager input[type="submit"]:disabled,
.user-manager button:disabled{
    opacity: 0.65;
    pointer-events: none;
}

.user-manager-breadcrumb .breadcrumb-item:not(:last-child)::after {
    content: "/";
    color: var(--dark-secondary);
    padding: 0 15px;
    vertical-align: top;
}

.user-manager-breadcrumb.breadcrumb-item:not(:last-child)::after {
    content: "/";
    color: var(--dark-secondary);
    padding: 0 15px;
    vertical-align: top;
}

.productBox-ez-base-table .addToHotlist-btn a, .ez-base-table .addToHotlist-btn a{
    height: 28px !important;
    line-height: 28px !important;
    padding: 0 0 0 8px !important;
    margin: 0;
    color: #000;
    font-weight: 600;
    display: unset;
    border-radius: 30px;
    text-transform: inherit;
    border: none;
    width: 100%;
    transition: unset;
    background-image: unset;
    background-color: unset;
}

.productBox-ez-base-table .addToHotlist-btn a i, .ez-base-table .addToHotlist-btn a i{
    vertical-align: middle;
    font-size: 20px;
    color: #083e6d;
}

.productBox-ez-base-table .addToHotlist-btn a i:hover, .ez-base-table .addToHotlist-btn a i:hover {
    font-size: 23px;
}

.productBox-ez-base-table .addToHotlist-btn a:hover, .ez-base-table .addToHotlist-btn a:hover {
    background: none !important;
}

.footer .add-box {
    font-weight: 600;
    color: white;
    padding: 0;
    font-size: 18px;
}

.footer .add-box .reach-us p {
    font-size: 14px;
    margin-bottom: 0;
}

.product-details-page .availability .label,
.products-buttons button,
.products-buttons a {
    font-weight: bold;
}
.products-buttons button,
.products-buttons a {
    height: 45px;
}
.products-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.products-buttons &gt; * {
    margin-top: 15px;
}
.products-buttons button,
.products-buttons a {
    vertical-align: top;
}

.row .sorting,
.select-filter.sorting_asc,
.select-filter.sorting_desc,
.row .select-filter.sorting
{
    color: #083e6d;
}

.variant-table-price
{
    color: #083e6d;
    white-space: nowrap;
}

/*BEGIN HEADER SECTION*/

.mobile-header-logo img.img-fluid {
    width: 175px;
}

.admin-header-links {
    height: 30px;
    background-color: #083e6d;
    text-align: center;
    position: relative;
    z-index: 1;
}

.admin-header-links a {
    color: white;
    vertical-align: sub;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    line-height: 28px;
}

/*BEGIN HEADER SECTION*/


.pro-box .prices {
    width: 100%;
    padding: 10px;
    font-weight: bold;
}

.pro-box-1 .base-price-pangv {
    font-size: 12px;
    font-weight: normal;
}

.pro-box .base-price-pangv {
    font-size: 13px;
    font-weight: normal;
}

.rpart .paging_simple_numbers ul li a {
    line-height: 30px;
    font-size: 15px;
}

.rpart .paging_simple_numbers ul li.previous-page a {
    line-height: 30px;
    font-size: 15px;
    padding: 0 5px;
    margin: 0 1px;
}

.rpart .paging_simple_numbers ul li.current-page span {
    width: 26px;
    height: 26px;
    line-height: 30px;
    color: #818181;
    font-size: 15px;
    margin: 0 1px;
    padding: 4px 11px 4px 11px;
    text-align: center;
    border: none;
    background: #e5e5e5;
}


.rpart .paging_simple_numbers ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.rpart .paging_simple_numbers ul li.individual-page {
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #818181;
    font-size: 15px;
    margin: 0 1px;
    padding: 0;
    text-align: center;
    border: none;
    background: transparent;
}

.rpart .paging_simple_numbers ul li.next-page {
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #818181;
    font-size: 15px;
    padding-right: 5px;
    margin: 0 1px;
    text-align: center;
    border: none;
    background: transparent;
}

.sub-category-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sub-category-list .sub-category-item {
    border: 1px solid #ddd;
    padding: 5px 10px 10px 10px;
    margin-bottom: 30px;
}

.sub-category-list .sub-category-item .title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    align-self: center;
    margin: auto;
}


.sub-category-list .sub-category-item .title a {
    color: #083E6D;
    word-break: break-word;
}

.sub-category-list .sub-category-item .title a:hover {
    color: #3e3e3e;
}

.HomepageTop-widget .slider-wrapper.theme-custom {
    margin-top: 10px;
}


@media (max-width: 575px) {
    .sub-category-list {
        padding: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .sub-category-list .sub-category-item {
        height: 100%;
    }

    .sub-category-list .col-6 {
        padding: 0;
        max-width: 100% !important;
    }

    .sub-category-list .sub-category-item .title {
        font-size: 14px;
        line-height: 1;
        min-height: 40px;
    }
}

@media (max-width: 1200px) and (min-width: 575px) {
    .sub-category-list {
        padding: 15px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .sub-category-list .sub-category-item {
        height: 100%;
    }

    .sub-category-list .col-sm-4 {
        padding: 0;
        max-width: 100% !important;
    }

    .sub-category-list .sub-category-item .title {
        line-height: 1;
        font-size: 16px;
        min-height: 40px;
    }
}


@media (min-width: 1200px) {
    .sub-category-list .sub-category-item {
        height: 100%;
    }

    .sub-category-list .sub-category-item .title {
        line-height: 2.5;
        min-height: 40px;
    }

    .sub-category-list .col-xl-3 {
        padding: 0;
        max-width: 100% !important;
    }

    .sub-category-item .picture a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        max-height: 122px !important;
    }
}

@media (max-width: 1199px) {
    .sub-category-item .picture a img {
        width: auto;
        max-height: 93px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1354px) {
    .sub-category-item .picture a img {
        width: auto;
        max-height: 141px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1484px) {
    .sub-category-item .picture a img {
        width: auto;
        max-height: 173px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 557px) {
    .product-essential .overview .wherehouse-btn {
        padding-top: 10px;
    }

}

@media (max-width: 1200px) and (min-width: 767px) {
    .product-essential .overview .wherehouse-btn {
        padding-top: 10px;
    }
}


.category-FeaturedProducts-title {
    padding: 20px 20px 30px 20px;
    color: #083e6d;
    font-size: 27px;
    line-height: 0;
    font-weight: 600;
}

.pro-box-1 .pro-img {
    margin-top: 15%;
    margin-bottom: 10%;
}

.pro-box-1 .price.old-price {
    text-decoration: line-through;
    font-size: 14px;
}


.product-listing-page .pagination-div {
    width: 100%;
}


.product-listing-page .pagination-div .cs-select {
    width: 56px;
    font-size: 16px;
    font-weight: 600;
    color: #818181;
    padding-top: 2px;
}

.block-account-navigation .manufacturer-view-all {
    border-top: 1px solid #e3e3e3;
    padding: 0;
    padding: 10px 0 !important;
}

.block-account-navigation .vendor-view-all {
    border-top: 1px solid #e3e3e3;
    padding: 10px 0 !important;
}


.block-recently-viewed-products ul li.customer-info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.block-recently-viewed-products ul .product-picture {
    width: 30% !important;
    position: relative;
    display: inline-block !important;
    padding-right: 0 !important;
}

.block-recently-viewed-products ul .product-picture img {
    padding: 2px;
    border: 1px solid silver;
}

.block-recently-viewed-products ul li .product-name {
    width: 63% !important;
    position: relative;
    display: inline-block !important;
    line-height: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: top;
}

.block-popular-tags .popular-tags-li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}

.block-popular-tags .popular-tags-view-all {
    border-top: 1px solid #e3e3e3;
    padding: 10px 0 !important;
}

.category-products-orderby-selectors {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10PX;
    font-size: 14px;
    padding-right: 3px;
}

.html-category-page .category-products-orderby-selectors {
    padding-right: 15px;
}

.category-products-orderby-selectors select {
    border-color: #818181;
    border-radius: 5px;
    font-size: 14px;
    color: #818181;
    font-family: 'Kanit', sans-serif;
    padding: 3px;
}


.category-product-filters .product-spec-filter .product-spec-group {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
}

.category-product-filters .product-spec-filter .product-spec-group li.title {
    font-weight: 600;
}

.category-product-filters .product-spec-filter .product-spec-group li.item {
    padding-left: 20px;
}


.order-summary-content input, textarea, select, button {
    font-size: 14px;
}


.order-summary-content .CheckoutAttributesSection {
    padding: 15px;
    border: 2px solid #dee2e6;
}

.order-summary-content .discountAndGiftBoxSection {
    padding: 15px;
    border: 2px solid #dee2e6;
    margin-top: 30px;
    margin-bottom: 30px;
}

.order-summary-content .tax-shipping-info-section {
    padding: 15px;
    border: 2px solid #dee2e6;
    margin-top: 30px;
}


.order-summary-content .EstimateShippingSection {
    padding: 15px;
    border: 2px solid #dee2e6;
    margin-bottom: 30px;
}

.order-summary-content .cart-product-subdetail {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
    margin: 10px 0 !important;
}

.order-summary-content .cart-product-subdetail label {
    margin-bottom: 0;
}

.shopping-cart-page .cart-table .cart-body .price .price-inner {
    min-width: 85px;
}

.cart-collaterals .shipping-results {
    font-size: 13px;
}

.cart-terms-of-service .form-group-checkbox {
    padding-left: 10px;
}

.cart-terms-of-service .form-group-checkbox .checkmark {
    top: 3px !important;
}

.cart-terms-of-service a {
    color: #083e6d !important;
}

.cart-terms-of-service a:hover {
    color: #51619f !important;
}

.product-details-page .product-info-section {
    font-size: 14px;
}

.product-details-page .product-essential .picture img {
    margin: 0 auto;
}

.product-details-page .short-description {
    border-bottom: none !important;
    height: 2.9em;
    overflow: hidden;
    /*position: absolute;*/
    /*margin-top: -28px;*/
}

.product-details-page .old-product-price span {
    font-size: 20px !important;
}

.email-a-friend-page .your-email {
    width: 100%;
}

.email-a-friend-page .form-fields {
    background-color: inherit;
}


.alternatives .pro-box-1 .pro-inner {
    position: relative;
}

.alternatives .pro-box-1 .pro-inner .pro-code {
    position: absolute;
    top: -25px;
    right: 0;
    background: #36b81d;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 0 14px;
    border-radius: 20px;
    z-index: 99;
}

.alternatives .pro-box-1 .pro-inner .pro-code.green {
    background: #36b81d;
}

.alternatives .pro-box-1 .pro-inner .pro-code.orange {
    background: #f49847;
}

.alternatives .pro-box-1 .pro-inner .pro-code.red {
    background: #e31c18;
}

.Products-Also-Purchased {
    border: none;
}

.Products-Also-Purchased .alternatives .title {
    margin-bottom: 15px;
}

.Products-Also-Purchased .alternatives .title strong {
    font-size: 18px;
    font-weight: 600;
}


.product-share-button a .at-icon-wrapper {
    width: 30px !important;
    height: 30px !important;
}

.product-share-button a .at-icon-wrapper svg.at-icon {
    width: 30px !important;
    height: 30px !important;
}

.overview .prices .rental-price span {
    font-size: 18px;
    font-weight: 400;
}

.total-table label {
    margin: 0 !important;
}

.terms-of-service label {
    display: contents;
}


.header-lower .cart-box .cart .flyout-cart .mini-shopping-cart .price {
    padding: 0 !important;
    font-size: 15px !important;
}

#flyout-cart.active .flyout-cart {
    display: block !important;
}


.master-column-wrapper &gt; .container {
    margin-top: 40px;
}

.master-column-wrapper {
    display: unset !important;
}

.l-part-contactForm .row {
    display: unset !important;
}

.l-part-contactForm .row .col-6 {
    max-width: 100% !important;
}

.page-title h1 {
    color: #083e6d;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.product-quentity {
    width: 70px;
    border: 2px solid #e5e5e5;
    font-weight: 600;
    align-items: center;
    border-radius: 40px;
    display: flex !important;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 10px;
    height: 44px;
}

.product-quentity .quantity-down {
    cursor: pointer;
    width: 25px;
    line-height: 38px;
    text-align: center;
}

.product-quentity .qty-input, .product-quantity_productBox .qty-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    color: #757575 !important;
    width: 43px !important;
    font-weight: 600 !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 0 !important;
    height: 40px !important;
    border-radius: 30px !important;
}

.product-quentity .quantity-up {
    cursor: pointer;
    width: 25px;
    line-height: 38px;
    text-align: center;
}

.price-per-box-label {
    color: #c2c2c2;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}


/*BEGIN REGISTRATION*/
.registration-date-of-birth select[name ="DateOfBirthDay"] {
    width: 33%;
}

.registration-date-of-birth select[name ="DateOfBirthMonth"] {
    border-left: none;
    width: 33%;
}

.registration-date-of-birth select[name ="DateOfBirthYear"] {
    border-left: none;
    width: 33%;
}

.form-group-checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #cbcdd3;
}

.checkbox-label .checkmark::after {
    left: 5px;
    height: 10px;
    border: solid #97c342;
    border-width: 0 3px 3px 0;
}

.form-group .vat-note {
    font-size: 12px;
}

/*END REGISTRATION*/
/*BEGIN SEARCH PAGE*/
.search-page .search-form {
    background-color: #f9f9f9;
    padding: 30px;
}

.search-page .search-form .form-group-checkbox .checkmark {
    top: -2px;
}

.search-page .search-form .include-SubCategories-checkbox {
    margin-bottom: 10px;
}

.search-page .form-group select, .search-page .form-group label {
    width: 100%;
    font-size: 14px;
    color: #444;
}


.search-page .form-group .price-range {
    font-size: 14px;
}

.search-page .form-group .price-range .price-from {
    width: 150px;
}

.search-page .form-group .price-range .price-to {
    width: 150px;
}

.search-page .search-input {
    border-bottom: 2px solid #dedede;
    padding-bottom: 20px;
}

.search-page .search-submit-button-section {
    text-align: center;
}

.search-page .search-submit-button-section .btn-1 {
    height: 40px;
    line-height: 37px;
    font-size: 20px;
    padding: 0 30px;
}

.search-page input[type="text"],
.search-page input[type="email"],
.search-page input[type="tel"],
.search-page input[type="password"],
.search-page textarea, .search-page select {
    font-size: 14px;
}

.search-results .warning,
.search-results .no-result {
    text-align: center;
    font-size: 15px;
}


/*END SEARCH PAGE*/


/*mayur style*/

.product-review-links {
    font-size: 16px;
}

.rental-grouped-product-essential .full-description {
    font-size: 16px;
    border-bottom: none !important;
    padding-bottom: 10px !important;
}

.rental-grouped-product-essential .product-tags-box {
    margin-bottom: 20px;
}

.rental-grouped-product-essential .product-tags-box .title {
    font-size: 16px;
}

.rental-grouped-product-essential .product-tags-box .product-tags-list li {
    font-size: 16px;
    padding-left: 0;
}


.product-essential .overview .manufacturers, .product-essential .overview .availability, .product-essential .overview .additional-details {
    font-size: 16px;
    margin-bottom: 6px;
}

.product-essential .overview .manufacturers span, .product-essential .overview .availability span, .product-essential .overview .additional-details span {
    /*width: 150px;*/
    display: inline-block;
}

.product-essential .overview .availability .stock {
    margin: 0;
}

.specifications-table .hidden-row {
    display: none !important;
}

.cart-footer .cart-collaterals .deals, .cart-footer .cart-collaterals .shipping {
    float: none;
    width: 100%;
}

.cart-footer .cart-collaterals .title strong {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: #757575;
}

.CheckoutAttributesSection .checkout-attributes dt .text-prompt {
    color: #757575;
    font-weight: 600;
}

.product-reviews-page {
    padding-top: 40px;
}

.write-product-review-button {
    border-radius: 40px !important;
}

.product-reviews-page .write-review {
    background: #f3f3f3;
    padding: 30px;
    text-align: center;
}

.product-reviews-page .write-review .message-error.validation-summary-errors {
    text-align: center;
}

.product-reviews-page .write-review .form-fields {
    position: relative;
    border-top: none;
    background-color: transparent;
    padding: 30px 15px;
    width: 500px;
    margin: 0 auto
}

.product-reviews-page .write-review .form-fields .col-12 {
    padding: 0;
}

.product-reviews-page .write-review .fieldset {
    margin: 0;
}

.product-reviews-page .write-review .form-fields .inputs {
    white-space: pre-wrap;
}

.product-reviews-page .write-review .form-fields .inputs label {
    text-align: left;
    margin: 0 0 5px 0;
}

.product-reviews-page .write-review .form-fields .inputs .review-title {
    width: calc(100% - 12px);
    display: inline-block;
}

.product-reviews-page .write-review .form-fields .inputs textarea {
    border: 2px solid #cbcdd3;
    width: calc(100% - 12px);
}

.product-reviews-page .write-review .review-rating .name-description {
    text-align: left;
}

.product-reviews-page .write-review .review-rating .rating-wrapper {
    margin: 0;
}

@media (max-width: 600px) {
    .product-reviews-page .write-review .form-fields {
        width: 100%;
    }
}


/*BEGIN APPLY form VENDOR PAGE*/
.apply-vendor-page .result, .apply-vendor-page .message-error {
    text-align: left;
    font-size: 20PX;
}

.apply-vendor-page .register-next-step-button {
    width: auto !important;
}

/*END APPLY form VENDOR PAGE*/
/*BEGIN BLOG PAGE*/
.blogpost-page .leave-comment-title {
    font-size: 25PX;
    color: #083e6d;
}

.blog-post-comment-form .form-group label {
    padding-bottom: 10px;
    text-align: left;
}

.blog-post-comment-form .form-group .enter-comment-text {
    width: 100%;
    font-size: 14px;
}

.blog-post-comment-form {
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 10px;
}

.blog-post-add-comment-button {
    border-radius: 40px !important;
}

/*END BLOG PAGE*/
/*BEGIN NEWS PAGE */
.news-item-page .leave-comment-title {
    font-size: 25PX;
    color: #083e6d;
}

.news-comment-form .form-group label {
    padding-bottom: 10px;
    text-align: left;
}

.news-comment-form .form-group .form-control {
    width: 100%;
    font-size: 14px;
}

.news-comment-form {
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 10px;
}

.news-item-add-comment-button {
    border-radius: 40px !important;
}

/*END NEWS PAGE */
/*BEGIN CONTACT US PAGE*/
.contact-page .topic-block {
    padding-left: 15PX;
    margin-top: 0;
    width: 100%
}

.contact-page iframe {
    width: 100%;
    height: 380px;
}

/*END CONTACT US PAGE*/
/*BEGIN TOPIC PAGES*/
.topic-password form {
    padding: 40px;
}

.topic-password form .password-error {
    text-align: center;
}

.topic-block ul, .topic-page ul {
    list-style: none;
}

.topic-page .page-title {
    text-align: left;
    padding-top: 15px;
}

.contact-page-button-section {
    text-align: center;
}

/*END TOPIC PAGES*/


.form-radio-check-inline {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 8px;
}

.form-radio-check-inline .form-radio-check-label {
}

.form-radio-check-inline .form-radio-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form-radio-check-inline .radio-checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #afafaf;
}


.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-radio-check-label input:checked ~ .radio-checkmark:after {
    display: block;
}

.form-radio-check-label .radio-checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #97c342;
}

.add-address-button {
    border-radius: 40px !important;
}

.save-address-button {
    border-radius: 40px !important;
}


.password-recovery-page .page-title {
    padding-top: 10px;
}


.password-recovery-page form .form-group {
    text-align: left;
}

.not-found-page .page-title {
    margin-top: 10px;
}

.password-recovery-page form .form-group {
    text-align: left;
}


@media (min-width: 991px) {
    .customer-information-wrapper .address-details {
        padding: 25px 150px 25px 15px !important;
    }

    .header .header-upper .lpart {
        max-width: 90%;
    }
}


/*BEGIN CHECKOUT PAHE*/

.one-page-checkout .checkout-page .ship-to-same-address {
    padding: 0px 0;
    text-align: left;
}

.one-page-checkout .checkout-billing-address-select {
    border-radius: 0;
    border: 2px solid #cbcdd3;
    font-size: 14px;
}

.one-page-checkout .select-billing-address {
    margin-bottom: 0 !important;
}

.one-page-checkout .select-billing-address label {
    font-size: 14px;
}

.one-page-checkout .border-bottom-none {
    border-bottom: none !important;
}

.one-page-checkout .padding-bottom-0 {
    padding-bottom: 0px !important;
}

.one-page-checkout .ship-to-same-address-section label {
    font-size: 17px;
    font-weight: 500;
}

.one-page-checkout .shipping-address-pickup-points label {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}

.one-page-checkout .pickup-in-store {
    margin-bottom: 0px;
}

.one-page-checkout .pickup-in-store .description {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.one-page-checkout .select-shipping-address label {
    font-size: 14px;
}

.one-page-checkout .select-shipping-address select {
    border-radius: 0;
    border: 2px solid #cbcdd3;
    font-size: 14px;
}


#checkout-step-billing {
    display: block !important;
}

#checkout-step-shipping {
    display: block !important;
}

#checkout-step-shipping-method {
    display: block !important;
}

#checkout-step-payment-method {
    display: block !important;
}

#checkout-step-payment-info {
    display: block !important;
}

#checkout-step-payment-info .checkout-page .box .box-body {
    padding-top: 0px;
}

.use-reward-points .form-group-checkbox .checkmark {
    top: 2px !important;
}

#checkout-step-confirm-order {
    display: block !important;
}

#checkout-step-confirm-order .order-summary {
    padding: 15px;
}


#checkout-step-confirm-order .CheckoutAttributesSection {
    border: none !important;
    padding: 0;
}

#checkout-step-confirm-order .selected-checkout-attributes {
    margin: 10px 0;
    float: none;
    text-align: left;
}

#checkout-confirm-order-load .order-summary-content {
    width: 100% !important;
    max-width: 100%;
    flex: auto;
}

#checkout-confirm-order-load .order-summary {
    margin-top: 0;
    padding-top: 0;
}

#checkout-confirm-order-load .order-summary-content .billing-info-wrap, #checkout-confirm-order-load .order-summary-content .shipping-info-wrap {
    width: 100%;
    font-size: 14px;
}

#checkout-confirm-order-load .order-summary .shopping-cart-total {
    width: 100%;
    max-width: 100%;
    flex: auto;
}

#checkout-confirm-order-load .order-summary .hide-in-checkout-page {
    display: none !important;
}

#checkout-confirm-order-load .order-summary .cart-body .delete {
    display: none !important;
}

/*END CHECKOUT PAHE*/
/*BEGIN GROUPED PRODUCTS*/
.associated-products .product-description-section {
    border-top: none;
}

.related-products-section .product-description-section {
    border-top: none;
}

.associated-products-table {
    border: 1px solid #dee2e6 !important;
    font-size: 14px;
}

.associated-products-table .title {
    font-weight: 600;
}


.grouped-product-add-to-cart .qty-dropdown {
    width: 70PX;
}

.grouped-product-add-to-cart .qty-input {
    width: 70PX;
    border-radius: 21px !important;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}

.grouped-product-add-to-cart .add-to-cart-panel .lpart {
    width: 70px;
    float: left;
}

.grouped-product-add-to-cart .add-to-cart-panel .rpart {
    float: left;
}

.grouped-product-add-to-cart .add-to-cart-panel .add-to-cart-button {
    background-color: #e31c18;
    line-height: 2.5;
    padding-left: 22px;
    padding-right: 21px;
    padding-bottom: 8px;
    padding-top: 7px;
    border-radius: 25px;
    color: white;
    margin-left: 4px;
}

.grouped-product-add-to-cart .add-to-cart-panel .add-to-cart-button:hover {
    background-color: #d6d6d6;
}


.grouped-product-add-to-cart .add-to-cart-panel .add-to-warehouse {
    background-color: #d6d6d6;
    line-height: 2.5;
    padding-left: 22px;
    padding-right: 21px;
    padding-bottom: 8px;
    padding-top: 7px;
    border-radius: 25px;
    color: white;
}

.grouped-product-add-to-cart .add-to-cart-panel .add-to-warehouse:hover {
    background-color: #e31c18;
}

.grouped-stockAvailability-label {
    color: #36b81d;
    font-size: 14px;
}

.grouped-stockAvailability-label i {
    padding-right: 3px;
}


/*END GROUPED PRODUCTS*/

.myAccount-breadcrumb ol.breadcrumb {
    padding-bottom: 0;
}


.product-reviews-overview {
    display: none;
}

.bar-notification.success {
    background-color: #083E6D !important;
}

/*style for speed filter*/
.fns-speedfilters {
    background: #f3f3f3;
    text-align: left;
    margin-bottom: 30px;
}

.fns-speedfilters .title-block .title {
    line-height: 52px;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 16px !important;
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 600;
    margin: unset !important;
}

.fns-speedfilters .filter-block .title {
    padding: 0 18px !important;
    font-size: 16px !important;
}

.fns-speedfilters .title-block .clear-filter-options-all {
    line-height: 52px;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 600;
}

.fns-speedfilters .all-filters-block {
    display: block;
    line-height: 48px;
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 600;
}

.fns-speedfilters .specification-filter-block {
    border-bottom: 1px solid #e3e3e3;
}

.fns-speedfilters .filter-block .title .toggleControl {
    float: unset !important;
    width: unset !important;
    border-bottom: 1px solid #e3e3e3;
    padding: unset !important;
    color: #083e6d !important;
}

.fns-speedfilters .filter-data-block a.filter-item-unselected {
    background: url(../Themes/BREUR/Content/images/fns-images.png) no-repeat scroll -50px 8px rgba(0, 0, 0, 0) !important;
}

.fns-speedfilters .filter-data-block a.filter-item-selected {
    background: url(../Themes/BREUR/Content/images/fns-images.png) no-repeat scroll -40px -12px rgba(0, 0, 0, 0) !important;
}

.fns-speedfilters .filter-data-block a.filter-item-disabled-unselected {
    background: url(../Themes/BREUR/Content/images/fns-images.png) no-repeat scroll -20px -53px rgba(0, 0, 0, 0) !important;
}

/*end style for speed filter*/

table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important;
}

.qty-inner .quantity .itemquantity-input {
    max-width: 65px;
    text-align: center;
    border: 0 !important;
    border-radius: 40px !important;
    padding: 0;
    max-height: 30px;
}

.qty-and-price .qty {
    padding: 25px 0 !important;
}

.unit-selector {
    border-radius: 40px !important;
    max-width: 70px;
    font-weight: normal;
    font-family: inherit;
    color: #495057;
    font-size: 13px;
    border: 2px solid #e5e5e5 !important;
    cursor: pointer;
}

.optionClass {
    border-radius: 40px !important;
}

#minicartPreloader {
    margin: 10px;
}

.shipping-method-next-step-button {
    display: none !important;
}

.one-page-checkout #shipping-method-buttons-container {
    border: none;
}

#checkout-step-payment-method {
    border-top: none;
}

#checkout-step-shipping-method {
    border-bottom: none;
}

.product-essential .overview .quantity.lpart.product-quentity, .product-essential .overview .add-to-cart-panel p {
    margin-bottom: 5px !important;
}

.footer-info span.footer-disclaimer {
    line-height: 1.4;
}

/* Openingstijden topic page */
@media (min-width: 426px) {
    .horizontal-row.topic {
        display: -webkit-box !important;
    }
}

@media (max-width: 425px) {
    .horizontal-row.topic .page-title {
        position: unset !important;
        margin: unset !important;
    }
}

/*mini cart reloading*/
.miniCart-overlay {
    background: #e9e9e9;
    opacity: 0.9;
    height: 56px;
    margin: -47px -6px 0 -6px;
    position: absolute;
    width: 212px;
}

.miniCart-overlay-first {
    margin: -9px -6px 0 -6px;
}

#miniCart-loading-img {
    background: url('../Themes/BREUR/Content/images/loader.gif') center center no-repeat;
    background-size: 36px;
    height: 100%;
    z-index: 20;
    animation: fa-spin 2s infinite linear;
    width: 50px;
}

.miniCart-overlay #minicartPreloader {
    float: right;
    font-size: 15px;
    margin: 19px 8px 0 0;
    font-weight: 600;
}

.miniCart-mobile-loading-img {
    background: url(../Themes/BREUR/Content/images/loader.gif) center center no-repeat;
    background-size: 25px;
    z-index: 20;
    animation: fa-spin 2s infinite linear;
    width: 34px;
    margin-right: 7px;
    margin-left: -42px;
}

/*end mini cart reloading*/

.pricesInfoPreloader {
    font-size: 15px;
    margin: 6px 0 0 6px;
}


/*begin tier price style*/
table.prices-table {
    table-layout: fixed;
}

.tier-prices .title {
    display: block;
    font-size: 18px;
    margin: 15px 0 10px;
    line-height: 1.2;
    color: inherit;
}

.tier-prices .field-header {
    color: #083e6d;
    font-weight: 600;
}

.tier-prices td.item-quantity, .tier-prices td.item-price {
    color: inherit;
    background-color: unset;
}

.tier-prices table td:nth-child(2n+2) {
    background: #F5F6FA;
}

.tier-prices table td:first-child {
    background: white;
}

/*end tier price style*/

/*begin universal one page checkout style*/

.opc .allow .step-title{
    background-color: #ffffff;
    pointer-events: none;
}

.opc .allow .step-title .title{
    color: #083e6d;
}

.shopping-cart-page {
    padding-top: 30px;
}

table.cart.table-wrapper.table.table-responsive {
    display: inline-table;
}

.shopping-cart-page .common-buttons input, .checkout-page .common-buttons input {
    -webkit-border-radius: 40px;
    padding: 0 20px;
}

.cart-total .order-total {
    color: unset;
    padding-top: 10px;
    border-top: 2px solid #083e6d;
}

.remove-from-cart .icon-remove {
    margin-top: 10px;
    color: red;
    cursor: pointer;
}

.shopping-cart-page .qty-input-group, .checkout-page .qty-input-group {
    max-width: 150px;
    border: 2px solid #e5e5e5;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 40px;
    margin-right: 4px;
    max-height: 37px;
    padding: 20px;
}

.shopping-cart-page input.qty-input, .checkout-page input.qty-input{
    color: #757575;
    max-width: 75px;
    min-width: 75px;
    border: 0 !important;
    border-radius: 40px !important;
    max-height: 30px;
}


.cart-total {
    max-width: 100%;
    margin: 10px 0 0 auto;
}

.cart-total &gt; div:not(:last-child) {
    margin-bottom: 10px;
}

.cart-total &gt; div {
    justify-content: space-between;
    grid-template-columns: 1fr 150px;
    display: grid;
}

.cart-total .cart-total-left {
    font-weight: normal;
}

.cart-total .cart-total-right {
    font-weight: bold;
}

.opc .buttons {
    float: right;
}

.checkout-page .cart-options {
    padding-top: 30px;
    padding-right: 15px;
}

.checkout-attributes dt {
    display: flex;
    text-align: left;
    font-weight: unset;
    font-size: initial;
}

.checkout-attributes dl {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.checkout-attributes dd {
    display: flex;
    /*justify-content: flex-end;*/
}

.shopping-cart-page h1.page-tit::after {
    width: 0;
}

.units select {
    border-radius: 40px !important;
}

.cart-options .common-buttons, .cart-footer .checkout-buttons, .cart-footer .addon-buttons {
    text-align: right;
}

.checkout-page .center-2 .checkoutpage-act {
    /*padding: 15px;*/
}

.blog-description .blog-detials p:not(:last-child), .account-page .page-title, .order-details-page .order-overview, .order-details-page .billing-info, .order-details-page .order-notes, .order-details-page .shipments, .return-request-page .return-title, .return-request-page .page-title, .customer-info-page .info-title, .customer-info-page .page-title, .address-list-page .address-list .address-item:not(:last-child), .my-product-reviews-list-page .product-review-item:not(:last-child), .downloadable-products-page .page-title, .reward-points-page .page-title, .wishlist-page .page-title, .sitemap-page .page-title, .sitemap-page .entity:not(:last-child), .checkout-page .step-title h2, .checkout-page .form-fields .inputs, .checkout-page .method-list li:not(:last-child), .product-reviews-page .product-review-item:not(:last-child), .checkout-page .pickup-in-store, .checkout-page .ship-to-same-address, .compare-products-page .page-title h1, .checkout-page .registration-page .register-title h2, .checkout-page .registration-page .form-groups, .checkout-page .register-code-column, .custom-topic-block .about-us-detials p:not(:last-child) {
    margin-bottom: 25px;
}

.checkout-page .method-list li input[type="radio"] {
    display: none;
    height: 45px;
    border: 2px solid #083e6d;
}

.outline-btn:hover, .outlines-btn:hover, .checkout-page .method-list li label:hover, .method-list input[type="radio"]:checked + label {
    background: #083e6d;
    color: #ffffff;
}

.checkout-page .method-list li label {
    padding: 9px 24px;
    font-weight: 700;
    border: 2px solid #083e6d;
    width: 100%;
    text-align: left;
    cursor: pointer;
    min-height: 45px;
    font-size: 16px;
    line-height: 22px;
}

.checkout-page .method-list .method-name &gt; span, .checkout-page .method-list .method-name &gt; span &gt; span {
    display: block;
    color: #083e6d;
}

.checkout-page .method-list li label:hover .methods, .checkout-page .method-list li:hover .method-description, .checkout-page .method-list li:hover .payment-description, .checkout-page .method-list .method-name:hover &gt; span, .checkout-page .method-list .method-name:hover &gt; span &gt; span, .method-list input[type="radio"]:checked + label &gt; span, .method-list input[type="radio"]:checked + label &gt; span &gt; span {
    color: #ffffff;
}

.item-box .actual-price, .blog-description h2, .account-page .title h2, .download-invoice h2, .order-details-page .title h2, .cross-sells .title, .return-request-page .return-title h2, .customer-info-page .info-title h2, .reward-points-page .title h2, .sitemap-page .entity-title h2, .checkout-page .step-title h2, .product-reviews-page .review-title h2, .checkout-page .registration-page .register-title h2, .custom-topic-block .details-title {
    font-size: 26px;
    color: #083e6d !important;
    font-weight: 700;
    line-height: 33px;
}

.checkout-page .page-title, .checkout-page .center-2 .page-titles, #opc-order-total {
    padding: 0 15px;
}

.checkoutpage-act .opc-block.allow {
    padding-left: 15px;
}

.opc-block.allow.checkoutpage-act {
    padding-left: 30px;
}

.inputs input[type="text"], .inputs select {
    display: initial;
}

.opc .center-2.col-lg-4 .buttons {
    float: left;
    display: contents;
}

.btn-primary.disabled, .btn-primary:disabled {
    border: none;
}

@media (min-width: 992px) {
    .checkout-page .center-2 .page-titles, #opc-order-total {
        margin-top: 35px;
    }

    .opc .checkoutpage-act {
        margin-top: 10px;
    }
}

.page-content-orders button#Download {
    height: 40px;
    width: 140px;
    padding: 10px;
    line-height: inherit;
}

/*********** ONEPAGE CHECKOUT **********/

.checkout-page .checkout-data .page-title {
    padding-bottom: 25px;
}
.checkout-page .page-title p a {
    color: var(--dark);
    text-decoration: underline;
    font-weight: 600;
}
.checkout-page .page-title p a:hover {
    color: var(--darken);
}
.checkout-page .form-fields .inputs,
.checkout-page select {
    width: 100%;
}
.checkout-page .checkout-data .shipping-code {
    width: 100%;
    display: inline-block;
}
.checkout-page .select-shipping-address label,
.checkout-page .select-pickup-points label,
.checkout-page .select-billing-address label {
    margin-bottom: 5px;
    width: 100%;
    font-weight: 700;
}
.checkout-page .checkout-data .buttons {
    margin-top: 25px;
}
.checkout-page #confirm-order-buttons-container {
    text-align: right;
}
.checkout-page .page-title h1,
.checkout-page .page-titles h2 {
    font-weight: 800;
    word-break: break-word;
}
.checkout-page .method-list li label {
    padding: 9px 24px;
    font-weight: 700;
    border: 2px solid var(--darken);
    width: 100%;
    text-align: left;
    cursor: pointer;
    min-height: 45px;
}
.checkout-page .method-list .method-name &gt; span,
.checkout-page .method-list .method-name &gt; span &gt; span {
    display: block;
    color: var(--darken);
}
.checkout-page .method-list li label:hover .methods,
.checkout-page .method-list li:hover .method-description,
.checkout-page .method-list li:hover .payment-description,
.checkout-page .method-list .method-name:hover &gt; span,
.checkout-page .method-list .method-name:hover &gt; span &gt; span,
.method-list input[type="radio"]:checked + label &gt; span,
.method-list input[type="radio"]:checked + label &gt; span &gt; span {
    color: var(--white);
}
.checkout-page .method-list li input[type="radio"] {
    display: none;
}
.checkout-page .method-list .method-name label {
    color: var(--darken);
}
.checkout-page .message-error {
    margin-top: 10px;
    margin-bottom: 0;
}
.checkout-page .message-error li:not(:last-child) {
    margin-bottom: 5px;
}
.checkout-page .payment-info table td {
    display: block;
    width: 100%;
    padding: 0;
}
.checkout-page .payment-info table td label {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.checkout-page .payment-info table tr:not(:last-child) {
    margin-bottom: 25px;
    display: block;
}
.checkout-page #ExpireMonth,
.checkout-page #ExpireYear {
    width: auto;
}
.checkout-page .payment-info tbody {
    padding: 25px;
    display: block;
}
.checkout-page .payment-info tbody tr {
    padding: 0;
    border-bottom: 0;
}
.checkout-page #CardCode {
    padding: 9px 17px;
}
.checkout-page .cart .cart-remove-button {
    vertical-align: middle;
    text-align: center;
}
.checkout-page .cart-remove-button i {
    color: var(--dark-pink);
    cursor: pointer;
}
.checkout-page .cart .quantity .qty-input,
.checkout-page .cart .quantity .qty-dropdown {
    padding: 5px 7px;
}
.checkout-page .totals {
    background-color: var(--background);
}
.checkout-page .discount-code-column .apply-discount-coupon-code-button,
.checkout-page .discount-code-column .apply-gift-card-coupon-code-button {
    padding: 9px 24px;
    width: 118px;
    border: none;
    height: auto;
}
.checkout-page .discount-code-column .discount-coupon-code,
.checkout-page .discount-code-column .gift-card-coupon-code {
    width: calc(100% - 118px)
}
.checkout-page .cart-collaterals .message-failure,
.checkout-page .cart-collaterals .message-success,
.checkout-page .cart-collaterals .current-code {
    padding: 0;
}
.checkout-page .remove-discount-button,
.checkout-page .remove-gift-card-button,
.checkout-page .terms-of-service input,
.checkout-page .selector input {
    border: 0;
    color: var(--darken);
    height: auto;
}
.checkout-page .discount-code-column form &gt; div:not(:last-child) {
    margin-bottom: 15px;
}
.checkout-page .cart-total .cart-total-right {
    text-align-last: right;
}
.checkout-page .cart-collaterals .current-code {
    margin-top: 5px;
}
.checkout-page .terms-of-service {
    justify-content: inherit;
}
.checkout-page .terms-service {
    padding-top: 25px;
    background-color: var(--white);
}
.checkout-page .terms-service a {
    color: var(--darken);
}
.checkout-page .terms-service a:hover {
    color: var(--dark-secondary);
}

.checkout-page .img-help-sections &gt; div {
    align-self: stretch;
}
.html-checkout-page .confirm-order-next-step-button.disabled,
.html-checkout-page .confirm-order-next-step-button:disabled {
    background-color: var(--light-secondary);
}

.checkout-page .email-label,
.checkout-page .postcode .field-validation-error {
    white-space: break-spaces;
    word-break: break-all;
}

.html-checkout-page .btn-primary.disabled, .html-checkout-page .btn-primary:disabled {
    background-color: var(--light-secondary);
}
.checkout-page .payment-info input,
.checkout-page .payment-info textarea {
    padding: 10px 12px;
}
.checkout-page .field-validation-error {
    display: block;
}
.checkout-page .center-2 .checkoutpage-act {
    /*padding: 15px;*/
}
.checkout-page .page-title,
.checkout-page .center-2 .page-titles {
    padding: 0 15px;
}
.product-reviews-page .vote {
    padding: 0 5px;
}
.order-completed-page .page-title.complete-order-title {
    padding: 0;
}
.html-checkout-page .center-2 .page-titles.adress-titles {
    margin-top: 32px;
}
.field-validation-error,
.field-validation-error span,
.field-validation-valid {
    color: #FF0000 !important;
}
.email-a-friend-page .result {
    margin-bottom: 0;
    padding: 0;
    border-color: transparent;
    background-color: transparent;
}
.html-category-page .product-list .item-box .productQuantityTextBox,
.html-category-page .product-list .item-box .productQuantityDropdown {
    height: 42px;
    width: 100%;
}
.product-reviews-page .message-error {
    padding: 0;
}
.category-filter-section {
    display: none;
}
.html-checkout-page .qty-input-group .qty-input {
    border: 1px solid var(--light-secondary);
    height: 42px;
}
.html-checkout-page .payment-description {
    word-break: break-all;
}
.checkout-page .registration-page .custom-control-input {
    height: auto;
}
.checkout-page .registration-page .custom-control-input:focus {
    outline: none;
    box-shadow: none;
}
.checkout-page .registration-page .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.checkout-page .field-validation-error ul li,
.checkout-page .field-validation-error &gt; span &gt; p {
    color: #ff0000;
    font-size: 14px;
    line-height: 22px;
}
.checkout-page .field-validation-error &gt; span &gt; p {
    margin-bottom: 10px;
}
.checkout-page .shipping-code .inputs &gt; label {
    word-break: break-all;
    overflow: hidden;
}
.manufacturer-item .title {
    margin-bottom: 0 !important;
    margin-top: 10px;
    text-align: center;
}
.manufacturer-item .picture a {
    position: relative;
}
.manufacturer-item .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.manufacturer-item .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
table th {
    white-space: inherit !important;

}


.checkout-icon-progress {
    display: flex;
}
.icon-progress-list {
    background-color: lightgrey;
    position: relative;
}
.icon-progress-list:not(:last-child)::after {
    content: "";
    height: 3px;
    background-color: var(--gray1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.checkout-page .center-2 .icons-title,
.checkout-page .center-2 .checkoutpage-act,
.checkout-page .center-2 .accordian-wrap {
    position: relative;
}
.checkout-page .center-2 .icons-title::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: lightgrey;
    padding: 10px;
    color: black;
    width: 50px;
}
.checkout-page .center-2 .accordian-wrap::before {
    content: "";
    position: absolute;
    top: 15px;
    height: 100%;
    width: 2px;
    background-color: #083e6d;
}
.checkout-page .center-2 .icons-title-register::before {
    content: "\f2b9";
}
.checkout-page .center-2 .adress-titles::before {
    content: "\f2bb";
}
.checkout-page .center-2 .icons-title-shipping::before {
    content: "\f48b";
}
i.fa-solid.fa-truck-fast::before {
    content: "\f48b";
}

.checkout-page .center-2 .icons-title-payment::before {
    content: "\f788";
}
.checkout-page .center-2 .icons-title-checkoutAttr::before {
    content: "\f03a";
}
.checkout-page .center-2 .icons-title {
    padding-right: 25px;
    cursor: pointer
}
.checkout-page .icons-title::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
}
.checkout-page .icons-title.active::after {
    transform: rotate(180deg);
}
body:not(:has(.register-code-column)) .icons-title-register::after {
    display: none;
}
body:not(:has(.register-code-column)) .checkout-page-address .checkoutpage-act + .checkoutpage-act {
    padding-top: 0;
}
.html-checkout-page body:not(:has(.register-code-column)) .checkout-page-address .adress-titles{
    margin-top: 0;
}
.checkout-page .checkout-attributes .inputs {
    margin-bottom: 0;
}
.checkout-page .checkout-attributes .inputs + .checkout-datas {
    margin-bottom: 25px;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.checkout-page .accordian-wrap {
    display: none;
    padding: 0 15px;
}
.checkout-page .checkout-page-info .page-title {
    padding-bottom: 0;
    z-index: 2;
    background-color: var(--white);
}
.checkout-page-address .checkoutpage-act {
    display: block !important;
}
.checkout-page .checkout-page-info .description a {
    text-decoration: underline;
    margin-left: 15px;
}
.checkout-page .checkout-page-info .description a:hover {
    color: var(--darken);
}
.checkout-page .checkout-float-title label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: var(--black1);
    word-break: break-word;
    white-space: break-spaces;
}
.checkout-float-wraper .form-groups {
    position: relative;
}
.html-checkout-page .center-2 .checkout-float-wraper .form-groups .form-control:not(:placeholder-shown) {
    padding-top: calc(0.75rem + 0.75rem * (2 / 3));
    padding-bottom: calc(0.75rem / 3);
}
.html-checkout-page .center-2 .checkout-float-wraper .form-groups select.form-control:not(:placeholder-shown) {
    padding: 12px;
    padding-right: 25px;
}
.html-checkout-page .center-2 .checkout-float-wraper .form-groups .form-control {
    border: 1px solid var(--yellow);
    border-radius: 0;
    font-size: 16px;
    color: var(--gray4);
    padding: 12px;
}
.checkout-float-wraper .form-groups .floating-label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0;
    transition: all .1s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
}
.checkout-float-wraper .form-groups .floating-label &gt; span,
.checkout-float-wraper .form-groups .floating-label {
    color: var(--gray2);
}
.checkout-float-wraper .form-groups &gt; label {
    padding: 12px;
}
.checkout-float-wraper .form-groups .form-control:not(:placeholder-shown) ~ .floating-label {
    padding-top: calc(0.75rem / 3);
    padding-bottom: calc(0.75rem / 3);
    font-size: 12px;
    color: var(--gray3);
}
.checkout-float-wraper .form-groups .form-control:not(:placeholder-shown) ~ .floating-label &gt; span {
    font-size: 12px;
    line-height: inherit;
    color: var(--gray3);
}
.checkout-page .checkout-float-wraper .form-groups .form-control:focus,
.checkout-page .checkout-data  .checkout-page-checoutattributes .checkout-datas .textbox:focus {
    border-color: var(--blue);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.60);
}
.checkout-float-wraper .field-validation-error {
    padding-top: 0;
}
.checkout-float-wraper .field-validation-error &gt; span {
    font-size: 13px;
}
.checkout-page .dimerce-form .form-groups {
    padding-bottom: 0;
}
.checkout-page .dimerce-form .form-fields input:not([type=checkbox]):not([type=radio]) {
    height: inherit;
    line-height: inherit;
    padding: 12px;
    width: 100%;
}
.checkout-page .dimerce-form .form-fields .checkout-float-title label {
    padding-bottom: 0;
}
.checkout-page .center-2 select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.checkout-float-wraper .form-groups select + .floating-label {
    display: none;
}
.registration-page .crt-btn.custom-checkbox + .create-account-password {
    margin-top: 15px;
}
.checkout-page .checkout-data .checkout-page-checoutattributes .checkout-datas .textbox {
    border: 1px solid var(--yellow);
    border-radius: 0;
    font-size: 16px;
    color: var(--gray4);
}
.html-checkout-page .btn-primary.green {
    background-color: var(--green);
    color: var(--white);
}
.checkout-page .sub-title {
    word-break: break-word;
}
.checkout-page .cart .cart-remove-button {
    margin-right: 15px;
    width: 15px;
}


.checkout-page .icons-title::after {
    font-size: 20px;
    top: 14px;
}

.checkout-page .center-2 .accordian-wrap::before {
    left: 24px;
}

.checkout-page .center-2 .icons-title&gt;*, .checkout-page .center-2 .accordian-wrap&gt;* {
    padding-left: 55px;
}

.icon-progress-list&gt;i, .checkout-page .center-2 .icons-title::before {
    font-size: 30px;
    line-height: 30px;
}

.checkout-page .checkout-icon-progress {
    margin-bottom: 25px;
}

.icon-progress-list:not(:last-child)::after {
    width: 25px;
    right: -35px;
}

.checkout-icon-progress {
    gap: 44px;
}

.icon-progress-list:not(:last-child)::after {
    content: "";
    height: 3px;
    background-color: lightgrey;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}


.fa-address-book:before, .fa-contact-book:before {
    content: "\f2b9";
}

.icon-progress-list i.fa-solid::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: lightgrey;
    padding: 10px;
    color: black;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    width: 50px;
    text-align: -webkit-center;
}

.checkout-page .form-fields .inputs label, .checkout-page select label {
    display: block;
    text-align: left;
}

.opc .section .enter-address .edit-address {
    border-top: none;
    padding: 0;
}

div#opc-checkoutAttributes {
    padding: 30px 0;
}

.icon-progress-list i.green.fa-solid::before {
    color: green;
}

.page.shopping-cart-page .product .product-picture, 
.page.checkout-page.universal-checkout-page .product .product-picture {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

.page.shopping-cart-page .cart span.product-unit-price,
.page.shopping-cart-page .cart span.product-subtotal,
.page.checkout-page.universal-checkout-page .cart span.product-unit-price,
.page.checkout-page.universal-checkout-page .cart span.product-subtotal {
    line-height: 44px;
}

.page.shopping-cart-page .cart td.quantity span.product-quantity,
.page.checkout-page.universal-checkout-page .cart td.quantity span.product-quantity {
    display: block;
    text-align: center;
    padding-top: 5px;
}

.page-titles.icons-title.disable, .page-titles.icons-title.disable.active {
    pointer-events: none;
}

.page.checkout-page.universal-checkout-page .product .product-picture {
    min-width: 80px;
    min-height: 75px;
}

.checkout-page .center-2 .icons-title&gt;* {
    line-height: 50px;
}

@media all and (max-width: 991px) {
    .side-2 {
        order: 2 !important;
    }

    .center-2 {
        order: 1 !important;
        margin-bottom: 50px;
    }
}

#opc-order-budget {
    float: unset !important;
}

div#opc-order-total {
    float: right;
}

.checkout-page .qty-input-group button {
    border: none !important;
    background: transparent;
}

.checkout-page .qty-input-group button i.fa.fas {
    color: #083e6d;
}

span.product-unit-price, 
span.product-subtotal, 
.checkout-page .cart-total .cart-total-right {
    color: #083e6d;
    font-weight: 500;
}

.checkout-page .btn {
    padding: 0 15px !important;
}

.page.checkout-page.universal-checkout-page .cart .product .sku {
    padding: 10px 0;
}
/*end universal one page checkout style*/

.product-quantity_productBox {
    border-radius: 40px !important;
    max-width: 70px;
    border: 2px solid #e5e5e5;
    font-weight: 600;
    align-items: center;
    -webkit-align-items: center;
    display: flex !important;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 5px;
    height: 44px;
    margin-bottom: 5px;
    margin-left: 15px;
}

@media (max-width: 1500px) {
    .container {
        max-width: 1340px;
    }

    .header-upper .lpart ul li {
        line-height: 14px;
        font-size: 16px;
        padding-left: 26px;
        margin: 0 8px;
    }

    .header-upper .lpart ul li i {
        font-size: 15px;
        line-height: 14px;
    }

    .header-upper .midpart {
        padding-left: 15px;
        font-size: 15px;
    }

    .pro-box .pro-tit h4 a {
        font-size: 24px;
        line-height: 30px;
    }

    .customer-info-page.account-page .pro-box-1 .btm-part .lpart {
        width: calc(100% - 93px);
    }

    .customer-info-page.account-page .pro-box-1 .btm-part .qty-form {
        width: 93px;
    }

    .customer-info-page.account-page .pro-box-1 .pro-tit {
        padding-bottom: 20px;
    }

    .customer-info-page.account-page .pro-box-1 .qty-form .qty {
        width: 100%;
        margin-bottom: 4px;
    }

    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        max-width: 104px
    }

    .box-selector-div {
        margin: 0 9px 0 0;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1295px;
    }

    .account-page.product-listing-page .pro-box-1 .btm-part {
        display: grid;
    }

    .box-selector-div {
        margin: 0 7px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .productBox-warehouse-hotlists-div {
        display: flex;
        min-height: 34px;
        padding-top: 2px;
        background: unset;
        margin-top: unset;
        padding-left: unset;
    }

    .showProductBoxElementsMobile {
        width: auto !important;
    }

    .btn-3-btn-delete {
        display: flex;
        margin: auto 0 6px auto;
    }
}

@media only screen and (max-width: 767px) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 520px) {
    .pro-btn .btn-delete-hotlist {
        margin-right: 10px;
    }

    .btn-3-btn-delete {
        display: flex;
        margin: auto 0 0 auto;
    }
}

@media only screen and (max-width: 520px) {
    .btn-3-btn-delete {
        display: grid;
    }

    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 200px) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        padding: 0;
        max-width: 104px;
    }
}

@media only screen and (min-width: 365px) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        padding: 0 22px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 630px) {
    .webshop-inner, .breur-webshop .webshop-inner, .personal-webshop .webshop-inner {
        min-width: 600px;
    }
}

@media only screen and (min-width: 767px) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        padding: 0;
        max-width: 104px;
    }
}

@media only screen and (min-width: 860px) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        padding: 0 22px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 991px) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        padding: 0;
        max-width: 104px;
    }
}

@media only screen and (min-width: 1200px) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        padding: 0 22px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1371px) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        padding: 0;
    }
}

@media only screen and (min-width: 1500px) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        padding: 0 22px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .css-tooltip .tooltiptext {
        font-size: 11px;
        line-height: 16px;
        margin-left: -110px;
        width: 210px;
        max-width: 210px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .productBox-warehouse-hotlists-div {
        margin-right: 7px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .product-listing-page .pro-box-1 .pro-btn, .product-listing-page .pro-box-1 .pro-btn {
        margin-top: 0;
    }

    .btn-3-btn-delete {
        /*position: absolute;*/
        /*right: 30px;*/
        /*bottom: 5px;*/
        /*margin-right: 10px;*/
    }

    .list-attributes-selector-div .product-quantity_productBox {
        margin-bottom: 0;
    }

    .pro-btn .list-attributes-selector {
        align-items: self-end;
        display: block;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .account-page .pro-box-1 .btm-part .lpart {
        min-height: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .account-page .pro-box-1 .btm-part .lpart {
        min-height: 80px;
    }

    .showProductBoxElements {
        margin-top: 70px;
    }

    .list-attributes-selector-unit {
        margin-left: 10px !important;
    }

    .list-attributes-selector-div .list-attributes-selector {
        position: unset;
    }

    .list-attributes-selector-div .product-quantity_productBox {
        margin-left: 2px;
    }

    .pro-box-1 .list-attributes-selector-div {
        display: flex;
    }

    .box-selector-div {
        width: 29%;
        min-width: 29%;
        max-width: 29%;
        margin: 0 9px 0 0;
    }

    .btm-part .attributes {
        margin: -35px 0 -10px;
    }
}

@media only screen and (max-width: 767px) {
    .showProductBoxElementsMobile {
        width: auto !important;
    }

    .list-attributes-selector-unit {
        margin-left: 0 !important;
        margin-right: 10px;
    }

    .btn-3-btn-delete {
        bottom: 0;
    }

    .account-page .pro-box-1 .btm-part .lpart {
        min-height: 42px;
    }

    .btm-part dl {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .pro-btn .list-attributes-selector {
        margin-left: 0 !important;
        display: flex;
    }

    .btm-part .attributes {
        padding-left: 0;
    }

    attributes-selector-div {
        margin-left: 15px;
    }
}

@media (max-width: 1370px) {
    .container {
        max-width: 1200px;
    }

    .header-lower .tel {
        padding-left: 18px;
    }

    .altrex-tower-section h2 {
        font-size: 34px;
        line-height: 36px;
    }

    .altrex-tower-section h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .account-form-section .account-form {
        padding: 33px 200px 56px 50px;
    }

    .contact-page .contact-inner {
        padding: 33px 200px 42px 40px;
    }

    .account-page .customer-information-wrapper .personal-info, .account-page .customer-information-wrapper .address-details, .account-page .customer-information-wrapper .change-password {
        padding: 25px 200px 25px 15px;
    }

    .account-page .search-orders-form {
        padding: 20px 200px 25px 15px
    }

    .customer-info-page.account-page .pro-box-1 .pro-tit a {
        font-size: 16px;
        line-height: 20px;
    }

    .customer-info-page.account-page .pro-box-1 .pro-tit {
        padding-bottom: 15px;
    }

    .customer-info-page.account-page .pro-box-1 .btm-part .lpart, .customer-info-page.account-page .pro-box-1 .btm-part .qty-form {
        width: 100%;
    }

    .customer-info-page.account-page .pro-box-1 .btm-part .lpart {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .customer-info-page.account-page .pro-box-1 {
        padding: 12px;
    }

    .customer-info-page.account-page .pro-box-1 .btm-part {
        flex-wrap: nowrap;
        flex-flow: column;
    }

    .customer-info-page.account-page .pro-box-1 .qty-form {
        display: flex;
        justify-content: space-between;
    }

    .customer-info-page.account-page .pro-box-1 .qty-form .qty {
        width: 60px;
    }

    .customer-info-page.account-page .pro-box-1 .btm-part {
        padding-top: 12px;
    }

    .customer-info-page.account-page .col-12.col-sm-12.col-md-6.col-lg-4 {
        margin-bottom: 30px;
    }

    .customer-info-page.account-page .pro-box-1 .pro-btn .btn-3 {
        line-height: 36px;
        height: 40px
    }

    .breur-webshop, .personal-webshop {
        padding: 45px 60px;
    }

    .product-description-section .alternatives .pro-box-1 .btm-part .lpart .price-and-weight .price {
        font-size: 14px;
    !important;
    }

    .account-page .pro-box-1 .btm-part .lpart .price-and-weight .price {
        font-size: 14px !important;
    }

    .account-page .pro-box-1 .btm-part .lpart .price-and-weight .with-vat, .discount-price {
        font-size: 12px !important;
    }

    .product-description-section .alternatives .pro-box-1 .btm-part .lpart .price-and-weight-old {
        font-size: 12px;
    }

    .UnitForAddToCart_Category {
        max-width: 69px
    }

    .technical-service-section .tab-panel .nav-tabs .nav-link {
        font-size: 13px;
    }

    .account-page.product-listing-page .pro-box-1 .btm-part .lpart .price-and-weight .price, .account-page.product-listing-page .pro-box-1 .btm-part .lpart .price-and-weight-old .price {
        display: block;
        padding-bottom: 4px;
    }

    .box-selector-div dt {
        font-size: 11px;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }

    .container {
        max-width: 1024px;
    }

    .header-upper .midpart {
        display: none;
    }

    .header-lower .tel {
        padding-left: 0;
        padding-right: 10px;
    }

    .header-lower .tel p {
        font-size: 16px;
        line-height: 16px;
    }

    .header-lower .tel p span {
        font-size: 14px;
        line-height: 14px;
    }

    .rating-box img {
        max-width: 80%;
    }

    .header-lower .rating-box .rating ul .list-inline-item:not(:last-child) {
        margin-right: -2px;
    }

    .slide-txt .slide-tit {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .btn-1 {
        height: 44px;
        line-height: 40px;
        padding: 0 34px;
    }

    .slide-txt .btn-1 {
        font-size: 17px;
    }

    .altrex-tower-section h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .altrex-tower-section h4 {
        font-size: 26px;
        line-height: 26px;
    }

    .pro-box .pro-tit h4 a {
        font-size: 18px;
        line-height: 22px;
    }

    .pro-box .pro-dis p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .img-part {
        padding: 0 10px;
        min-width: 80px;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .dis-part {
        min-width: calc(100% - 80px);
    }

    .account-form-section .account-form {
        padding: 33px 100px 56px 50px;
    }

    .pro-list-section .pro-box-1 .pro-inner .pro-tit a {
        font-size: 16px;
        line-height: 20px;
    }

    .pro-list-section .pro-box-1 {
        padding: 18px 20px 22px;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner .pro-btn .btn-3 {
        width: 100%;
    }

    .renting-page .product-categories-top-section h1 {
        margin-top: 0;
    }

    .gereedschap-page .pro-list-section .pro-box {
        padding: 20px 15px 26px;
    }

    .gereedschap-page .pro-list-section .pro-box .btn-3 {
        width: auto;
    }

    .verhuur-bottom-section {
        padding-top: 30px;
    }

    .gereedschap-page h1.page-tit {
        margin-top: 12px;
    }

    .gereedschap-page .pro-list-section .pro-box .pro-inner .pro-tit a {
        font-size: 18px;
        line-height: 22px;
    }

    .contact-page .contact-inner {
        padding: 33px 100px 42px 40px;
    }

    .account-page .search-orders-form {
        padding: 20px 100px 25px 15px
    }

    .contact-page .account-form-section {
        margin-top: -120px;
    }

    .account-page .customer-information-wrapper .personal-info, .account-page .customer-information-wrapper .address-details, .account-page .customer-information-wrapper .change-password {
        padding: 25px 140px 25px 15px;
    }

    .webshop-inner, .breur-webshop .webshop-inner {
        width: 375px;
    }

    .login-page .webshop-inner h2 {
        font-size: 26px;
    }

    .login-page .webshop-inner h2 .fas {
        font-size: 16px;
        line-height: 22px;
    }

    .account-page .table-data-filter .l-part .group {
        width: 220px;
    }

    .product-description-section .alternatives .pro-box-1 .btm-part {
        flex-wrap: wrap;
    }

    .product-description-section .alternatives .pro-box-1 .btm-part .pro-btn {
        padding-top: 8px;
    }

    .product-description-section .alternatives .pro-box-1 .pro-tit a {
        font-size: 16px;
    }

    .technical-service-section .tab-panel .nav-tabs .nav-link {
        font-size: 10px;
    }

    .account-page.product-listing-page .pro-box-1 .pro-tit a {
        font-size: 16px;
        line-height: 18px;
    }

    .account-page.product-listing-page .pro-box-1 .btm-part {
        display: grid;
    }

    .account-page.product-listing-page .pro-box-1 .btm-part .lpart .price-and-weight .price, .account-page.product-listing-page .pro-box-1 .btm-part .lpart .price-and-weight-old .price {
        display: block;
    }

    .side-1 .add-box h4 {
        font-size: 18px;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .pro-img-and-des {
        width: 54%;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .qty-and-price {
        width: 46%;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .pro-img {
        width: 120px;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .pro-details {
        width: calc(100% - 120px);
    }

    .search-page .form-group .price-range .price-to, .search-page .form-group .price-range .price-from {
        width: 68px;
    }

    .box-selector-div {
        width: 90px;
        min-width: 90px;
        max-width: 90px;
        display: inline-block;
        margin: 0;
    }

    .btm-part dl {
        width: 186px;
        min-width: 186px;
        max-width: 186px;
        padding: 0;
        margin: 0;
        display: block;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 14px;
        font-weight: 400;
    }

    p {
        line-height: 21px;
    }

    .tab-none {
        display: none;
    }

    .bottom-section .white-box .dis-list h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .bottom-section .white-box .dis-list {
        padding-bottom: 30px;
        padding-right: 0;
    }

    .bottom-section .white-box .dis-list p {
        font-size: 14px;
    }

    .pro-box .pro-dis p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .header-lower .tel, .header-lower .rating-box {
        display: none;
    }

    .header-lower .l-part {
        max-width: calc(100% - 240px);
        flex: inherit;
    }

    .header-lower .search-box {
        padding-left: 135px;
    }

    .header-lower .r-part {
        max-width: 240px;
        flex: inherit;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 0;
    }

    .header-lower .tel, .header-lower .rating-box {
        display: none;
    }

    .btn-1 {
        height: 34px;
        line-height: 30px;
        padding: 0 34px;
        font-size: 13px;
    }

    .slide-txt .slide-tit {
        font-size: 23px;
    }

    .services-section .service-box h3 {
        font-size: 20px;
    }

    .product-section {
        padding: 42px 0 70px;
    }

    .sec-tit h2 {
        font-size: 26px;
        margin: 0 0 25px 0;
    }

    .pro-box .pro-dis a.login-link {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .search-box .search-form .search-box-text {
        font-size: 16px;
    }

    .header-lower .search-box {
        padding-left: 35px;
    }

    .header-lower .l-part {
        align-items: center;
        justify-content: space-between;
    }

    .header-lower .header-logo img {
        width: 120px;
    }

    .checkout-page h2 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 32px;
    }

    .checkout-page {
        padding-top: 36px;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail {
        padding-right: 18px;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .dis-part {
        display: flex;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .dis-part .two-part {
        width: 100%;
        padding-top: 20px;
    }

    #boxscroll {
        height: 286px;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .img-part {
        padding: 0 40px;
        min-width: 180px;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .dis-part {
        min-width: calc(100% - 180px);
    }

    .checkout-page .update {
        display: flex;
        justify-content: space-between;
    }

    .checkout-page .update .btn {
        margin: 25px 0;
    }

    .checkout-page .rpart h2 {
        display: none;
    }

    .checkout-page .third-col .btn {
        width: 165px;
        font-size: 14px;
        padding: 0 30px;
        margin-top: 30px;
        float: right;
    }

    .checkout-page .third-col .btn::after {
        right: 15px;
    }

    .checkout-page {
        padding-bottom: 35px;
    }

    .cs-skin-border &gt; span {
        font-size: 14px;
    }

    .account-form-section .account-form {
        padding: 25px 75px 56px 35px;
    }

    .account-form-section .account-form h4 {
        font-size: 20px;
    }

    .account-form-section .account-form h2.page-tit {
        font-size: 26px;
    }

    .content-wrapper.renting-page {
        padding: 26px 0 0;
    }

    .renting-page .product-categories-top-section h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner .pro-dis .btn-3 {
        height: 40px;
        line-height: 36px;
    }

    .gereedschap-page h1.page-tit {
        margin: 0 0 12px 0;
        font-size: 22px;
        line-height: 22px;
    }

    .gereedschap-page .pro-list-section .pro-box {
        padding: 12px;
    }

    .gereedschap-page .pro-list-section .pro-box .pro-inner .pro-tit a {
        font-size: 16px;
        line-height: 20px;
        word-break: break-all;
    }

    .gereedschap-page .pro-list-section .pro-box .pro-inner .btn-3 {
        width: auto;
    }

    .gereedschap-page .pro-list-section .pro-box .pro-img {
        width: 100%;
        padding: 10px 0;
    }

    .contact-page .account-form-section {
        margin-top: 0;
    }

    .contact-page .contact-inner {
        padding: 45px 20px 30px;
    }

    .contact-page .contact-inner h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .account-page .customer-information-wrapper .personal-info, .account-page .customer-information-wrapper .address-details, .account-page .customer-information-wrapper .change-password {
        padding: 15px 10px 15px 10px;
    }

    .account-page .customer-information-wrapper span.info {
        font-size: 12px;
    }

    .account-page .customer-information-wrapper label {
        font-size: 11px;
    }

    .account-page .common-form .form-group label {
        font-size: 14px;
        line-height: 14px;
    }

    .account-page h1.page-tit {
        line-height: 26px;
        font-size: 26px;
        margin-bottom: 20px;
    }

    .account-page .customer-information-wrapper h4 {
        font-size: 14px;
        line-height: 14px;
    }

    .listbox .list li.customer-info a {
        line-height: 42px;
        font-size: 14px;
        padding: 0 15px;
    }

    .block-account-navigation .title strong {
        line-height: 42px;
        font-size: 20px;
        padding: 0 15px;
    }

    .account-page .list-category {
        width: 480px;
    }

    .webshop-inner, .breur-webshop .webshop-inner, .personal-webshop .webshop-inner {
        width: 100%;
        padding: 20px;
    }

    .breur-webshop, .personal-webshop {
        padding: 30px;
    }

    .login-page .webshop-inner h2 {
        font-size: 25px;
    }

    .login-form .form-group.two-col {
        flex-flow: column;
    }

    .login-form .form-group .form-control {
        height: 34px;
        line-height: 30px;
    }

    .account-page .add-employee-form .form-btn-part .form-group {
        align-items: center;
        flex-wrap: nowrap;
        flex-flow: column;
        align-items: flex-start;
    }

    .account-page .add-employee-form .label-inline .form-group label {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .account-page .table-data-filter .l-part .group.sortby {
        display: none;
    }

    .product-essential .overview h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 36px;
    }

    .product-essential .overview .variant-overview .price {
        font-size: 22px;
        line-height: 18px;
    }

    .product-essential .overview .variant-overview .price span, .product-essential .overview .variant-overview .price-1 {
        font-size: 14px;
        line-height: 18px;
    }

    .product-essential .overview .variant-overview h6 {
        font-size: 12px;
        line-height: 16px;
    }

    .product-essential .overview .qty-form {
        padding-top: 30px;
    }

    .technical-service-section .tab-panel .nav-tabs .nav-item.long {
        width: 33.33%;
    }

    .technical-service-section .tab-panel .nav-tabs .nav-item {
        width: 33.33%;
    }

    .technical-service-section .tab-panel .nav-tabs .nav-link {
        font-size: 12px;
    }

    .technical-service-section .inner-wrapper .top-part h1.page-tit {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 35px;
    }

    .technical-service-section .inner-wrapper .top-part h1.page-tit span {
        font-size: 20px;
        line-height: 28px;
    }

    .technical-service-section .inner-wrapper .top-part {
        padding: 30px 30px 50px 30px;
    }

    .page.technical-service-page {
        padding-bottom: 75px;
    }

    .shopping-cart-page .cart-table.table-bordered {
        margin-bottom: 30px;
    }

    .shopping-cart-page .news {
        margin-top: 0;
    }

    .shopping-cart-page .news p::before {
        font-size: 48px;
        top: 25px;
    }

    .shopping-cart-page .total .btn {
        width: auto;
        font-size: 14px;
    }

    .shopping-cart-page {
        padding-bottom: 50px;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .pro-img-and-des {
        width: 50%;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .qty-and-price {
        width: 50%;
    }

    .account-budget .account-budget-body .listbox ul.list li .label {
        width: 126px;
    }

    .account-budget .account-budget-body .listbox ul.list li {
        font-size: 12px;
    }

    .account-budget .account-budget-body .listbox ul.list li.grand-total {
        font-size: 12px;
    }

    .height300 {
        height: 150px;
    }

    .pro-box .pro-tit h4 a {
        font-size: 16px;
        line-height: 20px;
    }

    .pro-box {
        padding: 24px 15px;
    }

    .product-listing-page .pagination-div {
        flex-flow: column;
        padding: 14px 0;
    }

    .account-page .pagination-div .lpart {
        padding: 0;
    }

    .account-page .pagination-div .rpart {
        justify-content: space-between;
        width: 100%;
        padding: 10px 20px 0;
    }

    .header-upper, .header-lower {
        display: none;
    }

    .search-box .search-form .search-box-text {
        height: 30px !important;
        line-height: 28px !important;
        background: transparent;
        color: #fff !important;
        font-size: 12px !important;
        border-color: #fff !important;
        border-radius: 0 !important;
        padding: 0 32px 0 10px !important;
    }

    .search-box .search-form .search-box-text::-webkit-input-placeholder {
        color: #fff;
    }

    .search-box .search-form .search-box-text:-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    /* Firefox 19+ */
    .search-box .search-form .search-box-text::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    /* IE 10-11 */
    .search-box .search-form .search-box-text:-ms-input-placeholder {
        color: #fff;
    }

    /* Edge */
    .search-box .search-form .search-box-text::-ms-input-placeholder {
        color: #fff;
    }

    /* MODERN BROWSER */
    .search-box .search-form .search-box-text::placeholder {
        color: #fff;
    }

    .mobilemenu-toppart .search-box {
        padding-bottom: 22px;
        padding-right: 14px;
    }

    .mobilemenu-toppart .search-box .search-form {
        position: relative;
    }

    .mobilemenu-toppart .search-box .search-form .search-box-button {
        position: absolute;
        top: 0;
        right: 1px;
        bottom: 0;
        font-size: 0;
        background: url(../Themes/BREUR/Content/images/search-3.png) center center no-repeat;
        width: 32px;
        height: 28px;
        margin: auto;
        border: none;
    }
}

@media (max-width: 767px) {


    .top-section {
        padding: 15px 0 0 0;
    }

    .services-section {
        display: none;
    }

    .product-section {
        padding: 35px 0;
    }

    .sec-tit h2 {
        font-size: 22px;
    }

    .bottom-section .white-box {
        margin-top: 0;
        padding: 30px 0;
    }

    .footer-upper .footer-block {
        padding-bottom: 50px;
    }

    .footer-upper .footer-block a {
        line-height: 22px;
        font-size: 14px;
    }


    .pro-box:first-child {
        border-left: 2px solid #e0e0e0;
    }

    .pro-box {
        border: 2px solid #e0e0e0;
        border-bottom: none;
        padding: 10px;
    }

    .pro-box:last-child {
        border-bottom: 2px solid #e0e0e0;
    }

    .pro-box .pro-img {
        width: 100px;
    }

    .pro-box .pro-dis {
        width: calc(100% - 100px);
    }

    .checkout-page {
        padding: 25px 0 30px;
    }

    .checkout-page h2 {
        margin-bottom: 20px;
    }

    .checkout-page .lpart .first-col {
        margin-bottom: 22px;
    }

    .mobile-show {
        display: block;
    }

    .product-section {
        text-align: left;
    }

    .product-section .pro-box {
        display: block;
    }

    .product-section .pro-box .img-and-dis {
        display: flex;
        width: 100%;
    }

    .product-section .pro-box .pro-tit {
        padding-bottom: 20px;
    }

    .product-section .pro-box .pro-dis {
        padding-left: 15px;
    }

    .product-section .pro-box .btn-and-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-section .pro-box .btn-and-link .login-link {
        margin-bottom: 0;
    }

    .product-section .full-range {
        width: 100%;
        margin-top: 15px;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .img-part {
        padding: 0 40px 0 10px;
        min-width: 150px;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .dis-part {
        min-width: calc(100% - 150px);
        display: block;
    }

    .checkout-page .box .box-body.pro-detail-body .pro-detail .pro-detail-box .dis-part .two-part {
        display: block;
        padding-top: 11px;
    }

    .checkout-page .box.Samenvatting .dis-part .two-part .price-each {
        display: block;
    }

    .checkout-page .box.Samenvatting .dis-part .two-part .quantity span {
        display: inline-block;
        text-align: right;
        width: 50%;
    }

    .checkout-page .box.Samenvatting .dis-part .two-part .price {
        padding: 18px 0 12px;
        text-align: right;
    }

    .checkout-page .box.Samenvatting .dis-part .two-part .price span {
        font-size: 16px;
        font-weight: 600;
    }

    .checkout-page .third-col .btn-1 {
        width: 100%;
        /*text-align: left;*/
        font-size: 18px;
    }

    .checkout-page .third-col .btn-4 {
        float: left;
        height: 40px;
        line-height: 36px;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        padding: 0 16px;
        margin-top: 32px;
        background: #d5d4d4;
        border-radius: 30px;
    }

    .checkout-page .third-col .btn-4:hover {
        background: #e31c18;
    }

    .checkout-page .third-col .btn-4:after {
        display: none;
    }

    .checkout-page .rpart .btn-col {
        display: block;
        flex: inherit;
    }

    .account-form-section-contact-form {
        margin-top: -100% !important;
    }

    .l-part-contactForm .row {
        display: unset !important;
    }

    .l-part-contactForm .row .col-6 {
        max-width: 100% !important;
    }

    .account-form-section {
        margin: 0;
    }

    .account-form-section .container {
        padding: 0;
    }

    .account-form-section .account-form {
        padding: 20px 15px;
        display: block !important;
    }

    .account-form-section .account-form .btn-1 {
        width: auto;
        padding: 0 44px;
        font-size: 12px;
        height: 32px;
        line-height: 28px;
    }

    .account-form-section .account-form .form-group label {
        font-size: 12px;
    }

    .account-form-section .account-form .form-group .form-control {
        padding: 0 8px;
    }

    .account-form-section .account-form .top-border {
        padding-top: 30px;
    }

    .account-form-section .account-form .form-check {
        width: 45%;
    }

    .renting-page .pro-list-section .col-12.col-sm-12.col-md-4.col-lg-3 {
        margin-bottom: 0;
    }

    .renting-page .pro-list-section .pro-box-1 {
        padding: 8px;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner {
        flex-flow: row;
        flex-wrap: wrap;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner .pro-tit {
        width: 100%;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner .pro-tit {
        min-height: inherit;
        margin-bottom: 10px;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner .pro-img {
        width: 90px;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner .pro-dis {
        width: calc(100% - 90px);
        padding-left: 30px;
    }

    .renting-page .product-categories-top-section h1 {
        font-size: 22px;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner .price-and-weight {
        border: none;
        margin: 0;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner .pro-dis .pro-btn {
        text-align: left;
    }

    .renting-page .pro-list-section .pro-box-1 .pro-inner .pro-dis .btn-3 {
        width: 125px;
    }

    .renting-page .pro-list-section .pro-box-1 {
        border-bottom: none;
    }

    .renting-page .pro-list-section .col-12.col-sm-12.col-md-4.col-lg-3.col-xl-3:last-child .pro-box-1 {
        border-bottom: 2px solid #e0e0e0;
    }

    .renting-page .pro-list-section {
        padding-bottom: 32px;
    }

    .contact-page .contact-inner {
        padding: 20px 15px 30px;
    }

    .contact-page .contact-inner h2 {
        font-size: 22px;
        line-height: 22px;
    }

    .contact-page .contact-inner .col-6.col-sm-6.col-md-12:last-child .address {
        padding-bottom: 70px;
    }

    .contact-page .account-form-section .contact-inner .account-form .form-group {
        margin-bottom: 22px;
    }

    .block-account-navigation .title {
        cursor: pointer;
    }

    .block-account-navigation .listbox {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .block-account-navigation .listbox.show {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .block-account-navigation .title strong {
        position: relative;
    }

    .block-account-navigation .title strong .fas {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        width: 30px;
        text-align: center;
    }

    .block-account-navigation .title strong .fas:before {
        line-height: 42px;
        vertical-align: middle;
    }

    .account-page .customer-information-wrapper span.info {
        display: block;
        padding-left: 0;
    }

    .account-page .customer-information-wrapper .info-wrp {
        padding-bottom: 18px;
    }

    .account-page .customer-information-wrapper span.info {
        font-weight: 600;
        color: #adadad;
        padding-top: 5px;
    }

    .breadcrumb-section .breadcrumb .breadcrumb-item.active, .breadcrumb-section .breadcrumb .breadcrumb-item a {
        font-size: 14px;
        line-height: 16px;
    }

    .account-budget .account-budget-header .title {
        padding: 0;
    }

    .account-budget-header .title strong {
        position: relative;
        width: 100%;
        display: block;
        padding: 0 18px;
        cursor: pointer;
    }

    .account-budget-header .title strong .fas {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        width: 30px;
        text-align: center;
    }

    .account-budget-header .title .fas {
        width: 30px;
        align-self: center;
        cursor: pointer;
    }

    .account-budget .account-budget-header .title {
        grid-template-columns: 5fr 3fr 30px;
    }

    .account-budget-header .title strong .fas:before {
        line-height: 58px;
        vertical-align: middle;
    }

    .account-budget .account-budget-header .title .budget-date {
        margin-right: 12px;
    }

    .account-budget .account-budget-body .listbox ul.list li {
        display: flex;
    }

    .account-budget .account-budget-body .listbox ul.list .my-assortment li {
        display: grid;
    }

    .account-budget .account-budget-body .listbox ul.list li .label {
        width: 50%
    }

    .account-budget .account-budget-body .listbox ul.list li .price, .listbox ul.list li .priceUsed {
        text-align: right;
        width: 50%;
    }

    .account-budget .account-budget-body .listbox ul.list li.grand-total {
        font-size: 16px;
    }

    .account-budget .account-budget-body .listbox ul.list li {
        font-size: 14px;
    }

    .account-budget .account-budget-body {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .account-budget .account-budget-body.show {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .breadcrumb-section .breadcrumb {
        padding: 15px 0;
    }

    .account-page .list-category {
        width: 100%;
    }

    .breur-webshop, .personal-webshop {
        padding: 30px 15px;
    }

    .account-page .add-employee-form .pieces.address {
        width: 100%;
    }

    .account-page .add-employee-form .form-btn-part .label-inline .form-group {
        width: 100%;
    }

    .account-page .add-employee-form .form-btn-part .label-inline .form-group.mobile-half {
        width: 50%;
    }

    .account-page .add-employee-form .label-inline {
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        flex-wrap: wrap;
    }

    .account-page .add-employee-form .form-btn-part .label-inline .form-group.mobile-half.first {
        padding-right: 15px;
    }

    .account-page .add-employee-form .form-btn-part .label-inline .form-group.mobile-half.last {
        padding-left: 15px;
    }

    .account-page .add-employee-form .label-inline .form-group .order-no {
        width: 100%;
    }

    .account-page .add-employee-form .form-btn-part h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .account-page .table-data-filter {
        flex-flow: column;
        flex-wrap: nowrap;
    }

    .account-page .table-data-filter .l-part, .account-page .table-data-filter .r-part {
        width: 100%;
        display: block;
    }

    .account-page .table-data-filter {
        padding-bottom: 18px;
    }

    .account-page .table-data-filter .l-part .group {
        width: 100%;
    }

    .account-page .table-data-filter .l-part .group {
        padding-right: 0;
    }

    .account-page .table-data-filter .btn {
        margin-top: 24px;
    }

    .account-page .table-data-filter .l-part .group .Zoeken {
        height: 36px;
        line-height: 32px;
    }

    .account-page .search-orders-form {
        padding: 15px 15px 25px 15px;
    }

    .account-page .search-orders .nav-tabs .nav-link {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px 0 19px;
    }

    .account-page .search-orders .nav-tabs {
        border-bottom: none;
        border-top: 2px solid #e3e3e3;
    }

    .order-management-wrapper .nav-tabs .nav-item {
        margin-bottom: 0;
    }

    .account-page .search-orders .nav-tabs .nav-link {
        background: #f3f3f3;
    }

    .account-page .search-orders .nav-tabs .nav-link.active, .account-page .search-orders .nav-tabs .nav-item.show .nav-link, .account-page .search-orders .nav-tabs .nav-link:hover, .account-page .search-orders .nav-tabs .nav-link:focus {
        background: transparent;
        border: none;
    }

    .table.order-management thead th {
        border-top: none;
    }

    .account-page .order-management tbody td, .account-page .order-management thead th {
        font-size: 14px;
    }

    .account-page .order-management tbody td span.status {
        padding: 0 15px;
        width: 90px;
    }

    .topbar .availability {
        margin-top: 16px;
    }

    .product-description-section .alternatives .border {
        margin-bottom: 25px;
        margin-top: 30px;
    }

    .product-description-section h4 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .footer-lower ul li a i {
        display: none;
    }

    .technical-service-section {
        margin: 0 !important;
    }

    .technical-service-section .inner-wrapper .top-part {
        padding: 30px 0 80px;
    }

    .technical-service-section .tab-panel .nav-tabs {
        margin-bottom: 25px;
    }

    .technical-service-section .tab-content img {
        margin-bottom: 25px;
    }

    .product-listing-page .block-account-navigation .listbox {
        opacity: 0;
        display: none;
        visibility: hidden;
    }

    .product-listing-page .block-account-navigation .listbox.show {
        opacity: 1;
        display: block;
        visibility: visible;
    }

    .product-listing-page .block-account-navigation .filter-list {
        padding: 16px 18px;
        border-bottom: 1px solid #e3e3e3;
        height: 46px;
        overflow: hidden;
    }

    .product-listing-page .block-account-navigation .filter-list.show {
        height: auto;
    }

    .product-listing-page .block-account-navigation .filter-list li {
        padding-bottom: 11px;
    }

    .product-listing-page .block-account-navigation .filter-list li:last-child {
        padding-bottom: 0;
    }

    .product-listing-page .block-account-navigation .filter-list li:first-child {
        padding-bottom: 15px;
    }

    .product-listing-page .block-account-navigation .filter-list li strong {
        color: #3e3e3e;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
    }

    .product-listing-page .block-account-navigation .filter-list li .checkmark {
        border-color: #757575;
        top: 0;
    }

    .product-listing-page .block-account-navigation .filter-list li .checkbox-label {
        padding-left: 27px;
        color: #3e3e3e;
        font-size: 12px;
        font-weight: 400;
    }

    .product-listing-page .block-account-navigation .filter-list li span.qun {
        position: absolute;
        right: 0;
        top: 0;
    }

    .product-listing-page .block-account-navigation .filter-list li.tit {
        position: relative;
        cursor: pointer;
    }

    .product-listing-page .block-account-navigation .filter-list li.tit i {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: auto;
        text-align: center;
    }

    .product-listing-page .block-account-navigation .preferences .btn-4 {
        font-size: 16px;
        font-weight: 600;
        color: #c5c5c5;
        height: 40px;
        line-height: 36px;
        padding: 0 18px;
        background: transparent;
        border: 2px solid #c5c5c5;
        border-radius: 30px;
    }

    .product-listing-page .add-box .chat .btn:hover {
        color: #fff;
        background: #213862;
    }

    .product-listing-page .block-account-navigation .preferences {
        padding: 12px 15px;
    }

    .product-listing-page .col-list .row {
        margin: 0;
    }

    .product-listing-page .col-list .col-6.col-sm-6.col-md-6.col-lg-4 {
        padding: 0;
        margin: 0;
    }

    .account-page.product-listing-page .pro-box-1 .pro-tit {
        padding-top: unset;
        max-width: 70%;
        height: 3.9em;
    }

    .account-page.product-listing-page .pro-box-1 .pro-tit a {
        font-size: 16px;
        line-height: 16px;
    }

    .account-page.product-listing-page .pro-box-1 .pro-dis {
        display: none;
    }

    .account-page.product-listing-page .pro-box-1 .btm-part {
        border: none;
    }

    .account-page .pagination-div .rpart .show .per-panina {
        display: none;
    }

    .account-page .pagination-div .lpart {
        padding-left: 12px;
    }

    .account-page .pagination-div .rpart {
        padding-right: 12px;
    }

    .account-page .pagination-div .page-item .page-link {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .account-page .pagination-div .rpart .show {
        padding-left: 5px;
    }

    .technical-service-section .tab-panel .nav-tabs .nav-item.long {
        width: 100%;
    }

    .technical-service-section .tab-panel .nav-tabs .nav-item {
        width: 100%;
    }

    .footer-lower ul {
        display: flex;
        justify-content: space-between;
    }

    .footer-lower ul li {
        margin: 0 !important;
    }

    .footer-lower .row.mobile-show {
        display: flex;
    }

    h1.page-tit {
        font-size: 22px;
        margin: 20px 0;
        line-height: 22px;
    }

    .shopping-cart-page .cart-table .cart-body .list-row {
        display: block;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .pro-img-and-des {
        width: 100%;
        flex-flow: row;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .qty-and-price {
        width: 95%;
        flex-flow: row;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .pro-img, .shopping-cart-page .cart-table .cart-body .list-row .qty, .shopping-cart-page .cart-table .cart-body .list-row .pro-details, .shopping-cart-page .cart-table .cart-body .list-row .price, .shopping-cart-page .cart-table .cart-footer {
        padding: 10px 10px !important;
        margin-right: auto;
    }

    .qty-and-price .qty {
        padding: 10px 10px !important;
    }

    .shopping-cart-page .cart-table .cart-body .delete-configure-buttons {
        display: block;
    }

    .shopping-cart-page .cart-table .cart-body .list-row .qty-and-price {
        justify-content: space-between;
    }

    .shopping-cart-page .cart-table .cart-body .qty .number {
        border-radius: 30px;
    }

    .shopping-cart-page .cart-table .cart-footer .update .btn-4 {
        margin-bottom: 10px;
    }

    .shopping-cart-page .total .btn {
        width: 100%;
        margin-top: 22px;
    }

    .shopping-cart-page .total {
        margin-bottom: 30px;
    }

    .shopping-cart-page .news p::before {
        top: 0;
    }

    .shopping-cart-page .news {
        margin-bottom: 0;
    }

    .mijn-shop.customer-info-page.account-page .pro-box-1 .btm-part {
        flex-flow: row;
        border-top: none;
    }

    .mijn-shop.customer-info-page.account-page .pro-box-1 .pro-img-and-dis {
        display: flex;
    }

    .mijn-shop.customer-info-page.account-page .pro-box-1 .pro-img-and-dis .pro-img {
        width: 100px;
    }

    .mijn-shop.customer-info-page.account-page .pro-box-1 .pro-img-and-dis .pro-dis {
        width: calc(100% - 100px);
        padding-left: 15px;
        padding-top: 20px;
    }

    .mijn-shop.account-page .pro-box-1 .pro-inner .pro-code {
        top: 30px;
        left: 115px;
        right: inherit;
    }

    .verhuur-page .pro-list-section .pro-box {
        padding: 10px;
    }

    .verhuur-page .pro-list-section .pro-box .pro-img {
        width: 100%;
    }

    .verhuur-page .pro-list-section .pro-box .pro-btn .btn-3 {
        width: auto;
    }

    .pro-list-section .pro-box .pro-inner .pro-tit a {
        font-size: 14px;
        line-height: 14px;
        word-break: break-all;
    }

    .product-description-section .border {
        display: block;
    }

    .pro-box-1 .pro-inner {
        width: 100%;
    }

    .pro-box-1 .pro-inner .img-and-dis .pro-img {
        width: 100px;
        margin: auto;
    }

    .pro-box-1 .pro-inner .img-and-dis {
        display: unset;
        padding-bottom: 20px;
    }

    .pro-box-1 .pro-inner .img-and-dis .pro-img {
        margin-top: 15%;
        margin-bottom: 10%;
    }

    .pro-box-1 .pro-inner .img-and-dis .dis-and-label {
        width: calc(100%);
    }

    .pro-box-1 .pro-tit {
        padding-bottom: 15px;
    }

    .pro-box-1 .pro-tit a {
        font-size: 16px;
    }

    .pro-box-1 .pro-inner .dis-and-label .pro-code { /* position: inherit; */
        display: inline-block;
    }

    .pro-box-1 .pro-inner .dis-and-label .pro-dis {
        display: block;
        margin-top: 10px;
    }

    .account-page.product-listing-page .col-list .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (max-width: 575px) {
    .shopping-cart-page .cart-table .cart-footer .update {
        flex-flow: column;
    }

    .shopping-cart-page .cart-table .cart-footer .update .btn-4:first-child {
        margin-bottom: 10px;
    }

    .shopping-cart-page .total .btn {
        width: 100%;
    }

    .shopping-cart-page .news p::before {
        top: 40px;
    }

    .slide-txt .slide-tit {
        font-size: 20px;
    }

    .top-slider .slide-txt {
        padding: 12px;
    }

    .product-section .pro-box .btn-and-link {
        display: block;
    }

    .product-section .pro-box .btn-and-link .login-link {
        display: block;
        margin-bottom: 10px;
    }

    .footer-upper .footer-block a {
        line-height: 22px;
        font-size: 13px;
        word-break: break-all;
    }
}

@media (max-width: 670px) {
    .shopping-cart-page .cart-table .cart-footer .update {
        flex-flow: column;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .account-page .pro-box-1 .btm-part .pro-btn .btn-3 {
        padding: 0 22px;
        max-width: 19% !important;
        float: right;
        margin-left: -20px;
    }
}

@media (min-width: 1000px) {
    .list-attributes-size {
        float: right;
        position: absolute;
        right: 0;
        bottom: 15%;
        display: flex;
    }
}

/*! jQuery UI - v1.12.1 - 2018-06-15
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&amp;folderName=smoothness&amp;cornerRadiusShadow=8px&amp;offsetLeftShadow=-8px&amp;offsetTopShadow=-8px&amp;thicknessShadow=8px&amp;opacityShadow=30&amp;bgImgOpacityShadow=0&amp;bgTextureShadow=flat&amp;bgColorShadow=aaaaaa&amp;opacityOverlay=30&amp;bgImgOpacityOverlay=0&amp;bgTextureOverlay=flat&amp;bgColorOverlay=aaaaaa&amp;iconColorError=cd0a0a&amp;fcError=cd0a0a&amp;borderColorError=cd0a0a&amp;bgImgOpacityError=95&amp;bgTextureError=glass&amp;bgColorError=fef1ec&amp;iconColorHighlight=2e83ff&amp;fcHighlight=363636&amp;borderColorHighlight=fcefa1&amp;bgImgOpacityHighlight=55&amp;bgTextureHighlight=glass&amp;bgColorHighlight=fbf9ee&amp;iconColorActive=454545&amp;fcActive=212121&amp;borderColorActive=aaaaaa&amp;bgImgOpacityActive=65&amp;bgTextureActive=glass&amp;bgColorActive=ffffff&amp;iconColorHover=454545&amp;fcHover=212121&amp;borderColorHover=999999&amp;bgImgOpacityHover=75&amp;bgTextureHover=glass&amp;bgColorHover=dadada&amp;iconColorDefault=888888&amp;fcDefault=555555&amp;borderColorDefault=d3d3d3&amp;bgImgOpacityDefault=75&amp;bgTextureDefault=glass&amp;bgColorDefault=e6e6e6&amp;iconColorContent=222222&amp;fcContent=222222&amp;borderColorContent=aaaaaa&amp;bgImgOpacityContent=75&amp;bgTextureContent=flat&amp;bgColorContent=ffffff&amp;iconColorHeader=222222&amp;fcHeader=222222&amp;borderColorHeader=aaaaaa&amp;bgImgOpacityHeader=75&amp;bgTextureHeader=highlight_soft&amp;bgColorHeader=cccccc&amp;cornerRadius=4px&amp;fsDefault=1.1em&amp;fwDefault=normal&amp;ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

  .ui-menu .ui-menu {
    position: absolute;
  }

  .ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  }

  .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
  }

  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
  }

  .ui-menu .ui-state-focus,
  .ui-menu .ui-state-active {
    margin: -1px;
  }

/* icon support */
.ui-menu-icons {
  position: relative;
}

  .ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
  }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE &lt;= 11 */
  overflow: visible;
}

  .ui-button,
  .ui-button:link,
  .ui-button:visited,
  .ui-button:hover,
  .ui-button:active {
    text-decoration: none;
  }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

  .ui-controlgroup &gt; .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

    .ui-controlgroup &gt; .ui-controlgroup-item:focus,
    .ui-controlgroup &gt; .ui-controlgroup-item.ui-visual-focus {
      z-index: 9999;
    }

.ui-controlgroup-vertical &gt; .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

  .ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
  }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android &lt; 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
  }

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
  }

  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
  }

  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
  }

  .ui-datepicker .ui-datepicker-next {
    right: 2px;
  }

  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
  }

  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
  }

  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
  }

  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
  }

    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0;
    }

  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 45%;
  }

  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
  }

  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
  }

  .ui-datepicker td {
    border: 0;
    padding: 1px;
  }

    .ui-datepicker td span,
    .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none;
    }

  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible;
    }

      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left;
      }

  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
  }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left;
    }

      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
      .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
      }

  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
  }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

  .ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
  }

  .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
  }

  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
  }

  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
  }

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right;
    }

    .ui-dialog .ui-dialog-buttonpane button {
      margin: .5em .4em .5em 0;
      cursor: pointer;
    }

  .ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
  }

  .ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
  }

  .ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
  }

  .ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
  }

  .ui-dialog .ui-resizable-se,
  .ui-dialog .ui-resizable-sw,
  .ui-dialog .ui-resizable-ne,
  .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
  }

  .ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
  }

  .ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
  }

  .ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
  }

  .ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
  }

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
  }

  .ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
  }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

  .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
  }

    .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
      font-size: 1em;
      font-weight: bold;
      line-height: 1.5;
      padding: 2px 0.4em;
      margin: 0.5em 0 0 0;
      height: auto;
      border: 0;
    }

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
  }

  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
  }

  /* support: IE8 - See #6727 */
  .ui-slider.ui-state-disabled .ui-slider-handle,
  .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
  }

.ui-slider-horizontal {
  height: .8em;
}

  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
  }

  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }

  .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
  }

  .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
  }

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
  }

  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
  }

  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
  }

  .ui-slider-vertical .ui-slider-range-max {
    top: 0;
  }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
  }

    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 0;
      margin: 1px .2em 0 0;
      border-bottom-width: 0;
      padding: 0;
      white-space: nowrap;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      float: left;
      padding: .5em 1em;
      text-decoration: none;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      margin-bottom: -1px;
      padding-bottom: 1px;
    }

      .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
      .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
      .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
        cursor: text;
      }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'Kanit', sans-serif;
  font-size: 17px;
}

  .ui-widget .ui-widget {
    font-size: 1em;
  }

  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-family: 'Kanit', sans-serif;
    font-size: 1em;
  }

  .ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    padding:0;
  }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

  .ui-widget-content a {
    color: #222222;
  }

.ui-widget-header {
  border: none;
  background-color: #083e6d;
  color: white;
  font-weight: bold;
}

  .ui-widget-header a {
    color: #222222;
  }

  /* Interaction states
----------------------------------*/
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("../Themes/BREUR/Content/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
  }

    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited,
    a.ui-button,
    a:link.ui-button,
    a:visited.ui-button,
    .ui-button {
      color: #555555;
      text-decoration: none;
    }

      .ui-state-hover,
      .ui-widget-content .ui-state-hover,
      .ui-widget-header .ui-state-hover,
      .ui-state-focus,
      .ui-widget-content .ui-state-focus,
      .ui-widget-header .ui-state-focus,
      .ui-button:hover,
      .ui-button:focus {
        border: 1px solid #999999;
        background: #dadada url("../Themes/BREUR/Content/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
      }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited,
        a.ui-button:hover,
        a.ui-button:focus {
          color: #212121;
          text-decoration: none;
        }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../Themes/BREUR/Content/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

  .ui-icon-background,
  .ui-state-active .ui-icon-background {
    border: #aaaaaa;
    background-color: #212121;
  }

  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
  }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../Themes/BREUR/Content/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../Themes/BREUR/Content/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

  .ui-state-error a,
  .ui-widget-content .ui-state-error a,
  .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
  }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
  }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../Themes/BREUR/Content/css/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../Themes/BREUR/Content/css/images/ui-icons_222222_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../Themes/BREUR/Content/css/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../Themes/BREUR/Content/css/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../Themes/BREUR/Content/css/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../Themes/BREUR/Content/css/images/ui-icons_cd0a0a_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../Themes/BREUR/Content/css/images/ui-icons_888888_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaaaaa;
  box-shadow: -8px -8px 8px #aaaaaa;
}

.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside&gt;.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl&gt;.mCSB_inside&gt;.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl&gt;.mCSB_inside&gt;.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl&gt;.mCSB_inside&gt;.mCSB_scrollTools,.mCS-dir-rtl&gt;.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl&gt;.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside&gt;.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside&gt;.mCSB_container{min-height:100%}.mCSB_horizontal&gt;.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper&gt;.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal&gt;.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal&gt;.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl&gt;.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside&gt;.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl&gt;.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside&gt;.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl&gt;.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside&gt;.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl&gt;.mCSB_inside&gt;.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden&gt;.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden&gt;.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside&gt;.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside&gt;.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide&gt;.mCustomScrollBox&gt;.mCSB_scrollTools,.mCS-autoHide&gt;.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover&gt;.mCustomScrollBox&gt;.mCSB_scrollTools,.mCS-autoHide:hover&gt;.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover&gt;.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar&gt;.mCustomScrollBox&gt;.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar&gt;.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(../Plugins/Dimerce.Nop.Plugins.Search/Content/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl&gt;.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl&gt;.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
.master-column-wrapper {
  clear: both;
}
.dimerce-plus-filter.dimerce-plus-mobile {
  max-width: 600px;
  margin: auto;
  margin-bottom: 15px;
}
.dimerce-filter .filter-block .filtersGroupPanel ul li .attribute-squares .attribute-square {
  width: 14px !important;
  height: 14px !important;
}
.attribute-squares {
  font-size: 0;
}
.dimerce-filter .filter-block:first-of-type, .dimerce-filter .filter-block:first-of-type .title {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dimerce-filter .filter-block:last-of-type, .dimerce-filter .filter-block:last-of-type .filtersGroupPanel {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-body {
  clear: both;
}
.dimerce-filter filter-block {
  max-width: 100%;
}
.dimerce-filter .ui-widget-content .ui-state-default .tooltip_bottom {
  display: none !important;
  position: absolute;
  display: block;
  top: -30px;
  text-align: center;
  color: #464646;
  font-size: 13px;
  border-bottom: none;
  font-weight: bold;
  background-color: #fff;
  padding: 2px 5px;
  border: 1px solid #555;
}
.dimerce-filter .ui-state-default, .dimerce-filter .ui-widget-content .ui-state-default:nth-last-child(2) .tooltip_bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  margin-left: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.dimerce-filter .ui-state-default, .dimerce-filter .ui-widget-content .ui-state-default:last-child .tooltip_bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0px;
  margin-left: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.dimerce-filter .ui-widget-content .ui-state-hover .showTooltip {
  display: block !important;
}

.dimerce-filter .ui-widget-content .ui-state-default:last-child .tooltip_bottom {
  right: 0;
}

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 29px;
  height: 31px;
  cursor: pointer;
  background: url('https://s24.postimg.org/lltizgrj5/handler.png') no-repeat 50% 50%;
  outline: none;
  top: -7px;
  margin-left: -12px;
}

.ajax-loading-block-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../Themes/DefaultClean/Content/images/loading.gif) center no-repeat;
  background-color: rgba(255, 255, 255, .75);
  display: none !important;
  bottom: 0;
  right: 0;
}

.show {
  display: block;
}

.modal-content .dimerce-facet-filter {
  display: block;
  cursor: pointer;
  padding:0 0 0 10px !important;
  font-size: 15px;
  margin-bottom: 0;
}
.filtersGroupPanel li .filter-item-name:before {
  content: inherit !important;
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
  width: inherit !important;
  height: inherit !important;
  margin: 0 !important;
  border:none !important;
}
.filtersGroupPanel ul:after {
  content: inherit !important;
  display:inherit !important;
  clear:inherit !important;
}
.selected-filters .dimerce-facet-filter {
  padding-left: 0;
}
.modal-content .dimerce-filter *{
  color: #fff;
}
.dimerce-showMore {
  clear: both;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.dimerce-filter .filter-block {
  position: relative;
  z-index: 10;
  overflow: hidden;
  clear: both;
  padding: 0 0 25px 0;
  margin: 12px 0 0 0;
  min-height:inherit;
  border:none;
  width:100%;
}
.dimerce-filter .selected-Option.block.filter-block{
  padding:0;
  display:none;
}
.dimerce-filter .filter-block.dimerce-price-range-filter {
  overflow: inherit;
}

.dimerce-filter .filter-block:nth-child(1) .title {
  margin-top: 0 !important;
}
.dimerce-filter .filter-block .title h3 {
  line-height: 1;
  margin: 5px 0
}

.dimerce-filter .filter-block .price-filter,
.dimerce-showMore,
.selected-filters {
  padding: 10px
}

.dimerce-filter .filter-block.acc_active &gt; .filtersGroupPanel {
  display: block;
}

.dimerce-filter .filter-block &gt; .filtersGroupPanel {
  display: block;
  padding:0px;
  margin:0;
}

.dimerce-filter .filter-block .filtersGroupPanel li input[type=checkbox] {
  margin: 2px 5px 2px 0px;
  cursor: pointer;
  float: left;
  display: none !important;
}

.dimerce-filter .filter-block .filtersGroupPanel ul li input[type=checkbox].color-rgb {
  display: none !important;
}

.dimerce-filter .filter-block .filtersGroupPanel ul li.color-checkbox-item .dimerce-facet-filter {
  padding-left: 0;
}

.dimerce-filter .filter-block .filtersGroupPanel ul li {
  clear: both;
  float:left;
  width:100%;
  padding:5px 0px;
}
.dimerce-filter .selected-Option.filter-block .filtersGroupPanel ul li {
  clear: none;
  float: left;
  width: auto;
  margin-right: 5px;
  padding: 0;
  margin-bottom: 6px;
}
.dimerce-filter .filter-block .filtersGroupPanel li.color-checkbox-item .speficication-filtername{
  padding-left:10px;
}
.dimerce-filter .filter-block .filtersGroupPanel ul li .attribute-squares {
  float: left;
  margin: 0 10px 0 0px;
  font-size: 0;
  display:none;
}

.dimerce-filter .filter-block .filtersGroupPanel ul li.checked .attribute-squares .attribute-square {
  background-image: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/selected-white.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
}

.dimerce-filter .filter-block .filtersGroupPanel li:first-child {
  border-top: none
}

.dimerce-filter .filter-block .filtersGroupPanel #Rating li {
  padding: 3px 0
}

.dimerce-filter .filter-block .filtersGroupPanel input[type="text"] {
  width: 100%;
  background: #fff;
  margin-bottom:8px;
}
.dimerce-filter .filter-block .filtersGroupPanel input[type="text"]:focus {
  border-color: #4ab2f1 !important;
}

.dimerce-filter .filter-block .filtersGroupPanel .filter-search {
  padding: 10px;
}

.dimerce-filter .selected-Option .filtersGroupPanel li {
  padding: 3px 0;
  display: inline-block
}

#dimerce-priceSlider {
  margin: 15px 1%
}

.dimerce-search-box {
  float: right;
  position: relative;
  margin: 10px 0;
}

.dimerce-filter .page-title h1 {
  float: left;
}

.dimerce-search-btn {
  width: 35px;
  height: 34px;
  border: none;
  font-size: 0;
  line-height: 45px;
  background: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/search-icon.svg) no-repeat #fff;
  background-position: 8px 8px;
  position: absolute;
  right: 2px;
  top: 1px;
  padding: 5px;
  background-size: 20px;
}

.suggested-results {
  display: inline-block;
  font-weight: 500;
  color: #212121;
  margin-bottom: 10px;
}

.show-result {
  display: inline-block;
  color: #878787;
  margin-left: 10px;
  margin-bottom: 10px;
}

.search-infinite-next .search-infinite-next-btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #4ab2f1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #4ab2f1;
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-weight: 300;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.search-infinite-next .search-infinite-next-btn:hover {
  background-color: #248ece
}

.dimerce-filter .ui-state-default,
.dimerce-filter .ui-widget-content .ui-state-default {
  background: none !important;
  background-position-x: 0% !important;
  background-position-y: 0% !important;
  background-repeat: repeat !important;
  background-image: none !important;
  background-size: auto auto !important;
  border: none !important;
  color: inherit !important;
  background-image: url('../Plugins/Dimerce.Nop.Plugins.Search/Content/img/price-icon.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 14px 11px !important;
  width: 0.8em !important;
  height: 0.7em !important;
  cursor: pointer;
  margin-left: -.3em !important;
}

.ui-slider-horizontal {
  height: .6em
}

.ui-slider-horizontal .ui-slider-handle {
  top: inherit !important;
  bottom: -4px;
}

.float-l {
  float: left
}

.float-r {
  float: right
}

.price-label {
  padding: 0 0 15px 0
}

.dimerce-clear-all {
  font-size: 11px;
  padding: 5px;
  background: none;
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 35px
}

.dimerce-filter .title span {
  position: absolute;
  top: 50%;
  right: 40px;
  font-size: 11px;
  line-height: 1;
  text-transform: lowercase;
  color: #888;
  cursor: pointer;
  margin-top: -7px
}

.dimerce-selected-tag span {
  border: 1px solid #4ab2f1;
  font-size: 12px;
  background: #4ab2f1;
  color: #fff;
  display: inline-block;
  padding: 0px 15px;
}

.dimerce-selected-tag span:before {
  content: "x";
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
}

.dimerce-selected-category {
  line-height: 25px;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  padding: 0px 35px;
}
.modal-content .dimerce-selected-category &gt; div {
  display: inline-block;
  padding-left: 0 !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
#dimerce-priceSlider.ui-widget.ui-widget-content {
  border: none !important;
  height: auto;
  background-image: url('../Plugins/Dimerce.Nop.Plugins.Search/Content/img/price-bg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 20px;
  background-size: 274px 65px;
  border-radius: 0;
  margin: 30px auto 15px;
  background-size: cover;
  background-color: transparent;
  box-shadow: none
}

#dimerce-priceSlider.ui-widget.ui-widget-content .ui-widget-header {
  background: none !important;
  border: 1px solid #4ab2f1 !important;
  bottom: 0;
  height: inherit !important;
  top: inherit !important;
  cursor: pointer;
}

.ui-autocomplete a:hover,
.ui-autocomplete a:focus,
.ui-autocomplete a.ui-state-active {
  background-color: #f6f6f6 !important
}

.dimerce-showMore {
  font-size: 14px !important;
  font-weight: 500;
  cursor: pointer;
  margin-top: 5px;
  padding:2px 10px;
  clear: both;
  background: #248ece;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.dimerce-showMore:hover{
  background: #248ece;
}
.dimerce-showMore span {
  color: #fff !important;
  font-size: 14px;
}

#dimerce-myInputClass {
  width: 100% !important;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.dimerce-Hide {
  display: none !important
}

.dimerce-Show {
  display: block !important
}

.solr-products-count {
  text-align: center;
  clear: both;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin: 15px 0 10px;
  padding: 0px 35px;
}

.dimerce-filter .product-rating-box &gt; div {
  float: left;
  line-height: 14px;
}

.dimerce-filter .product-rating-box {
  display: inline-block;
  margin-top: 0px;
}

.dimerce-filter .filter-block .filtersGroupPanel #Rating li label {
  padding: 0 !important;
}

.dimerce-filter .rating {
  background: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/rating1.png) repeat-x;
  width: 97px;
  height: 14px
}

.dimerce-filter .rating div {
  background: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/rating2.png) repeat-x;
  height: 14px
}

/* Back To Top Arrow */
#backTop {
  width: auto;
  height: 35px;
  cursor: pointer;
  z-index: 999999;
  display: none;
  text-align: center;
}

.backtotop-button {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/backtotop.svg) no-repeat center center;
  background-color: #b2b2b2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-size: 12px;
  margin: 0 auto;
  text-align: center;
}

.backtotop-button:hover {
  background-color: #4ab2f1;
}

.backtoptop-title {
  font-size: 10px;
  color: #666;
  display: block;
  margin-top: 3px;
}

.dimerce-clear-all {
  top: 8px !important;
  right: 25px !important;
  font-size:13px !important;
  padding:0 !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.dimerce-filter .title label,
.dimerce-filter .title {
  font-weight: 600;
  color: #444
}

.dimerce-selected-title {
  font-weight: bold;
  font-size: 14px !important;
}

.dimerce-filter .filter-block .acc_icon_expand, .dimerce-filter .filter-block.acc_active .acc_icon_expand.rotate {
  display: block;
  width: 18px;
  height: 30px;
  position: relative;
  left: inherit;
  top: inherit;
  float: right;
  margin-right: 0px;
  background-image: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/arrow_black_open.png);
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.dimerce-filter .filter-block .acc_icon_expand.rotate, .dimerce-filter .filter-block.acc_active .acc_icon_expand {
  background-image: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/arrow_black_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.modal-content .page-content .close1, .modal-topbar .close, .modal-topbar .closeBarcode {
  cursor: pointer;
  text-align: right;
  padding: 8px 15px;
  color: white;
  background: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/close_icon.png) center center no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: 13px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  line-height: 14px;
  display: inline-block;
  font-size: 0;
}

.modal-content .container .row .close1 {
  cursor: pointer;
  text-align: right;
  padding: 8px 15px;
  color: white;
  background: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/close_icon.png) center center no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: 25px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  line-height: 14px;
  display: inline-block;
  font-size: 0;
}
.modal-topbar .close, .modal-topbar .closeBarcode {
  font-size: 0;
  padding: 12px 20px 12px 20px;
  background-position: center center;
}
.modal-content .container .row .close-button, .modal-content .page-content .close-button,  .modal-topbar .close-button, .modal-topbar .close-buttonBarcode {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  padding: 8px 10px;
  float: left;
  width: 100%;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  z-index: 999;
  text-align: right;
}
input[type=text].dimerce-myInputClass::-ms-clear {
  display: none;
}
/* Back To Top Arrow */


/* Popup Modal */
.search-box .modal{
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 86px;
  width: 100%;
  height: 100%;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Modal Content */
.dimerce-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0px;
  width: 28%;
  float: left;
  padding: 10px 30px 30px 30px;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  vertical-align: top;
}
.page-content {
  width: 72%;
  float: left;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.modal-content {
  font-size: 13px;
  font-weight: normal;
  -webkit-box-shadow: 5px 5px 8px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 8px 4px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 8px 4px rgba(0,0,0,0.1);
  color: #747474;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: inline-block;
  border: none;
}
.page-content{
  background: #fff;
}
.modal-content * {
  font-size: 13px;
  color: #747474;
  text-align: left;
  outline: none;
}
.modal-content .page-content .product-grid{
  margin:20px 0;
}
.dimerce-filter .filter-block .title {
  padding: 0;
  margin: 0;
  border-bottom: none;
  line-height: 30px;
  position: relative;
  display: block;
  cursor: pointer;
  font-size:14px;
  background-color:transparent;
  border:none;
}
.dimerce-filter .filter-block .title a {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.dimerce-filter .filter-block .speficication-filtername {
  font-size: 16px;
  color: #fff;
  float: left;
  display: block;
  width: 100%;
  max-width: 72%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:22px;
}
.dimerce-filter .filter-block .filter-count {
  display: block;
  min-width: 10px;
  padding: 3px 0px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
  margin: 0;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.filter-section .item-box {
  padding:0px 8px;
}
.filter-section .item-box .picture {
  margin: 0;
  position:relative;
}
.filter-section .item-box .picture .sku {
  background-color: gray;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 5px 10px;
  color: #fff;
  font-size: 10px;
  position: absolute;
  right:0px;
  top:0px;
  display: inline-block;
  z-index:9999;
}
.filter-section .item-box .picture .sku.Available {
  background-color: #50b848;
}

.filter-section .item-box .picture .sku.notAvailable {
  background-color: red;
}
.filter-section .item-box .picture .stockavailabilitystring {
  position: absolute;
  right: 90px;
  top: 0px;
  font-size: smaller;
}
.filter-section .item-box .picture .stockavailabilitystring.stockavailabilitystringAvailable {
  color: #50b848;
}

.filter-section .item-box .picture .stockavailabilitystring.stockavailabilitystringnotAvailable {
  color: red;
}
.IsAlreadyPurchase, .IsAlreadyPurchaseNot {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 25px;
  width: 22px;
  z-index: 9999;
}
.IsAlreadyPurchase {
  background: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/item-add-carticon.png) no-repeat center center;
  background-size: 100% !important;
}
.IsAlreadyPurchaseNot {
  background: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/item-notadd-carticon.png) no-repeat center center;
  display: none;
}
.filter-section .item-box .picture,.filter-section .item-box .details, .filter-section .item-box .product-detail-left {
  float: left;
  width: 100%;
}
.filter-section .item-box .product-detail-right {
  width: 100%;
  padding: 0;
  text-align: right;
  clear: both;
  display: inline-block;
}
.filter-section .item-box .product-detail-right .add-info, .filter-section .item-box .buttons, .filter-section .item-box .prices {
  text-align: right;
}
.filter-section .item-box .product-title {
  min-height: inherit;
  font-size: 16px;
  height: inherit;
  padding: 0;
}
.filter-section .item-box .product-title a {
  color: #4ab2f1;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display:inline-block;
  width:100%;
}
.filter-section .item-box .product-title a:hover {
  color: #248ece;
  text-decoration:underline;
}
.filter-section .item-box .prices {
  min-height: inherit;
  margin-bottom:0;
  clear:both;
  float:left;
  padding:0;
}
.filter-section .item-box .actual-price {
  font-size: 14px;
  text-align: right;
  display: block;
  line-height: 1.5;
  float: none;
  margin: 0;
  font-weight: bold;
  padding:0;
}
.filter-section .buttons {
  margin-bottom:0;
  float:right;
}
.filter-section .item-box input[type="button"], #dimerce-LoadMore, .modalBarcode .myScanButtonSection input[type="button"]{
  background-color: #4ab2f1;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  float: none;
  height: 30px;
  line-height: 28px;
  padding: 0px 10px;
  letter-spacing: 0.02rem;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  text-transform: none;
}
.filter-section .item-box input[type="button"]:hover, #dimerce-LoadMore, .modalBarcode .myScanButtonSection input[type="button"]:hover {
  background-color: #248ece;
}
#dimerce-LoadMore{
  margin-top:15px;
}
.filter-section .item-box {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #ffffff;
  position:relative;
}
.filter-section .product-item {
  border: 1px solid #e4e4e4;
  display: inline-block;
  width: 100%;
  padding:12px;
}
.filter-section .product-grid{
  clear:both;
  float:left;
  width:100%;
}
.filter-section .item-box .old-price {
  margin:0;
}
html {
  overflow-y: inherit;
}
.search-infinite-next {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
  clear:both;
}
.modal-content .solr-products-count {
  font-size: 20px;
}
.filter-section .item-box .product-title a {
  font-size: 15px;
  text-decoration: none;
}
.filter-section .item-box .description {
  display: none;
  font-size: 15px;
  line-height: 1.5;
  max-height: 45px;
  overflow: hidden;
}
.mCustomScrollbar .mCSB_inside &gt; .mCSB_container {
  margin-right: 0px;
}
.filter-section .item-box .picture {
  z-index: 1;
  overflow: hidden;
}
.filter-section .item-box .picture a:before {
  content: "";
  display: block;
  padding-top:80%;
}
.filter-section .item-box .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateZ(0) scale(1,1);
  -moz-transform: translateZ(0) scale(1,1);
  -ms-transform: translateZ(0) scale(1,1);
}

/* Button ON and OFF Style */
.lcs_wrap {
  display: inline-block;
  direction: ltr;
  height: 22px;
  vertical-align: middle;
  float: right;
}

.lcs_wrap input {
  display: none;
}

.lcs_switch {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 22px;
  border-radius: 30px;
  background: #ddd;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.lcs_cursor {
  display: inline-block;
  position: absolute;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}

.lcs_label {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 33px;
  top: 5px;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out .1s;
  -moz-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
}

.lcs_label.lcs_label_on {
  left: -70px;
  z-index: 6;
}

.lcs_label.lcs_label_off {
  right: -70px;
  z-index: 5;
}

/* on */
.lcs_switch.lcs_on {
  background: #75b936;
  box-shadow: 0 0 2px #579022 inset;
}

.lcs_switch.lcs_on .lcs_cursor {
  left: 38px;
}

.lcs_switch.lcs_on .lcs_label_on {
  left: 10px;
  opacity: 0;
}

/* off */
.lcs_switch.lcs_off {
  background: #b2b2b2;
  box-shadow: 0px 0px 2px #a4a4a4 inset;
}

.lcs_switch.lcs_off .lcs_cursor {
  left: 0px;
}

.lcs_switch.lcs_off .lcs_label_off {
  right: 10px;
  opacity: 0;
}

/* disabled */
.lcs_switch.lcs_disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: default;
}

.modal-content #StockAvailability-Availability .dimerce-facet-filter {
  float: left;
  max-width: 80%;
}

.dimerce-filter .filter-block #StockAvailability-Availability .speficication-filtername {
  max-width: 100%;
}

.dimerce-filter .filter-block .filtersGroupPanel #StockAvailability-Availability li {
  padding: 8px 0px 8px;
}

/* Price, QTY and Add to Cart Button */
.filter-section .qty-addtocart-section {
  clear: both;
  margin-top: 10px;
  float: left;
  width: 100%;
}

.filter-section .qty-addtocart-section &gt; div {
  float: left;
  margin-right: 5px;
}

.filter-section .qty-addtocart-section &gt; div:last-child {
  margin-right: 0;
}

.filter-section .qty-input-box {
  width: 30px;
}

.filter-section .qty-addtocart-section input[type="text"], .filter-section .qty-addtocart-section select {
  padding: 0;
  text-align: center;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  width: 30px;
  height: 30px !important;
  font-size: 12px;
  border: 1px solid #e4e4e4 !important;
}

.filter-section .qty-addtocart-section &gt; .base-price-pangv {
  font-size: 12px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border: 1px solid #e4e4e4;
  padding: 5px;
  line-height: 18px;
  width: 85px;
  text-align: center;
}

.filter-section .qty-addtocart-section &gt; .addtocart-box {
  font-size: 12px;
  width: calc(100% - 125px);
}

.filter-section .qty-addtocart-section &gt; .addtocart-box &gt; input {
  width: 100%;
}

.filter-section .list-attributes-size select, .filter-section .actual-price, .filter-section #list-attributes, .filter-section .product-quantity_productBox, .filter-section .button-1.product-box-detail-button {
    display: none !important;
}

.header-lower .search-box .search-form .search-box-button {
    pointer-events: none !important;
}


.dimerce-filter .filter-block .filtersGroupPanel input[type="text"] {
    border: 1px solid #757575 !important;
}

.dimerce-filter .filter-block .filtersGroupPanel input[type="text"]:focus {
    border-color: #e61700 !important;
}

.filter-section .item-box .picture .sku {
    font-size: 11px;
}

.dimerce-selected-tag span {
    background-image: url(/Themes/BREUR/Content/images/button-metal.jpg);
    color: black;
    border: 2px solid transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.dimerce-selected-tag span:before {
    color: #e61700;
    font-weight: 500;
}

.dimerce-selected-tag span:hover:after {
    color: #e61700;
    font-weight: 500;
}

#dimerce-priceSlider.ui-widget.ui-widget-content .ui-widget-header {
    border: 1px solid #e61700 !important;
}

.dimerce-showMore {
    background-image: url(/Themes/BREUR/Content/images/button-metal.jpg);
    padding: 4px;
    border: 2px solid transparent
}

.dimerce-showMore span {
    color: black !important;
}

.dimerce-showMore:hover {
    background: #033d6f;
    border: 2px solid white;
}

.dimerce-showMore:hover span {
    color: #ffffff !important;
}

.modal-content .solr-products-count {
    color: #083e6d;
    float: left;
    min-width: fit-content;
    position: absolute;
    top: 0;
    margin: 10px 0 5px;
}

/* Back To Top Arrow */
.backtotop-button {
    background-color: #e61700;
}

.backtotop-button:hover {
    background-color: #e61700;
}

.dimerce-selected-title {
    font-weight: 500;
    font-size: 16px !important;
}

.dimerce-plus-filter.dimerce-plus-mobile {
    max-width: 50%;
    min-height: auto;
    margin: 10px auto;
    background-color: #f6f6f6;
    float: none;
    background-image: none;
}

.dimerce-filter .filter-block .filtersGroupPanel #Rating li,
.dimerce-filter .filter-block .filtersGroupPanel li {
    padding: 5px 0;
    cursor: pointer
}

input[type=text].dimerce-myInputClass::-ms-clear {
    display: none;
}

/* Back To Top Arrow */

/* Modal Content */
.modal-content * {
    font-size: 16px;
    color: #3e3e3e;
}

.dimerce-filter .filter-block .title a {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}

.dimerce-filter .filter-block .speficication-filtername {
    font-weight: 300;
}

.filter-section .item-box .product-title a {
    color: #757575;
    font-weight: 600;
    line-height: inherit;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.filter-section .item-box .product-title a:hover {
    color: #083e6d;
}

.filter-section .item-box .actual-price {
    display: none;
    font-weight: 600;
    color: #083e6d;
}

.filter-section .item-box input[type="button"], #dimerce-LoadMore {
    background-image: url(/Themes/BREUR/Content/images/button-metal.jpg);
    color: black;
    font-weight: 500;
}

.dimerce-selected-tag span:hover {
    background: #033d6f;
    color: #fff !important;
    border-color: #033d6f;
}

.dimerce-selected-tag span:hover::before {
    color: #fff !important;
}

.filter-section .item-box input[type="button"]:hover {
    background: #033d6f;
    color: #ffffff !important;
}

/*.filter-section .item-box {
    display: inline-block;
    width: 100%;
}*/
.header-lower .modal {
    overflow: visible;
}

.header-lower &gt; .container {
    position: relative;
}

.header-lower .d-flex.l-part {
    position: inherit;
}

.dimerce-clear-all:hover {
    color: #fff !important;
}

.modal-content .page-content .close1, .modal-topbar .close {
    font-weight: 500;
}

.search-infinite-next .search-infinite-next-btn {
    background-image: url(/Themes/BREUR/Content/images/button-metal.jpg);
    border: 2px solid transparent !important;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-shadow: none;
    color: black;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    box-shadow: none;
    width: 270px;
}

.search-infinite-next {
    position: absolute;
    bottom: 0px;
    float: inherit;
    margin: 10px auto 0px auto;
    width: 72%;
    background: white;
    padding: 10px 10px 20px;
    border-top: 1px solid #083e6d;
    border-bottom: 1px solid #083e6d;
    z-index: 1;
}

.search-infinite-next .search-infinite-next-btn:hover {
    background: #033d6f !important;
    color: white !important;
}

.modal-content {
    background: #033d6f;
}

.modal-content .page-content .product-grid .row {
    margin: 0;
}

.dimerce-filter .filter-block .filtersGroupPanel ul li,
.dimerce-filter .filter-block .filtersGroupPanel ul li .speficication-filtername,
.dimerce-filter .filter-block .filtersGroupPanel ul li .filter-count {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 500;
}

.dimerce-filter .filter-block .filtersGroupPanel ul li.checkbox-item:hover .speficication-filtername,
.dimerce-filter .filter-block .filtersGroupPanel ul li.checkbox-item:hover .filter-count,
.dimerce-filter .filter-block .filtersGroupPanel ul li.checkbox-item.checked .speficication-filtername,
.dimerce-filter .filter-block .filtersGroupPanel ul li.checkbox-item.checked .filter-count {
    color: #e61700;
}

@media all and (min-width: 992px) {
    .dimerce-plus-filter.dimerce-plus-mobile, .product-filters-mobile-title, .modal-topbar {
        display: none;
    }

    .modal-content {
        margin: auto;
        width: 100%;
    }

    .dimerce-filter.dimerce-plus-mobile.sidenav {
        max-height: 1000px;
        overflow-y: auto !important;
        display: block !important;
        -webkit-overflow-scrolling: touch;
    }

    .modal-content .page-content .product-grid .row {
        padding: 0px 28px;
    }

    .modal-content .page-content .close1, .modal-topbar .close {
        background-size: 20px auto;
    }

    .modal-content .page-content .close-button, .modal-topbar .close-button {
        padding: 10px 25px 0 10px;
        float: right;
        max-width: fit-content;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dimerce-filter {
        padding: 10px 10px 30px 20px;
    }

    .modal-content .page-content .product-grid .row {
        padding: 0px 15px;
    }

    .modal-content .solr-products-count, .dimerce-selected-category {
        padding: 0px 22px;
    }

    .modal-content .product-grid .item-box .product-item {
        min-height: 350px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-content .page-content .product-grid .row {
        padding: 0px 5px;
    }

    .modal-content .solr-products-count, .dimerce-selected-category {
        padding: 0px 15px;
    }
}

@media all and (max-width: 991px) {
    .search-infinite-next {
        margin-bottom: 0;
        width: 100%;
        padding-bottom: 65px;
        border-bottom: unset;
    }

    .dimerce-filter .filter-block .title {
        background: transparent;
    }

    .center-side-wrapper,
    .master-column-wrapper,
    .two-column-centering {
        display: flex;
        flex-flow: column
    }

    .side-2 {
        order: 1
    }

    .center-2 {
        order: 2
    }

    .dimerce-plus-filter.dimerce-plus-mobile {
        display: block;
        text-align: center;
        width: 100%
    }

    .product-filters-mobile-title {
        display: none;
    }

    body.hidescroll {
        overflow: hidden
    }

    .dimerce-plus-filter.dimerce-plus-mobile span {
        cursor: pointer;
        text-align: left;
        width: 100%;
        font-size: 16px;
        margin: 0;
        text-indent: 0;
        padding: 10px !important;
        color: #8c8c8c;
    }

    .dimerce-mob-filter {
        float: none;
        font-size: 1.15em;
        padding: 18px 0;
        width: 100%;
        padding-left: 60px;
        font-weight: 700;
        color: #000;
        display: inline-block;
    }

    .modal-content {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        width: 100vw;
        margin-left: calc(-1 * ((100vw - 100%) / 2));
        box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1);
        min-height: 84vh;
        max-height: 84vh;
    }

    .modal-topbar {
        /*width: 100vw;*/
        /*margin-left: calc(-1*((100vw - 100%)/2));*/
    }

    .search-options-mobile {
        width: 100%;
        background: #cbcbcb;
        clear: both;
        float: right;
        margin-top: 65px;
    }

    .search-options-mobile &gt; div {
        width: 50%;
        float: left;
        cursor: pointer;
    }

    .search-options-mobile &gt; div a {
        padding: 14px 0;
        width: 100%;
        display: block;
        text-align: center;
        text-decoration: none;
        transition: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        color: #fff !important;
        font-weight: 500;
        font-size: 18px;
    }

    .search-options-mobile &gt; div.active &gt; a {
        background: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/mobile_filter_button_arrow.png) center bottom no-repeat;
        background-size: auto;
        background-size: 16px auto;
        background-color: #083e6d;
    }

    .modal-content .page-content .close-button {
        display: none;
    }

    .modal-content .page-content, .dimerce-filter {
        width: 100%;
        min-height: 84vh !important;
        max-height: 84vh !important;
        overflow: auto;
        margin-top: 0 !important;
    }

    .dimerce-filter {
        padding: 10px 10px 75px 20px;
    }

    .filter-section .qty-addtocart-section &gt; .addtocart-box {
        min-width: 105px;
    }

    .dimerce-filter .filter-block {
        max-width: 100%;
        padding: 0 0 10px 0;
        min-height: auto;
    }

    .search-box.store-search-box .modal {
        top: 35px;
        position: fixed;
    }

    .header-lower .r-part .cart-box, .header-lower .l-part .header-logo {
        display: none !important;
    }

    .header-lower {
        display: block !important;
        padding: 0;
        z-index: 99999;
    }

    .header-lower &gt; .container {
        padding: 0;
    }

    .header-lower .search-box .search-form {
        overflow: hidden;
        height: 0;
    }

    .modal-content .page-content .close-button, .modal-topbar .close-button {
        background: #d31a09;
        border-bottom: 1px solid #dadada;
        max-width: 50px;
        position: absolute;
        margin-top: 65px;
        /* margin-left: 15px; */
    }

    .modal-content .page-content .product-grid {
        margin: 10px 0;
        min-height: 69vh;
        max-height: 69vh;
        overflow: auto;
        padding-bottom: 30px;
    }

    .modal-content .solr-products-count {
        text-align: center;
        margin-top: 2px;
        position: inherit;
    }

    .modal-content .page-content .close1, .modal-topbar .close {
        padding: 8px 15px;
        background: #9d9d9d url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/close_icon-mobile.png) center center no-repeat;
        background-size: 13px auto;
    }

    .modal-content .page-content .close1:hover, .modal-topbar .close:hover {
        background-color: #083e6d;
    }

    .modalSearchTexbox .product-grid::-webkit-scrollbar-track, .dimerce-filter.dimerce-plus-mobile.sidenav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        margin: 5px 0;
    }

    .modalSearchTexbox .product-grid::-webkit-scrollbar, .dimerce-filter.dimerce-plus-mobile.sidenav::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #F5F5F5;
        border-left: 1px solid white;
    }

    .modalSearchTexbox .product-grid::-webkit-scrollbar-thumb, .dimerce-filter.dimerce-plus-mobile.sidenav::-webkit-scrollbar-thumb {
        background-color: #083E6D;
        border-left: 1px solid white;
    }
}

@media all and (min-width: 768px) {
    .filter-section .item-box .product-title {
        margin: 10px 0 0;
        padding-bottom: 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .filter-section .item-box {
        margin-bottom: 15px;
    }

    .filter-section .product-item {
        padding: 10px;
    }

    .modal-content .product-grid .item-box .product-item {
        /* min-height: 410px; */
    }
}

@media all and (max-width: 767px) {
    .filter-section .item-box .picture {
        float: left;
        width: 25%;
    }

    .filter-section .item-box .details {
        float: left;
        padding: 0 0 0 10px;
        width: 75%;
    }

    .filter-section .item-box .product-detail-left {
        float: left;
        width: 65%;
        padding: 0;
    }

    .filter-section .item-box .product-detail-right {
        float: right;
        width: 35%;
        padding: 0;
        text-align: right;
    }

    .filter-section .buttons {
        display: none;
    }

    .filter-section .item-box .product-detail-left, .filter-section .item-box .product-detail-right {
        width: 100%;
    }

    .filter-section .item-box {
        padding: 0;
    }

    .filter-section .product-item {
        border: none;
        padding: 10px 30px 10px 10px;
        border-bottom: 1px solid #e4e4e4;
        background-image: url(../Plugins/Dimerce.Nop.Plugins.Search/Content/img/arrow_black_close_mobile.png);
        background-position: right 10px center;
        background-repeat: no-repeat;
    }

    .modal-content .solr-products-count {
        /*margin: 15px 0 10px;*/
        padding: 0px 10px;
    }

    .dimerce-selected-category {
        padding: 0px 10px;
    }

    .filter-section .item-box .prices {
        float: left;
    }

    .filter-section .item-box .product-title a {
        font-size: 18px;
    }

    .filter-section .item-box .actual-price {
        font-size: 20px;
    }

    .modal-content .page-content .product-grid {
        margin: 30px 0 75px;
        padding: 0 15px 60px;
    }

    .filter-section .item-box .picture a:before {
        padding-top: 100%;
    }
}

@media all and (max-width: 375px) {
    .IsAlreadyPurchase, .IsAlreadyPurchaseNot {
        bottom: 0;
        top: inherit;
    }

    .filter-section .item-box input[type="button"] {
        padding: 0px 4px;
    }
}

@media (min-width: 992px) {
    .modalSearchTexbox .page-content.filter-section {
        min-height: 94vh !important;
        max-height: 94vh !important;
    }

    .modalSearchTexbox .product-grid {
        min-height: 84.5vh;
        max-height: 84.5vh;
        overflow: auto;
        margin: 6px 0 !important;
        padding-bottom: 20% !important;
        border-bottom: 10px solid white;
    }

    .modalSearchTexbox .modal-content {
        min-height: 95vh;
        max-height: 95vh;
    }

    .search-box .modal {
        top: 55px;
        border-radius: 5px;
        border: 1px solid #083e6d;
        position: fixed;
        width: 95%;
        margin: 0 auto;
    }

    .dimerce-filter.dimerce-plus-mobile.sidenav {
        max-height: 92vh !important;
        overflow-y: auto !important;
        margin-top: 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    .modalSearchTexbox .product-grid::-webkit-scrollbar-track, .dimerce-filter.dimerce-plus-mobile.sidenav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        margin: 5px 0;
    }

    .modalSearchTexbox .product-grid::-webkit-scrollbar, .dimerce-filter.dimerce-plus-mobile.sidenav::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #F5F5F5;
        border-left: 1px solid white;
    }

    .modalSearchTexbox .product-grid::-webkit-scrollbar-thumb, .dimerce-filter.dimerce-plus-mobile.sidenav::-webkit-scrollbar-thumb {
        background-color: #083E6D;
        border-left: 1px solid white;
    }
}


@media (min-width: 992px) and (max-width: 1024px) {
    .search-infinite-next {
        padding-bottom: 60px;
    }

    .modalSearchTexbox .product-grid {
        min-height: 80vh;
        max-height: 80vh;
    }

    .modalSearchTexbox .modal-content {
        min-height: 92vh;
        max-height: 92vh;
    }

}

@media all and (max-width: 425px) {
    .dimerce-filter {
        padding: 10px 10px 100px 20px;
        min-height: 70vh !important;
        max-height: 70vh !important;
    }

    .search-infinite-next {
        padding-bottom: 100px;
    }

    .modal-content .page-content .product-grid {
        min-height: 60vh;
        max-height: 60vh;
        margin: 15px 0 15px;
        padding: 0 15px 100px;
    }
}

.mCustomScrollbar {
    touch-action: unset !important;
}

.css-tooltip {
    margin-top: 1px;
}

.filter-section .item-box .product-detail-right {
    padding-top: 5px;
}

@media screen and (max-width: 991px) {
    .mobile-header form .icons a:nth-child(1) {
        margin: 0 5px;
    }

    .mobile-header .barcode-scan-wrap .search-box-button {
        display: inline-block;
        width: 43px;
        height: 32px;
        margin: 0;
        border: none;
        background: white !important;
        vertical-align: middle;
        font-size: 0;
        outline: 1px solid transparent;
        transition: all 0.2s ease;
        border-radius: 5px;
        position: relative;
    }

    .mobile-header #barcode-icon {
        display: block;
        font-size: 22px;
        font-family: "Font Awesome 5 Pro";
        padding: 4px 10px 0px 0;
    }

    .mobile-header .barcode-scan-wrap .fa-barcode-read:before {
        content: "\f464";
    }

    .barcode-scan-wrap {
        background-image: none !important;
    }

    .barcode-scan-wrap #barcodeSection {
        display: none;
        position: fixed;
        top: 0 !important;
        background-color: #242626;
        left: 0;
        z-index: 1070;
        width: 100%;
        box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
        padding: 0;
    }

    .barcode-scan-wrap #barcodeSection #barcodeModal .modal-topbar {
        display: block !Important;
        margin-top: 0 !important;
        width: 100vw;
        margin-left: calc(-1 * ((100vw - 100%) / 2));
        position: relative !important;
    }

    .barcode-scan-wrap #barcodeSection #barcodeModal .search-options-mobile{
        width: 100% !important;
        background: #cbcbcb;
        clear: both;
        float: left;
        margin-top: unset;
    }
    .barcode-scan-wrap #barcodeSection #barcodeModal .search-options-mobile &gt; div{
        width: 90%;
    }

    .barcode-scan-wrap #barcodeSection #barcodeModal .search-options-mobile &gt; div.active &gt; a{
        background: #083e6d;
    }

    .barcode-scan-wrap #barcodeSection #barcodeModal .modal-topbar .close-buttonBarcode{
        width: 10% !important;
        background-color: red !important;
        height: 100% !important;
        padding: 0 !important;
        color: white;
        float: right;
        border-radius: 0;
    }

    .barcode-scan-wrap #barcodeSection #barcodeModal #myModalBarcode .modal-content{
        overflow: scroll !important;
    }

    .barcode-scan-wrap #barcodeSection .modalBarcode .filter-section .myScanButtonSection{
        border-bottom: 1px solid #E4E4E4;
        padding: 10px;
        text-align: center;
        display: grid;
        grid-template-columns: auto;
        grid-gap: 15px;
    }

    .barcode-scan-wrap #barcodeSection .modalBarcode .filter-section .myScanButtonSection input{
        height: 40px;
        background: #083e6d;
        border: 2px solid #083e6d;
        font-weight: 500;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        display: inline-block;
        color: white;
        text-align: center;
    }

    .dbrScanner-btn-close svg{
        width: 40px;
        height: 40px;
    }

    button.dbrScanner-btn-close {
        right: 20px !important;
        top: 60px !important;
    }

    select.dbrScanner-sel-resolution, select.dbrScanner-sel-camera {
        display: none;
    }

    .removeButtonClass {
        background: white;
        border-radius: 0;
        float: left;
        max-width: 10%;
        padding: 17px 0 0 11px;
    }

    span.closeBarcode {
        padding: 15px 15px;
        display: block;
        width: 30px;
        height: 30px;
        border: none;
        background: #fff url(/Themes/BREUR/Content/images/delete.png) center no-repeat;
        vertical-align: middle;
        font-size: 0;
        color: white !important;
        filter: brightness(108%);
        background-size: 30px;
        cursor: pointer;
    }

    .modalBarcode .removeButtonClass {
        display: block !important;
    }
}

.sku.notAvailable {
  color: white !important; /* tekstkleur */
  background-color: #083e6d !important; /* achtergrondkleur */
}

/*informatie icoon verbergen*/
 .tp-icon {
  display: none;
}
           
</pre></body></html>