a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#dropZone_menu {
    border: gray dashed 3px;
    width: 200px;
    padding: 10px;
    text-align: center;
    color: gray;
}

#dropZone_private {
    border: gray dashed 3px;
    width: 200px;
    padding: 10px;
    text-align: center;
    color: gray;
}

.autocomplete-w1 {
    position: absolute;
    top: 0;
    left: 0;
}

.autocomplete {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 750px;
    overflow: auto;
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete div {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete strong {
    font-weight: normal;
    color: var(--bs-red);
}

.model_search {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    padding: 2px 5px;
    white-space: nowrap;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.button_style_small {
    font-weight: bold;
    font-size: 10pt;
    color: #fff;
    background: #E0AB0B;
    border: 1px solid rgb(222, 141, 0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0AB0B', endColorstr='#DE8D00', GradientType=0);
    padding: 5px 10px;
    cursor: pointer;
}

.button_style_yellow {
    font-weight: bold;
    font-size: 8pt;
    color: #000;
    background: #fbe321;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0AB0B', endColorstr='#DE8D00', GradientType=0);
    border: 1px solid rgb(222, 141, 0);
}

.button_style {
    font-weight: bold;
    font-size: 15pt;
    color: #fff;
    background: #E0AB0B;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0AB0B', endColorstr='#DE8D00', GradientType=0);
    border: 1px solid rgb(222, 141, 0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 24px;
    cursor: pointer;
}

.button_style_b {
    font-weight: bold;
    font-size: 13pt;
    color: #fff;
    background: #E0AB0B;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0AB0B', endColorstr='#DE8D00', GradientType=0);
    padding: 5px 12px;
    border: 1px solid #035c8a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.help_box_round_corners {
    background-color: #eee;
    padding: 20px;
    margin-top: 10px;
    margin-right: 20px;
    text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
}

.header_background {
    background: #ebebeb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#FFFFFF', GradientType=0);
}

div#box_subheading_test {
    padding: 4px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    color: #fff;
    background: #E0AB0B;
}

div#box_subheading {
    position: relative;
    padding: 5px;
    color: #ffffff;
    background: #effaff;
    border: 1px solid #b6b7cb;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 10px;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#FFFFFF', GradientType=0);
}

div#box_style_no_top_corners {
    position: relative;
    padding: 5px;
    color: #ffffff;
    border: 1px solid #dfdfdf;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
}

#image_border {
    position: relative;
    padding: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.box_border {
    font-size: 10px;
    color: #000000;
    border-spacing: 1px;
    border: 1px solid #dfdfdf;
}

table#box_style {
    position: relative;
    padding: 5px;
    color: #ffffff;
    border: 1px solid #dfdfdf;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#FFFFFF', GradientType=0);
    background: #ebebeb;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
}

div#box_style {
    padding: 5px;
    color: #ffffff;
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
}

.top_menu_item a:hover {
    color: #FFFFFF;
    font-weight: bold;
}
.top_menu_item a {
    font-size: 15px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.top_menu {
    position: relative;
    padding: 12px;
    margin: 3px 8px 3px 8px;
    color: #ffffff;
    background: #017cbb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
}

div#exampleborderradius {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    color: #ffffff;
    background: #075698;
    border: 1px solid #075600;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    font-size: 15px;
}

div#shadowedBoxPro {
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F0F0F0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E5E5E5', GradientType=0);
}

.step {
    margin: 10px 0;
    border-top: 1px solid #B2B2B2;
    padding: 10px 0 0 10px;
    min-height: 65px;
}

.under_line {
    border-top: 1px solid #B2B2B2;
    padding: 10px 0 0 10px;
}

.header_buttons {

    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #adced7;
    text-align: center;

}

.header_buttons a {
    color: #adced7;
}

.header_buttons a:hover {

    color: #ffffff;
    font-weight: bold;
}

.boxText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #000000;

}

.errorBox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #ffb3b5;
    font-weight: bold;
}

.stockWarning {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #cc0033;
}

.productsNotifications {
    background: #f2fff7;
}

.orderEdit {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-decoration: underline;
}

.main_body {
    background: url(/images/bglines.png);
    color: #333;
    margin: 0;
}

pre {
    display: block;
    font: 100% "Courier New", Courier, monospace;
    padding: 10px;
    border: 1px solid #bae2f0;
    background: #e3f4f9;
    margin: .5em 0;
    overflow: auto;
    width: 800px;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #dfdfdf;
    padding: 5px;
    display: none;
    color: #0289CD;
    font: bold 15px/20px Arial, Arial, Verdana, Tahoma;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.borderBox {
    border: 1px solid #ccc;
    background: #dfdfdf;
    padding: 5px;
    color: #0289CD;
    font: bold 15px/20px Arial, Arial, Verdana, Tahoma;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#Content {
    width: 970px;
    margin: 0px auto;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: left;
    position: relative;
    padding: 5px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

select.search_input, textarea.search_input {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 0.9rem;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
}

input.search_input {
    font-size: 0.9rem;
    padding: 4px 7px;
}

.order_infobox_data {
    font-size: 12px;
    color: #353535;

}

.order_infobox_heading {
    font-size: 1rem;
    color: var(--bs-red);
    font-weight: bold;
}

FORM {
    display: inline;
}

TR.headerNavigation {
}

TD.headerNavigation {
    font-size: 13px;
    color: #353535;
}

A.headerNavigation {
    color: #353535;
}

A.headerNavigation:hover {
    color: #000fff;
}

.headerNavigation {
    font-size: 13px;
    color: #353535;
}

TR.headerError {
    background: #ff0000;
}

TD.headerError {
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.headerError {
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TR.headerInfo {
    background: #00ff00;
}

TD.headerInfo {
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.headerInfo {
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}


.infoBox {
    color: #000000;
}

.infoBoxContents {
    color: #353535;
    font-size: 0.9rem;
    font-weight: 450;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.infoBoxContents a {
    color: #353535;
    font-size: 0.9rem;
    font-weight: 450;
}

.infoBoxContents_gray {
    font-size: 0.9rem;
    color: #888888;
}

.infoBoxContents_customer {
    font-size: 0.9rem;
    color: #2288c0;
}

.infoBoxContents_heading {
    font-size: 1.2rem;
    color: #3b3b3b;
}

.header_text {
    font-size: 1rem;
    font-weight: 500;
    color: #3b3b3b;
}

.infoBoxNotice {
    background: #FF8E90;
    color: #fff66c;
}

.infoBoxNoticeContents {
    background: #FFE6E6;
    font-size: 10px;
    color: #fff66c;
}

TD.infoBoxHeading a {
    color: var(--bs-red);
    font-weight: bold;
}

TD.infoBoxHeading {
    color: var(--bs-red);
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

TD.infoBoxHeading_small {
    color: var(--bs-red);
}

div.infoBoxHeading a {
    color: var(--bs-red);
}

.infoBox-heading {
    color: black;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
}

.infoBox-heading a {
    color: var(--bs-red);
}

.card-shadow {
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
}

TD.infoBox, SPAN.infoBox {
    font-size: 10px;
    color: #fff66c;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
    background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background: #f8f8f9;
}

TABLE.productListing {
    position: relative;
    padding: 5px;
    color: #000000;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#ebebeb;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
}

.productListing-heading {
    position: relative;
    padding: 3px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.productListing-heading a {
    position: relative;
    padding: 3px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

TD.productListing-data {
    font-size: 10px;
}
TD.productListing-data a {
    font-size: 10px;
    color: #000000;
}

div.productstatus {
    font-size: 10px;
    color: #505050;
    float: left;
}

div.hostimgtilediv {
    width: 120px;
    height: 80px;
    float: left;
}

ul.cmenu li.item ul li {
    float: left;
    height: 20px;
    font-size: 11px;
    cursor: default;
}

A.pageResults {
    color: #0000FF;
}

A.pageResults:hover {
    color: #0000FF;
    background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.pageHeading {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.pageHeading h1 {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.pageHeading_big h1 {
    font-size: 36px;
    color: #666;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

TD.pageHeading_white, DIV.pageHeading_white {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

TR.subBar {
    background: #f4f7fd;
}

TD.subBar {
    font-size: 10px;
    color: #000000;
}

TD.main, P.main {
    font-size: 11px;
    line-height: 1.5;
    color: #000000;
}

.main {
    font-size: 11px;
    line-height: 1.5;
    color: #000000;
}

TD.main_b, P.main_b {
    font-size: 11px;
    line-height: 1.5;
    color: #FFFFFF;
}


TD.smallText, SPAN.smallText, P.smallText {
    font-size: 10px;
}

.smallText {
    font-size: 10px;
}

TD.smallTextw, SPAN.smallTextw, P.smallTextw {
    font-size: 10px;
    color: #ffffff;
}

TD.accountCategory {
    font-size: 13px;
    color: #aabbdd;
}

TD.fieldKey {
    font-size: 12px;
    font-weight: bold;
}

TD.fieldValue {
    font-size: 12px;
}

TD.tableHeading {
    font-size: 12px;
    font-weight: bold;
}

SPAN.newItemInCart {
    font-size: 10px;
    color: #ff0000;
}

SPAN.greetUser {
    font-size: 12px;
    color: #f0a480;
    font-weight: bold;
}

TABLE.formArea {
    background: #f1f9fe;
    border-color: #7b9ebd;
    border-style: solid;
    border-width: 1px;
}

TD.formAreaTitle {
    font-size: 12px;
    font-weight: bold;
}

SPAN.markProductOutOfStock {
    color: #c76170;
    font-weight: bold;
}

SPAN.productSpecialPrice {
    color: #ff0000;
}

SPAN.errorText {
    color: #ff0000;
}

.moduleRowOver {
    background-color: #D7E9F7;
    cursor: pointer;
}

.moduleRowSelected {
    background-color: #a2d241;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bff18a', endColorstr='#a2d241', GradientType=0);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.checkoutBarFrom, .checkoutBarTo {
    font-size: 10px;
    color: #8c8c8c;
}

.checkoutBarCurrent {
    font-size: 10px;
    color: #000000;
}

.messageBox {
    font-size: 10px;
}

.messageStackError, .messageStackWarning {
    background-color: #ffb3b5;
}

.messageStackSuccess {
    background-color: #99ff00;
}


.inputRequirement {
    color: #ff0000;
}

.collapse dt {
    margin-top: .3em;
    color: #000000;
    font-weight: Normal;
    font-size: 12px;
}

.collapse dd {
    display: none;
    color: #000000;
    font-weight: Normal;
    font-size: 12px;

}

.collapse dt a {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #000000;

}

.collapse dt a:hover {
    background: #FFFF66;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.bubble {
    background: #ffffff;
    font-size: 10px;
    color: #606060;
}

.checkout {
    font-size: 12px;
    background: #FFFFFF;
    color: #000000;
    font-weight: normal;
}

@media print {
    .collapse dl dd {
        display: block;
    }
    font-size: 10px;
}

.usefull {
    FONT-SIZE: 12px;
    COLOR: #54778b;
}

.partnumber {
    clear: right;
    font-weight: bold;
    font-size: 12pt;
    color: #404040;
}

A.partnumber {
    color: #404040;
}

A.partnumber:hover {
    color: #0000FF;
    text-decoration: underline;
}

.small_text, a.small_text {
    FONT-SIZE: 8pt;
    COLOR: #525252;

}

.notepad {
    FONT-SIZE: 8pt;
    FONT-FAMILY: "Comic Sans MS", cursive, sans-serif;
    COLOR: #525252;
}

a.notepad_symptom {
    FONT-SIZE: 8pt;
    FONT-FAMILY: "Comic Sans MS", cursive, sans-serif;
    COLOR: #0289CD;
}

A.notepad {
    FONT-FAMILY: "Comic Sans MS", cursive, sans-serif;
    COLOR: #525252;
    FONT-SIZE: 12px;

}

.comic_small {
    FONT-SIZE: 12px;
    FONT-FAMILY: "Comic Sans MS", cursive, sans-serif;
    COLOR: #000000;

}

p.notepad:hover {
    FONT-SIZE: 12px;
    FONT-FAMILY: "Comic Sans MS", cursive, sans-serif;
    COLOR: #525252;

}

.hidden_exploded {
    display: none;
}

.arrow_text {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.arrow_text a {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.arrow_box {
    position: relative;
    background: rgba(var(--bs-danger-rgb), .95);
    border: 4px solid var(--bs-red);
    border-radius: 6px;
    height: 36px;
    padding: 5px 12px;
    margin: 9px;
    vertical-align: middle;
    text-align: center;
}

.arrow_box:after, .arrow_box:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: var(--bs-red);
    border-width: 15px;
    top: 50%;
    margin-top: -15px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: var(--bs-red);
    border-width: 21px;
    top: 50%;
    margin-top: -21px;
}

.arrow_text_gray {
    font-size: 12px;
    color: #C8C8C8;
    font-weight: bold;
    text-align: center;
}

.arrow_box_gray {
    position: relative;
    background: #e8e8e8;
    border: 4px solid #C8C8C8;
    border-radius: 6px;
    height: 36px;
    padding: 5px 12px;
    margin: 9px;
}

.arrow_box_gray:after, .arrow_box_gray:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_gray:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #C8C8C8;
    border-width: 15px;
    top: 50%;
    margin-top: -15px;
}

.arrow_box_gray:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #C8C8C8;
    border-width: 21px;
    top: 50%;
    margin-top: -21px;
}

.ship_guarantee {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px 5px #efefef;
    -webkit-box-shadow: 0 0 10px 5px #efefef;
    box-shadow: 0 0 10px 5px #efefef;
    position: absolute;
    z-index: 2000;
    padding: 15px;
    font-size: 12px;
    display: none;
    color: #0289CD;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.container-box {
    background: #FFFFFF;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.svgYellow {
    fill: #ffc107
}

.svgLight {
    fill: #fff5d6
}

.svgBlue {
    fill: #0289CD
}

.svgRed {
    fill: var(--bs-red);
}

.svgWhite {
    fill: #ffffff;
}

.svgGreen {
    fill: #009A1D;
}

.svgOrange {
    fill: #FD7E14;
}

.svgGrey {
    fill: #6c757d;
}

.svgBlack {
    fill: black;
}

.hover-svg-fill-white:hover .svgRed {
    fill: white;
}

.hover-svg-fill-white:hover .svgGrey {
    fill: white;
}

.hover-svg-fill-red:hover {
    fill: var(--bs-red);
}

.faq-accordion-button {
    font-weight: 550;
}

.fs-7 {
    font-size: .75rem !important;
}

.text-blue {
    color: #0289CD !important;
}

.text-red {
    color: var(--bs-red) !important;
}

.text-orange {
    color: #FD7E14 !important;
}

.text-green {
    color: #009A1D !important;
}

.border-blue {
    border-color: #0289CD !important;
}

.border-red {
    border-color: var(--bs-red) !important;
}

.bg-blue {
    background: #0289CD !important;
}

.bg-red {
    background: var(--bs-red) !important;
}


.header-navbar-nav li:hover {
    background-color: white;
    color: var(--bs-red);
}

.header-navbar-nav .nav-link {
    color: white;
}

.header-navbar-nav .nav-link.show {
    background-color: white;
    color: var(--bs-red);
}

.header-navbar-nav li a:hover {
    color: var(--bs-red);
}

.li-text-white li a {
    color: white;
}

.header-navbar-nav .nav-link:focus,
.header-navbar-nav .nav-link:hover {
    background-color: white;
    color: var(--bs-red);
}

.cart-icon-container {
    position: relative;
    display: inline-block;
}

#quantity-indicator {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bs-red);
    font-size: x-large;
}

.my-cart {
    width: 380px;
    --bs-popover-max-width: 380px;
}

.animate-image:hover {
    transform: scale(1.1);
}

.animate-image {
    transition: transform 0.5s ease;
}

.animate-image-15 {
    transform: scale(1.4);
    transition: transform 0.5s ease;
}

.animate-image-15:hover {
    transform: scale(1.54);
}


.hover-animate-trigger:hover .animate-image {
    transform: scale(1.1);
}

.page-header:before {
    content: '';
    background: url('https://bwsimages.as.r.appspot.com/site_images/header-flash.jpg');
    background-repeat: no-repeat;
    background-size: 127px;
    height: 83px;
    position: absolute;
    left: 0;
    padding: 0 70px;
    display: block;
    z-index: -1;
}

#shop_by_brands_filter li {
    cursor: pointer;
}

.currencies .dropdown-item.active, .currencies .dropdown-item:active {
    background-color: var(--bs-secondary-bg-subtle);
    color: var(--bs-dark);
}

.mega-menu {
    --bs-dropdown-link-active-bg: var(--bs-secondary-bg-subtle);
}

.navbar .has-mega-menu {
    position: static;
}

.navbar .mega-menu {
    width: 80%;
    margin-top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767.98px) {
    .navbar .mega-menu {
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
}

@media (max-width: 991.98px) {
    .navbar .mega-menu {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .page-header:before {
        content: none;
    }
}

@media (min-width: 1024px) and (max-width: 1079px) {
    .page-header:before {
        left: -30px;
    }
}

@media (min-width: 1080px) and (max-width: 1199px) {
    .page-header:before {
        left: -20px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .page-header:before {
        left: -40px;
    }
}

@media (min-width: 1300px) {
    .page-header:before {
        left: 0;
    }
}

.hover-text-white:hover {
    color: white !important;
}

.hover-text-blue:hover {
    color: blue !important;
}

.hover-text-red:hover {
    color: var(--bs-red) !important;
}

.hover-bg-red:hover {
    background: var(--bs-red) !important;
    border-color: var(--bs-red) !important;
}

.navbar-container-after, .page-footer:before {
    content: '';
    background: #2d2926;
    background: linear-gradient(90deg, #2d2926 0%, #c2c4c4 10%, #e0e1e1 40%, #2d2926 80%, #e0e1e1 90%, #53565a 99%);
    height: 10px;
    display: block;
}

.check-box-focus-ring-red:hover, .check-box-focus-ring-red:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), .25);
    border-color: var(--bs-red) !important;
}

.check-box-focus-ring-red:checked{
    border-color: var(--bs-red) !important;
}

.focus-border-red:focus {
    border-color: var(--bs-red) !important;
}

.hover-border-red:hover {
    border-color: var(--bs-red) !important;
}

.focus-ring-red:hover, .focus-ring-red:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), .25);
}

.focus-ring-black:hover, .focus-ring-black:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-dark-rgb), .25);
}

.focus-ring-grey:hover, .focus-ring-grey:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .25);
}

.focus-ring-white:hover, .focus-ring-white:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-light-rgb), .50);
}

.custom-spacing {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

.row-striped .item-container:nth-child(2n) {
    background: #fafafa;
}

.listingTab .nav-item .nav-link:not(.active) {
    font-weight: bold;
    text-decoration: none;
    color: black;
    background-color: #e2e3e5;
}

.listingTab .nav-item .nav-link:not(.active):hover {
    background-color: rgba(var(--bs-secondary-rgb), .50);
    border: solid 1px rgba(var(--bs-secondary-rgb), .50);
}

.listingTab .nav-item .active {
    font-weight: bold;
    text-decoration: none;
    background-color: black;
    color: white;
    border: solid 1px black;
}

/* Custom fade in up animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(150px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes stretch-bounce {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes fade-in-left {
    0% { opacity: 0; transform: translateX(-30%); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes appear {
    0% {
        opacity: 0;
        translate: 0 -50% 0;
        clip-path: inset(100% 100% 0% 0%);
    }

    100% {
        opacity: 1;
        clip-path: inset(0% 0% 0% 0%);
    }
}

@keyframes reveal {
    from {
        opacity: 0;
        clip-path: inset(45% 20% 45% 20%);
    }
    to {
        opacity: 1;
        clip-path: inset(0% 0% 0% 0%);
    }
}

.animate-star:hover .star {
    animation: stretch-bounce 0.5s ease-in-out;
}

/* Sequential delay for the animation of each star */
.animate-star .star:nth-child(1) { animation-delay: 0s; }
.animate-star .star:nth-child(2) { animation-delay: 0.1s; }
.animate-star .star:nth-child(3) { animation-delay: 0.2s; }
.animate-star .star:nth-child(4) { animation-delay: 0.3s; }
.animate-star .star:nth-child(5) { animation-delay: 0.4s; }

.zoom-in {
    animation: zoomIn 0.5s ease;
}

.fade-in-up {
    animation: fadeInUp 0.5s ease;
}

#scrollContainer .item-container {
    animation: fade-in-left linear forwards;
    animation-timeline: view();
    animation-range: entry, exit;
}

.card-appear {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% entry 80%;
}

.card-reveal {
    view-timeline-name: --card-reveal;
    view-timeline-axis: block;

    animation: linear reveal both;
    animation-timeline: --card-reveal;

    animation-range: entry 15% cover 20%;
}

.py-125 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
}

.p-125 {
    padding: 0.125rem !important;
}


.fancybox-close {
    top: 0 !important;
    right: 0 !important;
}

.breadcrumb-custom .breadcrumb-item {
    position: relative;
    flex-grow: 1;
    padding: .125rem .5rem;
}

.breadcrumb-custom .breadcrumb-item::before {
    display: none;
}

.breadcrumb-custom .breadcrumb-item::after {
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    content: "";
    background-color: var(--bs-tertiary-bg);
    border-top-right-radius: .5rem;
    box-shadow: 1px -1px var(--bs-border-color);
    transform: scale(.707) rotate(45deg);
}

.breadcrumb-custom .breadcrumb-item:first-child {
    padding-left: 1rem;
}

.breadcrumb-custom .breadcrumb-item:last-child {
    padding-right: 1rem;
}

.breadcrumb-custom .breadcrumb-item:last-child::after {
    display: none;
}

input.form-control:read-only {
    background-color: #e2e3e5;
}

.slick-next:before {
    color: var(--bs-red);
}

.bsb-btn-xl {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: calc(1.26rem + 0.12vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media (min-width: 1200px) {
    .bsb-btn-xl {
        --bs-btn-font-size: 1.35rem
    }
}

.accordion.accordion-grey {
    --bs-accordion-btn-focus-border-color: var(--bs-secondary);
    --bs-accordion-active-color: var(--bs-secondary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-secondary-bg-subtle);
}

.accordion.accordion-red {
    --bs-accordion-btn-focus-border-color: var(--bs-danger);
    --bs-accordion-active-color: var(--bs-danger-text-emphasis);
    --bs-accordion-active-bg: var(--bs-danger-bg-subtle);

}

.review-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.red-gradient {
    background: linear-gradient(40deg, #c8112e, #a10b23) !important;
}

.review-card .avatar {
    width: 140px;
    margin-top: -68px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
}

.product-search {
    border-radius: 10px;
    position: absolute;
    left: 23%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    width: 320px;
    font-size: 1.75rem !important;

    @media (max-width: 767.98px) {
        width: 180px;
        .product-search-cp {
            padding-top: 0.25rem !important;
            padding-bottom: 0 !important;
        }
        .product-search-cf {
            font-size: 1rem !important;
        }
    }

    @media (min-width: 768px) {
        width: 210px;
        .product-search-cf {
            font-size: 1.25rem !important;
        }
    }

    @media (min-width: 992px) {
        width: 240px;
        .product-search-cf {
            font-size: 1.5rem !important;
        }
    }

    @media (min-width: 1200px) {
        width: 280px;
        .product-search-cf {
            font-size: 1.6rem !important;
        }
    }

    @media (min-width: 1400px) {
        width: 320px;
        .product-search-cf {
            font-size: 1.75rem !important;
        }
    }
}

.main-carosal.carousel-control-next, .main-carosal.carousel-control-prev {
    width: 5%;
}

.nav-tab-height-fix {
    display: flex;
}

.nav-tab-height-fix .nav-item {
    flex: 1; /* Ensure each nav-item takes equal width */
    display: flex;
    justify-content: center;
}

.nav-tab-height-fix .nav-link {
    flex: 1; /* Ensure nav-link takes the full width of nav-item */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.slick-prev {
    left: -54px;
}

.slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c8112e'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-next {
    right: -10px;
}

.slick-next:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c8112e'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
}

.fs-larger {
    font-size: larger;
}

@media (max-width: 767.98px) {
    .navbar > .container-fluid {
        display: block;
        padding-left: 0.25rem!important;
        padding-right: 0.25rem!important;
    }

    .navbar-container {
        background-color: var(--bs-secondary-bg-subtle) !important;
    }
}

.text-justify {
    text-align: justify;
}

.card-effect {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-effect:hover {
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.15), 5px 0 10px rgba(0, 0, 0, 0.15);
}

.ss-slider .card {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.ss-slider .card:hover {
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.15), 5px 0 10px rgba(0, 0, 0, 0.15);
}

.mw-18-22 {
    max-width: 220px!important;
}

.mh-400 {
    max-height: 400px!important;
}

@media (max-width: 767.98px) {
    .mw-18-22 {
        max-width: 180px!important;
    }
}

.oem-logo{
    z-index: 2;
    position: absolute;
    top: 8px;
    left: 8px;
}

.max-h-150 {
    max-height: 150px!important;
    overflow-y: hidden!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.priceAndAvailability {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all .3s ease
}
.showPriceAndAvailabilityBtn {
    opacity: 1;
    transform: translateY(0)
}

