/* Home Product Category Section */
.common-title-icon-left-line::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #D4A017;
    border-radius: 50%;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.common-title-icon-right-line::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #D4A017;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.cat-item-shop-btn .elementor-button-icon svg {
    height: 24px;
    width: 24px;
}

.cat-item-shop-btn svg path {
    fill: none !important;
}

.cat-item-img {
    height: 100%;
}

.home-product-cat-loop-item *:not(.cat-item-button-icon *) {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}


.home-product-cat-loop-item:hover .cat-item-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.home-product-cat-loop-item:hover .product-cat-title .elementor-heading-title {
    color: #D4A017 !important;
}

.home-product-cat-loop-item:hover .cat-item-button-title .elementor-heading-title {
    color: #D4A017 !important;
}

.home-product-cat-loop-item:hover .cat-item-button-icon img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(13%) saturate(7268%) hue-rotate(352deg) brightness(88%) contrast(88%);
    -webkit-filter: brightness(0) saturate(100%) invert(84%) sepia(13%) saturate(7268%) hue-rotate(352deg) brightness(88%) contrast(88%);
}

.home-cat-grid .elementor-loop-container {
    grid-template-columns: repeat(6, 1fr) !important;
}

.home-product-cat-loop-item {
    height: 100% !important;
}

/* First 2 items */
.home-cat-grid .e-loop-item:nth-child(2),
.home-cat-grid .e-loop-item:nth-child(3) {
    grid-column: span 3;
}

/* All remaining items */
.home-cat-grid .e-loop-item:nth-child(n+4) {
    grid-column: span 2;
}

.cmd-icon-box .elementor-icon-box-title {
    margin-block-start: 0 !important;
}

/* Home Product Category Section */

/* About Common Banner Section */
.banner-sub-title .elementor-icon-list-text {
    padding-left: 0 !important;
}

.banner-sub-title .elementor-icon-list-icon svg {
    margin-right: 0 !important;
}

.banner-btn .elementor-button-icon svg {
    height: 24px;
    width: 24px;
}

.banner-btn .elementor-button-content-wrapper {
    align-items: center;
}

.banner-btn .elementor-button-text {
    text-align: left !important;
}

/* About Common Banner Section */


@media (min-width:1367px) and (max-width:1599px) {
    .common-banner-title-content {
        max-width: 820px !important;
    }

    .banner-h1-title .elementor-heading-title {
        font-size: 65px !important;
    }

    .meri-58-700-160-2,
    .meri-58-700-120-2 {
        font-size: 50px !important;
    }
}

@media(max-width:1200px) {

    /* First 2 items */
    .home-cat-grid .e-loop-item:nth-child(2),
    .home-cat-grid .e-loop-item:nth-child(3) {
        grid-column: span 3;
    }

    /* All remaining items */
    .home-cat-grid .e-loop-item:nth-child(n+4) {
        grid-column: span 3;
    }
}

@media(max-width:575px) {

    .home-cat-grid .elementor-loop-container {
        grid-template-columns: 1fr !important;
    }

    .home-cat-grid .e-loop-item {
        grid-column: span 1 !important;
    }

    #building-block>div {
        max-width: 100%;
    }
}