/******************************************************************************/
/* Defaults */
/******************************************************************************/
*,
*::before,
*::after {
    font-family: 'Open Sans', sans-serif;
    outline: none;
    font-weight: 400;
    font-style: normal;
    box-shadow: none !important;
    border-radius: 0;
    text-shadow: none !important;
}

.alert, .form-control, .warning, .error, .card {
    box-shadow: none !important;
    border-radius: 0;
    text-shadow: none !important;
    outline: none;
}
/******************************************************************************/



/******************************************************************************/
/* Disable border radius */
/******************************************************************************/
.btn, .breadcrumb {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
/******************************************************************************/



/******************************************************************************/
/* Disable bootstrap outline on buttons */
/******************************************************************************/
button:focus, .btn:focus {
    outline: none;
}
/******************************************************************************/



/******************************************************************************/
/* Font size */
/******************************************************************************/
:root {
    --navtop-font-size: 1rem;
    --navtop-lineheight: 20px;
    --home-page-search-box-font-size: 1rem;
    --home-page-search-box-line-height: 20px;
    --menu-dropdown-font-size: 1rem;
    --menu-dropdown-line-height: 24px;
    --menu-headers-top-padding-adjustment: 0px;
    --menu-headers-bottom-padding-adjustment: 0px;
    --menu-headers-font-size: 1rem;
    --menu-headers-line-height: 20px;
    --breadcrumb-font-size: 0.875rem;

    --category-banner-open-button-font-size:   1rem;
    --category-banner-open-button-line-height: 20px;
    --category-banner-open-button-height:      32px;
    
    --category-banner-p-font-size:   1.5rem;
    --category-banner-p-line-height: 32px;
    
    --block-header-font-size:     1.5rem;
    --block-header-line-height:   32px;
    --block-header-height:        32px;
    --block-header-margin-bottom: 3px;

    --product-thumb-header-font-size:        12px;
    --product-thumb-header-line-height:      18px;
    --product-thumb-header-min-height:       0px;
    --product-thumb-header-max-height:       36px;
    --product-thumb-price-font-size:         15px;
    --product-thumb-price-line-height:       15px;
    --product-thumb-rating-font-size:        15px;
    --product-thumb-rating-line-height:      15px;
    --product-thumb-description-font-size:   15px;
    --product-thumb-description-line-height: 15px;
    --product-thumb-brief-font-size:         12px;
    --product-thumb-brief-line-height:       16px;
    --product-thumb-text-data-padding:       4px;
    --product-thumb-text-data-top-margin:    4px;

    --product-data-price-font-size:   1.5rem;
    --product-data-price-line-height: 28px;
}

@media (min-width: 576px) {
    :root {
        --navtop-font-size: 0.75rem;
        --navtop-lineheight: 20px;
        --menu-dropdown-font-size: 0.75rem;
        --menu-dropdown-line-height: 20px;
        
        --category-banner-p-font-size:   1rem;
        --category-banner-p-line-height: 20px;
        
        --category-banner-open-button-font-size:   0.875rem;
        --category-banner-open-button-line-height: 16px;
        --category-banner-open-button-height:      32px;
        
        --block-header-font-size:     1rem;
        --block-header-line-height:   20px;
        --block-header-height:        20px;
        --block-header-margin-bottom: 5px;

        --product-thumb-header-font-size:        12px;
        --product-thumb-header-line-height:      16px;
        --product-thumb-header-min-height:       32px;
        --product-thumb-header-max-height:       32px;
        --product-thumb-price-font-size:         12px;
        --product-thumb-price-line-height:       16px;
        --product-thumb-brief-font-size:         12px;
        --product-thumb-brief-line-height:       16px;

    --product-data-price-font-size:   1.5rem;
    --product-data-price-line-height: 28px;
    }
}

@media (min-width: 768px) {
    :root {
        --navtop-font-size: 0.75rem;
        --navtop-lineheight: 20px;
        --menu-dropdown-font-size: 0.75rem;
        --menu-dropdown-line-height: 20px;
        
        --category-banner-p-font-size:   1.125rem;
        --category-banner-p-line-height: 20px;
        
        --category-banner-open-button-font-size:   0.875rem;
        --category-banner-open-button-line-height: 16px;
        --category-banner-open-button-height:      32px;
        
        --block-header-font-size:     1.125rem;
        --block-header-line-height:   20px;
        --block-header-height:        20px;
        --block-header-margin-bottom: 5px;

        --product-thumb-header-font-size:        12px;
        --product-thumb-header-line-height:      16px;
        --product-thumb-header-min-height:       32px;
        --product-thumb-header-max-height:       32px;
        --product-thumb-price-font-size:         12px;
        --product-thumb-price-line-height:       16px;
        --product-thumb-brief-font-size:         12px;
        --product-thumb-brief-line-height:       16px;

    --product-data-price-font-size:   1.5rem;
    --product-data-price-line-height: 28px;
    }
}

@media (min-width: 992px) {
    :root {
        --navtop-font-size: 0.75rem;
        --navtop-lineheight: 20px;
        --menu-dropdown-font-size: 0.875rem;
        --menu-dropdown-line-height: 20px;
        
        --category-banner-p-font-size:   1.25rem;
        --category-banner-p-line-height: 24px;
        
        --category-banner-open-button-font-size:   0.875rem;
        --category-banner-open-button-line-height: 16px;
        --category-banner-open-button-height:      32px;
        
        --block-header-font-size:     1.25rem;
        --block-header-line-height:   25px;
        --block-header-height:        25px;
        --block-header-margin-bottom: 5px;

        --product-thumb-header-font-size:        14px;
        --product-thumb-header-line-height:      18px;
        --product-thumb-header-min-height:       36px;
        --product-thumb-header-max-height:       36px;
        --product-thumb-price-font-size:         14px;
        --product-thumb-price-line-height:       18px;
        --product-thumb-brief-font-size:         12px;
        --product-thumb-brief-line-height:       16px;

    --product-data-price-font-size:   1.75rem;
    --product-data-price-line-height: 32px;
    }
}

@media (min-width: 1200px) {
    :root {
        --navtop-font-size: 0.8125rem;
        --navtop-lineheight: 20px;
        --menu-dropdown-font-size: 0.875rem;
        --menu-dropdown-line-height: 20px;
        
        --category-banner-p-font-size:   1.125rem;
        --category-banner-p-line-height: 20px;
        
        --category-banner-open-button-font-size:   0.875rem;
        --category-banner-open-button-line-height: 16px;
        --category-banner-open-button-height:      32px;
        
        --block-header-font-size:     1.125rem;
        --block-header-line-height:   20px;
        --block-header-height:        20px;
        --block-header-margin-bottom: 5px;

        --product-thumb-header-font-size:        16px;
        --product-thumb-header-line-height:      22px;
        --product-thumb-header-min-height:       44px;
        --product-thumb-header-max-height:       44px;
        --product-thumb-price-font-size:         16px;
        --product-thumb-price-line-height:       22px;
        --product-thumb-brief-font-size:         14px;
        --product-thumb-brief-line-height:       18px;

    --product-data-price-font-size:   2rem;
    --product-data-price-line-height: 36px;
    }
}

@media (min-width: 1600px) {
    :root {
        --navtop-font-size: 0.875rem;
        --navtop-lineheight: 20px;

        --category-banner-p-font-size:   1.625rem;
        --category-banner-p-line-height: 30px;
        
        --category-banner-open-button-font-size:   1rem;
        --category-banner-open-button-line-height: 20px;
        --category-banner-open-button-height:      40px;
        
        --block-header-font-size:     1.625rem;
        --block-header-line-height:   30px;
        --block-header-height:        30px;
        --block-header-margin-bottom: 10px;

        --product-thumb-header-font-size:        20px;
        --product-thumb-header-line-height:      25px;
        --product-thumb-header-min-height:       50px;
        --product-thumb-header-max-height:       50px;
        --product-thumb-text-data-padding:       10px;
        --product-thumb-text-data-top-margin:    10px;
        --product-thumb-price-font-size:         20px;
        --product-thumb-price-line-height:       25px;
        --product-thumb-brief-font-size:         16px;
        --product-thumb-brief-line-height:       22px;

    --product-data-price-font-size:   2rem;
    --product-data-price-line-height: 36px;
    }
}


nav#top {
    font-size: var(--navtop-font-size);
    line-height: var(--navtop-lineheight);
}
/******************************************************************************/



/******************************************************************************/
/* colors */
/******************************************************************************/
:root{
    --text-color-normal: #222;
    --background-normal: none;
    --background-color-normal: #fff;
    --border-color-normal: #ddd;
    
    --text-color-not-relevant: #888;
    --background-color-not-relevant: #eee;
    
    --text-color-high-contrast: #fff;
    --background-color-high-contrast: #222;
    --background-color-high-contrast-gradient-top: #444;
    --background-color-high-contrast-gradient-bottom: #222;
    --background-image-high-contrast: linear-gradient(to bottom, var(--background-color-high-contrast-gradient-top), var(--background-color-high-contrast-gradient-bottom));
    --background-repeat-high-contrast: repeat-x;
    --border-color-high-contrast: #222;
        
    --cart-text-color-normal: #444;
    
    --breadcrumb-border-color: var(--border-color-normal);
    --breadcrumb-background-color: var(--background-color-not-relevant);
    --breadcrumb-text-color: #444;
    
    --category-banner-open-button-text-color:       var(--text-color-not-relevant);
    --category-banner-open-button-background-color: var(--background-color-not-relevant);
    --category-banner-open-button-border-color:     var(--border-color-normal);
    
    --category-banner-border-color: var(--border-color-normal);
}
/******************************************************************************/



/******************************************************************************/
/* dropdown-menu */
/******************************************************************************/
:root {
    --dropdown-menu-text-color: var(--text-color-not-relevant);
    --dropdown-menu-background-color: var(--background-color-normal);
    --dropdown-menu-background-image: none;
    --dropdown-menu-background-repeat: no-repeat;
    
    --dropdown-menu-link-text-color: var(--text-color-not-relevant);
    --dropdown-menu-link-background-color: none;
    --dropdown-menu-link-background-image: none;
    --dropdown-menu-link-background-repeat: no-repeat;
    
    --dropdown-menu-link-focus-text-color: var(--text-color-high-contrast);
    --dropdown-menu-link-focus-background-color: var(--background-color-high-contrast);
    --dropdown-menu-link-focus-background-image: var(--background-image-high-contrast);
    --dropdown-menu-link-focus-background-repeat: var(--background-repeat-high-contrast);
    
    --dropdown-menu-font-size: var(--navtop-font-size);
    --dropdown-menu-line-height: var(--navtop-lineheight);
}

.dropdown-menu {
    color: var(--dropdown-menu-text-color);
    background-color: var(--dropdown-menu-background-color);
    background-image: var(--dropdown-menu-background-image);
    background-repeat: var(--dropdown-menu-background-repeat);
    font-size: var(--dropdown-menu-font-size);
    line-height: var(--dropdown-menu-line-height);
    background-clip: border-box;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.dropdown-menu a.dropdown-item {
    color: var(--dropdown-menu-link-text-color);
    background-color: var(--dropdown-menu-link-background-color);
    background-image: var(--dropdown-menu-link-background-image);
    background-repeat: var(--dropdown-menu-link-background-repeat);
}

.dropdown-menu a.dropdown-item:hover, .dropdown-menu a.dropdown-item:focus {
    color: var(--dropdown-menu-link-focus-text-color);
    background-color: var(--dropdown-menu-link-focus-background-color);
    background-image: var(--dropdown-menu-link-focus-background-image);
    background-repeat: var(--dropdown-menu-link-focus-background-repeat);
}

.dropdown-toggle::after {
    display:none;
}

#cart .dropdown-menu {
    color: var(--cart-text-color-normal);
}
/******************************************************************************/



/******************************************************************************/
/* Spacing */
/******************************************************************************/
:root {
    --standard-margin: 20px;
}

.mb-3 {
    margin-bottom: calc(var(--standard-margin) * 1.0) !important;
}

.ml-3 {
    margin-left: calc(var(--standard-margin) * 1.0) !important;
}

.pl-3{
    padding-left: calc(var(--standard-margin) * 1.0) !important;
}

.pb-3{
    bottom: calc(var(--standard-margin) * 1.0) !important;
}
/******************************************************************************/



/******************************************************************************/
/* Outline on focus */
/******************************************************************************/
.enable-outline *:focus {
    outline: 5px solid #888 !important;
    transition: none !important;
}
/******************************************************************************/



/******************************************************************************/
/* Fontawesome fix */
/******************************************************************************/
.fa, .far, .fas, .fa::before, .far::before, .fas::before, .fa::after, .far::after, .fas::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}

.far, .far::before, .far::after {
    font-weight: 400;
}

.fas, .fas::before, .fas::after  {
    font-weight: 900;
}
/******************************************************************************/


.block-header {
    display:       inline-block;
    margin:        0;
    padding:       0;
    font-family:   orbitronmedium;
    font-weight:   400;
    font-style:    normal;
    font-size:     var(--block-header-font-size);
    line-height:   var(--block-header-line-height);
    height:        var(--block-header-height);
    margin-bottom: var(--block-header-margin-bottom);
}

dl, ol, ul {
    margin-bottom: 0;
}


p {
    margin-top: 0;
    margin-bottom: 20px;
}

a {
    color: #000;
    text-decoration: none;
    background:none;
    box-shadow: none;
    text-shadow: none;
}

a:hover {
    color: #444;
    text-decoration: none;
}

a:not(div.dropdown-inner) a:hover{
    color: #444;
    text-decoration: underline;
}

hr {
    margin:0;
    padding:0;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.25rem;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 576px) {
    .container {
        max-width: 556px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 728px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 968px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1148px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1548px;
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: 0px;
    margin-left: -20px;
}

.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 {
    padding-right: 0px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.form-control {
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid #ddd;
}

.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.5rem;
}

.form-control-lg {
    border-radius: 0;
}

.form-group {
    margin-bottom: 0px;
}

.btn {
    border: 1px solid #222;
    padding: 0.5625rem 0.5625rem;
    line-height: 1.25rem;
}

.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(181, 181, 181, 0.5);
}

.btn-primary {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222;
}

.btn-primary:hover {
    background-color: #222;
    background-image: linear-gradient(to bottom, #222, #000);
    background-repeat: repeat-x;
    border-color: #000;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(181, 181, 181, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #5a5a5a;
    border-color: #5a5a5a;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(181, 181, 181, 0.5);
}

.btn-info {
    background-color: #e06342;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c;
}

.btn-info:hover { 
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #bf5539, #9e3f25);
    background-repeat: repeat-x;
    border-color: #dc512c;
}

.btn-info:focus, .btn-info.focus {
    border-color: #dc512c;
    box-shadow:none;
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #dc512c;
    border-color: #dc512c;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    background-color: #dc512c;
    border-color: #dc512c;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

.card {
    border: 1px solid #ddd;
}

.card-header {
    background-color: #f5f5f5;
    border: 0;
}

.card-footer {
    background-color: #f5f5f5;
    border: 0;
}

.toast {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid #ddd;
    border-radius: 0;
}

.tooltip {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.00rem;
    font-size: 1.0rem;
}

.tooltip.show {
    opacity: 1;
}

.popover {
    line-height: 1.25;
    font-size: 0.75rem;
}

.bg-primary {
    background-color: #363636 !important;
}

.table {
    margin-bottom: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: orbitronmedium;
    letter-spacing: 0.025em;
    font-weight: 400;
    margin:0;
    padding:0;
    margin-bottom: 20px;
    vertical-align: bottom;
}
/* Override the bootstrap defaults */
h1 {
    font-size:   2rem;
    line-height: 34px;
}

h2 {
    font-size:   1.5rem;
    line-height: 28px;
}

h3 {
    font-size:   1.25rem;
    line-height: 24px;
}

h4 {
    font-size:   1.0rem;
    line-height: 20px;
}

h5 {
    font-size:   0.875rem;
    line-height: 14px;
}
h6 {
    font-size:   0.625rem;
    line-height: 10px;
}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
}
ul.list-unstyled a:hover {
    text-decoration: underline;
}
div.dropdown-inner ul.list-unstyled a:hover{
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
label {
    font-size: 12px;
    font-weight: 400;
}
div.required .col-form-label:before {
    content: '* ';
    color: #000;
    font-weight: 700;
}

/* cookie */
#cookie {
    border-top: none;
    border-left: none;
    border-right: none;
}
/* top */
:root {
    --navtop-background-color: #eee;
    --navtop-border-color: #ddd;
    --navtop-text-color: #888;
}

#top {
    color: var(--navtop-text-color);
    background-color: var(--navtop-background-color);
    border-bottom: 1px solid var(--navtop-border-color);
    padding: 10px 0;
    padding-bottom: 9px;
    height: 40px;
}

#top a {
    display: inline-block;
}

#top a:not(.dropdown-item), #top a:not(.dropdown-item):hover, #top a:not(.dropdown-item):visited, #top a:not(.dropdown-item):focus, #top a:not(.dropdown-item):active {
    color: var(--navtop-text-color);
    background: none;
}
/* logo */
#logo {
    margin: 0;
}
#logo img {
    max-height: 40px;
    max-width: 200px;
}
/* search */
#search .form-control-lg {
    height: 40px;
    padding: calc(38px - calc(2 * var(--home-page-search-box-line-height))) 10px;
    line-height: var(--home-page-search-box-line-height);
    font-size: var(--home-page-search-box-font-size);
}
#search .btn-lg {
    line-height: var(--home-page-search-box-line-height);
    font-size: var(--home-page-search-box-font-size);
    padding: calc(38px - calc(2 * var(--home-page-search-box-line-height))) 35px;
    text-shadow: none;
}

#search .btn-lg .fa-search {
    font-size: 1rem;
    line-height: 20px;
}
/* cart */
#cart {
    margin-bottom: 0px;
}
#cart > .btn {
    color: #fff;
    min-height: 16px;
    background-color: #333;
    font-size:0.875rem;
    line-height:20px;
    text-decoration: none;
}
#cart .btn-lg {
    padding: 10px 20px;
    line-height: 18px;
    height:40px;
}
#cart.open > .btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 100%;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
/* menu */
#menu {
    color: #fff;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border: none;
    min-height: 40px;
}
#menu.navbar {
    padding: 0 1rem;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#menu .dropdown-inner {
    display: table;
    width:100%;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #444, #222);
}
#menu .dropdown-menu a {
    white-space: nowrap;
    min-width: 100px;
    width:100%;
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #222;
    line-height: var(--menu-dropdown-line-height);
    font-size: var(--menu-dropdown-font-size);
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #fff;
    background-color: #444;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #444;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #000;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #444;
}
#menu .navbar-toggler i {
    color: #fff;
    border: none;
    font-size: 20px;
}

#menu .navbar-nav > li > a, #menu #category {
    font-family: 'orbitronmedium';
    color: #fff;
    text-shadow: none;
    height: 40px;
    padding: 0 1rem;
    --menu-headers-padding-available: calc(40px - var(--menu-headers-line-height));
    --menu-headers-padding-center: calc(var(--menu-headers-padding-available) / 2);
    padding-top:    calc(calc(var(--menu-headers-top-padding-adjustment)    + var(--menu-headers-padding-center)) - var(--menu-headers-bottom-padding-adjustment));
    padding-bottom: calc(calc(var(--menu-headers-bottom-padding-adjustment) + var(--menu-headers-padding-center)) - var(--menu-headers-top-padding-adjustment));
    background: none;
    font-size:   var(--menu-headers-font-size);
    line-height: var(--menu-headers-line-height);
    text-decoration: none;
    vertical-align: bottom;
    letter-spacing: 0.025em;
}

#menu .navbar-nav > li > a{
    padding-left:40px;
}

#menu #category {
    float: left;
    display: block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height:40px;
}
#menu .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 991.9px) {
    #menu {
        border-radius: 0;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu a {
        padding-left:60px;
    }
    #menu .dropdown-menu a {
        color: #fff;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background: none;
        border:none;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover{
        background: rgba(0, 0, 0, 0.2);
    }
    #menu .dropdown-inner ul li a:hover {
        background: rgba(0, 0, 0, 0.2);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

@media (min-width: 992px){
    #menu .navbar-nav > li > a{
        padding-left:1rem;
    }
}

/* content */
#content {
    /*min-height: 600px;*/
    margin-bottom: 0;
}
/* footer */
footer {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 1px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer h1, footer h2, footer h3, footer h4, footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
}
/* default font size */
.fas, .far, .fab {
    font-size: 0.875rem;
}
/* alert */
.alert {
    padding: 9px 14px 9px 14px;
    line-height: 20px;
    font-size: 0.75rem;
}
.alert-dismissible .close {
    line-height: calc(1rem + 2px);
    font-size: calc(1rem + 2px);
    padding: calc(0.75rem - 2px) calc(0.75rem - 2px);
}

/* toast */
#toast {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
}
/* breadcrumb */
.breadcrumb {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid var(--breadcrumb-border-color);
    background-color: var(--breadcrumb-background-color);
    color: var(--breadcrumb-text-color);
    font-size: var(--breadcrumb-font-size);
    line-height: 38px
}

.breadcrumb a {
    color: var(--breadcrumb-text-color);
}

.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
    text-shadow: none;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li.breadcrumb-item:last-child:after{
    display: none;
}

.pagination {
    margin: 0;
}
/* buttons */
.btn-light {
    color: #888;
    text-shadow: none;
    background-color: #eee;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
    color: #444;
    background-color: #eee;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #aaa;
    background-position: 0;
}
.btn-warning {
    color: #fff;
    text-shadow: none;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #fff;
    text-shadow: none;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: none;
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: none;
}

.btn-link {
    cursor: pointer;
    color: #222;
    border-radius: 0;
    border: none;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: #000;
    background-image: none;
    box-shadow: none;
    border: none;
}
.btn-inverse {
    color: #fff;
    text-shadow: none;
    background-color: #222;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222;
    text-shadow: none;    
    background-image: linear-gradient(to bottom, #222, #000);
    background-repeat: repeat-x;
    border: none;
}

.btn-inverse:hover, .show > .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222;
    text-shadow: none;
    background-image: linear-gradient(to bottom, #222, #000);
    background-repeat: repeat-x;
    border: none;
}

/* list group */
.list-group a {
    color: #888;
    display: block;
    line-height: 20px;
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 0.875rem;
}

.list-group a.active, .list-group a.active:hover, .list-group a.active:focus {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: none;
    line-height: 20px;
    padding-bottom: 9px;
    padding-top: 9px;
}

.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
}
/* carousel */
.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
.carousel-caption .icon-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
}
.carousel-caption .icon-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
}




















.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #333;
    font-size: 15px;
}
.thumbnails {
    overflow: auto;
    list-style: none;
    padding: 0;
}
.thumbnails > li {
    margin-left: 0px;
}
.thumbnails > li > a {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnails > img {
    width: 100%;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
    max-width: 78px;
}
.thumbnails .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
    padding:0;
    margin:0;
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-stretch: expanded;
    /* color: #fff;
     background-color: #229ac8;
     background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
     background-repeat: repeat-x;
     border-color: #1f90bb #1f90bb #145e7a;
    */
    color: #fff;

    border: none;
    border-radius: 0;
    /* background-color: #363636;
     background-image: linear-gradient(to bottom, #444, #222);
     background-repeat: repeat-x;
     border-color: #222 #222 #000;
     border: 1px solid;
    */
}
.card .card-header > h4 {
    font-size: 1rem;
}
.card + .card {
    margin-top: 5px;
}
.form-check .form-check-input {
    margin-top: 2px;
    mix-blend-mode: luminosity;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
    margin-top: -2px;
    padding: 0.35rem 0.565rem;
}
#checkout-cart #accordion h4 {
    cursor: pointer;
}
#checkout-cart #accordion h4:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    content: "\f0d7 ";
    margin-right: 10px;
}
#checkout-cart #accordion h4.collapsed:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    content: "\f0da";
    margin-right: 10px;
}
#checkout-checkout #accordion h4 {
    cursor: pointer;
}
#checkout-checkout #accordion h4:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    content: "\f0d7 ";
    margin-right: 10px;
}
#checkout-checkout #accordion h4.collapsed:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    content: "\f0da";
    margin-right: 10px;
}

#product-product h1, #product-product h2, #product-product h3, #product-product h4{
    font-family: 'Open Sans', sans-serif;
    letter-spacing: initial;
}

#product-product h1 {
    margin-top: 0px;
    margin-bottom: 10px;
}

#information-contact .card {
    margin-bottom: 20px;
}

input.form-control{
    height: 2.5rem;
}

.card-header{
    color: #222;
}

.btn, .btn-light, .btn-lg{
    text-shadow:none;
}

.btn:focus, .btn-light:focus, .btn-lg:focus, .btn:active, .btn-light:active, .btn-lg:active{
    box-shadow: none;
    border-color: #aaa;
}

.btn-dark:focus, .btn-dark:active, .btn-inverse:focus, .btn-inverse:active{
    border-color: #222;
}

.form-control{
    border-color: #ddd;
}

.form-control:focus {
    background-color: #fff;
    border-color: #aaa;
    outline: 0;
    box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus{
    box-shadow: none;
    border-color: #aaa;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus{
    box-shadow: none;
    border-color: #222;
}

.btn-inverse:not(:disabled):not(.disabled):active:focus, .btn-inverse:not(:disabled):not(.disabled).active:focus, .show > .btn-inverse.dropdown-toggle:focus{
    box-shadow: none;
    border-color: #222;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.list-group-item{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.list-group-item:first-child{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.list-group-item:last-child{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.img-thumbnail, .input-group-text{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


/******************************************************************************/
/* Category banners */
/******************************************************************************/
.category-banner-box {
    cursor:pointer;
}

    .category-banner-box .image {
        opacity: 1;
        -webkit-transition: opacity 0.15s ease-in-out;
        -moz-transition: opacity 0.15s ease-in-out;
        -ms-transition: opacity 0.15s ease-in-out;
        -o-transition: opacity 0.15s ease-in-out;
        transition: opacity 0.15s ease-in-out;
    }

        .category-banner-box .image a {
            opacity: 1;
        }
        
    .category-banner-box:hover .image {
        opacity: 0.66;
        -webkit-transition: opacity 0.15s ease-in-out;
        -moz-transition: opacity 0.15s ease-in-out;
        -ms-transition: opacity 0.15s ease-in-out;
        -o-transition: opacity 0.15s ease-in-out;
        transition: opacity 0.15s ease-in-out;
    }
    
        .category-banner-box:hover .image a {
            opacity: 1;
        }

    .category-banner-box p {
        font-size: var(--category-banner-p-font-size);
        line-height: var(--category-banner-p-line-height);
        color: #444;
        font-family: orbitronmedium;
        letter-spacing: 0.025em;
    }

    .category-banner-box .category-open-button {
        width: 100%;
    }
    
        .category-banner-box .category-open-button a {
            --normal-padding: calc(calc(calc(var(--category-banner-open-button-height) - var(--category-banner-open-button-line-height)) / 2) - 1px);
            padding-top: var(--normal-padding);
            padding-bottom: var(--normal-padding);
            padding-left: 15px;
            padding-right: 15px;
            color: var(--category-banner-open-button-text-color);
            background-color: var(--category-banner-open-button-background-color);
            border: 1px solid var(--category-banner-open-button-border-color);
            font-size: var(--category-banner-open-button-font-size);
            line-height: var(--category-banner-open-button-line-height);
            background-image:none;
            background-repeat: repeat;
            width: 100%;
            text-transform: uppercase;
            transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
        }
        
        .category-banner-box:hover .category-open-button a {
            color: #fff;
            background-color: #444;
            background-image: linear-gradient(to bottom, #444, #222);
            background-repeat: repeat-y;
        }

    .category-banner {
        position: relative;
        overflow: hidden;
        border: 1px solid var(--category-banner-border-color);
    }

        .category-banner-box .category-banner .floating-header {
            position: absolute;
            bottom: 20px;
            left: 20px;
        }

        .category-banner-box .category-banner .fixed-header {
            position: static;
            margin:0;
            padding:0;
        }

@media (max-width: 575.9px) {
    .category-banner-box .category-banner .floating-header {
        bottom: 5px;
        left: 5px;
    }
    
    .category-banner-box .category-banner .floating-header p {
        margin-bottom: 12px;
    }

    .category-banner-box .category-banner .fixed-header p {
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 576px) {
    .category-banner-box .category-banner .floating-header {
        bottom: 5px;
        left: 5px;
    }

    .category-banner-box .category-banner .fixed-header p {
        margin-bottom: 5px;
        margin-left: 5px;
    }
}

@media (min-width: 768px) {
    .category-banner-box .category-banner .floating-header {
        bottom: 5px;
        left: 5px;
    }

    .category-banner-box .category-banner .fixed-header p {
        margin-bottom: 5px;
        margin-left: 5px;
    }
}

@media (min-width: 992px) {

    .category-banner-box .category-banner .floating-header {
        bottom: 10px;
        left: 10px;
    }

    .category-banner-box .category-banner .floating-header p {
        margin-bottom: 6px;
    }
}

@media (max-width: 1199.9px) {
    .category-banner-box .category-banner {
        border-bottom:none;
    }
}

@media (min-width: 1200px) {
    .category-banner-box .category-banner .floating-header {
        bottom: 10px;
        left: 10px;
    }

    .category-banner-box .category-banner .floating-header p {
        margin-bottom: 10px;
    }
}

@media (min-width: 1600px) {

    .category-banner-box .category-banner .floating-header {
        bottom: 20px;
        left: 20px;
    }
}
/******************************************************************************/












@media (min-width: 768px) {
    .col-form-label {
        text-align: left;
    }
}

@media (max-width: 991.9px) {
    .lastMenuEntry {
        display: none;
    }

    .breadcrumb > li.lastCategoryEntry:after{
        display: none;
    }

    .breadcrumb > li.breadcrumb-item:after {
        top: 14px;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

#account-account ul.list-unstyled li{
    /*line-height: 1.5rem;*/
    /*font-size: 0.8rem;*/
}

.list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}

.input-group-text{
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 0.75rem;
}

.btn {
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 0.75rem;
}

.input-group > select.form-control {
    line-height:20px;
    padding-bottom: 9px;
    padding-top: 9px;
    height: 40px;
    font-size: 0.75rem;
    min-width: 90px;
}

.input-group > select.form-control#input-limit {
    min-width: 60px;
}

.page-link {
    color: #888;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-item.active .page-link {
    color: #222;
    background-color: #eee;
    border-color: #ddd;
}

.page-item:last-child .page-link {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-categories .pagination .page-item:first-child .page-link {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
}

.page-link {
    color: #888;
    background-color: #fff;
    border: 1px solid #ddd;
    height:40px;
    line-height: 20px;
    padding:0;
    text-align: center;
}

.page-link:hover {
    color: #222;
    text-decoration: none;
    background-color: #eee;
    border-color: #ddd;
}

.page-link:focus {
    box-shadow: none;
    border: none;
}

.product-categories-sub-categories-list {
    list-style-type: none;
    padding-inline-start: 10px;
}

.limits {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin:0;
    z-index:1;
    border: none;
}

.limit-item {
    padding:0;
    padding-left: 10px;
    text-align: center;
    border: none;
    background: none;
}

.limit-item:first-child {

}

.limit-link {
    position: relative;
    display: block;
    color: #888;
    height: 20px;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 0;
    z-index:1;
    background:none;
    border:none;
}

.limit-link:hover {
    color: #222;
    text-decoration: none;
    background:none;
    border:none;
    z-index:2;
}

.limit-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.75);
    z-index:3;
}

.limit-item.active .limit-link {
    color: #222;
    background:none;
    border:none;
}

.limits-label {
    display: inline;
    background: none;
    line-height: 20px;
    height:20px;
    padding:0;
    text-align: center;
    border: none;
}

.page-label {
    display: inline;
    background: none;
    line-height: 20px;
    height:20px;
    padding:0;
    width: 60px;
    text-align: center;
}

.product-categories .pagination .page-item:first-child {

}

.product-categories .pagination {
    line-height: 20px;
    height:20px;
    padding:0;
    margin:0;
    border:none;
    background:none;
}

.product-categories .pagination .page-link {
    line-height: 20px;
    height:20px;
    padding:0;
    margin:0;
    border:none;
    background:none;
    margin-left: 10px;
}

span.page-link {
    cursor: default;
    color: #888;
    white-space: nowrap;
    padding:0;
    margin:0;
    border:none;
    background:none;
}

span.page-link:hover {
    cursor: default;
    background: none;
    color: #888;
    padding:0;
    margin:0;
    border:none;
    background:none;
}

.page-menu-container {
    position:relative;
    width:100%;
}

.page-menu {
}

@media(min-width: 576px){
    .page-menu {
        position:absolute;
        right:0;
    }
}

.product-categories.nav-link {
    padding-left: 10px;
    padding-right: 10px;
    height:30px;
    line-height:20px;
    padding-top:5px;
    padding-bottom: 5px;
}

@media(min-width: 576px){
    .product-categories.nav-link {
        padding-left: 15px;
        padding-right: 15px;
        height:40px;
        line-height:20px;
        padding-top:10px;
        padding-bottom: 10px;
    }
}

@media(min-width: 768px){
    .product-categories.nav-link {
        padding-left: 20px;
        padding-right: 20px;
        height:40px;
        line-height:20px;
        padding-top:10px;
        padding-bottom: 10px;
    }
}

table.table{
    
}

table.table tbody tr td {
    width:calc(50% - 80px);
}

table.table tbody tr td.description {

}

table.table tbody tr td:first-child, .product-compare-first-row {
    width:170px;
}

table thead tr td.shortest, table tbody tr td.shortest, table tfoot tr td.shortest {
    width: 1% !important;
    white-space: nowrap;
}

@media(max-width: 575.9px)
{
    table.table tbody tr td:first-child, .product-compare-first-row {
        width:80px;
    }

    table.compare-table tbody tr td{
        padding:3px;
    }
}

@media(min-width: 576px)
{
    table.table tbody tr td:first-child, .product-compare-first-row {
        width:90px;
    }

    table.table.compare-table tbody tr td{
        padding:5px;
    }
}

@media(min-width: 768px)
{
    table.table tbody tr td:first-child, .product-compare-first-row {
        width:100px;
    }

    table.table.compare-table tbody tr td{
        padding:8px;
    }
}

@media(min-width: 992px)
{
    table.table tbody tr td:first-child, .product-compare-first-row {
        width:150px;
    }

    table.table.compare-table tbody tr td{
        padding:10px;
    }
}

@media(min-width: 1200px)
{
    table.table tbody tr td:first-child, .product-compare-first-row {
        width:170px;
    }

    table.table.compare-table tbody tr td{
        padding:12px;
    }
}

.product-categories-sub-categories-list {
    padding: 0;
    margin: 0;
}

.product-categories-sub-categories-list li {
    height:40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.product-categories-sub-categories-list li:first-child {
    margin-top: 0;
}

.product-categories-sub-categories-list li a {
    padding: 10px;
    height:40px;
    line-height: 20px;
    border: 1px solid #ddd;
    width: 100%;
    display:inline-block;
    color: #444;
}

.product-categories-sub-categories-list li a:before {
    color: #000;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    float: right;
    line-height: 18px;
    height: 18px;
    padding: 0;
    margin:0;
}

.product-categories-sub-categories-list li a:hover {
    color: #222;
    background-color: #eee;
    border: 1px solid #ddd;
}

.product-categories-header {
    line-height: 40px;
}

.categories-menu-hide-button {
    height: 40px;
    margin-left: 20px;
    background: none;
    background-color: #eee;
}

.categories-menu-hide-button:hover {
    background-image: none;
}

@media (min-width: 1600px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%; }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%; }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%; }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%; }

    .order-xxl-first {
        order: -1; }

    .order-xxl-last {
        order: 13; }

    .order-xxl-0 {
        order: 0; }

    .order-xxl-1 {
        order: 1; }

    .order-xxl-2 {
        order: 2; }

    .order-xxl-3 {
        order: 3; }

    .order-xxl-4 {
        order: 4; }

    .order-xxl-5 {
        order: 5; }

    .order-xxl-6 {
        order: 6; }

    .order-xxl-7 {
        order: 7; }

    .order-xxl-8 {
        order: 8; }

    .order-xxl-9 {
        order: 9; }

    .order-xxl-10 {
        order: 10; }

    .order-xxl-11 {
        order: 11; }

    .order-xxl-12 {
        order: 12; }

    .offset-xxl-0 {
        margin-left: 0; }

    .offset-xxl-1 {
        margin-left: 8.3333333333%;}

    .offset-xxl-2 {
        margin-left: 16.6666666667%; }

    .offset-xxl-3 {
        margin-left: 25%; }

    .offset-xxl-4 {
        margin-left: 33.3333333333%; }

    .offset-xxl-5 {
        margin-left: 41.6666666667%; }

    .offset-xxl-6 {
        margin-left: 50%; }

    .offset-xxl-7 {
        margin-left: 58.3333333333%; }

    .offset-xxl-8 {
        margin-left: 66.6666666667%; }

    .offset-xxl-9 {
        margin-left: 75%; }

    .offset-xxl-10 {
        margin-left: 83.3333333333%; }

    .offset-xxl-11 {
        margin-left: 91.6666666667%; } 
}

.compare-table-header {
    font-family: 'Open Sans', sans-serif;
}

@media(max-width: 575.9px){
    .compare-table-header {
        line-height: 20px;
        font-size: 0.75rem;
    }
}

@media(min-width: 576px){
    .compare-table-header {
        line-height: 20px;
        font-size: 0.875rem;
    }
}

@media(min-width: 768px){
    .compare-table-header {
        line-height: 20px;
        font-size: 1.0rem;
    }
}

@media(min-width: 1200px){
    .compare-table-header {
        line-height: 24px;
        font-size: 1.25rem;
    }
}

@media (min-width: 1600px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}






























































/******************************************************************************/
/* Product-thumb */
/******************************************************************************/
.product-thumb {
    height: 100%;
}


.product-thumb .text-data-padding {
    padding: 0 var(--product-thumb-text-data-padding);
    padding-bottom:var(--product-thumb-text-data-padding);
}

.product-thumb-header {
    font-size:   var(--product-thumb-header-font-size);
    line-height: var(--product-thumb-header-line-height);
    min-height:  var(--product-thumb-header-min-height);
    max-height:  var(--product-thumb-header-max-height);
    height: auto;
    margin-top: var(--product-thumb-text-data-top-margin);
}

/*
    --product-thumb-header-font-size:        12px;
    --product-thumb-header-line-height:      14px;
    --product-thumb-header-min-height:       0px;
    --product-thumb-header-max-height:       28px;

    --product-thumb-price-font-size:         15px;
    --product-thumb-price-line-height:       15px;
    --product-thumb-rating-font-size:        15px;
    --product-thumb-rating-line-height:      15px;
    --product-thumb-description-font-size:   15px;
    --product-thumb-description-line-height: 15px;
    --product-thumb-text-data-padding:       4px;
*/

@media (max-width: 575.9px) {
    .product-thumb .caption p.price {
        font-size: 0.875rem;
        line-height: 1.0rem;
        font-weight: 400;
    }
    
    .product-thumb .price-tax {
        font-size: 0.625rem;
    }
    
    .product-thumb .caption p {
        min-height: 36px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    .product-thumb .caption {
        min-height: 40px;
    }
}

@media (min-width: 576px) {
    .product-thumb .caption p.price {
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 400;
    }
}

@media (min-width: 768px) {
    .product-thumb .caption p.price {
        font-size: 0.75rem;
        line-height: 1.0rem;
        font-weight: 400;
    }
}

@media (max-width: 991.9px) {
    .product-thumb .caption {
        min-height: 60px;
    }
}

@media (min-width: 992px) {
    .product-thumb .caption p.price {
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

    .product-thumb .caption {
        min-height: 80px;
    }
}

@media (min-width: 1200px) {
    .product-thumb .caption p.price {
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

    .product-thumb .caption {
        min-height: 90px;
    }
}

@media (min-width: 1600px) {
    .product-thumb .caption p.price {
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 400;
    }
}





/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 0px;
    overflow: auto;
}
.product-thumb h2.price {
    margin: 0;
}
.product-thumb h4 {
    font-weight: 400;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 100px;
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 700;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size:   calc(var(--product-thumb-price-font-size) * 0.75);
    line-height: calc(var(--product-thumb-price-line-height) * 0.75);
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
}

.product-thumb .button-group button {
    width: 80%;
    border: none;
    display: inline-block;
    float: left;
    text-align: center;
    color: var(--category-banner-open-button-text-color);
    background-color: var(--category-banner-open-button-background-color);
    font-size: var(--category-banner-open-button-font-size);
    line-height: var(--category-banner-open-button-line-height);
    height: 40px;
    padding-bottom: 1px; 
    background-image:none;
    text-transform: uppercase;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .rating:after {
    content: '\200b';
}

.product-thumb .caption p {
    min-height: 40px;
    margin-bottom: 10px;
}

.product-thumb .caption p.price {
    min-height: 40px;
}

@media (max-width: 1599px) {
    .product-thumb .caption {
        min-height: 140px;
    }

    .product-thumb .transition .caption {
        min-height: 120px;
    }

    .product-thumb .caption p {
        min-height: 60px;
    }

    .product-thumb .caption p.price {
        min-height: 40px;
    }
}

@media (max-width: 1199px) {
    .product-thumb .caption {
        min-height: 160px;
    }

    .product-thumb .transition .caption {
        min-height: 140px;
    }

    .product-thumb .caption p {
        min-height: 80px;
    }

    .product-thumb .caption p.price {
        min-height: 40px;
    }
}

@media (max-width: 991px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 50%;
        width: calc(100%/2);
    }

    .product-thumb .caption {
        min-height: 90px;
    }

    .product-thumb .transition .caption {
        min-height: 130px;
    }

    .product-thumb .caption p {
        min-height: 120px;
    }
    .product-thumb .caption p.price {
        min-height: 40px;
    }
}

@media (max-width: 767px) {
    .product-thumb .rating:after {

        padding: 0;
        margin: 0;
    }

    .product-thumb .caption p {
        min-height: 60px;
    }
    .product-thumb .caption p.price {
        min-height: 40px;
    }
}

@media (max-width: 575.9px) {
    .product-thumb-header {
        margin-bottom: 5px;
    }
    
    .product-thumb .button-group button {
        height: 32px;
    }
    
    .product-thumb .caption p.price {
        min-height: 36px;
    }
    
    .product-thumb .rating:after {
        display: none !important;
        padding: 0;
        margin: 0;
    }

    .product-thumb .rating {
        padding: 0;
        margin: 0;
    }

    .product-thumb .caption {
        min-height: 40px;
        padding: 0 5px;
    }

    .product-thumb .caption p {
        min-height: 40px;
    }

    .product-thumb .caption p.price {
        margin-top: 5px;
    }
}







.product-thumb-header {
    overflow: hidden;
    white-space: normal;
    margin: 0;
    margin-top: var(--product-thumb-text-data-top-margin);
    margin-bottom: 10px;
    letter-spacing: initial;
}

.product-thumb-header a {
    font-size:   inherit;
    line-height: inherit;
    max-height:  inherit;
    min-height:  inherit;
    display:block;
}






.product-thumb .brief {
    font-size: var(--product-thumb-brief-font-size);
    line-height: var(--product-thumb-brief-line-height);
    padding-bottom: var(--product-thumb-text-data-padding);
}

.product-thumb .tags {
    font-size: var(--product-thumb-brief-font-size);
    line-height: var(--product-thumb-brief-line-height);
    padding-bottom: var(--product-thumb-text-data-padding);
}

.product-thumb .price {
    font-size:   var(--product-thumb-price-font-size);
    line-height: var(--product-thumb-price-line-height);
}

.product-data .price {
    font-size:   var(--product-data-price-font-size);
    line-height: var(--product-data-price-line-height);
}
.product-data .price-tax {
    color: #999;
    font-size:   calc(var(--product-data-price-font-size) * 0.625);
    line-height: calc(var(--product-data-price-line-height) * 0.625);
    display: block;
}
/* .product-grid START */
.product-grid .product-thumb .image {
    float: none;
}

.row .product-thumb .image {
    float: none;
    margin-top: var(--product-thumb-text-data-top-margin);
}

@media (max-width: 767.9px) {
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        padding: 0 10px;
    }
}
/* .product-grid END */

/* .product-list START*/
.product-list h4.product-thumb-header{
    margin: 0;
    margin-top: 10px;
    line-height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0;
}

.product-list .product-thumb {
    display: inline-block;
    width:100%;
}

.product-list .product-thumb .image {
    display:block;
    width: 30%;
    float:left;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.product-list .product-thumb .image + div {
    display:block;
    width: 70%;
    float:right;
    padding: 0;
    margin: 0;
}

.product-list .product-thumb .button-group {
    display: block;
    width: 100%;
    border: 0;
    padding:0;
}

@media (max-width: 575.9px) {
    .product-thumb-header {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-list .product-thumb .button-group button {
        border-left: none;
        border-right: 1px solid #ddd;
    }

    .product-list .product-thumb .button-group button + button {
        border-right: none;
    }

    .product-list .product-thumb .image {
        width:auto;
        float:none;
    }

    .product-list .product-thumb .image + div {
        width:auto;
        float:none;
    }
}

@media (min-width: 768px) {
    .product-list .product-thumb .image {
    }

    .product-list .product-thumb .image + div {
    }
}

@media (max-width: 991px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-list .product-thumb .button-group button {
        border-left: none;
        border-right: 1px solid #ddd;
    }

    .product-list .product-thumb .button-group button + button {
        border-right: none;
    }

    .product-list .product-thumb .image {
        width:auto;
        float:none;
    }

    .product-list .product-thumb .image + div {
        width:auto;
        float:none;
    }
}

@media (min-width:992px){
    .product-list .product-thumb .image {
        display:table-cell;
        vertical-align: top;
        float:none;
    }

    .product-list .product-thumb .image + div {
        display:table-cell;
        position:relative;
        float:none;
    }

    .product-list .product-thumb .button-group {
        display: block;
        position:absolute;
        bottom:0;
    }

    .product-list .product-thumb .caption {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px){
    .product-list .product-thumb .caption p {
        min-height: 60px;
    }
    .product-list .product-thumb .caption p.price {
        min-height: 40px;
    }
}

.product-list .product-thumb .button-group button{
    padding:0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 39px;
}

.product-list .product-thumb .button-group button + button {
    padding:0;
}

.product-list .caption{
    padding-left: 0;
}

/* .product-list END */ 

.nav-tabs .nav-link{
    border-radius:0;
}

.default-row {
    border:1px solid #000 !important;
}

label {
    margin-bottom: 0px;
}


/* Map old FA4 icon to FA5 equivalent */
.fa.fa-file-pdf-o:before {
  content: "\f1c1"; /* Unicode for fa-file-pdf in FA5 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* solid style */
}

/* Map old FA4 icon to FA5 equivalent */
.fas.fa-file-pdf-o:before {
  content: "\f1c1"; /* Unicode for fa-file-pdf in FA5 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* solid style */
}
