body {
    font-family: "Arial";
    font-size: 14px;
}

.btn {
    font-size: 14px;
}

.form-control {
    font-size: 14px !important;
}

.container-htmlv3 {
    max-width: 1920px;
}

a {
    color: #2f75bb;
    text-decoration: none;
}

a:hover {
    color: #2f75bb;
    text-decoration: underline;
}

.bg-ingram-blue {
    background-color: #2f75bb;
}

.bg-ingram-light {
    background-color: #f5f5f5;
}

.text-ingram-blue {
    color: #2f75bb !important;
}

.white-space-nowrap {
    white-space: nowrap;
}

.header-navbar {
    font-size: 16px;
}

.mainSearchField {
    border: none;
    background-color: #ffffff;
    border-radius: 15px 0 0 15px;
    font-size: 14px;
    outline: none;
    width: 100%;
}

.mainSearchField::placeholder {
    color: #b1b1b1;
}

.mainSearchField:-ms-input-placeholder {
    color: #b1b1b1;
}

.mainSearchField::-ms-input-placeholder {
    color: #b1b1b1;
}

@media(max-width: 1200px) {
    /*.mainSearchField {*/
    /*    width: 75%;*/
    /*}*/
}

.mainSearchBtn {
    border: none;
    background-color: #ffffff;
    border-radius: 0 15px 15px 0;
    outline: none;
    color: #b1b1b1;
}

.logo {
    max-width: 182px;
    min-width: 90px;
}

.header-icons {
    max-width: 235px;
}

@media(max-width: 576px) {
    .header-icons {
        max-width: unset;
    }
}

.header-icon {
    font-size: 10px;
}

@media(max-width: 978px) {
    .header-account-icon {
        margin-top: 5px;
    }
}

@media(max-width: 992px) {
    .header-account-icon {
        margin-top: 4px;
    }
}

@media(min-width: 768px) {
    .w-md-40 {
        width: 40% !important;
    }
    
    .w-md-50 {
        width: 50% !important;
    }
    
    .w-md-75 {
        width: 75% !important;
    }
}

@media(min-width: 992px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

.header-icon-desc {
    margin-top: -5px;
}

.headerMainMenu {
    font-size: 15px;
}

ul.main-menu > li {
    position: relative;
}

ul.main-menu > li > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    letter-spacing: -0.5px;
    border-radius: 0 0 3px 3px;
}

ul.main-menu > li.active > a {
    box-shadow: 0 5px 7px rgba(0,0,0,0.3);
}

ul.main-menu > li:hover > a {
    font-weight: 700;
}

ul.main-menu > li > ul {
    min-height: 350px;
}

@media(max-width: 991px) {
    ul.main-menu > li > ul {
        min-height: unset;
        list-style-type: none;
    }
}

.main-menu .dropdown-menu {
    font-size: 14px;
}

.main-menu .dropdown-menu > li > a:hover {
    font-weight: 700;
}

@media(max-width: 992px) {
    ul.main-menu > li > a {
        position: unset;
        box-shadow: unset !important;
    }
}

.small-top-nav {
    font-size: 12px;
    padding: 6px 0;
    z-index: 1050;
    position: relative;
}


.small-top-nav .dropdown * {
    font-size: 12px;
}

@media(max-width: 992px) {
    .small-menu-shadow {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    }
}

.quick_amview {
    font-size: 8px;
}

.header-icon-container {
    min-width: 50px;
    max-width: 50px;
}

.btn-radius {
    border-radius: 15px;
}

.btn.text-ingram-blue:hover, .btn.text-ingram-blue:focus {
    color: #559be0;
}

.btn.bg-ingram-blue:hover, .btn.bg-ingram-blue:focus {
    background-color: #559be0;
    border-color: #559be0;
}

.btn.bg-danger2:hover, .btn.bg-danger2:focus {
    background-color: #de385a;
}

.btn.bg-danger3:hover, .btn.bg-danger3:focus {
    background-color: #d3778a;
}

footer, .alert {
    font-size: 14px;
}

.slider-border-bottom {
    width: 100%;
    border-bottom: solid 8px #2f75bb;
}

.homesite-tile {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    height: 100%;
}

.homesite-tile-content {
    font-size: 11px;
}

.homesite-tile-btn-more {
    font-size: 11px;
}

.homesite-tile-btn-more-container {
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    width: 100%;
}

.homesite-tile-content.empty {
    height: 160px;
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.6);*/
    z-index: 20000;
}

.page-loader .spinner-border {
    width: 100px; 
    height: 100px;
}

a.bg-ingram-blue:hover {
    color: #efefef;
}

.pointer {
    cursor: pointer;
}

.fs-7 {
    font-size: 1.25rem;
}

.fs8 {
    font-size: 8px;
}

.fs9 {
    font-size: 9px;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fs35 {
    font-size: 35px;
}

.mw-120 {
    max-width: 120px;
}

.alert-secondary2 {
    background-color: #f0f0f0;
    border-color: #d3d6d8;
}

.bg-secondary2 {
    background-color: #f0f0f0 !important;
}

.bg-secondary2.active {
    background-color: #d6d6d6;
}

.border-secondary2 {
    /*border-color: #d3d3d3;*/
    border-color: #f0f0f0 !important;
}

.product-search-top-select {
    max-width: 100px;
}

@media(max-width: 992px) {
    .product-search-top-select {
        max-width: 70px;
    }
}

.form-check-products-filter {
    min-height:unset;
}

.products-filter-shadow {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

.add-to-cart-btn-container {
    border-radius: 10px;
    border: solid 1px #d6d6d6;
    /*box-shadow: 1px 3px 5px rgba(0,0,0,0.5);*/
}

.add-to-cart-btn-container.full {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
}

.add-to-cart-btn-input {
    width: 55px;
    background-color: white;
    border-radius: 10px 0 0 10px;
    height: 25px;
    border: none;
    border-right: none;
    padding-left: 10px;
    outline: none;
}

.quotation-btn-input {
    width: 55px;
    background-color: white;
    border-radius: 10px;
    height: 25px;
    border: none;
    border-right: none;
    padding: 0 10px;
    outline: none;
    text-align: right;
    font-weight: bold;
}


.add-to-cart-btn-product-input {
    width: 109px;
    background-color: white;
    border-radius: 10px;
    height: 38px;
    padding-left: 5px;
    padding-right: 11px;
    outline: none;
    color: #2f75bb;
    text-align: center;
}

.add-to-cart-btn-input::-webkit-inner-spin-button,
.add-to-cart-btn-input::-webkit-outer-spin-button,
.add-to-cart-btn-product-input::-webkit-inner-spin-button,
.add-to-cart-btn-product-input::-webkit-outer-spin-button {
    opacity: 1;
}

.add-to-cart-btn {
    width: 33px;
    font-size: 18px;
    line-height: 0px;
    background-color: white;
    border-radius: 0 10px 10px 0;
    height: 25px;
    border: none;
    border-left: none;
}

.add-to-cart-product-btn {
    line-height: 0px;
    border-radius: 10px;
    height: 38px;
    border: none;
    border-left: none;
}

.select-product-list-field {
    background-color: white;
    border-radius: 4px;
    border: solid 1px #d6d6d6;
    height: 21px;
    line-height: 17px;
}

.third-box-product-header .add-to-cart-btn-product-container {
    position: absolute;
    bottom: 1rem;
    right: 1.8rem;
}

.third-box-product-header .your-price-container {
    position: absolute;
    right: 1.75rem;
    top: 2.8rem;
}

.third-box-product-header .transport-note-container {
    position: absolute;
    left: 2rem;
    top: 6rem;
}


.your-price-container .muted-price {
    margin-bottom: -10px;
}

.pagination button {
    background: none;
    border: none;
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 17px;
}

.pagination input[type='number'] {
    width: 30px;
    height: 21px;
    text-align: center;
    outline: none;
    border: solid 1px #d6d6d6;
    border-radius: 3px;
}

.pagination input[type='number']::-webkit-outer-spin-button,
.pagination input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.chip {
    display: inline-flex;
    align-items: center;
    height: 30px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #f0f0f0;
    margin-bottom: 5px;
    margin-right: 5px;
}

.text-secondary2 {
    color: #bbbbbb;
}

.breadcrumb-item {
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}

.breadcrumb-item:hover .breadcrumb-dropdown {
    display: block !important;
    min-width: 260px;
}

.breadcrumb-dropdown {
    position: absolute;
    top: 32px;
    background: #fff;
    z-index: 100;
    margin-left: 16px;
    padding: 6px 8px;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    display: none;
}

.breadcrumb-dropdown a {
    display: block;
    padding: 0 2px;
    color: #2f75bb !important;
}

#products-list > div > div:first-child .text-truncate:hover {
    z-index: 11;
}

#products-list > div > div:nth-child(2) .text-truncate:hover {
    z-index: 10;
}

#products-list .product-list-item:hover .text-truncate:not(.partnumber) {
    overflow: inherit;
    white-space: normal;
}

#products-list .product-list-item:hover .text-truncate span {
    padding-right: 5px;
}

.text-success2 {
    color: #43C12C;
}

.text-success3 {
    color: #2bc931;
}

.text-warning2 {
    color: #FFEC00;
}

.text-danger2 {
    color: #D9163E !important;
}

.bg-danger2 {
    background-color: #D9163E;
}

.bg-danger3 {
    background-color: #d95f78;
}

.bg-danger3i-dt {
    background-color: #ffdbdb !important;
}


.popover-body {
    padding: 0;
    background-color: #f0f0f0;
    font-size: 11px;
}

.bs-popover-top > .popover-arrow::after {
    border-top-color: #f0f0f0;
}

#filterPriceMin, #filterPriceMax {
    width: 100%;
    height: 16px;
    font-size: 10px;
    text-align: center;
}

.filterPriceMinDesc, .filterPriceMaxDesc {
    width: 79%;
}

#price-slider {
    height: 6px;
    border-radius: 0;
}

#price-slider .ui-slider-handle {
    height: 12px !important;
    width: 7px !important;
    border-radius: 0;
    margin-left: -.3em !important;
    cursor: pointer;
    background-color: white;
}

#price-slider .ui-slider-handle.ui-state-focus, #price-slider .ui-slider-handle.ui-state-active {
    outline: none;
    background-color: white;
    border: solid 1px #c5c5c5;
}

.fixed-menu {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    z-index: 9;
}

.fixed-filter-btn {
    position: fixed;
    bottom: 20px;
    z-index: 6;
}

.sticky-filter-btn-container {
    position: relative;
}

.blue-bar {
    z-index: 9;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.main-menu-container {
    position: relative;
}

.main-menu-container > div {
    position: absolute;
    top: 0px;
    left: 0.85em;
    width: 100%;
    z-index: 8;
    transition: top 0.2s;
}

@media(max-width: 991px) {
    .main-menu-container > div {
        max-height: 95vh;
        overflow-y: scroll;
    }
}

.promotion-modal-img {
    height: 36px;
}

#products-list .product-image {
    /*     border: 2px solid #e8e9ea; */
    display: block;
    width: 100%;
}

#products-list .product-image span {
    min-height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
    display: block;
}

#products-list .product-gallery-layer {
    position: absolute;
    top: 55px;
    left: 90%;
    width: 580px;
    height: 410px;
    background: #fff;
    z-index: 100;
    display: none;
    border: 2px solid #2f75bb;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.8);
}

#products-list .product-gallery-layer .product-gallery-layer-header {
    padding: 10px;
    background: #2f75bb;
    color: #fff;
    line-height: 16px;
}

#products-list .product-gallery-layer .product-gallery-layer-body {
    padding: 10px;
}

#products-list .product-gallery-layer-hover .product-gallery-layer.active {
    display: block;
}

#products-list .product-gallery-layer-hover .product-gallery-layer.preparing {
    opacity: 0;
}

#products-list .product-gallery-layer .thumb,
#products-list .product-gallery-layer .regular {
    width: 100%;
    display: block;
}

#products-list .product-gallery-layer .thumb span,
#products-list .product-gallery-layer .regular span {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 5px solid transparent;
}

#products-list .product-gallery-layer .thumb {
    height: 70px;
    border: 2px solid #fff;
}

#products-list .product-gallery-layer .regular {
    height: 300px;
}

#products-list .product-gallery-layer .thumb.active {
    border: 2px solid #2f75bb;
}

#products-list .product-gallery-layer {
    position: absolute;
    top: -50%;
    left: 90%;
    width: 580px;
    height: 410px;
    background: #fff;
    z-index: 9;
    display: none;
    border: 2px solid #2f75bb;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.8);
}

#products-list .product-gallery-layer .product-gallery-layer-header {
    padding: 10px;
    background: #2f75bb;
    color: #fff;
    line-height: 16px;
}

#products-list .product-gallery-layer .product-gallery-layer-body {
    padding: 10px;
}

#products-list .product-gallery-layer-hover:hover .product-gallery-layer {
    display: block;
}

#products-list .product-gallery-layer .thumb,
#products-list .product-gallery-layer .regular {
    width: 100%;
    display: block;
}

#products-list .product-gallery-layer .thumb span,
#products-list .product-gallery-layer .regular span {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 5px solid transparent;
}

#products-list .product-gallery-layer .thumb {
    height: 70px;
    border: 2px solid #fff;
}

#products-list .product-gallery-layer .regular {
    height: 300px;
}

#products-list .product-gallery-layer .thumb.active {
    border: 2px solid #2f75bb;
}

#products-list .promotion-price-full {
    position: absolute;
    top: 20px;
    right: 67px;
}
.py-05 {
    padding-top: 0.10rem !important;
    padding-bottom: 0.10rem !important;
}

.position-relative {
    position: relative;
}

#products-list .qty-discount-table-full-container {
    position: absolute;
    top: 7px;
    right: 17px;
}

#products-list .qty-discount-table-full-container .overflow-hidden {
    width: 226px;
    transition: all 0.3s;
}

#products-list .qty-discount-table-full-container table td {
    min-width: 75px;
    max-width: 75px;
}

#products-list .qty-discount-table-full-container .show-more {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -25px;
    transition: all 0.3s;
    outline: none;
}

#products-list .qty-discount-table-full-container .show-more.active {
    transform: rotate(90deg);
}

.view-mode-btn-group {
    height: 30px;
}

.dropdown-product-list-header > span {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
}

.product-list-item.full {
    min-height: 125px;
}

.product-list-item.full .promotions-btn-container {
    position: absolute;
    bottom: 15px;
    left: initial;
}

@media(max-width: 991px) {
    .product-list-item.full .promotions-btn-container {
        position: initial;
        bottom: 15px;
        left: initial;
    }
}

.product-list-item .v-name-p-pn {
    position: absolute;
    bottom: 42px;
}

@media(max-width: 992px) {
    .product-list-item .v-name-p-pn {
        position: unset;
    }
}

@media(max-width: 1365px) {
    .product-list-item .v-name-p-pn {
        bottom: 41px;
    }
}

.ingram-tabs .nav-item {
    margin-right: 2px;
}

.ingram-tabs button.nav-link {
    background-color: #2f75bb;
    color: white;
    border-radius: 13px 13px 0 0;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.35);
    padding: 0.35rem 1.5rem 0.25rem 1.5rem;
    font-weight: bold;
}

.ingram-tabs button.nav-link.active {
    border: solid 1px #c9c9c9;
    cursor: unset;
    box-shadow: unset;
    border-bottom: solid 1px white;
    font-weight: bold;
}

.ingram-tabs button.nav-link.disabled {
    background-color: #ccc;
    color: white;
    cursor: unset;
    box-shadow: unset;
    font-weight: bold;
}

.ingram-tabs button.nav-link:hover {
    border: solid 1px #2f75bb;
}

.ingram-tabs button.nav-link.active:hover {
    border: solid 1px #c9c9c9;
    border-bottom: solid 1px white;
}

.ingram-tabs.tab-content {
    border: solid 1px #ccd0d3;
    border-top: 0;
}

.switch-button {
    background: rgba(255, 255, 255, 0.56);
    border-radius: 30px;
    overflow: hidden;
    width: 240px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #155fff;
    position: relative;
    padding-right: 120px;
    position: relative;
}
.switch-button:before {
    content: "FOCUSED";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}
.switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
    transform: translateX(120px);
    transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
    position: relative;
    padding: 15px 0;
    display: block;
    user-select: none;
    pointer-events: none;
}
.switch-button-checkbox + .switch-button-label:before {
    content: "";
    background: #2f75bb;
    color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    transform: translateX(0);
    transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
    position: relative;
}

.product-list-item:hover {
    /*background-color: #d1e2f3;*/
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}

.product-gallery-container .product-image, .product-gallery-container .product-image-full {
    display: block;
    width: 100%;
}

.product-gallery-container .product-image span {
    min-height: 60px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
    display: block;
    border: solid 1px #f0f0f0;
    cursor: pointer;
}

.product-gallery-container .product-image-full span {
    min-height: 210px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
    display: block;
    border: solid 1px #f0f0f0;
}

.first-box-product-header {
    height: 393px;
}

.first-box-product-header.full {
    height: 395px;
}

@media(max-width: 1699px) {
    .first-box-product-header {
        height: 373px;
    }
    
    .first-box-product-header.full {
        height: 395px;
    }

    .second-box-product-header.full {
        height: 214px !important;
    }

    .third-box-product-header {
        height: 192px !important;
    }

    .third-box-product-header.full {
        height: 214px !important;
    }
}

@media(max-width: 1365px) {
    .first-box-product-header.full {
        height: unset;
    }

    .second-box-product-header.full {
        height: unset !important;
    }

    .third-box-product-header {
        height: 192px !important;
    }

    .third-box-product-header.full {
        height: 186px !important;
    }
}

@media(min-width: 992px) and (max-width: 1365px) {
    .first-box-product-header {
        height: 230px;
    }
}

.second-box-product-header {
    height: 185px;
}

.second-box-product-header.full {
    height: 187px;
}

.third-box-product-header {
    height: 185px;
}

.third-box-product-header.full {
    height: 187px;
}

.box-product-header-without-promo {
    margin-top: 1.5rem;
    height: 219px;
}

.box-product-header-without-promo.full {
    margin-top: 1.5rem;
    height: 251px;
}

.box-product-header-without-promo > div {
    padding-top: 3.2rem !important;
}

.box-product-header-without-promo.third-box-product-header > div {
    padding-top: 1rem !important;
}

.third-box-product-header .add-to-cart-btn-container {
    width: 148px !important;
}

.third-box-product-header .add-to-cart-btn-input {
    height: 41px;
    width: 96px;
    font-size: 20px;
    text-align: center;
    color: #2f75bb;
}

.third-box-product-header .add-to-cart-btn {
    font-size: 36px;
}

@media(max-width: 1699px) {
    .second-box-product-header {
        height: 192px;
    }


    .third-box-product-header {
        height: 201px;
    }
}

@media(max-width: 1365px) {
    .second-box-product-header {
        height: 192px;
    }


    .third-box-product-header {
        height: 217px;
    }
}

.w-40 {
    width: 40%;
}

.w-65 {
    width: 65%;
}

.badge-radius {
    border-radius: 20px;
}

.lh-18 {
    line-height: 18px;
}

.recommended-product-image {
    display: block;
    width: 100%;
}

.recommended-product-image span {
    min-height: 170px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
    display: block;
}

.form-check-input:checked {
    background-color: #2f75bb;
    border-color: #2f75bb;
}

.product-description-mode {
    position: absolute;
    top: 5px;
    right: 0.85rem;
}

.product-recommended-products-mode {
    position: absolute;
    top: 5px;
    right: 0.85rem;
}

.cart-table-header {
    box-shadow: 0 2px 5px rgba(0,0,0,0.10);
}

.third-box-product-header .list-price {
    position: absolute;
    top: 1rem;
    right: 1.75rem;
}

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

.border-ingram-blue {
    border: 1px solid #2f75bb !important;
}

div[data-notify="container"] {
    border-radius: 15px;
    color: #fff;
    padding: 12px 24px;
    border: 2px solid #fff;
    font-size: 13px;
}

div[data-notify="container"].alert-info {
    background: #2f75bb !important;
}

div[data-notify="container"].alert-success {
    background: #43c12c !important;
}

div[data-notify="container"].alert-danger {
    background: #d9163e !important;
}

div[data-notify="container"] .close {
    top: 9px !important;
    right: 15px !important;
    color: #f0f0f0;
    background: none;
    border: none;
    font-size: 15px;
}

.add-to-cart-btn-cart-container {
    /*border-radius: 10px;*/
    /*border: solid 1px #d6d6d6;*/
    /*box-shadow: 1px 3px 5px rgba(0,0,0,0.5);*/
}

.add-to-cart-btn-cart-input {
    width: 42px;
    background-color: white;
    height: 25px;
    border: none;
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    outline: none;
    text-align: center;
}

.add-to-cart-btn-cart-input[disabled] {
    background-color: #f0f0f0;
    border: solid 1px #d6d6d6;
}

.add-to-cart-btn-cart-increment, .add-to-cart-btn-cart-decrement {
    background-color: #2f75bb;
    border: solid 1px #2f75bb;
    height: 25px;
    color: white;
}

.add-to-cart-btn-cart-increment[disabled], .add-to-cart-btn-cart-decrement[disabled] {
    background-color: #d6d6d6;
    border: solid 1px #d6d6d6;
    height: 25px;
    color: black;
}

.add-to-cart-btn-cart-increment {
    border-radius: 0 10px 10px 0;
    padding-top: 2px;
}

.add-to-cart-btn-cart-decrement {
    border-radius: 10px 0 0 10px;
    padding-top: 2px;
}

.add-to-cart-btn-cart-input::-webkit-inner-spin-button,
.add-to-cart-btn-cart-input::-webkit-outer-spin-button {
    display: none;
}

.total-net-value, .order-selected-items, .trial-request-btn {
    width: 315px;
}

@media(max-width: 1365px) {
    .total-net-value, .order-selected-items, .trial-request-btn, .cartcb2_reservation-werapper {
        width: 100%;
    }
}

.bg-secondary3 {
    background-color: #d1cece !important;
}

.border-secondary3 {
    border-color: #d1cece !important;
}

.w-33 {
    width: 33%;
}

.w-60 {
    width: 60%;
}

.w-5 {
    width: 5%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

@media(min-width: 576px) {
    .w-sm-5 {
        width: 5%;
    }
}

@media(min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
}

@media(min-width: 1366px) {
    .w-xl-30 {
        width: 30%;
    }

    .w-xl-25 {
        width: 25% !important;
    }
}

.w-100 {
    width: 100%;
}

.order-billing-island, .order-enduser-data-island {
    height: 215px;
}

.switch-courier-self-pickup {
    width: 324px;
    height: 31px;
    position: relative;
}

.switch-courier-self-pickup .courier {
    position: absolute;
    width: 180px;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 10px;
    background-color: #d1cece;
    color: white;
    z-index: 5;
    cursor: pointer;
}

.switch-courier-self-pickup .self-pickup {
    position: absolute;
    width: 180px;
    right: 0;
    top: 0;
    text-align: center;
    border-radius: 10px;
    background-color: #d1cece;
    color: white;
    z-index: 5;
    cursor: pointer;
}

.switch-courier-self-pickup .active {
    background-color: white;
    color: #2f75bb;
    z-index: 6;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

@media(max-width: 1699px) {
    .order-billing-island, .order-enduser-data-island {
        height: 233px;
    }
}

@media(max-width: 991px) {
    .order-billing-island, .order-enduser-data-island {
        height: 209px;
    }
}

.cursor-mouse {
    cursor: default !important;
}

.badge.points {
    height: 15px;
    margin-top: -1px;
    vertical-align: middle !important;
}

.product-list-item.full .badge.points {
    margin-top: -3px;
}

.filterek-label {
    width: 145px;
}

.filterek-label.avbl {
    width: 165px;
}

@media(max-width: 1699px) {
    .filterek-label {
        width: 130px;
    }

    .filterek-label.avbl {
        width: 130px;
    }
}

.product-list-item:hover {
    position: relative;
}

.cart-item {
    width: 650px;
}

@media(max-width: 1699px) {
    .cart-item {
        width: 550px;
    }
}

@media(max-width: 1365px) {
    .cart-item {
        width: 350px;
    }
}

@media(max-width: 991px) {
    .cart-item {
        width: 100%;
        max-width: 260px;
    }
}

@media(max-width: 767px) {
    .cart-item {
        width: 365px;
        max-width: 90%;
    }
}

@media(max-width: 575px) {
    .cart-item {
        max-width: 330px;
    }
}

@media(max-width: 475px) {
    .cart-item {
        max-width: 260px;
    }
}

@media(max-width: 410px) {
    .cart-item {
        max-width: 231px;
    }
}

@media(max-width: 377px) {
    .cart-item {
        max-width: 178px;
    }
}

@media(max-width: 315px) {
    .cart-item {
        max-width: 120px;
    ;
    }
}

@media(max-width: 360px) {
    .cart-box-curr {
        flex-direction: column;
    }

    .cart-clipboard-button {
        display: block;
        width: 100%;
        margin-bottom: 0.75rem
    }
}

.gallery-scroll {
    overflow-y: scroll;
    height: 210px;
}

.gallery-scroll::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.gallery-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.gallery-scroll::-webkit-scrollbar-thumb {
    background: #d7d7d7;
}

.gallery-scroll::-webkit-scrollbar-thumb:hover {
    background: #bbb7d7;
}

@media(max-width: 1365px) {
    .gallery-scroll {
        padding: 0;
    }
}

.w-95 {
    width: 95%;
}

.cart-counter {
    position: absolute;
    top:0;
    right: 0;
}

.switch-courier-self-pickup2 {
    width: 180px;
    height: 31px;
    position: relative;
}

.widget-truncate-long {
    width: 160px;
}

.widget-truncate-middle {
    width: 120px;
}

.widget-truncate-small {
    width: 60px;
}

@media(max-width: 1699px) {
    .widget-truncate-long {
        width: 120px;
    }

    .widget-truncate-middle {
        width: 100px;
    }
}

@media(max-width: 1365px) {
    .widget-truncate-long {
        width: 100px;
    }
}

@media(max-width: 991px) {
    .widget-truncate-long {
        width: 220px;
    }

    .widget-truncate-middle {
        width: 150px;
    }

    .widget-truncate-small {
        width: 110px;
    }
}

@media(max-width: 767px) {
    .widget-truncate-long {
        width: 150px;
    }

    .widget-truncate-middle {
        width: 120px;
    }

    .widget-truncate-small {
        width: 90px;
    }
}

@media(max-width: 450px) {
    .widget-truncate-long {
        width: 100px;
    }

    .widget-truncate-middle {
        width: 80px;
    }

    .widget-truncate-small {
        width: 80px;
    }
}

@media(max-width: 400px) {
    .widget-truncate-long {
        width: 80px;
    }

    .widget-truncate-middle {
        width: 67px;
    }

    .widget-truncate-small {
        width: 50px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.collapsing[animation='false'] {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.search-bar-container {
    position: relative;
    width: 65%;
}

@media(max-width: 575px) {
    .search-bar-container {
        width: 100%;
    }
}

.search-suggestions-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    min-height: 75px;
}

@media(max-height: 820px) {
    .search-suggestions-container {
        overflow-y: scroll;
        max-height: 60vh;
    }

    .search-suggestions-container::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .search-suggestions-container::-webkit-scrollbar-track {
        background: #f0f0f0;
    }

    .search-suggestions-container::-webkit-scrollbar-thumb {
        background: #d7d7d7;
    }

    .search-suggestions-container::-webkit-scrollbar-thumb:hover {
        background: #bbb7d7;
    }
}

.search-bar-container.suggesction-active .search-suggestions-container {
    display: block;
}

.search-bar-container.suggesction-active .mainSearchField {
    border-radius: 15px 0 0 0px;
}

.search-bar-container.suggesction-active .mainSearchBtn {
    border-radius: 0 15px 0 0;
}

.suggestions-item {
    padding: 0.5rem 1rem ;
}

.suggestions-product-image span {
    height: 65px;
    width: 65px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
    display: block;
}

.order3-invoice {
    width: 120px;
    height: 120px;
    background: white;
}

.order3-invoice:hover {
    background: #f7f7f7;
}

.order3-invoice.none-hover:hover {
    background: initial;
    cursor: default;
}

.tooltip {
    font-size: 12px;
}

.tooltip.show {
    opacity: 1 !important;
}

.tooltip-inner {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.3rem !important;
    color: black !important;
    background-color: #f0f0f0 !important;
    text-align: left !important;
    /*padding: 0.05rem !important;*/
}

.tooltip[data-popper-placement='left'] .tooltip-arrow:before {
    border-left-color: #d3d3d3 !important;
}

.tooltip[data-popper-placement='right'] .tooltip-arrow:before {
    border-right-color: #d3d3d3 !important;
}

.tooltip[data-popper-placement='top'] .tooltip-arrow:before {
    border-top-color: #d3d3d3 !important;
}

.tooltip[data-popper-placement='bottom'] .tooltip-arrow:before {
    border-bottom-color: #d3d3d3 !important;
}

/*
table.tbl {
    border:0px;
    background:white;
    margin:2px;
    border:1px solid #cbcbcb;
}*/


/* NOWE */
table.tbl {
    margin:2px;
    border:1px solid #dee2e6;
    border-collapse:collapse;
    width: 100%;
    font-size: 13px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

table.tbl tr.head {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    position: relative;
}

/*ZMIANA byĹo*/
/*table.tbl th {

   background:#D7D7D7;
   color:#3A3A3A;
   font-size:12px;
   font-weight:bold;
   padding:2px 5px;
   border-top:1px solid #f6f6f6;
   border-left:1px solid #f6f6f6;
   border-right:1px solid #bababa;
   border-bottom:1px solid #bababa;

}*/

table.tbl th {
    /*ZMIANA bÄdzie*/
    background-color:#fff;
    color:#3A3A3A;
    padding:10px 10px;
    border-top:1px solid #dee2e6;
    border-left:1px solid #dee2e6;
    border-right:1px solid #dee2e6;
    border-bottom:1px solid #dee2e6;
    font-weight:bold;
}


/* ZMIANA byĹo*/
/*table.tbl th.tbl_sort_th {background:#AFD7AF;}*/
/* ZMIANA bÄdzie*/
table.tbl th.tbl_sort_th {background:#ff7e00;}
table.tbl th.tbl_sort_th a {background:#ff7e00; color: #FFF;}
table.tbl th.tbl_sort_th a:hover {background:#ff7e00; color: #0594d3;}



table.tbl th a {color: #555555;text-decoration:underline;}
table.tbl th a:hover {color: #888888;text-decoration:underline;}

table.tbl th.head {font-size:14px;padding:8px;color:#375A90;background:transparent;}
table.tbl td {
    border-top:1px solid #dee2e6;
    border-left:1px solid #dee2e6;
    border-right:1px solid #dee2e6;
    border-bottom:1px solid #dee2e6;
    padding:5px 10px;
}

td.sub_mag_td {color:#088;padding-right:3px;}

table.tbl_small td {
    border:0px;
    /*border-top:1px solid #f6f6f6;
    border-left:1px solid #f6f6f6;
    border-right:1px solid #bababa;
    border-bottom:1px solid #bababa;*/
    padding:1px 5px;
    font-size:11px;
}

table.tbl_small tr.odd:hover td { background: #aaaaaa}
table.tbl_small tr.even:hover td { background: #999999}

table.tbl_small tr.odd:hover td.price_small {padding-left:3px;border-left:1px solid #dee2e6;}
table.tbl_small tr.even:hover td.price_small {padding-left:3px;border-left:1px solid #dee2e6;}

table.tbl_small tr td.price_small_special {font-weight:bold;color:red;}

table.tbl tr:nth-child(odd) {background:#f6f6f6;}
table.tbl tr:nth-child(even) {background:#ffffff;}

table.tbl tr.odd td {background:#f6f6f6;}
table.tbl tr.even td {background:#ffffff;}

table.tbl tr.odd td.price_small {padding-left:3px;border-left:1px solid #dee2e6;}
table.tbl tr.even td.price_small {padding-left:3px;border-left:1px solid #dee2e6;}


table.tbl tr.odd_red td {background:#F3c9cF;}
table.tbl tr.even_red td {background:#DBb0b5;}

table.tbl tr.odd_green td {background:#c3F9cF;}
table.tbl tr.even_green td {background:#bBE0b5;}

table.tbl tr.odd_green_red td {background:#94BE8C;}
table.tbl tr.even_green_red td {background:#94BE8C;}


table.tbl tr.odd_gray td {background:#aaaaaa;}
table.tbl tr.even_gray td {background:#999999;}

table.tbl tr.odd_blue td {background:#cBc0f5;}
table.tbl tr.even_blue td {background:#bBb0E5;}

table.tbl tr.odd_pink td {background:#FF84EF;}
table.tbl tr.even_pink td {background:#FF8FF4;}

table.tbl tr.odd_yellow td {background:#FFFB9F;}
table.tbl tr.even_yellow td {background:#F0EC96;}

table.tbl tr td.odd_yellow {background:#FFFB9F;}
table.tbl tr td.even_yellow {background:#F0EC96;}

table.tbl tr td.odd_red {background:#F3c9cF;}
table.tbl tr td.even_red {background:#DBb0b5;}

table.tbl tr td.odd_green {background:#c3F9cF;}
table.tbl tr td.even_green {background:#bBE0b5;}

table.tbl tr td.odd_gray {background:#aaaaaa;}
table.tbl tr td.even_gray {background:#999999;}

table.tbl tr td.odd_blue {background:#cBc0f5;}
table.tbl tr td.even_blue {background:#bBb0E5;}

table.tbl tr td.odd_pink {background:#FF84EF;}
table.tbl tr td.even_pink {background:#FF8FF4;}

table.tbl tr td.odd_pink {background:#FF84EF;}
table.tbl tr td.even_pink {background:#FF8FF4;}

table.tbl tr td.tgray {color:#888888}
table.tbl tr.tgray td {color:#888888}

table.tbl tr td.tred {color:#ff2222}
table.tbl tr.tred td {color:#888888}


table.tbl tr.tredpe {color:red;}
table.tbl tr.tredpe a {color:red;}


table.tbl tr td.pointer_gray {background:#aaaaaa;}
table.tbl th.pointer_gray {background:#aaaaaa;}

table.tbl tr td.no_items {padding:10px;font-size:24px;font-weight:bold;}

table.tbl_small tr td {padding: 2px;}
table.tbl tr td.price_special {font-weight:bold;color:red;}

.tipsik-text {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 16px;
    margin-left: 20px;
    /*color: #3A0000;*/
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.3rem !important;


    /* border: 1px solid #FFF; */
    /*  border-top: 1px solid #595DA3;
      border-left: 1px solid #595DA3;
      border-bottom: 1px solid #000945;
      border-right: 1px solid #000945;
      border-radius: 10px;*/

}

.rotate-280 {
    transform: rotate(280deg);
}

.offer-products .filter input[type='checkbox'], .offer-products .catalog-vendors input[type='checkbox'] {
    margin-bottom: 4px;
}

.order-bottom-island {
    min-width: 513px;
}

@media(min-width: 576px) {
    .product-contact-button {
        max-width: 200px;
    }
}

span.rf {color: red;}
.ingram-tabs label {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
}

.ingram-tabs .form-group {
    margin: 10px 0 10px 0;
}

.requiredFieldIndicator {
    position: relative;
    display: inline-block;
    top: -4px;
    font-size: 8px;
}

/***/
.bg-danger4
{
    background:#ffcccc;
}

.bg-danger-form
{
    background:#ffcccc;
}

.select2-selection__rendered {
    border-radius: 4px;
    border: 1px solid rgb(206, 212, 218);
    padding: 0.375rem 0.75rem;
}

.select2-search__field {
    -webkit-appearance: none;
}

.select2-dropdown { z-index:1057 !important; }

span.falert {
    color: red;
    font-size: smaller;
}

span.falert_y{
    color: #909000;
    font-size: smaller;
}

.btn-download {
    border: 1px solid lightgrey;
    box-shadow: 3px 3px 0.2em lightgrey;
}

div.current-registration label {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 4px;
}

div.current-registration select.form-select, div.current-registration .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 20px !important;
}

div.current-registration {
    padding-bottom: 5px;
}


.tabheader
{
    font-size: 16px;
    color: rgb(47,117,187);
    font-weight: bold;
}

@media(max-width: 991px) {
    .tab-pane {
        display: block !important;
        opacity: 1 !important;
        margin-bottom: 1rem !important;
    }

    .ingram-tabs.tab-content {
        border: 0;
    }
}

.small-view-toggle-filters {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 1050;
}

.small-view-close-filters {
    display: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 1rem;
    right: 1rem;
    line-height: 26px;
}

@media(max-width: 1365px) {
    .filter-container {
        position: fixed;
        z-index: 1051;
        left: 0;
        top: 0;
        height: 100%;
        overflow: scroll;
        background: white;
        width: 100%;
        padding-right: 0.75rem !important;
        padding-top: 0.75rem;
        padding-bottom: 2.5rem;
    }
    
    .filter-container.active {
        display: block !important;
    }
    
    .filterek-label {
        width: 100%;
    }

    .filterek-label.avbl {
        width: 100%;
    }

    .small-view-close-filters {
        display: block;
    }
}

@media(min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

@media(max-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }
}

@media(max-width: 260px) {
    .filterek-label.avbl {
        width: 130px;
    }
}

.search-spinner-container {
    position: relative;
    height: 75px;
}

.search-spinner {
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
}

.mainSearchField.spinner {
    padding-left: 47px !important;
}

/* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

.product-details-no-banner {
    height: 147px;
}

@media(max-width: 1699px) {
    .product-details-no-banner {
        height: 121px;
    }
}

@media(max-width: 1365px) {
    .product-details-no-banner {
        height: unset;
    }
}

.homesite-bottom-banner-image {
    width: 500px !important;
}

.menu-level-3-container {
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    background: white;
    border: solid 1px #6c6c6c;
    border-radius: 4px;
    min-height: 350px;
    width: 100%;
    list-style-type: none;
    padding: 0.5rem 1rem;
}

.menu-level-3-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 7;
}

@media(min-width: 993px) {
    .headerMainMenu ul.dropdown-menu > li.active > ul.menu-level-3-container {
        display: block;
    }

    .headerMainMenu ul.main-menu > li:last-child > ul.dropdown-menu > li > ul.menu-level-3-container {
        left: unset;
        right: 100%;
    }

    .headerMainMenu ul.dropdown-menu > li:hover > ul.menu-level-3-container > li > a:hover {
        font-weight: 700;
    }

    .menu-level-3-bg.active {
        display: block;
    }
}



table.tbl2 th {
    /*ZMIANA bÄdzie*/
    background-color:#fff;
    color:#3A3A3A;
    padding:10px 10px;
    border-top:1px solid #dee2e6;
    border-bottom:1px solid #dee2e6;
    font-weight:bold;
}

table.tbl2 {
    margin:2px;
    border:1px solid #dee2e6;
    border-collapse:collapse;
    width: 100%;
    font-size: 13px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

table.tbl2 tr.head {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    position: relative;
}


table.tbl2 th.head {font-size:14px;padding:8px;color:#375A90;background:transparent;}
table.tbl2 td {
    border-top:1px solid #dee2e6;
    border-bottom:1px solid #dee2e6;
    padding:5px 10px;
}

table.tbl3 th {
    /*ZMIANA bÄdzie*/
    background-color:#fff;
    color:#3A3A3A;
    padding:5px 5px;
    border-top:1px solid #dee2e6;
    border-left:1px solid #dee2e6;
    border-right:1px solid #dee2e6;
    border-bottom:1px solid #dee2e6;
    font-weight:bold;
}

table.tbl3 {
    border-collapse:collapse;
    width: 100%;
    font-size: 13px;
}

table.tbl3 tr.head {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    position: relative;
}


table.tbl3 th.head {font-size:14px;padding:8px;color:#375A90;background:transparent;}
table.tbl3 td {
    border-top:1px solid #dee2e6;
    border-left:1px solid #dee2e6;
    border-right:1px solid #dee2e6;
    border-bottom:1px solid #dee2e6;
    padding:5px 10px;
}

.product-desc-video {
    height: 70vh;
}

.vendor-room-dollar-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: linear-gradient(0.45turn, #2f75bb, #1f5a95);
}

.vendor-promo-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.vendor-promo-box:hover, .vendor-promo-box.active {
    border: 2px solid #2f75bb !important;
}

.promo-box, .promo-box:hover {
    text-decoration: none;
    border-radius: 3px;
    border: 2px solid #e8e9ea;
}

.promo-box:hover {
    border: 2px solid #2f75bb;
    color: #424242;
}

.vendor-promo-box {
    padding: 20px;
    border: 2px solid #e8e9ea;
    border-radius: 3px;
    margin-bottom: 15px;
}

.vendor-promo-box:hover, .vendor-promo-box.active {
    border: 2px solid #2f75bb;
}

.dropdown-menu {
    border-radius: 1px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu-sm .dropdown-item {
    font-size: 14px;
    padding: .2rem 0.5rem;
}

.bg-warning2 {
    background-color: #fff8e1;
}

.border-warning2 {
    border-color: #fff3cd !important;
}

.rma-vendors, .catalog-box-vendors .scrollbar-outer {
    height: 200px;
    overflow-y: scroll;
}

.rma-vendors .rma-vendors-list {
    background: #fff;
    padding: 0.5rem;
}

.btn.btn-ingram {
    background-color: #2f75bb;
    color: white;
    border-radius: 50rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    text-decoration: none !important;
}

.btn.btn-ingram.bg-secondary2 {
    color: #212529;
}

.tabheader_nofs
{
    color: rgb(47,117,187);
    font-weight: bold;
}

.vendor-room-sidebar {
    padding-bottom: 15px;
}

.product-first-island-row-truncate {
    width: 230px;
}

.product-description-video-iframe {
    height: 600px;
}

.order_ord_comments {
    resize: both;
}

@media(max-width: 1699px) {
    .product-first-island-row-truncate {
        width: 185px;
    }
}

@media(max-width: 1365px) {
    .product-first-island-row-truncate {
        width: 230px;
    }

    .order-bottom-island {
        min-width: unset;
        width: 100%;
    }
}

@media(max-width: 991px) {
    .product-first-island-row-truncate {
        width: 325px;
    }

    .product-description-video-iframe {
        height: 400px;
    }
}

@media(max-width: 766px) {
    .product-description-video-iframe {
        height: 300px;
    }
}

@media(max-width: 574px) {
    .product-first-island-row-truncate {
        width: 200px;
    }

    .product-description-video-iframe {
        height: 200px;
    }
}

@media(max-width: 420px) {
    .product-first-island-row-truncate {
        width: 140px;
    }
}

.vendor-room-sidebar-promotions-list li {
    list-style-type: initial;
}

.cart-tbl-first-column {
    padding-left: 0.55rem !important;
}

.recommended-product-container {
    width: 20%;
}

@media(max-width: 1699px) {
    .recommended-product-container {
        width: 15%;
    }
}

@media(max-width: 1365px) {
    .recommended-product-container {
        width: 20%;
    }
}

@media(max-width: 991px) {
    .recommended-product-container {
        width: 100%;
        flex: unset;
    }
}

.product-list-item.full .p-name > div > a {
    overflow: hidden;
}

.bg-pass-strange-0 {
    background-color: #ffcccc;
}

.bg-pass-strange-1 {
    background-color: #fff8e1;
}

.bg-pass-strange-2 {
    background-color: #eeffcc;
}

.bg-pass-strange-3 {
    background-color: #d0ffcc;
}

.bg-pass-strange-0:focus {
    background-color: #ffcccc;
}

.bg-pass-strange-1:focus {
    background-color: #fff8e1;
}

.bg-pass-strange-2:focus {
    background-color: #eeffcc;
}

.bg-pass-strange-3:focus {
    background-color: #d0ffcc;
}

.product-availability-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: rgba(240,240,240,0.75);
}

code {
    display: block;
    background: #f1f1f1;
    white-space: pre;
    padding: 1em;
    text-align: left;
    margin: .25em 0;
    direction: ltr;
}

blockquote {
    background: #fff7d9;
    margin: .25em 0;
    border-left: .3em solid #f4e59f;
    padding: .5em .5em .5em .75em;
}
blockquote cite {
    font-weight: bold;
    display: block;
    font-size: 1em;
    margin: 0 -.5em .25em -.75em;
    padding: 0 .5em .15em .75em;
    border-bottom: 1px solid #f4e59f;
}

.mrkt-company-column {
    width: 100%;
    max-width: 175px;
}

@media(max-width: 1699px) {
    .mrkt-company-column {
        max-width: 110px;
    }
}

@media(max-width: 1365px) {
    .mrkt-company-column {
        max-width: 630px;;
    }
}

@media(max-width: 992px) {
    .mrkt-company-column {
        max-width: 460px;
    }
}

@media(max-width: 767px) {
    .mrkt-company-column {
        max-width: 320px;
    }
}

@media(max-width: 575px) {
    .mrkt-company-column {
        max-width: 380px;
    }
}

@media(max-width: 500px) {
    .mrkt-company-column {
        max-width: 340px;
    }
}

@media(max-width: 450px) {
    .mrkt-company-column {
        max-width: 290px;
    }
}

@media(max-width: 400px) {
    .mrkt-company-column {
        max-width: 240px;
    }
}

@media(max-width: 350px) {
    .mrkt-company-column {
        max-width: 190px;
    }
}

@media(max-width: 300px) {
    .mrkt-company-column {
        max-width: 140px;
    }
}

@media(max-width: 260px) {
    .mrkt-company-column {
        max-width: 110px;
    }
}

font[size='1'] {
    font-size: 10px;
}

font[size='2'] {
    font-size: 13px;
}

font[size='3'] {
    font-size: 16px;
}

font[size='4'] {
    font-size: 18px;
}

font[size='5'] {
    font-size: 24px;
}

font[size='6'] {
    font-size: 32px;
}

font[size='7'] {
    font-size: 48px;
}

.bg-success3 {
    background-color: #deedde;
}

.btn-ingram-lightgreen {
    background-color: #deedde !important;
    color:#2f75bb !important;
}


.table-cartcb2-tr1.reservation-not-allowed {
    transition: background-color 0.4s;
}

.cart-reservation-highlight {
    background-color: #cfe2ff !important;
}

@media(min-width: 992px) {
    .bg-lg-none {
        background: none !important;
    }
}

.recommended-product-stocks-container {
    max-width: 295px;
}

.change-price-cart-input {
    width: 82px;
    background-color: white;
    border: solid 1px #2f75bb;
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding-left: 6px;
    outline-color: #2f75bb;
    height: 25px;
    text-align: right;
    padding-right: 8px;
}

.change-currency-cart-input {
    background-color: #2f75bb;
    color: white;
    border: solid 1px #2f75bb;
    border-radius: 0 10px 10px 0;
    padding-left: 6px;
    outline-color: #2f75bb;
    height: 25px;
    font-weight: 700;
    font-size: 12px;
}

.change-currency-cart-input option {
    background-color: white;
    color: black;
}

#drag-drop-container {
    display: none;
}

#drag-drop-container.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#drag-drop-container .drag-drop-content {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#drag-drop-container .drag-drop-zone {
    position: fixed;
    z-index: 5001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.file-input-success {
    border: solid 1px #339721 !important;
    background-color: #43C12C !important;
    color: white !important;
}

div.ddboxdiv {display:none;}
a.ddboxa.show ~ div.ddboxdiv {display:block;position:relative;background:white;top:40px;}
a.ddboxa.show ~ div.ddboxdiv_4_1 {left:100%;}
a.ddboxa.show ~ div.ddboxdiv_4_2 {left:-100%;}
a.ddboxa.show ~ div.ddboxdiv_4_3 {left:-100%;}
a.ddboxa.show ~ div.ddboxdiv_4_4 {left:-100%;}

a.ddboxa.show ~ div.ddboxdiv_5_1 {left:100%;}
a.ddboxa.show ~ div.ddboxdiv_5_2 {left:-100%;}
a.ddboxa.show ~ div.ddboxdiv_5_3 {left:-100%;}
a.ddboxa.show ~ div.ddboxdiv_5_4 {left:-100%;}
a.ddboxa.show ~ div.ddboxdiv_5_5 {left:-100%;}

a.ddboxa.show:has( + ul > li.active ) ~ div.ddboxdiv_4_1 {left:200%;}
a.ddboxa.show:has( + ul > li.active ) ~ div.ddboxdiv_4_4 {left:-200%;}

a.ddboxa.show:has( + ul > li.active ) ~ div.ddboxdiv_5_1 {left:200%;}
a.ddboxa.show:has( + ul > li.active ) ~ div.ddboxdiv_5_5 {left:-200%;}

