.form-group {
    width: 100%;
    display: inline-block;
}

.formNew {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.enquiry-index-index label.form-label {
    float: left;
    width: 170px;
    padding-top: 3px;
    text-align: right;
    color: #000000 !important;
}
div#J-list {
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
}

ul.innerImg {
    list-style: none;
}

.img-thumb-main {
    width: 50px;
    height: 50px;
    display: table;
    text-align: center;
    table-layout: fixed;
    overflow: hidden;
    margin: 0;
}
input#mail_subject {
    padding: 3px;
}

.enqInput {
    width: 48% !important;
    float: left;
    margin-right: 6px;
}
.products-grid .product-image-wrapper{
    height: inherit !important;
}
#formNew select {
    height: 35px;
    line-height: 26px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 2px 2px 2px 5px;
    margin: 0;
    width: 48%;
    float: left;
    color: #000 !important;
}

#formNew label.checkbox {
    padding-left: 20px !important;
    font-weight: normal !important;
    display: inline-block;
    padding-right: 12px !important;
    color: #000 !important;
}

.fileUpload {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    color: #000 !important;
}

.uploadWrap .upload-text {
    color: #000;
}
p.file-help {
    font-size: 13px;
}

.enquiryBotom {
    width: 53%;
    text-align: center;
}
.enquiryBotom a {
    font-size: 15px;
    color: #425d90 !important;
    font-weight: 700;
}

/*product list page start*/
.categories__list {
            grid-template-columns: repeat(4, 1fr);
            grid-auto-rows: 1fr;
            display: grid;
            flex-wrap: wrap;
            list-style: none;
            padding: 43px;

        }

        .categories__list .list-item {
            display: inline-block;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            border-right: 1px solid transparent;
            width: auto;
        }

        .categories__list .list-item:nth-child(4n+1) {
            border-right-color: #d8d8d8;
        }
        .categories__list .list-item:nth-child(4n+2) {
            border-right-color: #d8d8d8;
        }
        .categories__list .list-item:nth-child(4n+3) {
            border-right-color: #d8d8d8;
        }

        .categories__list .category-link {
            font-family: Roboto,Arial,Helvetica,sans-serif;
            font-size: inherit;
            font-weight: 400;
            color: #000;
            line-height: normal;
            display: block;
            border-bottom: 1px solid #d8d8d8;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 16px;
            padding-bottom: 16px;
            font-size: 14px;
            text-transform: none;
            padding: 10px;
            word-wrap: break-word;
            text-decoration: none;
            width: 100%;
        }
        .categories__list .category-link figure{
            width: 90px;
            height: 90px;
            padding: 0;
            margin: 0;
            margin-right: 10px;

        }
        .categories__list .category-link figure img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
/*product list page end*/
  .navigation ul li.parent > a:before {
        content: '' !important;
        display: inline-block !important;
        width: 15px !important;
        height: 15px !important;
        background: url(https://www.buymystock.com/arrow-bullet.png) no-repeat !important;
        float: right !important;
        position: relative !important;
        top: 3px !important;
}
@media (max-width: 480px) {
    .banner img {
        width: 100%;
        height: inherit !important;
    }
}