/* header-cart-styling-start */

    .header-cart_rp {
        position: absolute;
        left: 0;
        z-index: 2;
        top: 75px;
    }
    .dropcart__product-info {
        padding-right: 10px;
        padding-left: 16px;
    }

    .dropcart--style--dropdown {
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
        background-color: rgb(44 44 44);
        width: 320px;
    }
    .dropcart__products-list {
        padding: 20px 16px;
        overflow: auto;
        height: 200px;
    }
    .dropcart__product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .dropcart__product-image {
        width: 70px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .product-image__body {
        display: block;
        position: relative;
        padding-bottom: 100%;
        width: 100%;
    }
    .product-image__img {
        display: block;
        position: absolute;
        width: 100%;
        height: 100% !important;
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    [dir=ltr] .dropcart__product-info {
        padding-right: 10px;
        padding-left: 16px;
    }
    .dropcart__product-info {
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .dropcart__product-meta {
        margin-top: 5px;
        font-size: 13px;
    }
    .dropcart__product-price {
        font-size: 14px;
        font-weight: 700;
    }
    .dropcart__product-remove {
        margin-right: -6px;
    }
    .btn-sm.btn-svg-icon {
        width: calc(1.875rem + 2px);
        text-align: center;
        padding-top: 10px;
    }
    .dropcart__product-remove {
        margin-top: -6px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .btn-light, .btn-light.disabled, .btn-light:disabled {
        border-color: transparent;
        background: transparent;
        color: #3d464d;
        fill: #ccc;
    }
    .btn-svg-icon {
        padding: 0;
        position: relative;
    }
    .dropcart__product + .dropcart__product {
        margin-top: 24px;
    }
    .dropcart__totals {
        border-top: 1px solid #ebebeb;
        line-height: 24px;
        padding: 16px 20px 0;
        color: #fff !important;
    }
    .dropcart__totals table {
        width: 100%;
    }
    .dropcart__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 4px;
        padding: 20px;
    }
    .dropcart__buttons > :first-child {
        margin-right: 8px;
    }
    .dropcart__buttons > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .dropcart__product-meta span{
        height: auto !important;
        width: auto !important;
        border-radius: inherit !important;
        position: inherit !important;
        background: transparent !important;
        display: contents !important;
    }
    .cart-btn{
        border-radius: 0px !important;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        font-size: 1rem;
        height: calc(2.25rem + 2px) !important;
        line-height: 1.5 !important;
        padding: 0.375rem 1.25rem;
        font-weight: 500 !important;
        margin-left: 0px !important;
        font-family: 'DM Sans';
    }
    .btn i, .btn svg{
        fill: #000;
    }
    .nav-right-part ul li a:hover {
        color: #0a0a0a;
    }
    .topCartItemCounterInHeader {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        background: var(--main-color);
        text-align: center;
        top: 0;
        right: 0;
        color: #000;
        -webkit-transform: translate(100%, -45%);
        transform: translate(100%, -45%);
        line-height: 15px;
        /* padding: 0 11px 0 8px; */
        font-size: 12px;
    }

    @media screen and (max-width: 1470px) {
        .dropcart--style--dropdown {
            max-width: 265px;
        }
    }
    @media (max-width: 1300px){
        .header-cart_rp {
            left: auto;
            right: 0;
        }
    }
