.index-container-blocks .category-products h3.block-title {
    background: var(--white-color) url(../images/sprites/mobilesentrix.png) no-repeat scroll left -868px;
    border-bottom: 1px solid var(--grey-color-tone-six);
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding: 0 0 10px 30px;
    text-transform: uppercase;
    width: 100%;
}
.index-container-blocks .products-grid .product-name {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    width: 100%;
    color: var(--default-color);
    text-align: left;
    line-height: 18px;
    display: flex;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    white-space: normal;
    margin-bottom: 5px;
}
.index-container-blocks .products-grid li .item-details .price {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
.index-container-blocks .qty-control{
    display: flex;
    margin-right: 20px;
}
.index-container-blocks .category-products .products-grid .display_qty {
    margin-left: 0;
    visibility: visible;
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: calc(50% - 16px);
    top: -16px;
    z-index: 100;
    overflow: hidden;
    padding: 0 3px;
    letter-spacing: 1px;
}
.index-container-blocks .category-products .products-grid {
    display: flex;
    flex-wrap: wrap;
}
.index-container-blocks {
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    display: -webkit-flex;
    width: 100%;
}
.index-container-blocks .products-grid li.first .product-image {
    width: 100%;
    margin: 0 0 10px 0;
    height: 410px;
}
.index-container-blocks .category-products .products-grid .custom-add-to-cart .qty-control button.btn-minus,
.index-container-blocks .category-products .products-grid .custom-add-to-cart .qty-control button.btn-plus {
    background-color: var(--white-color);
    width: 45px;
    height: 38px;
    border: 2px solid var(--grey-color-tone-seven);
    background-image: url(../images/sprites/incre-and-decreicon.png);
    text-indent: -99999px;
    background-repeat: no-repeat;
}
.index-container-blocks .category-products .products-grid .custom-add-to-cart .qty-control button.btn-minus{
    background-position: 15px -111px;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    background-size: 14px;
}
.index-container-blocks .category-products .products-grid .custom-add-to-cart .qty-control button.btn-plus {
    background-position: 14px 10px;
    background-size: 15px;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}
.index-container-blocks .category-products .products-grid .custom-add-to-cart input.qty {
    background: var(--white-color);
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
    color: var(--dark-color);
    border-left: 0;
    border-right: 0;
    border-top: 2px solid var(--grey-color-tone-seven);
    border-bottom: 2px solid var(--grey-color-tone-seven);
    width: 64px;
    height: 38px;
}
.index-container-blocks .category-products .products-grid button.btn-cart {
    width: 38px;
    height: 38px;
    border: 1px solid var(--grey-color-tone-six);
    background: url(../images/sprites/mobilesentrix.png) 1px -489px no-repeat var(--dark-color);
    text-indent: -9999px;
    background-size: 35px;
    border-radius: 4px;
    position: relative;
}
.index-container-blocks .category-products .products-grid li.item.home-loading-item .custom-add-to-cart .button.btn-cart{
    background-image: none;
    background-color: transparent;
    border: 0;
}
.index-container-blocks .category-products .products-grid li.item.home-loading-item .custom-add-to-cart .button.btn-cart::before{
    content: '';
    background-image: url(../images/opc-ajax-loader.gif);
    height: 100%;
    width: 100%;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.default-home-loader {
    position: relative;
    z-index: 999;
    width: 34px;
    height: 34px;
    top: 2px;
}
.default-home-loader .loader-icon {
    max-width: 20px;
    background-image: var(--default-loader-icon);
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    top: 7px;
    padding: 0;
    background-position: 30%;
}
.default-home-loader .listingloader-inner {
    height: 34px;
    position: absolute;
    width: 34px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-color: transparent var(--dark-color) transparent var(--primary-color);
    animation: rotate-loading 1.6s linear 0s infinite;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    top: 0;
}

@media screen and (min-width: 1200px) {
    .index-container-blocks .products-grid li.item .product-image {
        border: 1px solid var(--grey-color-tone-six);
        height: 160px;
        position: relative;
        background: var(--white-color);
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 130px;
    }
    .index-container-blocks .category-products {
        max-width: 820px;
        padding-bottom: 20px;
    }
    .index-container-blocks .category-products.rightside-category {
        max-width: 468px;
        margin-left: auto;
    }
    .index-container-blocks .category-products .products-grid>li.first {
        max-width: 376px;
        margin-right: 20px;
    }
    .index-container-blocks .category-products .products-grid>li:not(.first) {
        max-width: 425px;
    }
    .index-container-blocks .products-grid li.first .product-image {
        width: 100%;
        height: 410px;
        max-width: 100%;
    }
    .index-container-blocks .category-products .products-grid li.item .product-budges {
        max-width: 100%;
        height: auto;
        position: absolute;
        top: -10px;
        left: -40px;
        object-fit: contain;
    }
    .index-container-blocks .category-products .products-grid li.item:not(.first) .product-budges {
        left: -20px;
        top: -10px;
    }
    .index-container-blocks .category-products.rightside-category {
        max-width: 468px;
        margin-left: auto;
    }
    .index-container-blocks .category-products.rightside-category .products-grid li.item {
        width: 100%;
    }
    .index-container-blocks .category-products .products-grid button.btn-cart:hover {
        border: 1px solid var(--primary-color);
        background: var(--primary-color) url(../images/sprites/mobilesentrix.png) 1px -489px no-repeat;
        background-size: 35px;
    }
    .index-container-blocks .products-grid li.item .product-image img.list-product-img {
        margin: 6px 0;
    }
    .index-container-blocks .category-products .products-grid li.first .item-details{
        padding-left: 0;
        max-width: 100%;
    }
    .index-container-blocks .category-products .products-grid .inner-product-wrap li .item-details,
    .index-container-blocks .category-products .products-grid li .item-details {
        max-width: 300px;
        padding-left: 20px;
    }
    .index-container-blocks .category-products .products-grid .inner-product-wrap li,
    .index-container-blocks .category-products.rightside-category .products-grid li{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 20px;
    }
    .index-container-blocks .category-products .products-grid .inner-product-wrap li .item-details .custom-add-to-cart,
    .index-container-blocks .category-products .products-grid li .item-details .custom-add-to-cart {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1300px) {
    .index-container-blocks .category-products .products-grid .inner-product-wrap li .item-details, .index-container-blocks .category-products .products-grid li .item-details {
        max-width: 225px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .index-container-blocks .category-products h3.block-title {
        background-color: var(--grey-color-tone-six);
        background-position: 10px -859px;
        padding: 10px 40px 10px;
    }
    .index-container-blocks .products-grid li.item .product-image{
        height: auto;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .hide_1200{
        display: none;
    }
    .index-container-blocks .products-grid li.item .product-image .no-display{
        display: block;
    }
    .index-container-blocks .products-grid li.first .product-image .product-budges,
    .index-container-blocks .products-grid li .product-image .product-budges {
        max-width: 55px;
        height: auto;
        object-fit: contain;
        position: absolute;
        left: calc(50% - 80px);
        top: 10px;
    }
    .index-container-blocks{
        flex-wrap: wrap;
    }
    .category-products {
        max-width: 100%;
    }
    .overflow-responsive{
        overflow: auto;
        margin: 0 0 10px;
    }
    .index-container-blocks .category-products .products-grid {
        display: flex;
        flex-wrap: wrap;
        width: 1160px;
        justify-content: center;
        margin: 0 0 20px;
    }
    .index-container-blocks .inner-product-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .index-container-blocks .category-products .products-grid>li,
    .index-container-blocks .inner-product-wrap>li,
    .index-container-blocks .category-products .products-grid.rightside-category>li{
        flex: 0 0 25%;
        max-width: 300px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    .index-container-blocks .category-products .products-grid > li:not(.first) {
        flex: 0 0 75%;
        max-width: 900px;
    }
    .index-container-blocks .category-products.rightside-category .products-grid > li:not(.first){
        flex: 0 0 25%;
        max-width: 300px;
    }
    .index-container-blocks .inner-product-wrap > li {
        flex: 0 0 33.333%;
    }
    .index-container-blocks .category-products .products-grid .inner-product-wrap li .item-details, .index-container-blocks .category-products .products-grid li .item-details{
        max-width: 100%;
        padding-left: 0;
    }
    .index-container-blocks .category-products .products-grid .custom-add-to-cart input.qty{
        display: none;
    }
    .index-container-blocks .category-products .products-grid .custom-add-to-cart .qty-control button.btn-minus{
        border-right: 0;
    }
    .index-container-blocks .category-products .products-grid .custom-add-to-cart .qty-control button.btn-minus, .index-container-blocks .category-products .products-grid .custom-add-to-cart .qty-control button.btn-plus{
        border-top: 1px solid var(--grey-color-tone-seven);
        border-bottom: 1px solid var(--grey-color-tone-seven);
    }
    .index-container-blocks .category-products .products-grid>li, .index-container-blocks .inner-product-wrap>li, .index-container-blocks .category-products .products-grid.rightside-category>li{
        position: relative;
    }
    .index-container-blocks .products-grid .product-name{
        text-transform: capitalize;
    }
    .index-container-blocks .products-grid li .item-details .price,
    .index-container-blocks .products-grid .product-name{
        text-align: center;
    }
    .custom-add-to-cart {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index-container-blocks .inner-product-wrap>li,
    .index-container-blocks .products-grid.rightside-category>li,
    .index-container-blocks .category-products.rightside-category .products-grid > li:not(.first) {
        border-left: 1px solid var(--grey-color-tone-seven);
    }
    .index-container-blocks .category-products .products-grid>li.first,.index-container-blocks .inner-product-wrap > li,.index-container-blocks .category-products.rightside-category .products-grid>li:not(.first){
        padding:30px 15px;
    }
    .index-container-blocks .category-products .products-grid .display_qty{
        top: 0;
    }
    .index-container-blocks .category-products.rightside-category .products-grid {
        width: 900px;
    }
    .index-container-blocks .category-products.rightside-category .products-grid > li:not(.first){
        flex:0 0 33.333%;
    }
    .index-container-blocks .category-products.rightside-category .products-grid > li:first-child{
        border-left:0;
    }
}