.ci-title {
    color: #4585bc;
    transition: color .2s linear;
    font-size: 14px;
    line-height: 17px;
}


.catalog-item-narrow .ci-photo img {
    display: block;
    width: 100%;
    max-height: 113px;
    object-fit: contain;
}

.r-col-2 {

    width: 225px;
    float: right;
}

.sub-prices {
    margin: 10px 0;
    font-size: 14px;
    line-height: 17px;
}

.brand-search-popup {
    display: none;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 9999;
	margin-left:8%;
  	margin-right:15%;
    top: 10%;
    margin-top: 40px;
}
.brand-search-popup:after {
    left: 34%;
}
   
   @media (max-width: 768px) {
    .my-copyright {
        position: relative;
        padding-left: 1em;
        bottom: 10px;
        font-size: 12px;
        text-align: center; }


        .main-img-other-view {
            float: left;
            border: 1px solid #ed1890;
            margin: 0 30px 30px 0;
            width: 100%;
        }


        .catalog-narrow-list .catalog-item-narrow {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            margin-right: 10px;
            margin-bottom: 20px;
        }


        .checkout-thanks:before {
            content: '';
            background: none;
            width: 182px;
            height: 250px;
            position: absolute;
            z-index: -10;
            left: 30px;
            bottom: 0;
        }


        .checkout-thanks {
            position: relative;
            z-index: 10;
            border: 1px solid #c2c2c2;
            width: 100%;
            margin: 0 auto;
            padding: 0;
            min-height: 280px;
            font-size: 16px;
        }


    
    }