

.user_comment{
    width: 100%;
    float: left;
    }
    .blink_error {
    -webkit-animation: 3s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
    animation: 3s linear infinite condemned_blink_effect;
    }
    /* for Safari 4.0 - 8.0 */
    @-webkit-keyframes condemned_blink_effect { 
    0% {
    visibility: hidden;
    }
    50% {
    visibility: hidden;
    }
    100% {
    visibility: visible;
    }
    }
    @keyframes condemned_blink_effect {
    0% {
    visibility: hidden;
    }
    50% {
    visibility: hidden;
    }
    100% {
    visibility: visible;
    }
    }
    p:not(.colour-code p):not(.footerDiv p):not(.footer p):not(.nd-footer p) {
    color: #000000 !important;
    }
    .invalid-tooltip.quantity_err {
        color:#fff !important;
        min-width: 280px;
        left: 0;
    }
    .main-page {
        background-color: #f1f1f1;
        padding: 25px 15px;
        border-radius: 15px;
        float: left;
        width: 100%;
    }
    .cart-form-grid .out-box-modal .box-content-modal {
        background-color: inherit !important;
        border: 3px #da313c dotted;
    }
    .cart-form-grid .box-content-modal .title-modal {
        color: #b12626 !important;
        text-shadow: none;
    }
    .form-fill-cart p.help-block {
        max-width: 100%;
        margin-left: auto;
        font-size: 14px;
        line-height: 17px;
        margin: 0;
        width: 100%;
    }
    .form-group.billingShippingcheck p.help-block {
        max-width: 100%;
    }
    .cart-form-grid .title-modal.big {
        color: #000 !important;
    }
    .billing-details.center.control-label {
    text-align: center;
    }
    .form-group.billingShippingcheck {
    border-bottom: 3px #adacac dashed;
    padding-bottom: 10px;
    }
    .comment_head {
    float: left;
    }
    #packedboxdetails {
        font-size: 14px;
    }
    #ship_country_msdd {
    width: 100% !important;
    }
    .accordion .card-header-product-list-element:after {
    font-family: 'FontAwesome';
    content: "\f068";
    color: #000000 !important;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    }
    .accordion .card-header-product-list-element.collapsed:after {
    content: "\f067";
    color: #000000 !important;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    }
    .card-header-product-list-element {
    padding: 5px 0px 5px 5px;
    }
    .Checkbox_brand {
    color: #575757;
    font-size: 14px;
    font-weight: bold;
    }
    .fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 100000;
    }
    .sticky_bottom {
    background: #131313;
    z-index: 99998;
    }
    .s_button {
    margin-right: 20px;
    }
    .fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 100000;
    }
    .sticky {
    background: #131313;
    z-index: 99998;
    }
    .s_button {
    margin-right: 20px;
    }
    .marginleft {
    margin-left: 57.6%;
    }
    .box-content-modal .btn-modal .btn {
    background-color: rgb(199, 8, 27) !important;
    }
    .box-content-modal .blink {
    color: #ffffff !important;
    }
    .nav-prex-next .text-right .btn .btn-primary .btn-sm {
    background-color: rgb(199, 8, 27) !important;
    }
    .col-md-12 .btn,
    .contact-us-page .col-md-12 .btn {
    background-color: rgb(199, 8, 27) !important;
    }
    .car-lists .btn {
    background-color: rgb(199, 8, 27) !important;
    }
    .boarder_2_red {
    border: 2px solid rgb(199, 8, 27) !important;
    }
    .kgtnumproducts {
    color: #000000 !important;
    }
    .my-table thead th {
    background-color: #000000 !important;
    }
    .form-fill-cart form input,
    .form-fill-cart select,
    .form-fill-cart textarea {
    border-radius: 0;
    height: 100%;
    }
    .common-loading .loadingContent p{
        color: #000 !important;
    }

    #kgtcartactive.cart-products-wrap {
        display: block;
        width: 100%;
    }

    .bundle-cart-group-header {
        display: block;
        width: 100%;
        box-sizing: border-box;
        clear: both;
        padding: 14px 18px;
        margin: 12px 0 8px;
        background: #f3f3f3;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
    }

    .bundle-cart-group-header__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 20px;
        width: 100%;
    }

    .bundle-cart-group-header__info {
        min-width: 0;
        text-align: left;
    }

    .bundle-cart-group-header__actions {
        justify-self: end;
        align-self: center;
        flex-shrink: 0;
    }

    .bundle-cart-group-header__name {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
        color: #222;
    }

    .bundle-cart-group-header__discount {
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.35;
        color: #444;
        font-weight: 400;
    }

    .bundle-cart-group-header__remove-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: auto !important;
        max-width: none !important;
        flex: 0 0 auto;
        margin: 0;
        padding: 6px 8px !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        height: auto !important;
        min-height: 0 !important;
        font-weight: 400;
        text-transform: none;
        letter-spacing: normal;
        color: #333 !important;
        background: transparent !important;
        border: none !important;
        border-radius: 4px;
        cursor: pointer;
        white-space: nowrap;
        box-shadow: none;
    }

    .bundle-cart-group-header__remove-btn .fa {
        font-size: 15px;
        color: #555;
    }

    .bundle-cart-group-header__remove-btn:hover,
    .bundle-cart-group-header__remove-btn:focus {
        background: rgba(0, 0, 0, 0.05) !important;
        color: #111 !important;
        outline: none;
        box-shadow: none;
    }

    .bundle-cart-group-header__remove-btn:hover .fa,
    .bundle-cart-group-header__remove-btn:focus .fa {
        color: #222;
    }

    @media (max-width: 767px) {
        .bundle-cart-group-header__inner {
            grid-template-columns: 1fr;
            row-gap: 10px;
        }

        .bundle-cart-group-header__actions {
            justify-self: end;
        }
    }

    @media (max-width:1199px) {
        .form-group.billingShippingcheck {
            margin: 0;
        }
        .row.cart-form-grid {
            padding: 20px 0;
        }
    }
