/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap'); */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

:root {
    --dark-blue-color: #192c55;
    --blue-color: #22345b;
    --blue-3-color: #36abe2;
    --blue-2-color: #2976bb;
    --blue-1-color: #1a5583;
    --orange-color: #f28e00;
    --dark-orange-color: #e96d1a;
    --light-orange-color: #fbb03b;
    --red-color: #c1272d;
    --light-red-color: #ee3f2c;
    --light-gray-color: #f2f2f2;
    --white-color: #ffffff;
    --gray-color: #eeeeee;
    --black-color: #000000;
    --gray-2-color: #5f5f5f;
    --gray-3-color: #b9b9b9;
    --light-purple: #b8d9fa;
    --yellow-color: #fdf094;
    --light-pink: #ec9ab1a3;
    --light-purple: #c5baff;
    --dark-green-color: #1c7d32;
    --site-gray: #4e606c;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
    font-family: "Arial", sans-serif;
}

/* Header color settings */
.site-header.blue {
    color: white;
    background-color: var(--blue-color);
}

.site-header.blue a {
    color: white;
}

.site-header.blue .currency {
    /* background-color: transparent; */
    color: black !important;
}

.site-header.blue .cart-icon {
    filter: invert(1);
}

.site-header.blue
    .btn-group.bootstrap-select.fit-width
    .dropdown-toggle::after {
    color: white;
}

.blue-bg {
    background-color: var(--dark-blue-color);
}

.site-gray-bg {
    background-color: var(--site-gray) !important;
}

.vertical-separator::after {
    content: "|";
    color: #fff;
    display: inline-block;
    padding-left: 12px;
}

.text-success {
    color: var(--dark-green-color) !important;
}

li.list-inline-item.align-middle.dropdown
    .btn-group.bootstrap-select.fit-width.show
    span.filter-option.pull-left
    span,
li.list-inline-item.align-middle.dropdown
    button.btn.dropdown-toggle.btn-default
    span.filter-option.pull-left
    span {
    transform: scale(1.1, 0.7);
}

li.list-inline-item.align-middle a h5 {
    font-size: 14px;
}

li a span.flag-icon.flag-icon-fr,
li a span.flag-icon.flag-icon-gb {
    transform: scale(1.5, 1);
}

/* Flags */

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon:before {
    content: "\00a0";
}

.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-gb {
    background-image: url(../../images/flags/gb.svg);
    transform: scale(0.9, 1);
}

.flag-icon-gb.flag-icon-squared {
    background-image: url("../../images/flags/gb.svg");
    transform: scale(0.9, 1);
}

.flag-icon-fr {
    background-image: url(../../images/flags/fr.svg);
    transform: scale(0.9, 1);
}

.flag-icon-fr.flag-icon-squared {
    background-image: url("../../images/flags/fr.svg");
    transform: scale(0.9, 1);
}

.btn-group.bootstrap-select.fit-width .btn {
    padding: 0 10px !important;
}

.main .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.main span.filter-option.pull-left {
    font-size: 30px;
}

.btn-group.bootstrap-select.fit-width .dropdown-toggle::after {
    vertical-align: -0.7em !important;
    margin-left: -0.2em;
}

.offset-md-1.offset-lg-3.col-xs-12.col-md-8.col-sm-9.col-lg-6.pt-0.pr-md-2.pr-lg-5 {
    position: relative;
    top: -12px;
}

/*.top-10 {
    top: -10px;
}*/

.location-div {
    font-size: 0.8em;
}

img.img-fluid.location-icon.mr-1 {
    width: 30px !important;
    height: 30px !important;
}

input.search-text {
    position: relative;
    z-index: 0 !important;
    height: 40px;
    border: 1px solid var(--gray-3-color);
}

input.search-text:focus {
    box-shadow: none;
    border: 1px solid;
}

input.form-control.search-text::placeholder {
    font-size: 0.8em;
}

.search-btn {
    padding: 5px 36px;
    border-radius: 10px 10px 10px 10px;
    margin-left: -1.5%;
    z-index: 2;
}

.orange-bg {
    background-color: var(--orange-color);
    border-color: var(--orange-color);
}

/* Search suggestion dropdown box */

.searchSuggestions {
    width: 100%;
    min-height: 100px;
    background: var(--white-color);
    position: absolute;
    border: 1px solid var(--gray-color);
    z-index: 199999;
}

.suggestion-content {
    position: relative;
    top: -10px;
}

button.close-suggestion-box {
    position: relative;
    color: var(--blue-color);
    cursor: pointer;
    display: flex;
    margin-left: auto;
    z-index: 100;
}

button.close-suggestion-box:hover {
    text-decoration: none;
}

.adjust-with-text {
    position: relative;
    top: -11px;
}

.searchSuggestions .title {
    color: var(--orange-color);
    font-size: 0.9em;
    font-weight: 600;
}

.searchSuggestions hr {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}

.searchSuggestions ul.nav {
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
}

.searchSuggestions ul.nav li {
    width: 100%;
}

.searchSuggestions ul.nav .nav-link {
    font-size: 0.8em;
    font-weight: 500;
    color: var(--black-color);
    padding: 0.1rem 1rem;
}

.searchSuggestions ul.nav .nav-link:hover {
    color: #fff;
    /* background-color: var(--blue-color); */
    background-color: var(--dark-orange-color);
}

.searchSuggestions .part-image {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}

.searchSuggestions .part-image img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    object-fit: contain;
}

select.currency {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #f28e00 50%),
        linear-gradient(135deg, #f28e00 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 0px),
        calc(100% - 15px) calc(1em + 0px), 100% 0;
    background-size: 5px 5px, 5px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
    width: 94px;
    min-width: 94px;
    max-width: 94px;
    /* border: 2px solid var(--gray-3-color); */
    border-radius: 0px;
}

select.form-control.category-box.col-sm-5 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, blue 50%),
        linear-gradient(135deg, blue 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 10px) calc(1em + 2px),
        calc(100% - 5px) calc(1em + 2px), 95% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.t-4 {
    top: -4px;
}

#add-cart-counter-top {
    position: absolute;
    top: -11px;
    left: 11px;
    border-radius: 15px;
    background-color: var(--orange-color);
    color: var(--white-color);
}

.cart-icon {
    width: 32px;
}

a {
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
    color: var(--orange-color);
    cursor: pointer;
}

/* Cart box */

.cart-box-info {
    position: absolute;
    transform: translate3d(-466px, 33px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
    width: 500px;
    z-index: 1021;
}

.cart-box-info::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: var(--white-color);
    border-right: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.cart-box-info .name {
    line-height: 16px;
}

.cart-box-info .name a {
    text-align: left;
    color: var(--blue-color);
    white-space: normal;
    font-size: 14px;
    font-weight: 600;
}

.cart-box-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.cart-basket {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

#mainNavbar a.nav-link {
    padding: 0.2rem 1rem !important;
    /* padding-top: .2rem !important;
    padding-bottom: .2rem !important; */
}

#mainNavbar a.nav-link:hover,
#mainNavbar a.nav-link.active {
    color: var(--white-color);
    background-color: #643c0063 !important;
    border-radius: 100px !important;
}

.site-gray-bg #mainNavbar a.nav-link:hover,
.site-gray-bg #mainNavbar a.nav-link.active {
    color: var(--white-color);
    background-color: #22345b80 !important;
    border-radius: 100px !important;
}

.bg-blue {
    background-color: var(--blue-color);
}

/* For positioning caret */

#mainNavbar .dropdown-toggle::after {
    top: 2px;
    position: relative;
}

#mainNavbar .mega-menu-dropdown {
    position: static;
}

.btn-orange {
    color: #fff;
    background-color: var(--orange-color);
}

.btn-orange:hover {
    color: #fff;
    background-color: var(--blue-color);
}

.z-index-1050 {
    position: relative;
    z-index: 1050;
}

/* Header */

#mainNavbar a.nav-link {
    padding: 0.2rem 1rem !important;
    color: #fff;
    font-weight: bold;
}

#mainNavbar a.nav-link:hover,
#mainNavbar a.nav-link.active {
    color: #fff;
    background-color: #643c0063 !important;
    border-radius: 100px !important;
}

/* For positioning caret */

#mainNavbar .dropdown-toggle::after {
    top: 2px;
    position: relative;
}

#mainNavbar .mega-menu-dropdown {
    position: static;
}

/* Footer */

/* Promocode */

#promocodeModal .modal-body {
    background: #22345b;
}

#promocodeModal .modal-body .first-line {
    color: #f28e00;
    text-align: center;
    font-weight: 800;
}

#promocodeModal .modal-body .second-line {
    color: #fff;
    text-align: center;
}

#promocodeModal .modal-body .third-line {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 2rem;
}

#promocodeModal .form-control,
#promocodeModal .btn {
    height: 3rem;
    border-radius: 0;
}

#promocodeModal .form-control {
    border: 1px solid #b5b3b3;
    padding-left: 1rem;
}

#promocodeModal .btn {
    background-color: #e96d1a;
    color: #fff;
}

#promocodeModal .close {
    color: #fff;
    font-size: 2rem;
    font-weight: 100;
}

.logoAdjustment {
    position: relative;
    top: 5px;
}

.flagMenu {
    margin-top: -2px !important;
}

.h-47 {
    height: 47px;
}

/* Dropdown mega menu */

.mega-menu {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
    left: 0;
}

.mega-menu-content {
    height: 58vh;
    /* overflow-y: scroll; */
}

.mega-menu .mega-menu-content.top-manufacturers {
    overflow-y: scroll;
}

.mega-menu .show-all {
    font-size: 0.8em;
    font-weight: 500;
    background-color: var(--blue-color);
    color: #fff;
}

.mega-menu .show-all-parent {
    font-size: 0.8em;
    font-weight: 500;
    background-color: var(--blue-color);
    color: #fff;
}

.mega-menu .show-all:hover {
    background-color: var(--orange-color);
    color: #fff;
}

.mega-menu .dropdown-item:hover,
.mega-menu .dropdown-item.active {
    background-color: var(--blue-color);
}

.mega-menu .dropdown-item:hover .category-text {
    color: #fff;
}

.mega-menu .all-cat-link {
    font-size: 1.2rem !important;
    color: #000;
    font-weight: 500 !important;
}

.mega-menu .all-cat-link {
    color: var(--blue-color);
}

.category-nav {
    height: 100%;
    overflow-y: auto;
}

.category-nav button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--blue-color);
    font-weight: 500;
    font-size: 14px !important;
}

.category-nav button .category-text {
    white-space: normal !important;
    font-weight: 600;
}

.category-nav .dropdown-divider {
    border-top: 2px solid #fbce9d;
}

.border-bottom-gray {
    border-bottom: 1px solid gray !important;
}

.border-right-gray {
    border-right: 1px solid gray !important;
}

/* Category listing */

.mega-menu .categories-listing {
    padding-top: 4rem;
    height: 100%;
    overflow-y: auto;
}

.mega-menu .categories-listing .category-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mega-menu .category-nav::-webkit-scrollbar,
.mega-menu .top-manufacturers::-webkit-scrollbar,
.mega-menu .categories-listing::-webkit-scrollbar {
    width: 8px;
}

.mega-menu .category-nav::-webkit-scrollbar-track,
.mega-menu .top-manufacturers::-webkit-scrollbar-track,
.mega-menu .categories-listing::-webkit-scrollbar-track {
    /* background-color: #e4e4e4; */
    border: 1px solid #f1f1f1;
}

.mega-menu .category-nav::-webkit-scrollbar-thumb,
.mega-menu .top-manufacturers::-webkit-scrollbar-thumb,
.mega-menu .categories-listing::-webkit-scrollbar-thumb {
    background-color: var(--orange-color);
}

/* End category listing */

.mega-menu .category-title a {
    font-weight: 600;
    color: var(--blue-color);
}

.mega-menu .border-orange {
    border-color: #fbce9d;
}

.mega-menu ul.subcategory-list {
    list-style-type: none;
    padding-left: 0.2rem;
}

.mega-menu ul.subcategory-list li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mega-menu ul.subcategory-list li a {
    font-size: 0.75rem !important;
    color: #000;
}

.mega-menu ul.subcategory-list li a:hover {
    font-weight: 500;
}

.mega-menu ul.subcategory-list li::before {
    content: "\203A";
    font-size: 1rem;
}

.mega-menu ul.subcategory-list li a {
    padding-left: 0.5rem;
}

/* .mega-menu .more-categories {
    margin-top: .5rem!important;
} */

.mega-menu .more-categories a {
    font-size: 0.7rem !important;
    color: var(--blue-color);
    font-weight: bold;
    padding-right: 3rem;
}

.mega-menu .h80vh {
    min-height: 80vh;
}

.mega-menu .h40vh {
    height: 40vh;
}

/* Manufacturer Listing */

.mega-menu .manufacturer-listing {
    max-height: 80vh;
    overflow-y: auto;
}

.mega-menu .manufacturer-listing::-webkit-scrollbar {
    width: 8px;
}

.mega-menu .manufacturer-listing::-webkit-scrollbar-track {
    /* background-color: #e4e4e4; */
    border: 1px solid #f1f1f1;
}

.mega-menu .manufacturer-listing::-webkit-scrollbar-thumb {
    background-color: var(--orange-color);
}

.mega-menu .manufacturer-listing .manufacturer-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mega-menu .manufacturer-listing .manufacturer-name a {
    color: #000;
    font-size: 0.85rem !important;
    font-weight: 500;
}

.mega-menu .manufacturer-listing .manufacturer-name a:hover {
    color: var(--blue-color);
}

.btn-alphabet {
    font-weight: 500;
    box-shadow: none !important;
}

.btn-alphabet:hover,
.btn-alphabet.active {
    border: 1px solid var(--orange-color);
}

.w-40 {
    width: 40% !important;
}

.mega-menu .mfg-list-search .form-control,
.mega-menu .mfg-list-search .btn {
    height: 34px;
}

.mega-menu .mfg-list-search .form-control {
    border-radius: 0;
}

.mega-menu .mfg-list-search .btn {
    padding: unset !important;
    border-radius: 8px;
    z-index: 1051;
}

.mega-menu .mfg-list-search .btn span {
    font-weight: bold;
    font-size: 13px;
}

.mega-menu .mfg-list-search .form-control {
    position: relative;
    right: -6px;
    z-index: 1050;
}

/* Search suggestion dropdown box */

.searchSuggestions {
    width: 97.3%;
    min-height: 100px;
    background: #fff;
    position: absolute;
    border: 1px solid gray;
    z-index: 199999;
}

.suggestion-content {
    position: relative;
    top: -10px;
}

button.close-suggestion-box {
    position: relative;
    color: var(--blue-color);
    cursor: pointer;
    display: flex;
    margin-left: auto;
    z-index: 100;
}

button.close-suggestion-box:hover {
    text-decoration: none;
}

.adjust-with-text {
    position: relative;
    top: -11px;
}

.searchSuggestions .title {
    color: var(--orange-color);
    font-size: 0.9em;
    font-weight: 600;
}

.searchSuggestions hr {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}

.searchSuggestions ul.nav {
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
}

.searchSuggestions ul.nav li {
    width: 100%;
}

.searchSuggestions ul.nav .nav-link {
    font-size: 0.8em;
    font-weight: 500;
    color: #000;
    padding: 0.1rem 1rem;
}

.searchSuggestions ul.nav .nav-link:hover {
    color: #fff;
    /* background-color: var(--blue-color); */
    background-color: #c3c8d3;
}

.searchSuggestions .part-image {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}

.searchSuggestions .part-image img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

img.img-fluid.height-50.menu_img_brand {
    width: 10vw;
    height: 5vh;
    object-fit: fill;
}

.logout-link {
    background: transparent;
    border: none;
    padding: 0;
}

.main .bootstrap-select.btn-group .dropdown-menu li {
    padding-left: 20px;
}

.main .dropdown-menu.open.show ul li a {
    font-size: 24px;
}

li a span.flag-icon.flag-icon-fr,
li a span.flag-icon.flag-icon-gb {
    transform: scale(1.5, 1);
}

/* Flags */

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon:before {
    content: "\00a0";
}

.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-gb {
    background-image: url(../../images/flags/gb.svg);
    transform: scale(0.9, 1);
    /* background-position: -38px -376px;
                        position: relative;
                        padding: 0 !important;
                        margin: 0px 0px 0 0;
                        width: 32px;
                        height: 16px;
                        background-size: 180px 800px;
                        vertical-align: middle;*/
}

.flag-icon-gb.flag-icon-squared {
    background-image: url("../../images/flags/gb.svg");
    transform: scale(0.9, 1);
}

.flag-icon-fr {
    background-image: url(../../images/flags/fr.svg);
    transform: scale(0.9, 1);
    /*background-position: -38px -347px;
                    position: relative;
                    padding: 0 !important;
                    margin: 0px 0px 0 0;
                    width: 32px;
                    height: 16px;
                    background-size: 180px 800px;
                    vertical-align: middle;*/
}

.flag-icon-fr.flag-icon-squared {
    background-image: url("../../images/flags/fr.svg");
    transform: scale(0.9, 1);
}

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

.dropdown-menu {
    z-index: 1021 !important;
    right: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px !important;
    box-shadow: none;
}

.logo-container {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container a img {
    height: 50px;
    object-fit: contain;
}

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

div#content_items_header .dropdown-item:focus,
div#content_items_header .dropdown-item:hover {
    background-color: transparent !important;
}

span.dropdown-item.font-weight-bold.border-bottom.pt-3.pb-2.font-16:hover {
    background-color: transparent !important;
}

.border-bottom.dropdown-item.d-flex.px-1:active {
    color: black !important;
    background: transparent !important;
}

.mamWidth1900 {
    max-width: 1900px;
}

@media only screen and (min-width: 1800px) {
    ul.list-inline.text-center.align-items-center.float-right.mb-0 {
        margin-right: 1.8% !important;
    }
    img.img-fluid.height-50.menu_img_brand {
        width: 8vw;
        height: 6vh;
        object-fit: fill;
    }
}

.payment_logo {
    max-width: 50px;
    height: 30px;
}

.payment_logo[alt="secure-payment"] {
    max-width: 100px;
    height: 30px;
}

@media only screen and (max-width: 991px) {
    .footerLinks a {
        width: 34%;
        display: block;
        float: left;
    }
    .termAndCondition {
        width: 68% !important;
    }
}

@media only screen and (max-width: 767px) {
    .border-left-red {
        border-left: 0px !important;
    }
    a.footer-btns {
        width: 100% !important;
        display: block;
        margin: 15px;
    }
    .footerLinks a {
        width: 40%;
        display: block;
        float: left;
    }
    .termAndCondition {
        width: 80% !important;
    }
}

@media only screen and (max-width: 600px) {
    .footerLinks a {
        width: 45%;
        display: block;
        float: left;
    }
}

@media only screen and (max-width: 575px) {
    .footerLinks a {
        width: 50%;
        display: block;
        float: left;
    }
    .termAndCondition {
        width: 100% !important;
    }
}

.custom-nav {
    list-style: none;
    padding: 0;
}

.welcome-message {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80px;
    color: var(--blue-color);
}

@media (max-width: 767px) {
    .welcome-message {
        width: 100%;
    }
}

.color-dark-green {
    color: var(--dark-green-color);
}

.bg-dark-green {
    background-color: var(--dark-green-color);
}

/* For loading image alt tags */

img {
    color: transparent;
    background: transparent;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #f28e00;
    border-bottom: 16px solid #f28e00;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-top: 6%;
}

.loader-sm {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #f28e00;
    border-bottom: 16px solid #f28e00;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    width: 30px;
}

/* Cart Nav */

.drawer {
    display: none;
}

.drawer__header {
    padding: 0.8em 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    background: var(--orange-color);
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
}

.drawer__title {
    position: relative;
    top: 2px;
}

.drawer__close {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
}

.drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    /* extra 3% because of box-shadow */
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
    box-shadow: 0 2px 6px #777;
}

.drawer__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1;
    padding: 1.5rem;
}

.drawer__footer {
    padding: 1.5rem;
}

.drawer.is-active {
    display: block;
}

.drawer.is-visible .drawer__wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.drawer.is-visible .drawer__overlay {
    opacity: 0.5;
}

.drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drawer--left .drawer__wrapper {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

#cart-menu .product {
    font-size: 0.8em;
}

#cart-menu .product .name a {
    color: var(--blue-color);
    font-weight: 600;
    font-size: 1em;
}

#cart-menu .product .pnum-info {
    font-weight: 500;
}

#cart-menu .product .pnum {
    font-weight: 600;
}

#cart-menu .product .fw-600 {
    font-weight: 600;
}

#cart-menu .product .symbol-price {
    font-weight: 600;
    font-size: 1.4em;
    color: red;
}

.auth-name {
    font-size: 0.9em;
}
.stickyTop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.price-line-through {
    position: relative;
    width: fit-content;
    font-size: 0.9em;
}

.price-line-through::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid red;
    border-color: inherit;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    color: red;
}

.modal .btn.orange-bg {
    color: #ffffff;
}

.modal .btn.orange-bg:hover {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
    color: #ffffff;
}

/* Remove menu arrow border left */
.mm-spn a:not(:last-child):after {
    border: 0 !important;
}

/* Hide menu when not fully loaded */
#categories-menu:not(.mm-menu) {
    display: none;
}

#categories-toggle::after {
    top: 2px;
    position: relative;
}

/* Categories dropdown hover menu */

/* #categoriesMenu .dropdown-menu {
    margin: 0px;
}

#categoriesMenu .dropdown-menu .dropdown-toggle::after {
    font-family: 'FontAwesome';
    content: '\f105';
    border: 0!important;
    position: relative;
    top: -0.05em;
}

#categoriesMenu .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: space-between;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
} */
