.selling-feature .row > div {
    border: none;
}

.media.list-features {
    width: 100%;
    background: #636B2F;
    color: white;
    padding: 12px;
    border-radius: 12px;
}

.selling-feature .media-left .mbi {

    color: #ffffff;
    font-size: 50px;

}

.selling-feature .text {
    color: #ffffff;
}

.selling-feature .row .col-12:nth-child(2) .media.list-features {
    background: black;
}


.selling-feature .row .col-12:nth-child(4) .media.list-features {
    background: black;
}

.selling-feature .media-heading {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 5px;
}

.selling-feature .media-left {
 
    height: auto;
    width: auto;
}

.product-info-main-content {
    padding-top: 22px;
}

.item-slider .block-content .block-center {
    left: 0px;
    width: 100%;
}



.text-small {
    color: #6b9739 !important;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
}
.text-largee {
    color: white;
    font-weight: 600 !important;
}

.item-slider .text-normal p {
    color: #ffffff;
    margin-top: 11px;
    font-weight: 500;
}





.text-normal ul {
    padding: 15px 0px;
    list-style-type: none !important;
    display: inline-flex !important;
}

.text-normal ul li {
    margin: 0px 8px;
}

.text-normal ul li a {
    color: white;
}
.hide {
    display: none;
}

.product-info-price .product.attribute.overview {
    margin-bottom: 12px;
}


.product-info-main .product.d.attribute.overview [itemprop="description"] {
    display: none;
}


.form.get-quote-pdp .product-info-top {
    background-image: url(https://networkingcorner.com//media/wysiwyg/magebig/slider/qutation-banner.webp);
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #626b31;
    background-size: cover;
    background-position: center;
}

.form.get-quote-pdp .product-info-top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    width: 190px;
    margin: auto;
    margin-bottom: 10px;
}

.form.get-quote-pdp .product-info-top ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #000000;
    background-repeat: no-repeat;
    display: block;
    width: 80px;
    border: 1px solid #ffffffde;
    height: 36px;
    line-height: 34px;
    border-radius: 5px;
}

.form.get-quote-pdp .callhelp a {
    font-size: 16px;
    color: #292929;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 190px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
}


.form.get-quote-pdp .product-info-inquery-fields {
background-color: #f9f9f9;
background-repeat: no-repeat;
padding-top: 6px;
padding-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}



.form.get-quote-pdp h4 {
color: #292929;
font-size: 16px;
margin-bottom: 0px;

}

.form.get-quote-pdp p {
color: #818181;
}

.form.get-quote-pdp .product-info-inquery-fields input {
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    color: #8d8d8d;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: 'Poppins';
    height: 35px;
    font-size: 13px;
}

.form.get-quote-pdp button.action.submit.primary {
    margin-top: 12px;
}

.sidebar-product-page.row {
    display: none;
}


form#productInquery {
    text-align: center;
}

.mini-details table {
    width: 100%;
    border: 1px solid #000 !important;
    border-radius: 10px;
    display: block;
}

.mini-details tbody {
    display: inherit;
}

.mini-details table tr {
    border-radius: 0;
    border-bottom: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
}

.mini-details table tr td {
    color: #606060;
    padding: 5px 10px;
    padding-bottom: 5px;
    border: 0 !important;
    font-size: 13px;
}

.mini-details table tr td:first-child {
border-right: 1px solid #000 !important;
    flex-basis: 47%;
}

.mini-details table tr td:last-child {
    flex-basis: 50%;
}

.mini-details table tr:last-child {
    border: 0;
}

.mleft {
    max-width: 330px;
}

.mright {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.mini-details {
    position: relative;
}

.product-info-main {
    margin-bottom: 12px;
}

.price-box {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 13px;
}

span.price {
    color: #626b33;
    font-weight: 600 !important;
}


section.main-banner .block-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.block-cont-inner {
    width: 100%;
    max-width: 920px;
    margin: auto;
}

.main-banner .d-block.d-md-none.img-d img {
    object-fit: cover;
    height: 360px;
}

.icon-box {
    text-align: center;
}

.icon-box img.img-fluid {
    width: 65px;
    margin: auto;
    margin-bottom: 10px;
    height: 65px;
    object-fit: contain;
    max-width: none;
}

    h2.heading-title {
        color: #303331;
        position: relative;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    h2.heading-title span {
    background: white;
    z-index: 1;
    padding: 0px 56px;
}

    h2.heading-title:after {
        content: '';
        height: 1px;
        border: 1px solid #626b32;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }

.widget-product .heading-title {
    font-size: 32px;
    font-weight: 600;
}

 .header-menu-content {
  
    border: none;
}

div#widgetplus-block-3151502206 {
    padding-bottom: 52px;
}

.widgetplus.widget-product.featured .product-item {
    background: #efefef;
    padding: 12px;
    border-radius: 8px;
}

.widgetplus.widget-product.featured img.product-image-photo {
    border-radius: 8px;
    border: 1px solid #d9d9d9;
}



.product-item-name {
    font-size: 14px;
    font-family: 'Poppins';
    text-align: center;
    font-weight: 500;
}

.product-item-name a {
    color: #000000;
}

div#widgetplus-block-3843179161 .img-fluid {
    width: 100%;
}

.widget-product {
    margin-bottom: 50px;
}

div#widgetplus-block-3728817937 {
    margin-bottom: 50px;
}


div#widgetplus-block-607996281 {
    margin: 22px 0px 50px 0px;
}

div#widgetplus-block-607996281 img.img-fluid {
    width: 100%;
    max-width: 100px;
    margin: auto;
    object-fit: contain;
}

ul.footer-links.contf li {
    color: #ffffff;
    font-size: 12px;
}

.footer-container p {
    font-size: 12px;
    color: #ffffff;
}

.toggle-mobile .title {
    color: #788d0c;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.subscribe .input-box input {
    height: 40px;
    width: 99%;
    font-family: 'Poppins';
    border-bottom-left-radius: 4px;
 
}

.subscribe .input-box button {
    height: 40px;
    line-height: 40px;

}

.block-content .row {
    width: 100%;
}

.cms-page-view .container.main-container {
    min-width: 100% !important;
    padding: 0px;
}


section.main-banner.inner-banner {
    position: relative;
    margin-bottom: 50px;
}


.inner-banner .text-normal {
    color: white;
    font-weight: 300;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 22px;
    margin-top: 14px;
}

.inner-banner .block-content .row {

    margin: 0px;
}

.inner-banner .container {
    padding: 0px;
}


.inner-banner .block-cont-inner {
    max-width: 403px;
    margin-right: auto;
}


form.inner-form {
    background: #ffffff2b;
    padding: 30px;
    border-radius: 31px;
    backdrop-filter: blur(2px);
    max-width: 362px;
    margin-left: auto;
}

form.inner-form h3 {
    font-size: 20px;
    line-height: 25px;
    color: white;
    font-family: 'Poppins';
    margin-bottom: 16px;
}

form.inner-form label {
    color: white;
    display: block;
    margin-bottom: 0px;
}

form.inner-form input {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 3px;
    border: none;
    margin-bottom: 9px;
    padding: 16px 8px;
}


form.inner-form textarea {
    width: 100%;
    padding: 4px 8px 0px 8px;
    border: none;
}

form.inner-form button.action.submit.primary {
    width: 100%;
    margin-top: 12px;
    border-radius: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
}

section.in-cat-bn .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.cms-page-view .wrapper-breadcrums {
    display: none !important;
}

section.in-cat-bn {
    margin-bottom: 50px;
}

.product-btn {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    position: relative;
    background: transparent;
}


.qty-wrapper input.qty::-webkit-outer-spin-button,
.qty-wrapper input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-wrapper input.qty {
    -moz-appearance: textfield; /* Hide arrows in Firefox */
}


.qty-wrapper {
    display: flex;
    width: 108px;
    margin: auto;
    margin-bottom: 8px;
}

.qty-wrapper input#qty {
    border: none;
    border-radius: 0px;
    height: 30px;
    text-align: center;
}

.qty-wrapper button.qty-decrease, .qty-wrapper button.qty-increase {
    background: #e5e4e4;
    border-radius: 0px;
    width: 45px;
    font-size: 18px;
    border: none;
}


.product-item-details .price-wrap .price-box {
    float: none;
    border: none;
    margin-bottom: 0px;
}

.product-item-details  .price-wrap .price-box span {
    font-size: 16px;
}

.product-item-details .price-wrap {

    text-align: center;
}



.product-item-info button.action.tocart.primary {
    border-radius: 9px;
}


.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #000000;
    text-decoration: none;
    transform: scale(1.5);
}

button.owl-prev {
    left: -20px !important;
}

button.owl-next {
    right: -40px !important;
}

.header-top-row {
    padding: 7px 0 6px;
    font-size: 12px;
}


.col-auto.top-links a {
    color: white;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
    padding: 0px;
}
.col-auto.top-links i {
    color: #6b9739;
    margin-right: 8px;
    font-size: 16px;
    line-height: 16px;
}

.col-auto.top-links img.img-fluid {
    width: 18px;
    margin-right: 8px;
    max-width: none;
    height: 18px;
}


.vertical-menu .magebig-nav > li.level0:hover > a.level-top {
    background-color: #636b2f;
    color: #ffffff;
}

section.cms-cat-sec {
    padding-bottom: 30px;
}

section.cms-cat-sec .owl-stage {
    margin: auto;
}

li.level0.nav-1 li.level1.item.nav-1-1.parent ul.level1 li:nth-child(n+16) {
  display: none;
}

.mb-navigation .title {
    text-transform: uppercase;
}


.sidebar-wrap .block.block-nav {
    display: none;
}

.main-slider-full {
    margin-bottom: 0px;
}

.products-list h4.product {
    text-align: left;
    font-size: 17px;
    margin-bottom: 7px;
}

.products-list .price-box .price {
        font-weight: 700;
        color: #000;
        font-size: 19px;
}

.products-list .price-box {
    border: none;
}

.products-list .product-item-description {
    margin: 0px 0 15px 0;
}

.products-list .product-item-info button.action.tocart.primary {
    border-radius: 3px;
    width: 120px;
    margin: 0px;
}

.products-list .row.product.details.product-item-details {
    align-items: center;
}

.products-list .list-p-acts {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 20px;
}

.products-list .qty-wrapper {
    margin-bottom: 0px;
    border: 1px solid #e5e5e5;
}

.products-list .qty-wrapper button.qty-decrease, .products-list .qty-wrapper button.qty-increase {

    padding: 0px;
    width: 74px;
    height: 35px;
  
}

.products-list .qty-wrapper input#qty {
 
    height: 35px;
  
}


.mb-trigger-next {
    margin-bottom: 60px;
    margin-top: 40px;
}


section.main-banner {
    background-color: #626b32;
}


.stock-tag {
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 1;
    color: #fff;
    border-radius: 5px;
    background: #626b32;
}

.stock-tag:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid #626b32;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
}

.stock-tag.stock.unavailable {
    background: #db0d0d;
}

.stock-tag.stock.unavailable:before {
    border-right: 8px solid #db0d0d;
}

.box-tocart button.action.primary {
    min-width: 130px !important;
    height: auto !important;
    margin-bottom: 0px !important;
}

.box-tocart .fieldset-add {
    align-items: center;
}

div#minicart-content-wrapper strong.product-item-name {
    text-align: left;
}

.minicart-items .product-item-name a {
    color: #040404;
}

.products-list .product-item-info button.action.buynow.primary {
    border-radius: 5px;
}

.attributes-div p strong {
    font-weight: 600;
}

.attributes-div p {
    color: #2c2c2c;
}


.category-description h1 {
    font-size: 29px;
    margin-bottom: 25px;
    font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
}


.category-view {
    margin-bottom: 39px;
}


section.cat-bottom-cont h3 {
    font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
    font-weight: 500;
    margin-top: 32px;
}

section.cat-bottom-cont p {
    color: #383838;
}

.wrapper-breadcrums li a {
    color: #626b32;
}

.wrapper-breadcrums li a:hover {
    color: black;
}

.mb-range-slider .ui-slider-handle {
    background: #626b32;
}

.online-quote-page {
    width: 700px;
    max-width: 100%;
    margin: auto;
    padding-top: 15px;
}

.note {
    background-color: #eee;
    border: #ddd 1px solid;
    padding: 10px;
    font-size: 15px;
}

p.note span {
    font-size: 18px;
    margin-top: 3px;
    display: block;
}

p.note strong {
    font-weight: 600;
}

.online-quote-page-top {
    margin-bottom: 15px;
}

.part-numbers-quote {
    width: 100%;
}

.online-quote-page th {
    background: #626b32;
    padding: 8px 10px;
    color: white;
}
.part-numbers-quote td {
    padding: 2px 0;
}

tbody#gridlines input {
    width: 100%;
    height: 32px;
    font-family: 'Poppins';
    padding: 3px 7px;
}


.online-quote-page .field.form-group {
    margin-bottom: 7px;
}

.online-quote-page label.label.control-label {
    margin-bottom: 2px;
}

.online-quote-page .fieldset .control input {
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Poppins';
    padding: 3px 7px;
}

.online-quote-page h1 {
    margin-bottom: 12px;
}


.about-bn .block-cont-inner h1 {
    color: white;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 63px;
    line-height: normal;
}


.about-bn .block-cont-inner h2.text-largee {
    font-size: 23px;
    line-height: 22px;
    font-weight: 500 !important;
}

.about-bn .block-cont-inner .text-normal {
    margin-top: 6px;
}

.about-bn .block-cont-inner {
    max-width: 100% !important;
}



section.in-cont-sec h1 {
    margin-bottom: 8px;
   font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
}

section.in-cont-sec {
    margin-bottom: 42px;
}

section.in-cont-sec h2 {

    font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
}

section.in-cont-sec h3 {

    font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
}


section.in-cont-sec h4 {
    font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
}

section.in-cont-sec ol {
    margin: 10px 0px;
}

section.in-cont-sec ul {
    margin-bottom: 12px;
}

section.in-cont-sec table td {
    border: 1px solid;
    padding: 6px 7px;
}

section.in-cont-sec table {
    margin-bottom: 17px;
}


.catalog-category-view .page-title {
    text-align: left;
}


.cms-index-index .product-item .product-item-info h3.product-item-name {
    min-height: 40px;
}


div#widgetplus-2734598640 {
    min-height: 470px;
}

div#widgetplus-679641201 {
    min-height: 469px;
}

/*.logo img {
    width: 189px;
    height: 45px;
    max-width: none;
    object-fit: contain;
}*/

.catalog-category-view.page-layout-1column .container.main-container {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
}

.catalog-category-view.page-layout-1column .wrapper-breadcrums {
    display: none;
}


span.mbi.mbi-menu {
    width: 30px;
}

.inner-banner h1.text-large {
    color: white;
    margin-bottom: 0px;
}






.page-layout-1column.catalog-category-view .page-title-wrapper {
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.page-layout-1column.catalog-category-view .columns.row {
    margin: auto;
}


.pages .pages-items .item a:hover {
    color: white;
}

.pages .pages-items .item.current {
    color: white;
}


section.thankyou-sec {
    height: 50vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.thnk-in-cont h1 {
    margin-bottom: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.btns-box a.btn.btn-blue.chat {
    background: #616c32;
    color: white;
}


.btns-box .btn {
    width: 120px;
    height: 40px;
    display: inline-block;
    background: #000000;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    margin: 6px;
}

section.rma-form-sec label {
    display: block;
}

section.rma-form-sec input {
    width: 100%;
    height: 32px;
    margin-bottom: 10px;
}

section.rma-form-sec label {
    display: block;
    font-weight: 600;
}

section.rma-form-sec textarea {
    width: 100%;
   margin-bottom: 10px;
}


section.rma-form-sec select {
    width: 100%;
margin-bottom: 10px;
}

section.rma-form-sec form {
    max-width: 600px;
    margin: auto;
    margin-top: 31px;
}

section.rma-form-sec button {
    width: 130px;
    background: #626b32;
    color: white;
    border-radius: 2px;
    height: 38px;
    font-weight: 500;
}

section.rma-form-sec {
    padding: 45px 2px;
}


section.rma-form-sec h1 {
    margin-bottom: 10px;
}


section.rma-form-sec h1 {
    margin-bottom: 2px;
}

a {
    color: #616c32;
}

.icon-box a {
    color: black;
    display: block;
    width: 100%;
}

section.cont-details {
    background: #ededed;
    padding: 40px 0px;
}



.inner-banner.about-bn h2.text-large {
    color: white;
}


.row.online-quote-page-top img {
    width: 90px;
}


.sidebar-product-wrap {
    position: sticky;
    top: 10px;
}

.catalog-product-view .page-wrapper.magebig-container {
    overflow: inherit;
}


.modal-inner-wrap {
    max-width: 750px;
}

img#quote-product-image {
    width: 100%;
    max-width: 350px;
    margin: auto;
    display: block;
}

form#bulk-quote-form input {
    display: block;
    height: 42px;
    border-radius: 4px;
    font-size: 14px;
    border-color: #b1b1b1;
    padding: 8px 12px;
    background: 0 0;
    color: #666;
    width: 100%;
    margin-bottom: 12px;
    font-family: 'Poppins';
}

span.pophd {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 2px;
    display: block;
}

div#bulk-quote-popup .poppara {
    font-size: 13px;
    color: #222222;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
}

form#bulk-quote-form button.action.primary {
    width: 100%;
}

span#quote-product-sku {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 6px;
}

span#quote-product-name {
    display: block;
    text-align: center;
    font-size: 12px;
}


form#online-quote-form {
    margin-bottom: 28px;
}

form#online-quote-form button {
    background: #616c32;
    height: 41px;
    border-radius: 2px;
    color: white;
    width: 120px;
}


.social-login-title .login-title {
    margin: 0;
    padding: 0 15px;
    background: no-repeat 12px center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.social-login-title .forgot-pass-title {
    margin: 0;
    padding: 0 15px;
    background: no-repeat 12px center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}


section.cat-bottom-cont h2 {
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    margin-bottom: 19px;
    position: relative;
}

section.cat-bottom-cont h2:before {
    width: 200px;
    bottom: -1px;
    height: 2px;
    background: #636b2f;
    left: 0;
    content: '';
    display: block;
    position: absolute;
}



.bulk-quote-modal div#modal-content-1 {
    padding-top: 32px;
}


ul.ppmt-ic {
    display: flex;
    gap: 25px;
    padding-left: 0px;
    list-style: none;
    margin-top: 14px;
}
ul.ppmt-ic li img {
    height: 25px;
    width: 100%;
    object-fit: contain;
}


span.ppmt-hd {
    text-transform: uppercase;
    font-weight: 500;
    color: #7c7c7c;
    margin-top: 12px;
    display: block;
}

.catalog-product-view .cat-links {
    display: none;
}

a.action.primary.prd-blkq {
    background: white;
    color: #000000;
    border-color: black;
}

a.action.primary.prd-blkq:hover {
    background: #626b32;
    color: white;
    border-color: #626b32;
}

.propage-sdetail {
    padding: 15px 12px;
    margin-top: 20px;
    box-shadow: 0px 0px 8px 0px #00000021;
    background: #f9f9f9;
    border-radius: 4px;
}

.propage-sdetail ul {
    padding-left: 0px;
    list-style: none;
}

.propage-sdetail ul li {
    margin-bottom: 7px;
    font-size: 13px;
}

.propage-sdetail ul li h6 {
    font-size: 13px;
    font-weight: 400;
}

.propage-sdetail ul li i {
    font-size: 15px;
}

.gallery-placeholder__image {
    padding-bottom: 99.6% !important;
}

section.main-banner.inner-banner img.img-fluid {
    width: 100%;
}

h4.quote-widget {
    font-size: 20px !important;
    font-weight: 600;
    font-family: 'Poppins';
}

.gallery-placeholder.horizontal {
    border: 1px solid #d3d3d3;
}


.amcheckout-step-container {
    font-size: 14px;
}

div#checkout .product-item-name {
    text-align: left;
}

.amcheckout-step-container .note {
    color: #717171;
    padding: 0px;
    background: transparent;
    border: none;
    font-size: 14px;
}

.product-item-details .price-wrap .price-box span.discount-price span.original-price {
    color: #545454;
}

span.s-price {
    font-style: normal;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #777777;
}


span.s-price span {
    color: rgba(0, 0, 0, 1);
}

span.s-discount {
    background: #8aab009e;
    border-radius: 20px;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    color: #000000;
    font-weight: 600;
}

.saveprice-div {
    margin-top: 7px;
}

.product-item-details .price-wrap .price-box .saveprice-div * {
    font-size: 12px !important;
}

.product-item-details .price-wrap .price-box span.s-discount {
    display: none;
}

.product-item-details .price-wrap .price-box .saveprice-div {
    margin-top: 0px;
}

div#checkout-payment-method-load .amcheckout-wrapper {
    padding: 20px 0px;
}

.payment-group .step-title.mobile {
    padding: 8px 12px;
}

.payment-method._active {
border: none !important;
} 

tr.row.amcheckout-method.-selected {
border: none !important;
}

.mfp-wrap.mfp-slide-right {
    z-index: 999999999999;
}

.widgetplus .product-item-details h4.product-item-name {
    min-height: 40px;
}

section.main-banner img {
    width: 100%;
}

section.cat-bottom-cont div#description {
    --desc-max-height: inherit !important;
}

div#bulk-quote-popup {
    margin-top: 32px;
}


h2.cb-faq-tab {
    position: relative;
}

h2.cb-faq-tab span.arrow {
    display: block;
    position: absolute;
    right: 6px;
    top: 18px;
    line-height: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.cb-faq-tab .arrow.rotated {
    transform: rotate(180deg);
}

.cb-faq-sec {
    padding-bottom: 42px;
}

.cb-faq-cont h3 {
    margin-top: 0px !important;
}


section.html-sitemap {
    padding: 50px 10px;
 
}

.parent-category {
    background: #f3f3f3;
    padding: 23px;
    margin-bottom: 15px;
}

.parent-category a {
    color: black;
}

.parent-title a {
    font-size: 21px;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
     color: black;
}


.parent-category > ul.child-list > li {
    margin-bottom: 7px;
}

ul.sub-child-list {
    margin-bottom: 15px;
}

ul.sub-child-list li {
    font-size: 13px;
    font-weight: 400;
}




div#widgetplus-block-3455799043 {
    margin-top: 50px;
}

.ind-box {
    display: flex;
    gap: 19px;
    margin-bottom: 37px;
}

.ind-icon img {
    border: 1px solid #616c32;
    border-radius: 5px;
    padding: 15px;
    min-width: 91px;
    width: 70px;
}

.ind-cont h4 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 6px;
}

.ind-cont h4 a {
    color: black;
}
.ind-cont p {
    color: #202020;
    font-weight: 300;
    font-size: 13px;
}



h1.text-large {
    line-height: 42px;
}


section.main-banner.inner-banner h2 {
    color: white;
    margin-top: 14px;
}

.industries-p .block-cont-inner {
    max-width: 483px !important;
    margin-left: 0px;
}


.indp-ab-cont h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 23px;
}

.indp-ab-cont {
    max-width: 570px;
}


section.ind-b-sec2 {
    padding: 40px 0px;
    background: #f7f7f7;
}


.indp-box {
    text-align: center;
    margin-bottom: 42px;
}


.indp-box img {
    width: 60px;
    margin-bottom: 12px;
}


section.indp-sec {
    padding-bottom: 60px;
}

section.ind-b-sec3 {
    padding: 40px 0px;
}

section.ind-b-sec2 h2.heading-title span {
    background: #f7f7f7;
}



section.indp-sec img {
    border-radius: 18px;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
}

section.ind-b-sec2 h2 {
    text-align: center;
}

section.ind-b-sec3 h2 {
    margin-bottom: 34px !important;
    text-align: center;
}

.ind-icon a:hover img {
    filter: brightness(20.5);
    transition: 0.5s;
}

.ind-icon a:hover {
    background: #616c32;
    height: max-content;
    display: inherit;
    transition: 0.5s;
}


.indp-sec2-box {
    padding: 26px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 7px #8172723b;
    margin-bottom: 15px;
    min-height: 217px;
}
.indp-ic-topc {
    max-width: 700px;
    margin: auto;
    margin-bottom: 32px;
}


.indp-sec2-box img {
    width: 60px;
    display: block;
    border-radius: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px;
}

.indp-sec2-box span {
    font-size: 17px;
    margin-bottom: 4px;
    display: block;
}


.ind-b-brand-sec {
    padding: 40px 0 0px 0;
}

.indb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.indb-list-in {
  width: 18%; /* Adjust the width to create 5 items per row, based on the number of brands */
  margin-bottom: 20px;
  text-align: center;
}

.indb-list-in img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


section.indp-sec.ab img.img-fluid {
    max-height: 400px;
    width: auto;
    margin: auto;
}

ul.grand-child-list {
    margin-bottom: 7px;
}

.brand-list-page .char-item.active {
    background-color: #626b32;
    color: #ffffff;
    border-color: #626b32;
}

.brand-list-page .char-item.available:hover {
    background-color: #626b32;
    color: #ffffff;
    border-color: #626b32;
}

.brand-list-page .char-item {
color: #626b32;
}

.brand-item-inner a.brand-link img {
    width: 150px;
}

.brand-item-inner {
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #ebebeb;
}

.product-accordion .product.data.items .item.title > .switch:hover:after {
    width: 0px;
}

.product.data.items .item.title.opened > .switch {
    cursor: pointer;
}



.sing-ban-cont {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    color: white;
    width: 100%;
}

.sing-ban-cont-in {
    max-width: 570px;
    margin-left: 90px;
}
.sing-ban-cont-in h3.sbc-h1 {
    font-size: 38px;
    line-height: 44px;
    font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
    font-weight: 600;
    color: #fefefc;
}

.sing-ban-cont-in h3.sbc-h2 {
    font-size: 22px;
    line-height: 26px;
    font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
    font-weight: 300;
    margin-top: 13px;
    max-width: 490px;
    color: #f3f3f2;
}

.sing-ban-cont-in a.btn {
    width: 130px;
    height: 35px;
    background: #616c32;
    display: block;
    color: white;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}

.sing-bn-sec {
    position: relative;
}


.product.media:before {
    content: "**Note: The Image may not exactly match the product.**";
    font-size: 12px;
    text-align: center;
    display: block;
    margin-bottom: 9px;
    color: #616c32;
}

.big-nav {
    padding: 0px;
}

ul.mega-inner-1 {
  list-style-type: none;
  min-height: 450px;
  max-height: 460px;
    overflow: auto;
    padding: 0px 20px !important;
}
ul.mega-inner-1 > li > ul {
  display: none;
  position: absolute !important;
  top: 23px;
  left: 22%;
  width: 77% !important;
  min-height: 450px;
}
ul.mega-inner-1 > li > a {
  line-height: 42px;
}
ul.mega-inner-1 > li.show > a {
  width: max-content !important;
}
ul.mega-inner-1 > li.show > a:after {
  content: "";
  color: #636b2f !important;
  width: 100%;
  display: block;
  background: #636b2f;
  height: 2px;
  border-radius: 12px;
  position: absolute;
  bottom: 4px;
}
ul.mega-inner-1 > li > ul:before {
  content: "";
  width: 1px;
  background: #d1d1d1;
  display: block;
  position: absolute;
  height: 100%;
  left: -24px;
  min-height: 450px;
}
ul.mega-inner-1 li ul {
  list-style-type: none;
}
span.top-in-mega.last {
  margin-top: 20px;
  display: block;
}
ul.mega-inner-1 > li {
  width: 17%;
}
ul.mega-inner-1 > li > ul > li.col3 {
  width: 33.3334%;
  padding: 0 10px;
}

ul.mega-inner-1 > li > ul > li.col2 {
    max-width: 50% !important;
    width: 50%;
    padding: 0 10px;
}
ul.mega-inner-1 > li > ul > li.col4 {
  width: 24.3334%;
  padding: 0 10px;
}
ul.mega-inner-1 > li > ul > li.col5 {
  width: 19.9334%;
  padding: 0 9px;
}
ul.mega-inner-1 > li > ul > li {
  display: block;
  float: left;
}
ul.mega-inner-1 li ul {
  display: none;
}
ul.mega-inner-1 li.show ul {
  display: block;
}
ul.mega-inner-1 ul li a {
  border: none !important;
}
a.top-in-mega {
  font-weight: 600;
  pointer-events: none;
}
ul.mega-inner-1 > li > ul > li > ul > li > a {
  font-weight: 400;
}
ul.mega-inner-1 > li > ul > li > ul {
  padding: inherit !important;
  padding-left: 0px !important;
  max-height: 397px;
  overflow: auto;
}
ul.mega-inner-1 > li > ul > li > ul::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #F5F5F5;
}
ul.mega-inner-1 > li > ul > li > ul::-webkit-scrollbar-thumb {
  background-color: #636b2f;
  border: 2px solid #555555;
}
ul.mega-inner-1 > li > ul > li > ul::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.magebig-nav ul.brnd {
  max-height: 275px !important;
}
.magebig-nav li.level0 ul li ul li a {
  color: #525252;
  font-weight: 400;
}
.magebig-nav li a.view-all {
  font-weight: 400 !important;
  color: black !important;
}

span.top-in-mega {
    line-height: 21px !important;
    display: block;
}

.loading-box {
    text-align: center;
    padding: 40px 0px;
}
.loading-box img {
    width: 40px;
}



.num-div a img {
    height: 29px;
    float: none;
    display: block;
    margin: auto;
    width: auto;
    margin-bottom: 3px;
}


.mb-navigation.vertical-menu.d-none.d-md-block .title {
    display: flex;
    align-items: center;
}

.mb-navigation.vertical-menu.d-none.d-md-block .title img {
    margin-right: 10px;
    height: 26px;
    width: auto;
    filter: invert(1);
}

.sticky-menu.active .mb-navigation.vertical-menu.d-none.d-md-block .title img {
    filter: none;
}


img.down-arrow {
    width: 10px !important;
    height: auto !important;
    margin-left: 3px;
    margin-bottom: 2px;
}

ul.smartmenu.magebig-nav.nav img.down-arrow {
    filter: invert(1);
    margin-left: 5px;
    width: 9.5px !important;
}

.media.list-features img {
    height: 50px;
    width: auto;
}

ul.footer-links.contf li img {
    width: 13px;
}

.vertical-menu  i.mbi.mbi-ios-arrow-down:before {
    content: '>';
    font-family: monospace !important;
}
.vertical-menu .magebig-nav li .simple-dropdown .parent>a:before {
    content: '>';
    font-family: monospace !important;

}

.nav-mobile-accordion .mbi-ios-arrow-down:before {
    content: "";
    width: 42px;
    height: 38px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/down-arrow.webp);
    background-size: 13px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}


.nav-mobile-accordion .mbi-ios-arrow-up:before {
    content: "";
    width: 42px;
    height: 38px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/up-arrow.webp);
    background-size: 13px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}


.mbi-arrow-left:before {
    content: "";
    width: 42px;
    height: 38px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/left-arrow.webp);
    background-size: 28px;
    display: block;
    background-repeat: no-repeat;
}

button.mfp-close:before {
    content: "✕";
}

.minicart-items .action.delete:before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}



.product-tabs .tabs {
    list-style: none;
    padding: 0;
    display: flex;
    cursor: pointer;
    justify-content: center;

}

.product-tabs .tab-link {
    padding: 10px 20px;
    background: #eee;
    margin-right: 5px;
    margin-bottom: 6px;
    border-radius: 4px;
    text-align: center;
}
.product-tabs .tab-link.current {
    background: #626b32;
    color: white;
}

.product-tabs .tab-content {
    display: none;
    padding: 20px 0px 15px 0px;
    border-top: none;
}

.product-tabs .tab-content.current {
  display: block;
}



.product-tabs .scl .product-item {
    background: transparent !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

.product-tabs .scl .product-item .product-item-info {
    background: #efefef;
    padding: 12px;
    border-radius: 8px;
    margin: 0px 15px;
}


.mbi-chevron-up:before {
    content: "" !important;
    width: 16px;
    height: 16px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/up-arrow.webp);
    background-size: 16px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}


.filter-options-item[data-collapsible="true"] .filter-options-title:after {
    content: "" !important;
    width: 15px;
    height: 15px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/down-arrow.webp);
    background-size: 13px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}


.abs-cart-block > .title:after, .abs-discount-block .block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after, .cart-discount .block > .title:after {
    content: "" !important;
    width: 15px;
    height: 15px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/down-arrow.webp);
    background-size: 13px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}

.cart.table-wrapper .actions-toolbar > .action-delete:before {
    content: "" !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}

 .mbi-magnifier:before {
    content: "" !important;
    width: 31px;
    height: 31px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/search.webp);
    background-size: 13px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}

.widget.blog-search.block .action.search:before {
    content: "" !important;
    width: 31px;
    height: 31px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/search.webp);
    background-size: 13px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}



.sorter-action:before {
    content: "" !important;
    width: 21px;
    height: 31px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/atoz.webp);
    background-size: 19px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    filter: opacity(0.5);
}


.sorter-action.sort-desc:before {
    content: "" !important;
    width: 21px;
    height: 31px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/ztoa.webp);
    background-size: 19px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    filter: opacity(0.5);
}


.mode-list:before {
    content: "" !important;
    width: 21px;
    height: 21px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/list-view.webp);
    background-size: 18px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}


.mode-grid:before {
    content: "" !important;
    width: 21px;
    height: 21px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/grid-view.webp);
    background-size: 16px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}


.mbi-chevron-left:before {
    content: "" !important;
    width: 21px;
    height: 21px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/left-arrow2.webp);
    background-size: 9px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}

.mbi-chevron-right:before {
    content: "" !important;
    width: 21px;
    height: 21px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/right-arrow.webp);
    background-size: 9px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}

.mbi-io-add:before {
    content: "+" !important;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 200;
}

.mbi-plus:before {
    content: "+";
    font-size: 27px;
    line-height: 37px;
    font-family: 'Poppins';
    font-weight: 100;
}

.mbi-minus:before {
    content: "-";
    font-size: 28px;
    line-height: 37px;
    font-family: 'Poppins';
    font-weight: 200;
}

#mini-cart .mbi-plus:before {
    font-size: 18px;
    line-height: 28px;
}

#mini-cart .mbi-minus:before {
    font-size: 18px;
    line-height: 28px;
}

.pages .action.next:after {
    display: none;
}

.pages .action.previous:before {
    display: none;
}


.sidebar.sidebar-main {
    display: flex;
    flex-direction: column;
}

.child-categories {
    order: -1;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding: 20px;
}


.child-categories ul {
    padding-left: 0px;
    list-style-type: none;
    max-height: 242px;
    overflow: auto;
}


.child-categories ul li {
    margin-bottom: 6px;
}

.child-categories ul li a {
    color: #5e5e5e;
}

.child-categories span.title {
    margin-bottom: 12px;
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
}

.child-categories ul::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #d0d0d0;
}

.child-categories ul::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
    border: 3px solid #9d9d9d;
}

.child-categories ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



.faq-page-cont {
      font-family: Arial, sans-serif;
      display: flex;
      margin: 0;

    }



 .faq-page-cont .tab {
    padding: 17px 10px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #eee;
    border-radius: 3px;
    font-size: 15px;
    width: 180px;
}

   .faq-page-cont .tab:hover {
      background-color: #ddd;
    }

    .faq-page-cont .tab.active {
      background: #626b32;
      color: white;
    }

    .faq-content {
        flex-grow: 1;
        padding: 0px 20px;
        display: none;
    }

    .faq-content.active {
      display: block;
    }

    .faq-item {
      border-bottom: 1px solid #ccc;
    }

    .faq-question {
        cursor: pointer;
        font-weight: 500;
        position: relative;
        padding: 15px 20px 15px 7px;
        font-family: 'Poppins';
        font-size: 16px;
    }

    .faq-question::after {
      content: "↓";
      position: absolute;
      right: 12px;
      font-size: 16px;
      transition: transform 0.3s ease;
    }

    .faq-question.open::after {
      content: "↑";
    }

    .faq-answer {
      display: none;
      padding: 10px 0;
      padding: 0px 0 10px 7px;
      background: #eeeeee;
      font-size: 15px;
     }

    .faq-page-cont .tab h2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        margin-bottom: 0px;
    }

    .faq-question.open {
        background: #eeeeee;
    }


button.action.towishlist.mb-tooltip {
    display: none;
}

.box-tocart .fieldset-add {
    justify-content: inherit;
}


.footer.content {
    padding-top: 0px;
}

.ft-left {
    background: #1e1e1e;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-right: 30px;
    border-top-right-radius: 40px;
}

.ft-right {
    padding-top: 50px;
}

div#footer-widgets:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background-color: #1e1e1e;
    width: 25%;
    left: 0;
}

.newslet-box {
    margin-top: 14px;
}

.newslet-box .h4 {
    color: #788d0c;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.newslet-box p {
    color: white;
    font-weight: 300;
}

.ft-cont-box span {
    display: block;
    font-weight: 600;
}

.ft-cont-box {
    margin-bottom: 18px;
}

ul.ft-social {
    display: flex;
    list-style-type: none;
    gap: 8px;
    padding-left: 0px;
    margin-top: 7px;
}


.followus-box .ft-cont-box {
    margin-bottom: 8px;
}


.mr-payment {
    margin: 0px;
}


.footer-copyright-vertical .row.align-items-center {
    min-width: 100%;
}

.followus-box {
    min-height: 100px;
    display: flex;
    align-items: center;
    border-top: 1px solid #e1e1e1ad;
    margin-top: auto;
}


.footer-copyright-vertical {
    min-height: 100px;
    display: flex;
    align-items: center;
    border-top: 1px solid #e1e1e1ad;
}



.ft-cont-box p {
    font-weight: 300;
}

.page-footer a {
    font-weight: 300;
}

.footer-main .footer-links li {
    padding: 8px 0;
}


.toggle-mobile .title .mbi:before {
    content: "" !important;
    width: 21px;
    height: 15px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/down-arrow.webp);
    background-size: 11px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    filter: invert(1);
}

.shoping-gaurantee {
    text-align: center;
    margin-top: 22px;
    cursor: pointer;
}

.stripe-popup-modal .modal-inner-wrap div#modal-content-2 {
    padding: 0px;
}


.stripe-popup-modal .modal-inner-wrap {
    width: max-content;
    padding: 0px !important;
    max-height: max-content !important;
    border-radius: 11px;
    overflow: hidden;
}


.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    content: "✕";
}

.stripe-popup-modal header.modal-header {
    position: absolute;
    right: 0px;
    height: 50px;
}

.stripe-popup-modal header.modal-header button.action-close {
    height: 50px;
}

div#stripe-popup a {
    position: absolute;
    bottom: 88px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: block;
    color: #4d4d4d;
}

button.action-close:focus {
    border: none !important;
}
button.action-close {
    border: none !important;
}

.stripe-popup-modal {
    overflow-y: scroll !important;
}


.blog-page h1.page-title {
    text-align: left;
    font-weight: 600;
    font-size: 40px;
}

.post-ftimg-hld img {
    padding-bottom: 13px !important;
}

.post-content p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #2e2e2e;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    font-family: system-ui;
}

.post-content h2, .post-content h3, .post-content h4 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.post-content img {
    margin: 0px 0px 32px 0px;
}

.post-content ol {
   margin: 20px 0px 15px 0px;
}

.post-content ul {
    margin: 20px 0px 15px 0px;
}

.post-content h4 {
    font-size: 16px;
}

.post-content ul li {
    color: #2e2e2e;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 15px;
}

.post-content ol li {
    color: #2e2e2e;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 15px;
}


.post-view {
    padding-right: 0px;
}


.blog-page .header-main-content.sticky-menu.active {
    display: none;
}
.blog-page .page-wrapper.magebig-container {
    overflow: inherit;
}
.toc-box {
    position: sticky;
    top: 12px;
    padding: 13px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background: #f7f7f7;
}
span.tox-hd {
    display: flex;
    font-size: 18px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 16px;
    align-items: center;
    line-height: 21px;
}
span.tox-hd img {
    margin: 0px;
    margin-right: 10px;
}

.toc-box ul {
    list-style-type: none;
    padding-left: 17px;
}

.toc-box ul li {
    position: relative;
    text-align: left;
    margin-bottom: 13px;
}
.toc-box ul li a {
    color: black;
    font-size: 12px;
    line-height: 13px;
    font-style: italic;
    font-weight: 500;
}
.toc-box ul li:before {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/right-arrow.webp);
    background-size: 10px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -22px;
    top: 0px;
}

.post-content {
    text-align: left !important;
}


.widget.block-list-posts .block-content .item .post-image {
    min-width: 70px;
    height: auto;
}

.post-content a {
    color: #616c32;
}

.post-info.clear {
    color: #6a6a6a;
}

.blog-categories .block-content ul li a:before {
    content: "";
    width: 21px;
    height: 41px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/right-arrow.webp);
    background-size: 8px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -22px;
    top: 0px;
}


.widget.block-list-posts .block-content .item .post-image {
    width: 94px;
    height: auto;
}

.widget.block-list-posts .block-content .item {
    align-items: center;
    display: flex;
}

a.post-item-link {
    color: black;
    font-size: 12px;
    line-height: 15px;
}

.img-native-wrap img {
    height: 100%;
    object-fit: cover;
}

.sidebar-wrap.order-md-3 {
    order: 2;
}

.icon[title="Share on X"] {
    display: none;
}

.blog-post-view .post-sharing {
    margin-bottom: 0px;
}

.post-sharing-bottom {
    padding: 20px 0;
}


.sidebar.sidebar-additional {
    padding: 13px;
    border: 1px solid #e1e1e1;
}

.item.post-categories a {
    font-style: italic;
}

.blog-box img {
    width: 100%;
}

.blog-box-cont {
    padding: 12px;
    background: #f2f6f9;
}
.blog-box span.date {
    display: block;
    color: #616c32;
    font-weight: 500;
    padding: 7px 0px 4px 0px;
    line-height: 13px;
    font-size: 13px;
}

.blog-box h3 {
    font-size: 19px;
    font-weight: 600;
}

.blog-box p {
    font-size: 13px;
    color: #525252;
    font-weight: 400;
}

.blog-box h3 {
    font-size: 17px;
    font-weight: 600;
    min-height: 47px;
}

.featured-blogs {
    padding: 15px 0px;
}

.blog-box a.btn {
    padding-bottom: 6px;
    display: block;
    color: black;
}

.catalog-category-view.page-layout-1column .category-description {
    display: none;
}


.post-content ul li h4 {
    display: unset;
}

section.cont-cta {
    padding: 0px 0px 50px 0px;
}

.checkout-cart-index .cart-summary tr.totals.shipping.excl span.label {
    display: block;
}

.checkout-cart-index .cart-summary tr.totals.shipping.excl span.value {
    color: #6c6c6c;
    font-size: 12px;
}


.cart-summary .action.multicheckout {
    color: #000000;
}

.post-content table {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08), inset 0 0 0 1px rgba(255, 255, 255, .5);
    margin-bottom: 20px;
}
.post-content table tr:nth-child(2n) {
    background: #f6f6f6;
}

.post-content table tr td {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
}

.post-content table td p {
    margin-bottom: 0px !important;
}

.g-recaptcha > div {
    max-width: 100%;
}

.g-recaptcha iframe {
    max-width: 100% !important;
}


.rc-anchor-logo-portrait {
    margin: 10px 0 0 3px;
}

.tagclaud-hld span {
    font-size: 11px !important;
}
.tagclaud-hld span:after {
    content: ",";
}

.tagclaud-hld span:nth-last-child(1):after {
    display: none;
}

.blog-box {
    margin-bottom: 22px;
}


.catalog-category-view .page-bottom {
    background: transparent;
}

.mbi-bag2:before {
    content: "" !important;
    width: 35px;
    height: 32px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/shopping-bag.webp);
    background-size: 25px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}

.mbi-ios-arrow-down:before {
    content: "" !important;
    width: 15px;
    height: 15px;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/down-arrow.webp);
    background-size: 13px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}


.blog-page-list .post-description {
    display: none;
}


table#product-attribute-specs-table {
    display: table;
    width: 100%;
    margin: 15px 0px;
    border: 1px solid #f4f4f4;
    table-layout: fixed;
}


table#product-attribute-specs-table tr:nth-child(odd) {
    background-color: #f4f4f4;
}

table#product-attribute-specs-table tbody {
    border: 1px solid #ccc;
}

.additional-attributes tr th {
    text-align: left;
}

.blog-box h3 a {
    color: black;
}


.brand-inner img.brand-img {
    object-fit: contain !important;
}


.product.info.detailed .data.item.title {
    position: relative;
}
.product.info.detailed .data.item.title:after {
    content: "";
    text-align: right;
    right: 7px;
    left: auto;
    background: 0 0;
    width: 16px;
    bottom: 18px;
    height: 14px;
    position: absolute;
    background-image: url(https://networkingcorner.com/media/wysiwyg/magebig/icons/down-arrow.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    display: block;
}

.product.info.detailed .data.item.title.opened:after {
  transform: rotate(180deg);
}

.minicart-wrapper.minicart-slide div#minicart-content-wrapper .minicart-extra-actions {
    display: none;
}

.minicart-wrapper.minicart-slide div#minicart-content-wrapper .minicart-extra-actions {
    display: none;
}


.products.wrapper.grid.products-grid a.bulk-quote-btn {
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    padding: 5px 15px;
    min-width: 120px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    margin-top: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    text-align: center;
    transition: color 500ms ease, background-color 500ms ease, border-color 500ms ease;
}

.products.wrapper.grid.products-grid .product-item .product-item-info {
    background: #efefef;
    padding: 12px;
    border-radius: 8px;
}


.products.wrapper.grid.products-grid  img.product-image-photo {
    border-radius: 8px;
    border: 1px solid #d9d9d9;
}

.products.wrapper.grid.products-grid h4.product.name.product-item-name {
    min-height: 40px;
}

.products.wrapper.grid.products-grid span.s-discount {
    display: none;
}

.products.wrapper.grid.products-grid .price-box.price-final_price {
    text-align: center;
}

.products.wrapper.grid.products-grid .saveprice-div {
    margin-top: 0px;
}

.products.wrapper.grid.products-grid span.s-price {
    color: #444141;
}

.products.wrapper.grid.products-grid .price-box {
    padding-bottom: 0px;
    border: none;
}

/*.price-excluding-tax span.price {
    font-size: 16px !important;
    color: #505050;
}
*/

span.price-container.price-final_price.tax.weee {
    display: grid;
    gap: 5px;
}
.price-wrapper.price-excluding-tax {
    order: 1 !important;
}

.price-wrapper.price-including-tax {
    order: 2 !important;
}

.price-wrapper.price-including-tax span.price {
    color: #4b502c;
    font-size: 15px !important;
}
.price-wrapper.price-including-tax:after {
    content: "Incl. Vat";
    font-size: 14px;
    padding-left: 6px;
    font-weight: 600;
    color: #4b502c;
}

.price-wrapper.price-excluding-tax:before {
    display: none;
}


.price-wrapper.price-excluding-tax:after {
    content: "Excl. Vat";
    font-size: 14px;
    padding-left: 6px;
    font-weight: 600;
    color: #626b32;
}

div#ajaxsearch .price-wrapper.price-including-tax span.price {
    font-size: 14px !important;
}

div#ajaxsearch .price-wrapper.price-excluding-tax span.price {
    font-size: 16px;
}
div#ajaxsearch .price-wrapper.price-including-tax:after {
    font-size: 13px;
}

.price-wrapper.price-excluding-tax span.price {
    font-size: 19px !important;
}

.minicart-wrapper.minicart-slide .subtotal .amount.price-container {
    margin-bottom: 16px;
}

.minicart-wrapper.minicart-slide  .price-wrapper.price-excluding-tax span.price {
    font-size: 15px !important;
}

.block-cont-inner p {
    color: white;
    font-weight: 300;
    text-transform: capitalize;
}

.block-cont-inner a.btn.primary.action {
    margin-top: 9px;
}

.icon-box {
    background: #EFEFEF;
   background: linear-gradient(
  183deg,
  rgba(231, 231, 231, 0.4) 0%,
  rgba(242, 242, 242, 0.38) 30%,
  rgba(205, 205, 205, 0.47) 100%
);
    text-align: center;
    align-items: center;
    border: 1px solid #626b323b;
    border-radius: 11px;
    display: flex;
    align-items: center;
    min-height: 130px;
}

.cms-index-index header.page-header {
    z-index: 111;
    position: relative;
}

/*media query*/


@media screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }

    .page-layout-1column.catalog-category-view .page-title-wrapper {
        max-width: 1300px;
    }

    .page-layout-1column.catalog-category-view .columns.row {
        max-width: 1300px;
    }


    .product-tabs .product-items.row .product-item.col-6.col-sm-4.col-md-3 {
    max-width: 16.666667%;

}


}

@media screen and (min-width: 1400px) {
  .container {
        max-width: 1400px;
    }

    .page-layout-1column.catalog-category-view .page-title-wrapper {
        max-width: 1400px;
    }

    .page-layout-1column.catalog-category-view .columns.row {
        max-width: 1400px;
    }

    .selling-feature .media-heading {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .selling-feature .text {
        font-size: 1.2rem;
    }
    .text-largee {
        font-size: 60px;
        line-height: 67px;
    }
        .cms-index-index section.main-banner .block-cont-inner h2.text-largee {
        min-height: 153px;
    }
}









@media screen and (min-width:768px) {
    .text-small {
    font-size: 23px;

}


.inner-banner .text-largee {
        font-size: 40px;
        line-height: 51px;
        margin-bottom: 0px;
}

.item-slider .text-normal p {
    font-size: 16px;
}

/*.header-maininner-row {
    min-height: 72px;
    position: relative;
    padding: 4px 0 9px 0;
}*/

.sticky-wrap {
    min-height: 72px !important;
}

.desktop-flex {
    display: flex;
    align-items: center;
}

.horizontal-menu .show-sub-content .mbmenu-block ul.level0 {
    display: flex; 
}

.horizontal-menu .groups-wrapper .show-sub-content ul.level1  {
    max-height: 300px;
    overflow-y: auto;
    display: inline-block;
}


.horizontal-menu .groups-wrapper .show-sub-content ul.level1::-webkit-scrollbar-track {
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #F5F5F5;
}

.horizontal-menu .groups-wrapper .show-sub-content ul.level1::-webkit-scrollbar {
width: 3px;
background-color: #F5F5F5;
}

.horizontal-menu .groups-wrapper .show-sub-content ul.level1::-webkit-scrollbar-thumb
{
    background-color: #636b2f;
    border: 2px solid #555555;
}


li.level1.groups.item.level-top.mega_left.parent {
    padding-right: 0px;
    border-right: 1px solid #ececec;
}
li.level0.level-top.mega_fullwidth.parent .level0.submenu.show-sub {
    padding-left: 0px;
    padding-right: 0px;
}



i.mbi.mbi-bag2 {
    font-size: 26px;
}

.in-mincrt {
    text-align: center;
    position: relative;
}

.action.showcart .counter.qty {

    right: 5px;

}

.num-div {
    text-align: center;
}

.num-div a {
    display: block;
    color: black;
}

.header.links .name {
    margin-left: 3px;
}

.user-topbar .header.links {
    display: block;
}

.acc-topbar .acc-btn {
    display: flex;
}
    .num-div i {
        font-size: 33px;
        line-height: 26px;
        margin-bottom: 6px;
        color: #1d1d1d;
        display: block !important;
    }

.user-topbar .header.links > li {
    line-height: 16px;
    font-size: 14px;
    margin-top: 2px;
}

.num-div a {
    display: block;
    color: black;
    font-size: 13px;
    letter-spacing: -0.2px;
}

.minicart-action p {
    font-size: 14px;
    font-family: 'Poppins';
    letter-spacing: -0.4px;
    margin-bottom: 0px;
}

.header-bulk-quote {
    text-align: center;
}

.header-bulk-quote {
    text-align: center;
}

.header-bulk-quote img {
    width: 24px;
    margin-bottom: 2px;
    height: 29px;
}
.header-bulk-quote p {
    color: black;
    font-size: 14px;
    margin-bottom: 0px;
/*    letter-spacing: -0.3px;*/
}

li.authorization-link a.social-login {
/*    letter-spacing: -0.8px;*/
    color: #fff;
    font-size: 12px;
}

.col-auto.top-links {
    display: flex;
    align-items: center;
}

.horizontal-menu {
    text-align: right;
}

.smartmenu .mbi {
    padding-left: 6px;
}

.sticky-addcart.active .page-title-wrapper {
    width: calc(100% - 430px) !important;
}
.sticky-addcart.active .fieldset-add {
    width: 430px !important;
    display: flex !important;
    justify-content: flex-end;
}

.text-normal ul li:after {
    content: "●";
    color: #ffffff;
    margin-left: 12px;
    font-size: 10px;
}

.text-normal ul li:nth-last-child(1):after {
    display: none;
}


section.in-cont-sec h1 {
    font-size: 34px;
}

.catalog-category-view .page-title {
    font-size: 30px;
}

.ft-logo {
    margin-top: 19px;
    margin-bottom: 32px;
}

/*.cms-index-index section.main-banner .block-cont-inner h2.text-largee {
    min-height: 153px;
}*/


/*.about-bn .block-cont-inner h1:before {
    content: "";
    height: 60px;
    width: 10px;
    background: #616c32;
    display: block;
    position: absolute;
    left: -8px;
    top: 9px;
    border-radius: 22px;
}
*/


.about-bn .block-cont-inner:before {
    content: "";
    height: 100%;
    width: 12px;
    background: #616c32;
    display: block;
    position: absolute;
    left: -18px;
    border-radius: 22px;
}



.bulk-quote-modal header.modal-header {
    padding: 0px !important;
}

.magebig-nav li.level0 {
    padding: 0 8px;
}

#go-top {
    bottom: 115px;
}

.catalog-product-view h1.page-title {
    margin-top: 0px;
}


section.ind-b-sec3 .col-md-2 {
    min-width: 20%;
}

section.ind-b-sec2 p {
    font-size: 19px;
    max-width: 90%;
    margin: auto;
}

section.ind-b-sec2 h2 {
    font-size: 30px;
    margin-bottom: 15px;
}


section.ind-b-sec3 h2 {
    font-size: 30px;
}


section.indp-sec.ic h2 {
    font-size: 30px;
}


.ft-right {
    padding-left: 30px;
}

.share-elements {
    display: flex;
    align-items: center;
}

.blog-page .sidebar-wrap {
    margin-top: 40px;
}

.blog-page .column.main.main-wrap.col-12.col-lg-8.col-xl-9.order-2.order-md-2 {
    max-width: 80% !important;
    min-width: 80%;
}

.blog-page .sidebar-wrap.col-12.col-lg-4.col-xl-3.order-1.order-md-3
 {
    max-width: 20%;
}

.cntd-box {
    height: 100%;
    border-right: 1px solid black;
}

section.cont-details .col-12.col-lg-4 {
    padding: 0px 41px;
}

section.cont-details .col-12.col-lg-4:nth-last-child(1) .cntd-box {
    border: none;
}

.block-cont-inner p {
    font-size: 20px;
}

div#widgetplus-block-3843179161 .col-12.col-md-3.col-lg-3 {
    flex: 0 0 28% !important;
    max-width: 28% !important;
}

div#widgetplus-block-3843179161 .col-12.col-md-6.col-lg-6 {
    flex: 0 0 44%;
    max-width: 44%;
}

.ansld-text {
    display: block;
    text-align: center;
    margin-top: -105px;
    margin-bottom: 112px;
    z-index: 111;
    position: relative;
}

.header-main-inner .vertical-menu {
        width: 20%;
    }

}


@media screen and (min-width:767px) and (max-width:1299px){
.header-content-action > div {
  
    margin-right: 14px;
   
}

.magebig-nav li.level0 {
    font-size: 13px;
    padding: 0 5px;
}
ul.smartmenu.magebig-nav.nav {
    padding-left: 78px;
}


}



@media screen and (min-width:767px) and (max-width:1250px){
.inner-banner .text-largee {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 0px;
}

.inner-banner .text-normal {
    font-size: 12px;
    line-height: 14px;
 
}

.inner-banner img.img-fluid {
    height: 370px;
    object-fit: cover;
}


form.inner-form {

    padding: 17px 19px;

}

form.inner-form h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}

form.inner-form input {
    height: 26px;
    margin-bottom: 7px;
}

form.inner-form label {
    font-size: 12px;
}

.sticky-addcart.active .stick-info h2 {
    font-size: 14px;
    margin-right: 15px;
    color: #666666;
    font-family: Poppins, 'Segoe UI', 'Helvetica Neue';
    display: inline-flex;
    font-weight: 400;
    cursor: pointer;
}





form.inner-form button.action.submit.primary {
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    margin-top: 7px;
}

.sing-ban-cont-in {
    max-width: 310px;
    margin-left: 50px;
}

.sing-ban-cont-in h3.sbc-h1 {
    font-size: 22px;
    line-height: 26px;
}

.sing-ban-cont-in h3.sbc-h2 {
    font-size: 13px;
    line-height: 17px;
}

.sing-ban-cont-in a.btn {
    width: 100px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
}

}

@media screen and (min-width:767px) and (max-width:990px){

.text-largee {
    font-size: 25px;
    line-height: 31px;
}



.vertical-menu .title span.d-none.d-md-block {
font-size: 12px;
}
.num-div a {

font-size: 11px;

}

.header-bulk-quote p {

font-size: 11px;

}

.minicart-action p {
    font-size: 11px;
}

.container {
    max-width: 940px;
}
}


@media screen and (max-width:767px) {
    .item-slider .block-content .block-center {
    
    padding: 0px 0px;
}

section.main-banner .block-content {
    width: 96%;
    left: 3%;
}

.text-normal ul li {
    margin: 0px 6px;
}

.text-normal ul li a {
    font-size: 11px;
}

h2.text-largee {
    font-size: 19px;
}

h2.heading-title {
    font-size: 25px;
}

h2.heading-title span {
    padding: 0px 26px;
}

.widget-product .heading-title {
    font-size: 25px;
}


.inner-banner .block-content {
    width: 100% !important;
    left: 0px !important;
    position: relative !important;
    margin-top: -320px;
}


.inner-banner .block-cont-inner {
    margin-bottom: 52px;
    min-height: 268px;
}


form.inner-form {
    background: #000000c9;
    border-radius: 0px;
    max-width: 340px;
    margin: auto !important;
}
.inner-banner .text-normal {
    font-size: 14px;
    line-height: 21px;

}

.inner-banner h2.text-largee {
    font-size: 28px;
}

.mright {
    position: absolute;
    bottom: -70px;
    right: 0px;
}


.sticky-addcart.active .box-tocart button.action.primary {
    min-width: 100px !important;

}
.sticky-addcart.active .fieldset-add {
    display: flex !important;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 12px;
}

.products-list .list-p-acts .lpa-2 {
    display: flex;
    gap: 12px;
}

.list-p-acts button.action.buynow.primary {
    width: 100px !important;
    min-width: inherit;
}

.list-p-acts button.action.tocart.primary {
    width: 100px !important;
    min-width: inherit;
}

.category-description h1 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 12px;
}
.about-bn .block-cont-inner .text-normal {
    margin-top: 13px;
}
.about-bn .block-cont-inner {
    min-height: 169px;
}
.about-bn .block-content {
    margin-top: -220px;
}



.about-bn .block-cont-inner h1 {
    text-align: center;
    font-size: 40px;
}

img#quote-product-image {
    width: 130px;
}

span#quote-product-name {
    margin-bottom: 15px;
    font-size: 10px;
}

div#bulk-quote-popup .poppara {
    font-size: 10px;
}

span.pophd {
    font-size: 20px;
}

a.bulk-quote-btn.action.primary {
    min-width: inherit;
}

#go-top {
    bottom: 105px;
}

.sidebar-product-wrap {
    margin-top: 32px;
}

.product-item-details .price-wrap .price-box span {
    font-size: 14px;
}

.product-item-details .price-wrap .price-box .saveprice-div * {
    font-size: 11px !important;
}

h1.text-large {
    line-height: 29px;
}

.industries-p h2 {
    font-size: 16px;
}

section.indp-sec img {
    margin-top: 22px;
}

.text-small {
    font-size: 14px;
}

.sing-ban-cont-in {
    max-width: 300px;
    text-align: center;
    margin: auto;
}


.sing-ban-cont-in h3.sbc-h1 {
    font-size: 19px;
    line-height: 23px;
}

.sing-ban-cont {
    display: block;
    top: 20px;
}

.sing-ban-cont-in h3.sbc-h2 {
    font-size: 10px;
    line-height: 14px;
    max-width: 240px;
    margin: auto;
}


.sing-ban-cont-in a.btn {
    width: 90px;
    height: 21px;
    font-size: 11px;
    line-height: 21px;
    margin: 7px auto 0px auto;
}

.product.media:before {
    font-size: 11px; 
}

.col-auto.top-links {
    display: flex;
    align-items: center;
}


.product-tabs .tabs {
   columns: 2 !important;
  -webkit-columns: 2 !important;
  -moz-columns: 2 !important;
  display: inherit;
}

.mobile-hide {
    display: none;
}

.faq-page-cont .tabs {
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    display: inherit;
}
.faq-page-cont {
    display: inherit;
}

.faq-page-cont .tab {
    padding: 12px 10px;
    width: auto;
}

.faq-content {
    padding: 0px;
}

.brand-list-index.row {
    margin: auto;
}

div#footer-widgets:before {
    display: none;
}

.shoping-gaurantee {
    display: none;
}
.blog-box {
    margin-bottom: 22px;
}
section.cont-cta img {
    margin-bottom: 22px;
}
section.cont-cta {
    padding: 0px 0px 20px 0px;
}

.cntd-box {
    margin-bottom: 14px;
}
}