
/*@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}*/

@font-face {
    font-family: 'Baloo Bhaina';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/baloobhaina/v7/Noa16Uzzzp2FIkfhq5vm9thBIg58qhE.woff2) format('woff2');
    unicode-range: U+0964-0965, U+0B01-0B77, U+200C-200D, U+20B9, U+25CC;
    font-display: swap;
}
/* vietnamese */
@font-face {
    font-family: 'Baloo Bhaina';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/baloobhaina/v7/Noa16Uzzzp2FIkfhq5vm9thBNA58qhE.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
    font-family: 'Baloo Bhaina';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/baloobhaina/v7/Noa16Uzzzp2FIkfhq5vm9thBNQ58qhE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
    font-family: 'Baloo Bhaina';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/baloobhaina/v7/Noa16Uzzzp2FIkfhq5vm9thBOw58.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

.baloo {
    font-family: 'Baloo Bhaina', cursive;
}

body {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin: 0px;
}

.testimonial {
    font-size: 13px; /*font-weight: bold;*/
    color: #0061B7;
    border: 0px solid red;
    margin: 5px;
}
.text-black{
    color:#000;
}

.MemuLink {
    font-size: 12px;
    color: #666666;
    padding: 5px 10px 0px 10px;
    text-decoration: underline;
}
.border-bottom-dotted {
    border-bottom: 1px dashed #cecece;
    padding-bottom: 10px;
}
.ContentHeader {
    font-family: Tahoma;
    font-size: 25px;
    font-weight: bold;
    color: #C00091;
    padding-left: 38px;
    padding-right: 10px;
    text-decoration: none;
}
.tnsImg {
    max-width: 90px !important;
}
.text {
    font-size: 14px;
    color: #666666;
    /*height:25px;*/
}

.greentext {
    color: #004a90;
    font-weight: bold;
    font-size: 12px;
}

    .greentext a {
        color: #004a90;
        font-weight: bold;
        font-size: 12px;
    }

#value_prop {
    position: relative;
    width: 566px;
    z-index: 1;
    height: 216px;
}

#content_block {
    position: relative;
    width: 566px;
    z-index: 2;
    padding-top: 5px;
    font-size: 12px;
    color: #000000;
    line-height: 14px;
}

#product {
    position: relative;
}

.product_items {
    padding-right: 10px;
    padding-left: 12px;
    background-color: #7cb2ee;
}

.strikethrough {
    padding-bottom: 10px;
    font-size: 12px;
    text-decoration: line-through;
}

.product_copy {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}

#CheckOutPendingOrder_wrapper {
    margin: 0 auto;
    width: 1100px;
    background-color: White;
}

/*CustomerFeedback .Start*/
.fieldDescription {
    font-size: 12px;
    color: #666666;
}
/*CustomerFeedback .End*/

/*EmailSubscribeConfirmation .Start*/
/*EmailSubscribeConfirmation .End*/

/*CheckoutLogin .Start*/
/*CheckoutLogin .End*/


.reviewbutton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B573), color-stop(1, #01A55A) );
    background: -moz-linear-gradient( center top, #22B573 5%, #01A55A 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B573', endColorstr='#01A55A');
    background-color: #22B573;
    text-indent: 0;
    border: 1px solid #01A55A;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
}

    .reviewbutton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #01A55A), color-stop(1, #22B573) );
        background: -moz-linear-gradient( center top, #01A55A 5%, #22B573 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01A55A', endColorstr='#22B573');
        background-color: #01A55A;
    }

    .reviewbutton:active {
        position: relative;
        top: 1px;
    }


.cf-button {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F2E71C), color-stop(1, #D9CE1E) );
    background: -moz-linear-gradient( center top, #F2E71C 5%, #D9CE1E 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2E71C', endColorstr='#D9CE1E');
    background-color: #F2E71C;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #D9CE1E;
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    padding: 5px 0;
    width: 400px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .cf-button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D9CE1E), color-stop(1, #F2E71C) );
        background: -moz-linear-gradient( center top, #D9CE1E 5%, #F2E71C 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9CE1E', endColorstr='#F2E71C');
        background-color: #D9CE1E;
    }

    .cf-button:active {
        position: relative;
        top: 1px;
    }

.quantity {
    display: inline-block;
}

    .quantity .input-text.qty {
        width: 45px;
        height: 31px;
        padding: 0 5px;
        text-align: center;
        background-color: transparent;
        border: 1px solid #efefef;
        border-radius: 0;
    }

    .quantity.buttons_added {
        text-align: left;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
    }

        .quantity.buttons_added input {
            display: inline-block;
            margin: 0;
            vertical-align: top;
            box-shadow: none;
        }

        .quantity.buttons_added .minus,
        .quantity.buttons_added .plus {
            padding: 5px 13px;
            height: 31px;
            background-color: #F6F6F6;
            border: 1px solid #efefef;
            cursor: pointer;
        }

        .quantity.buttons_added .minus {
            border-right: 0;
            color: #000;
        }

        .quantity.buttons_added .plus {
            border-left: 0;
            color:#000;
        }

            .quantity.buttons_added .minus:hover,
            .quantity.buttons_added .plus:hover {
                background: #eeeeee;
            }

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

    .quantity.buttons_added .minus:focus,
    .quantity.buttons_added .plus:focus {
        outline: none;
    }

/*ZEN DESK*/
#zendesk-widget-custom, #zendesk-widget-custom div {
    all: unset;
}

    #zendesk-widget-custom div.zd-icon-loader {
        display: none;
    }

        #zendesk-widget-custom div.zd-icon-loader div {
            box-sizing: border-box;
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            border: 2px solid #fff;
            border-radius: 50%;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            border-color: #fff transparent transparent transparent;
        }

            #zendesk-widget-custom div.zd-icon-loader div:nth-child(1) {
                animation-delay: -0.45s;
            }

            #zendesk-widget-custom div.zd-icon-loader div:nth-child(2) {
                animation-delay: -0.3s;
            }

            #zendesk-widget-custom div.zd-icon-loader div:nth-child(3) {
                animation-delay: -0.15s;
            }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#zendesk-widget-custom div.zd-icon-default svg {
    display: block;
}

#zendesk-widget-custom {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 16px;
    border: medium none;
    background: transparent none repeat scroll 0% 0%;
    z-index: 999998;
    transform: translateZ(0px);
    position: fixed;
    animation: 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s onLoadAnimation;
    height: 50px;
    max-height: 551px;
    min-height: 50px;
    margin: 10px 20px;
    left: 0;
    bottom: 0;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Cantarell,Helvetica Neue,Arial,sans-serif;
}
/**==============================================================================================*/

.nopadding {
    padding: 0px !important;
}

.padding10 {
    padding: 10px;
}

.customerLogin_bg .row1 {
    padding: 70px;
}

input[type="image"] {
    border: 0px
}

.radiusBorder5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #DDD;
}

#myModal {
    float: none;
}

#orders1 .columns {
    padding: 7px 0px;
    background-color: #F2F2F2;
    font-weight: bold;
    color: #0033A0
}


.activateinnerpanel {
    padding: 15px 35px 5px 35px
}

.applyDgreybtn {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333637), color-stop(1, #333637) );
    background: -moz-linear-gradient( center top, #333637 5%, #4B4B4B 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333637', endColorstr='#4B4B4B');
    background-color: #333637;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #4B4B4B;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    padding: 0px 3px;
}

    .applyDgreybtn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4B4B4B), color-stop(1, #333637) );
        background: -moz-linear-gradient( center top, #4B4B4B 5%, #333637 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#333637');
        background-color: #4B4B4B;
    }

    .applyDgreybtn:active {
        position: relative;
        top: 1px;
    }

.cartridge-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.cartridge-item {
    display: flex;
    align-items: center;
    margin-right: 10px; /* Adjust spacing between items */
    margin-bottom: 5px; /* Add spacing between rows if items wrap */
}
.image-container {
    position: relative;
    display: inline-block;
}

.colorDot {
    display: block;
}

.teardrop {
    border-top-left-radius: 8%;
    border-top-right-radius: 48%;
    border-bottom-left-radius: 48%;
    border-bottom-right-radius: 48%;
    background: rgb(0,160,201);
    background: -moz-linear-gradient(0deg, rgba(0,160,201,1) 0%, rgba(255,28,105,1) 49%, rgba(255,218,0,1) 86%);
    background: -webkit-linear-gradient(0deg, rgba(0,160,201,1) 0%, rgba(255,28,105,1) 49%, rgba(255,218,0,1) 86%);
    background: linear-gradient(0deg, rgba(0,160,201,1) 0%, rgba(255,28,105,1) 49%, rgba(255,218,0,1) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0c9", endColorstr="#ffda00", GradientType=1);
    margin: 10px 5px;
    width: 25px;
    height: 25px;
}

.teardropblack {
    border-top-left-radius: 8%;
    border-top-right-radius: 48%;
    border-bottom-left-radius: 48%;
    border-bottom-right-radius: 48%;
    background: black;
    margin: 10px 5px;
    width: 25px;
    height: 25px;
}

.teardropcyan {
    border-top-left-radius: 8%;
    border-top-right-radius: 48%;
    border-bottom-left-radius: 48%;
    border-bottom-right-radius: 48%;
    background: #219cd7;
    margin: 10px 5px;
    width: 25px;
    height: 25px;
}

.teardropyellow {
    border-top-left-radius: 8%;
    border-top-right-radius: 48%;
    border-bottom-left-radius: 48%;
    border-bottom-right-radius: 48%;
    background: yellow;
    margin: 10px 5px;
    width: 25px;
    height: 25px;
}

.teardropmagenta {
    border-top-left-radius: 8%;
    border-top-right-radius: 48%;
    border-bottom-left-radius: 48%;
    border-bottom-right-radius: 48%;
    background: magenta;
    margin: 10px 5px;
    width: 25px;
    height: 25px;
}
.quantity {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: bold;
    color: white; /* Change this to the desired color */
}

.quantity2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: bold;
    color: #000; /* Change this to the desired color */
}

.cartridge-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1; /* Reduce line height to minimize gap */
}

.cartridge-text {
    font-size: 14px;
    font-weight: bold;
}

.cartridge-ml {
    font-size: 14px;
}

.cartridge-unit {
    font-size: 12px;
}
.greybg {
    background-color: #f6f6f8;
    border-radius: 5px
}
.comparisonbox-content {
    background-color: white;
    padding: 10px;
}
.custom-dropdown {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
}

    /* Style each option */
    .custom-dropdown option {
        padding: 10px; /* Ensure padding for options */
        border-bottom: 1px solid #eee; /* Border between options */
    }

        /* Remove border for the last option */
        .custom-dropdown option:last-child {
            border-bottom: none;
        }

    /* Focus state for better UX */
    .custom-dropdown:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    }

.on-sale-label {
    background-color: red;
    color: white;
    padding: 0 5px;
    font-size: 11px;
    width: 55px;
    display: inline-block;
    margin-top: 5px; /* Adjust this to position the label properly */
}

.on-sale-label-product {
    background-color: red;
    color: white;
    padding: 0 5px;
    font-size: 11px;
    width: 55px;
    display: inline-block;
    margin-top: 5px; /* Adjust this to position the label properly */
    right: -10px
}
.on-sale-label {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-20%, 0%);
}

.on-sale-label-product {
    position: absolute;
    transform: translate(-100%, 0%);
}
.custom-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-selected {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown-list {
    display: none; /* Hidden by default */
    position: absolute;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    border: 1px solid #cecece;
}

.dropdown-list-show {
    display: block; /* Show when 'show' class is applied */
    position: absolute;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    border: 1px solid #cecece;
}

.dropdown-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #e9ecef
}

    .dropdown-item:hover {
        background-color: #f0f0f0;
    }

.item-text {
    display: flex;
    width: 50px;
    padding-left: 10px;
}

.dropdown-toggle-icon {
    margin-left: 10px;
    font-size: 10px;
    display: flex;
    align-items: center;
}

.item-price {
    white-space: nowrap;
    flex: 1; /* Center aligned */
    text-align: center;
    /*font-weight:bold;*/
}

.item-discount {
    flex: 1; /* Right aligned */
    text-align: right;
    font-size: 13px;
    color: #008a3a;
}
.fs-title {
    font-size: 17px;
}

.product-name-in-floating {
    display: none; /* Initially hidden */
    padding: 10px 0;
}
.nav-item-width {
    width: 20%;
    text-align: center
}
.col-sm-55, .col-lg-55, .col-md-55 {
    width: 48%
}

.col-sm-15, .col-lg-15, .col-md-15 {
    width: 3%
}
.mainPhotoProductPage {
    min-height: 128px
}

.mainPhotoProductPage2 {
    min-height: 300px
}
.image-center-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Make sure the container takes up the full height */
}
.image-center-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.arrow-left, .arrow-right {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    font-size: 24px;
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
    width: 40px; /* Adjust size as needed */
    height: 40px; /* Adjust size as needed */
    border-radius: 50%; /* Make it circular */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    border: 1px solid #e3e9ef; /* Optional: add some shadow for better visibility */
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}
.related-product-tiles {
    border: #C6C6C6 1px solid;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

    .related-product-tiles .name-link {
        color: rgb(0, 68, 204);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.horizontal-image-list-rpt-img {
    border: 1px solid #DDD;
    width: 50px;
    height: 50px;
    border-radius: 5px
}
.removebtn {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fff) );
    background: -moz-linear-gradient( center top, #fff 5%, #fff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');
    background-color: #fff;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #000;
    display: inline-block;
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    padding: 0 5px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

.rptBrandContainer-div {
    min-height: 320px;
}

    .rptBrandContainer-div .brandItem {
        margin: 15px 0px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #333;
    }

        .rptBrandContainer-div .brandItem .topLink {
            font-size: 17px;
        }

        .rptBrandContainer-div .brandItem .bottomLink {
            color: #000;
        }

        .rptBrandContainer-div .brandItem .topPrinterTitle {
            text-align: left;
        }

        .rptBrandContainer-div .brandItem .topPrinterList {
            text-align: left;
            padding-top: 5px;
            padding-bottom: 10px;
        }

            .rptBrandContainer-div .brandItem .topPrinterList a {
                display: block;
                padding-bottom: 5px;
                color: #0071BD;
                font-size: 12px;
            }

    .rptBrandContainer-div img {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

.bf25-left-link {
    height: 300px;
    width: 100%;
    display: block;
}
/*menu start*/
/*menu end*/
/*IsMobileSite*/
@media (max-width: 980px) {

    .bf25-left-link {
        width: 100%;
        height:auto;
    }

    .rptBrandContainer-div .brandItem .topPrinterTitle {
        text-align: center !important;
    }

    .rptBrandContainer-div .brandItem .topPrinterList {
        text-align: center !important;
    }

    .rptBrandContainer-div .brandItem .bottomLink {
        padding: 16px 0 !important;
    }

    .rptBrandContainer-div .brandItem .topPrinterList a {
        padding: 15px 0 !important;
    }

    .resp-no-padding-leftright {
        padding: 0 !important;
    }

    .resp-350mh {
        min-height: 370px !important;
    }

    .resp-center {
        text-align: center !important;
    }

    .resp-img img {
        width: 100%;
    }

    .resp-left {
        text-align: left !important;
    }

    .resp-no-padding-topbottom {
        padding: 0 !important;
    }

    .resp-10-padding-leftright {
        padding: 0 10px !important;
    }

    .resp-10-padding-topbottom {
        padding: 10px 0px !important;
    }

    .resp-10-padding {
        padding: 10px !important;
    }

    .resp-15-padding-topbottom {
        padding: 15px 0px !important;
    }

    .resp-15-bottompadding {
        padding-bottom: 15px !important;
    }

    .resp-no-margin-left {
        margin-left: 0 !important;
    }
    .resp-amheight {
        min-height: auto !important;
    }
    .greybg {
        background-color: #fff !important;
    }
    .resp-order-1 {
        order: 1 !important;
    }

    .resp-order-2 {
        order: 2 !important;
    }
    .navbar-SortBy .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-nav-SortBy {
        padding: 0.25rem !important;
        margin: 0 !important;
    }

    .nav-item-SortBy {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .nav-link-SortBy {
        font-size: 15px;
        font-weight: bold;
    }

    .nav-item-filter {
        float: right;
    }
    .nav-item-width {
        width: 100%;
        text-align: left;
    }
    .mainPhotoProductPage2 {
        min-height: 128px !important
    }
    .floating-container.fixed {
        position: fixed;
        bottom: 0;
        padding-bottom: 30px;
        margin-left: -10px;
        z-index: 1000;
        background-color: #eef0f2;
        box-shadow: 0 -2px 5px rgba(0,0,0,0.1); /* Optional: Add a shadow for better visibility */
    }
    #colQuantity {
        display: flex;
        flex-direction: row-reverse;
    }
    .horizontal-image-list-rpt-img {
        border: 1px solid #DDD;
        width: 50px;
        height: 50px;
        border-radius: 5px
    }
    .resp-paddingt30 {
        padding: 30px 10px !important;
    }
    .cart-bottom-total {
        padding-left: 0px
    }
    .col-sm-35, .col-lg-35, .col-md-35 {
        width: 100% !important;
    }

    .col-sm-65, .col-lg-65, .col-md-65 {
        width: 100% !important
    }
    #brandList {
        width: 550px !important;
    }

    .brandList .slick-slide img {
        width: 100px;
    }

    #cartridgeTab img {
        width: 100% !important;
    }

    #CheckOutPendingOrder_wrapper {
        width: auto !important;
    }

    .mobileIcon {
        width: 50px;
        text-align: center;
        border: none;
        background-color: transparent;
        float: right;
    }

        .mobileIcon img {
            width: 25px;
            height: 25px;
        }

    .modal_ {
        background-image: url(/images/CartPopUp/PopBG.png);
        background-repeat: no-repeat;
        width: 284px;
        height: 235px;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 12px;
        text-align: left
    }

    .paddingrl18 {
        padding: 0 5px;
    }

    .countdownText {
        font-size: 23px !important;
        color: #fff;
        width: 100%;
        text-align: center;
        letter-spacing: 1px;
        font-family: Helvetica LT Std,Arial,sans-serif;
    }

    #printercatridge-finder-inner {
        /*display: flex;
        flex-direction: column-reverse;*/
    }

        #printercatridge-finder-inner #banners {
            /*padding: 10px 0 !important;*/
        }

            #printercatridge-finder-inner #banners img {
                width: 100%
            }

        #printercatridge-finder-inner #finders {
            padding: 15px !important;
        }

    .content-place-holder {
        width: 100% !important;
    }

    .msitehide {
        display: none;
    }

    .msiteshow {
        display: block; /*width: 90vw;*/
    }

    .mRadiusBorder5 {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #DDD;
    }

    #homePageTopBanners2010 #homeBannerWrapper {
        height: auto;
        width: auto;
    }

    #homeBannerWrapper .bx-wrapper {
        height: 160px !important;
    }

    .PrinterSearcherUserControl_DisplayInkjetIndex {
        width: 90vw !important;
        height: 490px !important;
    }

    h1 {
        width: auto !important;
    }

    .customerLogin_bg {
        background-image: none !important;
        width: 90vw !important;
        height: auto !important;
    }

        .customerLogin_bg .row1_1 {
            margin: 10px 40px;
        }

        .customerLogin_bg .row1 {
            padding: 0px;
        }

    .reorder {
        margin: 15px;
    }

        .reorder .row2 {
            margin-left: -15px;
        }

    .orderComfirmation_details {
        width: auto !important;
    }

    .productDetailDisplayUserControl .col2 {
        padding: 0px !important;
    }

    .findYourPrinterModel {
        margin: 50px 40px 150px !important;
    }

    .PrinterSearcherUserControl_DisplayInkjetIndex .col2 {
        margin-top: 0px !important;
    }

        .PrinterSearcherUserControl_DisplayInkjetIndex .col2 .row1 {
            margin-left: 40px !important;
        }

    #pinkBoxContent1 select {
        width: 80% !important;
    }

    .checkoutLogin .row3 {
        padding: 30px 10px !important;
    }

    .pageNotFound .row2 {
        padding: 100px 0px 0px 0px !important;
    }

    .giftVoucher_row4_row3 {
        padding-bottom: 30px !important;
    }

    .mImg100Percent {
        width: 100%;
    }

    .modal-dialog {
        margin: 150px 50px;
    }

    .modalContainerDialog {
        left: 15% !important;
    }

    .default2-WhyBuyFromCI .content {
        min-height: 130px !important;
    }

    #topPrinterByBrand {
        height: 700px !important;
    }

    .printerSearcherUserControlTextboxC .search {
        padding: 10px;
    }

    .landingShopbyOurbestsellerbrands {
        text-align: center !important;
    }

    .landingBrand {
        padding-left: 20px !important;
    }

    .landingSearchForYourSupplies {
        height: 100% !important;
    }

    .menulink {
        padding-bottom: 15px !important;
    }

    .wrapper {
        margin: 0px auto !important;
        padding: 0px !important;
        width: 100% !important;
    }

    .wrapper_padding {
        padding: 0px !important;
    }

    .bannerpanel img {
        width: 100%;
    }

    .activatepanel {
        width: 100%;
    }

    .countdownpanel {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 5px;
        padding-top: 10px
    }

    .pc_finder {
/*        height: auto !important;*/
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    #checkout-login-container {
        width: 100%;
        font-size: 14px
    }
}

@media (min-width: 981px) {
    .arrow-left, .arrow-right {
        display: none !important;
    }
}

    #mainMenuBar {
        margin: auto;
        left: 0;
        right: 0;
        z-index: 700;
        background-color: #f7f7f9;
    }

    .brand-container {
        background-color: #ffffff;
        border-radius: 10px;
        border: 1px solid #e5e4e5;
        /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);*/
        justify-content: center;
        padding: 20px 10px
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        float: left
    }


    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-1 {
        width: 8.33333333%
    }

    @media (min-width:768px) {
        .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
            float: left
        }

        .col-sm-12 {
            width: 100%
        }

        .col-sm-11 {
            width: 91.66666667%
        }

        .col-sm-10 {
            width: 83.33333333%
        }

        .col-sm-9 {
            width: 75%
        }

        .col-sm-8 {
            width: 66.66666667%
        }

        .col-sm-7 {
            width: 58.33333333%
        }

        .col-sm-6 {
            width: 50%
        }

        .col-sm-5 {
            width: 41.66666667%
        }

        .col-sm-4 {
            width: 33.33333333%
        }

        .col-sm-3 {
            width: 25%
        }

        .col-sm-2 {
            width: 16.66666667%
        }

        .col-sm-1 {
            width: 8.33333333%
        }
    }

    @media (min-width:992px) {
        .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
            float: left
        }

        .col-md-12 {
            width: 100%
        }

        .col-md-11 {
            width: 91.66666667%
        }

        .col-md-10 {
            width: 83.33333333%
        }

        .col-md-9 {
            width: 75%
        }

        .col-md-8 {
            width: 66.66666667%
        }

        .col-md-7 {
            width: 58.33333333%
        }

        .col-md-6 {
            width: 50%
        }

        .col-md-5 {
            width: 41.66666667%
        }

        .col-md-4 {
            width: 33.33333333%
        }

        .col-md-3 {
            width: 25%
        }

        .col-md-2 {
            width: 16.66666667%
        }

        .col-md-1 {
            width: 8.33333333%
        }
    }

    @media (min-width:1200px) {
        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
            float: left
        }

        .col-lg-12 {
            width: 100%
        }

        .col-lg-11 {
            width: 91.66666667%
        }

        .col-lg-10 {
            width: 83.33333333%
        }

        .col-lg-9 {
            width: 75%
        }

        .col-lg-8 {
            width: 66.66666667%
        }

        .col-lg-7 {
            width: 58.33333333%
        }

        .col-lg-6 {
            width: 50%
        }

        .col-lg-5 {
            width: 41.66666667%
        }

        .col-lg-4 {
            width: 33.33333333%
        }

        .col-lg-3 {
            width: 25%
        }

        .col-lg-2 {
            width: 16.66666667%
        }

        .col-lg-1 {
            width: 8.33333333%
        }
    }


    /*!IsMobileSite*/
    @media (min-width: 981px) {
        #header #top #topinner, #header #main {
            width: 1100px;
            margin: 0 auto;
        }

        .container {
            width: 1100px !important;
        }

        /*.wrapper_padding {
        padding: 20px;
    }*/

        #header #top #topinner {
            height: 27px;
            line-height: 27px;
            vertical-align: middle;
        }

        .modal_ {
            position: relative;
            top: -150px;
            left: -150px;
            background-image: url(/images/CartPopUp/PopBG.png);
            background-repeat: no-repeat;
            width: 284px;
            height: 235px;
            padding-top: 15px;
            padding-bottom: 10px;
            padding-left: 12px;
            text-align: left
        }

        .paddingrl18 {
            padding: 0 18px;
        }

        .msitehide {
            display: block;
        }

        .msiteshow {
            display: none;
        }

        #pinkBoxContent1 .col-lg-4, #pinkBoxContent1 .col-md-4 {
            width: 38%;
        }

        #pinkBoxContent1 .col-lg-8, #pinkBoxContent1 .col-md-8 {
            width: 62%;
        }
        /*
    .productDetailDisplayUserControl .col-lg-4,
    .productDetailDisplayUserControl .col-md-4 {
        width: 30%;
    }

    .productDetailDisplayUserControl .col-lg-3,
    .productDetailDisplayUserControl .col-md-3 {
        width: 20%;
    }
*/

        .printerSearcherUserControlHorizontal .col-lg-3, .printerSearcherUserControlHorizontal .col-md-3 {
            width: 20% !important;
        }

        .topPrinterCartridgesByBrandControl .col-lg-3,
        .topPrinterCartridgesByBrandControl .col-md-3 {
            width: 30% !important;
        }

        .default2-WhyBuyFromCI .col-lg-3,
        .default2-WhyBuyFromCI .col-md-3 {
            width: 30% !important;
        }

        #Table7 .msitehide {
            display: table-cell;
        }

        .activatepanel {
            width: 50%;
            height: 260px;
        }



        .countdownText {
            font-size: 25px;
            color: #fff;
            width: 100%;
            text-align: center;
            letter-spacing: 1px;
            font-family: Helvetica LT Std,Arial,sans-serif;
        }

        .pc_finder {
            background-position: center;
            position: relative;
            background-repeat: no-repeat;
            background-color: #000;
        }

        .wrapper {
            margin: 0px auto;
            padding: 0px 0px;
            /*width: 1100px;*/
            text-align: left;
            /*vertical-align: top;*/
            background-color: #fff;
            width: 1000px;
            height: 260px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        #header #top #topinner,
        #header #main, .content-place-holder, #navigation-inner,
        #printercatridge-finder-inner, #navigation-inner ul li .container {
            width: 100% !important;
        }

        .mobileIcon {
            width: 50px;
            text-align: center;
        }

            .mobileIcon img {
                width: 30px;
                height: 30px;
            }



        #CheckOutPendingOrder_wrapper {
            padding: 10px;
            width: auto !important;
        }

        .pc_finder {
            background-position: center;
            position: relative;
        }

        .wrapper {
            margin: 0px auto;
            padding: 0px 0px;
            /*width: 1100px;*/
            text-align: left;
            /*vertical-align: top;*/
            background-color: #fff;
            width: 1000px;
            height: 260px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    .modal-content-cart {
        position: relative;
        background-image: url(/images/CartPopUp/PopBG.png);
        background-repeat: no-repeat;
        width: 284px;
        height: 235px;
    }



    /* Menu */
    .menu_overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        visibility: hidden;
        z-index: 101;
        background-color: #fff;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .nav-open-popup {
        visibility: visible !important;
        opacity: .6 !important;
        background-color: #000;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        transition-delay: 0.2s;
    }

    .navbar.navbar-default {
        z-index: 102 !important;
    }

    .navbar-default .navbar-toggle {
        border: none;
        /*color: #666666;*/
        font-size: 13px;
    }

    #navbar-main .nav-item {
        padding: 15px;
    }

    /*.nav > li > a {
    padding: 15px 5px;
}*/

    .navbar-default {
        background: linear-gradient(to right, #a73994, #3c6bb3);
        /*background-color: #eff0f3;*/
        border-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-default .navbar-nav > li > a {
            color: #fff;
            text-decoration: none;
        }

    #navbar-main .dropdown-menu > .menu-title {
        color: #ff8300;
        font-weight: bold;
        font-size: 15px;
        padding-left: 30px;
    }

    #navbar-main .dropdown-menu > li > a {
        font-weight: bold;
        color: #00537d;
        white-space: normal;
    }

        #navbar-main .dropdown-menu > li > a:hover {
            color: #00537d;
        }

    /*.dropdown-menu > hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}*/

    #navbar-main .dropdown-menu .all {
        text-decoration: underline;
        font-weight: bold;
        text-align: right;
    }

    .navbar-default .navbar-toggle {
        /*background-color: #ffffff;*/
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #00537d;
        background-color: #eff0f3;
    }

    @media screen and (max-width: 980px) {
        .nav > li > a {
            display: block;
        }

        .navbar-default {
            position: fixed;
            background-color: transparent;
            right: 0;
            top: 110px;
        }

        .navbar-collapse {
            padding-right: 18px;
            padding-left: 18px;
        }


        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ffffff;
        }

        .navbar.navbar-default .container-fluid {
            padding-right: 0px;
            padding-left: 0px;
        }

        .navbar-nav .caret {
            margin-top: 8px;
            margin-right: 10px;
        }

        .navbar-nav .dropdown-menu.show {
            list-style-type: disc;
            color: #23527c;
            padding-left: 5%;
        }

            .navbar-nav .dropdown-menu.show a {
                font-weight: normal;
                font-size: 12px;
            }

        .navbar-default .navbar-collapse {
            background-color: #ffffff;
            box-shadow: 0 2px 10px rgba(0,0,0,.3);
            border: none;
            height: 100%;
            overflow-y: auto;
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ffffff;
        }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #ffffff;
            background-color: #23527c;
        }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            color: #ffffff;
            background-color: #23527c;
        }

        .navbar-default .navbar-nav > li > a {
            font-weight: normal;
            text-align: left;
            vertical-align: sub;
            /*padding-top: 8px;
        padding-bottom: 8px;*/
            border-bottom: 1px solid #e8e8e8;
            /*padding-right: 0px;
        padding-left: 0px;
        min-height: 37px;*/
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #23527c;
            font-weight: normal;
            font-size: 12px;
        }

        .container-fluid > .navbar-collapse {
            margin-left: 0px;
            margin-right: 0px;
            padding-top: 6px;
        }

        .navbar-toggle {
            padding: 0;
        }

        .nav-item {
            padding: 0px;
            min-height: 30px;
        }

        .navbar-nav .dropdown-menu {
            border: none;
        }

        .dropdown-menu > li {
            margin-left: 3%;
            float: left;
            width: 45%;
        }

        .dropdown-menu > hr {
            display: none;
        }

        .dropdown-menu .all {
            text-align: left;
        }

        .dropdown-menu .img {
            display: none;
        }

        .dropdown-menu > li {
            margin-left: 3%;
        }

            .dropdown-menu > li:hover {
                background-color: #0e86c8 !important;
            }

            .dropdown-menu > li > a:hover {
                color: #ffffff !important;
                background-color: #0e86c8 !important;
            }

        .dropdown-menu > .pointer, .dropdown-menu > .menu-title {
            display: none;
        }

        .dropdown-menu > li > a > img {
            display: none;
        }

        .container-fluid > .navbar-header {
            margin-right: -20px;
            margin-left: -20px;
        }

        .nav > li > a {
            padding: 5px 5px;
        }

        .nav > li {
            width: 100%;
            float: left;
        }

            .nav > li > .link-text {
                width: 95%;
                float: left;
            }

            .nav > li > .link-caret {
                width: 5%;
                float: right;
            }

        .navbar-header {
            float: none;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 5px;
        }

        .ExpandODiv ul li {
            width: 50% !important;
            float: left;
        }
    }

    @media screen and (min-width: 981px) {
        .msiteshow {
            display: none !important;
        }

        #navbar-main .navbar-collapse.collapse {
            /*display: block !important;*/
            width: 1110px;
            margin: auto;
            padding-right: 5px;
            padding-left: 5px;
            align-items: center;
            justify-content: center;
        }

        .navbar-toggle {
            display: none !important;
        }

        #navbar-main .navbar-nav > li {
            /*width: 135px;
            height: 48px;*/
            height: 50px;
            padding-right: 30px;
        }

            #navbar-main .navbar-nav > li > a {
                /*text-align: center;*/
            }

            #navbar-main .navbar-nav > li:hover {
                background-color: #0e86c8 !important;
                -webkit-transition: all 0.5s ease-in;
                -moz-transition: all 0.5s ease-in;
                -o-transition: all 0.5s ease-in;
                transition: all 0.5s ease-in;
                transition-delay: 0.2s;
            }

                #navbar-main .navbar-nav > li:hover > a:not(.spend5get5) {
                    color: #ffffff !important;
                    -webkit-transition: all 0.5s ease-in;
                    -moz-transition: all 0.5s ease-in;
                    -o-transition: all 0.5s ease-in;
                    transition: all 0.5s ease-in;
                    transition-delay: 0.2s;
                }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #ffffff;
        }

        .dropdown, .dropup {
            position: relative
        }

        #navbar-main .dropdown-menu {
            padding-left: 20px;
            padding-right: 20px;
            height: 344px;
            margin-top: 0;
            width: 1068px;
            top: 102%;
            border: 1px solid #0e86c8
        }

            #navbar-main .dropdown-menu.ink-cartridges {
                left: -2px;
            }

            #navbar-main .dropdown-menu.toner-cartridges {
                left: -145px;
            }

            #navbar-main .dropdown-menu.brands {
                left: -426px;
            }

            #navbar-main .dropdown-menu.labeltape {
                left: -823px;
            }

            #navbar-main .dropdown-menu.office-supplies {
                left: -790px;
            }

            #navbar-main .dropdown-menu.printers {
                left: -540px;
            }

            #navbar-main .dropdown-menu > .pointer {
                top: -15px;
            }

            #navbar-main .dropdown-menu > li {
                float: left;
                width: 16.6%;
                padding-top: 12px;
                padding-bottom: 12px;
                text-align: center;
            }

                #navbar-main .dropdown-menu > li > a:hover {
                    background-color: transparent;
                }

                #navbar-main .dropdown-menu > li > a > span {
                    display: none;
                }

        .ink-cartridges > .all {
            width: 100%;
        }

            .ink-cartridges > .all > a {
                padding-right: 72px;
                text-align: right;
            }


        .toner-cartridges > .all {
            width: 100%;
        }

            .toner-cartridges > .all > a {
                padding-right: 72px;
                text-align: right;
            }

        .labeltape > .all {
            width: 100%;
        }

            .labeltape > .all > a {
                padding-right: 72px;
                text-align: right;
            }

        #navbar-main .dropdown .dropdown-menu {
            display: inherit;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        #navbar-main .dropdown:hover .dropdown-menu {
            visibility: visible;
            opacity: 1;
            -webkit-transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
            transition: all 0.5s ease-in;
            transition-delay: 0.2s;
        }

        #navbar-main .dropdown-toggle {
            margin-bottom: 2px;
        }

        .navbar .dropdown-toggle {
            margin-bottom: 0;
        }
    }

    .cart_paypal {
        padding: 10px 0;
        background: #f1b944;
        width: 190px;
        box-sizing: border-box;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }


    /*.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

.modal-dialog-centered {
    display: table-cell;
    vertical-align: middle;
}*/

    .btn1 {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .btn-primary1 {
        background-color: #DE24B7;
        border-color: #DE24B7;
        color: #ffffff;
    }

    .checkout-steps {
        background-color: #F9F9F9;
        height: 35px;
        text-align: center;
        border-top: 1px solid #EFF0F4;
    }

    .shipping-step {
        padding-top: 9px;
        border-bottom: 3px solid #33DBF4;
        height: 35px;
        margin-right: -15px;
    }

    .payment-step {
        padding-top: 9px;
        border-bottom: 3px solid #DE24B7;
        height: 35px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .confirmation-step {
        padding-top: 9px;
        border-bottom: 3px solid #F8DB18;
        height: 35px;
        margin-left: -15px;
    }

    .payment-step-inactive {
        padding-top: 9px;
        border-bottom: 3px solid #EFF0F4;
        height: 35px;
        margin-left: -15px;
        margin-right: -15px;
        color: #B9B9B9;
    }

    .confirmation-step-inactive {
        padding-top: 9px;
        border-bottom: 3px solid #EFF0F4;
        height: 35px;
        margin-left: -15px;
        color: #B9B9B9;
    }

    .validator {
        display: inline;
        font-size: 12px;
        color: red;
        float: right;
    }

    .is-invalid {
        border-color: #F64E60 !important;
        padding-right: calc(1.5em + 1.3rem) !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.325rem) center;
        background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
    }

    .changebtn {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#fff),color-stop(1,#fff));
        background: -moz-linear-gradient(center top,#fff 5%,#fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fff');
        background-color: #fff;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid #187DE4;
        display: inline-block;
        color: #187DE4;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        padding: 0 5px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }

    .removebtn {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#fff),color-stop(1,#fff));
        background: -moz-linear-gradient(center top,#fff 5%,#fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fff');
        background-color: #fff;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid #000;
        display: inline-block;
        color: red;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        padding: 0 5px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }


    .btn-checkout-transparent {
        background-color: transparent;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid gray;
        display: inline-block;
        color: gray;
        font-size: 12px;
        font-style: normal;
        padding: 0 5px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        float: right;
    }

        .btn-checkout-transparent:hover {
            text-decoration: none;
            background-color: white;
            color: gray;
        }

    .whitebutton {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#e9e9e9),color-stop(1,#fafafa));
        background: -moz-linear-gradient(center top,#e9e9e9 5%,#fafafa 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9',endColorstr='#FAFAFA');
        background-color: #e9e9e9;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid #fafafa;
        display: inline-block;
        color: #888;
        font-size: 17px;
        font-weight: 700;
        font-style: normal;
        height: 32px;
        line-height: 32px;
        width: 120px;
        text-decoration: none;
        text-align: center;
    }

    .searchbutton {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#00537c),color-stop(1,#003761));
        background: -moz-linear-gradient(center top,#00537c 5%,#003761 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00537c',endColorstr='#003761');
        background-color: #00537c;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid #003761;
        display: inline-block;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        font-style: normal;
        height: 36px;
        line-height: 36px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        padding: 0 15px;
    }

    .createaccountbtn {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #DE24B7), color-stop(1, #DE24B7) );
        background: -moz-linear-gradient( center top, #DE24B7 5%, #DE24B7 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE24B7', endColorstr='#DE24B7');
        background-color: #DE24B7;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid #DE24B7;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        height: 40px;
        line-height: 40px;
        padding: 0 16px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }


    .fbbtn {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3b5998), color-stop(1, #3b5998 ) );
        background: -moz-linear-gradient( center top, #fff 5%, #3b5998 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#3b5998');
        background-color: #fff;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid #3b5998;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        padding: 10px;
        width: 100%;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        cursor: hand;
    }


    .twitterbtn {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00acee ), color-stop(1, #00acee ) );
        background: -moz-linear-gradient( center top, #fff 5%, #00acee 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acee', endColorstr='#00acee');
        background-color: #fff;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid #00acee;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        padding: 10px;
        width: 100%;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        cursor: hand;
    }

    .PinkHeader {
        color: #990066;
        font-size: 26px;
        font-weight: bold;
    }

    .breadcrumbs .items {
        list-style: none none;
        padding-left: 0px;
    }

        .breadcrumbs .items > li {
            display: inline-block;
            vertical-align: top;
        }

    .custom-row {
        width: 100%;
        display: inline-block;
        margin-left: 0px;
        margin-right: 0px;
    }

    .padding5 {
        padding: 5px;
    }

    .padding15 {
        padding: 15px;
    }

    .custom-btn {
        border: none;
        font-size: 14px;
    }

    .btn-outline-primary {
        background: #ffffff !important;
        color: #c400ac;
        border: 1px solid #c400ac;
    }

        .btn-outline-primary:hover {
            color: #fff;
            background: #c400ac !important;
        }

    .text-2line {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    @media (max-width:767px) {
        .order-sm {
            display: flex;
            flex-direction: column;
        }
    }


    .switchbtn {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #055688), color-stop(1, #055688) );
        background: -moz-linear-gradient( center top, #055688 5%, #055688 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#055688');
        background-color: #055688;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid #055688;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        padding: 10px;
        width: 100%;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        cursor: hand;
    }

    .switchrevbtn {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fff) );
        background: -moz-linear-gradient( center top, #fff 5%, #fff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');
        background-color: #fff;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 2px solid #055688;
        display: inline-block;
        color: #055688;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        padding: 10px;
        width: 100%;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        cursor: hand;
    }

    .search-sidebar {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 15px;
        background-color: #EFF0F3;
    }

        .search-sidebar .filters {
            padding: 15px;
            border: 1px solid #d3d3d3;
        }

            .search-sidebar .filters .filterToggle {
                display: none;
            }

            .search-sidebar .filters h3 {
                margin: 0;
                color: #000;
                font-size: 15px;
                font-weight: bold;
            }

            .search-sidebar .filters .filter-group {
                margin-top: 15px;
            }

                .search-sidebar .filters .filter-group h4 {
                    margin-top: 0;
                    font-size: 13px;
                    padding-bottom: .2em;
                    border-bottom: 1px solid #ddd;
                    margin-bottom: .2em;
                    color: #000;
                    font-weight: bold;
                }


                .search-sidebar .filters .filter-group .filter-checkbox label {
                    display: inline;
                    color: #00376a;
                    text-decoration: underline;
                    font-weight: normal;
                    padding-left: 5px;
                }

    .search-breadcrum {
        font-size: 13px;
        padding-left: 0px;
        padding-bottom: 15px;
    }

    .search-content {
    }


    @media (min-width: 1200px) {
        .col-lg-2half, .col-lg-6half {
            float: left;
        }

        .col-lg-2half {
            width: 20.83333333%;
        }

        .col-lg-6half {
            width: 54.16666667%;
        }
    }

    @media (min-width: 992px) {
        .col-md-2half, .col-md-6half {
            float: left;
        }

        .col-md-2half {
            width: 20.83333333%;
        }

        .col-md-6half {
            width: 54.16666667%;
        }
    }

    @media(max-width: 991px) {

        .search-breadcrum {
            padding-right: 15px;
            padding-left: 15px;
        }

        .search-sidebar {
            padding-right: 15px;
            padding-left: 15px;
        }

            .search-sidebar .filters .filterToggle {
                display: block;
            }
    }

    #header #main .main-inner {
        padding: 5px 0;
    }

    #header #top #topinner a {
        font-size: 12px !important;
    }

    #header #top {
        /*border-bottom: 1px solid #ccc;*/
        background-color: #fff;
    }

        #header #top #topinner {
            width: 1100px;
            margin: 0 auto;
            font-size: 12px;
            height: 27px;
            line-height: 27px;
            vertical-align: middle;
            color: #fff;
        }

    #header #main input[type="text"] {
        padding: 7px 30px;
        font-size: 14px;
        vertical-align: middle;
    }

    #header #main a {
        color: #000000;
    }

    div .searchcontainer .searchText {
        float: left;
        width: 90%;
        border: 1px solid #cbcbcb !important;
    }

    div .searchcontainer a:link {
        text-decoration: none;
        float: left;
        /*width: 10%;*/
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
    }

    div .searchcontainer::after {
        content: "";
        clear: both;
        display: table;
    }

    div.searchcontainer2 input[type=text] {
        float: left;
        width: 80%
    }

    div.searchcontainer2 a:link {
        text-decoration: none;
        float: left;
        cursor: pointer;
        height: 36px;
        background: #F2E71C;
    }

    div.searchcontainer2::after {
        content: "";
        clear: both;
        display: table;
    }

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
        border-color: rgba(82,168,236,.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    }

    .purplebutton {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#d93da0),color-stop(1,#d93da0));
        background: -moz-linear-gradient(center top,#ffbe0d 5%,#ffbe0d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d93da0',endColorstr='#d93da0');
        background-color: #d93da0;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0;
        border: 1px solid #d93da0;
        display: inline-block;
        color: #ffffff;
        font-size: 17px;
        font-weight: 700;
        font-style: normal;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }

        .purplebutton:hover {
            color: #ffffff;
        }

    @media (max-width: 979px) {
        .navbar-toggle {
            display: block;
        }

        /*.navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.in {
                display: block !important;
            }*/
    }

    .autocomplete-suggestions {
        border: 1px solid #999;
        background: #FFF;
        overflow: auto;
        text-align: left;
    }

    .autocomplete-suggestion {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
    }

    .autocomplete-selected {
        background: #F0F0F0;
    }

    .autocomplete-suggestions strong {
        font-weight: normal;
        color: #3399FF;
    }

    .autocomplete-group {
        padding: 2px 5px;
    }

        .autocomplete-group strong {
            display: block;
            border-bottom: 1px solid #000;
        }

    .tiny-slider-container {
        position: relative;
        padding: 0 30px;
    }

        .tiny-slider-container [data-controls] {
            position: absolute;
            top: 50%;
            width: 2.75rem;
            height: 2.75rem;
            margin-top: -1.375rem;
            transition: all .3s ease-in-out;
            border: 1px solid #e3e9ef;
            border-radius: 50%;
            background-color: #fff;
            font-size: 15px;
            /*line-height: 2.625rem;*/
            text-align: center;
            z-index: 10;
            color: #908F8F;
        }

        .tiny-slider-container [data-controls='prev'] {
            left: 0;
            outline: none;
        }

        .tiny-slider-container [data-controls='next'] {
            right: 0;
            outline: none;
        }

    top-inner a {
        text-decoration: none;
    }

    .top-inner a:hover {
        text-decoration: underline;
    }

    .main-inner a {
        text-decoration: none;
    }

        .main-inner a:hover {
            text-decoration: underline;
        }

    .price_LineThrough {
        text-decoration: line-through;
        color: #CA3D96;
        font-size: 14px
    }

    .ExpandODiv ul li {
        width: 25%;
        float: left;
    }

    .ExpandODiv ul {
        display: block;
    }

        .ExpandODiv ul li {
            display: inline-block;
        }

    .ExpandODiv ol, ul {
        padding-left: 0 !important;
    }

    /*ZEN DESK*/
    #zendesk-widget-custom, #zendesk-widget-custom div {
        all: unset;
    }

        #zendesk-widget-custom div.zd-base-icon {
            min-width: 20px;
            min-height: 20px;
            height: 20px;
            width: 20px;
            vertical-align: middle;
            padding-right: 8px;
            display: inline-block;
            pointer-events: none !important;
        }

        #zendesk-widget-custom div.zd-icon-loader {
            display: none;
        }

            #zendesk-widget-custom div.zd-icon-loader div {
                box-sizing: border-box;
                display: block;
                position: absolute;
                width: 20px;
                height: 20px;
                border: 2px solid #fff;
                border-radius: 50%;
                animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
                border-color: #fff transparent transparent transparent;
            }

                #zendesk-widget-custom div.zd-icon-loader div:nth-child(1) {
                    animation-delay: -0.45s;
                }

                #zendesk-widget-custom div.zd-icon-loader div:nth-child(2) {
                    animation-delay: -0.3s;
                }

                #zendesk-widget-custom div.zd-icon-loader div:nth-child(3) {
                    animation-delay: -0.15s;
                }

    @keyframes lds-ring {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    #zendesk-widget-custom div.zd-icon-default svg {
        display: block;
    }

    #zendesk-widget-custom div.zd-button {
        background-color: #D93DA0;
        color: #000;
        fill: #000;
        padding: 13px 22px;
        border-radius: 13986px;
        bottom: 0;
        font-size: 15px;
        cursor: pointer;
        display: inline-block;
    }

    #zendesk-widget-custom div.zd-label {
        display: inline-block;
        font-size: 15px;
        line-height: 17px;
        font-weight: 700;
        vertical-align: middle;
        pointer-events: none !important;
    }

    #zendesk-widget-custom {
        color: #1a1a1a;
        font-size: 14px;
        line-height: 16px;
        border: medium none;
        background: transparent none repeat scroll 0% 0%;
        z-index: 999998;
        transform: translateZ(0px);
        position: fixed;
        animation: 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s onLoadAnimation;
        height: 50px;
        max-height: 551px;
        min-height: 50px;
        margin: 10px 20px;
        right: 0;
        bottom: 0;
        font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Cantarell,Helvetica Neue,Arial,sans-serif;
    }

    @keyframes onLoadAnimation {
        0% {
            opacity: 0;
            transform: translateY(100%);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media only screen and (max-width: 600px) {
        #zendesk-widget-custom div.zd-label {
            display: none;
        }

        #zendesk-widget-custom div.zd-base-icon {
            padding-right: 0;
        }
    }

    [v-cloak] {
        display: none;
    }

    .stickerImage {
        width: 50px;
        position: absolute;
        right: 5px;
    }


    .stickerCapacity {
        width: 100px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .white-popup {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 900px;
        margin: 20px auto;
    }


    .box {
        float: left;
        height: 14px;
        width: 14px;
        border: 2px solid white;
        margin-top: 3px;
    }

    .black {
        background-color: #000000;
    }

    .cyan {
        background-color: #68eafd;
    }

    .magenta {
        background-color: #ed47c3;
    }

    .yellow {
        background-color: #fbdc5c;
    }

    .priceOriginal {
        Font-Size: 21px;
        Font-weight: Bold;
        color: #FF0000;
    }

    .priceOriginalCaption {
        Font-Size: 13px;
        Font-weight: bold;
    }

    .priceOriginal_LineThrough {
        Font-Size: 20px;
        Font-weight: Bold;
        color: #FF0000;
        text-decoration: line-through;
    }

    .priceDiscounted {
        font-size: 18px;
        color: #FF0000;
    }

    .priceVATCaption {
        font-size: 12px;
        color: #868485;
    }

    .dotbg {
        padding: 0;
        height: 100%;
        min-height: 250px;
        /*border: 1px solid #cecece;*/
        box-shadow: 0px 0px 40px #dadada;
        /*margin: 0;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1*/
    }

    /* The Close Button */
    .modal-close {
        position: absolute;
        top: 20%;
        right: 30%;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
    }

        .modal-close:hover,
        .modal-close:focus {
            color: #bbb;
            text-decoration: none;
            cursor: pointer;
        }

    .stickerTag {
        width: 100%;
        background-color: #07883D;
        height: 30px;
        text-align: center;
        color: #ffffff;
        padding-top: 3px;
    }

    .img-thumbnail {
        border: 0 !important;
    }

    .product-price {
        background-color: #EFF0F4;
        border-radius: 5px;
    }

    .trianglewh {
        position: relative;
        width: 100%;
        padding: 5px 10px 5px 10px !important;
        background: #ffffff;
        color: #000000;
        float: left;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: 0px 0px 40px #dadada;
        border-radius: 5px;
        font-weight: bold;
    }

    .product-comparison {
        background-color: #EFF0F4;
        display: inline-block;
        position: absolute;
        bottom: 0px;
        border-radius: 5px;
        width: 88%;
    }

    .product-description {
        padding-top: 50px;
    }

    .separator2 {
        background: #454545;
        width: 100%;
        height: 2px;
    }

    .product-specification {
        padding-top: 30px;
        scroll-margin-top: 8rem;
    }

        .product-specification .item {
            padding-top: 1rem;
            padding-bottom: 0.25rem;
            border-bottom: #C6C6C6 1px solid;
        }

    .product-related-printer {
        padding-top: 40px;
        scroll-margin-top: 8rem;
    }

    @media (max-width: 575.98px) {
        .fs-title {
            font-size: 15px !important;
            line-height: 19px;
        }

        .product-photo {
            /*width: 95%;
            margin-left: 10px;*/
        }

        .product-detail {
            padding-left: 10px;
            padding-right: 10px;
            min-height: 100%;
        }

        .product-comparison {
            width: 95%;
            position: inherit;
            margin-top: 10px !important;
        }

        .product-price {
           /* width: 95%;
            margin-left: 10px;*/
        }

        .product-comparison {
            margin-right: 0px;
        }

        .product-photo .modal-target {
            /*width: 55%;*/
        }

        .product-description {
            padding-top: 0px;
        }

        .product-specification {
            padding-top: 10px;
        }

            .product-specification .item {
                padding-top: 0rem;
                padding-bottom: 0rem;
            }


        .price-container .child {
            padding: 1rem !important
        }

        .resp-14-padding-topbottom {
            padding: 14px 0px !important;
        }

        .resp-14-padding-topbottomleftright {
            padding: 14px 5px !important;
        }
    }
