@charset "UTF-8";
@font-face {
    font-family: 'DINPro-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro-Regular'), url('DINPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'DINPro-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro-Medium'), url('DINPro-Medium.woff') format('woff');
}

@font-face {
    font-family: 'DINPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro-Bold'), url('DINPro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'DINPro-Light';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro-Light'), url('DINPro-Light.woff') format('woff');
}

@font-face {
    font-family: 'DINPro-Black';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Black'), url('DINProBlack.otf') format('woff');
}

@font-face {
    font-family: 'DINPro-Condensed-Bold';
    src: url(DINPro-Condensed-Bold.ttf);
}

body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'DINPro-Regular';
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #cccccc;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    #modelLogin .modal-dialog {
        width: 400px;
    }
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}


/* top */

#top {
    background-color: #ffffff;
    margin: 0px;
    min-height: 40px;
    padding: 5px 20px 5px 20px;
}

#top1 {
    background-color: #222222;
    margin: 0px;
    min-height: 20px;
    padding: 0px 20px 0px 20px;
}

#top1 li {
    list-style-type: none;
}

#top1 ul a {
    color: white;
}

#top1 .dropdown-item.active,
#top1 .dropdown-item:active {
    background-color: red;
}

#top1 .dropdown-item:focus,
#top1 .dropdown-item:hover {
    background-color: red;
    outline: none;
}

#top1 .dropdown-item {
    white-space: normal;
}

#top1 .dropdown-menu li>a:hover {
    background-color: red;
    background-image: none;
}

#top2 {
    background-color: #000000;
    margin: 0px 0px 0px 0px;
    min-height: 20px;
    padding: 0px 0px 0px 0px;
}

#msi-points-banner {
    display: none;
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 32px;
}

@media (min-width: 992px) {
    .col-ml {
        padding-left: calc(((100% - 91.666667%) / 2) + (20px * 0.91666667)) !important;
        padding-right: calc(((100% - 91.666667%) / 2) + (20px * 0.91666667)) !important;
    }
}

@media (min-width: 1200px) {
    .col-ml {
        padding-left: calc(((100% - 83.333334%) / 2) + (20px * 0.83333334)) !important;
        padding-right: calc(((100% - 83.333334%) / 2) + (20px * 0.83333334)) !important;
    }
}


/* logo */

#logo {
    margin: 0px;
    padding-left: 0px;
}


/* search */

#search {
    border: 1px solid #ffffff;
    margin: 4px 0px;
    border-radius: 15px;
    background-color: white;
}

#search input {
    color: #333333;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 0px 0px 20px;
    background-color: transparent;
}

#search button {
    font-size: 15px;
    line-height: 20px;
    padding: 0px 5px 0px 0px;
    color: #777777;
    height: 30px;
    width: 30px;
    border: none;
}

#search input,
#search button,
#search input:focus,
#search button:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none;
}


/* More Drop Down */

#dropdown-more>a {
    color: white;
    padding: 3px 10px 3px 10px;
    margin: 0px;
    height: 26px;
    display: block;
    border-bottom: 2px solid transparent;
}

#dropdown-more>div {
    margin: 0px;
    background-color: black;
    border-radius: 13px;
}

#dropdown-more .dropdown-divider {
    margin: 0px 12px 0px 12px;
    border-top: 0.00em solid #333333;
}

#dropdown-more .dropdown-item {
    padding: 4px 18px;
    font-size: 14px;
    color: white;
}

#dropdown-more .dropdown-item:hover {
    background-color: transparent;
    color: red;
}

#dropdown-more:hover>a,
#dropdown-more:hover>a i {
    color: red;
}

#dropdown-more:hover>.dropdown-menu {
    display: block;
}


/* Header Icon */

#header-icon>ul {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#header-icon .icon {
    padding: 0px;
    margin: 0px;
}

#header-icon .divider1 {
    width: 1px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #cccccc;
    margin-top: 10px;
}

#header-icon .icon-a {
    display: block;
    padding: 6px 10px 6px 9px;
    height: 32px;
    width: 32px;
}

#header-icon .icon-a:hover i {
    color: #E30613;
}

#header-icon .dropdown:hover>.dropdown-menu {
    display: flex !important;
    align-items: center;
}

#header-icon .dropdown-menu {
    margin: 0px;
    border: none;
    border-radius: 0px;
    background-color: #efefef;
}

#header-icon .dropdown-divider {
    margin: 0px 12px 0px 12px;
    border-top: 0.00em solid #333333;
}

#header-icon .dropdown-item {
    padding: 8px 18px;
    font-size: 14px;
}

#header-icon .dropdown-item:hover {
    background-color: transparent;
    color: white;
}


/* dropdown cart */

#dropdown-cart {
    background-color: #000000 !important;
    margin: 0px !important;
}

#dropdown-cart .table-width {
    width: 500px;
}

@media (max-width: 600px) {
    #dropdown-cart .table-width {
        width: 80vw;
    }
}

#dropdown-cart .products {
    margin: 10px 0px !important;
}

#dropdown-cart .products>thead td {
    border: none;
    color: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

#dropdown-cart .products>tbody td {
    padding-left: 0px;
    padding-right: 0px;
    border: none;
}

#dropdown-cart .products .quantity {
    font-weight: bold;
}

#dropdown-cart .products .image {
    width: 80px;
}

#dropdown-cart .empty {
    max-width: 212px;
    margin: 0px;
    padding: 10px 20px;
}


/* cart */

#cart {
    margin-bottom: 10px;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    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;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */

#dropdown-menu-phone>.dropdown-menu {
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.95);
    border: 0px;
    border-radius: 0px;
    left: 0px;
    width: calc(100vw - 17px);
    margin-top: -1px;
}

@media only screen and (max-device-width: 480px) {
    #dropdown-menu-phone>.dropdown-menu {
        width: 100vw;
    }
}

#dropdown-menu-phone>.dropdown-menu>.dropdown-item {
    color: white;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 30px;
}

#dropdown-menu-phone>.dropdown-menu>.dropdown-item:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    float: right;
    line-height: 21px;
}

#dropdown-menu-phone>.dropdown-menu>.dropdown-item:hover {
    background-color: red;
}

#menu {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#menu .nav>li.dropdown.show {
    position: initial;
}

#menu .nav>li>a {
    color: #ffffff;
    padding: 0px 9px;
    background-color: transparent;
    /* border-left: 1px solid #cccccc; */
    margin: 10px 0px;
    /* margin: 5px 0px; */
    display: block;
    font-size: 12px;
    line-height: 12px;
}

#menu .nav>li>a::after {
    display: none;
}

#menu .dropdown-menu {
    margin-top: -1px;
    /* overflow-x: hidden; */
    background-color: rgba(0, 0, 0, 0.95);
    border: 0px;
    border-radius: 0px;
    left: -20px;
    width: calc(100vw);
}

@media (min-width: 992px) {
    #menu .dropdown-menu {
        /* left: calc((((100vw - 83.333334vw) / 2) + (20px * 0.83333334)) * -1) !important; */
        left: calc(((100vw - 83.333334vw) / 2) * -1) !important;
        width: calc(100vw) !important;
    }
}

@media (min-width: 1200px) {
    #menu .dropdown-menu {
        left: calc(((100vw - 66.666666vw) / 2) * -1) !important;
        width: calc(100vw) !important;
    }
}

#menu .dropdown-inner {
    display: table;
    width: 100%;
    padding: 20px;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #ffffff;
    font-size: 12px;
    padding-left: 0px;
}

#menu .dropdown-inner a:hover {
    background-color: #434343;
    background-image: none;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}


/* @media (min-width: 768px) { */

@media (min-width: 0px) {
    #menu .dropdown:hover {
        position: initial;
    }
    #menu .dropdown:hover,
    #menu .nodropdown:hover {
        background-color: red;
    }
    #menu .menudiveder {
        background-color: transparent !important;
    }
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}


/* @media (max-width: 767px) { */


/* #menu { */


/* border-radius: 4px; */


/* } */


/* #menu div.dropdown-inner > ul.list-unstyled { */


/* display: block; */


/* } */


/* #menu div.dropdown-menu { */


/* margin-left: 0 !important; */


/* padding-bottom: 10px; */


/* background-color: rgba(0, 0, 0, 0.1); */


/* } */


/* #menu .dropdown-inner { */


/* display: block; */


/* } */


/* #menu .dropdown-inner a { */


/* width: 100%; */


/* color: #fff; */


/* } */


/* #menu .dropdown-menu a:hover, */


/* #menu .dropdown-menu ul li a:hover { */


/* background: rgba(0, 0, 0, 0.1); */


/* } */


/* #menu .see-all { */


/* margin-top: 0; */


/* border: none; */


/* border-radius: 0; */


/* color: #fff; */


/* } */


/* } */


/* content */

#content {
    min-height: 500px;
}


/* footer */

#footer,
#footer1 {
    margin-top: 0px;
    padding: 0px;
    background-color: #000000;
    border-top: 1px solid #ddd;
    color: #ffffff;
}

#footer .title {
    border-bottom: 0.05em solid #bbbbbb;
    padding-bottom: 10px;
    margin: 30px 0px 20px 0px;
}

#footer .title>div {
    padding: 0px;
}

#footer .title>.t1 {
    font-size: 18px;
    font-weight: bold;
}

#footer .title>.t2 .fa {
    font-size: 24px;
    color: #ffffff;
}

#footer .title ul {
    margin-bottom: 0px;
}

#footer .info {
    margin: 0px 0px 20px 0px;
}

#footer .info h1 {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

#footer .info h5 {
    font-weight: bold;
    color: #ffffff;
}

#footer1 .phone-menu {
    background-color: #222222;
    color: white;
}

#footer1 .phone-menu .dropdown-item {
    color: white;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 30px;
}

#footer1 .phone-menu .dropdown-item:hover {
    background-color: #434343;
}

#footer1 .phone-menu .dropdown-divider {
    background-color: white;
    height: 1px;
    border: 0px;
    margin: 0px;
}

#footer1 .phone-contact {
    background-color: #000000;
}

#footer1 .phone-contact .list-inline-item {
    color: white;
    font-weight: bold;
    font-size: 10px;
    padding: 3px 5px;
}

footer .info hr {
    margin: 10px 0px;
    background: #bbbbbb;
    height: 1px;
    width: 25px;
    border: none;
}

footer .info>div {
    padding: 0px;
}

footer .info a {
    color: #ffffff;
    font-size: 11px;
}

footer .footer {
    background-color: #EFEFEF;
}

footer .footer .copyright {
    display: inline-block;
    vertical-align: baseline;
    color: #666;
    line-height: 20px;
    font-size: 11px;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 0px 40px;
    border-top: 0.05em solid #cccccc;
}

footer .footer .copyright .logo {
    display: inline-block;
    vertical-align: -2px;
    width: 50px;
    height: 15px;
    margin-right: 5px;
    background: url(/image/catalog/footer_msilogo.png) 0 0 no-repeat;
}

footer .footer .link {
    color: #000000;
    font-size: 11px;
    padding: 10px 0px 10px 0px;
    margin: 10px 40px 0px 0px;
    border-top: 0.05em solid #cccccc;
}

footer .logo {
    margin: 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: none;
}

footer .logo>img {
    padding: 5px 0px;
}

.alert {
    margin: 0px 0px 16px 0px;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    padding-top: 14px;
}

.alert button {
    outline: 0px !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.alert-success {
    background-color: #333333;
    color: white;
}

.alert-success a {
    color: white;
    text-decoration: underline;
}

.alert-success button {
    color: white;
    text-shadow: none;
}

.alert-success button:hover {
    color: white;
}

.alert .fa {
    margin-right: 5px;
}

.alert-dismissible .close {
    padding-top: .6rem;
}


/* breadcrumb */

.breadcrumb {
    background-color: #ffffff;
    padding: 0px 0px 5px 0px;
    margin-bottom: 50px;
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0px;
}

@media (min-width: 992px) {
    .breadcrumb-bak {
        margin-left: 8.333333% !important;
        margin-right: 8.333333% !important;
    }
}

@media (min-width: 1200px) {
    .breadcrumb-bak {
        margin-left: 16.666667% !important;
        margin-right: 16.666667% !important;
    }
}

.breadcrumb .breadcrumb-item {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb a {
    color: #333333;
}

.breadcrumb .breadcrumb-item.active {
    color: #333333;
}

.breadcrumb .breadcrumb-item:not(.active)::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f105';
    color: #333333;
    margin-left: 14px;
    margin-right: 14px;
}

.breadcrumb img {
    width: 14px;
    margin-left: 10px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding: 0px;
}

.breadcrumb1 {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb1 i {
    font-size: 15px;
}

.breadcrumb1>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb1>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb1>li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    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);
}

.pagination {
    margin: 0;
    white-space: nowrap;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    outline: 0px !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.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: #ffffff;
    background-color: red;
    border-color: red;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger-new {
    border-radius: 30px;
    background-color: white;
    border: 1px solid transparent;
    color: black;
    min-width: 105px;
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px 0px !important;
}

.btn-danger-new:hover {
    background-color: #E30613;
    border: 1px solid #E30613;
    color: white !important;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-light {
    background-color: white;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}


/* list group */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    overflow: auto;
}

.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;
    max-width: 160px;
    width: 100%;
    height: auto;
}

.product-thumb .title span {
    text-align: left;
    max-width: 100%;
    color: #333333;
    font-size: 18px;
    font-family: 'DINPro-Black';
}

.product-thumb .div {
    min-width: 100%;
    max-width: 100%;
    height: 0.1px;
    background-color: #cccccc;
    margin-top: 3px;
}

.product-thumb .description span {
    text-align: left;
    max-width: 100%;
    color: #333333;
    font-size: 11px;
    margin-top: 20px;
}

.product-thumb .price {
    margin-top: 15px;
}

.product-thumb .button {
    margin-top: 10px;
}

.product-thumb .button .add-cart {
    box-shadow: none;
    background-color: red;
    color: white;
    border: 1px solid red;
    font-size: 9px;
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.product-thumb .button .compare {
    box-shadow: none;
    color: black;
    border: 1px solid #b2b2b2;
    font-size: 9px;
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 220px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-n {
    font-weight: 600;
    font-size: 24px;
    font-family: 'DINPro-Black';
    color: black;
}

.product-thumb .price-new {
    font-size: 24px;
    font-family: 'DINPro-Black';
    color: #000000;
}

.product-thumb .price-old {
    font-size: 11px;
    text-decoration: line-through;
    text-decoration-color: #000000;
    color: #000000;
}

.product-thumb .price-was {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@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%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.divider-vertical {
    border-left: 1px solid gray;
    /* right or left is the same */
    float: left;
    /* so BS grid doesn't break */
    opacity: 0.5;
    /* optional */
    margin: 0 15px;
    /* optional */
}

.crop-text-1 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.crop-text-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.crop-text-4 {
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.crop-text-5 {
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 100px;
}

.crop-text-5 ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.product-detail .title {
    /* color: black !important; */
    font-family: 'DINPro-Black';
    font-size: 30px;
    margin-bottom: 0px;
}

.product-detail .prices-was {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.product-detail .prices-old {
    font-size: 11px;
    text-decoration: line-through;
    text-decoration-color: #000000;
    font-weight: bold;
    color: #000000;
}

.product-detail .prices-new {
    font-size: 30px;
    font-family: 'DINPro-Black';
    color: #000000;
    line-height: 30px;
    padding-left: 20px;
    font-style: normal;
}

#product_qty {
    padding-left: 0px;
}

@media (max-width: 1488px) {
    #prices-wrapper {
        padding-bottom: 8px !important;
    }
    #product_qty {
        padding-bottom: 25px;
    }
}

.add-cart-button {
    min-width: 130px;
    box-shadow: none;
    background-color: #c40000;
    border: 1px solid #c40000;
    color: white;
    font-size: 12px;
    border-radius: 20px;
    height: 32px;
    line-height: 13px;
}

.add-cart-button-2 {
    box-shadow: none;
    background-color: #c40000;
    color: white;
    border: 1px solid #c40000;
    font-size: 9px;
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100px;
    white-space: nowrap;
}

.add-cart-button:hover,
.add-cart-button-2:hover {
    color: white;
    background-color: #cc0000;
    border-color: #cc0000;
}

.add-cart-button-3 {
    min-width: 100px;
    box-shadow: none;
    background-color: gray;
    border: 1px solid gray;
    color: white;
    font-size: 12px;
    border-radius: 20px;
    height: 32px;
    line-height: 13px;
}

.add-cart-button-4 {
    box-shadow: none;
    background-color: gray;
    color: white;
    border: 1px solid gray;
    font-size: 9px;
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100px;
    white-space: nowrap;
}

.add-cart-button-3:hover,
.add-cart-button-4:hover {
    color: white;
    background-color: gray;
    border-color: gray;
}

.add-cart-button:disabled,
.add-cart-button[disabled],
.add-cart-button-2:disabled,
.add-cart-button-2[disabled],
.add-cart-button-3:disabled,
.add-cart-button-3[disabled],
.add-cart-button-4:disabled,
.add-cart-button-4[disabled] {
    background-color: gray;
    border-color: gray;
    cursor: not-allowed;
    pointer-events: all !important;
}

.product-detail .swiper-button-next {
    width: 15px !important;
    right: -30px !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.product-detail .swiper-button-prev {
    width: 15px !important;
    left: -30px !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.product-detail .swiper-button-disabled {
    background-image: none !important;
}

.product-detail .product-detail-thumb {
    cursor: pointer;
    border-top: 5px solid #d2d2d2;
    min-width: 100%;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
}

.product-detail .product-detail-thumb.selected {
    border-top: 5px solid red;
}

.product-detail .support1 div[class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
}

.product-detail .support1 .t1 {}

.product-detail .support1 .t2 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.product-detail .support1 .t3 {
    font-size: 12px;
}

.product-detail .support2 div[class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
}

.product-detail .support2 .t1 {}

.product-detail .support2 .t2 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.product-detail .support2 .t3 {
    font-size: 10px;
}

.product-detail .support2 .t4 {
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.my-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (min-width: 992px) {
    .my-padding {
        padding-left: 8.333333% !important;
        padding-right: 8.333333% !important;
    }
}

@media (min-width: 1200px) {
    .my-padding {
        padding-left: 16.666667% !important;
        padding-right: 16.666667% !important;
    }
}

.my-margin {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

@media (min-width: 992px) {
    .my-margin {
        margin-left: 8.333333% !important;
        margin-right: 8.333333% !important;
    }
}

@media (min-width: 1200px) {
    .my-margin {
        margin-left: 16.666667% !important;
        margin-right: 16.666667% !important;
    }
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container-fluid .row {
    margin-left: 0px;
    margin-right: 0px;
}

#checkout-checkout .panel-heading {}

#checkout-checkout .panel-title {
    padding: 10px 15px;
    margin-bottom: 10px;
    border: none;
    height: 40px;
    border-radius: 10px;
}

#checkout-checkout table td,
#checkout-checkout table td {
    border-top: none;
}

#cart-summary-container {
    padding: 25px;
    box-shadow: rgb(0 0 0 / 30%) 1px 1px 5px 1px;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    transition: 0.2s;
}

#cart-summary-section {
    transition: 0.2s;
}

@media (max-width: 992px) {
    #cart-summary-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

#checkout-checkout .btn-col {
    display: flex;
    align-items: center;
    max-width: 130px;
}

@media (max-width: 400px) {
    #checkout-checkout .btn-col {
        min-width: 200px;
    }
}

#checkout-checkout .panel-default {
    box-shadow: rgb(0 0 0 / 30%) 1px 1px 5px 1px;
    border-radius: 10px;
}

#checkout-checkout .panel-default.expanded {
    padding: 25px;
    margin-bottom: 10px;
}

#checkout-checkout .panel-title.show-collapse {
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-top: 0px !important;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #2b2b2b;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0px;
    height: 45px;
}

#checkout-checkout .panel-title a {
    font-size: 12px;
    font-weight: bold;
    color: black;
    float: right!important;
    line-height: 20px;
}

#checkout-checkout .panel-body {
    padding-left: 0px;
    padding-right: 15px;
}

#collapse-checkout-option button:hover {
    background-color: #E30613 !important;
    border-color: #E30613 !important;
}

.checkout_address .control-label {
    margin-bottom: 0px;
    font-weight: bold;
    color: black;
}


/* .checkout_address input[type=text],
.checkout_address select,
.checkout_address textarea {
    border-left: 3px solid red;
    border-radius: 0px;
}

.checkout_address input[type=text]:focus,
.checkout_address select:focus,
.checkout_address textarea:focus {
    border-left: 3px solid red;
} */

.checkout_address input[type=text]:focus,
.checkout_address input[type=text]:active,
input[type=button]:focus,
.checkout_address input[type=button]:active,
.checkout_address select:focus,
.checkout_address textarea:focus {
    outline: 0px !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.swiper-pagination-bullet {
    width: 50px !important;
    height: 5px !important;
}

.account-list {
    /* width: 250px;
    max-width: 250px; */
    min-width: 275px;
    min-height: 500px;
    margin-right: 20px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: 5px 0 5px -7px #333 !important;
}

.account-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}

.account-list li>a {
    color: black;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 7px 0px 7px 19px;
    white-space: nowrap;
    /* border-left: solid #c2c2c2 8px; */
}

.account-list li>a.disabled {
    color: red;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 0px 0px 0px 15px;
    margin: 7px 0px 7px 0px;
    border-left: solid red 4px;
}

.page-item {
    color: grey !important;
    font-weight: normal !important;
    font-size: 14px !important;
    display: inline-block !important;
}

.page-item {
    min-width: 30px;
    display: flex !important;
    justify-content: center;
}

.page-link {
    background-color: transparent;
}

.page-item.active {
    background-color: #E30613;
    border-radius: 50%;
}

.page-item .page-link {
    color: black;
}

.page-item.active .page-link {
    color: white !important;
}

.category-arrow {
    width: 10px;
    height: 10px;
}

.left-arrow {
    background-image: url('/image/category/left-arrow.svg')
}

span.page-link {
    background-color: transparent !important;
    color: black !important;
    font-weight: bold !important;
}

.page-link {
    border: 0px !important;
    border-radius: 1px !important;
    display: inline-block !important;
    color: #B3B3B3 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 4px 10px !important;
    outline: 0px !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.page-link.pagination-arrow .fa,
.page-item .page-disable .fa {
    font-size: 20px;
}

.page-link:hover {
    color: black !important;
    background-color: transparent !important;
}

.page-link.number-link {
    color: black !important;
}

.pagination-arrow:hover {
    color: #E30613 !important;
}

.page-disable {
    border: 0px !important;
    border-radius: 1px !important;
    display: inline-block !important;
    color: #B3B3B3 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 4px 10px !important;
    outline: 0px !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    line-height: 1.5 !important;
}

.pagination-regular {
    display: flex
}

.pagination-mobile {
    display: none;
}

@media (max-width: 992px) {
    .pagination-regular {
        display: none;
    }
    .pagination-mobile {
        display: flex;
    }
}


/* .page-div {
    display: inline-block !important;
} */

.grid-divider {
    overflow-x: hidden;
    position: relative;
}

.grid-divider>[class*="col"]:nth-child(n+2):after {
    content: "";
    background-color: #c3c3c3;
    position: absolute;
    top: 30px;
    bottom: 70px;
    width: 30px;
    height: auto;
    left: -30px;
}

.visible-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.visible-hidden:focus {
    clip: auto;
    height: auto;
    overflow: auto;
    position: absolute;
    width: auto;
}

.product-category-left:empty {
    display: none !important;
}


/* custom select dropdown v2 */

.dropdown-select {
    max-width: 500px;
}

.dropdown-select .btn {
    width: 100%;
    text-align: left;
    padding-left: 25px;
    font-size: 14px;
    color: #3b3b3b;
    border-color: transparent !important;
    box-shadow: rgb(0 0 0 / 30%) 1px 1px 5px 1px !important;
    border-radius: 30px;
    background: white;
    white-space: inherit;
}

.dropdown-select.show .btn,
.dropdown-select.show .btn:active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #3b3b3b;
    border-color: #333333;
    background: white;
}

.dropdown-select .dropdown-item:hover {
    background-color: transparent;
    color: #E30613;
}

.dropdown-select .img-wrapper {
    float: right;
    width: 25px;
    height: 25px;
    background-image: url("../../../../../image/contact/dropdown.png");
    background-size: 100% 100%;
}

.dropdown-select.show .img-wrapper {
    transform: rotate(180deg);
}

.product-dropdown .dropdown-menu {
    width: 100%;
    top: 50%;
    padding-top: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 5px 6px !important;
}

.product-dropdown .dropdown-item {
    font-size: 14px;
}

.product-dropdown {
    min-width: 0px;
}

.product-dropdown .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-dropdown span {
    display: inline-block;
    max-width: 435px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-dropdown img {
    float: right;
    width: 25px;
}

.product-dropdown .img-wrapper {
    flex-shrink: 0;
}

.product-dropdown.dropdown-select button {
    position: relative;
}

.product-dropdown .dropdown-item.active {
    background-color: white;
    color: #E30613;
}

.product-dropdown .dropdown-item:active {
    background-color: #222222;
    color: white;
}

.product-dropdown .dropdown-item {
    white-space: inherit;
}

.product-dropdown .dropdown-item:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.no-option-wrapper {
    display: flex;
    align-items: center;
}

.no-option-wrapper .btn {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-width: 0;
}


/* product comparison */


/* widening the left and right sides of category page so compare tab can fit */

@media (min-width: 994px) {
    #product-category .no-gutters {
        margin-left: 0px !important;
        margin-right: 50px !important;
    }
}

.product-compare-tab {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    cursor: pointer;
    position: fixed;
    top: 70%;
    height: 120px;
    width: 40px;
    z-index: 13;
    display: none;
}

.product-compare-tab:hover {
    background-color: black;
}

.product-compare-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin-bottom: 70px;
    background: white;
    color: black;
    border-radius: 50%;
    transform: rotate(90deg);
}

.product-compare-link {
    margin-top: 15px;
    position: absolute;
    transform: rotate(90deg);
    color: white;
}

.product-compare-expanded {
    display: none;
    grid-template-columns: 20% 60% auto;
    grid-column-gap: 10px;
    padding: 20px;
    position: fixed;
    bottom: 0;
    background-color: #333;
    width: 100%;
    z-index: 12;
    min-height: 150px;
}

.product-compare-expanded-slidein-animation {
    display: grid;
    -webkit-animation: slidein 0.3s forwards;
    animation: slidein 0.3s forwards;
}

.product-compare-expanded-slideout-animation {
    -webkit-animation: slideout 0.3s forwards;
    animation: slideout 0.3s forwards;
    display: grid;
}

.product-compare-expanded .bts {
    position: relative;
}

.product-compare-expanded .bts span {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}

.product-compare-expanded .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 3%;
}

.product-compare-expanded .list .list__card {
    position: relative;
    border: 1px solid;
    min-height: 150px;
    max-height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-compare-expanded .list .list__card .list__remove {
    position: absolute;
    background-color: white;
    color: black;
    padding: 10px 15px;
    border-radius: 4px;
    border: solid 1px black;
    display: none;
}

.product-compare-expanded .list .list__card:before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-compare-expanded .list .list__card:hover:before {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.product-compare-expanded .list .list__card:hover>.list__remove {
    display: flex;
}

.product-compare-expanded .list .list__card .list__remove:hover {
    background-color: black;
    color: white;
}

.product-compare-expanded .list .list__card .list__thumbnail {
    width: 70%;
}

.product-compare-expanded .list .list__card .list__title {
    display: flex;
    padding: 10px;
    text-overflow: ellipsis;
}

.product-compare-expanded .list .list__card .list__title span {
    font-size: 18px;
    font-family: 'DINPro-Black';
    color: white;
}

.product-compare-expanded .bts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-compare-expanded .bts a {
    background-color: white;
    color: black;
    padding: 10px 15px;
    border-radius: 4px;
}

.product-compare-expanded .bts a:hover {
    background-color: black;
    color: white;
}

.product-compare-expanded .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}

.product-compare-expanded .info h2 {
    color: white;
    font-size: 24px;
    font-family: 'DINPro-Black';
}

.product-compare-expanded .info p {
    color: white;
}


/* open and close animation CSS for product comparison */

@-webkit-keyframes slidein {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes slidein {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideout {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes slideout {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

@media (max-width: 992px) {
    .product-compare-expanded .info p {
        display: none;
    }
}

@media (max-width: 800px) {
    .product-compare-expanded .info {
        display: none;
    }
    .product-compare-expanded {
        grid-template-columns: 75% auto;
    }
}

@media (max-width: 575px) {
    .product-compare-expanded {
        grid-template-columns: auto;
    }
    .product-compare-expanded .list {
        margin-bottom: 25px;
    }
}

@media (max-width: 430px) {
    .product-compare-expanded .list {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* category column and filter CSS */


/* Category CSS */

#accordionCategory {
    transition: height 1s;
}

#accordionCategory .list-group-item {
    text-align: left;
}

.card {
    border-radius: 0;
    border: 0;
}

.card-header {
    background-color: transparent;
    border-bottom: 0px;
    border-top: 1px solid #e2e2e2;
}

.card .card-header h2 button {
    font-size: 14px;
    color: black;
}

#accordionCategory .card-body {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.card-body a {
    color: black !important;
    padding-left: 15px;
}

.card-body .active {
    color: #888888;
    background-color: transparent;
}

.card-body .text {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.card-body .active .text {
    color: white !important;
    background-color: #E30613 !important;
    border-radius: 20px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#accordionCategory .accordion:first-child .card-header {
    border-top: 0;
}

#accordionCategory>.card:last-child>.card-header {
    margin-bottom: 0px;
}

.accordion-button::after {
    content: "\f107";
    color: #333;
    top: 14px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 24px;
}

.accordion-button[aria-expanded="true"]::after {
    content: "\f106";
}

.accordion-button,
.accordion-button::after,
.accordion-button:hover {
    color: #E30613 !important;
    text-decoration: none;
}

.accordion-button:focus {
    text-decoration: none;
}

.accordion-button.collapsed,
.accordion-button.collapsed::after {
    color: black !important;
}

.collapsing,
#accordionFilter .collapsing {
    transition: height 0.4s;
}

@media (max-width: 992px) {
    #w11-banner {
        margin-left: 0 !important;
    }
}


/* Filter CSS */

#accordionFilter .card .card-header {
    margin-bottom: -1px;
}

#button-filter {
    margin-top: 30px;
    background-image: none;
    background-color: #E30613;
    border-color: #E30613;
    border-radius: 20px;
    min-width: 120px;
}

#button-filter:hover {
    background-color: #E30613;
    border-color: #E30613;
}


/* Fix for display button lineup on category/search page */

#product-search .display-btn button {
    font-size: 16px;
    width: 160px;
}

#product-search .sort-btn button {
    font-size: 16px;
    width: 180px;
}

@media (max-width: 500px) {
    #product-search .display-btn button {
        width: 100px;
    }
    #product-search .sort-btn button {
        width: 120px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #product-search .display-btn .dropdown-menu {
        /* left: 32px !important; */
    }
    #product-search .sort-btn .dropdown-menu {
        left: -60px !important;
    }
}

#product-category .display-btn button {
    font-size: 16px;
    width: 100px;
}

#product-category .sort-btn button {
    font-size: 16px;
    width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 500px) {
    #product-category .display-btn button {
        width: 100px;
    }
    #product-category .sort-btn button {
        width: 120px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #product-category .display-btn .dropdown-menu {
        left: -2px !important;
    }
    #product-category .sort-btn .dropdown-menu {
        left: -60px !important;
    }
}


/* Fix for display button lineup on category/search page */

#product-search .display-btn button {
    font-size: 16px;
    width: 160px;
}

#product-search .sort-btn button {
    font-size: 16px;
    width: 180px;
}

@media (max-width: 500px) {
    #product-search .display-btn button {
        width: 100px;
    }
    #product-search .sort-btn button {
        width: 120px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #product-search .display-btn .dropdown-menu {
        /* left: 32px !important; */
    }
    #product-search .sort-btn .dropdown-menu {
        left: -60px !important;
    }
}

#product-category .display-btn button {
    font-size: 16px;
    width: 100px;
}

#product-category .sort-btn button {
    font-size: 16px;
    width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 500px) {
    #product-category .display-btn button {
        width: 100px;
    }
    #product-category .sort-btn button {
        width: 120px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #product-category .display-btn .dropdown-menu {
        left: -2px !important;
    }
    #product-category .sort-btn .dropdown-menu {
        left: -60px !important;
    }
}


/* #filter_heading1 {
    border-top: 0;
} */


/* Reviews CSS for product page */

#review {
    padding-left: 120px;
}

@media (max-width: 1262px) {
    #review {
        padding-left: 0px;
    }
}

#no-reviews {
    padding: 40px 120px 15px 0;
}

@media (max-width: 1262px) {
    #review {
        padding-right: 0px;
    }
}

.rating-bar-wrapper {
    position: relative;
    margin-top: 5px;
    width: 200px;
    height: 10px;
}

.rating-bar {
    background-color: #555;
}

.rating-star-wrapper {
    padding-top: 5px;
}

.twenty-percent-bar {
    position: absolute;
    width: 40px;
    height: 10px;
    border-right: 1px solid white;
}

.forty-percent-bar {
    position: absolute;
    width: 80px;
    height: 10px;
    border-right: 1px solid white;
}

.sixty-percent-bar {
    position: absolute;
    width: 120px;
    height: 10px;
    border-right: 1px solid white;
}

.eighty-percent-bar {
    position: absolute;
    width: 160px;
    height: 10px;
    border-right: 1px solid white;
}

#description-list-average-rating {
    margin-top: -15px;
    padding-bottom: 20px;
}

#average-rating {
    width: 200px;
}

#average-rating #average-rating-info {
    display: none;
}

#average-rating-link {
    color: #666;
}

#average-rating-link #average-rating-info {
    font-size: 14px;
}

.rating-link a {
    color: #666;
}

ul.pagination {
    flex-wrap: wrap;
}

.stars-container {
    font-size: 24px;
    position: relative;
    display: inline-block;
    color: transparent;
}

.stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: lightgray;
}

.stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: #555;
    overflow: hidden;
}

.stars-0:after {
    width: 0%;
}

.stars-10:after {
    width: 10%;
}

.stars-20:after {
    width: 20%;
}

.stars-30:after {
    width: 30%;
}

.stars-40:after {
    width: 40%;
}

.stars-50:after {
    width: 50%;
}

.stars-60:after {
    width: 60%;
}

.stars-70:after {
    width: 70%;
}

.stars-80:after {
    width: 80%;
}

.stars-90:after {
    width: 90%;
}

.stars-100:after {
    width: 100;
}


/* Reviews CSS for account review form */

.terms-link:hover {
    color: #0056b3 !important;
    cursor: pointer;
}

.terms-link {
    font-size: 12px;
    color: #23a1d1 !important;
}

.review-label {
    white-space: nowrap;
}

.rate {
    float: right;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #ffc700;
}

.review-hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    background-color: #cccccc;
}

.form-hidden {
    display: none;
}

.form-image:hover {
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%);
}

@media (max-width: 991px) {
    .review-hr {
        display: none;
    }
}

@media (max-width: 434px) {
    .review-hr {
        display: none;
    }
}


/* Account backend CSS */

.logout-link {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-left: 16px;
}

.logout-logo {
    background-color: #666666;
    width: 15px;
    height: 15px;
    mask: url(image/account/logout.svg) no-repeat center / contain;
    -webkit-mask: url(image/account/logout.svg) no-repeat center / contain;
}

.logout-link:hover {
    color: #E30613;
}

.logout-link:hover .logout-logo {
    background-color: #E30613;
}


/* Custom input styling with icons */

.inputWithIcon input[type=text] {
    padding-left: 35px !important;
}

.inputWithIcon select {
    text-indent: 25px !important;
}

.inputWithIcon select:focus {
    border-color: #E30613;
}

.inputWithIcon textarea {
    padding-left: 35px !important;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon .icon {
    position: absolute;
    left: 24px;
    top: 8px;
    padding-right: 5px;
    border-right: 1px solid #cccccc;
}

.inputWithIcon input:focus+.icon {
    border-right: 1px solid #E30613;
}

.inputWithIcon textarea:focus+.icon {
    border-right: 1px solid #E30613;
}

.inputWithIcon select:focus+.icon {
    border-right: 1px solid #E30613;
}

.inputWithIcon .name-icon {
    width: 15px;
    height: 15px;
    background-image: url("../../../../../image/contact/name.png");
    background-size: 100% 100%;
}

.inputWithIcon input:focus+.icon .name-icon {
    background-image: url("../../../../../image/contact/name-hover.png");
}

.inputWithIcon .email-icon {
    width: 15px;
    height: 13px;
    background-image: url("../../../../../image/contact/email.png");
    background-size: 100% 100%;
}

.inputWithIcon input:focus+.icon .email-icon {
    background-image: url("../../../../../image/contact/email-hover.png");
}

.inputWithIcon .description-icon {
    width: 15px;
    height: 15px;
    background-image: url("../../../../../image/contact/description.png");
    background-size: 100% 100%;
}

.inputWithIcon textarea:focus+.icon .description-icon {
    background-image: url("../../../../../image/contact/description-hover.png");
}

.inputWithIcon .order-icon {
    width: 15px;
    height: 15px;
    background-image: url("../../../../../image/contact/order.png");
    background-size: 100% 100%;
}

.inputWithIcon input:focus+.icon .order-icon {
    background-image: url("../../../../../image/contact/order-hover.png");
}

.inputWithIcon .company-icon {
    width: 15px;
    height: 15px;
    background-image: url("../../../../../image/account/company.svg");
    background-size: 100% 100%;
}

.inputWithIcon input:focus+.icon .company-icon {
    background-image: url("../../../../../image/account/company-hover.svg");
}

.inputWithIcon .address-icon {
    width: 15px;
    height: 15px;
    background-image: url("../../../../../image/account/address.svg");
    background-size: 100% 100%;
}

.inputWithIcon input:focus+.icon .address-icon {
    background-image: url("../../../../../image/account/address-hover.svg");
}

.inputWithIcon .city-icon {
    width: 15px;
    height: 15px;
    background-image: url("../../../../../image/account/city-state.svg");
    background-size: 100% 100%;
}

.inputWithIcon input:focus+.icon .city-icon {
    background-image: url("../../../../../image/account/city-state-hover.svg");
}

.inputWithIcon select:focus+.icon .city-icon {
    background-image: url("../../../../../image/account/city-state-hover.svg");
}

.inputWithIcon .zipcode-icon {
    width: 15px;
    height: 15px;
    background-image: url("../../../../../image/account/zipcode.svg");
    background-size: 100% 100%;
}

.inputWithIcon input:focus+.icon .zipcode-icon {
    background-image: url("../../../../../image/account/zipcode-hover.svg");
}

.inputWithIcon .phone-icon {
    width: 15px;
    height: 15px;
    background-image: url("../../../../../image/account/phone.svg");
    background-size: 100% 100%;
}

.inputWithIcon input:focus+.icon .phone-icon {
    background-image: url("../../../../../image/account/phone-hover.svg");
}

.inputWithIcon .country-icon {
    width: 15px;
    height: 15px;
    background-image: url("../../../../../image/account/country.svg");
    background-size: 100% 100%;
}

.inputWithIcon select:focus+.icon .country-icon {
    background-image: url("../../../../../image/account/country-hover.svg");
}

#account-address .inputWithIcon .icon,
#checkout-checkout .inputWithIcon .icon {
    left: 10px;
}

#content input.form-control:focus,
#content textarea.form-control:focus {
    border: 1px solid #E30613;
    box-shadow: none;
}


/* Menu and header redesign 2022 */


/* Header CSS*/

#top i,
#top1 i {
    color: #666666;
}

#top i.menu-icon,
#top1 i.menu-icon {
    font-size: 23px;
}

#header-icon-wrapper,
#header-icon-wrapper-bottom {
    display: flex;
    align-items: center;
    justify-content: right;
    border-right: 1px solid #999999;
}

#header-icon-wrapper-bottom {
    border-right: none;
}

#header-icon-wrapper-bottom i {
    color: white;
}

#header-icon .dropdown-menu {
    margin: 0px;
    background-color: black;
    border-radius: 13px;
    min-width: 0px;
}

#header-icon .dropdown-menu .dropdown-item {
    color: white;
    font-size: 14px;
    font-family: 'DINPro-Regular';
}

#header-icon .dropdown-menu .dropdown-item:hover {
    color: #E30613;
}

.cart-count {
    position: absolute;
    top: 0;
    right: -4px;
    background-color: #e63a30;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dropdown-cart {
    background-color: black;
    color: white;
    margin-left: -70px !important;
    min-height: 52px;
}

#msi-points-section span,
#msi-points-section-bottom span,
#msi-fan-section span,
#msi-fan-section-bottom span {
    color: #E30613;
    text-decoration: underline;
}

#msi-points-section,
#msi-points-section-bottom,
#msi-fan-section,
#msi-fan-section-bottom {
    display: flex;
    align-items: center;
    justify-content: right;
    border-right: 1px solid #999999;
    padding-left: 10px;
    padding-right: 10px;
    /* border-left: 1px solid #999999;
    border-right: 1px solid #999999; */
}

.msi-points-logged {
    background-image: url(/image/menu/rewards-dragon.svg);
    background-repeat: no-repeat;
    padding-top: 14px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    background-size: 96px 116px;
    background-position: -6px 3px;
}

#more-section {
    display: flex;
    align-items: center;
    justify-content: right;
}

#msi-points-banner {
    padding-top: 11px;
    padding-bottom: 6px;
    font-size: 14px;
}

#dropdown-more a {
    color: #666666;
}

#top1 .dropdown-item {
    color: white;
}

#top1 a {
    color: white;
}

#top1 {
    background-color: #222222;
    display: none;
}

#header-icon-wrapper-bottom {
    min-width: 105px;
}

#msi-points-section-bottom,
#msi-fan-section-bottom {
    min-width: 105px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 450px) {
    .dropdown-more-bottom {
        right: auto;
        left: 0;
    }
}

@media screen and (max-width: 869px) {
    #top1 {
        display: block;
    }
    #top1 .d-md-none {
        display: block !important;
    }
    #top2,
    #header-icon-wrapper,
    #msi-points-section,
    #msi-fan-section,
    #more-section {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #header-icon-wrapper {
        border-right: none;
    }
    #msi-points-section,
    #msi-points-section-bottom,
    #msi-fan-section,
    #msi-fan-section-bottom {
        border-right: none;
    }
}

@media screen and (max-width: 1850px) {
    #dropdown-cart {
        margin-left: -458px !important;
    }
}

#top2:hover {
    background-color: white;
}

#navbar-ex1-collapse {
    height: 32px;
    transition: all 0.5s;
}

#navbar-ex1-collapse.expanded {
    height: 64px;
}

#top2:hover #navbar-ex1-collapse {
    height: 46px;
}

#top2:hover #navbar-ex1-collapse.expanded {
    height: 64px;
}

#top2 #menu .nav>li>a {
    margin: 10px 0px;
    transition: all 0.5s;
}

#top2:hover #menu .nav>li>a {
    margin: 17px 0px;
}

#top2:hover #navbar-ex1-collapse.expanded .nav>li>a {
    margin: 10px 0px;
}

#top2:hover #navbar-ex1-collapse.expanded .dropdown-menu {
    margin: -32px;
}

#top2:hover ul li .main-item {
    color: #666666;
}

#menu .dropdown:hover,
#menu .nodropdown:hover {
    background-color: white;
}

#menu .dropdown:hover .main-item,
#menu .nodropdown:hover .main-item {
    color: red;
}

#navbar-ex1-collapse {
    justify-content: center;
    align-items: center;
}

#dropdown-more .dropdown-menu,
#dropdown-more-bottom .dropdown-menu {
    padding: 15px 0px;
    border: 1px solid black;
}

#msi-points-dropdown {
    min-height: 23px;
    display: flex;
    align-items: center;
}

#msi-points-dropdown:hover>.dropdown-menu {
    display: block;
}


/* #msi-points-dropdown>a {
    color: white;
    margin: 0px;
    height: 26px;
    display: block;
    border-bottom: 2px solid transparent;
} */

#msi-points-dropdown .dropdown-item:active,
#msi-points-dropdown .dropdown-item:focus,
#msi-points-dropdown .dropdown-item:focus-visible {
    background-color: transparent;
}

#msi-points-dropdown>div {
    margin: 0px;
    background-color: black;
    border-radius: 13px;
}

#msi-points-dropdown .dropdown-divider {
    margin: 0px 12px 0px 12px;
    border-top: 0.00em solid #333333;
}

#msi-points-dropdown .dropdown-item {
    padding: 4px 18px;
    font-size: 14px;
    color: white;
}

#msi-points-dropdown .dropdown-item:hover {
    background-color: transparent;
    color: red;
}


/* #msi-points-dropdown:hover>a {
    border-bottom: 2px solid red;
} */

#msi-points-dropdown:hover>.dropdown-menu,
#msi-points-section-bottom:hover>.dropdown-menu {
    display: block;
}


/* Menu CSS */

#menu .dropdown-menu .menu-container {
    max-width: 100%;
}

#menu .dropdown-menu {
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgb(0 0 0 / 30%) 1px 2px 5px 1px !important;
}

#menu .dropdown-menu .menu-container .item {
    border: 1px solid #cccccc;
    padding: 0px;
}

#menu .dropdown-menu,
#menu .dropdown-menu .menu-container {
    padding: 0px;
}

#menu .menuitem-lv2 {
    display: flex;
    z-index: 2;
    font-size: 0.8rem;
    background-color: white;
    align-items: center;
    box-shadow: 5px 6px 5px 0px rgb(0 0 0 / 30%);
    padding-left: 12px;
}

#menu .menu-container-lv2 {
    background-color: white;
}

#menu .menu-container-lv2:first-child .menuitem-lv2 {
    border-top-right-radius: 27px;
}

#menu .menu-container-lv2:last-child .menuitem-lv2 {
    border-bottom-right-radius: 27px;
}

#menu .menudropdown-lv2 {
    display: none;
    position: absolute;
    left: calc(((100vw - 72vw) / 2) * 1) !important;
    width: calc(100vw - 59vw) !important;
    height: 300px;
    z-index: 1;
    padding-left: 10px;
    padding-right: 0px;
    top: 0;
    background-color: transparent;
    overflow: hidden;
}


/* #menu .menuitem-lv2:hover + .menudropdown-lv2 {
    display: block;
} */


/* #menu .menu-container-lv2>.menuitem-lv2:hover>.menudropdown-lv2 {
    display: block;
} */

#menu .menu-container-lv2>.menuitem-lv2.selected>.menudropdown-lv2 {
    display: block;
}

#menu .menudropdown-lv2:hover {
    display: block;
}


/* #menu .menuitem-lv2:hover a {
    color: red;
} */

#menu .menuitem-lv2.selected a {
    color: red;
    cursor: pointer;
}

#menu .menuitem-lv2 a {
    color: black;
    cursor: pointer;
}

#menu .menu-container-lv3 {
    display: flex;
    height: 300px;
    /* overflow-y: auto; */
    padding-bottom: 20px;
}

#menu .menu-container-lv3::-webkit-scrollbar {
    display: none;
}

#menu .menuitem-lv3 a .menu-img {
    max-height: 80px;
}

#menu .menu-img-main {
    max-height: 200px;
}

#menu .menuitem-lv3 a p {
    max-width: 80px;
    min-height: 24px;
    color: black;
}

#menu .menuitem-lv3 {
    max-height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu .menuitem-lv3 a {
    color: black;
    border-radius: 9px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 25px;
}

#menu .menuitem-lv3 a:hover {
    color: red;
    background-color: white;
    box-shadow: 4px 6px 8px rgb(0, 0, 0, 0.3);
}

#menu .menuitem-lv3 a:hover p {
    color: red;
}

#menu .menuitem-lv3 #menu .menuitem-lv3 a:active {
    background-color: #F2F2F2;
}

#menu .menuitem-lv3 p {
    font-size: 0.7rem;
    text-align: center;
    width: 100px;
    line-height: 12px;
}

@media (max-width: 1200px) {
    #menu .menudropdown-lv2 {
        left: calc(((100vw - 69vw) / 2) * 1) !important;
        width: calc(100vw - 39vw) !important;
    }
}

@media (max-width: 992px) {
    #menu .menudropdown-lv2 {
        left: calc(((100vw - 61vw) / 2) * 1) !important;
        width: calc(100vw - 39vw) !important;
    }
}


/* Account Left & Account Top CSS */

.account-first-link a {
    /* position: absolute;
    left: -25px; */
    padding-left: 0px !important;
    position: absolute;
    left: 3px;
}

.account-list .account-first-link>a.disabled {
    border-right: solid red 4px;
    border-left: none;
    padding: 0px 20px 0px 11px;
    position: absolute;
    left: 3px;
}

.account-other-links:hover a,
.account-first-link:hover a {
    color: red;
}


/* .account-links {
    padding-left: 83px !important;
} */

.help-section {
    position: absolute;
    bottom: 0;
    padding-bottom: 3rem;
    max-width: 200px;
    margin-left: 40px;
}

.back-link {
    display: none;
}

@media (max-width: 655px) {
    .account-list {
        display: none;
    }
    .page-title {
        margin-top: 40px;
        line-height: normal;
    }
    .back-link {
        display: block;
    }
    .logout-link {
        color: #E30613;
    }
    .logout-logo {
        background-color: #E30613;
    }
}

@media (max-width: 287px) {
    .account-links {
        padding-left: 0px !important;
    }
    .account-first-link {
        position: relative;
        left: 0px;
    }
    .account-first-link a {
        padding: 7px 20px 7px 25px !important;
        margin: 0px !important;
    }
    .account-first-link a.disabled {
        border-left: solid red 4px !important;
        border-right: none !important;
        padding: 0px 20px 0px 21px !important;
        margin: 7px 0px 7px 0px !important;
    }
}

#msi-points-banner {
    display: flex !important;
    padding-bottom: 11px;
}

#msi-points-banner a:hover {
    color: #666;
}


/* #msi-points-section {
    display: none !important;
}

#msi-points-section-bottom {
    display: none !important;
} */